ol,ul {
    list-style: none
}

a {
    color: #1089ef;
    text-decoration: none
}

.btn {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    padding: 12px 21px 12px 21px;
    letter-spacing: .01em;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    outline: 0;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .22s ease;
    -o-transition: all .22s ease;
    transition: all .22s ease;
    -webkit-tap-highlight-color: transparent;
}

.btn:active,.btn:focus {
    outline: 0;
    text-decoration: none!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:hover {
    text-decoration: none!important
}

.btn span.ripple {
    position: absolute;
    display: block;
    border-radius: 100%;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,.23)
}

.btn--green {
    color: #fff;
    background: #7dc855;
    border: 2px solid #7dc855
}

.btn--green:hover {
    background: #fff;
    color: #7dc855;
    border: 2px solid #7dc855
}

.btn--white-outlined {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .32s ease-in;
    -o-transition: all .32s ease-in;
    transition: all .32s ease-in
}

.btn--white-outlined:hover {
    -webkit-box-shadow: 0 5px 10px -4px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px -4px rgba(0,0,0,.2);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.btn--green-v2 {
    color: #fff;
    background: #7dc855;
    border: 2px solid #7dc855;
    -webkit-transition: all .32s ease-in;
    -o-transition: all .32s ease-in;
    transition: all .32s ease-in
}

.btn--green-v2:hover {
    color: #fff;
    background: #7dc855;
    border: 2px solid #7dc855;
    -webkit-box-shadow: 0 5px 10px -4px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px -4px rgba(0,0,0,.2);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.title {
    color: #222;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 1.22;
    margin: 0;
    padding: 0;
    font-style: normal
}

.title.title--h1 {
    font-size: 48px
}

@media (max-width: 1023px) {
    .title.title--h1 {
        font-size:40px
    }
}

@media (max-width: 767px) {
    .title.title--h1 {
        font-size:32px
    }
}

@media (max-width: 480px) {
    .title.title--h1 {
        font-size: 25px;
    }
    /*.title.title--h1 svg{*/
    /*    max-width: 40px;*/
    /*}*/
}

.title.title--h2 {
    font-size: 48px
}

@media (max-width: 1023px) {
    .title.title--h2 {
        font-size:40px
    }
}

@media (max-width: 767px) {
    .title.title--h2 {
        font-size:32px
    }
}

@media (max-width: 359px) {
    .title.title--h2 {
        font-size:30px
    }
}

.title.title--h3 {
    font-size: 35px
}

.title.title--h4 {
    font-size: 20px
}

.title.title--h5 {
    font-size: 18px;
}

@media (max-width: 1023px) {
    .title.title--h4 {
        font-size:18px
    }
}

.p {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.input:focus {
    outline: 0;
    -webkit-appearance: none
}

input,select,textarea {
    border: 1px solid #d7dfef;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    padding: 0 18px 0 18px;
    font-size: 16px;
    outline: 0;
    border-radius: 5px;
    font-family: Roboto,sans-serif
}

input:focus,select:focus,textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-webkit-input-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

input::-moz-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

input:-ms-input-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

input::-ms-input-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

input::placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

::-webkit-input-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

::-moz-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

:-ms-input-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

:-moz-placeholder {
    font-size: 16px!important;
    color: #abaeb5!important;
    font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 300!important
}

input:-internal-autofill-selected,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-internal-autofill-selected,select:-webkit-autofill,select:-webkit-autofill:active,select:-webkit-autofill:focus,select:-webkit-autofill:hover {
    -webkit-appearance: menulist-button;
    background-color: #fff;
    color: #1a1a1a!important;
    -webkit-box-shadow: 0 0 0 100px #fff inset;
    -webkit-text-fill-color: #1a1a1a
}

input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],select {
    padding-top: 0;
    height: 50px;
    line-height: 50px;
    color: #1a1a1a
}

input:disabled,input:disabled:active,input:disabled:focus,input:disabled:hover,select:disabled,textarea:disabled {
    background: #f8f8f8!important;
    border-color: #f8f8f8!important
}

input[type=radio] {
    width: 20px;
    height: 20px
}

.form-group {
    line-height: 1
}

.form-group--oneline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.form-group--oneline-icon-left .icon {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    border-right: 1px solid #d7dfef;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center
}

.form-group--oneline-icon-left .icon svg {
    height: 20px
}

.form-group--oneline-icon-left .icon svg path {
    fill: #999
}

.form-group--oneline-icon-left .input {
    padding-left: 60px;
    border-radius: 5px 0 0 5px
}

.form-group--oneline .btn {
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

body {
    line-height: 1.7;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    margin: 0;
}

html {
    height: -webkit-fill-available
}

body,html {
    min-height: 100%
}

body {
    line-height: 1.7;
    color: #555;
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden
}

main img {
    height: auto;
    max-width: 100%;
    width: auto
}

.parent img {
    width: 100%;
    display: block;
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accent {
    color: #1089ef
}

.section-header {
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .section-header {
        text-align:center
    }
}

.section-header .title {
    text-align: center
}

@-webkit-keyframes fadeInUpv2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,40%,0);
        transform: translate3d(0,40%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUpv2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,40%,0);
        transform: translate3d(0,40%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

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

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.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: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.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: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,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 {
    11.1%,from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,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;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    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-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform: perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

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

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

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

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

.animated.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 (print),(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important
    }
}

.eight-theme--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.eight-theme--item {
    width: 50%;
    padding: 0 20px
}

@media (max-width: 767px) {
    .eight-theme--item {
        width:100%
    }
}

.header {
    background: #1089ef;
    border:none;
}

.header .menu a {
    color: #fff;
}

.header:not(.header--fixed) .header--client-component li .menu-item-dropdown-trigger {
    color: #fff !important;
}

.header--client-component .client-component--to-account {
    color: #fff;
}

.header--menu-trigger_line,
.header--menu-trigger_line:after,.header--menu-trigger_line:before{
    background-color: #fff;
}

@media only screen and (min-width: 1023px) {
    .header .menu>li:before {
        border-color: #fff;
    }
    .header:not(.header--fixed) .menu > li > .menu-item-dropdown-trigger {
        color: #fff;
    }
}

@media (max-width: 1023px)
    .header--menu-opened .header--menu-trigger_line:after,
    .header--menu-opened .header--menu-trigger_line:before {
        background: #1a1a1a;
    }
}

.reviews--carousel-wrapper {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1200px) {
    .reviews--carousel-wrapper {
        width:unset;
        max-width: unset;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .reviews--carousel-wrapper {
        padding-left:0;
        padding-right: 0
    }
}

.reviews--carousel-wrapper .swiper-container {
    padding-bottom: 30px
}

/*.reviews--carousel-wrapper .swiper-button-next,.reviews--carousel-wrapper .swiper-button-prev {*/
/*    top: 0;*/
/*    height: 98%;*/
/*    width: 170px;*/
/*    outline: 0!important;*/
/*    border: none!important;*/
/*    padding: 0;*/
/*    text-align: left*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .reviews--carousel-wrapper .swiper-button-next,.reviews--carousel-wrapper .swiper-button-prev {*/
/*        display:none;*/
/*        visibility: hidden*/
/*    }*/
/*}*/

/*.reviews--carousel-wrapper .swiper-button-next:after,.reviews--carousel-wrapper .swiper-button-prev:after {*/
/*    font-size: 28px;*/
/*    font-weight: 300*/
/*}*/

/*.reviews--carousel-wrapper .swiper-button-next {*/
/*    right: -10px;*/
/*    background: #fff;*/
/*    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(70%,#fff));*/
/*    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 70%);*/
/*    background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 70%)*/
/*}*/

/*.reviews--carousel-wrapper .swiper-button-prev {*/
/*    background: #fff;*/
/*    background: -o-linear-gradient(170deg,rgba(255,255,255,0) 0,#fff 70%);*/
/*    background: linear-gradient(280deg,rgba(255,255,255,0) 0,#fff 70%);*/
/*    left: -10px*/
/*}*/

/*.reviews--carousel-wrapper .swiper-pagination {*/
/*    position: absolute;*/
/*    bottom: 0!important;*/
/*    top: auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center*/
/*}*/

.reviews--carousel-wrapper .swiper-pagination-bullet {
    height: 12px;
    width: 11px;
    background: #222;
    vertical-align: middle;
}

.reviews--carousel-wrapper .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px
}

.reviews--carousel-slide {
    padding: 10px 25px
}

/*@media (min-width: 1200px) {*/
/*    .reviews--carousel-slide {*/
/*        width:33.33%!important*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .reviews--carousel-slide {
        padding-left:0;
        padding-right: 0
    }
}

.progress-container {
    text-align: right;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.progress-container .scroll--progress-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 2px dashed #e1e1e1;
    z-index: -1
}

@media (max-width: 1023px) {
    .progress-container .scroll--progress-bar {
        right:10px
    }
}

.header-become--fixed {
    padding-top: 66px
}

@media (max-width: 1023px) {
    .header-become--fixed {
        padding-top:60px
    }
}

.eight-theme--section {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.eight-theme--first-screen {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    background: url(../img/vawes/vawe-1--full-min.png) no-repeat bottom -2px left;
    background-size: cover;
    color: #fff;
    min-height: 64vh;
    overflow: hidden
}

@media only screen and (min-width: 992px) {
    .eight-theme--first-screen > .container {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1600px;
    }
}

@media (max-width: 1023px) {
    .eight-theme--first-screen {
        padding-bottom:50px
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen {
        padding-top:68px
    }
}

@media (max-width: 480px) {
    .eight-theme--first-screen .first-screen--content p.sa.size-12.wow.zoomIn svg {
        max-width: 14px;
    }

    .eight-theme--first-screen .first-screen--content p.sa.size-12.wow.zoomIn {
        font-size: 9px;
    }
}

.eight-theme--first-screen:before {
    content: '';
    display: block;
    width: 100%;
    height: 62%;
    position: absolute;
    top: 0;
    right: -3px;
    background: #1089ef;
    z-index: -1
}

@media (max-width: 1920px) {
    .eight-theme--first-screen:before {
        height:71%
    }
}

@media (max-width: 1365px) {
    .eight-theme--first-screen:before {
        height:77%
    }
}

@media (max-width: 1023px) {
    .eight-theme--first-screen:before {
        height:94%
    }
}

.eight-theme--first-screen .bg-parts {
    position: absolute;
    width: 103%;
    height: 100%;
    bottom: 0;
    left: -1.5%;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.eight-theme--first-screen .bg-parts .fs-bg-part {
    position: absolute;
    z-index: 1;
    -webkit-transition: all .22s ease;
    -o-transition: all .22s ease;
    transition: all .22s ease
}

.eight-theme--first-screen .bg-parts .fs-bg-part.fs-bg-part1 {
    top: 50%;
    left: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eight-theme--first-screen .bg-parts .fs-bg-part.fs-bg-part2 {
    bottom: 23%;
    left: 32%
}

.eight-theme--first-screen .bg-parts .fs-bg-part.fs-bg-part3 {
    top: 60px;
    left: 40%;
    max-width: 360px
}

.eight-theme--first-screen .bg-parts .fs-bg-part.fs-bg-part4 {
    top: 0;
    right: 0
}

.eight-theme--first-screen .container {
    position: relative;
    z-index: 2
}

.eight-theme--first-screen .first-screen--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: 800px
    }
}

.eight-theme--first-screen .first-screen--row-item {
    padding: 20px
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item {
        padding:0
    }
}

.eight-theme--first-screen .first-screen--row-item.first-screen--picture {
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item.first-screen--picture {
        max-width:320px
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup {
    position: relative;
    display: inline-block;
    padding-top: 60px;
    text-align: left
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup {
        padding:0 10% 0 10px;
        margin: 0 -20px
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup {
        padding-right:0;
        padding-left: 0
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup img {
    max-height: 469px
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup1 {
    position: relative;
    right: -16%;
    top: -70px;
    z-index: 5;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup1 {
        right:0;
        top: 0
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup2,.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup3 {
    position: absolute;
    left: 0;
    bottom: 5px;
    opacity: .9;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup2,.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup3 {
        opacity:1
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup2 {
    bottom: 14.5%;
    left: 17%;
    z-index: 3
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup2 {
        top:-8%;
        left: 8%
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup2 {
        top:-10%;
        left: 5%
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup3 {
    bottom: 14%;
    left: 18%;
    z-index: 2
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup3 {
        top:-17%;
        left: 14%
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup .first-screen--picture-mockup3 {
        top:-20%;
        left: 10%
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup1 {
    right: 0;
    top: 0
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup2,.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup3 {
    opacity: 1
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup2 {
    bottom: 14.5%;
    left: 17%
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup2 {
        top:-8%;
        left: 8%
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup2 {
        top:-10%;
        left: 5%
    }
}

.eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup3 {
    bottom: 25%;
    left: 32%
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup3 {
        top:-17%;
        left: 14%
    }
}

@media (max-width: 767px) {
    .eight-theme--first-screen .first-screen--row-item .first-screen--picture-mockup.move .first-screen--picture-mockup3 {
        top:-20%;
        left: 10%
    }
}

.eight-theme--first-screen .first-screen--content {
    width: 470px;
    min-width: 470px;
    margin-top: -40px;
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--content {
        width:100%;
        min-width: unset;
        text-align: center;
        margin-top: 0;
        margin-bottom: 80px;
        max-width: 500px
    }
    .eight-theme--first-screen .first-screen--content p {
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .eight-theme--first-screen .first-screen--content {
        margin-bottom:70px
    }
}

.eight-theme--first-screen .first-screen--content .title {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff
}

.eight-theme--first-screen .first-screen--content .title > span {
    position: relative;
    bottom: -4px;
}

@media only screen and (min-width: 768px) {
    .eight-theme--first-screen .first-screen--content .title > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
    }
}

.eight-theme--first-screen .first-screen--content .title span svg {
    margin-right: 4px
}

.eight-theme--first-screen .first-screen--content .btn-bar {
    padding-top: 25px
}

.eight-theme--partners {
    padding-top: 120px;
    padding-bottom: 150px
}

@media (max-width: 767px) {
    .eight-theme--partners {
        padding-top:50px;
        padding-bottom: 40px
    }
    .eight-theme--first-screen .first-screen--content .title span svg {
        vertical-align: middle;
        max-width: 50px;
        margin-right: 0;
    }
}

.eight-theme--partners .section-header {
    text-align: center;
    margin-bottom: 25px
}

.eight-theme--partners .section-header .p {
    font-size: 18px;
    color: #999
}

.eight-theme--partners .partners--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width: 1023px) {
    .eight-theme--partners .partners--list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .eight-theme--partners .partners--list {
        margin-left:auto;
        margin-right: auto;
        max-width: 500px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.eight-theme--partners .partners--list-item {
    margin: 5px 15px
}

@media (max-width: 1100px) {
    .eight-theme--partners .partners--list-item {
        margin:5px 10px
    }
}

@media (max-width: 1023px) {
    .eight-theme--partners .partners--list-item {
        margin:5px;
        width: calc(33.33% - 10px);
        text-align: center
    }
}

@media (max-width: 767px) {
    .eight-theme--partners .partners--list-item {
        margin:0 0 10px 0;
        width: calc(50% - 10px)
    }
}

.eight-theme--partners .partners--list-picture {
    display: inline-block
}

.eight-theme--partners .partners--list-picture img {
    max-height: 56px;
    width: auto
}

.eight-theme--customize-everything .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eight-theme--customize-everything .p {
    color: #999;
}

.eight-theme-customize--item {
    font-size: 14px;
    padding: 20px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 6%);
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s linear;
    background-color: #fff;
}

.eight-theme-customize--item + .eight-theme-customize--item {
    margin-top: 30px;
}

.eight-theme-customize--item.active, .eight-theme-customize--item:hover {
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
}

.eight-theme-customize--item-preview {
    animation: fadeIn .3s linear;
    width: 100%;
}

.eight-theme--customize-everything {
    position: relative;
    padding: 100px 0;
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),to(rgba(16,137,239,.06)));
    background: -o-linear-gradient(bottom,rgba(255,255,255,0) 0,rgba(16,137,239,.06) 100%);
    background: linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(16,137,239,.06) 100%)
}

@media (max-width: 1023px) {
    .eight-theme--customize-everything {
        padding:80px 0
    }
}

@media only screen and (max-width: 992px) {
    .eight-theme--customize-everything .row .col-md-6 {
        order: -1;
    }

    .eight-theme-customize--item {
        margin-top: 30px;
    }

    .eight-theme--customize-everything .row > div {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .eight-theme--customize-everything {
        padding:60px 0
    }
    .eight-theme-customize--item {
        display: none;
    }
}

.eight-theme--customize-everything .design-tool--figure-circle {
    position: absolute;
    top: -40%;
    right: 38%;
    border: 2px dashed #e1e1e1;
    height: 700px;
    width: 700px;
    border-radius: 50%;
    z-index: -1
}

.eight-theme--customize-everything .design-tool--figure-circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60%;
    width: 60%;
    border: 2px dashed #e1e1e1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.eight-theme--support {
    padding: 80px 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .eight-theme--support {
        padding:30px 0 0;
    }
}

.eight-theme--support .title--h2 {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .eight-theme--support .title--h2 {
        margin-bottom:15px
    }

    .eight-theme--support .title--h2 br {
        display: none
    }
}

.eight-theme--support .p {
    color: #999;
    font-size: 18px
}

@media (max-width: 767px) {
    .eight-theme--support .p {
        font-size:16px
    }
}

.eight-theme--support picture {
    display: inline-block
}

.eight-theme--support .btn-bar {
    padding-top: 45px
}

.eight-theme--support .support-section--row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }
}

.eight-theme--support .support-section--item-picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 460px
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--item-picture {
        min-height:unset;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.eight-theme--support .support-section--item-picture .svg-container {
    position: absolute;
    z-index: 3
}

.eight-theme--support .support-section--item-picture .svg-container.line1 {
    top: 0;
    left: 45px
}

.eight-theme--support .support-section--item-picture .svg-container.line2 {
    bottom: -50px;
    right: -100px
}

@media (max-width: 1365px) {
    .eight-theme--support .support-section--item-picture .svg-container.line2 {
        right:0
    }
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--item-picture .svg-container.line2 {
        bottom:20px
    }
}

.eight-theme--support .support-section--item-picture .svg-container.ico-comment {
    right: 20px;
    top: 40px
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--item-picture .svg-container.ico-comment {
        top:20px
    }
}

.eight-theme--support .support-section--item-picture .svg-container.ico-like {
    bottom: 40px;
    left: 200px
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--item-picture .svg-container.ico-like {
        left:20px;
        bottom: 10px
    }
}

.eight-theme--support .support-section--item-picture img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25px;
    margin-top: -50%;
    min-width: 934px
}

@media (max-width: 767px) {
    .eight-theme--support .support-section--item-picture img {
        position:relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: unset;
        left: unset;
        min-width: unset;
        width: auto;
        max-height: 420px;
        margin: 0 auto
    }
}

.eight-theme--update {
    position: relative;
    padding-top: 100px
}

@media (max-width: 1023px) {
    .eight-theme--update {
        overflow:hidden
    }
}

.eight-theme--update .bg-figures {
    position: absolute;
    z-index: -1
}

.eight-theme--update .bg-figures--circle-dash {
    top: 33%;
    right: 80px
}

@media (max-width: 1800px) {
    .eight-theme--update .bg-figures--circle-dash {
        right:0
    }
}

.eight-theme--update .bg-figures--triangle-bg {
    top: 0;
    right: 45px
}

@media (max-width: 767px) {
    .eight-theme--update .bg-figures--triangle-bg {
        opacity:.01
    }
}

.eight-theme--update .bg-figures--triangle-bg2 {
    height: 34px
}

.eight-theme--update .bg-figures--circle-filled {
    bottom: 20px;
    left: 50%
}

@media (max-width: 1365px) {
    .eight-theme--update .bg-figures--circle-filled {
        left:auto;
        right: 0
    }
}

.eight-theme--update .bg-figures--circle-filled2 {
    top: 30%;
    left: 25px
}

.eight-theme--update .update-section--item-content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 500px
}

@media (max-width: 767px) {
    .eight-theme--update .update-section--item-content {
        min-width:unset
    }
}

.eight-theme--update .update-section--item-content .title--h2 {
    margin-bottom: 20px
}

.eight-theme--update .update-section--item-content .p {
    font-size: 18px;
    color: #999
}

.eight-theme--update .update-section--item-picture {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px
}

@media (max-width: 1200px) {
    .eight-theme--update .update-section--item-picture {
        min-height:unset;
        width: auto
    }
}

@media (max-width: 768px) {
    .eight-theme--update .update-section--item-picture svg {
        width: 100px;
        height: 100px;
    }
}
.eight-theme--update .update-section--item-picture .reload-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 6
}

@media (max-width: 1200px) {
    .eight-theme--update .update-section--item-picture .reload-ico {
        position:relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: unset;
        top: unset
    }
}

.eight-theme--update .update-section--item-picture picture {
    position: relative;
    display: block;
    width: 100%
}

@media (max-width: 1200px) {
    .eight-theme--update .update-section--item-picture picture {
        display:none;
        visibility: visible
    }
}

.eight-theme--update .update-section--item-picture picture img {
    position: absolute;
    z-index: 2
}

.eight-theme--update .update-section--item-picture picture .update-section--image1 {
    position: relative;
    max-width: 341px;
    z-index: 5
}

.eight-theme--update .update-section--item-picture picture .update-section--image2 {
    max-width: 490px;
    left: 15%;
    top: -100px;
    z-index: 4
}

.eight-theme--update .update-section--item-picture picture .update-section--image3 {
    max-width: 280px;
    right: 76%;
    bottom: 20%;
    z-index: 3
}

.eight-theme--update .update-section--item-picture picture .update-section--image4 {
    max-width: 291px;
    bottom: 10%;
    right: 15px
}

.eight-theme--theme-carousel {
    position: relative;
    padding: 70px 0
}

@media (max-width: 1023px) {
    .eight-theme--theme-carousel {
        padding-top:70px;
        padding-bottom: 30px
    }
}

.eight-theme--theme-carousel .bg-figures {
    position: absolute;
    z-index: -1
}

.eight-theme--theme-carousel .bg-figures.bg-figures--romb {
    top: -20%;
    left: 0
}

.eight-theme--theme-carousel .bg-figures--triangle-big {
    bottom: 0;
    right: 150px
}

.eight-theme--theme-carousel .bg-figures--triangle-bg {
    height: 34px;
    right: 12%;
    bottom: 15%
}

.eight-theme--theme-carousel .theme-carousel--wrapper {
    position: relative;
    max-width: 1900px;
    width: 100%;
}

.eight-theme--theme-carousel .theme-carousel--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (max-width: 1439px) {
    .eight-theme--theme-carousel .theme-carousel--list {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 1023px) {
    .eight-theme--theme-carousel .theme-carousel--list {
        margin-left:-10px;
        margin-right: -10px
    }
}

.eight-theme--theme-carousel .theme-carousel--list-item {
    position: relative;
    display: inline-block;
    width: calc(20% - 40px);
    max-width: 280px;
    margin: 50px 20px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .22s ease;
    -o-transition: all .22s ease;
    transition: all .22s ease
}

.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(2n) {
    top: -100px
}

@media (min-width: 1439px) {
    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(6) {
        top:-60px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(7) {
        top: -170px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(8) {
        top: -60px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(9) {
        top: -120px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(10) {
        top: -30px
    }
}

@media (max-width: 1700px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        max-width:260px
    }
}

@media (max-width: 1500px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        max-width:246px
    }
}

@media (max-width: 1439px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        width:calc(25% - 40px);
        margin-bottom: 25px;
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(2n) {
        top: -100px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(9) {
        top: -90px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(10) {
        top: 40px
    }
}

@media (max-width: 1439px) and (min-width: 1134px) {
    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(9),
    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(10) {
        display: none;
    }
}

@media (max-width: 1365px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        width:calc(33.33% - 40px)
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(2n) {
        top: -60px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(4) {
        top: 0
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(5) {
        top: -36px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(6) {
        top: -60px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(8) {
        top: -50px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(10) {
        top: -60px
    }
}

@media (max-width: 1023px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        width:calc(33.33% - 20px);
        margin-left: 10px;
        margin-right: 10px
    }

    .eight-theme--theme-carousel .theme-carousel--list-item:nth-child(1),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(10),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(2),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(2n),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(3),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(4),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(5),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(6),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(7),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(8),.eight-theme--theme-carousel .theme-carousel--list-item:nth-child(9) {
        top: 0;
        bottom: 0;
        margin-top: 5px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .eight-theme--theme-carousel .theme-carousel--list-item {
        width:calc(50% - 20px)
    }
}

.eight-theme--theme-carousel .theme-carousel--list-item__picture {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px -4px rgba(0,0,0,.25);
    box-shadow: 0 0 20px -4px rgba(0,0,0,.25);
    overflow: hidden
}

@media (max-width: 1439px) {
    .eight-theme--theme-carousel .theme-carousel--list-item__picture {
        height:0;
        padding-top: 56.25%
    }

    .eight-theme--theme-carousel .theme-carousel--list-item__picture img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        width: 100%;
        height: 100%
    }
}

.eight-theme--theme-carousel .theme-carousel--list-item__controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -4px;
    opacity: .1;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    visibility: hidden;
    background-color: rgba(16,137,239,.2);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    backdrop-filter: saturate(180%) blur(16px);
    transition-property: background-color,backdrop-filter,-webkit-backdrop-filter;
    -webkit-transition: background-color .2s cubic-bezier(.28,.11,.32,1);
    -o-transition: background-color .2s cubic-bezier(.28,.11,.32,1);
    transition: background-color .2s cubic-bezier(.28,.11,.32,1);
    display: none
}

.eight-theme--theme-carousel .theme-carousel--list-item__controls .btn {
    min-height: 44px;
    height: 44px;
    padding: 4px 15px;
    font-size: 14px;
    margin: 2px
}

.eight-theme--theme-carousel .theme-carousel--list-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    line-height: 1;
    font-size: 16px
}

.eight-theme--theme-carousel .theme-carousel--list-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.eight-theme--theme-carousel .theme-carousel--list-item:hover .theme-carousel--list-item__controls {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .22s ease;
    -o-transition: all .22s ease;
    transition: all .22s ease
}

.eight-theme--theme-carousel .btn-bar {
    text-align: center
}

@media (max-width: 1439px) {
    .eight-theme--theme-carousel .btn-bar {
        padding-top:50px
    }
}

@media (max-width: 1365px) {
    .eight-theme--theme-carousel .btn-bar {
        padding-top:0
    }
}

.eight-theme--design-market {
    position: relative;
    padding: 160px 0 80px 0;
    overflow: hidden
}

@media (max-width: 1023px) {
    .eight-theme--design-market {
        padding-top:150px
    }
}

@media (max-width: 767px) {
    .eight-theme--design-market {
        padding-top:50px
    }
}

.eight-theme--design-market:after,.eight-theme--design-market:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.eight-theme--design-market:before {
    background: url(../img/vawes/vawe_2_back_3.svg) repeat-x left top 53%;
    background-size: 3200px
}

@media (max-width: 1920px) {
    .eight-theme--design-market:before {
        background-position:left top 60%
    }
}

@media (max-width: 1023px) {
    .eight-theme--design-market:before {
        background-position:left bottom 37%
    }
}

.eight-theme--design-market:after {
    background: url(../img/figures/bg-figure2.png),url(../img/vawes/vawe_2_front_3.svg);
    background-repeat: no-repeat,repeat-x;
    background-position: left center,left top 50%;
    background-size: 300px,3200px,cover;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media (max-width: 1920px) {
    .eight-theme--design-market:after {
        background-position:left top 54%,left top 55%
    }
}

@media (max-width: 1023px) {
    .eight-theme--design-market:after {
        background-position:left bottom 20%,left bottom
    }
}

.eight-theme--design-market .container {
    position: relative;
    z-index: 2
}

.eight-theme--design-market .design-market--row {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--row {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.eight-theme--design-market .design-market--item-content {
    color: #fff;
    max-width: 460px
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-content {
        max-width:500px
    }
}

.eight-theme--design-market .design-market--item-content .title--h2 {
    margin-bottom: 20px;
    color: #fff
}

.eight-theme--design-market .design-market--item-content .btn-bar {
    padding-top: 30px
}

.eight-theme--design-market .design-market--item-picture {
    position: relative;
    width: calc(100% - 460px)
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-picture {
        width:100%;
        text-align: center
    }
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-picture {
        max-width:480px
    ;
        margin-bottom: 50px;
    }
}

.eight-theme--design-market .design-market--item-picture picture {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: nowrap;
    /* flex-wrap: nowrap; */
    position: relative;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-picture picture {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        /* margin-left: -20px; */
        /* margin-right: -20px; */
    }
}

.eight-theme--design-market .design-market--item-picture picture img {
    /* position: relative; */
    /* max-height: 613px; */
    /* z-index: 4; */
    /* height: auto; */
    /* position: absolute; */
    /* top: 0; */
    max-width: 530px;
    margin: 0 auto;
}

.eight-theme--design-market .design-market--item-picture picture img + img {
    position: absolute;
    display: inline-block;
}

@media (max-width: 767px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(1) {
        top:-30px
    ;
        max-width: 100%;
    }
}

.eight-theme--design-market .design-market--item-picture picture img:nth-child(2) {
    top: auto;
    z-index: 3;
    bottom: 0;
    left: -15%;
    max-height: 250px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(2) {
        /* margin-left:-190px; */
        /* top: -30px; */
        /* max-height: 300px; */
    }
}
@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(2) {
        /* margin-left:-190px; */
        /* top: -30px; */
        /* max-height: 220px; */
        left: -50%;
    }
}

@media (max-width: 767px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(2) {
        /* position:absolute; */
        /* margin: 0; */
        /* left: -60px; */
        /* top: 15px; */
    }
}

@media screen and (max-width: 480px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(2),
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(3) {
        display: none;
    }
}

.eight-theme--design-market .design-market--item-picture picture img:nth-child(3) {
    top: auto;
    z-index: 2;
    right: 4%;
    bottom: 0;
    max-height: 250px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(3) {
        /* margin-left:-190px; */
        /* top: -60px; */
        right: -5%;
    }
}

@media (max-width: 1023px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(3) {
        /* margin-left:-190px; */
        /* top: -60px; */
        right: -30%;
        /* max-height: 250px; */
    }
}
@media (max-width: 767px) {
    .eight-theme--design-market .design-market--item-picture picture img:nth-child(3) {
        /* position:absolute; */
        /* margin: 0; */
        /* right: -60px; */
        /* top: -85px; */
        right: -11%;
    }
}

@media (max-width: 767px) {
    .eight-theme--design-market .design-market--item-picture picture.test img:nth-child(1) {
        top:0
    }
}

@media (max-width: 767px) {
    .eight-theme--design-market .design-market--item-picture picture.test img:nth-child(2),.eight-theme--design-market .design-market--item-picture picture.test img:nth-child(3) {
        display:none
    }
}

.eight-theme--counter {
    position: relative;
    background: #1089ef;
    color: #fff;
    padding: 10px 0
}

.eight-theme--counter .counter--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 160px;
    font-size: 48px;
    font-weight: 700
}

