@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=latin-ext);

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

button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-width: 0
}

.os-animation {
    opacity: 0;
    visibility: hidden
}

.os-animation.animated {
    opacity: 1;
    visibility: visible
}

.os-hidden {
    display: none !important
}

html {
    font-size: 16px
}

.hide {
    display: none !important
}

body {
    background-color: #fff;
    min-height: 100vh;
    margin: 0;
    font-family: "Roboto", sans-serif !important
}

html {
    height: 100%;
    padding-bottom: 10px;
}

body.fixed {
    overflow: hidden
}

body * {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flipInX, .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

.flipOutX, .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
    .fadeInUpHeroBlock {
        -webkit-animation-name: fadeInUpHeroBlock;
        animation-name: fadeInUpHeroBlock
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    0%, 11.1%, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-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% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        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% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@-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% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@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% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

@-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% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@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% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

@-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% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@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% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

@-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% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        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% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInUpHeroBlock {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0) translateX(-50%)
    }
    to {
        opacity: 1;
        transform: translateX(-50%)
    }
}

#root {
    height: 100%;
    padding-bottom: 10px
}

.login-screen {
    background-color: #273048;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px
}

.login-screen__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.login-screen__logo img {
    height: 100%;
    width: 100%;
}

.login-screen__field {
    margin-bottom: 15px
}

.login-screen__message {
    color: red;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px
}

.login-screen__loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.task-info-screen {
    min-height: 100vh;
    position: relative;
    padding-bottom: 15px
}

.task-info-screen--top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
    width: 100vw
}

.zIndexTop {
    z-index: 1003;
}

.task-info-screen--top > .container {
    padding-top: 100px;
    padding-bottom: 50px
}

.task-info-screen--top .top {
    position: fixed
}

.task-info-screen:after {
    content: "";
    background-color: #273048;
    height: 66px;
    display: block;
    width: 100%;
    position: fixed;
    top: 66px;
    left: 0;
    z-index: -1
}

.task-info-screen > .container {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 12px;
    padding-bottom: 20px
}

.task-screen {
    background-color: #ebebeb;
    min-height: 100vh;
    padding-bottom: 50px
}

.task-screen__tasks {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 10px;
    position: relative;
    z-index: 2;
    padding-bottom: 10px
}

.task-screen__tasks-bottom {
    height: 50px
}

.task-screen__tasks-bottom--loading .loading {
    display: block !important
}

.task-screen__tasks-bottom .loading {
    text-align: center;
    display: none
}

.task-screen__tasks-bottom .lds-ring {
    width: 40px;
    height: 40px
}

.task-screen__tasks-bottom .lds-ring div {
    width: 32px;
    height: 32px;
    border-width: 4px
}

.task-screen__title {
    font-size: 16px;
    padding: 20px 0
}

.task-screen__header {
    background-color: #273048;
    margin: 0 -25px;
    padding: 15px 25px;
    position: relative
}

.task-screen__header:after {
    content: "";
    background-color: #273048;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 0
}

.task-screen__status {
    color: hsla(0, 0%, 100%, .5);
    font-size: 16px;
    display: flex
}

.task-screen__status > * {
    margin-left: 10px;
    margin-top: 1px
}

.task-screen__total {
    color: hsla(0, 0%, 100%, .5);
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    left: -20px;
}

.task-screen__total span {
    color: #fff;
}

.actions {
    display: flex;
    align-items: center;
    width: 100%;
}

.actions--baseline {
    align-items: baseline;
}

