
@charset "UTF-8";

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}

* {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%
}

body {
    font-family: "Montserrat Alternates", sans-serif;
    background: #f9fafe
}

button {
    font-family: "Open Sans", sans-serif
}

.limit {
    display: block;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 0
}

.first {
    padding-top: 40px;
    padding-bottom: 100px
}

.first .limit {
    position: relative
}

.first .first_back {
    background: url(./first_back.webp) center no-repeat;
    width: 1291px;
    height: 795px;
    position: absolute;
    left: -501px;
    top: -40px
}

h2.subtitle {
    position: relative;
    font-size: 26px;
    line-height: 1.15;
    color: #fff;
    font-weight: 400;
    max-width: 342px;
    padding-right: 12px
}

h1.title {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: .92;
    color: #fff;
    letter-spacing: -.5px;
    max-width: 370px;
    padding-right: 10px;
    z-index: 1
}

.first h1.title span {
    display: block
}

h3.title {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #9565c1;
    z-index: 1
}

h2._title {
    display: block;
    font-size: 56px;
    line-height: .96;
    color: #000;
    font-weight: 700
}

.first_wrapp_position {
    position: relative;
    z-index: 2
}

.first_prod-block {
    position: absolute;
    left: 49.5%;
    top: 69.3%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.first_prod-block .prod_wrapp {
    width: 474px;
    height: 540px;
    position: relative
}

.prod_wrapp:before {
    content: "";
    background: url(./author_ava.webp) center no-repeat;
    width: 156px;
    height: 156px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 45px 0 0 95px
}

.first__text {
    font-size: 26px;
    color: #fff;
    max-width: 350px;
    padding: 0 0 30px
}

.first__text_mobile {
    display: none
}

.first_prod-block .decorate {
    position: absolute;
    left: 37.4%;
    top: 62.8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.first_prod-block .avatar {
    position: absolute;
    left: 36.6%;
    top: 24.7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.first_prod-block .prod {
    position: relative;
    max-width: none;
    z-index: 1
}

.first .name_prod {
    position: relative;
    line-height: .3;
    margin-top: 30px;
    margin-left: -2px;
    background: url(./prod_text.webp) center no-repeat;
    width: 979px;
    height: 174px
}

.first .name_prod img {
    max-width: none
}

.first .limit {
    position: relative;
    padding-top: 55px
}

.first .avatar {
    border-radius: 50%;
    position: absolute;
    max-width: none
}

.first .decorate {
    position: absolute;
    max-width: none
}

.first .stick_list {
    position: absolute;
    left: 66.8%;
    top: 41.4%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.first .stick_list-item {
    max-width: none;
    position: absolute
}

.first .stick_list-item img {
    max-width: none
}

.first .stick_list-item._2 {
    left: -37px;
    top: 74px
}

.first .stick_list-item._3 {
    left: -90px;
    top: 122px
}

.mark_wrapp {
    position: relative
}

.mark_wrapp .mark_back {
    background: url(./check-mark.webp) center no-repeat;
    position: absolute;
    width: 1117px;
    height: 100%;
    min-height: 308px;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.mark_list {
    position: relative;
    display: block;
    width: 97%;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    margin: 55px auto -2px
}

.mark_list .mark_list-item {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
    padding: 0 15px;
    position: relative
}

.mark_list .mark_list-item:nth-child(1):before {
    background: url(./check_white.webp) center no-repeat
}

.mark_list .mark_list-item:nth-child(2) {
    left: -18px
}

.mark_list .mark_list-item:nth-child(3) {
    left: -24px
}

.mark_list .mark_list-item:nth-child(4) {
    left: -16px
}

.mark_list .mark_list-item:before {
    content: "";
    background: url(./check.webp) center no-repeat;
    width: 47px;
    height: 47px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.mark_list .mark_list-item .black {
    font-weight: 700
}

.first .dance {
    position: absolute;
    left: 91.8%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: none
}

.wrapp_btn {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    z-index: 2
}

.wrapp_btn:before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: #e11962;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s, opacity .3s;
    -moz-transition: -moz-transform .4s, opacity .3s;
    transition: transform .4s, opacity .3s
}

.wrapp_btn:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.btn {
    outline: 0;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    z-index: 1;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    padding: 19px 10px;
    width: 100%;
    color: #f9fafe;
    border: 2px solid #e11962;
    border-radius: 30px;
    -webkit-box-shadow: 0 6px 26px 0 rgba(148, 17, 65, .51);
    -moz-box-shadow: 0 6px 26px 0 rgba(148, 17, 65, .51);
    box-shadow: 0 6px 26px 0 rgba(148, 17, 65, .51);
    -webkit-transition: -webkit-box-shadow .2s, color .2s;
    -moz-transition: -moz-box-shadow .2s, color .2s;
    transition: box-shadow .2s, color .2s
}

.btn:hover {
    color: #e11962
}

.mission {
    padding-top: 27px
}

.mission_content {
    position: relative;
    padding: 58px 68px 65px;
    background-color: #fff
}

.mission .shadow2 {
    position: absolute;
    right: -45px;
    bottom: -50px
}

.mission .sign {
    position: absolute;
    right: 79px;
    bottom: 21px
}

.mission .content_right_color {
    background-image: url(./back_labor.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 61.2%
}

.content_right_color:after {
    content: "";
    width: 212px;
    height: 102px;
    background: url(./signature.webp) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 50px 25px 0
}

.mission .limit {
    max-width: 1144px;
    padding: 85px 90px 80px 70px;
    background: #f3f3f3;
    position: relative
}

.mission .right_color {
    position: absolute;
    right: 0;
    top: 0;
    width: 60.5%;
    height: 100%;
    background: #dce1ec
}

.mission .right_color .right_color_wrapp {
    position: relative;
    height: 100%;
    width: 100%
}

.mission .right_color .right_color_wrapp .shadow1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.mission .review {
    position: relative;
    margin-top: 24px;
    margin-bottom: 20px;
    padding-left: 6px;
    z-index: 1
}

.mission .review .line {
    position: absolute;
    left: -53px;
    bottom: 12px;
    width: 43.3%;
    height: 3px;
    background-color: #9464c1
}

.mission .review .avatar {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 134px;
    z-index: 1
}

.mission .review .review_text {
    position: relative;
    width: calc(100% - 134px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #828282;
    padding-left: 15px;
    max-width: 450px;
    padding-right: 50px;
    z-index: 1
}

.mission .text {
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 1.56;
    width: 64%;
    margin-bottom: 25px;
    padding-right: 12px;
    z-index: 1
}

.mission .text:last-of-type {
    margin-bottom: 0
}

b {
    font-weight: 700
}

.symptom {
    padding-top: 134px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background-color: #f9fafe
}

.symptom ._title {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 55%;
    margin: 4px 0 0 auto;
    text-align: left
}

.symptom .limit {
    height: 1px;
    min-height: 762px;
    position: relative
}

.symptom .symptom_left {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 100%;
    position: relative;
    margin-top: -108px
}

.symptom .rhombus {
    position: absolute;
    max-width: none;
    left: 5px;
    bottom: 0
}

.symptom .rhombus_woman {
    position: absolute;
    left: 38px;
    bottom: 0;
    max-width: none
}

.symptom .circle_pain {
    position: absolute;
    max-width: none;
    left: 0;
    top: 0;
    -webkit-animation: size 2s ease-in-out 0s normal none infinite;
    -moz-animation: size 2s ease-in-out 0s normal none infinite;
    animation: size 2s ease-in-out 0s normal none infinite
}

.symptom .circle_pain._1 {
    left: 26px;
    top: -50px
}

.symptom .circle_pain._2 {
    left: 212px;
    top: 126px
}

.symptom .circle_pain._3 {
    left: 219px;
    top: 289px
}

.symptom .circle_pain._4 {
    left: 231px;
    top: 477px
}

.symptom .circle_pain._5 {
    left: 365px;
    top: 223px
}

.symptom .symptom_right {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    position: relative
}

.symptom .wrapp_list {
    position: relative
}

.symptom .symptom_list {
    margin-top: 45px;
    margin-left: 52px
}

.symptom .line {
    width: 549px;
    height: 509px;
    background: url(./lines_list.webp) left top no-repeat;
    position: absolute;
    left: 51px;
    top: -2px;
    max-width: none
}

.symptom .symptom_list-item {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    min-height: 97px;
    line-height: 95px
}

.symptom .symptom_list-item p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.56;
    color: #000
}

.symptom .symptom_list-item:before {
    content: "";
    background: url(./arrow.webp) center no-repeat;
    width: 107px;
    height: 15px;
    position: absolute;
    left: -145px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.symptom .symptom_list-item._1 {
    margin-left: 108px
}

.symptom .symptom_list-item._2 {
    margin-left: 207px
}

.symptom .symptom_list-item._3 {
    margin-left: 253px
}

.problems {
    background: url(./back_problems.webp) center top no-repeat;
    padding-top: 77px;
    padding-bottom: 59px;
    background-size: cover
}

.problems .man {
    position: absolute;
    left: -406px;
    top: -140px;
    background: url(./man.webp) center no-repeat;
    width: 695px;
    height: 560px;
    opacity: .4;
    transition: transform .4s
}

.problems .limit {
    position: relative
}

.problems ._title {
    position: relative;
    margin: 0 0 0 auto;
    width: 82%;
    text-align: right
}

.problems_review {
    font-family: "Open Sans", sans-serif;
    margin-top: 45px;
    padding: 20px 22px;
    background: url(./back_review.webp) center no-repeat;
    background-size: cover;
    position: relative
}

.problems_review .wrapp_gif {
    position: absolute;
    width: 316px;
    height: 316px;
    right: -34px;
    bottom: -199px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 70px;
    overflow: hidden
}

.problems_review .wrapp_gif .webp_romb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    max-width: none
}

.problems_review .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    max-width: 134px
}

.problems_review ._text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
    width: calc(100% - 134px);
    padding-left: 15px;
    padding-right: 220px
}

.rubick_stick_wrapp {
    position: absolute;
    left: -22px;
    top: auto;
    bottom: -111px
}

.rubick_stick_wrapp .rubick_back {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 107%;
    max-width: none;
    width: auto
}

.rubick_stick_wrapp .rubick_shadow {
    position: absolute;
    left: 50%;
    top: 62%;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, .5);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 60px
}

.rubick_stick_wrapp .rubick_stick {
    position: relative;
    text-align: center;
    max-width: 329px;
    min-height: 329px;
    padding-top: 30px
}

.rubick_stick_wrapp .rubick_stick ._text {
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 10px;
    padding: 0 25px 50px
}

.rubick_stick_wrapp .exclamation {
    background: url(./att.webp) center no-repeat;
    width: 22px;
    height: 79px;
    display: block;
    margin: 0 auto
}

.problems_list {
    margin-top: 45px
}

.problems_list .problems_list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding-right: 20px;
    padding-left: 9px;
    margin-bottom: 45px
}

.problems_list .problems_list-item:nth-child(2) {
    margin-right: 20px
}

.problems_list .problems_list-item .pink {
    font-weight: 700;
    font-size: 18px;
    color: #d6005a;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 7px;
    width: 100%;
    position: relative;
    padding-left: 45px
}

.problems_list .problems_list-item .text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.55;
    padding-left: 2px
}

.problems_list .problems_list-item ._smile {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.clear {
    clear: both
}

.solving {
    padding-top: 106px;
    padding-bottom: 60px
}

.solving .limit {
    padding: 0 10px
}

.solving ._title {
    position: relative;
    color: #9565c1
}

.solving_left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    position: relative;
    z-index: 1
}

.solving_left .title {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: #9565c1;
    margin-top: 30px
}

.solving_left .name_prod {
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #e11962;
    margin-top: 20px
}

.solving_left ._text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    width: 61%;
    margin-top: 11px;
    padding-left: 3px
}

