@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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 */
  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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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: 'Lato';
  src: url("../fonts/lato/lato-bold/Lato-Bold.eot");
  src: url("../fonts/lato/lato-bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-bold/Lato-Bold.woff") format("woff"), url("../fonts/lato/lato-bold/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-semibold/Lato-Semibold.eot");
  src: url("../fonts/lato/lato-semibold/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-semibold/Lato-Semibold.woff") format("woff"), url("../fonts/lato/lato-semibold/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-medium/Lato-Medium.eot");
  src: url("../fonts/lato/lato-medium/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-medium/Lato-Medium.woff") format("woff"), url("../fonts/lato/lato-medium/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-regular/Lato-Regular.eot");
  src: url("../fonts/lato/lato-regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-regular/Lato-Regular.woff") format("woff"), url("../fonts/lato/lato-regular/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/lato-light/Lato-Light.eot");
  src: url("../fonts/lato/lato-light/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/lato-light/Lato-Light.woff") format("woff"), url("../fonts/lato/lato-light/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway/raleway-regular/Raleway-Regular.eot");
  src: url("../fonts/raleway/raleway-regular/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/raleway-regular/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/raleway-regular/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 70px;
  line-height: 1; }
  @media (max-width: 767px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 55px;
  line-height: 1.18;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h2 {
      font-size: 40px;
      line-height: 1.25; } }

h3 {
  font-size: 48px;
  line-height: 1; }
  @media (max-width: 767px) {
    h3 {
      font-size: 38px; } }

h4 {
  font-size: 42px;
  line-height: 1; }
  @media (max-width: 767px) {
    h4 {
      font-size: 32px; } }

h5 {
  font-size: 36px;
  line-height: 1; }
  @media (max-width: 767px) {
    h5 {
      font-size: 26px; } }

h6 {
  font-size: 30px;
  line-height: 1; }
  @media (max-width: 767px) {
    h6 {
      font-size: 20px; } }

p {
  padding: 0;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #f9f9f9;
  border: 0;
  margin: 30px 0; }

q,
blockquote {
  text-align: center;
  display: block; }

strong,
b {
  font-weight: 700; }

a {
  color: #a01e20;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: .8; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.default-list li {
  position: relative;
  padding-left: 10px; }
  .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #737373;
    border-radius: 50%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  list-style-type: none; }

.static-content ol {
  margin-bottom: 15px; }

.static-content ul {
  margin-bottom: 15px; }
  .static-content ul li {
    position: relative;
    padding-left: 19px; }
    .static-content ul li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 14px;
      width: 5px;
      height: 5px;
      background: #737373;
      border-radius: 50%; }

.static-content li {
  font-size: 18px;
  line-height: 1.75; }