.actions__center {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.actions__center > * {
    margin-bottom: 5px !important
}

.actions__center > button {
    width: 100%
}

.actions__left, .actions__right {
    flex: 1 1;
    display: flex;
    align-items: center
}

.actions__left > * {
    margin-right: 20px !important
}

.actions__right {
    justify-content: flex-end
}

.actions__right > * {
    margin-left: 15px !important
}

.actions__right .switch {
    touch-action: pan-y;
    user-select: none;
}

.comment-editor {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 15px
}

.comment-editor__counter {
    font-size: 12px;
    color: rgba(0, 0, 0, .38)
}

.comment {
    display: flex;
    flex-wrap: wrap
}

.comment__status {
    color: #00c853;
    font-size: 14px;
    font-weight: 700;
    width: 100%
}

.comment__desc {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    max-width: 361px;
}

.comment__title {
    font-size: 14px;
    font-weight: 700
}

.comment__msg {
    font-size: 14px;
    width: 100%;
    overflow-x: scroll
}

.comment__msg p {
    margin-bottom: 10px
}

.comment__msg p:last-child {
    margin-bottom: 0
}

.comment .comment-editor {
    margin-top: 10px
}

.comments .task-info-headline {
    margin-bottom: 20px
}

.comments__list {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 25px
}

.comments__list > * {
    border-bottom: 1px solid hsla(0, 0%, 43.9%, .2);
    padding-bottom: 25px;
    max-width: 380px;
}

.comments__list > :last-child {
    border-bottom-width: 0
}

.container {
    max-width: 444px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}

.container--main {
    min-height: calc(100vh - 100px)
}

.flex-column {
    display: flex;
    flex-direction: column
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring--black div {
    border-color: #000 transparent transparent !important
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid transparent;
    border-top-color: #fff
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.menu {
    background-color: rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 150
}

.menu--transition-enter {
    opacity: 0
}

.menu--transition-enter .menu__bg {
    margin-left: -100vw
}

.menu--transition-enter-active {
    opacity: 1;
    transition: opacity .3s
}

.menu--transition-enter-active .menu__bg {
    margin-left: 0;
    transition: all .3s
}

.menu--transition-exit {
    opacity: 1
}

.menu--transition-exit-active {
    opacity: 0;
    transition: opacity .3s
}

.menu--transition-exit-active .menu__bg {
    margin-left: -100vw;
    transition: all .2s
}

.menu .container {
    height: 100%;
    padding: 0;
    position: relative
}

.menu__bg {
    background-color: #273048;
    width: 300px;
    box-shadow: 15px 0 15px rgba(0, 0, 0, .25);
    height: 100%;
    padding: 30px;
    overflow-y: scroll
}

@media screen and (max-width: 359px) {
    .menu__bg {
        width: 250px
    }
}

.menu__bg:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background-color: #273048;
    z-index: -1
}

.menu__welcome {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.menu__login {
    font-weight: 700;
    font-size: 20px
}

.menu__items {
    display: flex;
    flex-direction: column;
    padding: 40px 0
}

.menu__item {
    background: transparent;
    cursor: pointer;
    border-width: 0;
    outline: none;
    color: #fff;
    font-size: 20px;
    text-align: left;
    display: flex;
    padding: 15px 30px;
    margin: 0 -30px
}

.menu__item:focus, .menu__item:hover {
    color: #ffeb3b;
    background-color: #32428f
}

.modal {
    background-color: #fff;
    border: 1px solid #3e50b4;
    border-radius: 15px;
    width: 300px
}

.modal__body {
    padding: 20px;
    display: grid;
    grid-template-columns:260px;
    grid-gap: 10px
}

.modal__title {
    background-color: #3e50b4;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 16px;
    font-weight: 500
}

.modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 20px;
    border-top: 1px solid #ebebeb
}

.rounded-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    padding: 20px;
    position: relative;
    width: calc(100vw - 50px);
    overflow: hidden;
    max-width: 420px;
}

.rounded-card__loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: hsla(0, 0%, 100%, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

.rounded-card__widebtn > div {
    touch-action: pan-y;
    user-select: none;
}

.rounded-card__widebtn > button {
    width: 100%
}

.task-admins__search {
    margin-bottom: 15px
}

.task-admins__items {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 15px
}

.task-admins .plus-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100
}

.task-description {
    width: calc(100vw - 90px);
    overflow: scroll
}

.task-description .task-info-headline {
    margin-bottom: 20px
}

.task-description__p {
    font-size: 14px;
    margin-bottom: 20px
}

.task-description hr {
    border-width: 0;
    border-top: 1px solid hsla(0, 0%, 43.9%, .2);
    padding-bottom: 10px
}

.task-end-confirm {
    text-align: center
}

.task-end-confirm__title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px
}

.task-end-confirm__date {
    color: #273048;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.task-end-confirm__action button {
    margin: 0 auto
}

.task-end-confirmed__status {
    font-size: 30px
}

.task-end-confirmed__icon {
    text-align: center;
    margin-bottom: 30px
}

.task-end-confirmed__icon svg {
    width: 50px;
    height: 50px;
    transform: scale(1);
    transform-origin: bottom center
}

.task-end-confirmed__icon path {
    fill: #00c853
}

.task-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.task-icon--complete, .task-icon--green {
    background-color: #00c853
}

.task-icon--complete {
    border: 1px solid #fff !important
}

.task-icon--dark-blue {
    background-color: #3e50b4
}

.task-icon--light-blue {
    background-color: #2196f3
}

.task-icon--yellow {
    background-color: #ffc107
}

.task-icon--status1 {
    background-color: #5eb75f
}