.solving_right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    position: relative
}

.solving_right .avatar {
    border-radius: 50%;
    max-width: 134px;
    position: absolute;
    left: -25%;
    top: 37%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.solving_right .circle_back {
    pointer-events: none;
    position: absolute;
    left: 49%;
    top: 44%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: none
}

.solving_right .prod_wrapp {
    position: absolute;
    left: -40px;
    top: 28px;
    text-align: center
}

.solving .prod_wrapp:before {
    margin: 50px 0 0 -110px;
    z-index: 1
}

.solving_right .prod {
    position: relative
}

.solving_right .flower_wrapp {
    position: relative
}

.solving_right .flower_wrapp .flower {
    position: absolute;
    left: 24.8%;
    top: 86.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: none
}

.solving_right .flower_wrapp .flower-back {
    position: absolute;
    left: -18%;
    top: 71.8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: none
}

.solving_right .solving_list {
    position: relative;
    margin-top: 67px;
    padding-left: 118px
}

.solving_right .solving_list-item._1 {
    padding-left: 133px
}

.solving_right .solving_list-item._2 {
    padding-left: 168px;
    margin-top: 9px
}

.solving_right .solving_list-item._3 {
    margin-top: 14px;
    padding-left: 152px
}

.solving_right .solving_list-item._4 {
    margin-left: 86px;
    margin-top: -2px
}

.solving_right .solving_list-item img {
    display: inline-block;
    vertical-align: middle
}

.solving_right .solving_list-item ._text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
    width: calc(100% - 104px)
}