.static-content table {
  margin-bottom: 25px;
  width: 100%;
  border-spacing: 0px; }
  .static-content table thead {
    background-color: #a01e20; }
    .static-content table thead th {
      padding: 10px 20px;
      color: #fff; }
      .static-content table thead th:first-child {
        text-align: left; }
  .static-content table tbody {
    background-color: #f9f9f9; }
    .static-content table tbody td {
      padding: 5px;
      text-align: center;
      font-size: 20px; }
      .static-content table tbody td:first-child {
        padding: 5px 20px;
        text-align: left; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

/*!
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 emergence {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes emergence {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

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

@-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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute; }

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0; }

#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.5em; }

#jr_inner p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0; }

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 15px 0; }
  #jr_inner ul:after {
    content: '';
    display: block;
    clear: both; }

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center; }

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0; }

#jr_inner li a:hover {
  text-decoration: underline; }

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat center;
  background-size: 80px 80px;
  cursor: pointer; }

#jr_close {
  clear: both;
  padding: 0;
  margin: 0; }

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0; }

.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; }

.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.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; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .slick-dots li.slick-active button {
      opacity: 1;
      background: #a01e20; }
  .slick-dots button {
    width: 18px;
    height: 3px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #a01e20;
    opacity: 0.2; }

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

html {
  height: 100%; }

body {
  height: 100%;
  min-width: 320px; }

.wrapper {
  min-height: 100%;
  overflow: hidden; }

.container {
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 10px; } }

button,
.btn {
  padding: 31px 10px 29px;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #a01e20;
  border-radius: 0;
  color: #a01e20;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer; }
  button:hover, button.active,
  .btn:hover,
  .btn.active {
    opacity: 1;
    color: #fff;
    background-color: #a01e20; }
  button:focus,
  .btn:focus {
    outline: none; }
  button.disabled, button[disabled="disabled"], button[disabled],
  .btn.disabled,
  .btn[disabled="disabled"],
  .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }
  button--white,
  .btn--white {
    border-color: #fff;
    color: #fff; }
    @media (max-width: 767px) {
      button--white,
      .btn--white {
        padding-top: 32px;
        padding-bottom: 30px; } }
    button--white:hover,
    .btn--white:hover {
      background-color: #fff;
      color: #a01e20; }

.checkbox {
  display: inline-block;
  cursor: pointer; }
  .checkbox > span {
    padding-left: 32px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #000;
    cursor: pointer; }
    .checkbox > span:before, .checkbox > span:after {
      position: absolute;
      content: '';
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .checkbox input[type="checkbox"]:not(:checked) + span::before {
      top: 1px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #737373; }
    .checkbox input[type="checkbox"]:not(:checked) + span::after {
      opacity: 0; }
    .checkbox input[type="checkbox"]:checked + span::before {
      top: 1px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #a01e20;
      border: 2px solid #a01e20; }
    .checkbox input[type="checkbox"]:checked + span::after {
      top: 6px;
      left: 5px;
      width: 11px;
      height: 7px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .checkbox input[type="checkbox"]:disabled + span {
      color: rgba(115, 115, 115, 0.3); }
      .checkbox input[type="checkbox"]:disabled + span::before {
        border-color: rgba(115, 115, 115, 0.3); }

.fancybox-slide > * {
  padding: 0;
  margin: 0; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.85); }

@media (max-width: 1023px) {
  .fancybox-slide:before {
    margin: 0; } }

.fancybox-slide--html {
  padding: 0; }

.fancybox-can-drag .fancybox-content {
  margin-bottom: 0; }

.fancybox-close-small {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  top: 15px;
  right: 19px;
  width: 36px;
  height: 36px; }
  .fancybox-close-small svg {
    display: none; }
  .fancybox-close-small::before, .fancybox-close-small::after {
    position: absolute;
    content: '';
    background-color: #891315;
    width: 22px;
    height: 4px;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 2px; }
  .fancybox-close-small::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .fancybox-close-small::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .fancybox-close-small:hover {
    border-color: #fff;
    background: transparent; }
    .fancybox-close-small:hover::before, .fancybox-close-small:hover::after {
      background-color: #fff; }
  @media (max-width: 1023px) {
    .fancybox-close-small {
      top: 5px;
      right: 5px; } }

.icon-profits {
  width: 85px;
  height: 85px; }

.icon-pie-chart {
  width: 85px;
  height: 85px; }

.icon-helmet {
  width: 58px;
  height: 82px; }

.icon-credit-card {
  width: 87px;
  height: 65px; }

.icon-contract {
  width: 77px;
  height: 84px; }

.icon-youtube {
  width: 60px;
  height: 46px; }

textarea,
select,
input {
  background-color: #fff;
  color: #000;
  font-family: "Lato", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  border: none;
  line-height: 1.22;
  padding: 14px 10px 17px 28px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none; }
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #878787; }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #878787; }
  textarea::placeholder,
  select::placeholder,
  input::placeholder {
    color: #878787;
    opacity: 1; }
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  input:focus:-ms-input-placeholder {
    color: transparent; }
  textarea:focus::placeholder,
  select:focus::placeholder,
  input:focus::placeholder {
    color: transparent; }
  @media (max-width: 1023px) {
    textarea,
    select,
    input {
      padding: 14px 10px 17px 26px; } }
  @media (max-width: 767px) {
    textarea,
    select,
    input {
      font-size: 20px;
      padding: 16px 10px 18px 18px; } }
  textarea.error,
  select.error,
  input.error {
    -webkit-box-shadow: 0px 0px 15px 1px black;
            box-shadow: 0px 0px 15px 1px black; }
    textarea.error + label.error,
    select.error + label.error,
    input.error + label.error {
      display: none !important; }
  textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  input.disabled,
  input[disabled="disabled"],
  input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 144px;
  resize: none; }
  @media (max-width: 767px) {
    textarea {
      height: 217px; } }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

.radio {
  display: inline-block;
  cursor: pointer; }
  .radio > span {
    padding-left: 32px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer; }
    .radio > span:before, .radio > span:after {
      content: '';
      position: absolute;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      border-radius: 50%; }
  .radio input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .radio input[type="radio"]:not(:checked) + span::before {
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #737373; }
    .radio input[type="radio"]:not(:checked) + span::after {
      opacity: 0; }
    .radio input[type="radio"]:checked + span::before {
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #a01e20; }
    .radio input[type="radio"]:checked + span::after {
      top: 7px;
      left: 5px;
      width: 10px;
      height: 10px;
      background-color: #a01e20;
      opacity: 1; }
    .radio input[type="radio"]:disabled + span {
      color: #737373; }
      .radio input[type="radio"]:disabled + span::before {
        border-color: #737373; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none; }

.jq-selectbox,
.jq-select-multiple {
  display: block; }

.jq-selectbox {
  border: none;
  background-color: #fff;
  cursor: pointer; }
  .jq-selectbox.error {
    border-color: #f44242; }
    .jq-selectbox.error .jq-selectbox__select-text {
      color: #f44242; }
  .jq-selectbox.opened .jq-selectbox__trigger::before {
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .jq-selectbox__select-text {
    padding: 14px 10px 17px 28px;
    color: #000;
    font-size: 22px;
    line-height: 1.22; }
    @media (max-width: 1023px) {
      .jq-selectbox__select-text {
        padding: 14px 10px 17px 26px; } }
    @media (max-width: 767px) {
      .jq-selectbox__select-text {
        font-size: 20px;
        padding: 15px 10px 18px 18px; } }
  .jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent; }
    .jq-selectbox__trigger::before {
      content: '';
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #a01e20;
      border-left: 2px solid #a01e20;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
  .jq-selectbox__dropdown {
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid rgba(115, 115, 115, 0.4);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .jq-selectbox ul:focus {
    outline: none; }
  .jq-selectbox li {
    padding: 10px 10px 10px 28px; }
    .jq-selectbox li:not(:last-child) {
      margin-bottom: 8px; }
    .jq-selectbox li:hover {
      background-color: #a01e20;
      color: #fff; }
    .jq-selectbox li:focus {
      outline: none; }

.spinner {
  border: 2px solid #000;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 13px;
  width: 122px;
  border-radius: 5px; }
  .spinner__minus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__plus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__text {
    color: #000;
    font: 700 16px "Lato", Helvetica, sans-serif;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center; }

.about {
  padding-top: 99px;
  padding-bottom: 144px;
  background-color: #f9f9f9; }
  @media (max-width: 1023px) {
    .about {
      padding-bottom: 112px; } }
  @media (max-width: 767px) {
    .about {
      padding-top: 69px;
      padding-bottom: 203px; } }
  .about__wrap {
    position: relative;
    z-index: 1; }
  .about__bg-img {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -250px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 800px;
    height: 533px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1023px) {
      .about__bg-img {
        right: -465px; } }
    @media (max-width: 767px) {
      .about__bg-img {
        top: auto;
        right: -320px;
        bottom: -205px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        width: auto;
        height: 390px; } }
  .about__title {
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .about__title {
        margin-bottom: 25px;
        text-align: center; } }
  .about__body {
    padding: 15px 10px 36px 41px;
    width: 65%;
    position: relative; }
    @media (max-width: 1023px) {
      .about__body {
        margin-left: -27px;
        padding-bottom: 28px;
        width: 85%; } }
    @media (max-width: 767px) {
      .about__body {
        margin-left: -7px;
        margin-right: -7px;
        padding-top: 21px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 44px;
        width: auto; } }
    .about__body::before, .about__body::after {
      content: '';
      position: absolute; }
    .about__body::before {
      top: 0;
      right: 0;
      width: 33px;
      height: 33px;
      border-top: 3px solid #e8e8e8;
      border-right: 3px solid #e8e8e8; }
    .about__body::after {
      bottom: 0;
      left: 0;
      width: 33px;
      height: 33px;
      border-bottom: 3px solid #e8e8e8;
      border-left: 3px solid #e8e8e8; }
  .about__desc {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.84; }
    @media (max-width: 767px) {
      .about__desc {
        line-height: 1.87; } }
    .about__desc:not(:last-child) {
      margin-bottom: 41px; }

.advertising {
  padding: 85px 0 77px;
  background-color: #f9f9f9; }
  @media (max-width: 1023px) {
    .advertising {
      padding: 58px 0 77px; } }
  @media (max-width: 767px) {
    .advertising {
      padding: 65px 0 82px; } }
  .advertising__caption {
    text-align: center;
    padding-bottom: 26px;
    text-transform: none; }
    @media (max-width: 1023px) {
      .advertising__caption {
        padding-bottom: 20px; } }
    @media (max-width: 479px) {
      .advertising__caption {
        font-size: 35px;
        padding-bottom: 53px; } }
  .advertising__descr {
    font-size: 24px;
    padding-bottom: 87px;
    text-align: center;
    display: block; }
    @media (max-width: 1023px) {
      .advertising__descr {
        line-height: 1.75;
        padding-bottom: 38px; } }
    @media (max-width: 767px) {
      .advertising__descr {
        font-size: 20px;
        line-height: 1.65;
        padding-bottom: 26px; } }
  .advertising__list {
    padding-bottom: 57px;
    letter-spacing: -.36em; }
    @media (max-width: 1023px) {
      .advertising__list {
        padding-bottom: 95px; } }
    @media (max-width: 767px) {
      .advertising__list {
        padding-bottom: 0px; } }
  .advertising__item {
    letter-spacing: normal;
    display: inline-block;
    width: 229px;
    vertical-align: top;
    width: 20%;
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .advertising__item {
        margin-bottom: 2px; } }
    @media (max-width: 767px) {
      .advertising__item {
        margin-bottom: 43px; } }
    .advertising__item:nth-child(even) .advertising__img-wrapp {
      padding-bottom: 10px; }
    @media (max-width: 1023px) {
      .advertising__item:nth-child(even) {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      .advertising__item:nth-child(even) {
        display: none; } }
    .advertising__item:nth-child(odd) .advertising__img-wrapp img {
      width: 100%;
      margin-top: -290px; }
      @media (max-width: 1023px) {
        .advertising__item:nth-child(odd) .advertising__img-wrapp img {
          margin-top: 0;
          width: auto; } }
    @media (max-width: 1023px) {
      .advertising__item:last-child {
        display: none; } }
    @media (max-width: 1023px) {
      .advertising__item {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .advertising__item {
        width: 100%; } }
  .advertising__img-wrapp {
    height: 255px; }
    @media (max-width: 1023px) {
      .advertising__img-wrapp {
        height: auto; } }
    .advertising__img-wrapp:before {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      content: ""; }
      @media (max-width: 767px) {
        .advertising__img-wrapp:before {
          display: none; } }
    .advertising__img-wrapp img {
      display: inline-block;
      vertical-align: middle; }
  .advertising__title {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 8px;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      .advertising__title {
        padding-top: 12px; } }
  .advertising__descr-bott {
    padding-bottom: 114px;
    padding-left: 53px;
    display: block;
    position: relative; }
    .advertising__descr-bott:before {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      border-top: 3px solid #e8e8e8;
      border-right: 3px solid #e8e8e8;
      top: -40px;
      right: 0; }
      @media (max-width: 1023px) {
        .advertising__descr-bott:before {
          top: -46px;
          right: -26px; } }
      @media (max-width: 767px) {
        .advertising__descr-bott:before {
          right: -7px;
          top: -10px; } }
    .advertising__descr-bott:after {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      border-left: 3px solid #e8e8e8;
      border-bottom: 3px solid #e8e8e8;
      bottom: 70px;
      left: 0; }
      @media (max-width: 1023px) {
        .advertising__descr-bott:after {
          bottom: 33px;
          left: -26px; } }
      @media (max-width: 767px) {
        .advertising__descr-bott:after {
          bottom: 41px;
          left: -7px; } }
    @media (max-width: 1023px) {
      .advertising__descr-bott {
        padding-left: 10px;
        padding-bottom: 86px; } }
    @media (max-width: 767px) {
      .advertising__descr-bott {
        margin-top: -7px;
        padding-bottom: 69px; } }
    .advertising__descr-bott-text {
      display: block; }
      @media (max-width: 767px) {
        .advertising__descr-bott-text {
          font-size: 18px;
          line-height: 1.45; } }
  .advertising__btn-wrapp {
    width: 469px;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .advertising__btn-wrapp {
        width: calc(100% - 12px); } }

.blog {
  padding: 85px 0 102px;
  text-align: center; }
  @media (max-width: 1023px) {
    .blog {
      padding: 85px 0 109px; } }
  @media (max-width: 767px) {
    .blog {
      padding: 54px 0 96px; } }
  .blog__title {
    display: block;
    padding-bottom: 90px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .blog__title {
        padding-bottom: 43px; } }
  .blog__holder {
    word-spacing: -.36em;
    margin: 0 -13px;
    padding-bottom: 49px; }
    @media (max-width: 1023px) {
      .blog__holder {
        margin: 0 -37px;
        padding-bottom: 44px; } }
    @media (max-width: 767px) {
      .blog__holder {
        margin: 0 -13px; } }
    @media (max-width: 479px) {
      .blog__holder {
        margin: 0 -33px;
        padding-bottom: 20px; } }
  .blog__item-wrap {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    width: 33.33%;
    padding: 0 13px 56px; }
    @media (max-width: 1023px) {
      .blog__item-wrap {
        width: 50%;
        padding: 0 13px 36px; } }
    @media (max-width: 680px) {
      .blog__item-wrap {
        width: 100%;
        padding: 0 13px 32px; } }
  .blog__item {
    display: block;
    padding: 10px;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
    background-color: #f5f5f5; }
    .blog__item:hover {
      opacity: 1;
      -webkit-box-shadow: 0 3px 27px 7px rgba(0, 0, 0, 0.13);
              box-shadow: 0 3px 27px 7px rgba(0, 0, 0, 0.13); }
      .blog__item:hover .blog__item-name {
        color: #a01e20; }
  .blog__item-inner {
    display: block;
    -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13); }
  .blog__item-img {
    display: block;
    margin-bottom: 14px;
    overflow: hidden; }
    .blog__item-img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 332px; }
  .blog__item-info {
    display: block;
    padding: 0 40px 33px; }
    @media (max-width: 1160px) {
      .blog__item-info {
        padding: 0 17px 33px; } }
    @media (max-width: 1023px) {
      .blog__item-info {
        padding: 0 40px 33px; } }
    @media (max-width: 767px) {
      .blog__item-info {
        padding: 0 20px 33px; } }
    @media (max-width: 680px) {
      .blog__item-info {
        padding: 0 40px 33px; } }
    @media (max-width: 479px) {
      .blog__item-info {
        padding: 0px 26px 35px; } }
  .blog__item-name {
    display: block;
    font-size: 28px;
    line-height: 1.42;
    font-weight: bold;
    color: #000;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 19px; }
  .blog__item-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #737373;
    position: relative;
    margin-left: 3px; }
    .blog__item-icon::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 6px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .blog__item-bottom {
    word-spacing: -.36em;
    display: block;
    max-width: 275px;
    margin: 0 auto; }
  .blog__item-youtube {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 46px;
    position: relative; }
    .blog__item-youtube [class*="icon-"] {
      fill: #d24d43; }
  .blog__item-desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    text-align: left;
    word-spacing: normal;
    padding-left: 22px; }
  .blog__item-num {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    color: #737373;
    font-weight: bold; }
  .blog__item-txt {
    display: block;
    font-weight: 300;
    font-size: 23px;
    line-height: 1;
    color: #737373; }
  .blog__btn {
    max-width: 470px;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .blog__btn {
        max-width: none; }
        .blog__btn a.btn {
          padding: 31px 5px 29px; } }

.bloggers {
  padding-top: 85px;
  padding-bottom: 119px; }
  @media (max-width: 1023px) {
    .bloggers {
      padding-top: 99px;
      padding-bottom: 125px; } }
  @media (max-width: 767px) {
    .bloggers {
      padding-top: 66px;
      padding-bottom: 77px; } }
  .bloggers__header {
    margin-bottom: 62px;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .bloggers__header {
        margin-bottom: 19px; } }
    @media (max-width: 767px) {
      .bloggers__header {
        margin-bottom: 33px;
        padding-left: 0;
        padding-right: 0; } }
  .bloggers__title {
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .bloggers__title {
        margin-bottom: 21px; } }
  .bloggers__desc {
    margin-bottom: 28px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.75;
    text-align: center; }
    @media (max-width: 1023px) {
      .bloggers__desc {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .bloggers__desc {
        line-height: 1.45; } }
  .bloggers__body {
    margin-bottom: 82px; }
    @media (max-width: 1023px) {
      .bloggers__body {
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .bloggers__body {
        margin-bottom: 81px; } }
  .bloggers__list {
    margin: 0 -8px;
    letter-spacing: -.36em;
    text-align: center; }
  .bloggers__item {
    margin-bottom: 38px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
    width: 229px;
    letter-spacing: normal; }
    @media (max-width: 1366px) {
      .bloggers__item {
        width: 20%; } }
    @media (max-width: 1023px) {
      .bloggers__item {
        width: 242px;
        margin-bottom: 34px; } }
    @media (max-width: 479px) {
      .bloggers__item {
        margin: 0 auto 10px;
        display: block;
        width: 250px; } }
  .bloggers__top {
    margin-bottom: 16px;
    padding: 37px 20px;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center; }
    .bloggers__top [class*="icon-"] {
      fill: #a01e20;
      vertical-align: middle; }
  .bloggers__inner {
    height: 170px;
    text-align: center; }
    .bloggers__inner::before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .bloggers__txt {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.36;
    text-transform: uppercase; }
  @media (max-width: 479px) {
    .bloggers__footer {
      padding: 0 6px; } }
  .bloggers__btn {
    margin: 0 auto;
    max-width: 469px; }

.footer {
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 60px; } }
  .footer__top {
    margin-bottom: 35px; }
    @media (max-width: 1023px) {
      .footer__top {
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .footer__top {
        margin-bottom: 31px; } }
  .footer__title {
    margin-bottom: 4px;
    color: #fff;
    text-align: center; }
    @media (max-width: 1023px) {
      .footer__title {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .footer__title {
        margin-bottom: 40px;
        line-height: 0.7; } }
  .footer__desc {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.33;
    text-align: center; }
    @media (max-width: 1023px) {
      .footer__desc {
        line-height: 1.6; } }
  .footer__middle {
    margin-bottom: 74px; }
    @media (max-width: 1023px) {
      .footer__middle {
        margin-bottom: 59px; } }
    @media (max-width: 767px) {
      .footer__middle {
        margin-bottom: 55px; } }
  .footer__form {
    max-width: 865px;
    margin: 0 auto; }
    .footer__form-row--multi {
      margin: 0 -16px;
      letter-spacing: -.36em; }
      @media (max-width: 479px) {
        .footer__form-row--multi {
          margin: 0; } }
    .footer__form-row--btn {
      padding-top: 21px; }
      @media (max-width: 767px) {
        .footer__form-row--btn {
          padding-top: 34px; } }
      @media (max-width: 479px) {
        .footer__form-row--btn {
          padding: 0 6px;
          padding-top: 34px; } }
    .footer__form-row:not(:last-child) {
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        .footer__form-row:not(:last-child) {
          margin-bottom: 28px; } }
    .footer__form-col {
      padding: 0 16px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      letter-spacing: normal; }
      @media (max-width: 767px) {
        .footer__form-col {
          padding: 0 16px; } }
      @media (max-width: 479px) {
        .footer__form-col {
          padding: 0;
          display: block;
          width: auto; } }
      @media (max-width: 479px) {
        .footer__form-col:not(:last-child) {
          margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .footer__form-input {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .footer__form-btn {
      margin: 0 auto;
      display: block;
      max-width: 469px; }
  .footer__bottom {
    margin: 0 -10px;
    padding-top: 19px;
    border-top: 1px solid #fff;
    letter-spacing: -.36em; }
    @media (max-width: 767px) {
      .footer__bottom {
        padding-top: 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .footer__holder {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      .footer__holder {
        display: block;
        width: auto; } }
    .footer__holder--left {
      width: 40%; }
      @media (max-width: 767px) {
        .footer__holder--left {
          width: auto; } }
    .footer__holder--right {
      width: 60%;
      text-align: right; }
      @media (max-width: 767px) {
        .footer__holder--right {
          margin-bottom: 42px;
          width: auto; } }
  .footer__copyright {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 1; }
    @media (max-width: 767px) {
      .footer__copyright {
        text-align: center; } }
  .footer__contacts {
    margin-right: 33px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .footer__contacts {
        margin-right: 0;
        margin-bottom: 34px;
        display: block;
        text-align: center; } }
    .footer__contacts-link {
      display: inline-block;
      color: #fff;
      font-size: 38px;
      font-weight: 300;
      line-height: .4; }
      @media (max-width: 767px) {
        .footer__contacts-link {
          font-size: 30px;
          line-height: 1; } }
  .footer__upstairs {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .footer__upstairs {
        display: block;
        text-align: center; } }
    .footer__upstairs-link {
      display: inline-block;
      width: 56px;
      height: 56px;
      border: 1px solid #fff;
      position: relative; }
      @media (max-width: 767px) {
        .footer__upstairs-link {
          width: 57px;
          height: 57px; } }
      .footer__upstairs-link::before {
        content: '';
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        width: 15px;
        height: 15px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .footer__upstairs-link:hover {
        background-color: #fff; }
        .footer__upstairs-link:hover::before {
          border-color: #a01e20;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
  .footer__popup {
    display: none; }
    .footer__popup-error {
      display: none; }

.footer__wrapp {
  padding: 258px 0 240px; }
  @media (max-width: 1023px) {
    .footer__wrapp {
      padding: 200px 0; } }
  @media (max-width: 767px) {
    .footer__wrapp {
      padding: 160px 0; } }
  @media (max-width: 767px) {
    .footer__wrapp {
      padding: 120px 0; } }

.footer__text {
  font-size: 34px;
  display: block;
  text-align: center;
  font-weight: 300;
  color: #fff;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .footer__text {
      font-size: 28px;
      padding-bottom: 30px; } }
  @media (max-width: 479px) {
    .footer__text {
      font-size: 24px; } }

.footer__contact-mail {
  display: block;
  text-align: center; }

.footer__contact-link {
  font-size: 70px;
  color: #fff;
  border-bottom: 1px solid transparent; }
  @media (max-width: 767px) {
    .footer__contact-link {
      font-size: 52px; } }
  @media (max-width: 479px) {
    .footer__contact-link {
      font-size: 36px; } }
  .footer__contact-link:hover {
    border-bottom: 1px solid #fff; }	  
	  
.header {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
  background-color: #bb181b; }
  .header.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 70px; }
    .header.fixed:before {
      display: none; }
    .header.fixed .header__nav {
      top: 70px; }
    @media (max-width: 1023px) {
      .header.fixed .header__wrapp {
        margin: 0; } }
    @media (max-width: 767px) {
      .header.fixed .header__wrapp {
        margin: 0; } }
  @media (max-width: 1023px) {
    .header {
      position: relative;
      bottom: auto; } }
  @media (max-width: 767px) {
    .header {
      padding: 0 6px; } }
  .header:before {
    position: absolute;
    content: '';
    height: 1px;
    left: -9990px;
    right: -9999px;
    background-color: #be6a6b;
    top: -1px; }
    @media (max-width: 1023px) {
      .header:before {
        bottom: -3px;
        top: auto; } }
  .header__wrapp:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    .header__wrapp {
      margin: 0 -29px; } }
  @media (max-width: 767px) {
    .header__wrapp {
      margin: 0 -9px; } }
  .header__logo {
    float: left;
    padding: 5px 0 7px; }
    .header__logo-link {
      display: block; }
    .header__logo-img {
      display: block;
      width: 123px; }
      .header__logo-img img {
        width: 100%; }
    .header__logo-text {
      font-family: 'Raleway';
      text-transform: uppercase;
      display: block;
      font-size: 11.5px;
      color: #fff;
      margin-top: -2px; }
  .header__nav {
    float: right;
    padding-top: 19px; }
    @media (max-width: 1023px) {
      .header__nav {
        position: absolute;
        z-index: 20;
        background-color: #fff;
        width: 300px;
        top: 72px;
        right: -50%;
        padding: 20px 0;
        -webkit-transition: all .4s;
        transition: all .4s; }
        .header__nav.active {
          right: 0;
          -webkit-transition: all .4s;
          transition: all .4s; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .header__nav.active {
        right: 6px; } }
    @media (max-width: 1023px) and (max-width: 479px) {
      .header__nav.active {
        right: auto;
        left: -10px; } }
    @media (max-width: 767px) {
      .header__nav {
        right: -100%; } }
    @media (max-width: 479px) {
      .header__nav {
        width: 107%;
        left: -120%; } }
  .header__list {
    letter-spacing: -.36em; }
  .header__item {
    display: inline-block;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .header__item {
        display: block; } }
  .header__link {
    padding: 19px 39px 23px 39px;
    font-size: 22px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 1170px) {
      .header__link {
        padding: 19px 25px 23px 25px; } }
    @media (max-width: 1023px) {
      .header__link {
        color: #bb181b;
        padding: 0;
        display: block;
        padding: 5px 0 5px 20px; } }
    .header__link:hover {
      background-color: #fff;
      color: #bb181b; }
      @media (max-width: 1023px) {
        .header__link:hover {
          background-color: transparent; } }
  .header__btn-menu {
    width: 43px;
    height: 37px;
    display: none; }
    @media (max-width: 1023px) {
      .header__btn-menu {
        display: block;
        float: right;
        margin-top: 15px;
        cursor: pointer; } }
    .header__btn-menu.active .header__line:first-child {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 15px;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .header__btn-menu.active .header__line:nth-child(2) {
      opacity: 0;
      position: relative;
      right: -100px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .header__btn-menu.active .header__line:last-child {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: -15px;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .header__line {
    width: 100%;
    height: 6px;
    background-color: #fff;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .header__line:nth-child(2) {
      margin: 9px 0;
      position: relative;
      right: 0; }

.heading {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #bb181b;
  position: relative;
  z-index: 2; }
  @media (max-width: 1023px) {
    .heading {
      background-position: 40% 50%; } }
  @media (max-width: 767px) {
    .heading {
      background-image: none !important;
      background-color: #bb181b;
      overflow: hidden; } }
  .heading__img-mob {
    position: absolute;
    bottom: -210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 485px;
    display: none; }
    @media (max-width: 767px) {
      .heading__img-mob {
        display: block; } }
    .heading__img-mob img {
      width: 100%; }
  .heading__wrapp {
    position: relative;
    height: 100vh;
    padding-top: 53px; }
    @media (max-height: 630px) {
      .heading__wrapp {
        height: 100%;
        padding-bottom: 100px; } }
    @media (max-height: 670px) and (max-width: 1023px) {
      .heading__wrapp {
        height: 100%; } }
    @media (max-width: 1023px) {
      .heading__wrapp {
        padding-top: 6px; } }
    @media (max-width: 767px) {
      .heading__wrapp {
        height: 100%;
        padding-bottom: 410px; } }
  .heading__top:after {
    content: " ";
    display: block;
    clear: both; }
  .heading__logo {
    float: left;
    padding: 5px 0 7px; }
    @media (max-width: 1023px) {
      .heading__logo {
        display: none; } }
    .heading__logo-link {
      display: block; }
    .heading__logo-img {
      display: block;
      width: 196px; }
      .heading__logo-img img {
        width: 100%; }
    .heading__logo-text {
      font-family: 'Raleway';
      text-transform: uppercase;
      display: block;
      font-size: 18px;
      color: #fff;
      margin-top: -2px; }
  .heading__right {
    float: right;
    padding-top: 19px;
    margin-right: -10px; }
    @media (max-width: 1023px) {
      .heading__right {
        float: none;
        padding-top: 38px; } }
  .heading__mail {
    display: inline-block;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .heading__mail {
        padding-right: 33px;
        padding-left: 6px; } }
    .heading__mail-link {
      color: #fff;
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 19px;
      border-bottom: 1px solid transparent; }
      .heading__mail-link:hover {
        border-color: #fff; }
  .heading__lang {
    display: inline-block;
    letter-spacing: -.36em; }
    .heading__lang-item {
      display: inline-block;
      letter-spacing: normal; }
    .heading__lang-link {
      display: block;
      padding: 9.5px 8.5px;
      color: #fff;
      font-weight: 400;
      font-size: 18px; }
      .heading__lang-link.active {
        background-color: #fff;
        color: #a01e20; }
  .heading__middle {
    display: table;
    width: 100%;
    height: calc(100% - 172px); }
    @media (max-width: 767px) {
      .heading__middle {
        display: block;
        height: auto; } }
    .heading__middle-wrapp {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .heading__middle-wrapp {
          display: block; } }
  .heading__inner {
    vertical-align: middle;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .heading__inner {
        padding-top: 60px; } }
  .heading__caption {
    color: #fff;
    max-width: 700px;
    padding-bottom: 14px; }
    @media (max-width: 1023px) {
      .heading__caption {
        max-width: 400px;
        padding-bottom: 56px; } }
    @media (max-width: 479px) {
      .heading__caption {
        max-width: 100%;
        padding: 0 6px 21px 6px; } }
  .heading__descr {
    font-size: 30px;
    color: #fff;
    display: block;
    max-width: 600px;
    padding-bottom: 120px;
    line-height: 1.47; }
    @media (max-width: 1023px) {
      .heading__descr {
        max-width: 430px;
        padding-bottom: 140px; } }
    @media (max-width: 767px) {
      .heading__descr {
        font-size: 24px;
        padding: 0 6px 65px 6px; } }
    @media (max-height: 770px) and (max-width: 1023px) {
      .heading__descr {
        padding-bottom: 60px; } }
    @media (max-height: 740px) {
      .heading__descr {
        padding-bottom: 40px; } }
  .heading__about {
    width: 397px; }
    @media (max-width: 767px) {
      .heading__about {
        margin: 0 auto; } }
    @media (max-width: 479px) {
      .heading__about {
        width: 100%;
        padding: 0 6px; } }
    .heading__about-link {
      display: block;
      color: #fff;
      border-color: #fff; }
      .heading__about-link:hover {
        color: #bb181b;
        background-color: #fff; }
      @media (max-width: 767px) {
        .heading__about-link {
          font-size: 20px;
          padding: 29px 0 28px; } }

.popup {
  display: none;
  max-width: 1033px;
  background-color: #a01e20;
  text-align: center;
  width: 100%;
  padding: 100px 25px 93px;
  cursor: default; }
  @media (max-width: 767px) {
    .popup {
      padding: 55px 10px 94px;
      height: 100vh; } }
  .popup__holder {
    max-width: 865px;
    margin: 0 auto; }
  .popup__title {
    display: block;
    padding-bottom: 9px;
    color: #fff; }
    @media (max-width: 767px) {
      .popup__title {
        font-size: 60px;
        line-height: 0.7;
        padding-bottom: 29px; } }
  .popup__desc {
    display: block;
    padding-bottom: 44px;
    color: #fff; }
    @media (max-width: 767px) {
      .popup__desc {
        display: none; } }
  .popup__form {
    word-spacing: -.36em;
    margin: 0 -16.5px; }
    @media (max-width: 767px) {
      .popup__form {
        margin: 0; } }
  .popup__form-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 16.5px 33px; }
    @media (max-width: 767px) {
      .popup__form-box {
        padding: 0 0 28px;
        width: 100%; } }
    .popup__form-box--text {
      width: 100%;
      padding-bottom: 54px; }
      @media (max-width: 767px) {
        .popup__form-box--text {
          padding-bottom: 60px; } }
  .popup__btn {
    max-width: 469px;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .popup__btn {
        max-width: none; } }

.popup-success {
  display: none;
  max-width: 1033px;
  background-color: #a01e20;
  text-align: center;
  width: 100%;
  max-height: 715px;
  height: 100%;
  padding: 20px;
  cursor: default !important; }
  @media (max-width: 767px) {
    .popup-success {
      max-height: none;
      height: 100vh; } }
  .popup-success__holder {
    display: table;
    width: 100%;
    height: 100%; }
  .popup-success__inner {
    display: table-cell;
    vertical-align: middle; }
  .popup-success__title {
    display: block;
    padding-bottom: 10px;
    color: #fff; }
    @media (max-width: 767px) {
      .popup-success__title {
        font-size: 48px;
        line-height: 0.88;
        padding-bottom: 14px; } }
  .popup-success__desc {
    display: block;
    color: #fff; }
  .popup-success__link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    .popup-success__link:hover {
      color: rgba(255, 255, 255, 0.6);
      border-bottom-color: transparent; }

.popup-mail {
  padding: 220px 0 323px;
  max-width: 1032px;
  width: 100%;
  background-color: #a01e20;
  display: none; }
  @media (max-height: 720px) {
    .popup-mail {
      padding: 150px 0; } }
  @media (max-width: 1023px) {
    .popup-mail {
      width: 95%; } }
  @media (max-width: 767px) {
    .popup-mail {
      padding: 160px 0; } }
  @media (max-width: 767px) {
    .popup-mail {
      padding: 100px 0; } }
  .popup-mail__text {
    display: block;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 35px;
    width: 95%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .popup-mail__text {
        font-size: 28px;
        padding-bottom: 30px; } }
    @media (max-width: 479px) {
      .popup-mail__text {
        font-size: 24px; } }
  .popup-mail__wrapp {
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto; }
  .popup-mail__link {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid transparent; }
    @media (max-width: 767px) {
      .popup-mail__link {
        font-size: 52px; } }
    @media (max-width: 479px) {
      .popup-mail__link {
        font-size: 36px; } }
    .popup-mail__link:hover {
      border-bottom: 1px solid #fff; }	  
	  
#preloader {
  position: fixed;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }
  #preloader .preloader-wrapper {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

body.overflow-hidden {
  overflow: hidden; }
  body.overflow-hidden .compensate-for-preloader {
    margin-right: 17px; }
    @media (max-width: 1023px) {
      body.overflow-hidden .compensate-for-preloader {
        margin: 0; } }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #bb181b; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
        transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
        transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/*new style*/

.footer {
  padding-top: 109px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3); }
.footer__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2; }
.footer__wrapp {
  margin-bottom: 120px;
  padding: 49px 60px 52px;
  margin-left: auto;
  max-width: 600px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
.footer__wrapp::before {
  content: '';
  position: absolute;
  right: 52px;
  bottom: -43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 43px 0 0;
  border-color: #ffffff transparent transparent transparent; }
.footer__title {
  margin-bottom: 41px;
  padding-left: 64px;
  display: block;
  color: #000;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.07;
  text-align: left; }
.footer__item {
  margin-bottom: 31px;
  font-size: 0;
  line-height: 0; }
.footer__item:last-child {
  margin-bottom: 0; }
.footer__icon {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 41px;
  line-height: 45px; }
.footer__icon img {
  display: inline-block;
  vertical-align: middle; }
.footer__txt {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 54px);
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31; }
.footer__txt--small {
  color: #222;
  font-size: 24px;
  line-height: 1.75; }

@media (max-width: 767px) {
  .footer {
    padding-top: 30px; }
  .footer__wrapp {
    margin-bottom: 30px;
    padding: 29px 30px 22px;
    max-width: 100%; }
  .footer__wrapp::before {
    display: none; }
  .footer__title {
    margin-bottom: 21px;
    padding-left: 39px;
    font-size: 22px; }
  .footer__item {
    margin-bottom: 16px; }
  .footer__icon {
    width: 34px;
    height: 24px;
    line-height: 27px; }
  .footer__txt {
    padding-left: 5px;
    font-size: 17px;
    width: calc(100% - 34px); } }

.header__link {
  padding-left: 25px;
  padding-right: 25px; }

@media (max-width: 1070px) {
  .header__link {
    padding-left: 15px;
    padding-right: 15px; } }

.opportunities {
  padding: 104px 0 20px; }
.opportunities__title {
  margin-bottom: 100px;
  display: block;
  color: #000;
  font-size: 70px;
  font-weight: 400;
  line-height: .6;
  text-align: center; }
.opportunities__list {
  margin: 0 auto;
  max-width: 890px; }
.opportunities__item {
  margin-bottom: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1; }
.opportunities__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.opportunities__item:nth-child(even)::before {
  left: -60px;
  right: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%); }
.opportunities__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 300px;
  margin-top: -108px;
  height: 216px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  -webkit-transform: skew(34deg, 0);
  -ms-transform: skew(34deg, 0);
  transform: skew(34deg, 0); }
.opportunities__holder {
  width: 50%; }
.opportunities__img {
  margin: 0 auto;
  display: block;
  max-width: 100%; }
.opportunities__caption {
  margin-bottom: 10px;
  display: block;
  color: #2b2b2b;
  font-size: 56px;
  font-weight: 900;
  line-height: .64; }
.opportunities__subtitle {
  margin-bottom: 13px;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15; }
.opportunities__desc {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25; }

@media (max-width: 1023px) {
  .opportunities__item::before {
    display: none; } }

@media (max-width: 767px) {
  .opportunities {
    padding-top: 54px; }
  .opportunities__title {
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 1.1; }
  .opportunities__item {
    display: block; }
  .opportunities__holder {
    margin-bottom: 25px;
    width: 100%; }
  .opportunities__caption {
    font-size: 46px;
    line-height: 1.1;
    text-align: center; }
  .opportunities__subtitle {
    font-size: 23px;
    text-align: center; }
  .opportunities__desc {
    font-size: 18px;
    text-align: center; } }

.our-clients {
  padding-top: 60px;
  padding-bottom: 41px; }
.our-clients__title {
  margin-bottom: 75px;
  display: block;
  color: #000;
  font-size: 70px;
  font-weight: 400;
  line-height: .6;
  text-align: center; }
.our-clients__list {
  margin: 0 -20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.our-clients__item {
  padding: 0 20px;
  margin-bottom: 47px;
  width: 25%; }
.our-clients__img {
  margin: 0 auto;
  display: block;
  max-width: 100%; }
.our-clients__txt {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .our-clients {
    padding-top: 20px; }
  .our-clients__title {
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 1.1; }
  .our-clients__list {
    margin: 0 -10px 15px; }
  .our-clients__item {
    margin-bottom: 22px;
    padding: 0 10px;
    width: 50%; }
  .our-clients__txt {
    font-size: 15px; } }

.popup-mail {
  min-height: 713px;
  padding: 188px 15px 10px;
  font-family: "Lato", Arial, sans-serif; }
.popup-mail__wrap {
  margin: 0 auto;
  max-width: 600px; }
.popup-mail__title {
  margin-bottom: 41px;
  padding-left: 64px;
  display: block;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.07;
  text-align: left; }
.popup-mail__item {
  margin-bottom: 31px;
  font-size: 0;
  line-height: 0; }
.popup-mail__item:last-child {
  margin-bottom: 0; }
.popup-mail__icon {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 41px;
  line-height: 45px; }
.popup-mail__icon img {
  display: inline-block;
  vertical-align: middle; }
.popup-mail__txt {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 54px);
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31; }
.popup-mail__txt--small {
  font-size: 24px;
  line-height: 1.75; }

@media (max-width: 1023px) {
  .popup-mail {
    padding: 40px 25px;
    min-height: 100px; }
  .popup-mail__title {
    margin-bottom: 21px;
    padding-left: 39px;
    font-size: 22px; }
  .popup-mail__item {
    margin-bottom: 16px; }
  .popup-mail__icon {
    width: 34px;
    height: 24px;
    line-height: 24px; }
  .popup-mail__txt {
    padding-left: 5px;
    font-size: 17px;
    width: calc(100% - 34px); } }
/*end new style*/

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.footer {
  padding-top: 109px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3); }