.task-icon--status2 {
    background-color: #5eb7a7
}

.task-icon--status3 {
    background-color: #fcca4e
}

.task-icon--status4, .task-icon--status5 {
    background-color: #663b8a
}

.task-icon--status6 {
    background-color: #666
}

.task-icon--status7 {
    background-color: #000
}

.task-icon path {
    fill: #fff
}

.task-info-headline {
    color: #273048;
    font-weight: 700;
    font-size: 14px
}

.task-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.task-info__left {
    padding-right: 20px
}

.task-info__right {
    flex: 1 1
}

.task-info__title {
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

.task-info__date {
    font-size: 20px;
    color: #273048;
    font-weight: 700;
    margin-bottom: 20px;
}

.task-info__address, .task-info__company {
    font-size: 16px;
    margin-bottom: 20px;
}

.task-info__completed, .task-info__created {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.task-info__completed-title, .task-info__created-title {
    font-size: 14px;
    width: 100%;
}

.task-info__completed-date, .task-info__completed-time, .task-info__created-date, .task-info__created-time {
    font-size: 20px;
    font-weight: 700
}

.task-info__completed-time, .task-info__created-time {
    padding-left: 20px
}

.task-info__completed-title, .task-info__created-date, .task-info__created-time {
    color: rgba(0, 0, 0, .5)
}

.task-info__completed-date, .task-info__completed-time {
    color: #273048
}

.task-info__actions {
    padding: 20px 0
}

.task-info__actions > * {
    margin-bottom: 15px !important
}

.task-item {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
    width: 100%
}

.task-item--new .task-item__date {
    font-weight: 900
}

.task-item--new .task-item__address {
    font-weight: 700
}

.task-item--info {
    transition: left .3s;
    left: 0
}

.task-item--info--swiped {
    left: 90%
}

.task-item--complete {
    background-color: #00c853;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.task-item__icon {
    padding-right: 15px
}

.task-item__date {
    color: #3e50b4;
    font-size: 14px;
    font-weight: 700
}

.task-item__address, .task-item__city {
    font-size: 16px;
    color: #000
}

.task-item__complete {
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.task-item-drag-area {
    position: relative;
    cursor: pointer;
}

.task-item-drag-area-div {
    touch-action: pan-y;
    user-select: none;
}

.task-payable-order__fields {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 10px;
    margin-top: 20px
}

.task-payable-order__fields--transition-enter {
    opacity: 0
}

.task-payable-order__fields--transition-enter-active {
    opacity: 1;
    transition: all .3s
}

.task-payable-order__fields--transition-exit {
    opacity: 1
}

.task-payable-order__fields--transition-exit-active {
    opacity: 0;
    transition: all .3s
}

.task-service-description .task-info-headline {
    margin-bottom: 20px
}

.task-service-description__items {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 25px;
    width: calc(100vw - 90px);
    overflow: scroll;
    padding-bottom: 10px
}

.task-service-description__item {
    width: calc(100vw - 90px)
}

.task-service-description__item-title {
    font-weight: 700;
    font-size: 14px
}

.task-service-description__item-desc {
    font-size: 14px
}

.task-status .task-info-headline {
    margin-bottom: 20px
}

.top {
    background-color: #273048;
    width: 100vw;
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    justify-content: center;
    z-index: 100
}

.top, .top__menu-btn {
    display: flex;
    align-items: center
}

.top__menu-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    width: 24px;
    height: 24px;
    justify-content: space-around;
    flex-direction: column
}

.top__menu-btn span {
    background-color: hsla(0, 0%, 100%, .5);
    height: 3px;
    display: block;
    width: 24px
}

.top__title {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    line-height: 20px
}

.top__task-search {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.top__task-search button {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none
}

.top > .container {
    position: relative;
    overflow: visible !important;
    overflow: initial !important
}

.user-item {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
}

.user-item__icon {
    padding-right: 15px
}

.user-item__name {
    color: #000;
    font-size: 18px
}

.white-opacity {
    background-color: hsla(0, 0%, 100%, .95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center
}

.white-opacity--first {
    z-index: 1002
}

.white-opacity--full {
    background-color: #fff;
    text-align: center
}

.white-opacity--full .white-opacity__field {
    width: 300px
}

.white-opacity--full .white-opacity__action {
    display: flex;
    justify-content: center
}

.white-opacity--transition-enter {
    opacity: 0;
    left: -100vw
}

.white-opacity--transition-enter-active {
    left: 0;
    opacity: 1;
    transition: all .3s
}

.white-opacity--transition-exit {
    opacity: 1
}

.white-opacity--transition-exit-active {
    opacity: 0;
    transition: all .3s;
    left: -100vw
}

.white-opacity__wrapper {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 30px
}

.white-opacity__title {
    font-size: 30px
}

.white-opacity__phone {
    font-size: 30px;
    color: #273048;
    font-weight: 600
}

.white-opacity__close {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.white-opacity__close path {
    fill: #000;
    stroke: #000
}

.date-field {
    width: 100%;
    background-color: #f2f2f2;
    height: 58px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    padding-bottom: 5px
}

.date-field__label {
    text-align: left;
    font-size: 14px;
    width: 100%;
    padding-left: 15px;
    padding-top: 5px
}

.date-field__input {
    flex: 1 1;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    border-width: 0;
    outline: none
}

.date-field__input::-webkit-input-placeholder {
    font-size: 14px
}

.date-field__input:-ms-input-placeholder {
    font-size: 14px
}

.date-field__input::-ms-input-placeholder {
    font-size: 14px
}

.date-field__input::placeholder {
    font-size: 14px
}

.dropdown {
    position: relative
}

.dropdown__select {
    background: transparent;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    width: 100%;
    background-color: #f2f2f2;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.dropdown__select span {
    flex: 1 1;
    text-align: left;
    font-size: 14px
}

.dropdown__select svg {
    width: 28px;
    height: 28px
}

.dropdown__select svg path {
    fill: #333
}

.field {
    width: 100%;
    background-color: #f2f2f2;
    height: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px
}

.field--tall {
    height: 200px
}

.field__input {
    flex: 1 1;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    border-width: 0;
    outline: none
}

.field__input::-webkit-input-placeholder {
    font-size: 14px
}

.field__input:-ms-input-placeholder {
    font-size: 14px
}

.field__input::-ms-input-placeholder {
    font-size: 14px
}

.field__input::placeholder {
    font-size: 14px
}

.field__textarea {
    flex: 1 1;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 15px;
    background: transparent;
    border-width: 0;
    outline: none;
    resize: none
}

.field__textarea::-webkit-input-placeholder {
    font-size: 14px
}

.field__textarea:-ms-input-placeholder {
    font-size: 14px
}

.field__textarea::-ms-input-placeholder {
    font-size: 14px
}

.field__textarea::placeholder {
    font-size: 14px
}

.login-field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #5364b9;
    border-radius: 5px;
    padding: 15px 0;
    align-items: center;
    border: 1px solid transparent
}

.login-field--filled, .login-field:focus-within {
    background-color: #fff
}

.login-field--filled .login-field__input::-webkit-input-placeholder, .login-field:focus-within .login-field__input::-webkit-input-placeholder {
    color: #000
}

.login-field--filled .login-field__input:-ms-input-placeholder, .login-field:focus-within .login-field__input:-ms-input-placeholder {
    color: #000
}

.login-field--filled .login-field__input::-ms-input-placeholder, .login-field:focus-within .login-field__input::-ms-input-placeholder {
    color: #000
}

.login-field--filled .login-field__input::placeholder, .login-field:focus-within .login-field__input::placeholder {
    color: #000
}

.login-field--filled path, .login-field:focus-within path {
    fill: #000
}

.login-field--error {
    border: 1px solid red;
    background-color: #fff
}

.login-field--error .login-field__input::-webkit-input-placeholder {
    color: #000
}

.login-field--error .login-field__input:-ms-input-placeholder {
    color: #000
}

.login-field--error .login-field__input::-ms-input-placeholder {
    color: #000
}

.login-field--error .login-field__input::placeholder {
    color: #000
}

.login-field--error path {
    fill: #000
}

.login-field__label {
    display: none
}

.login-field__input {
    flex: 1 1;
    border-width: 0;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    outline: none
}

.login-field__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

.login-field__input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

.login-field__input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

.login-field__input::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

.login-field__icon {
    padding: 0 20px
}

.login-field__error {
    font-size: 12px;
    padding-left: 56px;
    color: red;
    width: 100%;
}

.search-field {
    position: absolute;
    top: -11px;
    left: 0;
    width: calc(100% - 25px);
    background-color: #fff;
    border-radius: 5px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

.search-field__input {
    flex: 1 1;
    font-size: 16px;
    outline: none;
    border-width: 0
}

.search-field__input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .38)
}

.search-field__input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .38)
}

.search-field__input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .38)
}