@media (max-width: 1200px) {
    .eight-theme--counter .counter--title {
        font-size:36px;
        min-height: unset;
        vertical-align: middle;
        padding: 10px 0;
        text-align: center
    }
}

@media (max-width: 1023px) {
    .eight-theme--counter .counter--title {
        font-size:30px
    }
}

.eight-theme--counter .odometer {
    line-height: 1;
    margin: 2px 25px
}

@media (max-width: 359px) {
    .eight-theme--counter .odometer {
        margin:2px 15px;
        zoom:.9}
}

.eight-theme--counter .numbers-animation span,.eight-theme--counter .odometer-digit {
    width: 46px;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #259bff;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    font-family: sans-serif
}

.eight-theme--counter .numbers-animation span:before,.eight-theme--counter .odometer-digit:before {
    position: absolute;
    background: #3ba5ff;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    content: "";
    z-index: -1
}

.eight-theme--counter .odometer-digit-spacer,.eight-theme--counter .odometer-value.odometer-last-value {
    padding: 0 10px
}

.eight-theme--counter .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.eight-theme--counter .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.eight-theme--counter .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.eight-theme--counter .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.eight-theme--counter .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.eight-theme--counter .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.eight-theme--counter .odometer.odometer-auto-theme .odometer-value,.eight-theme--counter .odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.eight-theme--counter .numbers-animation span:not(:first-child),.eight-theme--counter .odometer-digit:not(:first-child) {
    margin-left: 4px!important
}