.footer__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2; }
.footer__wrapp {
  margin-bottom: 120px;
  padding: 49px 60px 52px;
  margin-left: auto;
  max-width: 600px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
.footer__wrapp::before {
  content: '';
  position: absolute;
  right: 52px;
  bottom: -43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 43px 0 0;
  border-color: #ffffff transparent transparent transparent; }
.footer__title {
  margin-bottom: 41px;
  padding-left: 64px;
  display: block;
  color: #000;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.07;
  text-align: left; }
.footer__item {
  margin-bottom: 31px;
  font-size: 0;
  line-height: 0; }
.footer__item:last-child {
  margin-bottom: 0; }
.footer__icon {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 41px;
  line-height: 45px; }
.footer__icon img {
  display: inline-block;
  vertical-align: middle; }
.footer__txt {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 54px);
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31; }
.footer__txt--small {
  color: #222;
  font-size: 24px;
  line-height: 1.75; }

@media (max-width: 767px) {
  .footer {
    padding-top: 30px; }
  .footer__wrapp {
    margin-bottom: 30px;
    padding: 29px 30px 22px;
    max-width: 100%; }
  .footer__wrapp::before {
    display: none; }
  .footer__title {
    margin-bottom: 21px;
    padding-left: 39px;
    font-size: 22px; }
  .footer__item {
    margin-bottom: 16px; }
  .footer__icon {
    width: 34px;
    height: 24px;
    line-height: 27px; }
  .footer__txt {
    padding-left: 5px;
    font-size: 17px;
    width: calc(100% - 34px); } }

.header__link {
  padding-left: 25px;
  padding-right: 25px; }

@media (max-width: 1070px) {
  .header__link {
    padding-left: 15px;
    padding-right: 15px; } }

.opportunities {
  padding: 104px 0 20px; }
.opportunities__title {
  margin-bottom: 100px;
  display: block;
  color: #000;
  font-size: 70px;
  font-weight: 400;
  line-height: .6;
  text-align: center; }
.opportunities__list {
  margin: 0 auto;
  max-width: 890px; }
.opportunities__item {
  margin-bottom: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1; }
.opportunities__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.opportunities__item:nth-child(even)::before {
  left: -60px;
  right: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%); }
