/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i");
@import url(../fonts/style.css);
body { margin: 0px; padding: 0px; font-family: "Open Sans", sans-serif; background-color: #d74838; height: 100%; line-height: 1; position: relative; font-size: 25px !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; font-family: "Open Sans", sans-serif; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #bbb568; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; }

a, span, div, button { outline: none !important; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

* { box-sizing: border-box; }

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

.clearfix:after, .wrapper:after, .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

@font-face { font-family: 'Open Sans'; src: url("../fonts/Open Sans Light.eot"); src: url("../fonts/Open Sans Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans Light.woff") format("woff"), url("../fonts/Open Sans Light.ttf") format("truetype"), url("../fonts/Open Sans Light.svg#Open Sans Light") format("svg"); font-weight: 300; font-style: normal; font-stretch: normal; unicode-range: U+0020-FFFD; }

@font-face { font-family: 'Open Sans'; src: url("../fonts/Open Sans Bold.eot"); src: url("../fonts/Open Sans Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans Bold.woff") format("woff"), url("../fonts/Open Sans Bold.ttf") format("truetype"), url("../fonts/Open Sans Bold.svg#Open Sans Bold") format("svg"); font-weight: 700; font-style: normal; font-stretch: normal; unicode-range: U+0020-FFFD; }

@font-face { font-family: 'Open Sans'; src: url("../fonts/Open Sans.eot"); src: url("../fonts/Open Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans.woff") format("woff"), url("../fonts/Open Sans.ttf") format("truetype"), url("../fonts/Open Sans.svg#Open Sans") format("svg"); font-weight: 400; font-style: normal; font-stretch: normal; unicode-range: U+0020-FFFD; }

@font-face { font-family: 'Gotham Pro'; src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: url("../fonts/GothamPro-Black_1.woff2") format("woff2"), url("../fonts/GothamPro-Black_1.woff") format("woff"), url("../fonts/GothamPro-Black_1.ttf") format("truetype"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Gotham Pro'; src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff"); font-weight: 300; font-style: normal; }

/*! animate.css -http://daneden.me/animate Version - 3.5.2 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2017 Daniel Eden */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

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

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; }

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

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

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

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

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

@keyframes flash { from, 50%, to { 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 { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

@keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 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 { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  to { -webkit-transform: perspective(400px); transform: perspective(400px);
    -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 { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px); transform: perspective(400px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut { from { opacity: 1; }
  to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) 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 { from { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge { 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: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge { 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: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes rollIn { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to { opacity: 1;
    -webkit-transform: none;
            transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes Syne { 0% { -webkit-transform: scale(0); transform: scale(0); }
  75% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  92% { -webkit-transform: scale(0.98); transform: scale(0.98); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes Syne { 0% { -webkit-transform: scale(0); transform: scale(0); }
  75% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  92% { -webkit-transform: scale(0.98); transform: scale(0.98); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@-webkit-keyframes side-smoke1 { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  50% { opacity: .7; }
  to { -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
    opacity: 1; } }

@keyframes side-smoke1 { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .9; }
  50% { opacity: .7; }
  to { -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
    opacity: .9; } }

@-webkit-keyframes side-smoke2 { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .8; }
  50% { opacity: .9; }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    opacity: .8; } }

@keyframes side-smoke2 { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .8; }
  50% { opacity: .9; }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    opacity: .8; } }

@-webkit-keyframes side-smoke3 { 0% { -webkit-transform: scale(0.5) translate(0, 0);
    -ms-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
    opacity: 0; }
  25% { opacity: .4; }
  50% { -webkit-transform: scale(0.9) translate(300px, -250px);
    -ms-transform: scale(0.9) translate(300px, -250px);
    transform: scale(0.9) translate(200px, -150px);
    opacity: .8; }
  75% { opacity: .4; }
  100% { -webkit-transform: scale(0.5) translate(0, 0);
    -ms-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
    opacity: 0; } }

@-webkit-keyframes smoke1 { 0% { -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2); }
  25% { opacity: .2; }
  50% { opacity: .4; }
  75% { opacity: .6; }
  100% { opacity: 0;
    -webkit-transform: scale(1) translate(-45px, -50px) rotateZ(-45deg);
    -ms-transform: scale(1) translate(-45px, -50px) rotateZ(-45deg);
    transform: scale(1) translate(-45px, -50px) rotateZ(-45deg); } }

@keyframes smoke1 { 0% { opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2); }
  25% { opacity: .2; }
  50% { opacity: .4; }
  75% { opacity: .6; }
  100% { opacity: 0;
    -webkit-transform: scale(1) translate(-45px, -50px) rotateZ(-45deg);
    -ms-transform: scale(1) translate(-45px, -50px) rotateZ(-45deg);
    transform: scale(1) translate(-45px, -50px) rotateZ(-45deg); } }

@-webkit-keyframes smoke2 { 0% { opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  25% { opacity: .4; }
  50% { opacity: .6; }
  75% { opacity: .9; }
  100% { opacity: 0;
    -webkit-transform: scale(1) translate(-10px, -10px) rotateZ(-65deg);
    -ms-transform: scale(1) translate(-10px, -10px) rotateZ(-65deg);
    transform: scale(1) translate(-10px, -10px) rotateZ(-65deg); } }

@keyframes smoke2 { 0% { opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  25% { opacity: .4; }
  50% { opacity: .6; }
  75% { opacity: .9; }
  100% { opacity: 0;
    -webkit-transform: scale(1) translate(-10px, -10px) rotateZ(-65deg);
    -ms-transform: scale(1) translate(-10px, -10px) rotateZ(-65deg);
    transform: scale(1) translate(-10px, -10px) rotateZ(-65deg); } }

@-webkit-keyframes flash1 { from, 6%, 12%, to { opacity: 1; }
  3%, 9% { opacity: 0; } }

@keyframes flash1 { from, 6%, 12%, to { opacity: 1; }
  3%, 9% { opacity: 0; } }

@-webkit-keyframes jolting1 { 0% { opacity: 1; }
  49% { -webkit-transform: rotate(2deg); transform: rotate(2deg);
    opacity: 1; }
  98% { -webkit-transform: rotate(-2deg); transform: rotate(-2deg);
    opacity: 1; }
  100% { opacity: 1; } }

@keyframes jolting1 { 0% { opacity: 1; }
  49% { -webkit-transform: rotate(2deg); transform: rotate(2deg);
    opacity: 1; }
  98% { -webkit-transform: rotate(-2deg); transform: rotate(-2deg);
    opacity: 1; }
  100% { opacity: 1; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* fancybox variables */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }

.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }

.fancybox-skin { position: relative; background: #FFF; color: #444; text-shadow: none; border-radius: 4px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }

.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }

.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background-image: url("../img/fancybox_loading.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ background-repeat: no-repeat; background-position: center; }

.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; -webkit-tap-highlight-color: transparent; z-index: 8040; }

.fancybox-prev { left: 0; }

.fancybox-next { right: 0; }

.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }

.fancybox-prev span { left: 10px; background-position: 0 -36px; }

.fancybox-next span { right: 10px; background-position: 0 -72px; }

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { /* overflow: hidden !important;*/ width: auto; }

.fancybox-lock body { overflow: visible !important; height: auto; }

.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font-size: 14px; line-height: 18px; font-family: "Open Sans", sans-serif; color: #FFF; position: relative; text-shadow: none; z-index: 8050; }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }

.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url("../img/fancybox_sprite@2x.png"); background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div { background-image: url("../img/fancybox_loading@2x.gif"); background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/ background-repeat: no-repeat; } }

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

.slick-list { position: relative; overflow: hidden; display: block; 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; left: 0; top: 0; display: block; }

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

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

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

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

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

.slick-slide img { display: block; }

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

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

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

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

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

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

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

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

.jolting { -webkit-animation: jolting 0.1s 3 ease !important; animation: jolting 0.1s 3 ease !important; }

.rails-button-wrap { width: 100px; }

.rails-button { border: 3px solid #fff; height: 14px; width: 0; border-left: none; border-right: none; z-index: 2; margin-top: 22px; text-align: left; }

.rails-button span { display: inline-block; width: 5px; height: 0; top: -8px; position: relative; margin-left: 1px; background-color: #fff; }

.rails-button span:first-child { margin-left: 4px; }

@-webkit-keyframes rails { 0% { width: 0; }
  100% { width: 100px; } }

@keyframes rails { 0% { width: 0; }
  100% { width: 100px; } }

@-webkit-keyframes heightRails { 0% { height: 0; }
  100% { height: 20px; } }

@keyframes heightRails { 0% { height: 0; }
  100% { height: 20px; } }

@media screen and (min-width: 1025px) { .header-nav.active .rails-button { -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .header-nav.active .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
  .header-nav.active .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
  .header-nav.active .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
  .header-nav.active .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
  .header-nav.active .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .header-nav.active .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
  .header-nav.active .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }
  .header-nav.active .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.4s; animation-delay: 2.4s; } }

.button { border: none; min-width: 210px; height: 35px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 28px; color: #feda46; letter-spacing: -0.018em; background-image: url("../img/icons/btn-bg.svg"); background-repeat: no-repeat; background-size: 100% 100%; background-color: transparent; text-align: center; background-position: center; }

.button_2 { background-image: url("../img/icons/btn-bg2.svg"); }

.button span { position: relative; top: -10px; text-transform: uppercase; padding: 0 13px; }

.button-white { border-color: #feda46; background-image: url("../img/icons/btn-bg-yellow.svg"); }

.button-white + .rails-button-wrap .rails-button { border-color: #feda46; }

.button-white + .rails-button-wrap .rails-button span { background-color: #feda46; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header { position: fixed; top: 0; left: 0; right: 0; background-color: transparent; width: 100%; height: 80px; min-width: 320px; z-index: 50; }

.button-nav { position: absolute; top: 45px; right: 55px; z-index: 51; width: 36px; height: 36px; cursor: pointer; opacity: 1; }

.button-nav::after { content: ""; position: absolute; left: 0; top: 7px; display: block; height: 7px; width: 36px; background-color: #fff; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }

.button-nav::before { content: ""; position: absolute; left: 0; top: 22px; display: block; height: 7px; width: 36px; background-color: #fff; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

.button-nav:hover { opacity: 0.8; }

.button-nav.active::after { top: 50%; margin-top: -3px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

.button-nav.active::before { top: 50%; margin-top: -3px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

.button-nav.button-nav-8::after, .button-nav.button-nav-8::before { background-color: #808080; }

.header-nav { display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 50; width: 100%; height: 100vh; background-color: #252b2d; overflow: hidden; }

.header-nav.active { display: block; }

.header-nav-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 70px; min-height: 100%; }

.header__block { position: relative; width: 50%; }

.header__block_right { padding-left: 12.8%; padding-top: 100px; }

.header__train-1 { position: relative; padding-right: 48px; text-align: center; }

.header__train-1 .train { position: relative; z-index: 2; width: 33.4vw; max-width: 641px; }

.header__three { position: absolute; z-index: 3; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.header__three-1 { left: 45px; bottom: 12px; width: 6.9vw; max-width: 132px; }

.header__three-2 { right: 32px; bottom: -71px; width: 9vw; max-width: 174px; }

.header__three-3 { right: 28%; bottom: 110px; max-width: 60px; width: 3.3vw; z-index: 1; }

.header__smoke { position: absolute; top: -7.1vw; right: -webkit-calc(50% - 80px); right: calc(50% - 80px); z-index: 1; width: 18.8vw; max-width: 360px; }

.nav-menu__list { list-style: none; }

.nav-menu__list .nav-menu__link { font-family: "Gotham Pro", Arial, sans-serif; font-size: 26px; line-height: 48px; color: #aaaaaa; text-transform: uppercase; }

.nav-menu__list .nav-menu__link:hover { color: #ffffff; }

.header__menu-title { position: absolute; top: 26%; right: -50px; font-size: 108px; line-height: 100px; font-weight: 900; text-transform: uppercase; color: #fff; letter-spacing: -0.018em; opacity: 0.2; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

.header__menu-block { position: relative; padding-bottom: 6.8%; border-bottom: 1px solid #3d4243; }

.header__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 4.5%; }

.header__btn-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 65.5%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-right: 5.5%; }

.header__also { padding-right: 10px; font-family: "Gotham Pro", Arial, sans-serif; font-size: 26px; line-height: 1.2; color: #fff; font-weight: 900; text-transform: uppercase; }

.header-nav-wrap_tv1 .header__btn .header__logo-2 { width: 142px; bottom: -7px; left: -2px; }

.header__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 40px; }

.header__btn .button span { top: -30px; }

.header__social { width: 34%; padding-left: 5.5%; padding-top: 13px; padding-bottom: 8px; border-left: 1px solid #fff; -webkit-transition: .2s linear; transition: .2s linear; }

.header__social .header__social-link { display: inline-block; color: #fff; -webkit-transition: .2s linear; transition: .2s linear; }

.header__social .header__social-link:hover span { opacity: 0.7; }

.header__social span { display: inline-block; margin-right: 4px; font-size: 37px; -webkit-transition: .2s linear; transition: .2s linear; }

.header__train-1_tv2 { text-align: left; }

.header__trailer { max-width: 400px; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; position: absolute; right: -130px; bottom: 82px; opacity: 0; }

.header-nav-wrap_tv2 .train { margin-top: 130px; max-width: 685px; width: 36vw; }

@media screen and (max-width: 1600px) { .header__block_right { padding-left: 5%; }
  .header__three-1 { bottom: 12px; }
  .header__smoke { right: 20.7vw; } }

@media screen and (max-width: 1400px) { .header__block_right { padding-left: 0; } }

@media screen and (max-width: 1200px) { .header__also { font-size: 24px; } }

@media screen and (max-height: 800px) { .header-nav-wrap { padding-top: 30px; }
  .header__block_right { padding-top: 70px; }
  .header__menu-block { padding-bottom: 4%; }
  .header__bottom { padding-top: 3%; }
  .header__train-1 .train { max-width: 500px; } }

@media screen and (max-height: 670px) { .header-nav { overflow-y: auto; } }

@media screen and (max-width: 1024px) { .header-nav { overflow-y: auto; background-image: url(../img/smoke-side-1.png); background-position: center; }
  .header-nav-wrap { padding-bottom: 30px; }
  .header-nav-wrap .main-block__smoke { display: none; }
  .header__block_left { width: 45%; }
  .header__block_right { width: 55%; padding-top: 60px; }
  .header__three-1 { left: 0; bottom: 0; }
  .nav-menu__list .nav-menu__link { font-size: 22px; line-height: 40px; }
  .header__menu-title { top: 25%; font-size: 88px; }
  .header__bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .header__also { padding-right: 30px; }
  .header__btn-block { width: 100%; padding-left: 20px; padding-right: 20px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .header__social { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 30px; padding-left: 20px; padding-right: 20px; border: none; margin-right: 98px; width: 175px; -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }
  .header__social a { margin: 0; } }

@media screen and (max-width: 991px) { .header__social { margin-right: 88px; } }

@media screen and (max-width: 767px) { .button-nav { top: 20px; right: 25px; }
  .header__social { margin-right: 72px; }
  .nav-menu__list .nav-menu__link { font-size: 18px; line-height: 33px; }
  .header__block_left { width: 40%; }
  .header__block_right { width: 60%; }
  .header__btn-block { padding-left: 0; }
  .header__train-1 { padding-right: 0; }
  .header__train-1 .train { width: 250px; }
  .header__menu-title { top: 20%; font-size: 70px; }
  .header__also { font-size: 18px; }
  .header__smoke { width: 144px; right: auto; left: 15%; } }

@media screen and (max-width: 600px) { .header__btn-block .button { min-width: 180px; }
  .header__btn-block .button span { top: -18px; }
  .header__btn-block .button img { width: 120px; }
  .header__btn-block .button .header__logo-2 { width: 120px; bottom: -1px; }
  .header__block_left { position: static; width: 30%; }
  .header__block .header__smoke { left: 9%; }
  .header__block .header__train-1 { position: absolute; right: 65%; top: 30%; }
  .header__block_right { width: 70%; }
  .header__social { margin-right: 42px; } }

@media screen and (max-width: 480px) { .header__block_left { display: none; }
  .header__block_right { width: 100%; }
  .nav-menu__list { padding-left: 20px; padding-right: 20px; }
  .header__social { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
  .header__also { padding-right: 20px; }
  .header__btn-block { padding-left: 20px; }
  .header__social { margin-right: 0; } }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer { height: 80px; text-align: left; width: 100%; min-width: 320px; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-order: 3; display: none; }

.main-wrapper { padding: 0 0 0 0; min-width: 320px; width: 100%; position: relative; overflow: hidden; }

.wrapper { min-width: 320px; max-width: 100%; padding: 0 40px 0 40px; margin: 0 auto; position: relative; }

.content { min-width: 320px; text-align: left; width: 100%; min-height: 100vh; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-order: 2; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-grow: 1; }

/* titles */
p { font-size: 25px; line-height: 26px; color: #000; padding: 15px 0 15px 0; font-weight: 400; }

h1 { font-size: 36px; line-height: 42px; color: #000; font-family: "Gotham Pro", Arial, sans-serif; padding: 15px 0 15px 0; font-weight: 400; }

h2 { font-size: 32px; line-height: 37px; color: #000; font-family: "Gotham Pro", Arial, sans-serif; padding: 15px 0 15px 0; font-weight: 400; }

h3 { font-size: 28px; line-height: 32px; color: #000; font-family: "Gotham Pro", Arial, sans-serif; padding: 15px 0 15px 0; font-weight: 400; }

/* text position */
.text-left { text-align: left !important; }

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

.nowrap { white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper { visibility: hidden; }

.icon-load-box { top: 0; left: 0; width: 100%; height: 100%; position: fixed; display: none; z-index: 101; }

.loaded .icon-load-box { display: block; }

.icon-load { position: relative; height: 100%; width: 100%; }

.loader-line { position: absolute; left: 0; top: 50%; margin-top: -30px; z-index: 2; height: 60px; width: 0; padding-top: 3px; background-image: url("../img/icons/rails.png"); background-position: left bottom; background-repeat: repeat-x; }

.loader-line img { position: absolute; bottom: -18px; right: 50px; z-index: 3; }

.loader-line .tv2_loader { width: 140px; }

.loader-bottom { position: absolute; left: 50%; bottom: 100px; width: 100%; text-align: center; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.loader-bottom img { /*width: 100px; margin-bottom: 17px;*/ width: 95px; margin-bottom: 26px; }

.loader-bottom .loader-num-wrap { text-align: center; color: #fff; font-family: "Gotham Pro", Arial, sans-serif; font-size: 26px; font-weight: 300; }

.tv2 .loader-bottom img { width: 137px; margin-bottom: 19px; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
html.opened-menu { height: 100%; position: relative; overflow-y: scroll; }

.opened-menu body { overflow: hidden; height: 100%; }

/*screen 1*/
.screen { height: 100%; max-width: 1920px; margin: auto; }

.screen-wrap { position: relative; z-index: 1; overflow: hidden; }

.screen-1__smoke { position: absolute; top: -49px; left: 50%; width: 200px; margin-left: -5.7vw; max-width: 10.4vw; }

.screen-1__cloud { position: absolute; }

.screen-1__cloud img { position: relative; max-width: 100%; }

.screen-1__cloud-1 { top: 22.5%; left: 5.2%; width: 125px; max-width: 6.7vw; }

.screen-1__cloud-2 { top: 14%; left: 31%; width: 155px; max-width: 8vw; }

.screen-1__cloud-3 { top: 24.5%; left: 27%; width: 98px; max-width: 5.2vw; }

.screen-1__cloud-4 { width: 155px; top: 19%; right: 23.3%; max-width: 8vw; }

.screen-1__cloud-5 { top: 27.5%; right: 36%; width: 122px; max-width: 6.5vw; }

.screen-1__cloud-6 { top: 29.6%; right: 19.3%; width: 96px; max-width: 5.2vw; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-wrap-1 { height: 100vh; background-image: -webkit-linear-gradient(left, #d74838 50%, #275285 50%); background-image: linear-gradient(90deg, #d74838 50%, #275285 50%); }

.screen-1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; height: 100%; }

.screen-1__block { width: 50%; padding: 20px; padding-top: 10px; padding-bottom: 35px; position: relative; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.screen-1__block img { -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.screen-1__block:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.screen-1__block:hover .screen-1__three-1 { -webkit-transform: scale(-1.1, 1.1); -ms-transform: scale(-1.1, 1.1); transform: scale(-1.1, 1.1); }

.screen-1__block:hover .screen-1__three-2 { -webkit-transform: scale(-1.1, 1.1); -ms-transform: scale(-1.1, 1.1); transform: scale(-1.1, 1.1); }

.screen-1__block:hover .screen-1__three-3 { -webkit-transform: scale(-1.1, 1.1); -ms-transform: scale(-1.1, 1.1); transform: scale(-1.1, 1.1); }

.screen-1__block:hover .screen-1__more-link::before { right: -10px; }

.screen-1__block_wrapper-content { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding-top: 180px; min-height: 573px; }

.screen-1__block-left .screen-1__block_wrapper-content { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.screen-1__block-right .screen-1__block_wrapper-content { position: relative; }

.screen-1__train-1 { margin-right: -85px; top: -30px; position: relative; }

.screen-1__train-1 .train { max-width: 410px; position: relative; z-index: 2; width: 21.3vw; }

.screen-1__train-2 { position: absolute; top: -webkit-calc(50% - 142px); top: calc(50% - 142px); right: -24px; width: 25vw; max-width: 482px; -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.screen-1__train-2.scale { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.screen-1__hook { position: absolute; top: 0; right: 11%; max-height: 364px; height: 19vw; }

.screen-1__three { position: absolute; }

.screen-1__three-1 { left: -75px; bottom: 51px; max-height: 69px; height: 3.6vw; width: auto; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-1__three-2 { right: 36px; bottom: 96px; max-height: 28px; height: 1.46vw; width: auto; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-1__three-3 { right: -58px; bottom: 17px; max-height: 85px; height: 4.4vw; width: auto; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-1__three-4 { left: -11px; top: 73px; max-height: 89px; height: 4.7vw; width: auto; }

.screen-1__three-5 { top: 55px; left: 85px; max-height: 28px; height: 1.46vw; width: auto; z-index: 1; }

.screen-1__three-6 { left: 236px; top: 57px; max-height: 67px; height: 3.5vw; width: auto; }

.screen-1__group-img { position: absolute; left: 16.4%; top: 42%; top: -webkit-calc(8.4vw + 200px); top: calc(8.4vw + 200px); }

.screen-1__pricep { position: absolute; z-index: 0; width: 11.8vw; max-width: 227px; }

.screen-1__or { position: absolute; height: 144px; width: 144px; border-radius: 50%; background-color: #2a373a; left: 50%; margin-left: -72px; bottom: 170px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 7px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 64px; color: #fff; }

.screen-1__or span { position: relative; }

.screen-1__logo-1 { position: relative; top: -24px; max-width: 388px; width: 20.4vw; margin-right: 53px; }

.screen-1__logo-2 { max-width: 445px; width: 23vw; position: relative; top: -12px; left: 48px; }

.screen-1__more { position: absolute; left: 0; bottom: 11.5%; width: 100%; text-align: center; text-transform: uppercase; }

.screen-1__more .screen-1__more-link { position: relative; padding-right: 35px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 10px; color: #fff; letter-spacing: 0.2em; }

.screen-1__more .screen-1__more-link:before { content: ""; top: 50%; margin-top: -6.5px; right: 0; position: absolute; display: block; width: 13px; height: 13px; border-bottom: 3px solid #feda46; border-right: 3px solid #feda46; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: right 0.3s linear; transition: right 0.3s linear; }

.screen-1__more .screen-1__more-link:hover::before { right: -10px; }

.screen-wrap-2 { background-color: #d74838; background-size: contain; background-position: top; background-repeat: no-repeat; position: relative; }

.screen-2__cloud { position: absolute; }

.screen-2__cloud img { position: relative; max-width: 100%; }

.screen-2__cloud-1 { top: 25%; left: 4.5%; width: 260px; max-width: 13.6vw; }

.screen-2__cloud-2 { top: 8%; right: 29%; width: 300px; max-width: 15.6vw; }

.screen-2__cloud-3 { top: 30%; right: 5.5%; width: 200px; max-width: 10.4vw; }

.screen-2__smoke { position: absolute; top: -22%; left: 3.5vw; width: 365px; max-width: 19vw; z-index: 1; }

.screen-2__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.screen-2 { padding: 0 20px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-2__hook { position: absolute; z-index: 3; top: 0; right: 8.5%; height: 30.8vw; max-height: 590px; }

.screen-2__train-1 { margin-left: 6%; position: relative; z-index: 1; top: 43px; }

.screen-2__train-1 .train { position: relative; z-index: 2; width: 33.4vw; max-width: 641px; }

.screen-2__content { position: relative; z-index: 2; padding-top: 480px; width: 20%; }

.screen-2__content-bottom { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: -95px; }

.screen-2__title { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 10px; color: #feda46; text-transform: uppercase; letter-spacing: 0.2em; }

.screen-2__logo { position: absolute; left: 50%; top: -9px; max-width: 912px; width: 47.6vw; margin-left: -webkit-calc(88px - 23.8vw); margin-left: calc(88px - 23.8vw); }

.screen-2__three-1 { position: absolute; height: 146px; max-height: 7.6vw; bottom: 15px; left: -84px; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-2__three-2 { height: 62px; max-height: 3.3vw; position: absolute; bottom: 110px; right: 14%; z-index: -1; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-2__three-3 { position: absolute; height: 194px; max-height: 10.1vw; bottom: 45px; z-index: 1; right: 23%; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.screen-2__price { padding-right: 10px; margin-bottom: 28px; }

.screen-2__play { position: absolute; right: 0; bottom: 0; z-index: 1; width: 0; height: 0; border-bottom: 300px solid #3187d6; border-left: 340px solid transparent; }

.screen-2__play .screen-2__play-text { position: absolute; right: 0; bottom: -300px; min-width: 210px; display: inline-block; padding-right: 40px; padding-bottom: 60px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 22px; color: #fff; letter-spacing: 0.2em; text-align: right; text-transform: uppercase; }

.screen-2__play .screen-2__play-text:hover { opacity: 0.7; }

.screen-2__play .screen-2__play-video { border-bottom: 300px solid transparent; border-left: 340px solid transparent; position: absolute; right: 0; bottom: -300px; z-index: 1; width: 0; height: 0; }

.screen-2__play .screen-2__youtube { position: relative; top: 5px; margin-left: 12px; font-size: 29px; }

.screen-2__play:after { content: ''; position: absolute; right: 112px; top: -337px; border: 300px solid transparent; border-right: 300px solid transparent; border-bottom: 300px solid transparent; z-index: 10; -webkit-transform: rotate(48.5deg); -ms-transform: rotate(48.5deg); transform: rotate(48.5deg); }

.screen-2__logo-games { padding-top: 16px; padding-bottom: 14px; margin-left: -60px; margin-right: -60px; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-2__logo-games a { position: relative; display: inline-block; margin-right: 10px; }

.screen-2__logo-games a:hover span { opacity: 0.7; }

.screen-2__logo-games a:last-child { margin-right: 0; }

.screen-2__logo-games a.screen-2__logo-steam { bottom: -10px; }

.screen-2__logo-games span { padding-right: 5px; }

.screen-2__logo-games .icon-steam { font-size: 29px; }

.screen-2__logo-games .icon-gog { font-size: 36px; }

.screen-2__logo-games .icon-humble { font-size: 19px; }

.screen-2__logo-games .icon-ios { font-size: 25px; }

.main-block__smoke_1 { margin: 0 0 0 -1200px; left: 50%; top: -18%; z-index: 0; }

.main-block__smoke_2 { margin: 0 -150px 0 0; right: 50%; top: -30%; z-index: 0; }

.main-block__smoke_3 { margin-left: -550px; left: 50%; top: -40%; z-index: 0; }

.main-block__smoke { position: absolute; will-change: transform; }

.main-block__smoke span { position: relative; }

.main-block__smoke span:before { content: ""; width: 1046px; height: 793px; position: absolute; top: 0; left: 0; z-index: 1; background: url(../img/smoke-side-1.png) no-repeat; opacity: .6; }

.main-block__smoke_1 span:after { -webkit-animation: side-smoke1 120s linear infinite; animation: side-smoke1 120s linear infinite; }

.main-block__smoke_2 span:before { -webkit-animation: side-smoke2 200s linear infinite; animation: side-smoke2 200s linear infinite; }

.main-block__smoke_3 span:after { -webkit-animation: side-smoke1 100s linear infinite; animation: side-smoke1 100s linear infinite; }

.main-block__smoke span:after { content: ""; width: 793px; height: 1046px; position: absolute; top: 50px; left: 225px; background: url(../img/smoke-side-2.png) no-repeat; opacity: .6; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.price span { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 145px; color: #feda46; position: relative; }

.price span:before { content: "$"; position: absolute; bottom: 33px; left: -47px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 44px; color: #feda46; }

.price span:after { content: "99"; position: absolute; top: 24px; right: -60px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 44px; color: #feda46; }

.screen-wrap-3 { background-color: #2a373a; background-image: -webkit-radial-gradient(at top right, #283337, #3c575e); background-image: radial-gradient(at top right, #283337, #3c575e); }

.screen-3__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.screen-3 { padding: 20px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-3__block { width: 50%; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.screen-3__block-left { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-right: 38px; padding-bottom: 0.5%; }

.screen-3__block-left img { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; }

.screen-3__block-left .screen-3__logo { position: relative; bottom: 0; }

.screen-3__block-right { display: block; padding-left: 4%; padding-top: 5.5%; }

.screen-3__image { top: 0; left: 10%; position: relative; }

.screen-3__title { width: 100%; text-transform: uppercase; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 44px; color: #f3877d; margin-bottom: 20px; padding: 0; letter-spacing: -0.018em; }

.screen-3__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 665px; }

.screen-3__description { width: 100%; line-height: 26px; letter-spacing: 0.04em; font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; color: #fff; }

.screen-3__description--slide { text-align: center; }

.screen-3__slider-nav { margin-top: 28px; margin-bottom: 31px; }

.screen-3__slider-item { width: 78px; height: 78px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.screen-3__slider-item span { opacity: 0; }

.screen-3__slider-item img { max-width: 80%; max-height: 80%; width: 80%; height: auto; }

.screen-3__hover-top-left { position: absolute; left: 0; top: 0; width: 14px; height: 14px; border-top: 5px solid #ffffff; border-left: 5px solid #ffffff; }

.screen-3__hover-bottom-left { position: absolute; left: 0; bottom: 0; width: 14px; height: 14px; border-bottom: 5px solid #ffffff; border-left: 5px solid #ffffff; }

.screen-3__hover-top-right { position: absolute; right: 0; top: 0; width: 14px; height: 14px; border-top: 5px solid #ffffff; border-right: 5px solid #ffffff; }

.screen-3__hover-bottom-right { position: absolute; right: 0; bottom: 0; width: 14px; height: 14px; border-bottom: 5px solid #ffffff; border-right: 5px solid #ffffff; }

.screen-3 .button { margin-top: 60px; }

.screen-3__slider { width: 100%; }

.slick-current .screen-3__slider-item span { opacity: 1; }

.screen-wrap-4 { background-color: #d74838; }

.screen-4 { padding: 20px 20px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-4 .rails-button { width: 100px; }

.screen-4 .rails-button span { height: 22px; }

.screen-4__wrapper { width: 100%; max-width: 1616px; padding-top: 22px; margin: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.screen-4__header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.screen-4__logo { max-width: 530px; margin-left: 48px; margin-right: 45px; }

.screen-4__logo img { width: 100%; }

.screen-4__title { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 128px; color: #fff; text-transform: uppercase; position: relative; top: 23px; margin-left: 71px; padding-bottom: 30px; }

.screen-4__title:before { position: absolute; top: 23px; left: -66px; content: ""; width: 5px; height: 96px; height: 97px; background-color: #bd4d44; }

#fullpage2 .screen-wrap-4[data-anchor='train_valley_dlc'] .screen-4__title:before{background-color: #244f82;}
#fullpage2 #train_valley_dlc .screen-4__title:before{background-color: #244f82;}
/*.screen-wrap-4[data-anchor='screenshots'].fp-completely .button,
.screen-wrap-4[data-anchor='screenshots'].fp-completely .screen-4 .rails-button,
.screen-wrap-4[data-anchor='screenshots'].fp-completely .price{opacity: 1;}*/

.screen-4__group { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.screen-4__group-items { width: -webkit-calc(100% - 80px); width: calc(100% - 80px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.screen-4__items { height: 400px; max-width: 300px; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 80px; margin-left: 60px; margin-right: 60px; }

.screen-4__items_header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; height: 120px; width: 100%; }

.screen-4__items_image { max-width: 135px; max-height: 56px; width: 100%; -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-right: -23px; }

.screen-4__items_image img { max-width: 100%; height: auto; }

.screen-4__items_block { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; width: 100%; }

.screen-4__items_logo { max-width: 172px; position: absolute; top: -74px; left: 14px; }

.screen-4__items_flag { position: absolute; right: 15px; top: -90px; width: 38px; height: 38px; }

.screen-4__items_flag img { width: 100%; height: 100%; }

.screen-4__items_text { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 20px; color: #f1f1f1; padding: 0; padding-left: 27px; margin-bottom: 4px; letter-spacing: -0.018em; }

.screen-4__price { margin-top: 31px; margin-bottom: 22px; min-height: 70px; }

.screen-4__price span { display: inline-block; font-size: 60px; }

.screen-4__price span:before { bottom: 14px; left: -24px; font-size: 20px; }

.screen-4__price span:after { top: 7px; right: -34px; font-size: 20px; }

.screen-4__price span.pr49:after { content: '49'; }

.screen-4__video { margin-bottom: 48px; min-height: 30px; }

.screen-4__video_link { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 10px; color: #f7f7f7; text-transform: uppercase; letter-spacing: 0.2em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-4__video_link:hover { opacity: 0.7; }

.screen-4__video_icon { font-size: 30px; margin-left: 13px; }

.screen-4__button { min-width: 240px; background-image: url(../img/icons/btn-bg-240.svg); }

.screen-4__button span { padding: 0 24px; }

.screen-4__animation-item .screen-4__items_flag img { -webkit-animation-name: spin; -webkit-animation-duration: 1600ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1600ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: spin; -ms-animation-duration: 1600ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; animation-name: spin; animation-duration: 1600ms; animation-iteration-count: infinite; animation-timing-function: linear; }

.screen-4__animation-item .screen-4__price span { -webkit-animation: pulse2 1.2s infinite; animation: pulse2 1.2s infinite; }

.screen-4__video_link-canada, .screen-4__video_link-italy { display: none; }

.screen-5 { position: relative; overflow: hidden; z-index: 5; }

.screen-5__wrapper { z-index: 2; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.screen-5__block { max-width: 1400px; width: 100%; padding: 0 30px; margin: 0 auto; margin-bottom: 38px; }

.screen-5__slider img { max-width: 160px; width: 100%; height: 100px; }

.screen-5__article { font-size: 44px; color: #ffffff; font-weight: 900; text-transform: uppercase; padding-left: 2px; letter-spacing: -0.018em; padding-bottom: 0; }

.screen-5__description { color: #ffffff; padding-left: 2px; font-size: 27px; letter-spacing: 0.05em; font-weight: 900; padding-top: 6px; text-transform: uppercase; }

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

.screen-wrap-5 { position: relative; }

.screen-5__slider .slick-list { margin-left: 5px; }

.screen-5__slider .slick-center { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); -webkit-transition: -webkit-transform 0.3s linear; transition: -webkit-transform 0.3s linear; transition: transform 0.3s linear; transition: transform 0.3s linear, -webkit-transform 0.3s linear; min-width: 260px; max-width: 100%; }

.screen-5__slider .slick-center span { opacity: 1; -webkit-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

.screen-5__slider .slick-dots { position: absolute; left: 53px; top: 21px; width: 60px; list-style: none; }

.screen-5__slider .slick-dots li { display: inline-block; position: absolute; opacity: 0; width: 30px; text-align: right; }

.screen-5__slider .slick-dots li.slick-active { position: relative; opacity: 1; }

.screen-5__slider .slick-dots li:last-child { position: relative; opacity: 1; }

.screen-5__slider .slick-dots li:last-child::before { content: ""; position: absolute; top: 8px; left: 0; display: block; width: 2px; height: 16px; background-color: #fff; -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }

.screen-5__slider .slick-dots button { font-size: 13px; font-weight: 900; background: none; border: none; color: #fff; }

.screen-5__slider .slick-arrow { position: absolute; top: 10px; width: 30px; height: 40px; font-size: 0; background: none; border: none; }

.screen-5__slider .slick-arrow::before { content: ""; position: absolute; display: block; width: 15px; height: 15px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; }

.screen-5__slider .slick-arrow:hover::before { border-color: #feda46; }

.screen-5__slider .slick-prev { left: 0; }

.screen-5__slider .slick-prev::before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.screen-5__slider .slick-next { left: 140px; }

.screen-5__slider .slick-next::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.screen-5__slider-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; overflow: hidden; }

.screen-5__slider-bg::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; display: block; width: 100%; height: 100%; background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%); }

.screen-5__slider-bg .slick-list { height: 100%; }

.screen-5__slider-bg .slick-track { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; }

.screen-5__slider-bg-item { position: relative; height: 100%; width: 100%; background-size: cover; background-position: center; }

.screen-5__slider-bg-item_1 { background-image: url("../img/screen/tv_screen1.png"); }

.screen-5__slider-bg-item_2 { background-image: url("../img/screen/tv_screen2.png"); }

.screen-5__slider-bg-item_3 { background-image: url("../img/screen/tv_screen3.png"); }

.screen-5__slider-bg-item_4 { background-image: url("../img/screen/tv_screen4.png"); }

.screen-5__slider-bg-item_5 { background-image: url("../img/screen/tv_screen5.png"); }

.screen-5__slider-bg-item_6 { background-image: url("../img/screen/tv_screen6.png"); }

.screen-5__slider-bg-item_7 { background-image: url("../img/screen/tv_screen7.png"); }

.screen-5__slider-bg-item_8 { background-image: url("../img/screen/tv_screen8.png"); }

.screen-5__slider-bg-item_9 { background-image: url("../img/screen/tv_screen9.png"); }

.screen-5__slider-bg-item_10 { background-image: url("../img/screen/tv_screen10.png"); }

.screen-5__slider-bg-item_11 { background-image: url("../img/screen/tv_screen11.png"); }

.screen-5__slider-bg-item_12 { background-image: url("../img/screen/tv_screen12.png"); }

.screen-5__slider-item { padding: 80px 0; text-align: center; }

.screen-5__slider-item a { position: relative; display: inline-block; margin-left: 5px; margin-right: 5px; background-size: cover; background-position: center; pointer-events: none; }

.screen-5__slider-item a:hover span { opacity: 0.7; }

.screen-5__slider-item.slick-active.slick-current a { margin-left: 37px; margin-right: 37px; pointer-events: auto; }

.screen-5__slider-item.slick-active.slick-current a img { opacity: 0; }

.screen-5__slider-item span { font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 12px; color: #ffffff; position: absolute; width: 200px; left: 50%; bottom: -40px; display: inline-block; padding-right: 45px; padding-top: 7px; padding-bottom: 6px; letter-spacing: -0.018em; text-transform: uppercase; -webkit-transform: translateX(-50%) scale(0.66); -ms-transform: translateX(-50%) scale(0.66); transform: translateX(-50%) scale(0.66); opacity: 0; }

.screen-5__slider-item span .icon-camera { position: absolute; right: 0; top: -1px; display: block; opacity: 0.7; font-size: 24px; }

@-webkit-keyframes spin { from { -webkit-transform: rotate3d(0, 0, 0, 360deg); transform: rotate3d(0, 0, 0, 360deg); }
  to { -webkit-transform: rotate3d(0, 1, 0, 360deg); transform: rotate3d(0, 1, 0, 360deg); } }

@keyframes spin { from { -webkit-transform: rotate3d(0, 0, 0, 360deg); transform: rotate3d(0, 0, 0, 360deg); }
  to { -webkit-transform: rotate3d(0, 1, 0, 360deg); transform: rotate3d(0, 1, 0, 360deg); } }

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

@-webkit-keyframes pulse2 { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes pulse2 { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.05); transform: scale(1.05); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

.smoke-animate { position: absolute; left: 42.3%; top: 0; margin-top: -3.5%; opacity: 0; }

.smoke-animate:nth-child(1) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 3s; animation-delay: 3s; }

.smoke-animate:nth-child(2) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 4s; animation-delay: 4s; }

.smoke-animate:nth-child(3) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 5s; animation-delay: 5s; }

.smoke-animate:nth-child(4) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 6s; animation-delay: 6s; }

.smoke-animate:nth-child(5) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 7s; animation-delay: 7s; }

.smoke-animate:nth-child(6) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 8s; animation-delay: 8s; }

.smoke-animate:nth-child(7) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 9s; animation-delay: 9s; }

.smoke-animate:nth-child(8) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 10s; animation-delay: 10s; }

.smoke-animate:nth-child(9) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 11s; animation-delay: 11s; }

.smoke-animate:nth-child(10) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 12s; animation-delay: 12s; }

.smoke-animate:nth-child(11) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 13s; animation-delay: 13s; }

.smoke-animate:nth-child(12) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 14s; animation-delay: 14s; }

.smoke-animate:nth-child(13) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 15s; animation-delay: 15s; }

.smoke-animate:nth-child(14) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 16s; animation-delay: 16s; }

.smoke-animate:nth-child(15) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 17s; animation-delay: 17s; }

.smoke-animate:nth-child(16) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 18s; animation-delay: 18s; }

.smoke-animate:nth-child(17) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 19s; animation-delay: 19s; }

.smoke-animate:nth-child(18) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 20s; animation-delay: 20s; }

.smoke-animate:nth-child(19) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 21s; animation-delay: 21s; }

.smoke-animate_small { position: absolute; left: 38.1%; top: 0; margin-top: 2%; opacity: 0; }

.smoke-animate_small:nth-child(1) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }

.smoke-animate_small:nth-child(2) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }

.smoke-animate_small:nth-child(3) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 3.1s; animation-delay: 3.1s; }

.smoke-animate_small:nth-child(4) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 4.1s; animation-delay: 4.1s; }

.smoke-animate_small:nth-child(5) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 5.1s; animation-delay: 5.1s; }

.smoke-animate_small:nth-child(6) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 6.1s; animation-delay: 6.1s; }

.smoke-animate_small:nth-child(7) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 7.1s; animation-delay: 7.1s; }

.smoke-animate_small:nth-child(8) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 8.1s; animation-delay: 8.1s; }

.smoke-animate_small:nth-child(9) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 9.1s; animation-delay: 9.1s; }

.smoke-animate_small:nth-child(10) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 10.1s; animation-delay: 10.1s; }

.smoke-animate_small:nth-child(11) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 11.1s; animation-delay: 11.1s; }

.smoke-animate_small:nth-child(12) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 12.1s; animation-delay: 12.1s; }

.smoke-animate_small:nth-child(13) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 13.1s; animation-delay: 13.1s; }

.smoke-animate_small:nth-child(14) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 14.1s; animation-delay: 14.1s; }

.smoke-animate_small:nth-child(15) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 15.1s; animation-delay: 15.1s; }

.smoke-animate_small:nth-child(16) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 16.1s; animation-delay: 16.1s; }

.smoke-animate_small:nth-child(17) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 17.1s; animation-delay: 17.1s; }

.smoke-animate_small:nth-child(18) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 18.1s; animation-delay: 18.1s; }

.smoke-animate_small:nth-child(19) { -webkit-animation-name: smokeFactory; animation-name: smokeFactory; -webkit-animation-duration: 3.5s; animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 19.1s; animation-delay: 19.1s; }

@-webkit-keyframes smokeFactory { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    opacity: .8; }
  25% { -webkit-transform: scale(0.6) translateY(-105px); transform: scale(0.6) translateY(-105px);
    opacity: .6; }
  50% { -webkit-transform: scale(0.4) translateY(-185px); transform: scale(0.4) translateY(-185px);
    opacity: .4; }
  100% { -webkit-transform: scale(0.3) translateY(-275px); transform: scale(0.3) translateY(-275px);
    opacity: 0; } }

@keyframes smokeFactory { 0% { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    opacity: .8; }
  25% { -webkit-transform: scale(0.6) translateY(-105px); transform: scale(0.6) translateY(-105px);
    opacity: .6; }
  50% { -webkit-transform: scale(0.4) translateY(-185px); transform: scale(0.4) translateY(-185px);
    opacity: .4; }
  100% { -webkit-transform: scale(0.3) translateY(-275px); transform: scale(0.3) translateY(-275px);
    opacity: 0; } }

.pipe-animate { position: absolute; top: 0; left: 41.7%; margin-top: -2.8%; -webkit-animation-name: pipeFactory; animation-name: pipeFactory; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-delay: 0; animation-delay: 0; }

@-webkit-keyframes pipeFactory { 0% { -webkit-transform: scale(1); transform: scale(1); }
  25% { -webkit-transform: scale(0.97); transform: scale(0.97); }
  50% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(0.97); transform: scale(0.97); } }

@keyframes pipeFactory { 0% { -webkit-transform: scale(1); transform: scale(1); }
  25% { -webkit-transform: scale(0.97); transform: scale(0.97); }
  50% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  100% { -webkit-transform: scale(0.97); transform: scale(0.97); } }

.button_puls:hover span { display: inline-block; position: relative; -webkit-animation: pulse 1.2s infinite; animation: pulse 1.2s infinite; }

.screen-wrap-6 { position: relative; overflow: hidden; }

.screen-wrap-6::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 3; display: block; width: 56.6%; height: 100%; background-image: url("../img/screen6-mask.png"); background-repeat: no-repeat; background-size: cover; background-position: right; }

.screen-wrap-6_2::before { background-image: url("../img/screen6-mask2.png"); }

.screen-6__wrapper { position: relative; z-index: 5; width: 100%; height: 100%; max-width: 1340px; padding-left: 35px; padding-right: 35px; margin: 0 auto; }

.screen-6__content-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.screen-6__content { padding-top: 160px; color: #fff; }

.screen-6__content p { padding-top: 0; }

.screen-6__header { margin-left: -18px; margin-bottom: 22px; }

.screen-6__logo { width: 405px; }

.screen-6__slider { width: 620px; margin-bottom: 17px; }

.screen-6__slider .slick-dots { position: absolute; left: 53px; bottom: -37px; width: 60px; list-style: none; }

.screen-6__slider .slick-dots li { display: inline-block; position: absolute; opacity: 0; width: 24px; text-align: right; }

.screen-6__slider .slick-dots li.slick-active { position: relative; opacity: 1; }

.screen-6__slider .slick-dots li:last-child { position: relative; opacity: 1; }

.screen-6__slider .slick-dots li:last-child::before { content: ""; position: absolute; top: 8px; left: 0; display: block; width: 2px; height: 16px; background-color: #fff; -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }

.screen-6__slider .slick-dots button { font-size: 13px; font-weight: 900; background: none; border: none; color: #fff; }

.screen-6__slider .slick-arrow { position: absolute; bottom: -37px; width: 30px; height: 40px; font-size: 0; background: none; border: none; }

.screen-6__slider .slick-arrow::before { content: ""; position: absolute; display: block; width: 15px; height: 15px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; }

.screen-6__slider .slick-arrow:hover::before { border-color: #feda46; }

.screen-6__slider .slick-prev { left: -5px; }

.screen-6__slider .slick-prev::before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.screen-6__slider .slick-next { left: 133px; }

.screen-6__slider .slick-next::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.screen-6__slide { padding-left: 3px; }

.screen-6__slide-title { padding-bottom: 5px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; color: #fff; }

.screen-6__slide-desc { max-width: 610px; font-size: 18px; line-height: 26px; font-style: normal; font-weight: normal; letter-spacing: 0.04em; color: #fff; }

.screen-6__slide-numbers { font-family: "Gotham Pro", Arial, sans-serif; font-size: 14px; line-height: 26px; font-weight: 900; letter-spacing: 0.018em; color: #fff; letter-spacing: 2px; }

.screen-6__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 210px; padding-bottom: 20px; }

.screen-6__bg-video { position: absolute; top: 50%; left: 50%; z-index: -10; display: block; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.slider-nav-box { position: relative; z-index: 5; padding-top: 12px; padding-bottom: 12px; padding-left: 30px; padding-right: 30px; text-align: center; }

.slider-nav-box_projects { width: 170px; margin-bottom: 53px; }

.slider-nav-box_screen-5 { margin-bottom: -73px; margin-top: 15px; margin-left: 2px; width: 172px; }

.slider-nav-box .slide-num { font-family: "Gotham Pro", Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: -0.018em; background: none; border: none; color: #fff; }

.slider-nav-box button { position: absolute; top: 10px; width: 30px; height: 40px; font-size: 0; background: none; border: none; }

.slider-nav-box button::before { content: ""; position: absolute; display: block; top: 0; width: 13px; height: 13px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; }

.slider-nav-box button:hover::before { border-color: #feda46; }

.slider-nav-box button.prev-slide_screen-5, .slider-nav-box button.prev-slide_proj { left: 0; }

.slider-nav-box button.prev-slide_screen-5::before, .slider-nav-box button.prev-slide_proj::before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.slider-nav-box button.next-slide_screen-5, .slider-nav-box button.next-slide_proj { right: 0; }

.slider-nav-box button.next-slide_screen-5::before, .slider-nav-box button.next-slide_proj::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.screen-wrap-7 { background-color: #2a3739; }

.screen-7__wrapper { position: relative; z-index: 5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; max-width: 1340px; padding: 15px 40px; padding-right: 40px; margin: 0 auto; }

.screen-7__content { width: 100%; }

.screen-7__header { text-align: center; padding-left: 68px; }

.screen-7__header .screen-7__logo { width: 420px; }

.screen-7__awards { position: relative; padding-left: 15px; padding-right: 15px; }

.screen-7__awards-bg { position: absolute; left: 0; top: 79px; z-index: 1; width: 100%; }

.screen-7__awards-bg p { padding: 0; font-family: "Gotham Pro", Arial, sans-serif; font-weight: 900; font-size: 262px; line-height: 0.8; color: rgba(41, 46, 48, 0.29); text-transform: uppercase; text-align: center; }

.screen-7__awards-wrap { position: relative; z-index: 2; padding-top: 108px; margin-bottom: 146px; }

.screen-7__awards-title { padding-bottom: 53px; font-size: 36px; font-weight: 900; color: #bbb568; text-transform: uppercase; text-align: center; }

.screen-7__awards-items { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.screen-7__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; margin-bottom: 22px; }

.screen-wrap-8 { background-color: #fff; box-shadow: inset 0 0 500px rgba(187, 181, 104, 0.3); }

.screen-8__wrapper { position: relative; z-index: 5; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; max-width: 700px; padding-top: 15px; padding-left: 20px; padding-right: 20px; margin: 0 auto; text-align: center; }

.screen-8__content { position: relative; padding-top: 75px; }

.screen-8__content .screen-8__content-icon { position: absolute; top: 0; left: 50%; display: block; width: 72px; height: 57px; background-image: url("../img/feature-4.png"); background-repeat: no-repeat; background-size: contain; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.screen-8__title { padding-bottom: 42px; font-size: 37px; font-weight: 900; color: #bbb568; text-transform: uppercase; text-align: center; }

.screen-8_desc { margin-bottom: 45px; }

.screen-8_desc p { padding: 0; font-size: 16px; line-height: 26px; color: #7a7a7a; font-style: italic; letter-spacing: 0.04em; }

.screen-8__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 20px; margin-bottom: 20px; }

.screen-8__btn span { color: #616161; }

.screen-wrap-9 { background-color: #2a3538; }

.screen-9 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.screen-9__wrapper { position: relative; z-index: 5; width: 100%; max-width: 580px; padding-left: 14px; padding-right: 14px; padding-bottom: 60px; text-align: center; }

.screen-9__header { text-align: center; padding-right: 10px; padding-bottom: 46px; }

.screen-9__header img { width: 410px; }

.screen-9__content { width: 100%; }

.box-field__label { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input { margin-bottom: 22px; position: relative; }

.box-field__input input { height: 50px; width: 100%; font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; border: none; border-bottom: 1px solid #e5ddcf; background: transparent; }

.box-field__input input::-webkit-input-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input input:-moz-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input input::-moz-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input input:-ms-input-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input.invalid input { border-color: #d74838; }

.box-field__input.invalid input::-webkit-input-placeholder { color: #d74838; }

.box-field__input.invalid input:-moz-placeholder { color: #d74838; }

.box-field__input.invalid input::-moz-placeholder { color: #d74838; }

.box-field__input.invalid input:-ms-input-placeholder { color: #d74838; }

.box-field__input.invalid label { color: #d74838; }

.box-field__input textarea { height: 130px; width: 100%; padding-top: 13px; font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; border: none; border-bottom: 1px solid #e5ddcf; background: transparent; }

.box-field__input textarea::-webkit-input-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input textarea:-moz-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input textarea::-moz-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.box-field__input textarea:-ms-input-placeholder { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; }

.screen-9__btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 90px; width: 100%; }

.screen__footer { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-left: 70px; padding-right: 55px; padding-bottom: 10px; }

.screen__footer p, .screen__footer a { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.03em; color: #fff; }

.screen__footer a:hover { opacity: 0.8; }

.box-form.send { position: relative; opacity: 0; }

.box-form.send::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: block; width: 100%; height: 100%; }

.fancybox-overlay { background: rgba(0, 0, 0, 0.5); }

.fancybox-close { background: transparent; right: -25px; height: 25px; width: 25px; top: 0; }

.fancybox-close:before, .fancybox-close:after { content: ""; position: absolute; left: 50%; top: 0; right: 0; display: block; height: 100%; width: 5px; background-color: #fff; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

.fancybox-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.fancybox-close:hover { opacity: 0.8; }

.screen-9__form-send { position: absolute; top: 50%; left: 50%; z-index: 5; display: none; max-width: 400px; width: 100%; background-color: #2a3538; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 25px; }

.screen-9__form-send.send { display: block; }

.screen-9__form-send-wrap { border: 1px solid #e5ddcf; }

.screen-9__form-send-content { padding: 35px 25px; }

.screen-9__form-send-content h3 { padding-top: 0; padding-bottom: 30px; font-size: 37px; font-weight: 900; color: #fff; text-transform: uppercase; text-align: center; line-height: 1.3; }

.screen-9__form-send-content p { padding: 0; font-size: 16px; line-height: 26px; color: #fff; font-style: italic; letter-spacing: 0.04em; }

.button-send { position: relative; top: -16px; width: 100%; height: 46px; padding-bottom: 10px; font-family: 'Gotham Pro', Times,serif; font-weight: 900; font-size: 28px; color: #feda46; letter-spacing: -0.018em; text-transform: uppercase; border: none; background-color: transparent; text-align: center; }

.button_puls:hover .button-send { -webkit-animation: pulse 1.2s infinite; animation: pulse 1.2s infinite; }

/*  NEW */
/* arrows fancybox */
/*.fancybox-nav { span { visibility: visible; background: none; transform: rotate(-45deg); width: 15px; height: 15px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; right: 50px; &:hover { border-color: #feda46; } } &:hover span { } }*/
.fancybox-img-wrap .fancybox-close { background: transparent; right: -25px; height: 25px; width: 25px; top: 0; }

.fancybox-img-wrap .fancybox-close:before, .fancybox-img-wrap .fancybox-close:after { content: ""; position: absolute; left: 50%; top: 0; right: 0; display: block; height: 100%; width: 5px; background-color: #fff; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

.fancybox-img-wrap .fancybox-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-img-wrap .fancybox-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.fancybox-img-wrap .fancybox-close:hover { opacity: 0.8; }

.thank-you-block { position: absolute; width: 100%; text-align: center; z-index: 1; background: rgba(42, 55, 58, 0.5); }

.more-button { width: 260px; height: 42px; }

.screen-4__items_image-2 { margin-top: -40px; }

/*popup*/
.popup { display: none; height: 100%; background-color: #2a373a; background-image: -webkit-radial-gradient(at top right, #283337, #3c575e); background-image: radial-gradient(at top right, #283337, #3c575e); }

.popup__form { max-width: 500px; margin: auto; padding: 0 15px; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.popup .box-field, .popup .button, .popup .rails-button { opacity: 1 !important; }

.popup .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }

.popup .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }

.popup .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }

.popup .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }

.popup .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.05s; animation-delay: 1.05s; }

.popup .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }

.popup .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.35s; animation-delay: 1.35s; }

.popup .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }

.popup .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.popup__title { font-size: 36px; font-weight: 900; color: #fff; text-transform: uppercase; text-align: center; }

.popup__form-send { background-color: #2a3538; padding: 25px; }

.popup__form-send .screen-9__form-send-content p { text-align: center; }

.hook-anamate { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: hook; animation-name: hook; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

@-webkit-keyframes hook { 20% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -4deg); transform: rotate3d(0, 0, 1, -4deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 2deg); transform: rotate3d(0, 0, 1, 2deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -1deg); transform: rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes hook { 20% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -4deg); transform: rotate3d(0, 0, 1, -4deg); }
  60% { -webkit-transform: rotate3d(0, 0, 1, 2deg); transform: rotate3d(0, 0, 1, 2deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -1deg); transform: rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }

textarea { resize: vertical; }

.screen-5__slider-item span { width: 201px; }

.box-field__input textarea { min-height: 60px; }

body.tv2 { background-color: #244f82; }

.header__social span { width: 38px; height: 40px; }

.header__btn img { width: auto; position: relative; bottom: 9px; left: 5px; }

.screen-3__title { word-spacing: 10px; }

.header__trailer { right: -126px; }

.tv2-header__block_right { padding-top: 118px; }

.tv2-screen-2__play { border-bottom-color: #f66a5e; }

.tv2-bckg { background-color: #244f82; }

.tv2_screen-2 { height: 100%; }

.tv2_screen-2 .screen-2__train-1 { margin-left: -20px; top: -5px; }

.tv2_screen-2 .screen-2__train-1 .train { width: 34.6vw; max-width: 665px; }

.tv2_screen-2 .screen-2__logo { max-width: 988px; width: 60.6vw; margin-left: -webkit-calc(96px - 24.1vw); margin-left: calc(96px - 24.1vw); }

.tv2_screen-2 .screen-2__content { padding-top: 315px; margin-left: 102px; margin-top: 10vh; }

.tv2_screen-2 .screen-2__content-bottom { margin-top: 0; }

.tv2_screen-2 .screen-2__logo-games { margin-bottom: 10px; padding-bottom: 10px; }

.tv2_screen-2 .screen-2__price { margin-bottom: 39px; }

.screen-2__trailer { position: absolute; max-width: 565px; width: 31%; height: auto; max-height: 10.1vw; bottom: 23vh; z-index: 1; right: 12.4%; }

.screen-3__block-left .screen-3__logo { max-width: 575px; }

.screen-3__logo-2 { position: absolute; right: 0; z-index: 1; top: 50%; margin-top: -276px; max-width: 380px; }

.screen-3__image-2 { top: -151px; left: 0; position: relative; }

.screen-5__article span { color: #feda46; font-size: 55px; }

/*placeholder*/
.hide-label { font-size: 12px; line-height: 19px; font-style: italic; letter-spacing: 0.04em; color: #fff; font-family: "Open Sans", sans-serif; position: absolute; top: 0; opacity: 0; -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease; -webkit-transform: translateY(15px); -ms-transform: translateY(15px); transform: translateY(15px); }

.focused-field .hide-label { opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease; }

.tv2-screen-5__slider-bg-item { position: relative; height: 100%; width: 100%; background-size: cover; background-position: center; }

.tv2-screen-5__slider-bg-item_1 { background-image: url("../img/screen_tv2/1.png"); }

.tv2-screen-5__slider-bg-item_2 { background-image: url("../img/screen_tv2/2.png"); }

.tv2-screen-5__slider-bg-item_3 { background-image: url("../img/screen_tv2/3.png"); }

.tv2-screen-5__slider-bg-item_4 { background-image: url("../img/screen_tv2/4.png"); }

.tv2-screen-5__slider-bg-item_5 { background-image: url("../img/screen_tv2/5.png"); }

.tv2-screen-5__slider-bg-item_6 { background-image: url("../img/screen_tv2/6.png"); }

.tv2-screen-5__slider-bg-item_7 { background-image: url("../img/screen_tv2/7.png"); }

.tv2-screen-5__slider-bg-item_8 { background-image: url("../img/screen_tv2/8.png"); }

.tv2-screen-5__slider-bg-item_9 { background-image: url("../img/screen_tv2/9.png"); }

.tv2-screen-6__content { padding-top: 182px; margin-left: -14px; }

.tv2-screen-6__content .screen-6__header { margin-left: -52px; }

.tv2-screen-6__content .screen-6__logo { width: 480px; }

.tv2_screen-3 .screen-3__block-right { padding-top: 1.7%; }

.tv2-header__menu-block { padding-bottom: 21%; }

.tv2_screen-3__image { left: 2%; }

@media screen and (min-width: 1025px) and (min-height: 670px) { .screen-wrap-2 { opacity: 0; }
  .screen-wrap-9 .rails-button, .box-field, .screen-8_desc, .screen-8__title, .screen-8__content-icon, .screen-7__awards-item, .screen-4 .rails-button, .screen-2__youtube, .screen-2__play, .screen-2__title, .button, .price, .screen-2__smoke, .screen-2__hook, .screen-2__logo-steam, .screen-2__logo-gog, .screen-2__logo-humble, .screen-2__logo-ios, .screen-2__three, .screen-2__train-1 .train { opacity: 0; }
  .screen-9__logo, .screen-2__logo { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
  /*animate declining*/
  .animated.screen-wrap-2 { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .screen-2__cloud { -webkit-animation: fadeIn 1s ease; animation: fadeIn 1s ease; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
  .animated .screen-2__cloud-1 { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
  .animated .screen-2__cloud-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated .screen-2__cloud-3 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
  .animated .screen-2__three { -webkit-animation: fadeIn 0.25s ease; animation: fadeIn 0.25s ease; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
  .animated .screen-2__three-1 { -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated .screen-2__three-2 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .animated .screen-2__three-3 { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
  .animated .screen-2__trailer { -webkit-animation: fadeIn 0.25s ease; animation: fadeIn 0.25s ease; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated .screen-2__train-1 .train { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
  .animated .tv2-screen-2__train-1 { -webkit-animation-delay: .5s; animation-delay: .5s; }
  .animated .screen-2__smoke { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
  .animated .screen-2__hook { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
  .animated .screen-2__logo { -webkit-animation-name: Syne; animation-name: Syne; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2s; animation-delay: 2s; }
  .animated .screen-2__title { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }
  .animated .screen-2__logo-steam { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }
  .animated .screen-2__logo-gog { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.3s; animation-delay: 2.3s; }
  .animated .screen-2__logo-humble { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.3s; animation-delay: 2.3s; }
  .animated .screen-2__logo-ios { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.4s; animation-delay: 2.4s; }
  .animated .screen-2 .price { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.6s; animation-delay: 2.6s; }
  .animated .screen-2 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.05s; animation-delay: 3.05s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.2s; animation-delay: 3.2s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.35s; animation-delay: 3.35s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.65s; animation-delay: 3.65s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.8s; animation-delay: 3.8s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.95s; animation-delay: 3.95s; }
  .animated.screen-wrap-2 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 4.1s; animation-delay: 4.1s; }
  .animated.screen-wrap-2 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }
  .animated .screen-2__play { -webkit-animation-name: fadeInRight, flash1; animation-name: fadeInRight, flash1; -webkit-animation-duration: 0.3s, 10s; animation-duration: 0.3s, 10s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3s, 6s; animation-delay: 3s, 6s; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; }
  .animated .screen-2__youtube { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.3s; animation-delay: 3.3s; }
  .animated .screen-3 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0; animation-delay: 0; }
  .animated.screen-wrap-3 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.05s; animation-delay: 1.05s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.35s; animation-delay: 1.35s; }
  .animated.screen-wrap-3 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .animated.screen-wrap-3 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
  .animated .screen-4 .price { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .screen-4 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
  .animated.screen-wrap-4 .rails-button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
  .animated .screen-6 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0; animation-delay: 0; }
  .animated.screen-wrap-6 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.05s; animation-delay: 1.05s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.35s; animation-delay: 1.35s; }
  .animated.screen-wrap-6 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .animated.screen-wrap-6 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
  .animated .screen-7__awards-item { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .screen-7__awards-item-2 { -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
  .animated .screen-7__awards-item-3 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
  .animated .screen-7__awards-item-4 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
  .animated .screen-7 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.35s; animation-delay: 1.35s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.65s; animation-delay: 1.65s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.95s; animation-delay: 1.95s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.25s; animation-delay: 2.25s; }
  .animated.screen-wrap-7 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.4s; animation-delay: 2.4s; }
  .animated.screen-wrap-7 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
  .animated .screen-8__content-icon { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .screen-8__title { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
  .animated .screen-8_desc { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
  .animated .screen-8 .button { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.85s; animation-delay: 1.85s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2s; animation-delay: 2s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.15s; animation-delay: 2.15s; }
  .animated.screen-wrap-8 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.3s; animation-delay: 2.3s; }
  .animated.screen-wrap-8 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated .screen-9__logo { -webkit-animation-name: Syne; animation-name: Syne; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .box-field { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .animated .box-field-1 { -webkit-animation-delay: 0.25s; animation-delay: 0.25s; }
  .animated .box-field-2 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
  .animated .box-field-3 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
  .animated .screen-9 .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1s; animation-delay: 1s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.45s; animation-delay: 1.45s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.05s; animation-delay: 2.05s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.2s; animation-delay: 2.2s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.35s; animation-delay: 2.35s; }
  .animated.screen-wrap-9 .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
  .animated.screen-wrap-9 .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
  .header-nav .header__social-link, .header-nav .header__social, .header-nav .header__menu-block, .header-nav .header__also, .header-nav .header__menu-title-wrap, .header-nav .nav-menu__list li, .header-nav .header__three, .header-nav .header__smoke, .header-nav .main-block__smoke, .header-nav .train { opacity: 0; }
  .header-nav.active .main-block__smoke { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
  .header-nav.active .train { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
  .header-nav.active .header__smoke { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: .9s; animation-delay: .9s; }
  .header-nav.active .header__three { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .header-nav.active .header__three-1 { -webkit-animation-delay: 1s; animation-delay: 1s; }
  .header-nav.active .header__three-2 { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
  .header-nav.active .header__three-3 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
  .header-nav.active .header__menu-block { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
  .header-nav.active .header__menu-title-wrap { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
  .header-nav.active .nav-menu__list li { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .header-nav.active .nav-menu__list li:nth-child(1) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
  .header-nav.active .nav-menu__list li:nth-child(2) { -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
  .header-nav.active .nav-menu__list li:nth-child(3) { -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
  .header-nav.active .nav-menu__list li:nth-child(4) { -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
  .header-nav.active .nav-menu__list li:nth-child(5) { -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
  .header-nav.active .nav-menu__list li:nth-child(6) { -webkit-animation-delay: 2s; animation-delay: 2s; }
  .header-nav.active .nav-menu__list li:nth-child(7) { -webkit-animation-delay: 2.1s; animation-delay: 2.1s; }
  .header-nav.active .header__also { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.3s; animation-delay: 2.3s; }
  .header-nav.active .button { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.4s; animation-delay: 2.4s; }
  .header-nav.active .rails-button span:nth-child(1) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.25s; animation-delay: 3.25s; }
  .header-nav.active .rails-button span:nth-child(2) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.4s; animation-delay: 3.4s; }
  .header-nav.active .rails-button span:nth-child(3) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.55s; animation-delay: 3.55s; }
  .header-nav.active .rails-button span:nth-child(4) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.7s; animation-delay: 3.7s; }
  .header-nav.active .rails-button span:nth-child(5) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 3.85s; animation-delay: 3.85s; }
  .header-nav.active .rails-button span:nth-child(6) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 4s; animation-delay: 4s; }
  .header-nav.active .rails-button span:nth-child(7) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 4.15s; animation-delay: 4.15s; }
  .header-nav.active .rails-button span:nth-child(8) { -webkit-animation-name: heightRails; animation-name: heightRails; -webkit-animation-duration: 0.01s; animation-duration: 0.01s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 4.3s; animation-delay: 4.3s; }
  .header-nav.active .rails-button { opacity: 1; -webkit-animation-name: rails; animation-name: rails; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.6s; animation-delay: 2.6s; }
  .header-nav.active .header__social { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }
  .header-nav.active .header__social-link { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
  .header-nav.active .header__social-link:nth-child(1) { -webkit-animation-delay: 3s; animation-delay: 3s; }
  .header-nav.active .header__social-link:nth-child(2) { -webkit-animation-delay: 3.1s; animation-delay: 3.1s; }
  .header-nav.active .header__social-link:nth-child(3) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s; } }

@media screen and (max-width: 1600px) { .screen-1__smoke { top: -35px; }
  .screen-1__three-6 { left: 180px; }
  .screen-1__logo-2 { top: -15px; }
  .screen-1__group-img { left: 15%; } }

@media screen and (max-width: 1400px) { .screen-1__three-4 { top: 58px; }
  .screen-1__three-5 { top: 38px; }
  .screen-1__three-6 { top: 35px; left: 170px; }
  .screen-1__or { width: 100px; height: 100px; margin-left: -50px; font-size: 46px; }
  .screen-2__play { border-bottom-width: 250px; border-left-width: 284px; }
  .screen-2__play .screen-2__play-text { bottom: -250px; padding-right: 30px; padding-bottom: 40px; font-size: 18px; }
  .screen-2__logo { margin-left: -webkit-calc(60px - 23.8vw); margin-left: calc(60px - 23.8vw); }
  .screen-3__block-left { width: 40%; padding-bottom: 0; }
  .screen-3__block-left .screen-3__logo { width: 35vw; margin-bottom: 40px; }
  .screen-3__block-left .screen-3__image { left: 7%; }
  .screen-3__block-right { width: 60%; }
  .screen-wrap-6::before { width: 65%; }
  .screen-7__awards-bg p { font-size: 230px; } }

@media screen and (max-width: 1200px) { .screen-1__block { padding: 0; }
  .screen-1__logo-2 { left: 24px; top: -17px; }
  .screen-1__logo-1 { margin-right: 20px; }
  .screen-1__train-1 { margin-right: -35px; }
  .screen-1__group-img { left: 8%; }
  .screen-1__three-1 { left: -45px; bottom: 34px; }
  .screen-1__three-2 { bottom: 62px; }
  .screen-1__three-3 { right: -30px; bottom: 19px; }
  .screen-1__three-4 { top: 41px; }
  .screen-1__three-5 { top: 34px; left: 57px; }
  .screen-1__three-6 { top: 28px; left: 144px; }
  .screen-2__logo-games { margin-left: -60px; margin-right: -60px; }
  .screen-2__logo-games .icon-steam { font-size: 27px; }
  .screen-2__logo-games .icon-gog { font-size: 33px; }
  .screen-2__logo-games .icon-humble { font-size: 17px; }
  .screen-2__logo-games .icon-ios { font-size: 23px; }
  .screen-2__price span { font-size: 125px; }
  .screen-2__price span:before { font-size: 40px; }
  .screen-2__price span::after { font-size: 40px; }
  .screen-2__three-1 { left: -45px; }
  .screen-3__block-left .screen-3__image { top: 20px; left: 1%; }
  .screen-3__block-right { padding-top: 0; }
  .screen-3__slider-item img { max-width: 70%; max-height: 70%; }
  .screen-6__slider { width: 550px; }
  .screen-7__awards-bg p { font-size: 180px; } }

@media screen and (max-height: 800px) and (min-width: 1401px) { .screen-1__hook { top: -16%; }
  .screen-2__content { padding-top: 410px; }
  .screen-2__logo { top: -10px; } }

@media screen and (max-height: 800px) and (max-width: 1400px) { .screen-2__content { padding-top: 340px; } }

@media screen and (max-height: 700px) and (min-width: 1401px) { .screen-1__more { bottom: 5%; }
  .screen-3__block-left .screen-3__logo { bottom: -120px; }
  .screen-2__content { padding-top: 390px; }
  .screen-2__logo { top: -40px; }
  .screen-2__train-1 { top: 20px; } }

@media screen and (max-height: 900px) { .screen-4__items { margin-top: 50px; }
  .screen-1__pricep { bottom: -40px; } }

@media screen and (max-height: 800px) { .screen-2__hook { top: -5%; }
  .screen-2__logo { width: 45.6vw; }
  .screen-4__header { position: relative; }
  .screen-4__items { margin-top: 30px; }
  .screen-4__group { position: relative; }
  .screen-4__price { margin-top: 20px; margin-bottom: 4px; }
  .screen-6__content { padding-top: 100px; }
  .screen-7__awards-wrap { padding-top: 30px; margin-bottom: 120px; }
  .screen-7__awards-bg { top: 15px; }
  .screen-9__header { position: relative; bottom: -20px; }
  .box-field__input { margin-bottom: 10px; }
  .screen-9__btn { margin-top: 50px; }
  .tv2_screen-2 .screen-2__content { padding-top: 280px; } }

@media screen and (max-height: 700px) { .screen-2__hook { top: -8%; }
  .screen-2__logo { width: 43vw; }
  .screen-4__video { margin-bottom: 30px; }
  .screen-4__group { top: 0; }
  .screen-6__content { padding-top: 50px; }
  .screen-7__awards-wrap { padding-top: 0; margin-bottom: 80px; }
  .screen-7__awards-bg { top: -15px; }
  .box-field__input textarea { height: 100px; } }

@media screen and (max-width: 767px) { .wrapper { padding: 0 20px; }
  .screen-2__play .screen-2__play-text { font-size: 16px; } }

@media screen and (max-width: 1024px) { .rails-button { width: 100px; }
  .rails-button span { height: 20px; }
  .popup .rails-button { width: 0; }
  .popup .rails-button span { height: 0; }
  .screen-wrap { padding-top: 70px; padding-bottom: 70px; }
  .main-block__smoke { display: none; }
  .screen-wrap-1 { padding-top: 0; padding-bottom: 0; background-image: url(../img/smoke-side-1.png), -webkit-linear-gradient(left, #d74838 50%, #275285 50%); background-image: url(../img/smoke-side-1.png), linear-gradient(90deg, #d74838 50%, #275285 50%); background-position: center top; background-repeat: no-repeat; }
  .screen-wrap-2 { padding-top: 65px; padding-bottom: 90px; background-image: url(../img/smoke-side-1.png); background-position: center top -100px; background-repeat: no-repeat; }
  .screen-2 { position: static; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .screen-2 .button { min-width: 200px; }
  .screen-2 .button span { font-size: 26px; }
  .screen-2__logo { position: relative; width: 440px; margin-left: -200px; }
  .screen-2__content { padding-top: 0; }
  .screen-2__content-bottom { margin-top: -30px; }
  .screen-2__content { width: auto; }
  .screen-2__train-1 { position: absolute; left: 0; top: 200px; margin-left: 0; }
  .screen-2__price span { font-size: 100px; }
  .screen-2__price span::after { top: 18px; right: -45px; font-size: 30px; }
  .screen-2__price span::before { bottom: 25px; left: -30px; font-size: 30px; }
  .screen-wrap-3 { padding-top: 65px; background-image: url(../img/smoke-side-1.png); background-position: center top -100px; }
  .screen-3 { display: block; }
  .screen-3__block-left { padding-right: 15px; width: 100%; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .screen-3__block-left .screen-3__logo { width: 300px; -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
  .screen-3__block-right { position: relative; width: 100%; padding-right: 4%; }
  .screen-2__three-3 { bottom: 150px; right: 17%; }
  .screen-3__content { max-width: 100%; }
  .screen-3__slider-nav { max-width: 560px; margin-left: auto; margin-right: auto; }
  .screen-wrap-4 { padding-top: 60px; padding-bottom: 65px; background-image: url(../img/smoke-side-1.png); background-position: center top -100px; }
  .screen-4__logo { max-width: 300px; margin-right: 0; }
  .screen-4__items { height: 350px; }
  .screen-4__title { padding-bottom: 25px; font-size: 70px; }
  .screen-4__title::before { height: 48px; top: 15px; left: -41px; }
  .screen-4__group-items { width: 100%; }
  .screen-4__items { margin-left: 6%; margin-right: 6%; }
  .screen-wrap-5 { padding-top: 68px; padding-bottom: 46px; }
  .screen-5__slider-item { text-align: center; }
  .screen-6__logo { width: 300px; }
  .screen-6__content { width: 50%; }
  .screen-6__slider { width: 100%; }
  .screen-6__bg-video { display: none; }
  .screen-wrap-6 { background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url("../img/screen6-bg.jpg"); }
  .screen-wrap-7 { background-image: url(../img/smoke-side-1.png); background-position: center top -100px; }
  .screen-7__header { padding-left: 30px; }
  .screen-7__header img { width: 300px; }
  .screen-wrap-7 { padding-top: 85px; }
  .screen-7__awards-bg { top: 18px; }
  .screen-7__awards-bg p { font-size: 150px; }
  .screen-7__awards-title { padding-bottom: 40px; font-size: 30px; }
  .screen-7__awards-wrap { margin-bottom: 90px; }
  .screen-wrap-9 { padding-top: 65px; background-image: url(../img/smoke-side-1.png); background-position: center top -100px; }
  .screen-9__header { padding-left: 10px; padding-right: 0; }
  .screen-9__header img { width: 300px; } }

@media screen and (max-width: 850px) { .screen-4__items { margin-left: 2%; margin-right: 2%; }
  .screen-7__awards-bg { top: 60px; left: 50%; width: 500px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .screen-7__awards-bg p { text-align: center; font-size: 180px; word-wrap: break-word; }
  .screen-7__awards-wrap { margin-bottom: 70px; }
  .screen-7__awards-items { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .screen-7__awards-item { width: 40%; margin-bottom: 50px; text-align: center; } }

@media screen and (max-width: 767px) { .screen-wrap { padding-top: 50px; padding-bottom: 50px; }
  .screen-wrap-2 { padding-top: 52px; padding-bottom: 72px; }
  .screen-2__logo { width: 350px; margin-left: -160px; }
  .screen-2__play { border-bottom: 200px solid #3187d6; border-left: 240px solid transparent; }
  .screen-2__play .screen-2__play-text { bottom: -200px; padding-right: 20px; padding-bottom: 30px; }
  .screen-2__price span { font-size: 80px; }
  .screen-2__price span::before { bottom: 16px; left: -24px; font-size: 26px; }
  .screen-2__price span::after { top: 18px; right: -40px; font-size: 26px; }
  .screen-2 .button { min-width: 180px; }
  .screen-2__logo-games { margin-left: -60px; margin-right: -60px; }
  .screen-2__logo-games .icon-steam { font-size: 23px; }
  .screen-2__logo-games .icon-humble { font-size: 15px; }
  .screen-2__logo-games .icon-ios { font-size: 20px; }
  .screen-2__logo-games a { margin-right: 7px; }
  .screen-2__logo-games a:last-child { margin-right: 0; }
  .screen-3__block-right { padding-left: 0; padding-right: 0; }
  .screen-2__three-3 { right: 178px; }
  .screen-wrap-3 { padding-top: 45px; }
  .screen-3__title { font-size: 40px; margin-bottom: 10px; }
  .screen-3__description { font-size: 14px; line-height: 23px; }
  .screen-3__image { width: 100%; }
  .screen-3_promoimage { max-width: 100%; }
  .pipe-animate { max-width: 6.66%; -webkit-animation: none; animation: none; }
  .screen-3__block-left .smoke-animate, .screen-3__block-left .smoke-animate_small { max-width: 5%; -webkit-animation: none; animation: none; }
  .smoke-animate_small, .smoke-animate { opacity: 1; top: -10px; }
  .screen-3__block-left .smoke-animate_small-mobile { top: -35px; max-width: 3%; }
  .screen-2__three-3 { bottom: 150px; right: 13%; }
  .screen-wrap-4 { padding-top: 40px; padding-bottom: 15px; }
  .screen-4__group-items { width: 100%; }
  .screen-4__items { height: 380px; margin-top: 30px; }
  .screen-4__items_header { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .screen-4__items_block { max-width: 150px; }
  .screen-4__items_logo { top: -63px; left: -6px; width: 150px; }
  .screen-4__items_flag { top: -78px; right: auto; left: 97px; }
  .screen-4__items_text { padding-left: 5px; }
  .screen-wrap-5 { padding-bottom: 20px; }
  .screen-wrap-6::before { width: 85%; }
  .screen-6__content { width: 70%; }
  .screen-6__slider { margin-bottom: 10px; }
  .slider-nav-box_projects { margin-bottom: 35px; }
  .screen-wrap-7 { padding-top: 63px; }
  .screen-7__awards-wrap { margin-bottom: 40px; }
  .screen-7__awards { padding-left: 0; padding-right: 0; }
  .screen-7__wrapper { padding-left: 20px; padding-right: 20px; }
  .screen-7__awards-bg p { text-align: center; font-size: 180px; word-wrap: break-word; }
  .screen-8__content { padding-top: 70px; }
  .screen-8__title { padding-bottom: 30px; font-size: 31px; }
  .screen-8_desc { margin-bottom: 30px; }
  .screen-8_desc p { font-size: 14px; line-height: 23px; }
  .screen-wrap-9 { padding-top: 45px; padding-bottom: 100px; }
  .screen-9__footer { padding-left: 20px; padding-right: 20px; padding-bottom: 0; }
  .popup__title { padding-bottom: 15px; font-size: 22px; }
  .button-send { font-size: 25px; }
  .popup__form-send { padding: 15px; }
  .popup__form-send .screen-9__form-send-content h3 { font-size: 22px; } }

@media screen and (max-width: 600px) { .screen-2__train-1 { top: -webkit-calc(50% - 30px); top: calc(50% - 30px); right: -webkit-calc(50% + 100px); right: calc(50% + 100px); left: auto; }
  .screen-2__train-1 .train { width: 200px; }
  .screen-2__three-2 { right: 20%; bottom: 80px; }
  .screen-3__slider-item { width: 100%; height: 70px; }
  .screen-3__slider-nav { margin-top: 25px; margin-bottom: 20px; }
  .screen-3__slider-nav .slick-list { margin-left: -2px; margin-right: -2px; }
  .screen-4__logo { width: 200px; }
  .screen-4__title { padding-bottom: 23px; font-size: 50px; }
  .screen-4__title::before { height: 37px; top: 7px; }
  .screen-4__group-items { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .screen-4__items_sound .screen-4__video { margin: 0; }
  .screen-4__items_sound .screen-4__price { margin-bottom: 12px; }
  .screen-4__button { min-width: 200px; height: 32px; font-size: 27px; }
  .screen-4__button span { top: -13px; }
  .screen-5__article { font-size: 30px; line-height: 30px; }
  .screen-5__description { padding-top: 0; font-size: 20px; line-height: 20px; }
  .slider-nav-box_screen-5 { margin-bottom: -50px; margin-left: auto; margin-right: auto; }
  .screen-5__slider .slick-list { margin-left: 0; }
  .screen-5__slider-item.slick-active.slick-current a { margin-left: 15px; margin-right: 15px; }
  .screen-5__block { padding-left: 20px; padding-right: 20px; }
  .screen-wrap-6::before { width: 100%; }
  .screen-6__wrapper { padding-left: 20px; padding-right: 20px; }
  .screen-6__header { margin-left: 0; }
  .screen-6__content { width: 90%; padding-top: 30px; }
  .screen-6__slide-desc { font-size: 14px; }
  .screen-7__awards-item { width: 50%; }
  .screen-9__footer { display: block; }
  .screen-9__footer p { padding-top: 0; text-align: center; } }

@media screen and (max-width: 480px) { .button { min-width: 180px; height: 32px; }
  .button span { top: -13px; font-size: 25px; }
  .screen-2__logo { width: 300px; margin-left: -130px; }
  .screen-wrap-2 { padding-bottom: 100px; }
  .screen-2__play { border-bottom: 120px solid #3187d6; border-left: 150px solid transparent; }
  .screen-2__play .screen-2__play-text { bottom: -120px; min-width: 120px; padding-top: 30px; padding-bottom: 20px; }
  .screen-2__play .screen-2__youtube { position: absolute; top: 0; right: 13px; font-size: 20px; }
  .screen-2 .button span { font-size: 25px; }
  .screen-2__hook { top: 0; z-index: 0; height: 200px; }
  .screen-2__train-1 { top: auto; bottom: 20px; right: -webkit-calc(50% + 30px); right: calc(50% + 30px); }
  .screen-3__block-left .screen-3__logo { width: 200px; margin-bottom: 20px; }
  .screen-3__title { font-size: 35px; }
  .screen-3__slider-nav .slick-list { margin-left: -5px; margin-right: -5px; }
  .screen-3__slider-item { height: 60px; }
  .screen-3__slider-item span { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }
  .screen-4__logo { width: 150px; margin-left: 0; }
  .screen-4__header { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .screen-4__title { padding-bottom: 20px; margin-left: 25px; }
  .screen-4__title::before { left: -17px; }
  .screen-4__items_header { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .screen-4__items_image { max-width: 100px; margin-right: -5px; }
  .screen-wrap-6::before { width: 120%; }
  .screen-6__content { padding-top: 10px; }
  .screen-6__header .screen-6__logo { width: 200px; }
  .screen-7__awards-items { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .screen-7__awards-item { width: 45%; margin-bottom: 30px; }
  .screen-7__awards-item img { max-width: 100%; }
  .screen-7__awards-bg { top: 74px; width: 400px; }
  .screen-7__awards-bg p { font-size: 150px; }
  .screen-7__header { padding-left: 10px; }
  .screen-7__header .screen-7__logo { width: 200px; }
  .screen-9__header img { width: 200px; }
  .box-field__input input { height: 40px; }
  .box-field__input textarea { height: 80px; } }

@media screen and (max-width: 350px) { .screen-3__slider-item { height: 45px; }
  .screen-3__slider-nav .slick-list { margin-left: -10px; margin-right: -10px; }
  .screen-7__awards-bg { top: 60px; } }

.screen-1__train-2 { right: -19px; }

.screen-1__hook { position: absolute; top: 0; left: 40.4%; max-height: 364px; height: 28vw; }

.mobile-visible { display: none; }

@media screen and (max-height: 900px) { .screen-1__hook { top: -84px; } }

@media screen and (max-height: 700px) { .screen-1__hook { height: 48vh; }
  .screen-1__block { min-height: 465px; } }

@media screen and (max-height: 600px) { .screen-1__train-1 .train { bottom: -16px; left: -3vw; }
  .loader-bottom { bottom: 7%; }
  .screen-1__hook { left: 45%; }
  .screen-1__hook { top: -91px; } }

@media screen and (min-width: 2300px) { .screen-1__hook { left: 45%; } }

@media screen and (max-width: 1580px) and (min-height: 700px) { .screen-1__hook { height: 21vw; } }

@media screen and (max-width: 1200px) { .screen-1__or { width: 80px; height: 80px; margin-left: -40px; font-size: 35px; }
  .screen-1__hook { height: 20vw; min-height: 185px; left: 43%; } }

@media screen and (max-width: 767px) { .mobile-visible { display: block; }
  .screen-1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .screen-1__block { width: 100%; }
  .screen-1__block_wrapper-content { min-height: 284px; padding-top: 30px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .screen-1__block { min-height: 284px; }
  .screen-1__block-left .screen-1__block_wrapper-content { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-top: 0; }
  .screen-wrap-1 { min-height: 568px; background-image: -webkit-linear-gradient(top, #d74838 50%, #275285 50%); background-image: linear-gradient(180deg, #d74838 50%, #275285 50%); }
  .screen-1__or { top: 50%; margin-top: -30px; margin-left: -30px; width: 60px; height: 60px; font-size: 25px; padding-bottom: 4px; }
  .screen-1__hook { right: 30px; left: auto; height: 30vw; }
  .screen-1__train-1 .train { width: 30vw; bottom: 19px; }
  .screen-1__train-2 { position: absolute; top: auto; bottom: 60px; right: 0; }
  .screen-1__group-img { top: 54%; }
  .screen-1__more { bottom: 50px; }
  .screen-wrap.screen-wrap-1 { padding: 0; }
  .screen-1__logo-2 { left: 0; top: -68px; max-width: 465px; width: 40vw; }
  .screen-1__logo-1 { position: relative; top: -23px; margin-right: 0; width: 35vw; }
  .screen-1__train-1 { position: absolute; top: auto; bottom: 55px; left: 60px; }
  .screen-1__pricep { width: 25.8vw; }
  .screen-1__train-2, .screen-1__pricep { width: 30vw; } }

@media screen and (max-width: 550px) { .screen-1__logo-2 { width: 62vw; }
  .screen-1__logo-1 { width: 50vw; }
  .screen-1__pricep { width: 35.8vw; }
  .screen-1__train-2 { top: auto; width: 34vw; }
  .screen-1__train-1 { left: 55px; top: auto; bottom: 58px; }
  .screen-1__train-1 .train { bottom: 0; }
  .screen-1__logo-1 { top: -72px; }
  .screen-1__more { bottom: 35px; } }

@media screen and (max-width: 440px) { .screen-1__hook { height: 46vw; top: -50px; }
  .screen-1__train-1 .train { width: 40vw; }
  .screen-1__train-1 { left: 15px; }
  .screen-1__pricep, .screen-1__train-2 { width: 40vw; }
  .screen-1__group-img { top: 62%; } }

@media screen and (max-width: 1800px) { .header__also { margin-left: -55px; }
  .screen-2__trailer { right: 18.4%; } }

@media screen and (max-width: 1600px) { .screen-2__trailer { bottom: 16vh; right: 13.4%; }
  .tv2_screen-2 .screen-2__logo { margin-left: -webkit-calc(88px - 19.8vw); margin-left: calc(88px - 19.8vw); left: auto; }
  .screen-2__trailer img { max-width: 100%; }
  .screen-3__logo-2 { position: absolute; top: 50%; max-width: 360px; }
  .header__trailer { max-width: 336px; right: -75px; } }

@media screen and (max-width: 1500px) { .screen-3__logo-2 { right: -45px; }
  .header-nav-wrap_tv2 .train { width: 30vw; }
  .header__trailer { bottom: 63px; right: 0; width: 30vw; } }

@media screen and (max-width: 1400px) { .header__also { margin-left: -25px; font-size: 24px; }
  .screen-3__logo-2 { max-width: 280px; margin-top: -250px; } }

@media screen and (max-width: 1300px) { .header__trailer { width: 24vw; bottom: 5px; }
  .header-nav-wrap_tv2 .train { width: 28vw; }
  .tv2_screen-2 .screen-2__content { min-width: 240px; margin-left: 80px; } }

@media screen and (max-width: 1200px) { .header__also { font-size: 20px; margin-left: -57px; }
  .header__three-2 { right: 60px; }
  .screen-2__trailer { right: 9.4%; } }

@media screen and (max-width: 1024px) { .tv2_screen-2 .screen-2__content { margin-top: 0; margin-left: 0; padding-top: 0; margin-top: 35px; width: 100%; text-align: center; }
  .tv2_screen-2 .screen-2__train-1 { top: 40%; margin-left: 0; }
  .tv2_screen-2 { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .screen-3__logo-2 { margin-top: -206px; right: 50px; }
  .tv2_screen-2 .screen-2__logo { margin-left: 0; }
  .tv2-header__block_right { padding-top: 60px; } }

@media screen and (max-width: 991px) { .screen-3__logo-2 { right: 0; }
  .tv2-screen-6__content .screen-6__logo { width: 48vw; margin-left: 15px; }
  .header__trailer { bottom: 14px; right: -42px; }
  .header-nav-wrap_tv2 .train { width: 37vw; } }

@media screen and (max-width: 880px) { .header__trailer { bottom: -40px; right: -10px; } }

@media screen and (max-width: 767px) { .tv2-screen-2__play { border-bottom-color: #d74838; }
  .screen-2__trailer { bottom: 20%; }
  .header__trailer { right: -18px; bottom: -30px; }
  .header__also { padding-right: 15px; font-size: 18px; } }

@media screen and (max-width: 680px) { .screen-2__trailer { bottom: 25%; right: 12%; } }

@media screen and (max-width: 600px) { .tv2_screen-2 .screen-2__train-1 { left: 0; right: auto; top: auto; bottom: 160px; }
  .screen-2__trailer { bottom: 31%; right: 7%; }
  .screen-3__logo-2 { width: 230px; margin-top: -180px; }
  .tv2-screen-6__content .screen-6__logo { margin-left: 30px; }
  .header__trailer { display: none; }
  .header__block .header__train-1_tv2 { right: auto; }
  .header-nav-wrap_tv2 .train { margin-top: 83px; width: 35vw; }
  .header__also { margin-left: -10px; } }

@media screen and (max-width: 480px) { .screen-3__logo-2 { width: 43vw; margin-top: -115px; }
  .screen-5__article span { font-size: 40px; }
  .tv2-screen-6__content .screen-6__logo { margin-left: 40px; }
  .header__btn-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .header__also { padding-right: 0; font-size: 20px; }
  .screen-2__play .screen-2__play-text { padding-right: 0; padding-top: 35px; } }

@media screen and (max-width: 440px) { .screen-2__trailer { bottom: 33%; right: 2%; }
  .screen-2__play-text { font-size: 14px; } }

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

/* new */
.screen-7__awards-item {
    opacity: 1;
}
