@charset "UTF-8";
@import "font-awesome.min.css";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@import "../fonts/stylesheet.css";
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    0%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    0%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    11.1%,
    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
    80% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.97, 0.9, 0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes bounceIn2 {
    20%,
    40%,
    60%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
    80% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.97, 0.9, 0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn2 {
    20%,
    40%,
    60%,
    80%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02);
    }
    80% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.97, 0.9, 0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.bounceIn2 {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn2;
    animation-name: bounceIn2;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    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% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    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 {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}
.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        -o-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
.show-tablet {
    display: none !important;
}
@media only screen and (max-width: 991px) {
    .show-tablet {
        display: block !important;
    }
}
.hide-tablet {
    display: block !important;
}
@media only screen and (max-width: 991px) {
    .hide-tablet {
        display: none !important;
    }
}
.show-mob {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .show-mob {
        display: block !important;
    }
}
.hide-mob {
    display: block !important;
}
@media only screen and (max-width: 767px) {
    .hide-mob {
        display: none !important;
    }
}
.transition {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
body,
html {
    overflow-x: hidden;
    min-height: 100%;
}
body {
    font-size: 16px !important;
    font-family: "Roboto", arial, sans-serif !important;
    background-color: #fff !important;
    overflow-x: hidden;
    color: #000 !important;
    line-height: 1.4 !important;
}
.container-fluid {
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
body {
    background-position: center top;
    background-repeat: no-repeat;
}
.body-home {
    background-image: url(../img/intro1.png);
}
@media only screen and (max-width: 991px) {
    .body-home {
        background-position: 37% top;
    }
}
@media only screen and (max-width: 767px) {
    .body-home {
        background-image: url(../img/intro-mob.jpg);
        background-position: center top;
        background-size: 100% auto;
    }
}
.body-landing-1 {
    background-image: url(../img/bg-landing-1.jpg);
}
@media only screen and (max-width: 767px) {
    .body-landing-1 {
        background-image: url(../img/bg-landing-1-mob.jpg);
        background-position: center bottom !important;
        background-size: 100% auto;
    }
}
.body-landing-2 {
    background-image: url(../img/bg-landing-2.jpg);
}
@media only screen and (max-width: 767px) {
    .body-landing-2 {
        background-image: url(../img/bg-landing-2-mob.jpg);
        background-position: center bottom !important;
        background-size: 100% auto;
    }
}
.body-landing-3 {
    background-image: url(../img/bg-landing-3.jpg);
}
@media only screen and (max-width: 767px) {
    .body-landing-3 {
        background-image: url(../img/bg-landing-3-mob.jpg);
        background-position: center bottom !important;
        background-size: 100% auto;
    }
}
.body-landing-4 {
    background-image: url(../img/bg-landing-4.jpg);
}
@media only screen and (max-width: 767px) {
    .body-landing-4 {
        background-image: url(../img/bg-landing-4-mob.jpg);
        background-position: center bottom !important;
        background-size: 100% auto;
    }
}
.header-top-inner {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}
@media only screen and (max-width: 767px) {
    .header-top-inner {
        margin-left: 0;
        margin-right: 0;
    }
}
.head-col {
    padding: 0 5px;
}
@media only screen and (max-width: 767px) {
    .head-col {
        padding: 0;
    }
}
.logo {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
    .logo {
        font-size: 20px;
    }
}
@media only screen and (max-width: 350px) {
    .logo {
        font-size: 18px;
    }
}
.town-select {
    font-weight: 400;
}
.town-select a {
    display: block;
    color: #ffbf22 !important;
    font-weight: 500;
    text-decoration: underline !important;
}
.town-select a:hover {
    text-decoration: none !important;
}
.town-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}
.town-address div {
    margin-right: 5px;
}
.town-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.town-email div {
    margin-right: 5px;
}
.town-email a {
    color: #000 !important;
    text-decoration: none !important;
}
.town-email a:hover {
    text-decoration: underline !important;
}
.head-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-search input {
    width: 185px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0 15px;
    margin-right: 8px;
}
@media only screen and (max-width: 1200px) {
    .head-search {
        display: none;
    }
}
.head-search-submit {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
    background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}
.head-search-submit:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.head-contacts-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.head-whatsapp {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 45px;
    -ms-flex: 45px;
    flex: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1ed600;
    border-radius: 100px;
    margin-right: 10px;
}
.head-whatsapp:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 1050px) {
    .header .head-whatsapp {
        display: none;
    }
}
.head-phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.head-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
.head-phone div {
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .head-phone div img {
        width: 16px;
    }
}
.head-phone a {
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none !important;
}
.head-phone a:hover {
    opacity: 0.75;
}
@media only screen and (max-width: 767px) {
    .head-phone a {
        font-size: 16px;
    }
}
.head-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.head-time i {
    width: 6px;
    height: 6px;
    background: #1ed600;
    border-radius: 6px;
    margin-right: 8px;
}
@media only screen and (max-width: 767px) {
    .head-time {
        font-size: 12px;
    }
}
.head-call {
    width: 210px;
    height: 45px;
    color: #fff;
    border: none;
    padding: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#70bf00), to(#b1e681));
    background: -webkit-linear-gradient(bottom, #70bf00 0%, #b1e681 100%);
    background: -o-linear-gradient(bottom, #70bf00 0%, #b1e681 100%);
    background: linear-gradient(0deg, #70bf00 0%, #b1e681 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}
.head-call:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.btn-mob {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-box-flex: 30px;
    -ms-flex: 30px;
    flex: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd95e), to(#ffb915));
    background: -webkit-linear-gradient(top, #ffd95e 0%, #ffb915 100%);
    background: -o-linear-gradient(top, #ffd95e 0%, #ffb915 100%);
    background: linear-gradient(180deg, #ffd95e 0%, #ffb915 100%);
}
.btn-mob:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.mob-block {
    background: #fff;
    width: 320px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2000;
    padding: 30px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    left: -120%;
}
.mob-block a {
    color: #000 !important;
}
.mob-block .logo {
    font-size: 32px;
}
.mob-block .mob-block-close {
    display: none;
}
.mob-block.on {
    left: 0%;
}
.mob-block.on .mob-block-close {
    display: block;
}
.mob-block .town-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}
.mob-block .town-select a {
    margin-left: 8px;
    color: #ffbf22 !important;
}
.mob-block .head-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.mob-block .head-phone img {
    width: 20px;
}
.mob-block .head-phone a {
    font-size: 24px !important;
}
.mob-block .head-call {
    border: none;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
    background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.mob-block .head-call:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.mob-block-head-top {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mob-block-close {
    position: fixed;
    z-index: 2000;
    left: 281px;
    top: 5px;
    font-size: 36px;
    color: #ffbf22;
}
.mob-menu {
    overflow: auto;
    margin-top: 15px;
    height: 65%;
    margin-right: -30px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.mob-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mob-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 0;
    font-size: 20px;
}
.mob-menu ul li.menu-item-has-children {
    padding-right: 0px;
    background: url("../img/down.png") right 14px no-repeat;
}
.mob-menu ul li.menu-item-has-children.current-menu-item,
.mob-menu ul li.menu-item-has-children.current-menu-parent,
.mob-menu ul li.menu-item-has-children:hover {
    background: url("../img/down-r.png") right 14px no-repeat;
}
.mob-menu ul li a {
    line-height: 1.2;
    text-decoration: none !important;
    display: block;
}
.mob-menu ul li:last-child {
    border: none;
}
.mob-menu ul li.current-menu-item > a,
.mob-menu ul li.current-menu-parent > a,
.mob-menu ul li:hover > a {
    color: #ffbf22 !important;
}
.mob-menu ul .sub-menu {
    margin-left: 20px;
    padding-top: 5px;
    display: none;
}
.mob-menu ul .sub-menu li {
    padding: 4px 0;
    line-height: 1.2;
    border: none;
}
.mob-menu ul .sub-menu li.current-menu-item > a,
.mob-menu ul .sub-menu li.current-menu-parent > a,
.mob-menu ul .sub-menu li:hover > a {
    color: #ffbf22 !important;
    font-weight: 600;
}
.mob-menu ul .sub-menu li.menu-item-has-children {
    padding-right: 0px;
    background: url("../img/down.png") right 8px no-repeat;
}
.mob-menu ul .sub-menu li.menu-item-has-children.current-menu-item,
.mob-menu ul .sub-menu li.menu-item-has-children.current-menu-parent,
.mob-menu ul .sub-menu li.menu-item-has-children:hover {
    background: url("../img/down-r.png") right 8px no-repeat;
}
.mob-menu ul .sub-menu a {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
}
.main-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.main-menu > ul {
    margin: 0;
    padding: 0 30px;
    height: 50px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu > ul > li {
    height: 67px;
    position: relative;
}
.main-menu > ul > li > a {
    line-height: 50px;
    color: #000 !important;
    display: block;
    text-decoration: none !important;
}
@media only screen and (max-width: 991px) {
    .main-menu > ul > li > a {
        font-size: 12px;
    }
}
.main-menu > ul > li.menu-item-has-children {
    padding-right: 16px;
    background: url("../img/down.png") right 22px no-repeat;
}
.main-menu > ul > li.current-menu-item.menu-item-has-children,
.main-menu > ul > li:hover.menu-item-has-children {
    background: url("../img/down-r.png") right 22px no-repeat;
}
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li:hover > a {
    color: #ffbf22 !important;
}
.main-menu ul .sub-menu {
    padding: 20px 30px;
    margin: 0;
    list-style-type: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    white-space: nowrap;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 100;
}
.main-menu ul .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 17px;
    background: transparent url("../img/tre.png") 36px center no-repeat;
    left: 0px;
    top: -17px;
}
.main-menu ul .sub-menu li {
    margin: 2px 0;
    padding-right: 15px;
}
.main-menu ul .sub-menu li.menu-item-has-children {
    background: url("../img/menur.png") right center no-repeat;
}
.main-menu ul .sub-menu li a {
    color: #000 !important;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.main-menu ul .sub-menu li.current-menu-item.menu-item-has-children,
.main-menu ul .sub-menu li:hover.menu-item-has-children {
    background: url("../img/menurr.png") right center no-repeat;
}
.main-menu ul .sub-menu li.current-menu-item > a,
.main-menu ul .sub-menu li:hover > a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.main-menu ul .sub-menu li .sub-menu {
    position: absolute;
    min-height: 100%;
    left: 100%;
    top: 0;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul .sub-menu li .sub-menu:before {
    display: none;
}
.intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .intro-inner {
        display: block;
    }
}
.intro-left {
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .intro-left {
        margin-right: ;
    }
}
.intro-title {
    font-weight: 700;
    font-size: 48px;
	line-height:1.2;
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .intro-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-title {
        font-size: 26px;
    }
}
.intro-text {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .intro-text {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .body-home .intro-text {
        max-width: 175px !important;
    }
}
@media only screen and (max-width: 767px) {
    .body-home .intro-title {
        max-width: 200px;
    }
}
.intro-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro-items-col {
    margin-right: 30px;
}
@media only screen and (max-width: 991px) {
    .intro-items-col {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-items-col {
        margin-right: 30px;
    }
    .intro-items-col:last-child {
        margin-right: 0;
    }
}
.intro-item {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
}
@media only screen and (max-width: 767px) {
    .intro-item {
        max-width: 100%;
        margin-top: 16px;
        display: block;
    }
}
.intro-item-icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 50px;
    -ms-flex: 50px;
    flex: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .intro-item-icon {
        width: 30px;
        -webkit-box-flex: 30px;
        -ms-flex: 30px;
        flex: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: 30px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .intro-item-icon img {
        max-width: 20px;
    }
}
.intro-item-title {
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .intro-item-title {
        font-size: 14px;
    }
}
.intro-item-text {
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .intro-item-text {
        font-size: 12px;
    }
}
.land-top-wrap {
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 973px;
}
@media only screen and (max-width: 767px) {
    .land-top-wrap {
        min-height: 688px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-intro .intro-item-text,
    .landing-intro .intro-item-title,
    .landing-intro .intro-text {
        line-height: 1.2;
    }
}
.intro-form {
    width: 460px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 40px 60px;
    padding-top: 35px;
}
.intro-form input {
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .intro .intro-form {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .intro .intro-form {
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.intro-form-title {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}
.intro-form-subtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.input-name {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background: #f5f5f5 url("../img/input-name.svg") right 30px center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .input-name {
        height: 50px;
    }
}
.input-phone {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background: #f5f5f5 url("../img/input-phone.svg") right 30px center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .input-phone {
        height: 50px;
    }
}
.intro-form-submit {
    border: none;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
    background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.intro-form-submit:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .intro-form-submit {
        height: 50px;
    }
}
.intro-conf {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.intro-conf-icon {
    margin-right: 10px;
}
.intro-conf-text a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.intro-conf-text a:hover {
    text-decoration: none;
}
.land-top-wrap {
    position: relative;
}
.order-after-intro-wrap {
    margin-top: -250px;
}
@media only screen and (max-width: 767px) {
    .order-after-intro-wrap {
        margin-top: 0;
    }
}
.order-after-intro {
    padding-left: 60px;
}
@media only screen and (max-width: 767px) {
    .order-after-intro {
        padding-left: 0;
    }
}
.home-content-1 {
    margin-top: 250px;
}
@media only screen and (max-width: 991px) {
    .home-content-1 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .home-content-1 {
        margin-top: 30px;
    }
}
.home-content h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .home-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.home-content p {
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .home-content {
        font-size: 14px;
    }
    .home-content p {
        margin-bottom: 15px;
    }
}
.services .row {
    margin-left: -20px;
    margin-right: -20px;
}
.services .row div[class^="col-"] {
    padding: 0 20px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .services .row div[class^="col-"] {
        margin-bottom: 20px;
    }
}
.service {
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.service-thumb {
    height: 260px;
    background-position: center center;
    background-size: cover;
    display: block;
}
.service-thumb:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .service-thumb {
        height: 195px;
    }
}
.service-content {
    padding: 44px;
    padding-top: 35px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .service-content {
        padding: 20px;
    }
}
.service-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc130), to(#ffd95f));
    background: -webkit-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: -o-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: linear-gradient(0deg, #ffc130 0%, #ffd95f 100%);
    width: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -16px;
    z-index: 100;
}
.service-icon:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 18px solid rgba(255, 193, 48, 0.5);
    position: absolute;
    left: -9px;
    top: -9px;
}
@media only screen and (max-width: 767px) {
    .services .service-icon {
        -webkit-transform: scale(0.7) translate(-50%, 0);
        -ms-transform: scale(0.7) translate(-50%, 0);
        transform: scale(0.7) translate(-50%, 0);
    }
}
.service-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.2;
}
.service-title:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .service-title {
        font-size: 16px;
    }
}
.service-menu {
    margin-top: 15px;
}
.service-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.service-menu ul li a {
    color: #000 !important;
    text-decoration: none !important;
}
.service-menu ul li a:hover {
    color: #ffbf22 !important;
}
@media only screen and (max-width: 767px) {
    .service-menu ul li a {
        font-size: 14px;
    }
}
.date {
    color: #666;
    margin-top: 5px;
    font-size: 12px;
}
.excerpt {
    margin-top: 10px;
    line-height: 1.2;
}
.service .read-more {
    color: #ffbf22 !important;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
}
.service .read-more:hover {
    text-decoration: none;
}
.service-mini {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
}
@media only screen and (max-width: 767px) {
    .service-mini {
        height: auto;
        margin-top: 30px;
    }
    .service-mini:first-child {
        margin-top: 15px;
    }
}
.service-mini-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc130), to(#ffd95f));
    background: -webkit-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: -o-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: linear-gradient(0deg, #ffc130 0%, #ffd95f 100%);
    width: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -16px;
    z-index: 100;
}
.service-mini-icon:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 18px solid rgba(255, 193, 48, 0.5);
    position: absolute;
    left: -9px;
    top: -9px;
}
@media only screen and (max-width: 767px) {
    .service-mini-icon {
        -webkit-transform: scale(0.7) translate(-50%, 0);
        -ms-transform: scale(0.7) translate(-50%, 0);
        transform: scale(0.7) translate(-50%, 0);
    }
}
.service-mini-title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.service-mini-title:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .service-mini-title {
        font-size: 16px;
    }
}
.service-630 {
    height: 630px;
}
@media only screen and (max-width: 767px) {
    .service-630 {
        height: auto;
    }
}
.service-440 {
    height: 440px;
}
@media only screen and (max-width: 767px) {
    .service-440 {
        height: auto;
    }
}
body {
    position: relative;
}
.der {
    position: absolute;
    z-index: -1;
}
@media only screen and (max-width: 1750px) {
    .der {
        display: none;
    }
}
.der1 {
    left: 0;
    top: 1490px;
}
.der2 {
    right: 0;
    top: 1847px;
}
.der3 {
    right: 0;
    top: 3400px;
}
.der4 {
    left: 0;
    top: 4800px;
    z-index: 1;
}
.der5 {
    right: 0;
    top: 5350px;
    z-index: 1;
}
.der6 {
    right: 0;
    top: 7350px;
    z-index: 1;
}
.der7 {
    left: 0;
    top: 7700px;
    z-index: 1;
}
.lder1 {
    right: 0;
    top: 600px;
    z-index: 1;
}
.lder2 {
    left: 0;
    top: 4448px;
    z-index: 1;
}
.lder3 {
    right: 0;
    top: 5538px;
}
.lder4 {
    left: 0;
    top: 6000px;
}
.section-title {
    text-align: center;
    font-size: 46px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .table-wrap {
        overflow: auto;
    }
    .table-wrap table {
        min-width: 500px;
        white-space: nowrap;
    }
}
.table-price {
    width: 100%;
}
.table-price th {
    background: #f5f5f5;
    padding: 16px 30px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.table-price tr + tr td {
    border-bottom: 1px solid #d9d9d9;
}
.table-price td {
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 400;
}
.table-price th + th {
    text-align: center;
}
.table-price td + td {
    text-align: center;
}
.table-price a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.table-price a:hover {
    text-decoration: none;
    color: #000 !important;
}
@media only screen and (max-width: 767px) {
    .table-price td,
    .table-price th {
        font-size: 14px;
        padding: 10px 15px;
    }
}
.table-toggler {
    color: #ffbf22 !important;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.table-toggler:hover {
    color: #000 !important;
}
.order-after-price {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 991px) {
    .order-after-price {
        padding-left: 0;
        padding-right: 0;
    }
}
.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .order {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .order {
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        padding: 20px;
    }
}
.order-left {
    -webkit-box-flex: 255px;
    -ms-flex: 255px;
    flex: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 60px;
}
@media only screen and (max-width: 991px) {
    .order-left {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-bottom: 20px;
    }
}
.order-title {
    font-size: 22px;
}
.order-title b {
    font-size: 600;
}
@media only screen and (max-width: 767px) {
    .order-title {
        font-size: 18px;
    }
}
.order-right {
    width: 100%;
}
.order-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
@media only screen and (max-width: 767px) {
    .order-row {
        display: block;
        margin: 0;
    }
}
.order-col {
    padding: 0 5px;
    width: 100%;
}
.order-col button,
.order-col input {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .order-col {
        padding: 0;
    }
}
.order .intro-conf {
    margin-top: 0;
}
.works-slider-wrapper {
    position: relative;
}
.works-slide {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .works-slide {
        padding: 0;
    }
}
.works-slide-inner {
    display: block;
    width: 540px;
    height: 340px;
    border-radius: 15px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.4;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .works-slide-inner {
        width: 230px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}
.works-slider .slick-current .works-slide-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.works-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 670px;
}
.works-nav .works-prev {
    position: absolute;
    left: 0;
}
.works-nav .works-next {
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .works-nav {
        position: static;
        width: 100%;
        height: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.the-prev {
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc130), to(#ffd95f));
    background: -webkit-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: -o-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: linear-gradient(0deg, #ffc130 0%, #ffd95f 100%);
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.the-prev:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .the-prev {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.the-next {
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc130), to(#ffd95f));
    background: -webkit-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: -o-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: linear-gradient(0deg, #ffc130 0%, #ffd95f 100%);
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.the-next:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .the-next {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.the-next img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .the-next {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@media only screen and (max-width: 767px) {
    .works-prev {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .works-next {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -20px;
    }
}
.reviews-slider-wrapper {
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
}
@media only screen and (max-width: 767px) {
    .reviews-slider-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.reviews-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    .reviews-prev {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
    }
}
.reviews-next {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    left: auto;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .reviews-next {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
    }
}
@media only screen and (max-width: 767px) {
    .reviews-next {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
    }
}
.reviews-slider {
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 767px) {
    .reviews-slider {
        margin: 0;
    }
}
.reviews-slide-inner {
    width: 260px;
    height: 365px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
}
.reviews-slide-inner:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .reviews-slide-inner {
        margin: 0;
        width: 200px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.garant {
    min-height: 1052px;
    background: url("../img/garant.jpg") center top no-repeat;
}
@media only screen and (max-width: 991px) {
    .garant {
        min-height: 0;
    }
}
@media only screen and (max-width: 767px) {
    .garant {
        background: none;
    }
}
.garant-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.garant-items .garant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .garant-items .garant-row {
        display: block;
    }
}
.garant-items .garant-col {
    margin-left: 60px;
}
@media only screen and (max-width: 767px) {
    .garant-items .garant-col {
        margin-left: 0;
        padding-left: 15px;
    }
}
.garant-item {
    position: relative;
    width: 320px;
    height: 160px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 25px 30px 15px 40px;
}
@media only screen and (max-width: 767px) {
    .garant-item {
        margin-bottom: 20px;
        padding-left: 30px;
        height: auto;
        width: 100%;
    }
}
.garant-item-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc130), to(#ffd95f));
    background: -webkit-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: -o-linear-gradient(bottom, #ffc130 0%, #ffd95f 100%);
    background: linear-gradient(0deg, #ffc130 0%, #ffd95f 100%);
    width: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -16px;
    z-index: 100;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.garant-item-icon:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 18px solid rgba(255, 193, 48, 0.5);
    position: absolute;
    left: -9px;
    top: -9px;
}
@media only screen and (max-width: 767px) {
    .garant-item-icon {
        -webkit-transform: scale(0.7) translate(0, -50%);
        -ms-transform: scale(0.7) translate(0, -50%);
        transform: scale(0.7) translate(0, -50%);
    }
}
.garant-item-title {
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .garant-item-title {
        font-size: 16px;
    }
}
.garant-item-text {
    font-size: 14px;
    margin-top: 10px;
}
.garant-pic {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -200px;
}
.garant-pic img {
    display: block;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .order-after-garant {
        margin-top: -150px;
        position: relative;
        z-index: 100;
    }
}
.home-reports {
    margin-top: -120px;
}
@media only screen and (max-width: 991px) {
    .home-reports {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .home-reports {
        margin-top: 30px;
    }
}
.reports-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .reports-inner {
        display: block;
    }
}
.reposts-left {
    -webkit-box-flex: 480px;
    -ms-flex: 480px;
    flex: 480px;
    padding-right: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media only screen and (max-width: 991px) {
    .reposts-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
}
.reports-title {
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .reports-title {
        text-align: center;
    }
}
.reports-subtitle {
    font-size: 14px;
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
    .reports-subtitle {
        text-align: center;
    }
}
.report {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
}
.report:hover {
    text-decoration: underline;
}
.report-icon {
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .report-icon {
        margin-right: 10px;
    }
    .report-icon img {
        max-width: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .report-title {
        line-height: 1.2;
        font-size: 13px;
    }
}
.about {
    min-height: 700px;
    background: url("../img/about.jpg") center top no-repeat;
}
.about-title {
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .about-title {
        text-align: center;
    }
}
.org-slider-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .org-slider-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.org-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.org-prev:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .org-prev {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
        margin-top: -20px;
        margin-left: -15px;
    }
}
.org-next {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    left: auto;
    right: 0;
}
.org-next:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .org-next {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
        margin-top: -20px;
        margin-left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .org-next {
        margin-right: -15px;
    }
}
.org-slide-inner .row {
    margin-left: -18px;
    margin-right: -18px;
}
.org-slide-inner .row .col-xs-6 {
    padding: 0 18px;
}
@media only screen and (max-width: 991px) {
    .org-slide-inner .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .org-slide-inner .row .col-xs-6 {
        padding: 0 5px;
    }
}
.org-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 37px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}
.org-item img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.org-item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.org-item:hover img {
    -webkit-filter: none;
    filter: none;
}
@media only screen and (max-width: 767px) {
    .org-item {
        height: 44px;
        margin-bottom: 15px;
        padding: 10px;
    }
}
.order-after-about .order-left {
    -webkit-box-flex: 305px;
    -ms-flex: 305px;
    flex: 305px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.certs {
    background: url("../img/certs.jpg") right top no-repeat;
    min-height: 500px;
}
@media only screen and (max-width: 991px) {
    .home-certs {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .home-certs {
        margin-top: 30px;
    }
}
.home-certs-title {
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .home-certs-title {
        text-align: center;
    }
}
.certs-items {
    max-width: 500px;
}
@media only screen and (max-width: 767px) {
    .certs-items {
        max-width: 999px;
    }
}
.certs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .certs-inner {
        display: block;
    }
}
.certs-left {
    margin-right: 30px;
}
.certs-right {
    text-align: center;
}
.certs-right img {
    max-width: 100%;
}
.team-title {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .team-title {
        font-size: 20px;
        text-align: center;
    }
}
.team-item {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .team-item {
        margin-bottom: 20px;
    }
}
.team-num-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-item-num {
    font-size: 36px;
    font-weight: 600;
    position: relative;
}
.team-item-num:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/dug.png");
    width: 32px;
    height: 32px;
    left: 15px;
    top: -10px;
}
@media only screen and (max-width: 767px) {
    .team-item-num:before {
        left: 0px;
    }
}
.team-slider-wrapper {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
.team-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.team-prev:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .team-prev {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
        left: -15px;
    }
}
.team-next {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    left: auto;
    right: 0;
}
.team-next:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .team-next {
        -webkit-transform: scale(0.5) translate(0, -50%);
        -ms-transform: scale(0.5) translate(0, -50%);
        transform: scale(0.5) translate(0, -50%);
        left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .team-next {
        right: -15px;
        left: auto;
    }
}
.team-slider {
    margin-right: -15px;
    margin-left: -15px;
}
.team-slide {
    padding: 0 15px;
}
.team-slide-pic img {
    margin-left: auto;
    margin-right: auto;
}
.team-slide-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .team-slide-name {
        font-size: 16px;
    }
}
.team-slide-occ {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .team-slide-occ {
        font-size: 14px;
    }
}
.how-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .how-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.how-item {
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-flex: 224px;
    -ms-flex: 224px;
    flex: 224px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.how-item:last-child .how-item-icon:after {
    display: none;
}
@media only screen and (max-width: 1300px) {
    .how-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media only screen and (max-width: 767px) {
    .how-item {
        -webkit-box-flex: 130px;
        -ms-flex: 130px;
        flex: 130px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 7px;
        margin-right: 7px;
    }
    .how-item:nth-child(2) .how-item-icon:after {
        display: none;
    }
    .how-item:nth-child(4) .how-item-icon:after {
        display: none;
    }
}
.how-item-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}
.how-item-icon:after {
    display: block;
    position: absolute;
    content: "";
    left: 100%;
    margin-left: 30px;
    height: 8px;
    background: url("../img/hr.png") right top no-repeat;
    width: 100%;
}
@media only screen and (max-width: 1300px) {
    .how-item-icon:after {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .how-item-icon:after {
        display: block;
        margin-left: 10px;
        width: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .how-item-icon {
        width: 80px;
        height: 80px;
    }
}
.how-item-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .how-item-title {
        font-size: 16px;
        margin-top: 10px;
    }
}
.how-item-text {
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .how-item-text {
        font-size: 13px;
        line-height: 1.2;
    }
}
.faq-item {
    background: url("../img/faq-open.png") right 0px top 4px no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d9d9d9;
}
.faq-item .faq-question {
    font-weight: 600;
    padding-right: 30px;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .faq-item .faq-question {
        font-size: 16px;
    }
}
.faq-item .faq-answer {
    margin-top: 18px;
    display: none;
}
@media only screen and (max-width: 767px) {
    .faq-item .faq-answer {
        font-size: 14px;
    }
}
.faq-item.on {
    background: url("../img/faq-close.png") right 0px top 4px no-repeat;
}
.faq-item.on .faq-answer {
    display: block;
}
.faq-item:hover .faq-question {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
}
.last-form {
    background: url("../img/last.jpg") 43% top no-repeat;
    min-height: 445px;
}
@media only screen and (max-width: 767px) {
    .last-form {
        margin: 0;
        background: none;
    }
}
.last-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .last-inner {
        display: block;
    }
}
.last-left {
    margin-right: 30px;
}
.last-left .section-title {
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .last-left {
        margin-right: 0;
        margin-bottom: 0px;
    }
}
.last-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.last-contact-icon {
    -webkit-box-flex: 30px;
    -ms-flex: 30px;
    flex: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.last-contact-icon img {
    width: 22px;
}
.last-contact-text a {
    color: #000 !important;
    text-decoration: none;
}
.last-contact-text a:hove {
    text-decoration: underline;
}
.last-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.last-phone-icon {
    -webkit-box-flex: 30px;
    -ms-flex: 30px;
    flex: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.last-phone-icon img {
    width: 22px;
}
.last-phone-link {
    display: block;
    font-weight: 600;
    font-size: 30px;
    color: #000 !important;
    text-decoration: none;
}
.last-phone-link:hove {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .last-phone-link {
        font-size: 26px;
    }
}
.last-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-top: 15px;
}
.last-time i {
    width: 6px;
    height: 6px;
    background: #1ed600;
    border-radius: 6px;
    margin-right: 8px;
}
.last-whatsapp {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.last-whatsapp .head-whatsapp {
    margin-right: 0;
    margin-left: 20px;
}
@media only screen and (max-width: 991px) {
    .last-form .intro-form {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .last-form .intro-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.last-pic {
    margin-left: -15px;
    margin-right: -15px;
}
.last-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.the-content a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.the-content h1 {
    font-size: 46px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .the-content h1 {
        font-size: 26px;
    }
}
.the-content h2 {
    font-size: 36px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .the-content h2 {
        font-size: 22px;
    }
}
.the-content h3 {
    font-size: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .the-content h3 {
        font-size: 18px;
    }
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4 {
    margin: 25px 0;
}
.the-content h1:first-child,
.the-content h2:first-child,
.the-content h3:first-child,
.the-content h4:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .the-content h1,
    .the-content h2,
    .the-content h3,
    .the-content h4 {
        margin: 20px 0;
    }
    .the-content h1:first-child,
    .the-content h2:first-child,
    .the-content h3:first-child,
    .the-content h4:first-child {
        margin-top: 0;
    }
}
.the-content ol,
.the-content p,
.the-content ul {
    margin: 20px 0;
}
.the-content p:first-child {
    margin-top: 0;
}
.the-content img {
    border-radius: 15px;
    max-width: 100%;
}
.gallery-items .row {
    margin-left: -20px;
    margin-right: -20px;
}
.gallery-items .row div[class^="col-"] {
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .gallery-items .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        overflow: auto;
    }
    .gallery-items .row div {
        float: none;
        padding-left: 0 !important;
        width: auto;
    }
    .gallery-items .row .gallery-item {
        margin-bottom: 20px;
        width: 230px;
    }
}
.gallery-item {
    margin-bottom: 40px;
    display: block;
    height: 260px;
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
}
.gallery-item:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .gallery-item {
        height: 150px;
    }
}
.crumbs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.crumbs-inner a {
    font-weight: 600;
    color: #ffbf22 !important;
}
.posts .row .col-md-4:nth-child(3n + 1) {
    clear: both;
}
@media only screen and (max-width: 991px) {
    .posts .row .col-md-4:nth-child(3n + 1) {
        clear: none;
    }
    .posts .row .col-md-4:nth-child(odd) {
        clear: both;
    }
}
.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pages a,
.pages span {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 40px;
    -ms-flex: 40px;
    flex: 40px;
    border-radius: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-decoration: none !important;
    background: #24272d;
    color: #fff !important;
    font-weight: bold;
    margin: 5px;
}
.pages a.on,
.pages a:hover,
.pages span.on,
.pages span:hover {
    background: #ffbf22 !important;
    color: #000 !important;
}
.prices-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .prices-item {
        display: block;
        margin-bottom: 30px;
    }
}
.prices-item-left {
    margin-right: 40px;
}
.prices-item-left .service {
    width: 400px;
}
@media only screen and (max-width: 767px) {
    .prices-item-left .service {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .prices-item-left {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.prices-item-right {
    width: 100%;
}
.prices-item-right table tr:nth-child(odd) td {
    background: #f7f9fb;
}
@media only screen and (max-width: 991px) {
    .prices-item-right table td,
    .prices-item-right table th {
        font-size: 14px;
    }
}
.docs .row .col-md-3:nth-child(4n + 1) {
    clear: both;
}
@media only screen and (max-width: 991px) {
    .docs .row .col-md-3:nth-child(4n + 1) {
        clear: none;
    }
    .docs .row .col-md-3:nth-child(odd) {
        clear: both;
    }
}
.docs div[class^="col-"] {
    margin-bottom: 30px;
}
.docs-item {
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
    padding: 2px;
    border-radius: 15px;
    display: block;
    position: relative;
}
.docs-over {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffbf22;
    font-size: 24px;
    opacity: 0;
}
.docs-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px !important;
}
.docs-item:hover {
    -webkit-filter: none !important;
    filter: none !important;
}
.docs-item:hover .docs-over {
    opacity: 1;
}
.view-docs {
    margin-top: 15px;
    border: none;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
    background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
    background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
    -webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 0 15px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    width: 100%;
}
.view-docs:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
    .view-docs {
        height: 50px;
    }
}
.view-docs i {
    margin-left: 8px;
}
.footer {
    background: #434343;
    color: #fff;
}
.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 45px;
    padding-bottom: 20px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.footer-col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.footer-logo {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
}
.footer-copy {
    font-size: 18px;
    margin-top: 10px;
}
.footer-copy a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.footer-copy a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    .footer-copy {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-copy {
        margin-top: 0;
    }
}
.footer-brand {
    margin-top: 40px;
    color: #fff;
}
.footer-brand a {
    color: #ffbf22 !important;
    text-decoration: underline;
}
.footer-brand a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    .footer-brand {
        font-size: 16px;
        margin-top: 20px;
    }
}
.footer-menu-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .footer-menu-title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-menu-title {
        font-size: 14px;
    }
}
.footer-menu {
    margin-top: 15px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-menu ul li {
    margin-top: 8px;
}
.footer-menu ul li a {
    color: #fff !important;
    text-decoration: none !important;
}
.footer-menu ul li:hover a {
    text-decoration: underline !important;
}
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current-menu-parent a {
    color: #ffbf22 !important;
}
@media only screen and (max-width: 767px) {
    .footer-menu ul li {
        font-size: 14px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-col-3 {
        -webkit-box-flex: 140px;
        -ms-flex: 140px;
        flex: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-col-4 {
        -webkit-box-flex: 140px;
        -ms-flex: 140px;
        flex: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.popup {
    background: #f7f9fb;
    display: none;
    border-radius: 15px;
    padding: 0 !important;
}
.popup .politics {
    text-align: center;
    color: #555;
    font-size: 14px;
    margin-top: 20px;
}
.popup-inner {
    background: #fff;
    padding: 45px;
    width: 560px;
}
.popup-inner .intro-form {
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media only screen and (max-width: 767px) {
    .popup-inner {
        padding: 30px;
        width: 100%;
        max-width: 500px;
    }
}
.popup-title {
    line-height: 1.2;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .popup-title {
        font-size: 24px;
    }
}
.popup-subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    opacity: 0.85;
    margin-bottom: 30px;
}
.towns-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.towns-search .towns-search-left {
    -webkit-box-flex: 50px;
    -ms-flex: 50px;
    flex: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 20px;
    display: none;
}
.towns-search .towns-search-right {
    width: 100%;
}
.towns-search input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background: #f5f5f5 url("../img/input-name.svg") right 30px center no-repeat;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
    background-image: url("../img/address.svg");
}
@media only screen and (max-width: 767px) {
    .towns-search input {
        height: 50px;
    }
}
.towns-list {
    margin-top: 20px;
    height: 300px;
    overflow: auto;
}
.towns-list a {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #ffbf22 !important;
}
.towns-list a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .towns-list {
        width: 270px;
    }
}
.fancybox-close-small:after {
    display: none !important;
}
.fancybox-close-small {
    width: 15px !important;
    height: 15px !important;
    right: 15px !important;
    top: 15px !important;
    background: url("../img/close.png") !important;
}
.fancybox-close-small:hover {
    opacity: 0.5;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}
.sp5 {
    height: 5px;
}
.sp10 {
    height: 10px;
}
.sp15 {
    height: 15px;
}
.sp20 {
    height: 20px;
}
.sp25 {
    height: 25px;
}
.sp30 {
    height: 30px;
}
.sp35 {
    height: 35px;
}
.sp40 {
    height: 40px;
}
.sp45 {
    height: 45px;
}
.sp50 {
    height: 50px;
}
.sp55 {
    height: 55px;
}
.sp60 {
    height: 60px;
}
@media only screen and (max-width: 767px) {
    .msp0 {
        height: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp5 {
        height: 5px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp10 {
        height: 10px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp15 {
        height: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp20 {
        height: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp25 {
        height: 25px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp30 {
        height: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp35 {
        height: 35px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp40 {
        height: 40px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp45 {
        height: 45px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp50 {
        height: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp55 {
        height: 55px !important;
    }
}
@media only screen and (max-width: 767px) {
    .msp60 {
        height: 60px !important;
    }
}
* {
    outline: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.bright:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.dark:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}
:-moz-placeholder {
    color: #222;
    opacity: 1;
}
::-moz-placeholder {
    color: #222;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #222;
    opacity: 1;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px !important;
}
@media only screen and (max-width: 767px) {
    .alignright {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0 !important;
}
@media only screen and (max-width: 767px) {
    .alignleft {
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


.team-items .row {
    display: flex;
    flex-wrap: wrap;
}

.RatingCard {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-color: transparent;
    border-radius: 20px;

}

.RatingCard-Body {
    display: flex;
    justify-content: space-between;
}

.RatingCard-RatingNumber {
    margin-right: 13px;
    font-size: 18px;
    line-height: 40px;
}

.RatingCard-Middle {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.RatingCard-Stars {
    margin: 0px 0 0px;
}


.StarsRating {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 14px;
    vertical-align: middle;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.036 10.312l-3.395 2.075a.5.5 0 0 1-.746-.549l.985-3.92-2.855-2.223a.5.5 0 0 1 .266-.892l3.735-.309L6.583.862a.5.5 0 0 1 .92.002l1.544 3.63 3.761.309a.5.5 0 0 1 .266.893l-2.867 2.221.983 3.924a.5.5 0 0 1-.745.548l-3.409-2.077z' fill='%23FFD43E'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20% 100%;
}

.RatingCard-Feedbacks {
    margin: 0px 0 0px;
    font-size: 12px;
    text-align: center;
}

.RatingCard-Bottom {
    border-top: 1px solid #e3e5ed;
}

.RatingCard-ReviewsLink {
    padding: 13px 4px 13px 0;
    color: #212121;
}

@media only screen and (max-width: 767px) {
    .RatingCard-RatingNumber {
        font-size: 16px;
    }
}