.solving_right .solving_list-item ._text .pink {
    font-family: "Montserrat Alternates", sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #9565c1
}

.regulations {
    padding-top: 6px;
    padding-bottom: 108px
}

.regulations .limit {
    padding: 0 10px
}

.regulations ._title {
    position: relative;
    color: #9464c1
}

.regulations ._title span {
    display: inline-block
}

.regulations ._number {
    color: rgba(148, 100, 193, .13);
    font-weight: 700;
    font-size: 302px;
    line-height: 1;
    position: absolute;
    left: -5px;
    top: -130px;
    pointer-events: none
}

.regulations ._subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin: 35px 0 0;
    padding: 0 3px
}

.regulations .regulations_card {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 36%;
    cursor: pointer;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transition: all 1s
}

.regulations .regulations_card .circle {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -53px;
    left: 82px;
    transition: all 1s
}

.regulations .regulations_card:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.regulations .regulations_card:hover .circle {
    -webkit-animation: cardAnimation 20s linear infinite;
    -moz-animation: cardAnimation 20s linear infinite;
    animation: cardAnimation 20s linear infinite
}

.regulations .regulations_card .icon {
    display: block;
    margin: 0 auto
}

.regulations .regulations_card_name {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-top: 2px;
    display: inline-block
}

.regulations_card {
    position: relative;
    margin-top: 75px;
    max-width: 343px;
    border-radius: 30px
}

.regulations_card ._text {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.45;
    margin-top: 10px
}

.regulations_card._morning {
    color: #522f72;
    background: url(./back_card1.webp) center top no-repeat;
    background-size: cover;
    margin-right: 1.4%;
    padding: 106px 20px 41px
}

.regulations_card._night {
    color: #fff;
    background: url(./back_card2.webp) center top no-repeat;
    background-size: cover;
    padding: 106px 13px 34px
}

.regulations_review {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin-top: 75px
}

.regulations_review .avatar {
    border-radius: 50%;
    max-width: none
}

.regulations_review .quotes {
    position: absolute
}

.regulations_review ._text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.56;
    padding-left: 4px;
    padding-right: 18px
}

._text_mod {
    position: relative
}

._text_mod:before {
    content: "";
    background: url(./author_ava.webp) center no-repeat;
    width: 156px;
    height: 156px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: -40px 0 40px;
    position: relative;
    z-index: 1
}

._text_mod:after {
    content: "";
    background: url() center no-repeat;
    width: 94px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 5px;
    opacity: .4
}

.video ._text_mod:before {
    margin: 0 0 20px
}

.exercise ._text_mod:after,
.video ._text_mod:after {
    display: none
}

.regulations_review_top {
    position: relative;
    padding-left: 5px
}

.regulations_review_top .quotes {
    position: absolute;
    right: 32px;
    bottom: -17px;
    max-width: none
}