.opportunities__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 300px;
  margin-top: -108px;
  height: 216px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.03)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  -webkit-transform: skew(34deg, 0);
  -ms-transform: skew(34deg, 0);
  transform: skew(34deg, 0); }
.opportunities__holder {
  width: 50%; }
.opportunities__img {
  margin: 0 auto;
  display: block;
  max-width: 100%; }
.opportunities__caption {
  margin-bottom: 10px;
  display: block;
  color: #2b2b2b;
  font-size: 56px;
  font-weight: 900;
  line-height: .64; }
.opportunities__subtitle {
  margin-bottom: 13px;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15; }
.opportunities__desc {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25; }

@media (max-width: 1023px) {
  .opportunities__item::before {
    display: none; } }

@media (max-width: 767px) {
  .opportunities {
    padding-top: 54px; }
  .opportunities__title {
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 1.1; }
  .opportunities__item {
    display: block; }
  .opportunities__holder {
    margin-bottom: 25px;
    width: 100%; }
  .opportunities__caption {
    font-size: 46px;
    line-height: 1.1;
    text-align: center; }
  .opportunities__subtitle {
    font-size: 23px;
    text-align: center; }
  .opportunities__desc {
    font-size: 18px;
    text-align: center; } }

.our-clients {
  padding-top: 60px;
  padding-bottom: 41px; }
