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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*.macos-fix .btn span {*/
/*    margin-top: 12px*/
/*}*/

* {
    box-sizing: inherit
}

browser {
    margin-bottom: -17px !important;
    overflow-y: scroll;
    overflow-x: hidden
}

html {
    box-sizing: border-box
}

html[dir=rtl] {
    direction: rtl
}

body {
    color: #2a1313;
    font-family: Tajawal, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #f4f3ef;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    display: none
}

::selection {
    background: #ffecc3
}

a {
    background: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: opacity .15s, color .15s
}

a:focus,
a:hover {
    opacity: .7;
    outline: 0
}

a.underline-link,
p.underline-link-in a {
    text-shadow: .3px .3px #d32e30, .3px -.3px #d32e30, -.3px .3px #d32e30, -.3px -.3px #d32e30;
    z-index: 1;
    position: relative
}

a.underline-link:before,
p.underline-link-in a:before {
    content: '';
    background-color: #f7f7f7;
    height: .5px;
    width: 100%;
    left: 0;
    bottom: 1px;
    position: absolute;
    z-index: -1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards
}

@keyframes autofill {
    100% {
        background: #fff;
        color: inherit
    }
}

@-webkit-keyframes autofill {
    100% {
        background: #fff;
        color: inherit
    }
}

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

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

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

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

.wrapper {
    overflow: hidden
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.text-group {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wow-pre-animated {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease-in-out
}

.wow-pre-animated--200ms {
    transition-delay: .2s
}

.wow-pre-animated--300ms {
    transition-delay: .3s
}

.wow-pre-animated--400ms {
    transition-delay: .4s
}

.wow-pre-animated--600ms {
    transition-delay: .6s
}

.wow-pre-animated--800ms {
    transition-delay: .8s
}

.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media print {
    @page {
        margin: 1cm;
        size: A4 portrait
    }

    *,
    ::after,
    ::before {
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a[href^=http]::after {
        content: " (" attr(href) ")";
        font-style: italic;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        opacity: .7;
        overflow-wrap: break-word;
        text-decoration: none;
        word-wrap: break-word
    }

    .highlight,
    blockquote {
        border: 1px solid #999;
        margin: 0;
        padding: 0 .5cm;
        page-break-inside: avoid
    }

    .highlight {
        background: rgba(0, 0, 0, .1)
    }

    img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        max-width: 100%
    }

    .anchor-link,
    .aside,
    .button,
    .button-ui--back,
    .donate,
    .toc,
    .translation-warning,
    [data-syntax=sass],
    h6,
    h6 + ul,
    svg {
        display: none
    }

    .header {
        border-bottom: 0
    }

    h1 {
        margin-top: 3rem
    }

    h1,
    h2,
    h3 {
        page-break-after: avoid
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}

h1 {
    font-size: 5rem;
    line-height: 6.125rem
}

h2 {
    font-size: 4.25rem
}

h3 {
    font-size: 2.875rem
}

.text-center {
    text-align: center
}

.text-group__title {
    font-size: 60px;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

.text-group__description {
    opacity: .8;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-top: 15px
}

.text-content h3 {
    font-size: 2rem;
    margin-bottom: 30px
}

.text-content p {
    line-height: 1.875rem;
    margin-bottom: 40px
}

.text-content ul {
    line-height: 1.875rem
}

.text-content ul li {
    margin-bottom: 15px
}

.glide__arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.glide__arrow {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: all .2s ease-in-out
}

.glide__arrow:focus,
.glide__arrow:hover {
    outline: 0;
    background: rgba(0, 0, 0, .2)
}

.glide__arrow:focus .icon,
.glide__arrow:hover .icon {
    opacity: 1
}

.glide__arrow--prev {
    left: 0
}

.glide__arrow--prev .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.glide__arrow--next {
    right: 0
}

.glide__arrow .icon {
    opacity: 0
}

.glide__slide {
    margin-bottom: 0
}

.glide .img-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.glide .img-container.gradient-full:before {
    background-image: linear-gradient(-180deg, #000 4%, rgba(8, 8, 8, .58) 21%, rgba(21, 21, 21, .02) 39%, rgba(25, 25, 25, .59) 55%, #000 92%)
}

@-webkit-keyframes showHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hideHeader {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hideHeader {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.btn {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Tajawal, Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn--primary {
    color: #fff;
    background-image: linear-gradient(2deg, #d32e30 0, #ed5a2a 100%);
    box-shadow: 0 3px 6px -2px rgba(193, 84, 84, .5), inset 0 -2px 0 #c21e16
}

.btn--primary:hover {
    opacity: 1;
    box-shadow: 0 5px 6px -2px rgba(193, 84, 84, .5), inset 0 -2px 0 #dd4042;
    border-radius: 32px;
    background-image: linear-gradient(2deg, #ef1c1c 0, #ff8536 100%)
}

.btn--primary:active {
    box-shadow: 0 3px 6px -2px rgba(193, 84, 84, .5), inset 0 2px 0 #a5150e;
    border-radius: 32px;
    background-image: linear-gradient(2deg, #c3281f 0, #dd3e2e 100%)
}

.btn--inverse {
    color: #d32e30;
    background: linear-gradient(to bottom, #fffefe 0, #ffd7c9 100%)
}

.btn--inverse:hover {
    opacity: 1;
    background-image: linear-gradient(to top, #fff5f1 0, #fff 100%);
    box-shadow: 0 4px 4px rgba(144, 26, 23, .55)
}

.btn--inverse:active {
    background-image: linear-gradient(to top, #f3c5b3 0, #fde4da 100%);
    box-shadow: inset 0 2px 0 #ca9896
}

.btn--hero {
    max-width: 240px
}

.btn--header {
    min-height: 48px;
    margin-top: -5px
}

.btn--cta {
    font-size: 1.255rem;
    min-width: 170px;
}
.btn--icon{font-size:1.125rem}.btn--lg{min-height:64px;min-width:240px;margin: 0 auto;}.btn--submit{font-size:1.375rem;min-height:56px;min-width:250px;margin:0 auto}.btn-group{margin-top:60px;display:-webkit-flex;display:-ms-flexbox;display:flex}.btn-group .btn{width:216px;font-size:1.125rem;font-weight:700;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.btn-group .btn>span{margin-top:0}.btn-group .btn--lg{min-width:216px}.btn-group .btn:first-child{margin-left:10px}.btn-group .icon{margin-left:10px}::-webkit-input-placeholder{color:#756666;opacity:.8}:-ms-input-placeholder{color:#756666;opacity:.8}::placeholder{color:#756666;opacity:.8}::-webkit-input-placeholder{color:#756666!important;opacity:.8!important}:-ms-input-placeholder{color:#756666;opacity:.8}::-ms-input-placeholder{color:#756666;opacity:.8}.form .hide{display:none}.form__title{text-align:center;font-size:2.3rem;margin-bottom:36px}.form__field{border:1px solid #fff;width:100%;border-radius:50px;padding:12px;font-family:Tajawal,Helvetica,Arial,sans-serif;font-size:1.125rem;transition:border-color .2s ease-in-out}.form__field:focus{outline:0;border-color:#dbdbdb}.form__field--area{border-radius:25px;resize:none;height:145px}.form__result-message{opacity:.8;color:#756666;font-size:24px;line-height:30px;text-align:center}.form__result{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;height:100%}.form .error{font-size:.875rem;margin-right:40px;margin-top:6px;color:#d32e30}.from-group{margin-bottom:10px}.from-group.radio{margin-bottom:40px}.from-group--icon{position:relative}.from-group--icon .form__field{padding:12px 45px 12px 12px}.from-group--icon .icon{margin-top:-5px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.radio{position:relative}.radio input{position:absolute;top:0;right:0;opacity:0;z-index:-1}.radio label{position:relative;padding-right:40px;font-size:.875rem;cursor:pointer}.radio label:after,.radio label:before{content:'';position:absolute;display:block;border-radius:50%;right:0;top:-50%;width:23px;height:23px;border:2px solid #d32e30;background-color:#fff}.radio label:before{right:0;top:50%;width:23px;height:23px;border:2px solid #d32e30;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff}.radio label:after{right:5px;top:50%;width:13px;height:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#d32e30;opacity:0}.radio input:checked+label:after{opacity:1}.partner-logo{background-repeat:no-repeat;background-image:url(/assets/img/bg/parnters-sprite.png);display:block}.partner-logo--abjad{width:167px;height:129px;background-position:0 -15px}.partner-logo--bon-bon{width:220px;height:121px;background-position:-193px -21px}.partner-logo--sport{width:193px;height:136px;background-position:-431px -6px}.partner-logo--movie{width:146px;height:144px;background-position:-682px 0}.partner-logo--science{width:154px;height:143px;background-position:-885px -1px}.partner-logo--action{width:136px;height:124px;background-position:-15px -193px}.partner-logo--space-power{width:134px;height:139px;background-position:-237px -190px}.partner-logo--comedy{width:146px;height:159px;background-position:-450px -170px}.partner-logo--zum{width:210px;height:127px;background-position:-655px -188px}.partner-logo--adv{width:144px;height:146px;background-position:-892px -165px}.icon{display:inline-block}.icon-s{background-image:url(/assets/img/icons/icons-sprite.svg);background-repeat:no-repeat;display:inline-block}.icon-s--person{background-position:0 -17px;width:13px;height:16px}.icon-s--mail{background-position:0 0;width:17px;height:12px}.icon-s--lock-up{background-position:0 -60px;width:15px;height:19px}.icon-s--lock-refresh{background-position:0 -124px;width:15px;height:20px}.icon--cross{width:33px;height:33px;background-image:url(/assets/img/icons/cross-round-icon.svg);background-size:cover}.icon--cross-lg{background-image:url(/assets/img/icons/cross-round-icon.svg);width:55px;height:55px}.icon--google-play-icon{width:24px;height:28px;background-image:url(/assets/img/icons/google-play-icon.png);background-repeat:no-repeat}.icon--apple-store-icon{width:23px;height:34px;background-image:url(/assets/img/icons/apple-icon.png);background-repeat:no-repeat}.partner-logo-md{display:inline-block;background:url(/assets/img/bg/partners-sprite-md.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left}.partner-logo-md--bon-bon{background-position:-10px 0;width:491px;height:261px}.partner-logo-md--zum{background-position:-10px -271px;width:464px;height:274px}.partner-logo-md--sport{background-position:-10px -555px;width:429px;height:320px}.partner-logo-md--abjad{background-position:-10px -885px;width:371px;height:277px}.partner-logo-md--science{background-position:-10px -1172px;width:347px;height:323px}.partner-logo-md--movie{background-position:-10px -1505px;width:325px;height:311px}.partner-logo-md--comedy{background-position:-10px -1826px;width:323px;height:319px}.partner-logo-md--adv{background-position:-10px -2155px;width:319px;height:330px}.partner-logo-md--action{background-position:-10px -2495px;width:314px;height:274px}.partner-logo-md--space-power{background-position:-10px -2779px;width:277px;height:280px}.plans-container{margin:0 auto;max-width:1100px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.plan{background:#fff;width:330px;border-radius:20px;padding:11px 11px 34px 11px;position:relative}.plan--pro{border-top-right-radius:0;border-bottom-right-radius:0;width:332px}.plan--pro .plan__top-block{margin-bottom:34px;padding-bottom:20px;background-image:url(/assets/img/bg/plan-pro.svg)}.plan--plus{z-index:2;padding-bottom:54px;margin-bottom:0}.plan--plus .plan__top-block{padding-top:50px;background-image:url(/assets/img/bg/plan-plus.svg)}.plan--plus:after,.plan--plus:before{content:'';width:23px;position:absolute;background-image:linear-gradient(270deg,rgba(250,250,250,0) 0,#d8d8d8 100%);margin:auto;top:0;left:-16px;bottom:0;height:90%;z-index:1;-webkit-transform:rotateY(180deg) scaleX(.4);transform:rotateY(180deg) scaleX(.4)}.plan--plus:before{right:-16px;left:auto;-webkit-transform:rotateY(0) scaleX(.4);transform:rotateY(0) scaleX(.4)}.plan--plus .btn{margin-top:40px}.plan--free{border-top-left-radius:0;border-bottom-left-radius:0;width:332px}.plan--free .plan__top-block{margin-bottom:34px;padding-bottom:20px;background-image:url(/assets/img/bg/plan-free.svg)}.plan--sm .plan__top-block{padding-top:25px;padding-bottom:26px}.plan--sm .plan__sub-title{padding-bottom:6px}.plan--sm .plan__title{padding-bottom:15px}.plan--sm .btn.btn--primary{min-height:48px;height:48px;margin-top:34px;margin-bottom:15px}.plan__top-block{margin-bottom:27px;padding:36px 0 30px 0;background-image:url(/assets/img/bg/plan-free.svg);background-repeat:no-repeat}.plan__top-block--pro{background-image:url(/assets/img/bg/plan-pro.svg)}.plan__title{font-family:Montserrat,sans-serif;font-size:52px;font-weight:700;padding-bottom:10px}.plan__description{font-size:24px;font-weight:400;opacity:.8}.plan__sub-title{letter-spacing:4px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;padding-bottom:10px}.plan .btn{margin:40px auto 0 auto;font-size:20px;height:48px;min-height:48px;border-radius:32px}.statistic-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;max-width:940px;margin:0 auto;padding:0 20px}.partners-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:0 auto;max-width:1093px}.partners-container+.partners-container{margin-top:66px}.partner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:20%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:114px;cursor:pointer;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.partner:hover{-webkit-transform:scale(1.25);transform:scale(1.25)}.feature{margin:0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:943px}.feature__item{max-width:270px}.feature__title{font-size:1.5rem;text-align:center;color:#2a1313;margin-bottom:26px}.feature__description{font-size:1.125rem;opacity:.8;text-align:center;color:#756666;margin:0 auto;max-width:268px;line-height:25px}.feature__img-container{margin-bottom:46px}.feature__img{max-width:210px;margin:0 auto;display:block}.list{max-width:389px}.list__item{padding-right:60px;font-size:20px;line-height:30px;margin-bottom:30px;position:relative}.list__item--icon-checked:after{content:'';display:block;width:38px;height:38px;position:absolute;top:0;right:0;background-image:url(/assets/img/icons/checked-icon.svg);background-repeat:no-repeat;background-position:center top;background-size:125%}.list__item--icon-timer:after{content:'';display:block;width:38px;height:44px;position:absolute;background-size:115%;top:2px;right:0;background-image:url(/assets/img/icons/timer-icon.svg);background-repeat:no-repeat;background-position:center top}.plan-list{max-width:210px;margin:0 auto}.plan-list--plan-sm{max-width:269px;padding-right:26px}.plan-list--plan-sm .plan-list__item{padding-right:43px;margin-bottom:26px}.plan-list__item{margin-bottom:29px;padding-right:40px;font-size:18px;font-weight:700;opacity:.8;color:#756666;position:relative}.plan-list__item--checked:after{content:'';display:block;position:absolute;right:3px;top:-10px;width:33px;height:33px;background-image:url(/assets/img/icons/checked-round-icon.svg)}.plan-list__item--cross:after{content:'';display:block;position:absolute;right:3px;top:-10px;width:33px;height:33px;background-size:cover;background-image:url(/assets/img/icons/cross-round-icon.svg)}.main-nav{margin-right:8%}.main-nav__inner{display:none}.main-nav-list{display:-webkit-flex;display:-ms-flexbox;display:flex}.main-nav-list__item{font-weight:700;margin-bottom:0;font-size:1rem}.main-nav-list__item:not(:last-child){margin-left:34px}.main-nav-list__item a:focus{opacity:1}.main-nav-list__item a:hover{opacity:1;color:#ff540d}.main-nav-list__item--active a{opacity:1;color:#ff540d}.main-nav--slide{margin-left:10px;margin-top:0;margin-right:0;min-width:auto;display:none}.main-nav--slide .main-nav__item:hover{color:#ffd97a}.main-nav--slide .btn{height:25px;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;z-index:7;margin-top:7px;transition:opacity .3s cubic-bezier(.77,0,.175,1)}.main-nav--slide .btn:hover{opacity:.6}.main-nav--slide .main-nav__inner{position:fixed;display:block;top:77px;right:0;bottom:0;width:100vw;background-color:rgba(211,46,48,.89);padding:11vh 0 0 0;z-index:6;min-height:100vh;-webkit-transform:translateX(100%);transform:translateX(100%);color:#fff}.main-nav--slide .icon-burger{width:31px;height:3px;transition:background-color .6s cubic-bezier(.77,0,.175,1);position:relative;background-color:#d32e30;border-radius:3px}.main-nav--slide .icon-burger:after,.main-nav--slide .icon-burger:before{content:'';display:block;position:absolute;left:0;width:31px;height:3px;background-color:#d32e30;transition:width .6s cubic-bezier(.77,0,.175,1),background-color .6s cubic-bezier(.77,0,.175,1)}.main-nav--slide .icon-burger:after{top:-11px}.main-nav--slide .icon-burger:before{bottom:-11px}.main-nav--slide .main-nav__list{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:100%}.main-nav--slide .main-nav__item{margin:0;margin-bottom:6.5%;font-size:1rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;font-weight:300;line-height:1.4375rem;text-transform:uppercase;letter-spacing:.72px}.main-nav--slide .main-nav__item.active a:after{margin-top:-9px}.main-nav--slide .main-nav__item a{padding:13px 0;display:inline-block;min-height:38px}.main-nav--slide .main-nav__item--emphasis{margin:11% 0}.main-nav--slide .main-nav__item--footer{margin-top:auto;font-size:.75rem;font-family:Montserrat,sans-serif;color:#fff;font-weight:400;line-height:2.3125rem;text-transform:lowercase;letter-spacing:.27px;width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-nav--slide .main-nav__item--footer .emphasis{margin:0 6%}.main-nav--slide .main-nav__item--social{margin-top:10px}.main-nav--slide .main-nav__item--social a:not(:last-child){margin-right:21px}.main-nav--slide .overlay{display:none}.footer{position:relative;margin-top:-194px;background-image:url(/assets/img/bg/footer-bg-lg.svg);background-size:cover}.footer__container{position:relative;background-color:transparent;background-size:100%;width:100%;max-width:1440px;margin:0 auto}.footer .anime-hero{position:absolute;z-index:3;left:-30px;top:-44px}.footer .decor{left:0;right:0;top:-4px;bottom:0;position:absolute;background-repeat:no-repeat;z-index:1;background-position:0 5px}.footer .footer-decor{position:absolute;top:0;left:0;right:0;margin:0 auto;z-index:1;-webkit-transform:scaleX(1.06);transform:scaleX(1.06)}.footer-inner{min-height:521px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer-bottom-menu{height:68px;position:absolute;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:2;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-left:0;max-width:66%}.footer-bottom-menu__item{opacity:.8;color:#fff;font-size:18px;font-weight:700;line-height:30px}.footer-bottom-menu__item a:hover{color:#ffd97a}.footer-info{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:145px;z-index:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-info .logo{margin-left:35px}.socials{margin-top:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.socials__title{margin-bottom:12px;color:#fff;font-size:2rem;font-weight:700;line-height:1.875rem;text-transform:uppercase}.socials__item{cursor:pointer;width:66px;height:46px;margin-right:15px;transition:all .2s ease-in-out}.socials__item:hover .svg-bg-primary{fill:#b81719}.socials__group{display:-webkit-flex;display:-ms-flexbox;display:flex}.header{height:90px;background-color:#fff;width:100%;transition:all .4s ease-in-out 0s;position:absolute;top:0;left:0;right:0;margin:0 auto;z-index:5}.header--fixed{position:fixed;box-shadow:0 1px 10px 0 rgba(0,0,0,.2)}.header--show{-webkit-animation:showHeader .3s ease-in-out 0s forwards;animation:showHeader .3s ease-in-out 0s forwards}.header--hide{-webkit-animation:hideHeader .3s ease-in-out 0s forwards;animation:hideHeader .3s ease-in-out 0s forwards}.header__inner{max-height:90px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header .logo{position:relative;z-index:1;margin-top:55px;transition:all .15s ease-in-out;padding-top:20px}.header .logo:hover{opacity:1}.header .logo:hover .logo__hover-img{opacity:1;z-index:1;right:-8px}.header .logo__default-img{z-index:2;position:relative}.header .logo__hover-img{opacity:0;position:absolute;top:0;right:0;z-index:1;transition:all .15s ease-in-out;-webkit-transform:scale(.9);transform:scale(.9);padding-top:20px}.paper-card{border-radius:3px;background-color:#fff}.paper-card--shift{margin-top:-10vh;z-index:2;position:relative}.section-columns{display:-webkit-flex;display:-ms-flexbox;display:flex}.section-columns__item{width:50%}.section-columns__item--w-60{width:60%}.section-columns__item-w-40{width:40%}.section{position:relative}.section__title{font-size:3.875rem;text-align:center}.section--hero{padding-top:90px;background-color:#d32e30;min-height:800px;color:#fff;position:relative}.section--hero .decor{position:absolute;width:100%;height:140px;bottom:-130px;left:0;right:0;z-index:2}.section--hero .decor img{width:100%;object-fit:cover}.section--hero .decor svg{-webkit-transform:scaleX(1.06);transform:scaleX(1.06)}.section--hero:before{content:"";position:absolute;background-color:#d32e30;top:0;left:0;right:0;width:100%;bottom:-75px}.section--hero .section-info{padding-right:90px;z-index:1}.section--hero .section-columns{position:relative;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.section--hero .hero-animation-js{position:absolute;width:100%;right:-430px;top:0;z-index:1}.section--hero .section-inner{padding-bottom:160px}.section--hero .container{z-index:1}.section--hero h1{margin-top:94px;line-height:94px}.section--hero p{margin-bottom:55px;color:#fff;font-size:1.25rem;font-weight:700;line-height:1.875rem;margin-top:45px;max-width:430px}.section--app{padding-bottom:130px}.section--app .section-info{padding-top:120px;padding-right:100px}.section--app h2{max-width:430px;line-height:73px}.section--app p{margin-top:42px;opacity:.8;color:#2a1313;font-size:16px;font-weight:400;line-height:29px;max-width:520px}.section--app .app-animation-js{width:67%;top:-54px;left:-136px;position:absolute}.section--statistic{background-image:url(/assets/img/bg/bg-statistic.svg);background-color:#d32f2f;padding:26px 0 60px 0}.section--statistic .section__title{font-size:2.875rem;font-weight:700;color:#fff}.section--statistic .statistic-container{margin-top:10px}.section--features{padding-top:113px;padding-bottom:130px}.section--features .feature{margin-top:34px}.section--features .feature__item{font-size:1.5rem}.section--features .feature__img-container{padding:0 35px}.section--benefits{background-color:#fafafa;padding-bottom:90px}.section--benefits .section__title{display:none;padding-top:90px}.section--benefits .section-info{padding-top:167px;padding-right:76px}.section--benefits .section-info .section-info__title{font-size:62px;text-align:right;line-height:70px}.section--benefits .section-illustration{padding-left:10px;padding-top:100px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:end;-ms-flex-align:end;align-items:end}.section--benefits .list{margin-top:24px}.section--plans{padding:90px 0 77px 0;background-image:url(/assets/img/bg/bg-illustrations.svg)}.section--plans .section__title{font-size:56px;margin-bottom:27px;color:#fff}.section--partners{padding-bottom:0;margin-bottom:90px;position:relative;z-index:2}.section--partners:after{content:'';position:absolute;left:0;bottom:-90px;background-image:url(/assets/img/bg/bg-white.svg);background-position:center;width:100%;height:190px;z-index:1}.section--partners .section__title{margin-top:105px;margin-bottom:0;font-size:56px}.section--partners .section__description{opacity:.8;color:#2a1313;font-size:1.25rem;font-weight:400;line-height:1.875rem;text-align:center;max-width:570px;display:block;margin:0 auto 58px auto}.section--partners .btn{position:relative;margin:90px auto 0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:2}.section--partners .glide{display:none}.popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5}.popup__body{position:absolute;top:50px;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);transition:opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:6;background-color:#f4f3ed;max-height:618px;height:100%;max-width:827px;width:100%;border-radius:40px;overflow:hidden}.popup__logo{display:block}.popup .popup__logo-container{height:320px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:1;margin:0 auto;left:0;right:0;top:-10px}.popup__content--movie{margin-top:60px;padding:0 10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.popup__close{background:0 0;border:0;outline:0;width:55px;height:55px;padding:0;cursor:pointer;position:absolute;top:18px;left:16px;z-index:3}.popup__header{background-color:#f4f3ed}.popup__title{font-size:3.5rem;padding:40px}.popup--bg-gradient-blue .popup__body{background-image:linear-gradient(180deg,#51dcff 0,#24458e 100%)}.popup--bg-gradient-sky-blue .popup__body{background-image:linear-gradient(180deg,#5bd1f6 0,#2fa5e9 100%)}.popup--bg-gradient-light-blue .popup__body{background-image:linear-gradient(180deg,#57faff 0,#0070a1 100%)}.popup--bg-gradient-orange .popup__body{background-image:linear-gradient(180deg,#ffae61 0,#c3230c 100%)}.popup--bg-gradient-pink .popup__body{background-image:linear-gradient(180deg,#fc3b7c 0,#b8003e 100%)}.popup--bg-gradient-magenta .popup__body{background-image:linear-gradient(180deg,#d72863 0,#801439 100%)}.popup--bg-gradient-purple .popup__body{background-image:linear-gradient(180deg,#9b3a8f 0,#44104f 100%)}.popup--bg-gradient-light-pink .popup__body{background-image:linear-gradient(180deg,#f971d5 0,#701d72 100%)}.popup--bg-gradient-yellow .popup__body{background-image:linear-gradient(180deg,#ffef53 0,#ffa211 100%)}.popup--bg-gradient-green .popup__body{background-image:linear-gradient(180deg,#96b620 0,#216c0d 100%)}.popup .movie-wrapper{-webkit-flex:0 0 16%;-ms-flex:0 0 16%;flex:0 0 16%}.popup .movie-wrapper img{width:100%;border-radius:7px}.popup .map{width:100%;height:100%;z-index:1}.popup.is-closed{opacity:0;visibility:hidden}.popup.is-closed .popup__body{-webkit-transform:translate3d(-50%,200px,0);transform:translate3d(-50%,200px,0);opacity:0}.popup.is-closed .overlay{opacity:0}.is-open{overflow:hidden}.popup--game .popup__body:after{content:'';background-image:url(/assets/img/bg/popup-top-arc.svg);background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:185px;background-position:center top}.popup--game .popup__title{color:#fff;font-size:2rem;font-weight:700;line-height:1.875rem;text-align:center;position:relative;margin:280px auto 0 auto;padding:0}.popup--game .glide{display:none}.popup--map .info-container{width:100%;height:100%;background-image:url(/assets/img/bg/bg-map.svg);background-color:#f60000;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:32px}.popup--map .info-container:before{content:'';position:absolute;left:0;top:0;right:0;background-image:url(/assets/img/bg/bg-white.svg);background-position:bottom;background-size:cover;width:100%;height:165px;z-index:1}.popup--map .info-container .logo{z-index:1;margin-top:25px;width:212px}.popup--map .info-container__title{color:#fff;font-size:3.5rem;font-weight:700;line-height:3.3125rem;text-align:center;margin-bottom:27px;margin-top:42px}.popup--map .popup__body{display:-webkit-flex;display:-ms-flexbox;display:flex}.popup--map .contact-item{color:#fff;font-size:1rem;font-weight:700;line-height:28px;text-align:center}.popup--map .contact-item.st-name{font-size:2.25rem;margin-bottom:15px}.popup--contact .popup__body,.popup--register .popup__body{display:-webkit-flex;display:-ms-flexbox;display:flex}.popup--contact .form,.popup--register .form{width:330px}.popup--contact .form-wrapper,.popup--register .form-wrapper{padding:58px 80px}.popup--contact .form-wrapper::-webkit-scrollbar,.popup--register .form-wrapper::-webkit-scrollbar{width:10px}.popup--contact .form-wrapper::-webkit-scrollbar-track,.popup--register .form-wrapper::-webkit-scrollbar-track{background:#fafafa}.popup--contact .form-wrapper::-webkit-scrollbar-thumb,.popup--register .form-wrapper::-webkit-scrollbar-thumb{background:#ea2334;border-radius:2px}.popup--contact .form label span:hover,.popup--register .form label span:hover{color:#ff540d}.popup--register .form{width:100%;max-width:330px;height:100%}.popup--register .form-wrapper{width:100%;box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:58px 40px}.popup--register .form-wrapper .from-group{width:100%}.popup--contact .form__title{margin-bottom:10px;font-size:1.75rem;font-style:normal;font-weight:700;line-height:53px;text-align:center;color:#261111}.popup--contact .form__info{font-size:1rem;text-align:center;margin-bottom:16px;font-style:normal;font-weight:400;line-height:24px;color:#756666;mix-blend-mode:normal;opacity:.8}.popup--contact .img-wrapper .logo{position:absolute;right:30px;top:27px;width:111px}.popup--privacy-policy .popup__body{background-color:#fff}.popup--privacy-policy .text-content{overflow-y:scroll;height:100%;padding:40px;max-height:484px}.popup--privacy-policy .text-content::-webkit-scrollbar{width:10px}.popup--privacy-policy .text-content::-webkit-scrollbar-track{background:#fafafa}.popup--privacy-policy .text-content::-webkit-scrollbar-thumb{background:#ea2334;border-radius:2px}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5;transition:opacity .3s ease-in-out}.overlay--primary{background-color:rgba(42,19,19,.6)}@media screen and (max-width:1024px){.main{padding-top:75px}.container{padding:0}.section--hero .section-info{padding-right:0}.section--hero .hero-animation-js{width:130%;right:-650px}.section--app{padding-bottom:50px}.section--app .section-info{padding-right:50px}.section--app .app-animation-js{width:53%;top:100px;left:-30px;position:absolute}.section--features .feature{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.section--features .feature__item{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:none}.section--benefits .section-illustration{padding-right:50px;width:47%;padding-top:30px}.section--benefits .section-illustration img{width:100%}.section--benefits .section-info{padding-top:40px;width:47%}.section--benefits .section-info h2{display:none}.section--benefits .section__title{display:block}}@media screen and (max-width:942px){.section--plans{background-repeat:no-repeat;background-color:#d32f2f}.section--plans .plan{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0;width:350px}.section--plans .plan__top-block{background-size:120% 113%;background-position:center -23px}.section--plans .plan--plus .plan__top-block,.section--plans .plan--sm .plan__top-block{background-size:120% 113%;background-position:center -23px}.section--plans .plan--plus .plan__top-block{background-size:100% 134%;background-position:center -55px}.section--plans .plan .btn{min-width:240px}.section--plans .plan-list{padding-right:75px}.section--plans .plans-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.section--partners .partners-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.section--partners .partners-container .partner{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%}.section--partners .partners-container .partner:nth-child(n+4){margin-top:60px}}@media screen and (max-width:768px){.section--hero .hero-animation-js{width:150%;right:-690px}.section--hero h1{font-size:3.75rem;line-height:4.75rem}.section--app{padding-bottom:0}.section--app .section-columns{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--app .section-columns__item{position:relative;padding-right:0;text-align:center}.section--app .section-info{width:100%;max-width:600px;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--app .app-animation-js{top:45px}.section--app h1{display:inline}.section--statistic .statistic-container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 60px}.section--statistic .statistic-container .text-group{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.section--statistic .statistic-container .text-group:nth-child(n+3){margin-top:30px}.section--benefits{padding-bottom:70px}.section--benefits .section-info{padding-top:120px}.section--benefits .section-columns--two{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--benefits .section-columns__item{width:100%;padding-left:0;padding-right:0}.section--benefits .section-info .section-info__title{text-align:center;font-size:2.9375rem;line-height:3.125rem}.section--benefits .section-illustration{padding:25px}.section--benefits .section-illustration img{width:100%;max-width:330px;margin:0 auto}.section--benefits .list{padding:0 30px;margin:34px auto 0 auto}.section--benefits .list__item{margin-bottom:45px}.section--partners .partners-container{display:none}.section--partners .glide{max-width:calc(100% - 84px);display:block;margin:0 auto}.section--partners .glide .partner-logo{margin:0 auto}.section--partners .glide .controls{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.section--partners .glide .controls .button{cursor:pointer;border:none;-webkit-appearance:none;background-image:url(/assets/img/icons/slider/slider-arrow-active.svg);background-repeat:no-repeat;background-color:transparent;background-size:23px 37px;background-position:-1px -1px;width:22px;height:36px}.section--partners .glide .controls .button--prev{margin-left:46px;-webkit-transform:translateX(-300%) rotateY(180deg);transform:translateX(-300%) rotateY(180deg)}.section--partners .glide .controls .button--prev.disable{margin-left:36px}.section--partners .glide .controls .button--next{margin-right:46px;-webkit-transform:translateX(300%);transform:translateX(300%)}.section--partners .glide .controls .button--next.disable{margin-right:36px}.section--partners .glide .controls .button.disable{background-image:url(/assets/img/icons/slider/slider-arrow-hidden.svg);background-size:18px 32px;background-position:0 0;width:18px;height:32px;margin-top:5px}.section--partners .glide__slides{z-index:1}.section--partners .glide__bullets{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-42px;left:0;right:0;width:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--partners .glide__bullet{cursor:pointer;-webkit-appearance:none;background-color:transparent;background-image:url(/assets/img/icons/slider/slider-bullet.svg);background-repeat:no-repeat;background-position:center;width:6px;height:6px;border:none;padding:9px}.section--partners .glide__bullet--active{background-image:url(/assets/img/icons/slider/slider-bullet-active.svg);background-repeat:no-repeat;width:10px;height:10px}.section--partners .glide__bullet:focus{outline:0}}@media screen and (max-width:670px){.section--hero{min-height:calc(100vh - 75px)}.section--hero:after{background:0 0}.section--hero .section-columns--two{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.section--hero .section-columns__item{width:100%}.section--hero .section-inner{padding-bottom:150px}.section--hero .section-info{z-index:3;padding:0;text-align:center}.section--hero .hero-animation-js{min-height:100vh;width:265vw;right:auto}.section--hero .hero-animation-js:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:#d32e30;opacity:.9}.section--hero h1{margin-top:70px}.section--hero p{margin:25px auto 35px auto;text-align:center;max-width:74%}.section--hero .btn{margin:0 auto}}@media screen and (max-width:450px){.btn-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group .btn{margin-top:20px}.btn-group .btn:first-child{margin-left:0;margin-top:0}.container{padding:0}.paper-card--shift{margin-top:0;border-radius:0}.section{min-height:100vh}.section h1,.section h2{font-size:2.9375rem;line-height:3.125rem;text-align:center;margin:0 auto}.section p{font-size:1.25rem;line-height:1.9375rem;text-align:center}.section--hero h1{margin-top:70px}.section--app{padding-bottom:0}.section--app .section-columns--two{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--app .section-columns__item{width:100%}.section--app .section-info{text-align:center;padding-top:60px;z-index:3;text-align:center;padding-right:0;max-width:90%}.section--app .section-info p{max-width:86%;line-height:1.875rem;text-align:center;display:inline-block}.section--app .app-animation-js{position:relative;-webkit-transform:translate(10px,14px) scale(1.2);transform:translate(10px,14px) scale(1.2);width:100%;top:0;left:0;right:0;margin-top:33px}.section--app .btn-group{margin-top:40px}.section--statistic{padding-top:106px;background-image:url(/assets/img/bg/bg-statistic-mobile.svg);background-size:cover}.section--statistic .statistic-container{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:80px}.section--statistic .text-group{margin-bottom:75px}.section--statistic .text-group__title{font-size:3.75rem}.section--statistic .text-group__description{font-size:1.5rem;margin-top:30px}.section--features{padding-top:115px;padding-bottom:30px}.section--features .feature{margin-top:50px;width:100%;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section--features .feature__item{margin-bottom:50px}.section--features .feature__title{margin-bottom:20px}.section--features .feature__description{line-height:1.6875rem}.section--benefits .section-info{padding-top:32px}.section--plans{padding-top:110px;padding-bottom:120px}.section--plans .section__title{font-size:2.9375rem;margin-bottom:35px}.section--plans .plan{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0;width:280px}.section--plans .plan .btn{min-width:190px}.section--plans .plan-list{padding-right:30px}.section--partners{padding-bottom:105px}.section--partners:after{bottom:-20px}.section--partners .section__title{margin-top:90px;font-size:2.9375rem;line-height:2.9375rem}.section--partners .section__description{margin-top:45px;max-width:80%;margin-bottom:38px}.section--partners .btn{margin-top:105px}}@media screen and (max-width:1024px){.footer:after{content:none}.footer .anime-hero{display:none}.footer .footer-info{width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:270px;margin-bottom:50px}.footer .footer-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer .footer-bottom-menu{position:relative;max-width:none;width:100%;height:auto;margin:0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:38px 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer .footer-bottom-menu__item{z-index:1;margin:10px 20px}.footer .footer-bottom-menu:after{content:'';top:0;bottom:0;left:0;right:0;width:100%;height:100%;position:absolute;background-color:#c82a2b;opacity:.8}}@media screen and (max-width:450px){.footer:before{height:100%}.footer:after{content:none}.footer__container{background-position:center -17px;background-repeat:no-repeat}.footer .anime-hero{display:none}.footer .footer-bottom-menu{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.footer .footer-info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:220px;margin-bottom:0}.footer .logo{margin:0}.footer .socials{margin-top:67px;margin-bottom:100px}.footer .socials__title{margin-bottom:17px}.footer .socials__item:first-child{margin-right:0}.footer .decor{background-position:0 17px;background-size:730%}}@media screen and (max-width:1024px){.header{height:77px}.header .btn--primary{display:none}.header__inner{height:77px}.header .logo{margin-top:35px;z-index:7;padding-top:10px}.header .logo__hover-img{padding-top:10px}.header .logo img{width:110px}}@media screen and (max-width:1024px){.main-nav{display:none;margin-right:8%}.main-nav__inner{display:none}.main-nav--slide{display:block}.nav-in-processing .main-nav__inner{-webkit-animation:slideNavIn .6s cubic-bezier(.77,0,.175,1) 0s forwards;animation:slideNavIn .6s cubic-bezier(.77,0,.175,1) 0s forwards}.nav-in-processing .main-nav:not(.main-nav--slide){opacity:0;visibility:hidden}.nav-in-processing .header{z-index:6}.nav-in-processing .header .overlay{display:block}.nav-in-processing .header.header--inverse .icon-burger,.nav-in-processing .header.header--inverse .icon-burger:after,.nav-in-processing .header.header--inverse .icon-burger:before{background-color:#fff}.nav-in-processing .header .icon-burger:after,.nav-in-processing .header .icon-burger:before{width:18px}.nav-out-processing .main-nav__inner{-webkit-animation:slideNavOut .6s cubic-bezier(.77,0,.175,1) 0s forwards;animation:slideNavOut .6s cubic-bezier(.77,0,.175,1) 0s forwards}.nav-out-processing .main-nav:not(.main-nav--slide){opacity:1;visibility:visible}.nav-out-processing .header{z-index:6}.nav-out-processing .header .overlay{display:block}.nav-out-processing .header.header--inverse .icon-burger,.nav-out-processing .header.header--inverse .icon-burger:after,.nav-out-processing .header.header--inverse .icon-burger:before{background-color:#fff}.nav-out-processing .header .icon-burger:after,.nav-out-processing .header .icon-burger:before{width:14px}.nav-open .main-nav:not(.main-nav--slide){opacity:0;visibility:hidden}.nav-open .main-nav__inner{-webkit-transform:translateX(0);transform:translateX(0)}.nav-open .header{z-index:6}.nav-open .header .icon-burger:after,.nav-open .header .icon-burger:before{width:18px}.nav-open .header .overlay{display:block}.nav-open .header.header--inverse .icon-burger,.nav-open .header.header--inverse .icon-burger:after,.nav-open .header.header--inverse .icon-burger:before{background-color:#fff}.nav-open .header.header--hidden .icon-burger,.nav-open .header.header--hidden .icon-burger:after,.nav-open .header.header--hidden .icon-burger:before{background-color:#fff}@-webkit-keyframes slideNavIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideNavIn{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideNavOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideNavOut{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}}@media screen and (max-width:1024px){.popup{margin:0 16px}.popup--game .popup__logo{-webkit-transform:scale(.7);transform:scale(.7)}.popup--game .popup__body:after{background-size:830px;background-position:center 0;height:185px}.popup--game .popup__title{margin:240px auto 50px auto}.popup--game .popup__content--movie{display:none}.popup--game .glide{display:block;max-width:calc(100% - 84px);display:block;margin:0 auto}.popup--game .glide .partner-logo{margin:0 auto}.popup--game .glide .controls{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.popup--game .glide .controls .button{cursor:pointer;border:none;-webkit-appearance:none;width:18px;height:32px;background-image:url(/assets/img/icons/planet-arrow-right-active.svg);background-repeat:no-repeat;background-color:transparent}.popup--game .glide .controls .button--prev{margin-left:36px;-webkit-transform:translateX(-300%) rotateY(180deg);transform:translateX(-300%) rotateY(180deg)}.popup--game .glide .controls .button--next{margin-right:36px;-webkit-transform:translateX(300%);transform:translateX(300%)}.popup--game .glide .controls .button.disable{opacity:.3}.popup--game .glide__slide{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup--game .glide__slide img{max-width:100%;width:180px;height:auto}.popup--game .glide__slides{z-index:1}.popup--game .glide__bullets{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-32px;left:0;right:0;width:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup--game .glide__bullet{cursor:pointer;-webkit-appearance:none;background-color:transparent;background-image:url(/assets/img/icons/planet-bullet.svg);background-repeat:no-repeat;background-position:center;width:6px;height:6px;border:none;padding:9px}.popup--game .glide__bullet--active{background-image:url(/assets/img/icons/planet-bullet-active.svg);background-repeat:no-repeat;width:10px;height:10px}.popup--game .glide__bullet:focus{outline:0}.popup--map .popup__body{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.popup--map .info-container{-webkit-order:1;-ms-flex-order:1;order:1}.popup--map .map{-webkit-order:0;-ms-flex-order:0;order:0;width:100%;height:50%;background-image:none;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (max-height:641px){.popup--contact .form-wrapper,.popup--register .form-wrapper{margin:0 auto;padding:58px 10px;width:500px}.popup--contact .form,.popup--register .form{width:100%}.popup--contact .img-wrapper{display:none}.popup .popup__body{top:0}.popup .form-wrapper{padding:28px 10px}.popup .popup__close{top:12px;left:10px;width:32px;height:32px}.popup .icon--cross-lg{width:32px;height:32px}.popup .form__title{margin-bottom:16px}}@media screen and (max-width:768px){.popup--register .form-wrapper{width:100%}.popup--register .img-wrapper{display:none}}@media screen and (max-width:450px){.popup--contact .img-wrapper,.popup--register .img-wrapper{display:none}.popup--contact .form-wrapper,.popup--register .form-wrapper{margin:0 auto;padding:58px 10px;width:500px}.popup--contact .form,.popup--register .form{width:100%}.popup--register .form-wrapper{width:100%}.popup--game .popup__logo{-webkit-transform:scale(1);transform:scale(1);background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--bon-bon{width:230px;height:120px;background-position:10px 0;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--zum{background-position:10px -120px;width:230px;height:130px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--sport{background-position:20px -260px;width:230px;height:140px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--abjad{background-position:40px -404px;width:230px;height:120px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--science{background-position:36px -530px;width:230px;height:150px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--movie{background-position:50px -680px;width:230px;height:140px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--comedy{background-position:40px -826px;width:230px;height:150px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--adv{background-position:47px -980px;width:230px;height:150px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--action{background-position:47px -1140px;width:230px;height:120px;background-size:230px 1400px}.popup--game .popup__logo.partner-logo-md--space-power{background-position:50px -1268px;width:230px;height:120px;background-size:230px 1400px}.popup--game .popup__body:after{background-size:710px}}@media screen and (max-width:1024px){.plan{box-shadow:none;border-radius:20px;width:280px;margin-bottom:45px;padding:10px 10px 50px 10px;margin-left:30px}.plan:last-child{margin-left:0}.plan--plus:after,.plan--plus:before{content:none}.plan__top-block{margin-bottom:40px;padding-top:34px;border-top-right-radius:17px;border-top-left-radius:17px}.plan--plus .plan__top-block{background-size:114% 100%;margin-bottom:0;padding-bottom:50px;background-position:center -50px;margin-bottom:43px;padding-top:25px;padding-bottom:26px;background-size:114% 140%}.plan--sm .plan__top-block{background-size:114% 96%;background-position:center -4px}.plan__sub-title{padding-bottom:0}.plan .btn{margin:33px auto 0 auto;min-width:190px;min-height:48px;height:48px}.plan-list{padding-right:34px;max-width:none}.plan-list__item{margin-bottom:30px}}@media screen and (min-width:1024px) and (max-height:700px){.section--plans{padding-top:45px;padding-bottom:0}.section--plans .section__title{margin-bottom:-60px}.plans-container{-webkit-transform:scale(.7);transform:scale(.7)}}@media screen and (max-width:450px){.plans-container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.section--plans .plan{margin-left:0}.section--plans .plan__top-block .plan__sub-title{font-size:1.5rem}.section--plans .plan__top-block .plan__title{font-size:3.75rem}.section--plans .plan__top-block .plan__description{font-size:1.75rem}.section--plans .plan--sm .plan__top-block{background-size:150% 125%;background-position:center -33px}.section--plans .plan--plus .plan__top-block{background-size:130% 134%}}@media screen and (max-width:1400px){.section--hero .decor{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.section--hero .decor img{width:1400px}}@media screen and (max-width:1024px){.section--hero .decor{display:none}}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-ms-touch-action:pan-Y;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39062deg) skewY(.39062deg);transform:skewX(.39062deg) skewY(.39062deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39062deg) skewY(.39062deg);transform:skewX(.39062deg) skewY(.39062deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-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:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}

.btn--icon {
    font-size: 1.125rem
}

.btn--lg {
    min-height: 64px;
    min-width: 240px;
    margin: 0 auto;
}

.btn--submit {
    font-size: 1.375rem;
    min-height: 56px;
    min-width: 250px;
    margin: 0 auto
}

.btn-group {
    margin-top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.btn-group .btn {
    width: 216px;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.btn-group .btn > span {
    margin-top: 0
}

.btn-group .btn--lg {
    min-width: 216px
}

.btn-group .btn:first-child {
    margin-left: 10px
}

.btn-group .icon {
    margin-left: 10px
}

::-webkit-input-placeholder {
    color: #756666;
    opacity: .8
}

:-ms-input-placeholder {
    color: #756666;
    opacity: .8
}

::placeholder {
    color: #756666;
    opacity: .8
}

::-webkit-input-placeholder {
    color: #756666 !important;
    opacity: .8 !important
}

:-ms-input-placeholder {
    color: #756666;
    opacity: .8
}

::-ms-input-placeholder {
    color: #756666;
    opacity: .8
}

.form .hide {
    display: none
}

.form__title {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 36px
}

.form__field {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 50px;
    padding: 12px;
    font-family: Tajawal, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    transition: border-color .2s ease-in-out
}

.form__field:focus {
    outline: 0;
    border-color: #dbdbdb
}

.form__field--area {
    border-radius: 25px;
    resize: none;
    height: 145px
}

.form__result-message {
    opacity: .8;
    color: #756666;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

.form__result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 100%
}

.form .error {
    font-size: .875rem;
    margin-right: 40px;
    margin-top: 6px;
    color: #d32e30
}

.from-group {
    margin-bottom: 10px
}

.from-group.radio {
    margin-bottom: 40px
}

.from-group--icon {
    position: relative
}

.from-group--icon .form__field {
    padding: 12px 45px 12px 12px
}

.from-group--icon .icon {
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.radio {
    position: relative
}

.radio input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1
}

.radio label {
    position: relative;
    padding-right: 40px;
    font-size: .875rem;
    float: left;
    cursor: pointer
}

.radio label:after,
.radio label:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    right: 0;
    top: -50%;
    width: 23px;
    height: 23px;
    border: 2px solid #d32e30;
    background-color: #fff
}

.radio label:before {
    right: 0;
    top: 50%;
    width: 23px;
    height: 23px;
    border: 2px solid #d32e30;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.radio label:after {
    right: 5px;
    top: 50%;
    width: 13px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d32e30;
    opacity: 0
}

.radio input:checked + label:after {
    opacity: 1
}

.partner-logo {
    background-repeat: no-repeat;
    background-image: url(../img/bg/parnters-sprite.png);
    display: block
}

.partner-logo--abjad {
    width: 167px;
    height: 129px;
    background-position: 0 -15px
}

.partner-logo--bon-bon {
    width: 220px;
    height: 121px;
    background-position: -193px -21px
}

.partner-logo--sport {
    width: 193px;
    height: 136px;
    background-position: -431px -6px
}

.partner-logo--movie {
    width: 146px;
    height: 144px;
    background-position: -682px 0
}

.partner-logo--science {
    width: 154px;
    height: 143px;
    background-position: -885px -1px
}

.partner-logo--action {
    width: 136px;
    height: 124px;
    background-position: -15px -193px
}

.partner-logo--space-power {
    width: 134px;
    height: 139px;
    background-position: -237px -190px
}

.partner-logo--comedy {
    width: 146px;
    height: 159px;
    background-position: -450px -170px
}

.partner-logo--zum {
    width: 210px;
    height: 127px;
    background-position: -655px -188px
}

.partner-logo--adv {
    width: 144px;
    height: 146px;
    background-position: -892px -165px
}

.icon {
    display: inline-block
}

.icon-s {
    background-image: url(../img/icons/icons-sprite.svg);
    background-repeat: no-repeat;
    display: inline-block
}

.icon-s--person {
    background-position: 0 -17px;
    width: 13px;
    height: 16px
}

.icon-s--mail {
    background-position: 0 0;
    width: 17px;
    height: 12px
}

.icon-s--lock-up {
    background-position: 0 -60px;
    width: 15px;
    height: 19px
}

.icon-s--lock-refresh {
    background-position: 0 -124px;
    width: 15px;
    height: 20px
}

.icon--cross {
    width: 33px;
    height: 33px;
    background-image: url(../img/icons/cross-round-icon.svg);
    background-size: cover
}

.icon--cross-lg {
    background-image: url(../img/icons/cross-round-icon.svg);
    width: 55px;
    height: 55px
}

.icon--google-play-icon {
    width: 24px;
    height: 28px;
    background-image: url(../img/icons/google-play-icon.png);
    background-repeat: no-repeat
}

.icon--apple-store-icon {
    width: 23px;
    height: 34px;
    background-image: url(../img/icons/apple-icon.png);
    background-repeat: no-repeat
}

.partner-logo-md {
    display: inline-block;
    background: url(../img/bg/partners-sprite-md.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.partner-logo-md--bon-bon {
    background-position: -10px 0;
    width: 491px;
    height: 261px
}

.partner-logo-md--zum {
    background-position: -10px -271px;
    width: 464px;
    height: 274px
}

.partner-logo-md--sport {
    background-position: -10px -555px;
    width: 429px;
    height: 320px
}

.partner-logo-md--abjad {
    background-position: -10px -885px;
    width: 371px;
    height: 277px
}

.partner-logo-md--science {
    background-position: -10px -1172px;
    width: 347px;
    height: 323px
}

.partner-logo-md--movie {
    background-position: -10px -1505px;
    width: 325px;
    height: 311px
}

.partner-logo-md--comedy {
    background-position: -10px -1826px;
    width: 323px;
    height: 319px
}

.partner-logo-md--adv {
    background-position: -10px -2155px;
    width: 319px;
    height: 330px
}

.partner-logo-md--action {
    background-position: -10px -2495px;
    width: 314px;
    height: 274px
}

.partner-logo-md--space-power {
    background-position: -10px -2779px;
    width: 277px;
    height: 280px
}

.plans-container {
    margin: 0 auto;
    max-width: 1100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.plan {
    background: #fff;
    width: 330px;
    border-radius: 20px;
    padding: 11px 11px 34px 11px;
    position: relative
}

.plan--pro {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 332px
}

.plan--pro .plan__top-block {
    margin-bottom: 34px;
    padding-bottom: 20px;
    background-image: url(../img/bg/plan-pro.svg)
}

.plan--plus {
    z-index: 2;
    padding-bottom: 54px;
    margin-bottom: 0
}

.plan--plus .plan__top-block {
    padding-top: 50px;
    background-image: url(../img/bg/plan-plus.svg)
}

.plan--plus:after,
.plan--plus:before {
    content: '';
    width: 23px;
    position: absolute;
    background-image: linear-gradient(270deg, rgba(250, 250, 250, 0) 0, #d8d8d8 100%);
    margin: auto;
    top: 0;
    left: -16px;
    bottom: 0;
    height: 90%;
    z-index: 1;
    -webkit-transform: rotateY(180deg) scaleX(.4);
    transform: rotateY(180deg) scaleX(.4)
}

.plan--plus:before {
    right: -16px;
    left: auto;
    -webkit-transform: rotateY(0) scaleX(.4);
    transform: rotateY(0) scaleX(.4)
}

.plan--plus .btn {
    margin-top: 40px
}

.plan--free {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 332px
}

.plan--free .plan__top-block {
    margin-bottom: 34px;
    padding-bottom: 20px;
    background-image: url(../img/bg/plan-free.svg)
}

.plan--sm .plan__top-block {
    padding-top: 25px;
    padding-bottom: 26px
}

.plan--sm .plan__sub-title {
    padding-bottom: 6px
}

.plan--sm .plan__title {
    padding-bottom: 15px
}

.plan--sm .btn.btn--primary {
    min-height: 48px;
    height: 48px;
    margin-top: 34px;
    margin-bottom: 15px
}

.plan__top-block {
    margin-bottom: 27px;
    padding: 36px 0 30px 0;
    background-image: url(../img/bg/plan-free.svg);
    background-repeat: no-repeat
}

.plan__top-block--pro {
    background-image: url(../img/bg/plan-pro.svg)
}

.plan__title {
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-weight: 700;
    padding-bottom: 10px
}

.plan__description {
    font-size: 24px;
    font-weight: 400;
    opacity: .8
}

.plan__sub-title {
    letter-spacing: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

.plan .btn {
    margin: 40px auto 0 auto;
    font-size: 20px;
    height: 48px;
    min-height: 48px;
    border-radius: 32px
}

.statistic-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px
}

.partners-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1093px
}

.partners-container + .partners-container {
    margin-top: 66px
}

.partner {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 114px;
    cursor: pointer;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.partner:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.feature {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 943px
}

.feature__item {
    max-width: 270px
}

.feature__title {
    font-size: 1.5rem;
    text-align: center;
    color: #2a1313;
    margin-bottom: 26px
}

.feature__description {
    font-size: 1.125rem;
    opacity: .8;
    text-align: center;
    color: #756666;
    margin: 0 auto;
    max-width: 268px;
    line-height: 25px
}

.feature__img-container {
    margin-bottom: 46px
}

.feature__img {
    max-width: 210px;
    margin: 0 auto;
    display: block
}

.list {
    max-width: 389px
}

.list__item {
    padding-right: 60px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative
}

.list__item--icon-checked:after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/icons/checked-icon.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 125%
}

.list__item--icon-timer:after {
    content: '';
    display: block;
    width: 38px;
    height: 44px;
    position: absolute;
    background-size: 115%;
    top: 2px;
    right: 0;
    background-image: url(../img/icons/timer-icon.svg);
    background-repeat: no-repeat;
    background-position: center top
}

.plan-list {
    max-width: 210px;
    margin: 0 auto
}

.plan-list--plan-sm {
    max-width: 269px;
    padding-right: 26px
}

.plan-list--plan-sm .plan-list__item {
    padding-right: 43px;
    margin-bottom: 26px
}

.plan-list__item {
    margin-bottom: 29px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700;
    opacity: .8;
    color: #756666;
    position: relative
}

.plan-list__item--checked:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: -10px;
    width: 33px;
    height: 33px;
    background-image: url(../img/icons/checked-round-icon.svg)
}

.plan-list__item--cross:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: -10px;
    width: 33px;
    height: 33px;
    background-size: cover;
    background-image: url(../img/icons/cross-round-icon.svg)
}

.main-nav {
    margin-right: 8%
}

.main-nav__inner {
    display: none
}

.main-nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-nav-list__item {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1rem
}

.main-nav-list__item:not(:last-child) {
    margin-left: 34px
}

.main-nav-list__item a:focus {
    opacity: 1
}

.main-nav-list__item a:hover {
    opacity: 1;
    color: #ff540d
}

.main-nav-list__item--active a {
    opacity: 1;
    color: #ff540d
}

.main-nav--slide {
    margin-left: 10px;
    margin-top: 0;
    margin-right: 0;
    min-width: auto;
    display: none
}

.main-nav--slide .main-nav__item:hover {
    color: #ffd97a
}

.main-nav--slide .btn {
    height: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 7;
    margin-top: 7px;
    transition: opacity .3s cubic-bezier(.77, 0, .175, 1)
}

.main-nav--slide .btn:hover {
    opacity: .6
}

.main-nav--slide .main-nav__inner {
    position: fixed;
    display: block;
    top: 77px;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(211, 46, 48, .89);
    padding: 11vh 0 0 0;
    z-index: 6;
    min-height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff
}

.main-nav--slide .icon-burger {
    width: 31px;
    height: 3px;
    transition: background-color .6s cubic-bezier(.77, 0, .175, 1);
    position: relative;
    background-color: #d32e30;
    border-radius: 3px
}

.main-nav--slide .icon-burger:after,
.main-nav--slide .icon-burger:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 31px;
    height: 3px;
    background-color: #d32e30;
    transition: width .6s cubic-bezier(.77, 0, .175, 1), background-color .6s cubic-bezier(.77, 0, .175, 1)
}

.main-nav--slide .icon-burger:after {
    top: -11px
}

.main-nav--slide .icon-burger:before {
    bottom: -11px
}

.main-nav--slide .main-nav__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

.main-nav--slide .main-nav__item {
    margin: 0;
    margin-bottom: 6.5%;
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-weight: 300;
    line-height: 1.4375rem;
    text-transform: uppercase;
    letter-spacing: .72px
}

.main-nav--slide .main-nav__item.active a:after {
    margin-top: -9px
}

.main-nav--slide .main-nav__item a {
    padding: 13px 0;
    display: inline-block;
    min-height: 38px
}

.main-nav--slide .main-nav__item--emphasis {
    margin: 11% 0
}

.main-nav--slide .main-nav__item--footer {
    margin-top: auto;
    font-size: .75rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 2.3125rem;
    text-transform: lowercase;
    letter-spacing: .27px;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav--slide .main-nav__item--footer .emphasis {
    margin: 0 6%
}

.main-nav--slide .main-nav__item--social {
    margin-top: 10px
}

.main-nav--slide .main-nav__item--social a:not(:last-child) {
    margin-right: 21px
}

.main-nav--slide .overlay {
    display: none
}

.footer {
    position: relative;
    margin-top: -194px;
    background-image: url(../img/bg/footer-bg-lg.svg);
    background-size: cover
}

.footer__container {
    position: relative;
    background-color: transparent;
    background-size: 100%;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.footer .anime-hero {
    position: absolute;
    z-index: 3;
    left: -30px;
    top: -44px
}

.footer .decor {
    left: 0;
    right: 0;
    top: -4px;
    bottom: 0;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 0 5px
}

.footer .footer-decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    -webkit-transform: scaleX(1.06);
    transform: scaleX(1.06)
}

.footer-inner {
    min-height: 521px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bottom-menu {
    height: 68px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 0;
    max-width: 66%
}

.footer-bottom-menu__item {
    opacity: .8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

.footer-bottom-menu__item a:hover {
    color: #ffd97a
}

.footer-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 145px;
    z-index: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-info .logo {
    margin-left: 35px
}

.socials {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.875rem;
    text-transform: uppercase
}

.socials__item {
    cursor: pointer;
    width: 66px;
    height: 46px;
    margin-right: 15px;
    transition: all .2s ease-in-out
}

.socials__item:hover .svg-bg-primary {
    fill: #b81719
}

.socials__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header {
    height: 90px;
    background-color: #fff;
    width: 100%;
    transition: all .4s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5
}

.header--fixed {
    position: fixed;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2)
}

.header--show {
    -webkit-animation: showHeader .3s ease-in-out 0s forwards;
    animation: showHeader .3s ease-in-out 0s forwards
}

.header--hide {
    -webkit-animation: hideHeader .3s ease-in-out 0s forwards;
    animation: hideHeader .3s ease-in-out 0s forwards
}

.header__inner {
    max-height: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header .logo {
    position: relative;
    z-index: 1;
    margin-top: 55px;
    transition: all .15s ease-in-out;
    padding-top: 20px
}

.header .logo:hover {
    opacity: 1
}

.header .logo:hover .logo__hover-img {
    opacity: 1;
    z-index: 1;
    right: -8px
}

.header .logo__default-img {
    z-index: 2;
    position: relative
}

.header .logo__hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    padding-top: 20px
}

.paper-card {
    border-radius: 3px;
    background-color: #fff
}

.paper-card--shift {
    margin-top: -10vh;
    z-index: 2;
    position: relative
}

.section-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-columns__item {
    width: 50%
}

.section-columns__item--w-60 {
    width: 60%
}

.section-columns__item-w-40 {
    width: 40%
}

.section {
    position: relative
}

.section__title {
    font-size: 3.875rem;
    text-align: center
}

.section--hero {
    padding-top: 90px;
    background-color: #d32e30;
    min-height: 800px;
    color: #fff;
    position: relative
}

.section--hero .decor {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: -130px;
    left: 0;
    right: 0;
    z-index: 2
}

.section--hero .decor img {
    width: 100%;
    object-fit: cover
}

.section--hero .decor svg {
    -webkit-transform: scaleX(1.06);
    transform: scaleX(1.06)
}

.section--hero:before {
    content: "";
    position: absolute;
    background-color: #d32e30;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -75px
}

.section--hero .section-info {
    padding-right: 90px;
    z-index: 1
}

.section--hero .section-columns {
    position: relative;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section--hero .hero-animation-js {
    position: absolute;
    width: 100%;
    right: -430px;
    top: 0;
    z-index: 1
}

.section--hero .section-inner {
    padding-bottom: 160px
}

.section--hero .container {
    z-index: 1
}

.section--hero h1 {
    margin-top: 94px;
    line-height: 94px
}

.section--hero p {
    margin-bottom: 55px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-top: 45px;
    max-width: 430px
}

.section--app {
    padding-bottom: 130px
}

.section--app .section-info {
    padding-top: 120px;
    padding-right: 100px
}

.section--app h2 {
    max-width: 430px;
    line-height: 73px
}

.section--app p {
    margin-top: 42px;
    opacity: .8;
    color: #2a1313;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    max-width: 800px
}

.section--app .app-animation-js {
    width: 67%;
    top: -54px;
    left: -136px;
    position: absolute
}

.section--statistic {
    background-image: url(../img/bg/bg-statistic.svg);
    background-color: #d32f2f;
    padding: 26px 0 60px 0
}

.section--statistic .section__title {
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff
}

.section--statistic .statistic-container {
    margin-top: 10px
}

.section--features {
    padding-top: 113px;
    padding-bottom: 130px
}

.section--features .feature {
    margin-top: 34px
}

.section--features .feature__item {
    font-size: 1.5rem
}

.section--features .feature__img-container {
    padding: 0 35px
}

.section--benefits {
    background-color: #fafafa;
    padding-bottom: 90px
}

.section--benefits .section__title {
    display: none;
    padding-top: 90px
}

.section--benefits .section-info {
    padding-top: 167px;
    padding-right: 76px
}

.section--benefits .section-info .section-info__title {
    font-size: 62px;
    text-align: right;
    line-height: 70px
}

.section--benefits .section-illustration {
    padding-left: 10px;
    padding-top: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
}

.section--benefits .list {
    margin-top: 24px
}

.section--plans {
    padding: 90px 0 77px 0;
    background-image: url(../img/bg/bg-illustrations.svg)
}

.section--plans .section__title {
    font-size: 56px;
    margin-bottom: 27px;
    color: #fff
}

.section--partners {
    padding-bottom: 0;
    margin-bottom: 90px;
    position: relative;
    z-index: 2
}

.section--partners:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -90px;
    background-image: url(../img/bg/bg-white.svg);
    background-position: center;
    width: 100%;
    height: 190px;
    z-index: 1
}

.section--partners .section__title {
    margin-top: 105px;
    margin-bottom: 0;
    font-size: 56px
}

.section--partners .section__description {
    opacity: .8;
    color: #2a1313;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: center;
    max-width: 570px;
    display: block;
    margin: 0 auto 58px auto
}

.section--partners .btn {
    position: relative;
    margin: 90px auto 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.section--partners .glide {
    display: none
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.popup__body {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 6;
    background-color: #f4f3ed;
    max-height: 618px;
    height: 100%;
    max-width: 827px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden
}

.popup__logo {
    display: block
}

.popup .popup__logo-container {
    height: 320px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px
}

.popup__content--movie {
    margin-top: 60px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.popup__close {
    background: 0 0;
    border: 0;
    outline: 0;
    width: 55px;
    height: 55px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 3
}

.popup__header {
    background-color: #f4f3ed
}

.popup__title {
    font-size: 3.5rem;
    padding: 40px
}

.popup--bg-gradient-blue .popup__body {
    background-image: linear-gradient(180deg, #51dcff 0, #24458e 100%)
}

.popup--bg-gradient-sky-blue .popup__body {
    background-image: linear-gradient(180deg, #5bd1f6 0, #2fa5e9 100%)
}

.popup--bg-gradient-light-blue .popup__body {
    background-image: linear-gradient(180deg, #57faff 0, #0070a1 100%)
}

.popup--bg-gradient-orange .popup__body {
    background-image: linear-gradient(180deg, #ffae61 0, #c3230c 100%)
}

.popup--bg-gradient-pink .popup__body {
    background-image: linear-gradient(180deg, #fc3b7c 0, #b8003e 100%)
}

.popup--bg-gradient-magenta .popup__body {
    background-image: linear-gradient(180deg, #d72863 0, #801439 100%)
}

.popup--bg-gradient-purple .popup__body {
    background-image: linear-gradient(180deg, #9b3a8f 0, #44104f 100%)
}

.popup--bg-gradient-light-pink .popup__body {
    background-image: linear-gradient(180deg, #f971d5 0, #701d72 100%)
}

.popup--bg-gradient-yellow .popup__body {
    background-image: linear-gradient(180deg, #ffef53 0, #ffa211 100%)
}

.popup--bg-gradient-green .popup__body {
    background-image: linear-gradient(180deg, #96b620 0, #216c0d 100%)
}

.popup .movie-wrapper {
    -webkit-flex: 0 0 16%;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%
}

.popup .movie-wrapper img {
    width: 100%;
    border-radius: 7px
}

.popup .map {
    width: 100%;
    height: 100%;
    z-index: 1
}

.popup.is-closed {
    opacity: 0;
    visibility: hidden
}

.popup.is-closed .popup__body {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
    opacity: 0
}

.popup.is-closed .overlay {
    opacity: 0
}

.is-open {
    overflow: hidden
}

.popup--game .popup__body:after {
    content: '';
    background-image: url(../img/bg/popup-top-arc.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background-position: center top
}

.popup--game .popup__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.875rem;
    text-align: center;
    position: relative;
    margin: 280px auto 0 auto;
    padding: 0
}

.popup--game .glide {
    display: none
}

.popup--map .info-container {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/bg-map.svg);
    background-color: #f60000;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 32px
}

.popup--map .info-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-image: url(../img/bg/bg-white.svg);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 165px;
    z-index: 1
}

.popup--map .info-container .logo {
    z-index: 1;
    margin-top: 25px;
    width: 212px
}

.popup--map .info-container__title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 2.3125rem;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 42px
}

.popup--map .popup__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup--map .contact-item {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.popup--map .contact-item.st-name {
    font-size: 2.25rem;
    margin-bottom: 15px
}

.popup--contact .popup__body,
.popup--register .popup__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup--contact .form,
.popup--register .form {
    width: 330px
}

.popup--contact .form-wrapper,
.popup--register .form-wrapper {
    padding: 58px 80px
}

.popup--contact .form-wrapper::-webkit-scrollbar,
.popup--register .form-wrapper::-webkit-scrollbar {
    width: 10px
}

.popup--contact .form-wrapper::-webkit-scrollbar-track,
.popup--register .form-wrapper::-webkit-scrollbar-track {
    background: #fafafa
}

.popup--contact .form-wrapper::-webkit-scrollbar-thumb,
.popup--register .form-wrapper::-webkit-scrollbar-thumb {
    background: #ea2334;
    border-radius: 2px
}

.popup--contact .form label span:hover,
.popup--register .form label span:hover {
    color: #ff540d
}

.popup--register .form {
    width: 100%;
    max-width: 330px;
    height: 100%
}

.popup--register .form-wrapper {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 58px 40px
}

.popup--register .form-wrapper .from-group {
    width: 100%
}

.popup--contact .form__title {
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    color: #261111
}

.popup--contact .form__info {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #756666;
    mix-blend-mode: normal;
    opacity: .8
}

.popup--contact .img-wrapper .logo {
    position: absolute;
    right: 30px;
    top: 27px;
    width: 111px
}

.popup--privacy-policy .popup__body {
    background-color: #fff
}

.popup--privacy-policy .text-content {
    overflow-y: scroll;
    height: 100%;
    padding: 40px;
    max-height: 484px
}

.popup--privacy-policy .text-content::-webkit-scrollbar {
    width: 10px
}

.popup--privacy-policy .text-content::-webkit-scrollbar-track {
    background: #fafafa
}

.popup--privacy-policy .text-content::-webkit-scrollbar-thumb {
    background: #ea2334;
    border-radius: 2px
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: opacity .3s ease-in-out
}

.overlay--primary {
    background-color: rgba(42, 19, 19, .6)
}

@media screen and (max-width: 1024px) {
    .st-nav {
        display: none !important;
    }

    .main {
        padding-top: 75px
    }

    .container {
        padding: 0
    }

    .section--hero .section-info {
        padding-right: 0
    }

    .section--hero .hero-animation-js {
        width: 130%;
        right: -650px
    }

    .section--app {
        padding-bottom: 50px
    }

    .section--app .section-info {
        padding-right: 50px
    }

    .section--app .app-animation-js {
        width: 53%;
        top: 100px;
        left: -30px;
        position: absolute
    }

    .section--features .feature {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    .section--features .feature__item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: none
    }

    .section--benefits .section-illustration {
        padding-right: 50px;
        width: 47%;
        padding-top: 30px
    }

    .section--benefits .section-illustration img {
        width: 100%
    }

    .section--benefits .section-info {
        padding-top: 40px;
        width: 47%
    }

    .section--benefits .section-info h2 {
        display: none
    }

    .section--benefits .section__title {
        display: block
    }
}

@media screen and (max-width: 942px) {
    .section--plans {
        background-repeat: no-repeat;
        background-color: #d32f2f
    }

    .section--plans .plan {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        width: 350px
    }

    .section--plans .plan__top-block {
        background-size: 120% 113%;
        background-position: center -23px
    }

    .section--plans .plan--plus .plan__top-block,
    .section--plans .plan--sm .plan__top-block {
        background-size: 120% 113%;
        background-position: center -23px
    }

    .section--plans .plan--plus .plan__top-block {
        background-size: 100% 134%;
        background-position: center -55px
    }

    .section--plans .plan .btn {
        min-width: 240px
    }

    .section--plans .plan-list {
        padding-right: 75px
    }

    .section--plans .plans-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section--partners .partners-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section--partners .partners-container .partner {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }

    .section--partners .partners-container .partner:nth-child(n+4) {
        margin-top: 60px
    }
}

@media screen and (max-width: 768px) {
    .section--hero .hero-animation-js {
        width: 150%;
        right: -690px
    }

    .section--hero h1 {
        font-size: 3.75rem;
        line-height: 4.75rem
    }

    .section--app {
        padding-bottom: 0
    }

    .section--app .section-columns {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--app .section-columns__item {
        position: relative;
        padding-right: 0;
        text-align: center
    }

    .section--app .section-info {
        width: 100%;
        max-width: 600px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--app .app-animation-js {
        top: 45px
    }

    .section--app h1 {
        display: inline
    }

    .section--statistic .statistic-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 60px
    }

    .section--statistic .statistic-container .text-group {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .section--statistic .statistic-container .text-group:nth-child(n+3) {
        margin-top: 30px
    }

    .section--benefits {
        padding-bottom: 70px
    }

    .section--benefits .section-info {
        padding-top: 120px
    }

    .section--benefits .section-columns--two {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--benefits .section-columns__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .section--benefits .section-info .section-info__title {
        text-align: center;
        font-size: 2.9375rem;
        line-height: 3.125rem
    }

    .section--benefits .section-illustration {
        padding: 25px
    }

    .section--benefits .section-illustration img {
        width: 100%;
        max-width: 330px;
        margin: 0 auto
    }

    .section--benefits .list {
        padding: 0 30px;
        margin: 34px auto 0 auto
    }

    .section--benefits .list__item {
        margin-bottom: 45px
    }

    .section--partners .partners-container {
        display: none
    }

    .section--partners .glide {
        max-width: calc(100% - 84px);
        display: block;
        margin: 0 auto
    }

    .section--partners .glide .partner-logo {
        margin: 0 auto
    }

    .section--partners .glide .controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section--partners .glide .controls .button {
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
        background-image: url(../img/icons/slider/slider-arrow-active.svg);
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 23px 37px;
        background-position: -1px -1px;
        width: 22px;
        height: 36px
    }

    .section--partners .glide .controls .button--prev {
        margin-left: 46px;
        -webkit-transform: translateX(-300%) rotateY(180deg);
        transform: translateX(-300%) rotateY(180deg)
    }

    .section--partners .glide .controls .button--prev.disable {
        margin-left: 36px
    }

    .section--partners .glide .controls .button--next {
        margin-right: 46px;
        -webkit-transform: translateX(300%);
        transform: translateX(300%)
    }

    .section--partners .glide .controls .button--next.disable {
        margin-right: 36px
    }

    .section--partners .glide .controls .button.disable {
        background-image: url(../img/icons/slider/slider-arrow-hidden.svg);
        background-size: 18px 32px;
        background-position: 0 0;
        width: 18px;
        height: 32px;
        margin-top: 5px
    }

    .section--partners .glide__slides {
        z-index: 1
    }

    .section--partners .glide__bullets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: -42px;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--partners .glide__bullet {
        cursor: pointer;
        -webkit-appearance: none;
        background-color: transparent;
        background-image: url(../img/icons/slider/slider-bullet.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 6px;
        height: 6px;
        border: none;
        padding: 9px
    }

    .section--partners .glide__bullet--active {
        background-image: url(../img/icons/slider/slider-bullet-active.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px
    }

    .section--partners .glide__bullet:focus {
        outline: 0
    }
}

@media screen and (max-width: 670px) {
    .section--hero {
        min-height: calc(100vh - 75px)
    }

    .section--hero:after {
        background: 0 0
    }

    .section--hero .section-columns--two {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section--hero .section-columns__item {
        width: 100%
    }

    .section--hero .section-inner {
        padding-bottom: 150px
    }

    .section--hero .section-info {
        z-index: 3;
        padding: 0;
        text-align: center
    }

    .section--hero .hero-animation-js {
        min-height: 100vh;
        width: 265vw;
        right: auto
    }

    .section--hero .hero-animation-js:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #d32e30;
        opacity: .9
    }

    .section--hero h1 {
        margin-top: 70px
    }

    .section--hero p {
        margin: 25px auto 35px auto;
        text-align: center;
        max-width: 74%
    }

    .section--hero .btn {
        margin: 0 auto
    }
}

@media screen and (max-width: 450px) {
    .btn-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .btn-group .btn {
        margin-top: 20px
    }

    .btn-group .btn:first-child {
        margin-left: 0;
        margin-top: 0
    }

    .container {
        padding: 0
    }

    .paper-card--shift {
        margin-top: 0;
        border-radius: 0
    }

    .section {
        min-height: 100vh
    }

    .section h1,
    .section h2 {
        font-size: 2.9375rem;
        line-height: 3.125rem;
        text-align: center;
        margin: 0 auto
    }

    .section p {
        font-size: 1.25rem;
        line-height: 1.9375rem;
        text-align: center
    }

    .section--hero h1 {
        margin-top: 70px
    }

    .section--app {
        padding-bottom: 0
    }

    .section--app .section-columns--two {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--app .section-columns__item {
        width: 100%
    }

    .section--app .section-info {
        text-align: center;
        padding-top: 60px;
        z-index: 3;
        text-align: center;
        padding-right: 0;
        max-width: 90%
    }

    .section--app .section-info p {
        max-width: 86%;
        line-height: 1.875rem;
        text-align: center;
        display: inline-block
    }

    .section--app .app-animation-js {
        position: relative;
        -webkit-transform: translate(10px, 14px) scale(1.2);
        transform: translate(10px, 14px) scale(1.2);
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 33px
    }

    .section--app .btn-group {
        margin-top: 40px
    }

    .section--statistic {
        padding-top: 106px;
        background-image: url(../img/bg/bg-statistic-mobile.svg);
        background-size: cover
    }

    .section--statistic .statistic-container {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 80px
    }

    .section--statistic .text-group {
        margin-bottom: 75px
    }

    .section--statistic .text-group__title {
        font-size: 3.75rem
    }

    .section--statistic .text-group__description {
        font-size: 1.5rem;
        margin-top: 30px
    }

    .section--features {
        padding-top: 115px;
        padding-bottom: 30px
    }

    .section--features .feature {
        margin-top: 50px;
        width: 100%;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section--features .feature__item {
        margin-bottom: 50px
    }

    .section--features .feature__title {
        margin-bottom: 20px
    }

    .section--features .feature__description {
        line-height: 1.6875rem
    }

    .section--benefits .section-info {
        padding-top: 32px
    }

    .section--plans {
        padding-top: 110px;
        padding-bottom: 120px
    }

    .section--plans .section__title {
        font-size: 2.9375rem;
        margin-bottom: 35px
    }

    .section--plans .plan {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        width: 280px
    }

    .section--plans .plan .btn {
        min-width: 190px
    }

    .section--plans .plan-list {
        padding-right: 30px
    }

    .section--partners {
        padding-bottom: 105px
    }

    .section--partners:after {
        bottom: -20px
    }

    .section--partners .section__title {
        margin-top: 90px;
        font-size: 2.9375rem;
        line-height: 2.9375rem
    }

    .section--partners .section__description {
        margin-top: 45px;
        max-width: 80%;
        margin-bottom: 38px
    }

    .section--partners .btn {
        margin-top: 105px
    }

    h3 {
        font-size: 1.90rem;
    }

    .section--hero {
        padding-top: 0px !important;
    }

    .section {
        min-height: 92vh;
    }

    .section--hero .section-inner {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
        width: 0%;
    }
}

@media screen and (max-width: 425px) {
    .btn--submit {
        font-size: 1rem;
        min-height: 40px;
        min-width: 160px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1024px) {
    .footer:after {
        content: none
    }

    .footer .anime-hero {
        display: none
    }

    .footer .footer-info {
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 270px;
        margin-bottom: 50px
    }

    .footer .footer-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .footer-bottom-menu {
        position: relative;
        max-width: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 38px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .footer-bottom-menu__item {
        z-index: 1;
        margin: 10px 20px
    }

    .footer .footer-bottom-menu:after {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #c82a2b;
        opacity: .8
    }
}

@media screen and (max-width: 450px) {
    .footer:before {
        height: 100%
    }

    .footer:after {
        content: none
    }

    .footer__container {
        background-position: center -17px;
        background-repeat: no-repeat
    }

    .footer .anime-hero {
        display: none
    }

    .footer .footer-bottom-menu {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer .footer-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 220px;
        margin-bottom: 0
    }

    .footer .logo {
        margin: 0
    }

    .footer .socials {
        margin-top: 67px;
        margin-bottom: 100px
    }

    .footer .socials__title {
        margin-bottom: 17px
    }

    .footer .socials__item:first-child {
        margin-right: 0
    }

    .footer .decor {
        background-position: 0 17px;
        background-size: 730%
    }
}

@media screen and (max-width: 1024px) {
    .header {
        height: 77px
    }

    .header .btn--primary {
        display: none
    }

    .header__inner {
        height: 77px
    }

    .header .logo {
        margin-top: 35px;
        z-index: 7;
        padding-top: 10px
    }

    .header .logo__hover-img {
        padding-top: 10px
    }

    .header .logo img {
        width: 110px
    }
}

@media screen and (max-width: 1024px) {
    .main-nav {
        display: none;
        margin-right: 8%
    }

    .main-nav__inner {
        display: none
    }

    .main-nav--slide {
        display: block
    }

    .nav-in-processing .main-nav__inner {
        -webkit-animation: slideNavIn .6s cubic-bezier(.77, 0, .175, 1) 0s forwards;
        animation: slideNavIn .6s cubic-bezier(.77, 0, .175, 1) 0s forwards
    }

    .nav-in-processing .main-nav:not(.main-nav--slide) {
        opacity: 0;
        visibility: hidden
    }

    .nav-in-processing .header {
        z-index: 6
    }

    .nav-in-processing .header .overlay {
        display: block
    }

    .nav-in-processing .header.header--inverse .icon-burger,
    .nav-in-processing .header.header--inverse .icon-burger:after,
    .nav-in-processing .header.header--inverse .icon-burger:before {
        background-color: #fff
    }

    .nav-in-processing .header .icon-burger:after,
    .nav-in-processing .header .icon-burger:before {
        width: 18px
    }

    .nav-out-processing .main-nav__inner {
        -webkit-animation: slideNavOut .6s cubic-bezier(.77, 0, .175, 1) 0s forwards;
        animation: slideNavOut .6s cubic-bezier(.77, 0, .175, 1) 0s forwards
    }

    .nav-out-processing .main-nav:not(.main-nav--slide) {
        opacity: 1;
        visibility: visible
    }

    .nav-out-processing .header {
        z-index: 6
    }

    .nav-out-processing .header .overlay {
        display: block
    }

    .nav-out-processing .header.header--inverse .icon-burger,
    .nav-out-processing .header.header--inverse .icon-burger:after,
    .nav-out-processing .header.header--inverse .icon-burger:before {
        background-color: #fff
    }

    .nav-out-processing .header .icon-burger:after,
    .nav-out-processing .header .icon-burger:before {
        width: 14px
    }

    .nav-open .main-nav:not(.main-nav--slide) {
        opacity: 0;
        visibility: hidden
    }

    .nav-open .main-nav__inner {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-open .header {
        z-index: 6
    }

    .nav-open .header .icon-burger:after,
    .nav-open .header .icon-burger:before {
        width: 18px
    }

    .nav-open .header .overlay {
        display: block
    }

    .nav-open .header.header--inverse .icon-burger,
    .nav-open .header.header--inverse .icon-burger:after,
    .nav-open .header.header--inverse .icon-burger:before {
        background-color: #fff
    }

    .nav-open .header.header--hidden .icon-burger,
    .nav-open .header.header--hidden .icon-burger:after,
    .nav-open .header.header--hidden .icon-burger:before {
        background-color: #fff
    }

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

@media screen and (max-width: 1024px) {
    .popup {
        margin: 0 16px
    }

    .popup--game .popup__logo {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    .popup--game .popup__body:after {
        background-size: 830px;
        background-position: center 0;
        height: 185px
    }

    .popup--game .popup__title {
        margin: 240px auto 50px auto
    }

    .popup--game .popup__content--movie {
        display: none
    }

    .popup--game .glide {
        display: block;
        max-width: calc(100% - 84px);
        display: block;
        margin: 0 auto
    }

    .popup--game .glide .partner-logo {
        margin: 0 auto
    }

    .popup--game .glide .controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .popup--game .glide .controls .button {
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
        width: 18px;
        height: 32px;
        background-image: url(../img/icons/planet-arrow-right-active.svg);
        background-repeat: no-repeat;
        background-color: transparent
    }

    .popup--game .glide .controls .button--prev {
        margin-left: 36px;
        -webkit-transform: translateX(-300%) rotateY(180deg);
        transform: translateX(-300%) rotateY(180deg)
    }

    .popup--game .glide .controls .button--next {
        margin-right: 36px;
        -webkit-transform: translateX(300%);
        transform: translateX(300%)
    }

    .popup--game .glide .controls .button.disable {
        opacity: .3
    }

    .popup--game .glide__slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .popup--game .glide__slide img {
        max-width: 100%;
        width: 180px;
        height: auto
    }

    .popup--game .glide__slides {
        z-index: 1
    }

    .popup--game .glide__bullets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: -32px;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .popup--game .glide__bullet {
        cursor: pointer;
        -webkit-appearance: none;
        background-color: transparent;
        background-image: url(../img/icons/planet-bullet.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 6px;
        height: 6px;
        border: none;
        padding: 9px
    }

    .popup--game .glide__bullet--active {
        background-image: url(../img/icons/planet-bullet-active.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px
    }

    .popup--game .glide__bullet:focus {
        outline: 0
    }

    .popup--map .popup__body {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popup--map .info-container {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .popup--map .map {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        height: 50%;
        background-image: none;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-height: 641px) {
    .popup--contact .form-wrapper,
    .popup--register .form-wrapper {
        margin: 0 auto;
        padding: 58px 10px;
        width: 500px
    }

    .popup--contact .form,
    .popup--register .form {
        width: 100%
    }

    .popup--contact .img-wrapper {
        display: none
    }

    .popup .popup__body {
        top: 0
    }

    .popup .form-wrapper {
        padding: 28px 10px
    }

    .popup .popup__close {
        top: 12px;
        left: 10px;
        width: 32px;
        height: 32px
    }

    .popup .icon--cross-lg {
        width: 32px;
        height: 32px
    }

    .popup .form__title {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 768px) {
    .popup--register .form-wrapper {
        width: 100%
    }

    .popup--register .img-wrapper {
        display: none
    }
}

@media screen and (max-width: 450px) {
    .popup--contact .img-wrapper,
    .popup--register .img-wrapper {
        display: none
    }

    .popup--contact .form-wrapper,
    .popup--register .form-wrapper {
        margin: 0 auto;
        padding: 58px 10px;
        width: 500px
    }

    .popup--contact .form,
    .popup--register .form {
        width: 100%
    }

    .popup--register .form-wrapper {
        width: 100%
    }

    .popup--game .popup__logo {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--bon-bon {
        width: 230px;
        height: 120px;
        background-position: 10px 0;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--zum {
        background-position: 10px -120px;
        width: 230px;
        height: 130px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--sport {
        background-position: 20px -260px;
        width: 230px;
        height: 140px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--abjad {
        background-position: 40px -404px;
        width: 230px;
        height: 120px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--science {
        background-position: 36px -530px;
        width: 230px;
        height: 150px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--movie {
        background-position: 50px -680px;
        width: 230px;
        height: 140px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--comedy {
        background-position: 40px -826px;
        width: 230px;
        height: 150px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--adv {
        background-position: 47px -980px;
        width: 230px;
        height: 150px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--action {
        background-position: 47px -1140px;
        width: 230px;
        height: 120px;
        background-size: 230px 1400px
    }

    .popup--game .popup__logo.partner-logo-md--space-power {
        background-position: 50px -1268px;
        width: 230px;
        height: 120px;
        background-size: 230px 1400px
    }

    .popup--game .popup__body:after {
        background-size: 710px
    }
}

@media screen and (max-width: 1024px) {
    .plan {
        box-shadow: none;
        border-radius: 20px;
        width: 280px;
        margin-bottom: 45px;
        padding: 10px 10px 50px 10px;
        margin-left: 30px
    }

    .plan:last-child {
        margin-left: 0
    }

    .plan--plus:after,
    .plan--plus:before {
        content: none
    }

    .plan__top-block {
        margin-bottom: 40px;
        padding-top: 34px;
        border-top-right-radius: 17px;
        border-top-left-radius: 17px
    }

    .plan--plus .plan__top-block {
        background-size: 114% 100%;
        margin-bottom: 0;
        padding-bottom: 50px;
        background-position: center -50px;
        margin-bottom: 43px;
        padding-top: 25px;
        padding-bottom: 26px;
        background-size: 114% 140%
    }

    .plan--sm .plan__top-block {
        background-size: 114% 96%;
        background-position: center -4px
    }

    .plan__sub-title {
        padding-bottom: 0
    }

    .plan .btn {
        margin: 33px auto 0 auto;
        min-width: 190px;
        min-height: 48px;
        height: 48px
    }

    .plan-list {
        padding-right: 34px;
        max-width: none
    }

    .plan-list__item {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
    .section--plans {
        padding-top: 45px;
        padding-bottom: 0
    }

    .section--plans .section__title {
        margin-bottom: -60px
    }

    .plans-container {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media screen and (max-width: 450px) {
    .plans-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section--plans .plan {
        margin-left: 0
    }

    .section--plans .plan__top-block .plan__sub-title {
        font-size: 1.5rem
    }

    .section--plans .plan__top-block .plan__title {
        font-size: 3.75rem
    }

    .section--plans .plan__top-block .plan__description {
        font-size: 1.75rem
    }

    .section--plans .plan--sm .plan__top-block {
        background-size: 150% 125%;
        background-position: center -33px
    }

    .section--plans .plan--plus .plan__top-block {
        background-size: 130% 134%
    }
}

@media screen and (max-width: 1400px) {
    .section--hero .decor {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section--hero .decor img {
        width: 1400px
    }
}

@media screen and (max-width: 1024px) {
    .section--hero .decor {
        display: none
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

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

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

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

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

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -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: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fourth_d,
#third_d {
    text-align: center;
}

.new_btn_style {
    display: inline-block;
    line-height: 3.9rem;
}

.title_design {
    margin: 10px;
    padding: 10px;
    line-height: 55px;
}

.title_code {
    margin-top: 13px;
}

.final_design {
    line-height: 40px;
    font-size: 1.5rem;
}

/*// .st-nav // */
.st-nav {
    display: inline-block;
    text-align: center;
}

.st-nav label, .st-nav ul li {
    padding: 15px;
    display: block;
    width: 200px;
    color: #fff;
    background-image: linear-gradient(2deg, #d32e30 0, #ed5a2a 100%);
    box-shadow: 0 3px 6px -2px rgb(193 84 84 / 50%), inset 0 -2px 0 #c21e16;
    border-radius: 25px;
}

.st-nav label:hover, .st-nav ul li:hover {
    box-shadow: 0 5px 6px -2px rgb(193 84 84 / 50%), inset 0 -2px 0 #dd4042;
    border-radius: 32px;
    background-image: linear-gradient(
            2deg, #ef1c1c 0, #ff8536 100%);
    color: white;
    cursor: pointer;
}

.st-nav label {
    padding: 15px;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    font-size: 0.8rem;
}

.st-nav input {
    display: none;
}

.st-nav input ~ ul {
    position: relative;
    display: none;
    opacity: 0;
    z-index: 1;
}

.st-nav input:checked + label {
    background-image: linear-gradient(2deg, #d32e30 0, #ed5a2a 100%);
    box-shadow: 0 3px 6px -2px rgb(193 84 84 / 50%), inset 0 -2px 0 #c21e16;
    color: white;
    position: absolute;
}

.st-nav input:checked ~ ul {
    display: block;
    opacity: 1;
    top: 50px;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
}

.profile_data {
    border: 2px solid !important;
    padding: 10px !important;
    border-radius: 25px !important;
    text-transform: none !important;
    background: white !important;
    color: black !important;
}