.search-field__input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, .38)
}

.search-field__btn {
    background: transparent;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    padding: 0 0 0 15px
}

.search-field--transition-enter {
    opacity: 0;
    top: -80px
}

.search-field--transition-enter-active {
    top: -11px;
    opacity: 1;
    transition: all .3s
}

.search-field--transition-exit {
    opacity: 1
}

.search-field--transition-exit-active {
    opacity: 0;
    transition: all .3s;
    top: -70px
}

.switch {
    position: relative;
    height: 20px;
    width: 34px
}

.switch--on .switch__btn {
    background-color: #273048;
    left: auto;
    right: 0
}

.switch--on .switch__path {
    background-color: rgba(39, 48, 72, .5)
}

.switch__btn {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.switch__path {
    height: 14px;
    width: 34px;
    background-color: rgba(34, 31, 31, .26);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.blue-btn {
    background: transparent;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #273048;
    font-size: 14px;
    line-height: 0;
    height: 38px;
    border-radius: 5px;
    font-weight: 700;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap
}

.blue-btn--green {
    background-color: #00c853;
    height: 54px;
    font-size: 20px
}

.blue-btn--disabled {
    background-color: rgba(0, 0, 0, .25)
}

.blue-btn__icon {
    margin-right: 10px
}

.blue-btn__icon--sms {
    width: 20px
}

.blue-btn__icon path {
    fill: #fff
}

.edit-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none
}

.edit-btn path {
    fill: #000
}

.login-btn {
    background: transparent;
    margin: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    height: 36px;
    display: flex;
    align-items: center;
    min-width: 106px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .5);
    justify-content: center;
    line-height: 0;
    white-space: nowrap;
    padding: 0 10px
}