.video {
    background: #f3f3f3;
    padding-top: 92px;
    padding-bottom: 84px
}

.video_left {
    position: relative;
    min-height: 500px
}

.video .limit {
    position: relative;
    padding-bottom: 65px
}

.video .white_back {
    position: absolute;
    width: 38%;
    height: 100%;
    background: #fff
}

.video ._title {
    position: relative;
    padding-left: 33px;
    padding-top: 37px;
    color: #9464c1;
    z-index: 1
}

.video ._number {
    position: absolute;
    right: 47px;
    top: -123px;
    color: rgba(148, 100, 193, .13);
    font-weight: 700;
    font-size: 302px;
    line-height: 1;
    pointer-events: none
}

.video .avatar {
    border-radius: 50%;
    position: relative;
    margin-top: 26px;
    margin-left: 38px
}

.video ._text {
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 1.56;
    width: 29.5%;
    padding: 44px 15px 25px 38px
}

.video .video_wrapp {
    position: absolute;
    left: 286px;
    bottom: -24px
}

.video .video_wrapp img {
    max-width: none
}

.video ._video {
    position: relative;
    z-index: 1;
    width: 100%
}

.video ._poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video ._prod {
    position: absolute;
    right: -152px;
    top: -168px;
    transition: transform .4s
}

.video .wrapp_play {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.video .wrapp_play img {
    position: relative;
    width: 100%;
    z-index: 2
}

.video .wrapp_play:after,
.video .wrapp_play:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) perspective(1px);
    transform: translate(-50%, -50%) perspective(1px);
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-animation: play 2s infinite linear;
    -ms-animation: play 2s infinite linear;
    animation: play 2s infinite linear;
    z-index: 1
}

.video .wrapp_play:after {
    -webkit-animation-name: play2;
    -ms-animation-name: play2;
    animation-name: play2
}

.video ._shadow {
    position: absolute;
    bottom: -52px;
    left: 53%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.exercise {
    padding-top: 120px;
    padding-bottom: 87px
}

.exercise ._number {
    position: absolute;
    right: 227px;
    top: -110px;
    color: rgba(148, 100, 193, .13);
    font-weight: 700;
    font-size: 302px;
    line-height: 1;
    pointer-events: none
}

.exercise ._title {
    color: #9464c1;
    position: relative;
    padding-right: 270px
}

.exercise .limit {
    position: relative
}

.exercise_review {
    margin-top: 50px
}

.exercise_review .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.exercise_review ._text {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.56;
    color: #9464c1;
    width: 100%;
    padding-left: 5px;
    padding-right: 20px;
    max-width: 490px;
    min-height: 137px
}

.exercise_review ._text_mod {
    padding: 10px 0 10px 170px;
    max-width: 520px;
    min-height: initial
}

.exercise ._text_mod:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -78px 0 0
}

.exercise ._yoga {
    position: absolute;
    right: -103px;
    top: -96px;
    max-width: none;
    pointer-events: none
}

.exercise .exercise_list {
    margin-top: 42px
}

.exercise .exercise_list-item {
    display: inline-block;
    vertical-align: top;
    width: 29.5%;
    font-family: "Open Sans", sans-serif;
    text-align: center
}

.exercise .exercise_list-item:nth-child(2) {
    margin: 0 5.75%
}

.exercise .exercise_list-item ._comment {
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 1.45;
    color: #000;
    padding: 0 4px
}

.result {
    padding-top: 97px;
    padding-bottom: 93px;
    background-color: #f3f3f3;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 81% -119px
}

.result .limit {
    padding: 0 10px
}

.result ._title {
    color: #9464c1
}

.result_list {
    margin-top: 38px
}

.result_list-item {
    display: inline-block;
    vertical-align: top;
    width: 32%
}

.result_list-item:nth-child(2) {
    margin: 0 2%
}

.result .result_name {
    line-height: 60px;
    min-height: 60px
}

.result .result_name span {
    font-size: 30px;
    line-height: 1;
    color: #9464c1;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom
}

.result_photo {
    margin-top: 13px;
    margin-left: 5px
}

.result_photo span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
    padding: 3px 11px
}

.result_photo_before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px
}