.eight-theme--our-themes {
    position: relative;
    padding: 140px 0 60px 0;
    overflow: hidden
}

@media (max-width: 1024px) {
    .eight-theme--our-themes {
        padding-top:80px
    }
}

@media (max-width: 767px) {
    .eight-theme--our-themes {
        padding-top:60px
    }
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures {
    position: absolute;
    left: 98%;
    top: 33%
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures--circle-dash {
    height: 240px
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures--triangle-bg {
    height: 34px;
    right: -170px;
    left: auto;
    top: 95%
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures--triangle-bg2 {
    opacity: .3;
    bottom: 33%;
    left: 48%;
    top: auto
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures--circle-filled {
    top: auto;
    left: 15px;
    bottom: 0;
    opacity: .2
}

.eight-theme--our-themes .colored-shapes--wrapper .bg-figures--circle-filled2 {
    top: 20px;
    right: 23%;
    left: auto;
    opacity: .3
}

.eight-theme--our-themes .container {
    position: relative
}

.eight-theme--our-themes .our-themes {
    padding: 0 25px
}

@media (min-width: 1365px) {
    .eight-theme--our-themes .our-themes--content {
        padding:0 30px
    }
}

.eight-theme--our-themes .our-themes--small-title {
    margin-bottom: 8px
}

.eight-theme--our-themes .our-themes--header {
    text-align: center;
    margin-bottom: 50px
}

.eight-theme--our-themes .our-themes--header .title {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1
}

.eight-theme--our-themes .our-themes--header p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
}

.eight-theme--our-themes .our-themes--txt {
    text-indent: 25px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.eight-theme--reviews {
    position: relative;
    padding: 65px 0
}

@media (max-width: 767px) {
    .eight-theme--reviews {
        padding-top:10px;
        padding-bottom: 30px
    }
}

.eight-theme--reviews .title--h2 {
    margin-bottom: 50px;
    text-align: center
}

.eight-theme--reviews .reviews--carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.eight-theme--reviews .reviews--carousel-item-avatar {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1
}

.eight-theme--reviews .reviews--carousel-item-avatar img {
    max-height: 50px
}

.eight-theme--reviews .reviews--carousel-item-raiting {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 12px
}

.eight-theme--reviews .reviews--carousel-item-raiting .svg-inline--fa {
    height: 20px;
    margin: 0 1px
}

.eight-theme--reviews .reviews--carousel-item-raiting .svg-inline--fa path {
    fill: #fdd835
}

.eight-theme--reviews .reviews--carousel-item-txt {
    margin-bottom: 25px
}

.eight-theme--reviews .reviews--carousel-item-username {
    margin-bottom: 5px
}

.eight-theme--reviews .reviews--carousel-item-theme {
    color: #999
}

.eight-theme--subscribe {
    position: relative;
    padding: 60px 0 130px 0;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(16,137,239,.06)));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(16,137,239,.06) 100%);
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(16,137,239,.06) 100%);
    overflow: hidden
}

.eight-theme--subscribe .colored-shapes--wrapper {
    top: 0;
    bottom: 0
}

.eight-theme--subscribe .bg-figures {
    position: absolute
}

.eight-theme--subscribe .bg-figures--circle-dash {
    top: 100%;
    left: -30%
}

.eight-theme--subscribe .bg-figures--triangle-bg2 {
    height: 30px;
    opacity: 0;
    left: 42%;
    top: 48%
}

.eight-theme--subscribe .bg-figures--triangle-bg {
    right: 23%;
    bottom: 1px;
    opacity: .9;
    height: 30px
}

.eight-theme--subscribe .bg-figures--circle-filled2 {
    visibility: hidden
}

.eight-theme--subscribe .container {
    position: relative
}

.eight-theme--subscribe .title--h2 {
    text-align: center;
    margin-bottom: 30px
}

.eight-theme--subscribe .subscribe-block {
    max-width: 500px;
    margin: 0 auto
}

/*.eight-theme--subscribe .subscribe-block .form-group--oneline-icon-left .btn {*/
/*    min-width: 120px*/
/*}*/

@-webkit-keyframes price-vawe {
    0% {
        bottom: -6px
    }

    50% {
        bottom: 8px
    }

    100% {
        bottom: -6px
    }
}

@keyframes price-vawe {
    0% {
        bottom: -6px
    }

    50% {
        bottom: 8px
    }

    100% {
        bottom: -6px
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media (min-width: 767px) {
    .fa-spin {
        -webkit-animation:fa-spin 6s linear infinite;
        animation: fa-spin 6s linear infinite
    }
}

@media (max-width: 1450px) {
    .home-main-title.title.title--h1{
        font-size: 44px;
    }
}

@media (max-width: 480px) {
    .home-main-title.title.title--h1 {
        font-size: 32px;
    }
}

.header:not(.header--fixed) .header--client-component .login-button {
    background: transparent;
    color: #fff;
}

.header:not(.header--fixed) .header--client-component .register-button {
    color: #1089ef;
    background: #fff;
}

.header:not(.header--fixed) .header--client-component .login-button,
.header:not(.header--fixed) .header--client-component .register-button {
    border-color: #fff;
}