.our-clients__title {
  margin-bottom: 75px;
  display: block;
  color: #000;
  font-size: 70px;
  font-weight: 400;
  line-height: .6;
  text-align: center; }
.our-clients__list {
  margin: 0 -20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.our-clients__item {
  padding: 0 20px;
  margin-bottom: 47px;
  width: 25%; }
.our-clients__img {
  margin: 0 auto;
  display: block;
  max-width: 100%; }
.our-clients__txt {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .our-clients {
    padding-top: 20px; }
  .our-clients__title {
    margin-bottom: 55px;
    font-size: 40px;
    line-height: 1.1; }
  .our-clients__list {
    margin: 0 -10px 15px; }
  .our-clients__item {
    margin-bottom: 22px;
    padding: 0 10px;
    width: 50%; }
  .our-clients__txt {
    font-size: 15px; } }

.popup-mail {
  min-height: 713px;
  padding: 188px 15px 10px;
  font-family: "Lato", Arial, sans-serif; }
.popup-mail__wrap {
  margin: 0 auto;
  max-width: 600px; }
.popup-mail__title {
  margin-bottom: 41px;
  padding-left: 64px;
  display: block;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.07;
  text-align: left; }
.popup-mail__item {
  margin-bottom: 31px;
  font-size: 0;
  line-height: 0; }
.popup-mail__item:last-child {
  margin-bottom: 0; }
.popup-mail__icon {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 41px;
  line-height: 45px; }
.popup-mail__icon img {
  display: inline-block;
  vertical-align: middle; }
.popup-mail__txt {
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 54px);
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31; }
.popup-mail__txt--small {
  font-size: 24px;
  line-height: 1.75; }

@media (max-width: 1023px) {
  .popup-mail {
    padding: 40px 25px;
    min-height: 100px; }
  .popup-mail__title {
    margin-bottom: 21px;
    padding-left: 39px;
    font-size: 22px; }
  .popup-mail__item {
    margin-bottom: 16px; }
  .popup-mail__icon {
    width: 34px;
    height: 24px; }
  .popup-mail__txt {
    padding-left: 5px;
    font-size: 17px;
    width: calc(100% - 34px); } }