.result_photo_after {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.result .plus_list {
    margin-top: 21px
}

.result .plus_list-item {
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding-left: 42px;
    margin-bottom: 18px
}

.result .plus_list-item:before {
    content: "";
    background: url() center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.footer {
    padding-top: 90px
}

.footer .limit {
    padding: 0 10px;
    position: relative
}

.footer .footer_back {
    position: absolute;
    left: -512px;
    bottom: 0;
    background: url(./last_back.webp) center no-repeat;
    width: 1265px;
    height: 800px
}

.footer .footer_left,
.footer .footer_right {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.footer .footer_left {
    width: 69%
}

.footer .footer_right {
    width: 31%
}

.footer .footer_left_review {
    position: relative
}

.footer .footer_left_review .name {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    max-width: 335px
}

.footer .footer_left_review .comment {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.15;
    color: #fff;
    max-width: 340px
}

.footer .wrapp_list {
    margin-top: 11px;
    max-width: 380px
}

.footer .wrapp_list .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    max-width: 164px;
    margin-top: 14px
}

.footer .wrapp_list .footer_list {
    display: block;
    vertical-align: middle;
    margin-top: 52px;
    text-align: center;
    width: 100%
}

.footer .wrapp_list .footer_list-item {
    display: inline-block;
    margin-bottom: 16px;
    width: auto;
    padding-left: 50px
}

.footer .wrapp_list .footer_list-item p {
    display: inline-block;
    font-size: 24px;
    line-height: 1.25;
    position: relative;
    color: #fff
}

.footer .wrapp_list .footer_list-item p:after {
    content: "";
    background: url(./white_plus.webp) center no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 0
}

.footer .prod_wrapp {
    position: absolute;
    right: -40px;
    top: -20px
}

.footer .prod_wrapp img {
    position: relative;
    z-index: 1
}

.footer .price {
    position: absolute;
    right: 68px;
    top: 293px;
    border-radius: 60px;
    max-width: 254px;
    width: 100%;
    background-color: #2c2c2c;
    text-align: right;
    padding: 13px 26px 13px 75px
}

.footer .price .old {
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, .43);
    padding-left: 50px
}

.footer .price .old .old_price {
    display: block;
    text-decoration: line-through
}

.footer .price .new {
    margin-top: 5px
}

.footer .price .new .new_price {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #ffd200
}

.footer .price .new .curs {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.price_note {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1
}

.footer .name_prod img {
    max-width: none
}

.footer .footer_right {
    margin-top: 117px;
    position: relative
}

.footer .footer_right ._woman {
    max-width: 350px;
    position: absolute;
    right: -52px;
    top: -193px;
    transition: transform .4s
}

.footer .footer_right form {
    position: relative;
    padding: 10px
}

.footer .footer_right .form_item {
    font-size: 16px;
    color: #000;
    display: block;
    width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .85);
    padding: 15px 30px;
    margin-bottom: 10px;
    outline: 0
}

.footer .footer_right .form_item:focus {
    -webkit-box-shadow: inset 0 0 16px 0 #a880ce;
    -moz-box-shadow: inset 0 0 16px 0 #a880ce;
    box-shadow: inset 0 0 16px 0 #a880ce
}

.footer .footer_right select {
    background: url() 92% center no-repeat, rgba(255, 255, 255, .55);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 50px 15px 30px
}

.footer .footer_right ._title {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #996ac5;
    text-shadow: 0 0 10px #fff
}

.footer .btn {
    text-transform: uppercase
}

.footer .name_prod {
    position: relative;
    margin-left: 3px;
    font-size: 160px;
    text-align: center;
    font-weight: 900;
    color: #ffd200;
    padding: 10px 0
}

.page {
    overflow: hidden
}

.name_prod_mob {
    display: none
}

.first_review_mob {
    display: none
}

.avatar_mob {
    display: none
}

.page .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center
}

.page .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #9464c1;
    cursor: pointer;
    margin-left: 5px;
    transition: background .2s
}

.page .slick-dots li:first-of-type {
    margin-left: 0
}

.page .slick-dots li:hover {
    background: rgba(148, 100, 193, .8)
}

.page .slick-dots li.slick-active {
    background: #e11962
}

.page .slick-dots li button {
    font-size: 0
}

@-webkit-keyframes play {
    0% {
        width: 0;
        height: 0;
        border-width: 1px;
        opacity: .1
    }

    50% {
        opacity: .9
    }

    80% {
        opacity: .1;
        border-width: 5px
    }

    100% {
        width: 200%;
        height: 200%;
        border-width: 15px;
        opacity: 0
    }
}

@keyframes play {
    0% {
        width: 0;
        height: 0;
        border-width: 1px;
        opacity: .1
    }

    50% {
        opacity: .9
    }

    80% {
        opacity: .1;
        border-width: 5px
    }

    100% {
        width: 200%;
        height: 200%;
        border-width: 15px;
        opacity: 0
    }
}

@-webkit-keyframes play2 {
    0% {
        width: 0;
        height: 0;
        border-width: 1px;
        opacity: .1
    }

    50% {
        opacity: .5
    }

    80% {
        opacity: .1;
        border-width: 15px
    }

    100% {
        width: 300%;
        height: 300%;
        border-width: 50px;
        opacity: 0
    }
}

@keyframes play2 {
    0% {
        width: 0;
        height: 0;
        border-width: 1px;
        opacity: .1
    }

    50% {
        opacity: .5
    }

    80% {
        opacity: .1;
        border-width: 15px
    }

    100% {
        width: 300%;
        height: 300%;
        border-width: 50px;
        opacity: 0
    }
}

@-webkit-keyframes size {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }

    100% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7)
    }
}

@keyframes size {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1)
    }

    100% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7)
    }
}

@-webkit-keyframes cardAnimation {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    10% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    20% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    30% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    40% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    60% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    70% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    80% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    90% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }
}

@keyframes cardAnimation {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    10% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    20% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    30% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    40% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    60% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    70% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    80% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px)
    }

    90% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px)
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }
}

@media all and (max-width:1024px) {
    .regulations_card._morning {
        margin-right: 1.2%
    }
}

