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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yeseva One';
  src: url("../fonts/YesevaOne-Regular.woff2") format("woff2"), url("../fonts/YesevaOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@-webkit-keyframes slideToRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideToRight {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

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

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

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

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: 'Source Sans Pro';
}

body.overflow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

body.bg-black {
  background: #000;
}

body.fixed {
  overflow: hidden;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  color: currentColor;
}

img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Source Sans Pro';
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  border: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
}

.site-wrapper--visible {
  overflow-x: visible;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.site-content.hide {
  opacity: 0;
}

.bg-cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-open {
  overflow: hidden;
}

.ie11 .select__btn {
  min-width: 18rem;
}

.accordion-counter {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  bottom: 5rem;
  -webkit-transform: translateX(-3.7rem);
  -ms-transform: translateX(-3.7rem);
  transform: translateX(-3.7rem);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.8rem;
  padding: 2.5rem 0;
  line-height: 100%;
  text-align: center;
  border-radius: 20rem;
  background: #000;
  -webkit-box-shadow: -3px 8px 31px 0px rgba(55, 87, 111, 0.46);
  box-shadow: -3px 8px 31px 0px rgba(55, 87, 111, 0.46);
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (max-width: 1440px) {
  .accordion-counter {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 980px) {
  .accordion-counter {
    left: 100%;
    width: 28rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .accordion-counter:hover {
    background: #FFE062;
  }
}

.accordion-counter.active {
  background: #FFE062;
}

.accordion-counter__choice {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 980px) {
  .accordion-counter__choice {
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
}

.accordion-counter__cost {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #888888;
}

@media only screen and (max-width: 980px) {
  .accordion-counter__cost {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.accordion-counter__link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFE062;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .accordion-counter:hover .accordion-counter__link {
    color: #000;
  }
}

.accordion-counter.active .accordion-counter__link {
  color: #000;
}

.accordion-module {
  padding: 1.5rem 2rem 2.1rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: .5rem;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.accordion-module.active {
  background: #FFE062;
}

.accordion-module__title {
  margin-bottom: 1.7rem;
  font-family: 'Yeseva One';
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.accordion-module__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.accordion-module__top {
  margin-bottom: 1.8rem;
}

.accordion-module__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: .4rem;
}

@media only screen and (max-width: 980px) {
  .accordion-module__list {
    margin-bottom: 1.8rem;
  }
}

.accordion-module__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 980px) {
  .accordion-module__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.accordion-module__icon {
  margin-left: .5rem;
  margin-bottom: -.6rem;
  font-size: 2.1rem;
}

.accordion-module__btn {
  min-width: 10.3rem;
  width: 10.3rem;
  height: 3.2rem;
  padding: 0 .6rem 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: .5rem;
  -webkit-transition: border-color .3s, background-color .3s;
  -o-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
}

@media only screen and (max-width: 980px) {
  .accordion-module__btn {
    margin-top: 1.8rem;
  }
}

.accordion-module__btn span {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.accordion-module.active .accordion-module__btn span {
  color: #fff;
}

.accordion-module.active .accordion-module__btn {
  background: #000;
  border-color: #000;
}

@media screen and (min-width: 1200px) {
  .accordion-module.active .accordion-module__btn:hover {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.5);
  }
  .accordion-module.active .accordion-module__btn:hover .accordion-module__checked, .accordion-module.active .accordion-module__btn:hover span {
    color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1200px) {
  .accordion-module__btn:hover {
    background: #FFE062;
    border-color: #FFE062;
  }
  .accordion-module__btn:hover .accordion-module__checked, .accordion-module__btn:hover span {
    color: #fff;
  }
}

.accordion-module__checked {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.accordion-module.active .accordion-module__checked {
  color: #fff;
}

.add-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  margin-top: 3rem;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

@media screen and (min-width: 1200px) {
  .add-file:hover {
    border-color: #FFE062;
  }
}

.add-file__input {
  display: none;
}

.add-file__desc {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  margin-right: 3rem;
}

@media screen and (min-width: 1200px) {
  .add-file:hover .add-file__desc {
    color: #FFE062;
  }
}

.add-file__icon {
  font-size: 3rem;
  color: #fff;
  stroke-width: inherit !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .add-file:hover .add-file__icon {
    color: #FFE062;
  }
}

.arrow {
  position: fixed;
  bottom: 7rem;
  right: 9rem;
  z-index: 10;
  width: 9rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #FFE062;
  background: #111111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: color .3s, background-color .3s, opacity .3s;
  -o-transition: color .3s, background-color .3s, opacity .3s;
  transition: color .3s, background-color .3s, opacity .3s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .arrow:hover {
    background: #FFE062;
    color: #000;
  }
}

@media only screen and (max-width: 980px) {
  .arrow {
    display: none;
  }
}

.arrow.active {
  opacity: 1;
  pointer-events: auto;
}

.btn {
  width: auto;
  height: 3.9rem;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5rem;
  -webkit-transition: border-color .3s, background .3s;
  -o-transition: border-color .3s, background .3s;
  transition: border-color .3s, background .3s;
}

@media screen and (min-width: 1200px) {
  .btn:hover {
    border-color: #FFE062;
  }
}

.btn__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .btn:hover .btn__text {
    color: #FFE062;
  }
}

.carousel {
  color: #000;
}

.carousel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 980px) {
  .carousel__header {
    margin-bottom: 2rem;
  }
}

.carousel__info-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2rem;
}

@media only screen and (max-width: 980px) {
  .carousel__info-col {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0;
  }
}

.carousel__title {
  font-family: 'Yeseva One';
  font-size: 2.7rem;
  line-height: 3.1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 980px) {
  .carousel__title {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}

.carousel__title-desc {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

@media only screen and (max-width: 980px) {
  .carousel__title-desc {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.carousel__nav {
  line-height: 0;
  padding-top: .9rem;
}

@media only screen and (max-width: 980px) {
  .carousel__nav {
    display: none;
  }
}

.carousel__nav.hidden {
  display: none;
}

.carousel__nav-btn {
  line-height: 0;
  color: #000;
  -webkit-transition: opacity .3s, color .3s, -webkit-transform .3s;
  transition: opacity .3s, color .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, color .3s, transform .3s;
  transition: opacity .3s, color .3s, transform .3s;
  transition: opacity .3s, color .3s, transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 1200px) {
  .carousel__nav-btn:hover {
    color: #FFE062;
  }
}

@media screen and (min-width: 1200px) {
  .carousel__nav-btn:active {
    color: rgba(255, 224, 98, 0.6);
  }
}

@media screen and (min-width: 1200px) {
  .carousel__nav-btn--prev:hover {
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}

.carousel__nav-btn--next {
  margin-left: 5.2rem;
}

@media screen and (min-width: 1200px) {
  .carousel__nav-btn--next:hover {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}

.carousel__nav-btn.slick-disabled {
  opacity: .3;
}

.carousel__nav-icon {
  width: 5.2rem !important;
  height: 2.7rem !important;
}

.carousel__list {
  margin-left: -3rem;
  margin-top: -3rem;
}

.carousel__li {
  margin-left: 4.5rem;
}

@media only screen and (max-width: 980px) {
  .carousel__li {
    margin-left: 2rem;
  }
}

.carousel__item {
  padding-left: 3rem;
  padding-top: 3rem;
}

.carousel__img-col {
  width: 15rem;
  height: auto;
  margin-bottom: 2.6rem;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  -o-transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
  border-radius: 1rem;
}

@media only screen and (max-width: 980px) {
  .carousel__img-col {
    width: 15rem;
    height: auto;
    margin-bottom: 1.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .carousel__item:hover .carousel__img-col {
    -webkit-box-shadow: 0 0 2rem 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2rem 1px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    cursor: pointer;
  }
}

.carousel__img {
  width: 100%;
  border-radius: 1rem;
}

.carousel__desc {
  font-size: 1.3rem;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media only screen and (max-width: 980px) {
  .carousel__desc {
    font-size: 1.2rem;
  }
}

.checkbox {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .checkbox.disabled:hover {
    cursor: default;
  }
}

.checkbox:after {
  content: '';
  position: absolute;
  left: -.5rem;
  top: -.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
}

.checkbox__input {
  display: none;
}

@media screen and (min-width: 1200px) {
  .checkbox.disabled .checkbox__input:hover {
    cursor: default;
  }
}

.checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  background: #D8D8D8;
  border: 0;
  border-radius: .5rem;
}

.checkbox__input:checked ~ .checkbox__content {
  background: #0191FF;
}

.checkbox.disabled .checkbox__input:checked ~ .checkbox__content {
  background: rgba(1, 145, 255, 0.16);
}

.checkbox__input:checked ~ .checkbox__content .checkbox__icon {
  opacity: 1;
}

.checkbox__icon {
  opacity: 0;
}

.circle-icon {
  color: #000000;
  line-height: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .circle-icon:hover {
    color: red;
  }
}

@media screen and (min-width: 1200px) {
  .circle-icon--without-hover:hover {
    color: #000000;
  }
}

.circle-icon--red {
  color: red;
}

@media screen and (min-width: 1200px) {
  .circle-icon--red:hover {
    color: #000000;
  }
}

.circle-icon--grey {
  color: #1A1A1A;
}

@media screen and (min-width: 1200px) {
  .circle-icon--grey:hover {
    color: #000000;
  }
}

.circle-icon--red-grey {
  color: red;
}

@media screen and (min-width: 1200px) {
  .circle-icon--red-grey:hover {
    color: #1A1A1A;
  }
}

.circle-icon--grey-red {
  color: #1A1A1A;
}

@media screen and (min-width: 1200px) {
  .circle-icon--grey-red:hover {
    color: red;
  }
}

.circle-icon--grey-yellow {
  color: 1A1A1A;
}

@media screen and (min-width: 1200px) {
  .circle-icon--grey-yellow:hover {
    color: #FFE062;
  }
}

.container {
  width: 100%;
  max-width: 115.0rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .container {
    padding: 0 2rem;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.input {
  position: relative;
  display: block;
  width: 100%;
  height: 6.6rem;
  border-radius: .5rem;
  background: #1A1A1A;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media only screen and (max-width: 980px) {
  .input {
    height: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .input:hover {
    background: rgba(26, 26, 26, 0.6);
  }
}

.input--textarea {
  height: 10rem;
}

.input__placeholder {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  font-size: 1.6rem;
  color: #9299A2;
  pointer-events: none;
  -webkit-transition: top .3s, font-size .3s, color .3s, font-weight .3s;
  -o-transition: top .3s, font-size .3s, color .3s, font-weight .3s;
  transition: top .3s, font-size .3s, color .3s, font-weight .3s;
}

.input.active .input__placeholder {
  top: 1rem;
  font-size: 1.3rem;
  font-weight: 100;
  color: #646D78;
}

@media only screen and (max-width: 980px) {
  .input.active .input__placeholder {
    top: .8rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 980px) {
  .input__placeholder {
    top: 1.3rem;
    font-size: 1.4rem;
  }
}

.input__input {
  width: 100%;
  height: 100%;
  background: 0;
  border: 0;
  padding-left: 1.7rem;
  padding-right: 1rem;
  padding-top: 1.3rem;
  font-size: 1.8rem;
  color: #fff;
}

.input__input--textarea {
  padding-top: 3.3rem;
  height: 10rem;
  resize: none;
}

.parsley-errors-list {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 0rem);
  font-size: 1.2rem;
  color: #E02020;
}

.popup-footer__wrapper {
  max-width: 80rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 1rem;
}

@media only screen and (max-width: 980px) {
  .popup-footer__wrapper {
    overflow-y: auto;
    max-width: 30rem;
  }
}

.popup-footer__left {
  padding: 5rem 2rem 5.5rem 5.6rem;
  -moz-text-align-last: left;
  text-align-last: left;
}

@media only screen and (max-width: 980px) {
  .popup-footer__left {
    padding: 2.5rem 3rem;
  }
}

.popup-footer__title {
  display: block;
  width: 40rem;
  margin-bottom: 2.4rem;
  font-family: 'Yeseva One';
  font-size: 3.8rem;
  line-height: 4.4rem;
}

@media only screen and (max-width: 980px) {
  .popup-footer__title {
    font-size: 2.4rem;
    line-height: 3rem;
    width: auto;
  }
}

.popup-footer__subtitle {
  display: block;
  width: 31rem;
  margin-bottom: 13.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

@media only screen and (max-width: 980px) {
  .popup-footer__subtitle {
    font-size: 1.4rem;
    line-height: 1.6rem;
    width: auto;
    margin-bottom: 3rem;
  }
}

.popup-footer__btn {
  width: 22.1rem;
  height: 5.6rem;
  color: #000;
  background: #FFE062;
  border: 0;
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
}

.popup-footer__btn span {
  font-size: 1.8rem;
  color: currentColor;
}

@media screen and (min-width: 1200px) {
  .popup-footer__btn:hover {
    background: #000;
    color: #FFE062;
  }
}

.popup-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #FFE062;
  font-size: 13.1rem;
}

@media only screen and (max-width: 980px) {
  .popup-footer__right {
    display: none;
  }
}

.popup-photo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-photo__wrapper-img {
  height: calc(100vh - 5rem);
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.popup-photo__text {
  text-align: center;
  color: #fff;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.8);
}

.about {
  color: #000;
  position: relative;
  z-index: 100;
  margin-bottom: 12.5rem;
  margin-top: 5.2rem;
}

.about:after {
  content: '';
  display: block;
  width: 100%;
  height: 13rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 980px) {
  .about:after {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .about {
    padding-bottom: 0;
    margin: 0;
  }
}

.about__container {
  background: #FFE062;
  padding-top: 3rem;
}

@media only screen and (max-width: 980px) {
  .about__container {
    padding-top: 2rem;
  }
}

.about__header {
  padding: 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.3rem;
}

@media only screen and (max-width: 980px) {
  .about__header {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
}

.about__logo {
  line-height: 0;
  margin-right: 2rem;
  color: #000;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media only screen and (max-width: 980px) {
  .about__logo {
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .about__logo:hover {
    color: #fff;
  }
}

.about__logo-img {
  width: 15rem;
  height: 5.6rem;
}

@media only screen and (max-width: 980px) {
  .about__logo-img {
    width: 8.1rem;
    height: 3rem;
  }
}

.about__wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.about__phone {
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media only screen and (max-width: 980px) {
  .about__phone {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .about__phone:hover {
    color: #fff;
  }
}

.about__btn {
  margin-left: 3rem;
}

@media only screen and (max-width: 980px) {
  .about__btn {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .about__btn:hover {
    border-color: #fff;
  }
  .about__btn:hover .btn__text {
    color: #fff;
  }
}

.about__content {
  width: calc(100% - 16.6666vw);
  overflow: hidden;
  margin-left: auto;
}

@media only screen and (max-width: 980px) {
  .about__content {
    width: calc(100% - 2rem);
  }
}

.about__animation-padding {
  padding: 10rem 0 13rem;
}

@media only screen and (max-width: 980px) {
  .about__animation-padding {
    padding: 0;
  }
}

.about__animation {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem 1.5rem 9.5rem;
}

@media only screen and (max-width: 980px) {
  .about__animation {
    margin-left: 2rem;
    padding: .8rem 2rem 2.5rem 1rem;
  }
}

.about__left-col {
  width: 59.5rem;
}

@media screen and (max-width: 1440px) {
  .about__left-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.about__title {
  font-family: 'Yeseva One';
  font-size: 3.8rem;
  line-height: 4.7rem;
  margin-bottom: 4.2rem;
  max-width: 63rem;
}

@media screen and (max-width: 1440px) {
  .about__title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 980px) {
  .about__title {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 2.9rem;
  }
}

.about__title-small {
  font-size: 3.5rem;
}

@media screen and (max-width: 1440px) {
  .about__title-small {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 980px) {
  .about__title-small {
    font-size: 1.7rem;
  }
}

.about__order-now {
  width: 29.5rem;
  height: 6.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #979797;
  border-radius: 3px;
  margin-bottom: 1rem;
  -webkit-transition: border-color .3s, color .3s;
  -o-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s;
}

@media screen and (max-width: 1440px) {
  .about__order-now {
    width: 20rem;
    height: 5.2rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 980px) {
  .about__order-now {
    width: 100%;
    height: 5.2rem;
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1200px) {
  .about__order-now:hover {
    color: #FFE062;
    border-color: #FFE062;
  }
}

.about__btn-col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .about__btn-col {
    width: 100%;
  }
}

.about__order-price {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 980px) {
  .about__order-price {
    font-size: 1.4rem;
  }
}

.about__phone-col {
  width: 50.5rem;
  height: 40.6rem;
  position: relative;
  margin-left: 5.3rem;
  margin-top: -2.5rem;
  margin-bottom: -9.5rem;
}

@media screen and (max-width: 1279px) {
  .about__phone-col {
    width: 32.7rem;
    margin-left: 4rem;
  }
}

@media only screen and (max-width: 980px) {
  .about__phone-col {
    display: none;
  }
}

.about__phone-img {
  position: absolute;
  max-width: none;
  max-height: none;
}

.about__phone-img--big {
  width: 32.1rem;
  height: auto;
  z-index: 2;
  top: -8rem;
}

@media screen and (max-width: 1279px) {
  .about__phone-img--big {
    width: 22.5rem;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.about__phone-img--small {
  width: 25.7rem;
  height: auto;
  left: 25.1rem;
  z-index: 1;
  top: -.2rem;
}

@media screen and (max-width: 1279px) {
  .about__phone-img--small {
    width: 18.2rem;
    height: auto;
    left: 15.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.accordion {
  margin-bottom: 25.6rem;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  .accordion {
    margin-bottom: 16rem;
  }
}

.accordion__header {
  margin-bottom: 5.6rem;
}

@media only screen and (max-width: 980px) {
  .accordion__header {
    margin-bottom: 3.3rem;
  }
}

.accordion__title {
  margin-bottom: .7rem;
  font-size: 3.8rem;
  font-family: 'Yeseva One';
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .accordion__title {
    font-size: 2.4rem;
    margin-left: -.1rem;
    white-space: nowrap;
  }
}

.accordion__subtitle {
  margin-bottom: 5rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 980px) {
  .accordion__subtitle {
    margin-bottom: 0;
  }
}

.accordion__title-module {
  margin-top: 8rem;
  font-family: 'Yeseva One';
  font-size: 2.3rem;
  line-height: 2.7rem;
}

@media only screen and (max-width: 980px) {
  .accordion__title-module {
    margin-top: 2rem;
  }
}

.accordion__subtitle-module {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
}

@media only screen and (max-width: 980px) {
  .accordion__subtitle-module {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.accordion__list-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -.8rem;
}

@media only screen and (max-width: 980px) {
  .accordion__list-module {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.accordion__item-module {
  padding: .8rem;
}

@media only screen and (max-width: 980px) {
  .accordion__item-module {
    width: 100%;
  }
}

.accordion__item-module--biggest {
  width: 36.37%;
}

@media only screen and (max-width: 980px) {
  .accordion__item-module--biggest {
    width: 100%;
  }
}

.accordion__item-module--big {
  width: 34.77%;
}

@media only screen and (max-width: 980px) {
  .accordion__item-module--big {
    width: 100%;
  }
}

.accordion__item-module--small {
  width: 28.86%;
}

@media only screen and (max-width: 980px) {
  .accordion__item-module--small {
    width: 100%;
  }
}

.accordion__link-subtitle {
  color: #0191FF;
}

.accordion__icon-subtitle {
  margin-bottom: -.6rem;
  margin-left: .4rem;
  font-size: 2.1rem;
}

.accordion__content {
  position: relative;
  display: none;
}

.accordion__item.active > .accordion__content {
  display: block;
}

.accordion__content--second {
  display: none;
  padding-top: 2.4rem;
}

@media only screen and (max-width: 980px) {
  .accordion__content--second {
    padding-top: 1.6rem;
  }
}

.accordion__item.active > .accordion__content--second {
  display: block;
}

.accordion__arrow {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__item.fixed > .accordion__top > .accordion__columns > .accordion__column > .accordion__arrow {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.accordion__item--first.inactive {
  display: none;
}

.accordion__item--fourth {
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (min-width: 1200px) {
  .accordion__item--fourth:hover {
    background: #FFFBEF;
  }
}

.accordion__header-small {
  display: none;
  margin-bottom: .1rem;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #7F7F7F;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__header-small {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__header-small {
    display: block;
  }
}

.accordion__item.one-pick .accordion__columns--second .accordion__header-small {
  display: none;
}

.accordion__about-count {
  display: none;
}

.accordion__list--first {
  margin: -6.3rem 0;
}

@media only screen and (max-width: 980px) {
  .accordion__list--first {
    margin: -4.8rem 0;
  }
}

.accordion__list--second {
  margin: -2.9rem 0;
}

@media only screen and (max-width: 980px) {
  .accordion__list--second {
    margin: -.5rem 0;
    margin-left: 2rem;
  }
}

.accordion__list--third {
  margin: -.4rem 0;
}

.accordion__list--fourth {
  margin: -.5rem 0;
}

.accordion__item--first {
  padding: 6.3rem 0;
}

@media only screen and (max-width: 980px) {
  .accordion__item--first {
    padding: 4.8rem 0;
  }
}

.accordion__item--second {
  border-bottom: 1px solid #D8D8D8;
  padding: 2.9rem 0;
  padding-left: 2rem;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}

@media only screen and (max-width: 980px) {
  .accordion__item--second {
    padding: .5rem 0;
  }
}

.accordion__item--second.fixed {
  padding-bottom: .6rem;
}

.accordion__item--third {
  padding: .4rem 0;
  border-top: 1px solid #D8D8D8;
}

.accordion__item--fourth {
  padding: .6rem 0;
}

@media only screen and (max-width: 980px) {
  .accordion__item--fourth {
    padding: .2rem 0;
    position: relative;
  }
}

.accordion__top {
  position: relative;
}

.accordion__top--first {
  margin-bottom: 2.9rem;
  padding-bottom: 2.4rem;
  padding-right: 4.2rem;
  border-bottom: 2px solid #000;
}

@media only screen and (max-width: 980px) {
  .accordion__top--first {
    padding-right: 0;
    padding-bottom: 1.2rem;
    margin-bottom: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .accordion__top--second:hover {
    cursor: pointer;
  }
}

.accordion__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__columns--first {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.accordion__item.one-pick .accordion__columns--first .accordion__column--name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion__item.one-pick .accordion__columns--first .accordion__column--about {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.accordion__columns--second {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.accordion__columns--fourth {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.accordion__popup-checkbox {
  position: absolute;
  top: 0%;
  right: -1rem;
  z-index: 10000;
  -webkit-transform: translateY(0%) translateX(100%);
  -ms-transform: translateY(0%) translateX(100%);
  transform: translateY(0%) translateX(100%);
  width: 20rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  background: #fff;
  pointer-events: none;
  -webkit-box-shadow: 0 0.2rem 2rem 0.1rem rgba(100, 100, 100, 0.5);
  box-shadow: 0 0.2rem 2rem 0.1rem rgba(100, 100, 100, 0.5);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.accordion__columns--second > .accordion__column--checkbox .accordion__popup-checkbox, .accordion__columns--fourth > .accordion__column--checkbox .accordion__popup-checkbox {
  -webkit-transform: translateY(0%) translateX(-100%);
  -ms-transform: translateY(0%) translateX(-100%);
  transform: translateY(0%) translateX(-100%);
  right: auto;
  left: -1rem;
}

.accordion__columns--first .accordion__column--checkbox {
  margin-left: .2rem;
  margin-right: 1.4rem;
  margin-bottom: -.1rem;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__column--checkbox {
    margin-right: 1.3rem;
    margin-left: 0;
  }
}

.accordion__columns--first .accordion__column--name {
  width: 36rem;
  margin-right: 1rem;
  font-family: 'Yeseva One';
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__column--name {
    width: calc(100% - 3.3rem);
    margin-right: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__column--about {
    min-width: 100%;
    margin-top: 1rem;
  }
}

.accordion__columns--second .accordion__column--name {
  width: auto;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__column--name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.accordion__columns--second .accordion__column > .accordion__name {
  font-size: 2.1rem;
  font-weight: 600;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__column > .accordion__name {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__column--about {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.accordion__columns--second .accordion__column--time {
  margin: 0;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__column--cost {
    width: 6rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__column--checkbox {
    padding-top: 1.1rem;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__column--name {
    width: 100%;
    margin: 0;
    margin-bottom: .2rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__column--about {
    width: 100%;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__column--cost {
    margin: 0;
    width: 6rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__column--time {
    margin: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__column--checkbox {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.accordion__columns--first .accordion__example {
  font-size: 1.4rem;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
  line-height: 100%;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__example {
    display: none;
  }
}

.accordion__columns--first .accordion__cost {
  font-size: 1.4rem;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__cost {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__cost {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__cost {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
  }
}

.accordion__item.one-pick .accordion__columns--first .accordion__cost {
  display: none;
}

.accordion__item.one-pick .accordion__columns--second .accordion__cost {
  display: none;
}

.accordion__columns--first .accordion__time {
  font-size: 1.4rem;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__time {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--second .accordion__time {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__columns--fourth .accordion__time {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
  }
}

.accordion__item.one-pick .accordion__columns--first .accordion__time {
  display: none;
}

.accordion__item.one-pick .accordion__columns--second .accordion__time {
  display: none;
}

.accordion__columns--first .accordion__about {
  font-size: 1.8rem;
  line-height: 100%;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__about {
    position: relative;
    padding-right: 6.8rem;
    font-size: 1.4rem;
  }
}

.accordion__item.one-pick .accordion__columns--first .accordion__about {
  display: none;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__about-cost {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.accordion__columns--first .accordion__name {
  font-size: 2.7rem;
  line-height: 100%;
  font-weight: 700;
  line-height: 100%;
}

@media only screen and (max-width: 980px) {
  .accordion__columns--first .accordion__name {
    font-size: 1.8rem;
  }
}

.accordion__main {
  margin-top: 5.7rem;
  margin-bottom: 3rem;
}

.accordion__column--name {
  width: 30.3rem;
  margin-right: 1rem;
}

.accordion__column--about {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion__column--time {
  width: 4.5rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 980px) {
  .accordion__column--time {
    width: 3.4rem;
  }
}

.accordion__column--cost {
  width: 7.5rem;
  margin-left: 1rem;
}

.accordion__column--checkbox {
  width: 2rem;
  margin-left: 2.2rem;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .accordion__column--checkbox.only-read:hover .accordion__popup-checkbox {
    opacity: 1;
    pointer-events: auto;
  }
}

.accordion__column--arrow {
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  font-size: 1.2rem;
  -webkit-transition: border-color .3s, -webkit-transform .3s background-color .3s;
  transition: border-color .3s, -webkit-transform .3s background-color .3s;
  -o-transition: transform .3s background-color .3s, border-color .3s;
  transition: transform .3s background-color .3s, border-color .3s;
  transition: transform .3s background-color .3s, border-color .3s, -webkit-transform .3s background-color .3s;
  line-height: 0;
}

@media only screen and (max-width: 980px) {
  .accordion__column--arrow {
    top: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 980px) {
  .accordion__column--example {
    display: none;
  }
}

.accordion__cost, .accordion__time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  text-align: right;
}

.accordion__about {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

@media only screen and (max-width: 980px) {
  .accordion__about {
    margin-top: 0;
  }
}

.accordion__name {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.accordion__example {
  position: relative;
  font-size: 0;
  cursor: pointer;
}

.accordion__columns--first .accordion__example {
  cursor: default;
}

.accordion__example.disabled {
  cursor: default;
}

@media screen and (min-width: 1200px) {
  .accordion__example.disabled:hover .accordion__popup {
    opacity: 0;
  }
}

.accordion__item.one-pick .accordion__columns--first .accordion__example {
  display: none;
}

.accordion__eye {
  font-size: 2.2rem;
  color: #FFE062;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.accordion__example.disabled .accordion__eye {
  display: none;
}

.accordion__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2.2rem 10rem 3.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.2rem 5rem 0.1rem rgba(100, 100, 100, 0.5);
  box-shadow: 0 0.2rem 5rem 0.1rem rgba(100, 100, 100, 0.5);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.accordion__popup::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top: 1rem solid #fff;
}

.accordion__popup::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -100%;
  height: 1rem;
  width: 100%;
}

.accordion__column.down .accordion__popup {
  bottom: auto;
  top: 4rem;
  z-index: 100000;
}

.accordion__column.down .accordion__popup::after {
  bottom: auto;
  top: -2rem;
  border-top: 0;
  border: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
}

.accordion__img {
  width: 14.4rem;
  height: 27rem;
}

.advantages {
  color: #000;
  position: relative;
  z-index: 100;
  padding-top: 3.8rem;
  padding-bottom: 15.2rem;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 1279px) {
  .advantages {
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 980px) {
  .advantages {
    padding-bottom: 8rem;
    padding-top: 4.7rem;
  }
}

.advantages__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.2rem 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .advantages__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 980px) {
  .advantages__list {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.advantages__list:before, .advantages__list:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #d8d8d8;
}

@media only screen and (max-width: 980px) {
  .advantages__list:before, .advantages__list:after {
    display: none;
  }
}

.advantages__list:before {
  top: 2.2rem;
}

.advantages__list:after {
  bottom: 0;
}

.advantages__li {
  padding: 2.2rem 0;
  position: relative;
  overflow: hidden;
}

.advantages__li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 2.2rem;
  height: 100%;
  bottom: 0rem;
  width: 100%;
  background: #000;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

@media screen and (min-width: 1200px) {
  .advantages__li:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.advantages__li:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d8d8d8;
}

@media only screen and (max-width: 980px) {
  .advantages__li:after {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .advantages__li:last-child:after {
    display: none;
  }
}

.advantages__li--stretch {
  padding-right: 17.8rem;
}

@media screen and (max-width: 1440px) {
  .advantages__li--stretch {
    padding-right: 10rem;
  }
}

@media screen and (max-width: 1279px) {
  .advantages__li--stretch {
    padding-right: 7.8rem;
  }
}

.advantages__li--stretch:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.advantages__li--price {
  padding-right: 20.4rem;
}

@media screen and (max-width: 1440px) {
  .advantages__li--price {
    padding-right: 10rem;
  }
}

.advantages__li--garanty {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advantages__li--functions {
  padding-top: 4.8rem;
  padding-right: 32.4rem;
  margin-left: 18rem;
  padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .advantages__li--functions {
    padding-right: 20rem;
    margin-left: 10rem;
  }
}

.advantages__li--deadline {
  padding-top: 4.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
  .advantages__li {
    width: 100%;
    position: relative;
    margin: 0;
  }
}

.advantages__card {
  border-left: 1px solid #d8d8d8;
  height: 100%;
  padding: 7.3rem 0 0 3.6rem;
}

.advantages__li:first-child .advantages__card {
  border: none;
}

.advantages__li--functions .advantages__card, .advantages__li--deadline .advantages__card {
  padding-top: 0;
  padding-bottom: 7.9rem;
}

@media only screen and (max-width: 980px) {
  .advantages__li--functions .advantages__card, .advantages__li--deadline .advantages__card {
    padding: 0;
  }
}

@media only screen and (max-width: 980px) {
  .advantages__card {
    border: none;
    padding: 0;
  }
}

.advantages__img-box {
  height: 6rem;
  font-size: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.2rem;
  color: #1D3649;
}

@media only screen and (max-width: 980px) {
  .advantages__img-box {
    margin-bottom: 2.6rem;
  }
}

.advantages__li--stretch .advantages__img-icon {
  width: 6rem;
  height: 6rem;
}

.advantages__li--price .advantages__img-icon {
  width: 7.8rem;
  height: 5.4rem;
}

.advantages__li--garanty .advantages__img-icon {
  width: 7.4rem;
  height: 3.8rem;
}

.advantages__li--functions .advantages__img-icon {
  width: 8.3rem;
  height: 5.3rem;
}

.advantages__li--deadline .advantages__img-icon {
  width: 8.2rem;
  height: 5.3rem;
}

.advantages__title {
  font-family: 'Yeseva One';
  font-size: 2.3rem;
  line-height: 2.7rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 1279px) {
  .advantages__title {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 980px) {
  .advantages__title {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-bottom: .8rem;
  }
}

.advantages__desc {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1D3649;
}

@media only screen and (max-width: 980px) {
  .advantages__desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .advantages__desc br {
    display: none;
  }
}

.advantages__img-box, .advantages__title {
  position: relative;
  z-index: 5;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .advantages__li:hover .advantages__img-box, .advantages__li:hover .advantages__title {
    color: #fff;
  }
}

.advantages__desc {
  position: relative;
  z-index: 5;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .advantages__li:hover .advantages__desc {
    color: #9299A2;
  }
}

.awards {
  color: #000;
  margin-bottom: 30rem;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .awards {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 980px) {
  .awards {
    margin-bottom: 10.8rem;
  }
}

.awards__header {
  font-family: 'Yeseva One';
  font-size: 3.8rem;
  line-height: 4.4rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 980px) {
  .awards__header {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.9rem;
  }
}

.awards__desc {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 8.5rem;
  max-width: 86rem;
}

@media only screen and (max-width: 980px) {
  .awards__desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}

.awards__list {
  font-size: 0;
  margin: -2.8rem;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .awards__list {
    white-space: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 980px) {
  .awards__list {
    margin: -2rem -1rem;
  }
}

.awards__li {
  padding: 2.8rem;
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .awards__li {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 980px) {
  .awards__li {
    width: auto;
    padding: 2rem 1rem;
  }
}

.awards__img {
  width: 21.2rem;
}

@media only screen and (max-width: 980px) {
  .awards__img {
    width: 100%;
    max-width: 13rem;
  }
}

.footer {
  margin-top: 26rem;
  padding: 20.4rem 0 5.3rem;
  background: #000;
  overflow: hidden;
}

@media only screen and (max-width: 980px) {
  .footer {
    padding: 6.8rem 0;
    margin-top: 12rem;
  }
}

.footer__content {
  width: 70rem;
  padding-left: 1rem;
  margin: auto;
  padding-bottom: 23.4rem;
}

@media only screen and (max-width: 980px) {
  .footer__content {
    padding-left: 0;
    width: 100%;
    padding-bottom: 4.6rem;
  }
}

.footer__title {
  margin-bottom: 2.3rem;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  font-family: 'Yeseva One';
}

@media only screen and (max-width: 980px) {
  .footer__title {
    font-size: 2.4rem;
  }
}

.footer__list-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.5rem -.5rem 2.9rem;
}

.footer__list-calc.hidden {
  display: none;
}

.footer__item-calc {
  padding: .5rem;
}

.footer__wrapper-calc {
  padding: .8rem 1.6rem;
  font-size: 1.6rem;
  line-height: 100%;
  color: #000;
  background: #FFE062;
  border-radius: .5rem;
}

.footer__subtitle {
  width: 42.5rem;
  margin-bottom: 6.2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
}

@media only screen and (max-width: 980px) {
  .footer__subtitle {
    width: 30rem;
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.footer__list-input {
  margin: -1.1rem 0;
}

.footer__item-input {
  padding: 1.1rem 0;
}

.footer__item-input.hidden {
  display: none;
}

.footer__btn {
  margin-top: 4.8rem;
  min-width: 27rem;
  min-height: 7.3rem;
  background: #FFE062;
}

.footer__btn span {
  font-size: 2.4rem;
}

@media only screen and (max-width: 980px) {
  .footer__btn span {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .footer__btn {
    margin-top: 3.6rem;
    width: 100%;
    min-height: 5.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer__btn:hover {
    background: #000;
  }
  .footer__btn:hover .btn__text {
    color: #FFE062;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4.8rem;
  border-top: 1px solid #4A4A4A;
}

@media only screen and (max-width: 980px) {
  .footer__bottom {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.8rem;
}

.footer__item-icons {
  padding: 0 .8rem;
}

.footer__wrapper-icons {
  position: relative;
  font-size: 3rem;
  line-height: 0;
}

.footer__wrapper-icons:hover .icon-hover {
  fill: red !important;
  fill-opacity: 1 !important;
}

.footer__circle-icon {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.footer__circle-icon--hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .footer__wrapper-icons:hover .footer__circle-icon {
    opacity: 0;
  }
  .footer__wrapper-icons:hover .footer__circle-icon--hover {
    opacity: 1;
  }
}

.footer__info {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  font-family: 'Helvetica Neue';
  line-height: 100%;
  color: #4C4C4C;
}

.footer__copy-text {
  display: block;
  padding-bottom: 2rem;
}

.footer__mail {
  border-bottom: 1px solid #4C4C4C;
}

@media screen and (min-width: 1200px) {
  .footer__mail:hover {
    color: #FFE062;
    border-color: #FFE062;
  }
}

@media only screen and (max-width: 980px) {
  .footer__right {
    margin-top: 2.7rem;
  }
}

.footer__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__call .circle-icon {
  color: #FFE062;
  font-size: 3rem;
  line-height: 0;
  margin-right: 1.4rem;
}

.footer__call span {
  font-size: 1.6rem;
  letter-spacing: .11rem;
  color: #fff;
}

.footer__go {
  position: relative;
  display: block;
  width: 22.5rem;
  min-height: 3.6rem;
  padding-left: 1.2rem;
  margin-top: 1.8rem;
  margin-right: 1.7rem;
  font-size: 1.4rem;
  font-family: 'Helvetica Neue';
  line-height: 3.6rem;
  background: #1A1A1A;
  color: #5E5E5E;
  border-radius: .3rem;
}

@media screen and (min-width: 1200px) {
  .footer__go:hover span {
    color: #fff;
  }
}

.footer__go span {
  color: #FFE062;
  margin-bottom: .1rem;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.footer__go:after {
  content: '';
  position: absolute;
  right: -3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border: 1.9rem solid transparent;
  border-left: 1.9rem solid #1A1A1A;
}

.page-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #000;
  height: 5.2rem;
  z-index: 999;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: background .3s, -webkit-box-shadow .3s;
  transition: background .3s, -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s, background .3s;
  transition: box-shadow .3s, background .3s;
  transition: box-shadow .3s, background .3s, -webkit-box-shadow .3s;
}

.page-header.fixed {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.page-header__grey {
  color: #BFBFBF;
}

@media only screen and (max-width: 980px) {
  .page-header {
    display: none;
  }
}

.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  max-width: 100%;
}

.page-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .page-header__list {
    position: static;
    margin: -2.1rem -1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.page-header__list--second {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-0.5rem);
  -ms-transform: translateX(-50%) translateY(-0.5rem);
  transform: translateX(-50%) translateY(-0.5rem);
  top: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 1rem 0 1.3rem 0;
  background: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
  border-radius: 0 0 .5rem .5rem;
  -webkit-box-shadow: 0 0.4rem 6.3rem 2rem rgba(34, 60, 80, 0.2);
  box-shadow: 0 0.4rem 6.3rem 2rem rgba(34, 60, 80, 0.2);
  margin: -.2rem 0;
}

.page-header__list--second::after {
  content: '';
  top: -1.8rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  border: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
}

.page-header.fixed .page-header__list--second {
  -webkit-transform: translateX(-50%) translateY(-0.5rem);
  -ms-transform: translateX(-50%) translateY(-0.5rem);
  transform: translateX(-50%) translateY(-0.5rem);
}

.page-header__list--third {
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -.5rem;
  padding: 1rem 2rem;
  background: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none;
  margin: -.2rem 0;
}

.page-header__li {
  position: relative;
  padding: 2.1rem;
}

@media screen and (max-width: 1279px) {
  .page-header__li {
    padding: 2.1rem 1rem;
  }
}

.page-header.fixed > ul > .page-header__li {
  padding: 0;
  padding-left: 4.2rem;
}

@media screen and (max-width: 1279px) {
  .page-header.fixed > ul > .page-header__li {
    padding: 2.1rem 1rem;
  }
  .page-header.fixed > ul > .page-header__li--second, .page-header.fixed > ul > .page-header__li--third {
    padding: .5rem;
  }
}

.page-header.fixed > ul > .page-header__li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1279px) {
  .page-header.fixed > ul > .page-header__li:first-child {
    padding-left: 2.1rem;
  }
}

.page-header__li--second, .page-header__li--third {
  padding: .8rem 2.6rem .8rem 1.3rem;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 1200px) {
  .page-header__li--second:hover, .page-header__li--third:hover {
    background: #F1F4F4;
  }
  .page-header__li--second:hover .page-header__link, .page-header__li--third:hover .page-header__link {
    color: #FFE062;
  }
}

.page-header__li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.page-header__link {
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .page-header.fixed .page-header__link:hover {
    color: #FFE062;
  }
}

@media screen and (min-width: 1200px) {
  .page-header__link:hover {
    color: #FFE062;
  }
}

.page-header__list--second .page-header__link {
  color: #000;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 600;
  display: block;
}

.page-header__link__bold-text {
  font-weight: bold;
}

.page-header__logo {
  opacity: 0;
  -webkit-transition: color .3s, opacity .3s;
  -o-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: #fff;
  line-height: 0;
}

.page-header.fixed .page-header__logo {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .page-header__logo:hover {
    color: #FFE062;
  }
}

.page-header__logo-img {
  width: 5rem;
  height: 2rem;
}

.page-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.page-header.fixed .page-header__contact {
  opacity: 1;
}

.page-header__phone {
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-header__phone:hover {
    color: #FFE062;
  }
}

.page-header__btn {
  margin-left: 3rem;
  border-color: #fff;
  border-width: .1rem;
}

.page-header__btn .btn__text {
  color: #fff;
}

.portfolio {
  overflow: hidden;
}

.portfolio__header {
  font-family: 'Yeseva One';
  font-size: 3.8rem;
  line-height: 4.4rem;
  color: #000;
  margin-bottom: 9.5rem;
}

@media only screen and (max-width: 980px) {
  .portfolio__header {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 3.3rem;
  }
}

.portfolio__list {
  margin: -7.6rem;
}

@media only screen and (max-width: 980px) {
  .portfolio__list {
    margin: -3.3rem;
  }
}

.portfolio__li {
  padding: 7.6rem;
}

@media only screen and (max-width: 980px) {
  .portfolio__li {
    padding: 3.3rem;
  }
}

.slider {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 980px) {
  .slider {
    display: none;
  }
}

.slider__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 18.4rem;
}

@media screen and (max-width: 1440px) {
  .slider__wrapper {
    width: 98rem;
    height: 16.1rem;
    margin: auto;
  }
}

.slider__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5.6rem;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-family: 'Yeseva One';
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .slider__text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.slider__cost {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5.4rem;
  display: block;
  padding: 1.4rem 3.3rem;
  font-family: 'Yeseva One';
  font-size: 3.8rem;
  line-height: 100%;
  color: #000;
  background: #FFE062;
  border-radius: .5rem;
}

.slider__list-dot, .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -.75rem;
  margin-top: 3.4rem;
}

.slider__list-dot {
  display: none;
}

.slider .slick-dots > li {
  padding: 0 .75rem;
}

.slider .slick-dots > li > button {
  width: 1.1rem;
  height: 1.1rem;
  background: #D8D8D8;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 0;
}

.slider .slick-dots > li > button:hover {
  background: #FFE062;
  cursor: pointer;
}

.slider .slick-dots > li.slick-active > button {
  background: #FFE062;
}

.slider__item {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.slider__item:first-child {
  opacity: 1;
  position: static;
}

.slider__item.slick-slide {
  opacity: 1;
  position: static;
}

.text-block {
  margin-bottom: 25.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  background: #F1F4F4;
  position: relative;
  min-height: 69.3rem;
  overflow: hidden;
  background: url(../img/content/text-block-bg.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1279px) {
  .text-block {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 980px) {
  .text-block {
    margin-bottom: 6rem;
    padding: 6.6rem 0 5.7rem;
    min-height: auto;
    background: #F1F4F4;
  }
}

.text-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 980px) {
  .text-block__container {
    position: static;
  }
}

.text-block__text-padding {
  padding-left: 11.1rem;
}

@media only screen and (max-width: 980px) {
  .text-block__text-padding {
    padding-left: 5.6rem;
  }
}

.text-block__text {
  font-family: 'Yeseva One';
  font-size: 2.9rem;
  line-height: 3.7rem;
  color: #000;
}

@media only screen and (max-width: 980px) {
  .text-block__text {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 980px) {
  .text-block__img {
    display: none;
  }
}

.virtues {
  margin-bottom: 18.2rem;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  .virtues {
    margin-bottom: 6rem;
  }
}

.virtues__title {
  margin: 0 0 5.05rem;
  font-size: 3.8rem;
  line-height: 4.4rem;
  font-family: 'Yeseva One';
  text-align: left;
}

@media only screen and (max-width: 980px) {
  .virtues__title {
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
  }
}

.virtues__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {
  .virtues__list {
    margin: -1.65rem 0;
  }
}

.virtues__item {
  width: 50%;
  padding-top: 5.7rem;
  padding-right: 6.7rem;
  border-top: 1px solid #D8D8D8;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 980px) {
  .virtues__item {
    width: 100%;
    border: 0;
    padding: 1.65rem 0;
    margin: 0;
  }
}

.virtues__item:nth-child(2n) {
  border-left: 1px solid #D8D8D8;
  padding-left: 6rem;
}

@media only screen and (max-width: 980px) {
  .virtues__item:nth-child(2n) {
    border: 0;
    padding-left: 0;
  }
}

.virtues__item--short {
  width: 36%;
}

@media only screen and (max-width: 980px) {
  .virtues__item--short {
    width: 100%;
  }
}

.virtues__item--long {
  width: 64%;
}

@media only screen and (max-width: 980px) {
  .virtues__item--long {
    width: 100%;
  }
}

.virtues__item--shorter {
  width: 48.4%;
}

@media only screen and (max-width: 980px) {
  .virtues__item--shorter {
    width: 100%;
  }
}

.virtues__item--longer {
  width: 51.6%;
}

@media only screen and (max-width: 980px) {
  .virtues__item--longer {
    width: 100%;
  }
}

.virtues__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.virtues__number {
  margin-right: 2.8rem;
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  font-size: 2.3rem;
  font-family: 'Yeseva One';
  border: 2px solid #FFE062;
  border-radius: 50%;
}

@media only screen and (max-width: 980px) {
  .virtues__number {
    margin-right: 1.9rem;
    width: 4.7rem;
    height: 4.7rem;
    font-size: 1.8rem;
  }
}

.virtues__name {
  font-size: 2.3rem;
  font-family: 'Yeseva One';
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 980px) {
  .virtues__name {
    font-size: 1.8rem;
  }
}

.virtues__text {
  margin-top: 2.5rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #1D3649;
}

@media only screen and (max-width: 980px) {
  .virtues__text {
    margin-top: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.why {
  background: #F1F4F4;
  padding: 6.1rem 0 8rem;
  color: #000;
  margin-bottom: 25.4rem;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .why {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 980px) {
  .why {
    padding: 5rem 0 0;
    margin-bottom: 10.4rem;
  }
}

.why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1279px) {
  .why__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 980px) {
  .why__container {
    padding: 0;
  }
}

.why__circle-col {
  width: 65.7rem;
  margin-left: -9.1rem;
  padding-right: 8rem;
}

@media screen and (max-width: 1279px) {
  .why__circle-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 980px) {
  .why__circle-col {
    width: 32rem;
    height: 52rem;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 7rem;
  }
}

.why__circle {
  position: relative;
  background: #FFE062;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  margin-right: 10.7rem;
}

@media screen and (max-width: 1440px) {
  .why__circle {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 980px) {
  .why__circle {
    width: 38.5rem;
    height: 38.5rem;
    margin: 0;
  }
}

.why__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-67%);
  -ms-transform: translateX(-67%);
  transform: translateX(-67%);
  top: -9.3rem;
  max-width: none;
  max-height: none;
}

@media only screen and (max-width: 980px) {
  .why__img {
    position: relative;
    z-index: 1;
    left: -24rem;
    top: -3.8rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 45rem;
    pointer-events: none;
  }
}

.why__img--desktop {
  display: block;
}

@media only screen and (max-width: 980px) {
  .why__img--desktop {
    display: none;
  }
}

.why__img--mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  .why__img--mobile {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
  }
}

.why__person {
  position: absolute;
  top: 10.3rem;
  right: -11.6rem;
  padding-left: 1.7rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 980px) {
  .why__person {
    margin: 0;
    right: auto;
    left: 5.5rem;
    top: -6.9rem;
  }
}

.why__person:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #000;
}

.why__name {
  font-weight: 500;
  font-family: 'Yeseva One';
}

@media only screen and (max-width: 980px) {
  .why__name {
    font-size: 1.3rem;
    font-family: 'Yeseva One';
  }
}

.why__position {
  font-size: 1.2rem;
}

.why__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 7.2rem;
  padding-top: 9rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .why__content {
    padding-top: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 980px) {
  .why__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5.8rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
  }
}

.why__head {
  font-family: 'Yeseva One';
  font-size: 4.8rem;
  line-height: 5.5rem;
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 980px) {
  .why__head {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 1.9rem;
    width: 24rem;
  }
}

.why__text {
  max-width: 44rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2.7rem;
}

@media only screen and (max-width: 980px) {
  .why__text {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
  }
}

.why__btn {
  margin-top: 5rem;
  background: #111;
  width: 20.8rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (max-width: 1279px) {
  .why__btn {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 980px) {
  .why__btn {
    margin-top: 3.1rem;
    width: 100%;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .why__btn:hover {
    background: #FFE062;
  }
}

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