.login-btn:focus, .login-btn:hover {
    outline: none;
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.login-btn:focus path, .login-btn:hover path {
    fill: #000
}

.login-btn__icon {
    margin-left: 10px
}

.login-btn__icon path {
    fill: hsla(0, 0%, 100%, .5)
}

.login-link {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px
}

.login-link:focus, .login-link:hover {
    outline: none;
    color: #fff
}

.logout-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .5);
    font-size: 20px;
    line-height: 0;
}

.logout-btn__icon {
    margin-right: 10px
}

.logout-btn__icon path {
    fill: hsla(0, 0%, 100%, .5)
}

.phone-btn {
    background: transparent;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #00c853;
    font-size: 20px;
    line-height: 0;
    height: 54px;
    border-radius: 5px;
    font-weight: 700;
    justify-content: center;
    padding: 0 20px;
    text-decoration: none
}

.phone-btn__icon {
    margin-right: 10px
}

.phone-btn__icon svg {
    width: 22px;
    height: 22px
}

.phone-btn__icon path {
    fill: #fff
}

.plus-button {
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: #00c853;
    outline: none
}

.plus-button path {
    fill: #fff
}

.round-check {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .5)
}

.round-check--checked {
    background-color: #00c853;
    border: 1px solid #fff !important
}

.round-check__input {
    display: none
}

.round-check path {
    fill: #fff
}

.task-dropdown {
    padding-bottom: 0
}

.task-dropdown--toggled {
    padding-bottom: 20px
}

.task-dropdown--toggled .task-dropdown__items {
    max-height: 1000px
}

.task-dropdown--toggled .task-dropdown__icon {
    transform: rotate(-180deg)
}

.task-dropdown__value {
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.task-dropdown__icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.task-dropdown__icon path {
    fill: #fff
}

.task-dropdown__items {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 10px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s
}

.task-dropdown__item {
    margin: 0;
    color: hsla(0, 0%, 100%, .5);
    font-size: 16px;
    white-space: nowrap
}

.task-dropdown__item, .task-end-btn {
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-width: 0;
    outline: none;
    display: flex;
    align-items: center
}

.task-end-btn {
    background-color: #00c853;
    font-size: 14px;
    line-height: 0;
    font-weight: 700;
    height: 38px;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    margin: 5px 0 0
}

.task-end-btn svg {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.top-close {
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-width: 0;
    outline: none
}

.top-close path {
    fill: #fff
}

.menu--transition-enter-done {
    touch-action: pan-y;
    user-select: none;
}

.load-more {
    width: 100%;
    background: transparent;
    margin: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid #273048;
    border-radius: 5px;
    height: 36px;
    display: flex;
    align-items: center;
    min-width: 106px;
    font-size: 14px;
    color: black;
    justify-content: center;
    line-height: 0;
    white-space: nowrap;
    padding: 0 10px;
}

.load-more:hover {
    outline: none;
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.status-text {
    margin: 0;
    padding-top: 2px;
}