@media all and (max-width:990px) {
    .first .limit {
        padding-top: 0
    }

    .limit {
        max-width: 320px;
        padding: 0 10px
    }

    .first {
        padding-top: 9px;
        padding-bottom: 16px
    }

    .first .first_back {
        background: url(./first_back_mob.webp) center no-repeat;
        width: 629px;
        height: 451px;
        left: -240px;
        top: -9px
    }

    .first .name_prod {
        display: none
    }

    .name_prod_mob {
        font-weight: 900;
        display: block;
        font-size: 53px;
        text-align: center;
        line-height: 1;
        color: #ffd200;
        text-shadow: 3px 4px 5px rgba(123, 102, 3, .46)
    }

    .first_wrapp_position h2.subtitle {
        display: none
    }

    h1.title {
        font-size: 23px;
        line-height: 1.13;
        margin-top: 4px;
        padding-right: 0
    }

    .first h1.title span {
        display: inline-block
    }

    .mark_wrapp {
        display: none
    }

    .first .avatar {
        display: none
    }

    .first .decorate {
        display: none
    }

    .first_prod-block {
        padding-top: 25px;
        position: static;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }

    .first_prod-block .prod {
        pointer-events: none;
        position: relative;
        top: -78px;
        right: -19px;
        max-width: 350px
    }

    .first_prod-block .prod_wrapp {
        width: auto;
        height: auto;
        margin-bottom: -77px
    }

    .first .prod_wrapp:before {
        display: none
    }

    .first__text {
        display: none
    }

    .first__text_mobile {
        display: block;
        font-size: 15px;
        padding: 20px 50px 20px 65px;
        line-height: 1.2;
        position: relative
    }

    .first__text_mobile:before {
        content: "";
        background: url(./author_ava.webp) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -25px 0 0
    }

    .first .dance {
        left: 35%;
        top: auto;
        max-width: 199px;
        bottom: -95px
    }

    .first .stick_list {
        z-index: 1;
        left: 75%
    }

    .first_review_mob {
        display: block;
        margin-top: 11px
    }

    .first_review_mob .avatar {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        position: static
    }

    .first_review_mob ._text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 50px);
        font-size: 15px;
        line-height: 1.2;
        color: #fff;
        padding-left: 5px;
        padding-right: 80px
    }

    .mission .right_color {
        display: none
    }

    .mission_content {
        padding: 17px 0 28px
    }

    h3.title {
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: -.2px
    }

    .mission .content_right_color {
        display: none
    }

    .mission .limit {
        max-width: 320px;
        padding: 0 10px;
        background: #fff
    }

    .mission .review .avatar {
        max-width: 64px
    }

    .mission .review .review_text {
        font-size: 14px;
        line-height: 1.3;
        width: calc(100% - 64px);
        padding: 6px
    }

    .mission .review {
        margin-top: 15px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .mission .sign {
        display: none
    }

    .mission .shadow2 {
        display: none
    }

    .mission .review .line {
        position: static;
        left: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        margin-top: 15px
    }

    .mission .text {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 0;
        margin-bottom: 8px
    }

    .symptom {
        padding-top: 49px;
        padding-bottom: 48px
    }

    .symptom ._title {
        font-size: 30px;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .symptom .symptom_left {
        min-height: 340px
    }

    .symptom .line {
        display: none
    }

    .symptom .symptom_list-item:before {
        content: none
    }

    .symptom .symptom_list {
        margin: 0;
        padding: 32px 0 0 16px;
        border-radius: 15px
    }

    .symptom .symptom_list-item p {
        text-transform: none;
        font-size: 16px;
        line-height: 1.125;
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff
    }

    .symptom .symptom_list-item {
        min-height: 0;
        line-height: normal;
        margin: 0
    }

    .symptom .symptom_list-item._1,
    .symptom .symptom_list-item._2,
    .symptom .symptom_list-item._3 {
        margin: 0 auto 16px
    }

    .symptom .symptom_left {
        margin-top: 0
    }

    .symptom .limit {
        min-height: 0;
        height: auto
    }

    .symptom .rhombus {
        position: absolute;
        max-width: 254px;
        left: -10px;
        bottom: 18px
    }

    .symptom .rhombus_woman {
        position: absolute;
        left: -3px;
        bottom: 19px;
        max-width: 190px
    }

    .rubick_stick_wrapp {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto
    }

    .rubick_stick_wrapp .rubick_back {
        display: none
    }

    .rubick_stick_wrapp .rubick_shadow {
        display: none
    }

    .rubick_stick_wrapp .rubick_stick ._text {
        text-align: left;
        padding: 0;
        font-size: 19px;
        line-height: 1.27;
        color: #e11962
    }

    .rubick_stick_wrapp .rubick_stick {
        width: 100%;
        height: auto;
        padding-top: 13px;
        min-height: 0
    }

    .rubick_stick_wrapp .exclamation {
        background: url(./att_mob.webp) center no-repeat;
        width: 41px;
        height: 107px;
        margin: 0;
        position: absolute;
        left: 5px;
        top: -91px
    }

    .problems ._title {
        text-align: left;
        width: 100%;
        margin: 0;
        font-size: 30px;
        line-height: 1;
        letter-spacing: -.9px
    }

    .problems {
        padding-top: 48px;
        background: #dce1ec;
        padding-bottom: 46px
    }

    .problems_review {
        margin-top: 135px;
        padding: 20px 13px 29px;
        background: url(./back_review_mob.webp) center no-repeat;
        background-size: cover
    }

    .problems_review .avatar {
        max-width: 80px;
        margin: -48px 0 4px
    }

    .problems_review ._text {
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 1.5
    }

    .problems_review .wrapp_gif {
        width: 147px;
        height: 147px;
        bottom: auto;
        top: -115px;
        right: 8px;
        border-radius: 33px
    }

    .problems_review .wrapp_gif .webp_romb {
        width: 208px
    }

    .problems_list {
        margin-top: 20px;
        padding-bottom: 34px
    }

    .problems_list .problems_list-item {
        outline: 0;
        width: 100%;
        margin: 0 0 0;
        padding: 11px 0 0
    }

    .problems_list .problems_list-item:nth-child(2) {
        margin-right: 0
    }

    .problems_list .problems_list-item .text {
        font-size: 16px
    }

    .solving {
        padding-top: 49px
    }

    h2._title {
        font-size: 30px;
        line-height: 1
    }

    .solving ._title {
        font-size: 30px;
        line-height: 1
    }

    .solving_left {
        width: 100%
    }

    .solving_right {
        width: 100%
    }

    .solving_left .title {
        margin-top: 20px;
        font-size: 33px
    }

    .solving_left .name_prod {
        font-size: 53px;
        margin-top: 15px
    }

    .solving_left ._text {
        padding-left: 0;
        font-size: 16px;
        width: 55%;
        margin: 40px 0 20px
    }

    .solving_right .prod_wrapp {
        left: auto;
        top: -300px;
        right: 3px
    }

    .solving_right .prod {
        max-width: 125px
    }

    .solving_right .solving_list {
        padding-left: 0;
        margin-top: 20px;
        padding-bottom: 27px
    }

    .solving_right .avatar {
        max-width: 98px;
        left: 57.5%;
        top: -14.6%
    }

    .solving_right .flower_wrapp .flower {
        max-width: 167px
    }

    .solving_right .flower_wrapp .flower-back {
        display: none
    }

    .solving_right .circle_back {
        max-width: 318px
    }

    .solving_right .solving_list-item {
        outline: 0
    }

    .solving_right .solving_list-item._1,
    .solving_right .solving_list-item._2,
    .solving_right .solving_list-item._3,
    .solving_right .solving_list-item._4,
    .solving_right .solving_list-item._5 {
        padding: 0;
        margin: 0
    }

    .solving_right .solving_list-item ._text {
        font-size: 16px;
        padding-left: 10px
    }

    .solving_right .solving_list-item ._text .pink {
        font-size: 16px
    }

    .solving .solving_right .prod_wrapp:before {
        position: relative;
        margin: 0 0 -10px auto;
        display: block;
        width: 90px;
        height: 90px;
        -webkit-background-size: 100%;
        background-size: 100%
    }

    .regulations ._title {
        font-size: 30px
    }

    .regulations {
        padding-top: 32px;
        padding-bottom: 57px
    }

    .regulations ._text_mod:before,
    .video ._text_mod:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 90px;
        height: 90px;
        margin: 0;
        position: absolute;
        bottom: 100%
    }

    .video ._text_mod:before {
        position: relative;
        bottom: auto;
        float: left;
        margin: 0 10px 0 0
    }

    .regulations ._text_mod:after {
        top: auto;
        bottom: 100%
    }

    .regulations ._title span {
        display: inline
    }

    .regulations ._number {
        font-size: 206px;
        left: -12px;
        top: -69px
    }

    .regulations_review {
        width: 100%
    }

    .regulations ._subtitle {
        font-size: 20px
    }

    .regulations_review .avatar {
        display: none
    }

    .wrapp_mob {
        margin-top: 33px;
        position: relative;
        z-index: 1
    }

    .wrapp_mob img {
        display: inline-block;
        vertical-align: middle;
        max-width: 92px
    }

    .regulations ._subtitle {
        display: block;
        vertical-align: middle;
        margin: 0 0 0 auto;
        width: 65%;
        padding: 0 0 10px
    }

    .regulations_review {
        padding-top: 0;
        margin-top: 0
    }

    .regulations_review_top .quotes {
        right: 92px;
        bottom: 13px
    }

    .regulations_review ._text {
        font-size: 16px;
        padding: 0;
        margin-top: 6px
    }

    .regulations_card ._text {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 4px
    }

    .regulations .regulations_card {
        width: 100%;
        margin: 53px 0 0;
        padding: 69px 10px 41px;
        border-radius: 55px
    }

    .regulations .regulations_card .circle {
        max-width: 135px;
        top: -51px
    }

    .regulations .regulations_card .icon {
        display: inline-block;
        vertical-align: middle;
        max-width: 35px;
        margin-right: 7px
    }

    .regulations .regulations_card_name {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px
    }

    .regulations_card._night {
        margin-top: 25px
    }

    .video .white_back {
        display: none
    }

    .video .limit {
        background: #fff;
        padding-bottom: 0
    }

    .video ._title {
        display: block;
        padding: 20px 0 10px;
        line-height: 1.25;
        font-size: 28px;
        margin: 0 0 0 auto
    }

    .video .avatar {
        position: absolute;
        z-index: 1;
        margin: 0;
        left: 7px;
        top: 12px;
        padding: 0;
        max-width: 90px
    }

    .video {
        padding-top: 0;
        padding-bottom: 41px
    }

    .video_left {
        min-height: 0;
        padding: 30px 0 0
    }

    .video ._text {
        width: 100%;
        padding: 0;
        font-size: 16px
    }

    .video ._prod,
    .video ._shadow {
        display: none
    }

    .video .video_wrapp {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        margin: 23px -10px 0
    }

    .video ._video {
        width: 100%
    }

    .video ._number {
        font-size: 206px;
        right: -6px;
        top: -44px;
        color: rgba(148, 100, 193, .06)
    }

    .exercise ._yoga {
        display: none
    }

    .exercise {
        padding-top: 60px;
        padding-bottom: 43px
    }

    .exercise ._title {
        padding: 0
    }

    .exercise_review ._text_mod {
        padding: 10px 0
    }

    .exercise ._text_mod:before {
        width: 90px;
        height: 90px;
        -webkit-background-size: contain;
        background-size: contain;
        position: relative;
        display: block;
        float: left;
        margin: 0 10px 0 0
    }

    .exercise_review .avatar {
        max-width: 90px
    }

    .exercise_review {
        margin-top: 26px
    }

    .exercise_review ._text {
        font-size: 16px
    }

    .exercise .exercise_list-item {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }

    .exercise .exercise_list-item img {
        display: inline-block
    }

    .exercise .exercise_list-item ._comment {
        padding: 0;
        font-size: 16px;
        margin-top: 12px;
        line-height: 1.5
    }

    .exercise .exercise_list-item:nth-child(2) {
        margin: 0 auto 10px
    }

    .exercise .exercise_list {
        margin-top: 20px;
        padding-bottom: 23px
    }

    .exercise ._number {
        font-size: 206px;
        right: -18px;
        top: -57px
    }

    .result {
        padding-top: 51px;
        padding-bottom: 48px;
        background: #f3f3f3
    }

    .result_list-item {
        width: 100%
    }

    .result_list-item:nth-child(2) {
        margin: 0 auto
    }

    .result_list {
        margin-top: 23px;
        padding-bottom: 26px
    }

    .result .result_name {
        line-height: normal;
        min-height: 0;
        margin-bottom: 9px
    }

    .result .result_name span {
        font-size: 20px
    }

    .result_photo {
        margin: 0 auto
    }

    .result .plus_list-item {
        font-size: 16px
    }

    .result .plus_list {
        margin-top: 15px
    }

    .footer .footer_left {
        max-width: 320px;
        padding: 0 10px 49px;
        display: block;
        margin: 0 auto
    }

    .footer .name_prod_mob {
        z-index: 1;
        position: relative;
        padding: 0 0 15px
    }

    .footer .name_prod {
        display: none
    }

    .footer .footer_left {
        min-height: 0
    }

    .footer .footer_left,
    .footer .footer_right {
        width: 100%;
        display: block
    }

    .footer .footer_back {
        background: url(./last_back_mob.webp) center no-repeat;
        background-size: cover;
        width: 721px;
        height: 463px;
        left: 50%;
        bottom: auto;
        top: -25px;
        margin: 0 0 0 -415px
    }

    .footer .footer_left_review .name {
        font-size: 16px;
        max-width: 168px
    }

    .footer {
        padding-top: 60px
    }

    .footer .limit {
        max-width: none;
        padding: 0
    }

    .footer .footer_left_review .comment {
        font-size: 23px;
        margin-top: 0;
        max-width: 170px;
        position: relative;
        z-index: 2
    }

    .footer .wrapp_list {
        position: absolute;
        right: 82px;
        top: -27px;
        max-width: none
    }

    .footer .wrapp_list .avatar {
        max-width: 61px
    }

    .footer .name_prod img {
        display: none
    }

    .footer .wrapp_list .footer_list {
        display: none
    }

    .footer .prod_wrapp {
        pointer-events: none;
        position: relative;
        right: -17px;
        top: 10px;
        margin-top: -210px;
        margin-right: -45px;
        margin-bottom: -60px;
        text-align: right
    }

    .footer .prod_wrapp img {
        max-width: 292px;
        display: inline-block;
        transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        margin: 0 20px 0 0
    }

    .footer .first__text {
        display: block;
        font-size: 15px;
        padding: 0 0 15px
    }

    .footer .prod_wrapp:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 50px;
        height: 50px;
        margin: -20px 0 0 -10px;
        left: 50%
    }

    .footer .name_prod {
        margin-left: 0;
        margin-top: 10px
    }

    .footer .price .old {
        font-size: 13px;
        padding-left: 23px
    }

    .footer .price .new {
        margin-top: 3px
    }

    .footer .price .new .new_price {
        font-size: 24px
    }

    .footer .price {
        max-width: 163px;
        right: 40px;
        top: 191px;
        border-radius: 40px;
        padding: 6px 20px 6px 50px
    }

    .footer .wrapp_btn {
        width: 100%;
        max-width: none
    }

    .footer .footer_right ._woman {
        max-width: 309px;
        left: 8.4%;
        right: auto;
        top: -85px;
        pointer-events: none
    }

    .wrapp_woman {
        position: relative;
        width: 100%;
        max-width: 320px;
        display: block;
        margin: 0 auto
    }

    .footer .footer_right {
        text-align: center;
        background: #f3f3f3;
        margin-top: 0;
        padding-top: 45px;
        padding-bottom: 90px
    }

    .footer .footer_right ._title {
        max-width: 320px;
        display: block;
        margin: 0 auto
    }

    .footer .footer_right form {
        max-width: 320px;
        display: block;
        margin: 0 auto
    }

    .footer .name_prod {
        margin-left: 0;
        margin-top: 10px
    }

    .problems .man {
        opacity: .2
    }

    .symptom .circle_pain {
        max-width: 85px
    }

    .symptom .circle_pain._1 {
        left: -28px;
        top: 1px
    }

    .symptom .circle_pain._2 {
        left: -12px;
        top: 91px
    }

    .symptom .circle_pain._3 {
        left: 44px;
        top: 53px
    }

    .symptom .circle_pain._4 {
        left: 51px;
        top: 128px
    }

    .symptom .circle_pain._5 {
        left: 48px;
        top: 193px
    }

    .video .wrapp_play {
        max-width: 65px
    }
}

