@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-arrow,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    width: 100%
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

.float-download-btn,
.header h3,
.ikt-nav-menu-item a,
.ikt-tech-abilities-section .item span {
    text-transform: uppercase
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

/*!
 * 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
 */
@-webkit-keyframes bounce {

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

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

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

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

@keyframes bounce {

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

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

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

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

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

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {

    from,
    to {
        -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)
    }
}

@keyframes pulse {

    from,
    to {
        -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)
    }
}

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

@-webkit-keyframes rubberBand {

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

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

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

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tada {

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

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

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

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

@keyframes tada {

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

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

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

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

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

@-webkit-keyframes wobble {

    from,
    to {
        -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)
    }
}

@keyframes wobble {

    from,
    to {
        -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)
    }
}

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

@-webkit-keyframes jello {

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

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

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

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

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

@-webkit-keyframes bounceIn {

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

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

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

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

@keyframes bounceIn {

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

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

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

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

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

.bounceOut,
.flipOutX {
    -webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

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

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

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

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

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

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

@keyframes bounceInDown {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {

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

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

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

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

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

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

@keyframes bounceInLeft {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {

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

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

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

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

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

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

@keyframes bounceInRight {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {

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

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

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

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

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

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

@keyframes bounceInUp {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

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

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
    from {
        opacity: 1
    }

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (print),
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.mfp-bg {
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    height: 40px;  /* было 20  и 20 */
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    outline: 0;
	z-index: 999;   /* Чтоб стрелочки на верхнем слое были и не перекрывались ничем */
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 40px;  /* было 20  - это размер стрелки  */
    line-height: 1;
    color: #fff;
    opacity: .75
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 12px;  /*  было 6 */
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.float-download-btn,
.header h3,
.ikt-header .ikt-header-contacts-wrapper a {
    font-family: Play;
    font-weight: 700
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

@font-face {
    font-family: Play;
    src: url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-700.woff2) format("woff2"), url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-700.woff) format("woff"), url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-700.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Play-regular;
    src: url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-regular.woff2) format("woff2"), url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-regular.woff) format("woff"), url(../../assets/fonts/play-v9-cyrillic-ext_latin-ext_latin_cyrillic-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

body,
html {
    height: 100%
}

.header h3 {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    text-align: center
}

@media only screen and (max-width:1600px) {
    .header h3 {
        font-size: 16px
    }
}

@media only screen and (max-width:1300px) {
    .header h3 {
        font-size: 14px
    }
}

@media only screen and (max-width:1025px) {
    .header h3 {
        font-size: 12px
    }
}

@media only screen and (max-width:768px) {
    .header h3 {
        font-size: 12px
    }
}

.header-green h3 {
    color: #0B4C45
}

.header-light-green h3 {
    color: #77BC1F
}

.ikt-header {
    background: url(../img/header_bg.png) right center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center
}

.ikt-header .ikt-header-content-wrapper {
    width: calc(33.33333% - 26.67px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.67px + 40px)
}

@media (max-width:768px) {
    .ikt-header .ikt-header-content-wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

@media (max-width:813px) and (orientation:landscape) {
    .ikt-header .ikt-header-content-wrapper {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-left: calc(25% - 25px + 40px)
    }
}

.ikt-header .ikt-header-content-wrapper img {
    width: 100%
}

.ikt-header .ikt-header-contacts-wrapper {
    display: flex;
    justify-content: space-between
}

.ikt-header .ikt-header-contacts-wrapper a {
    font-size: 26px;
    color: #77BC1F;
    text-decoration: none
}

@media only screen and (max-width:1839px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 24px
    }
}

@media only screen and (max-width:1705px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 22px
    }
}

@media only screen and (max-width:1600px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 20px
    }
}

@media only screen and (max-width:1450px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 18px
    }
}

@media only screen and (max-width:1300px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 16px
    }
}

@media only screen and (max-width:1200px) {
    .ikt-header .ikt-header-contacts-wrapper {
        flex-direction: column
    }

    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 24px
    }
}

@media only screen and (max-width:768px) {
    .ikt-header .ikt-header-contacts-wrapper a {
        font-size: 20px
    }

    .ikt-main-menu {
        display: none
    }
}

.float-download-btn {
    max-width: 90px;
    position: fixed;
    z-index: 99999999;
    right: 30px;
    bottom: 50px;
    font-size: 12px;
    color: #77BC1F;
    text-decoration: none;
    text-align: center
}

.ikt-main-menu .language-button a,
.ikt-main-mobile-menu .language-button a {
    font-size: 16px;
    color: #77BC1F;
    font-family: Play;
    font-weight: 700;
    text-decoration: none
}

.float-download-btn img {
    width: 50%
}

.ikt-main-menu {
    height: 50px;
    background-color: #0B4C45;
    width: 100%;
    z-index: 9999
}

@media (max-width:813px) and (orientation:landscape) {
    .ikt-main-menu {
        display: none
    }
}

.ikt-main-menu .ikt-nav-logo-wrapper {
    width: calc(16.66667% - 23.33px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.67px + 40px);
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center
}

.ikt-main-menu .ikt-nav-menu {
    width: calc(66.66667% - 33.33px);
    float: left;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.ikt-main-menu .language-button {
    width: calc(8.33333% - 21.67px);
    float: left;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.ikt-main-mobile-menu {
    position: fixed;
    top: 0;
    display: none;
    height: 50px;
    width: 100%;
    background-color: #0B4C45;
    z-index: 2
}

.ikt-main-mobile-menu .ikt-nav-logo-wrapper {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.ikt-main-mobile-menu .ikt-nav-logo-wrapper img {
    width: 100%
}

.ikt-main-mobile-menu .language-button {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(41.66667% - 28.33px + 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media only screen and (max-width:768px) {
    .ikt-main-mobile-menu {
        display: block
    }
}

@media (max-width:813px) and (orientation:landscape) {
    .ikt-main-mobile-menu {
        display: block
    }
}

.ikt-main-mobile-menu .menu-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ikt-main-mobile-menu .span-wrapper {
    position: absolute;
    top: 15px;
    right: 5px
}

.ikt-main-mobile-menu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

.ikt-main-mobile-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #77BC1F;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.ikt-main-mobile-menu .span-wrapper span:first-child {
    transform-origin: 0 0
}

.ikt-main-mobile-menu .span-wrapper span:nth-last-child(2) {
    transform-origin: 0 100%
}

.ikt-main-mobile-menu input:checked~.span-wrapper span {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -20px)
}

.ikt-main-mobile-menu input:checked~.span-wrapper span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

.ikt-main-mobile-menu input:checked~.span-wrapper span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 15px)
}

.ikt-main-mobile-menu .menu {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: -1;
    background: #0B4C45;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity .5s linear
}

.ikt-equipment,
.ikt-tech-abilities-section {
    background-size: cover;
    background-position: right center
}

.ikt-main-mobile-menu input:checked~.menu {
    visibility: visible;
    opacity: 1
}

.ikt-main-mobile-menu .ikt-nav-menu-item {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 5px 0
}

.ikt-main-mobile-menu .ikt-nav-menu-item:last-child {
    border: none
}

.ikt-nav-menu-item a {
    font-family: Play;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width:1600px) {
    .ikt-nav-menu-item a {
        font-size: 12px
    }
}

@media only screen and (max-width:1400px) {
    .ikt-nav-menu-item a {
        font-size: 10px
    }
}

@media only screen and (max-width:1025px) {
    .ikt-nav-menu-item a {
        font-size: 8px
    }
}

.ikt-nav-menu-item:hover a {
    color: #77BC1F
}

.fixed-menu {
    position: fixed;
    top: 0
}

.ikt-tech-abilities-section {
    background-image: url(../img/tech_abilities_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    max-height: 800px
}

@media only screen and (max-width:1600px) {
    .ikt-tech-abilities-section {
        max-height: 650px
    }
}

@media only screen and (max-width:813px) {
    .ikt-tech-abilities-section {
        max-height: 870px;
        height: 870px
    }

    .ikt-tech-abilities-section .content-wrapper {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:813px) and (orientation:landscape) {
    .ikt-tech-abilities-section {
        max-height: 900px;
        height: 900px
    }
}

.ikt-tech-abilities-section .content-wrapper {
    background-color: rgba(0, 76, 69, .8);
    height: 100%
}

.ikt-tech-abilities-section .header {
    width: 50%;
    margin: 0 auto
}

@media only screen and (max-width:1820px) {
    .ikt-tech-abilities-section .header {
        width: 100%
    }
}

.ikt-tech-abilities-section .item span,
.ikt-tech-abilities-section .text {
    font-family: Play-regular;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    width: 50%;
    margin: 0 auto
}

@media only screen and (max-width:1600px) {

    .ikt-tech-abilities-section .item span,
    .ikt-tech-abilities-section .text {
        font-size: 12px
    }
}

@media only screen and (max-width:1025px) {

    .ikt-tech-abilities-section .item span,
    .ikt-tech-abilities-section .text {
        font-size: 10px
    }
}

@media only screen and (max-width:768px) {

    .ikt-tech-abilities-section .item span,
    .ikt-tech-abilities-section .text {
        font-size: 10px
    }

    .ikt-tech-abilities-section .text {
        width: 100%
    }
}

.ikt-tech-abilities-section .ikt-tech-abilities-ipc,
.ikt-tech-abilities-section .ikt-tech-abilities-iso,
.ikt-tech-abilities-section .ikt-tech-abilities-man-ablities {
    width: calc(33.33333% - 26.67px);
    float: left;
    margin-left: 20px;
    margin-top: 20px; /* 80px*/
}

@media (max-width:768px) {

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px
    }
}

@media (max-width:813px) and (orientation:landscape) {

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px
    }
}

.ikt-tech-abilities-section .ikt-tech-abilities-ipc .img-wrapper,
.ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper,
.ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .img-wrapper {
    width: 100%;
    margin: 0 auto
}

.ikt-tech-abilities-section .ikt-tech-abilities-ipc .img-wrapper img,
.ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper img,
.ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .img-wrapper img {
    width: 100%
}

@media (max-width:813px) and (orientation:landscape) {

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc .img-wrapper,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .img-wrapper {
        text-align: center
    }

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc .img-wrapper img,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper img,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .img-wrapper img {
        width: auto
    }
}

.ikt-tech-abilities-section .ikt-tech-abilities-ipc p,
.ikt-tech-abilities-section .ikt-tech-abilities-iso p,
.ikt-tech-abilities-section .ikt-tech-abilities-man-ablities p {
    height: 60px
}

.ikt-tech-abilities-section .item {
    margin-bottom: 15px
}

.ikt-tech-abilities-section .item img {
    margin-right: 25px
}

@media only screen and (max-width:1600px) {
    .ikt-tech-abilities-section .item {
        margin-bottom: 5px;
    }
    .ikt-tech-abilities-section .item img {            /*женя*/
            width: 18px;   
            height: auto;
            }	
}

.ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .header {
    margin-bottom: 20px;   /*80px*/
}

@media only screen and (max-width:813px) {

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc p,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso p,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities p {
        text-align: left
    }

    .ikt-tech-abilities-section .ikt-tech-abilities-ipc,
    .ikt-tech-abilities-section .ikt-tech-abilities-iso,
    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities {
        order: 3;
        margin-top: 0
    }

    .ikt-tech-abilities-section .item img {
        margin-right: 10px;
		width: 10px;/*женя*/
        height: auto;/*женя*/
    }

    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities .header {
        margin-bottom: 20px
    }

    .ikt-tech-abilities-section .ikt-tech-abilities-man-ablities {
        width: 100%;
        order: 1;
        margin: 40px 20px 20px
    }

    .ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper img {
        max-height: 125px;
        height: 125px
    }
}

.ikt-tech-abilities-section .ikt-tech-abilities-iso .img-wrapper {
    width: 50%
}

.ikt-line {
    background-color: #EFEFEF
}

.ikt-line .content-wrapper {
    padding-top: 40px
}

.ikt-line .ikt-line-svg-wrapper {
    padding: 0 20px;
    cursor: pointer
}

.ikt-line .ikt-line-svg-wrapper object {
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.ikt-line .ikt-line-svg-wrapper object svg {
    cursor: pointer
}

.ikt-line .ikt-line-mobile {
    display: none
}

@media only screen and (max-width:813px) {
    .ikt-tech-abilities-section .ikt-tech-abilities-ipc .img-wrapper img {
        max-height: 125px;
        height: 125px
    }

    .ikt-line .content-wrapper {
        padding-bottom: 20px
    }

    .ikt-line .ikt-line-svg-wrapper {
        display: none
    }

    .ikt-line .ikt-line-mobile {
        display: block
    }

    .ikt-line .ikt-line-mobile img {
        width: 100%
    }

    .ikt-line .ikt-line-mobile .button {
        width: calc(50% - 30px);
        margin-left: 20px;
        margin-left: calc(25% - 25px + 40px);
        float: none;
        background-color: #77BC1F;
        font-family: Play;
        font-weight: 700;
        font-size: 12px;
        color: #FFF;
        text-align: center;
        padding: 10px 0
    }

    .ikt-line .ikt-line-mobile .button:active {
        transform: scale(1.1)    }

   /*СЛАЙДЕР женя - 2-я цех-линия, для мобильной версии*/
   /*прописал для второго блока СЛАЙДЕР єлементов "линии в цеху"   - это зеленая кнопка  ПОДРОБНЫЕ ХАРАКТЕРИСТИКИ ОБОРУДОВАНИЯ */

.ikt-line .ikt-line-mobile2 .button {
    width: calc(50% - 30px);
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    float: none;
    background-color: #77BC1F;
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 10px 0}

.ikt-line .ikt-line-mobile2 .button:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)}
    /*СЛАЙДЕР женя - 2-я цех-линия, для мобильной версии*/


   /*СЛАЙДЕР женя - 3-я цех-линия, для мобильной версии*/
   /*прописал для второго блока СЛАЙДЕР єлементов "линии в цеху"   - это зеленая кнопка  ПОДРОБНЫЕ ХАРАКТЕРИСТИКИ ОБОРУДОВАНИЯ */

.ikt-line .ikt-line-mobile3 .button {
    width: calc(50% - 30px);
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    float: none;
    background-color: #77BC1F;
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 10px 0}

.ikt-line .ikt-line-mobile3 .button:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)}
    /*СЛАЙДЕР женя - 2-я цех-линия, для мобильной версии*/



   /*СЛАЙДЕР женя - 4-я цех-линия, для мобильной версии*/
   /*прописал для второго блока СЛАЙДЕР єлементов "линии в цеху"   - это зеленая кнопка  ПОДРОБНЫЕ ХАРАКТЕРИСТИКИ ОБОРУДОВАНИЯ */

.ikt-line .ikt-line-mobile4 .button {
    width: calc(50% - 30px);
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    float: none;
    background-color: #77BC1F;
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 10px 0}

.ikt-line .ikt-line-mobile4 .button:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)}
    /*СЛАЙДЕР женя - 2-я цех-линия, для мобильной версии*/




/*новая линия JUKI характеристики - Сладер*/
.ikt-line .ikt-line-mobile5_juki .button {
    width: calc(50% - 30px);
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    float: none;
    background-color: #77BC1F;
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 10px 0}

.ikt-line .ikt-line-mobile5_juki .button:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)}
/*новая линия JUKI характеристики - Сладер*/









}
/* конец блока МЕДИА  @media only screen   */





.ikt-line .ikt-line-mobile2 { display: none; } /* ЖЕНЯ - если экран обычный, то прячем блок, со стилем   ikt-line-mobile2 */
@media  screen and (max-width: 813px) {
    .ikt-line .ikt-line-mobile2 { display: block; }} /* ЖЕНЯ - если экран мелкий, то показываем блок, со стилем   ikt-line-mobile2 */
                                    

.ikt-line .ikt-line-mobile3 { display: none; } /* ЖЕНЯ - если экран обычный, то прячем блок, со стилем   ikt-line-mobile2 */
@media  screen and (max-width: 813px) {
    .ikt-line .ikt-line-mobile3 { display: block; }} /* ЖЕНЯ - если экран мелкий, то показываем блок, со стилем   ikt-line-mobile2 */
                                    

.ikt-line .ikt-line-mobile4 { display: none; } /* ЖЕНЯ - если экран обычный, то прячем блок, со стилем   ikt-line-mobile2 */
@media  screen and (max-width: 813px) {
    .ikt-line .ikt-line-mobile4 { display: block; }} /* ЖЕНЯ - если экран мелкий, то показываем блок, со стилем   ikt-line-mobile2 */


.ikt-line .ikt-line-mobile5_juki { display: none; } /* ЖЕНЯ - если экран обычный, то прячем блок, со стилем   ikt-line-mobile2 */
@media  screen and (max-width: 813px) {
    .ikt-line .ikt-line-mobile5_juki { display: block; }} /* ЖЕНЯ - если экран мелкий, то показываем блок, со стилем   ikt-line-mobile2 */
                                    












.contacts-section .message-form-wrapper button:active,
.invoice-section button:active {
    transform: scale(1.01)
}

.ikt-infographics-section {
    background-image: url(../img/infographics_bg.png);
    background-attachment: fixed;
    margin-bottom: 80px
}

.ikt-infographics-section .graphics {
    display: flex
}

@media only screen and (max-width:768px) {
    .ikt-tech-abilities-section .ikt-tech-abilities-iso {
        order: 2
    }

    .ikt-infographics-section {
        margin-bottom: 0
    }

    .ikt-infographics-section .graphics {
        flex-wrap: wrap
    }
}

.ikt-infographics-section .graphics .header {
    margin: 40px auto 0;
    width: 90%;
    text-align: center
}

.ikt-infographics-section .graphics .header h3 {
    font-size: 16px
}

.ikt-infographics-section .graphics object {
    max-width: 500px;
    max-height: 630px;
    margin-bottom: 40px
}

.ikt-infographics-section .graphics .graphics-asm-dec,
.ikt-infographics-section .graphics .graphics-centurion {
    background-color: rgba(0, 76, 69, .8)
}

.ikt-infographics-section .graphics .graphics-asm-dec {
    width: 36.7%
}

.ikt-infographics-section .graphics .graphics-asm-dec object {
    float: right;
    margin-right: 50px
}

@media only screen and (max-width:768px) {
    .ikt-infographics-section .graphics .header h3 {
        font-size: 12px;
        text-align: left
    }

    .ikt-infographics-section .graphics .graphics-asm-dec object {
        float: none;
        margin: 20px
    }

    .ikt-infographics-section .graphics .graphics-asm-dec .svg-object-wrapper {
        text-align: center
    }

    .ikt-infographics-section .graphics .graphics-asm-dec {
        width: 100%
    }

    .ikt-infographics-section .graphics .graphics-asm-siplace object {
        margin: 20px
    }
}

.ikt-infographics-section .graphics .graphics-asm-siplace {
    width: 29.18%;
    background-color: rgba(255, 255, 255, .8)
}

.ikt-infographics-section .graphics .graphics-asm-siplace .svg-object-wrapper {
    text-align: center;
    width: 100%
}

@media only screen and (max-width:768px) {
    .ikt-infographics-section .graphics .graphics-asm-siplace {
        width: 100%
    }

    .ikt-infographics-section .graphics .graphics-centurion .svg-object-wrapper {
        text-align: center
    }
}

.ikt-infographics-section .graphics .graphics-centurion {
    width: 34%
}

.ikt-infographics-section .graphics .graphics-centurion object {
    float: left
}

.ikt-equipment {
    /* height: 1350px;   Убрал принудительную высоту, вроде ничего не сломалось   zhenya  */
    background-image: url(../img/equipment_bg.png);
    background-repeat: no-repeat
}

@media only screen and (max-width:768px) {
    .ikt-infographics-section .graphics .graphics-centurion object {
        float: none;
        margin: 20px
    }

    .ikt-infographics-section .graphics .graphics-centurion {
        width: 100%
    }

    .ikt-equipment .header h3 {
        text-align: left
    }
}

.ikt-equipment .ikt-equipment-items {
    display: flex;
    flex-wrap: wrap
}

.ikt-equipment .ikt-equipment-items .item {
    width: 50%;
    height: 450px;
    background-color: rgba(0, 76, 69, .8);
    display: flex;
    justify-content: center;
    align-items: center
}

.ikt-equipment .ikt-equipment-items .item img {
    width: 90%
}

.ikt-equipment .ikt-equipment-items .item .text {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 14px;
    color: #FFF
}

.ikt-equipment .ikt-equipment-items .item .text ul {
    list-style: none;
    padding: 0
}

.ikt-equipment .ikt-equipment-items .item .text ul li {
    margin-bottom: 20px
}

.ikt-equipment .ikt-equipment-items .item-white {
    background-color: rgba(255, 255, 255, .8)
}

.ikt-equipment .ikt-equipment-items .item-white .text {
    color: #0B4C45
}

.ikt-equipment .ikt-equipment-items .item-img-right {
    flex-direction: row-reverse
}

@media only screen and (max-width:768px) {
    .ikt-equipment {
        height: auto
    }

    .ikt-equipment .ikt-equipment-items .item {
        background-color: rgba(0, 76, 69, .8);
        width: 100%;
        height: 350px;
        padding: 0 20px
    }

    .ikt-equipment .ikt-equipment-items .item .header h3 {
        color: #FFF
    }

    .ikt-equipment .ikt-equipment-items .item .img-wrapper,
    .ikt-equipment .ikt-equipment-items .item .info-wrapper {
        width: 50%
    }

    .ikt-equipment .ikt-equipment-items .item .text {
        font-size: 10px;
        color: #FFF
    }

    .ikt-equipment .ikt-equipment-items .item .text ul li {
        margin-bottom: 10px
    }

    .ikt-equipment .ikt-equipment-items .item:nth-child(even) {
        flex-direction: row-reverse;
        background-color: rgba(255, 255, 255, .8)
    }

    .ikt-equipment .ikt-equipment-items .item:nth-child(even) .header h3,
    .ikt-equipment .ikt-equipment-items .item:nth-child(even) .text {
        color: #0B4C45
    }
}

.complex-section .info,
.cons-section .item .list-wrapper,
.invoice-section .form-item,
.options-section .items .item {
    font-family: Play-regular;
    font-weight: 400;
    color: #0B4C45
}

.cons-section {
    height: 100%;
    max-height: 700px
}

.cons-section .content-wrapper {
    height: 100%;
    position: relative
}

.cons-section .cons-section-cam-img {
    position: absolute;
    right: 0;
    top: -150px
}

.cons-section .ikt-cons {
    padding-top: 250px
}

.cons-section .item {
    width: calc(33.33333% - 26.67px);
    float: left;
    margin-left: 20px
}

@media (max-width:768px) {
    .cons-section .item {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.cons-section .item .icon-wrapper {
    text-align: center;
    height: 100px;
    margin-bottom: 40px
}

.cons-section .item .header {
    margin-bottom: 40px
}

.cons-section .item .list-wrapper {
    font-size: 14px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .cons-section {
        height: 800px;
        max-height: 800px
    }

    .cons-section .cons-section-cam-img {
        display: none
    }

    .cons-section .ikt-cons {
        padding-top: 60px
    }

    .cons-section .item {
        margin-bottom: 40px
    }

    .cons-section .item .header,
    .cons-section .item .icon-wrapper {
        margin-bottom: 20px
    }

    .cons-section .item .list-wrapper {
        font-size: 10px;
        justify-content: flex-start
    }

    .cons-section .item .list-wrapper ul {
        padding-left: 10px;
        margin-top: 0
    }

    .options-section .options-section-brace {
        display: none
    }
}

.options-section {
    background-image: url(../img/options_bg.png);
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    max-height: 450px;
    padding-top: 80px
}

.options-section .header {
    margin-bottom: 60px
}

.options-section .options-section-brace {
    position: absolute;
    left: 0;
    top: -160px;
    width: 20%
}

@media only screen and (max-width:1700px) {
    .options-section .options-section-brace {
        width: 25%
    }
}

.options-section .items {
    width: calc(58.33333% - 31.67px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    display: flex;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .options-section .items {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.options-section .items .item {
    width: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.options-section .items .item img {
    margin-right: 30px
}

@media only screen and (max-width:768px) {
    .options-section {
        max-height: 360px;
        padding-top: 40px
    }

    .options-section .items .item {
        width: 100%;
        font-size: 11px
    }
}

.complex-section {
    margin-bottom: 50px;
    margin-top: 90px;
}

@media (max-width:768px) {
    .complex-section {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.complex-section .header {
    margin-bottom: 60px
}

.complex-section .svg-object-wrapper {
    background: rgba(196, 196, 196, .5);
    background: linear-gradient(to right, #FFF, rgba(196, 196, 196, .5))
}

.complex-section .info {
    display: none;
    font-size: 10px
}

@media only screen and (max-width:768px) {
    .complex-section {
        margin-bottom: 40px
    }

    .complex-section .header {
        margin-bottom: 20px
    }

    .complex-section .header h3 {
        text-align: left
    }

    .complex-section .svg-object-wrapper {
        display: none
    }

    .complex-section .info {
        display: block
    }
}

.invoice-section {
    height: 100%;
    max-height: 470px;
    margin-top: 50px
}

.invoice-section .header {
    margin-bottom: 30px
}

.invoice-section .form-wrapper {
    width: calc(66.66667% - 33.33px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33px + 40px);
    display: flex;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .invoice-section .form-wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.invoice-section .form-item {
    width: 48%;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

@media only screen and (max-width:1500px) {
    .invoice-section .form-item {
        font-size: 16px
    }
}

.invoice-section .form-item h5 {
    margin: 0
}

.invoice-section .form-item p {
    margin: 0;
    text-transform: lowercase;
    color: #4D4D4D
}

.invoice-section .form-item .input-wrapper,
.invoice-section .form-item .text {
    width: 100%
}

.invoice-section .form-item .text {
    max-width: 190px
}

.invoice-section .form-item .text-name {
    max-width: 120px
}

.invoice-section .form-item .text-phone {
    max-width: 170px
}

.invoice-section .form-item input {
    max-width: 600px;
    width: 100%;
    background-color: #E5E5E5;
    border: none
}

.invoice-section .form-item a {
    color: #77BC1F
}

.invoice-section .form-item:nth-child(odd) {
    margin-right: 20px
}

.invoice-section .form-item:nth-child(odd) .text {
    max-width: 260px
}

.invoice-section button {
    width: 75%;
    margin: 0;
    background-color: #0B4C45;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .invoice-section {
        margin-bottom: 40px
    }

    .invoice-section #fi-smt-auto {
        order: 1
    }

    .invoice-section #fi-smt-hands {
        order: 2
    }

    .invoice-section #fi-tht-hands {
        order: 3
    }

    .invoice-section #fi-name {
        order: 4
    }

    .invoice-section #fi-email {
        order: 5
    }

    .invoice-section #fi-phone {
        order: 6
    }

    .invoice-section #fi-doc-upload {
        order: 7
    }

    .invoice-section #fi-submit-button {
        order: 8
    }

    .invoice-section #fi-submit-button span {
        display: none
    }

    .invoice-section .form-item {
        width: 100%;
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .invoice-section .form-item .input-wrapper,
    .invoice-section .form-item .text {
        width: 50%
    }

    .invoice-section .form-item a {
        margin: 0 auto
    }

    .invoice-section .form-item button {
        width: 100%
    }

    .invoice-section .form-item:nth-child(odd) {
        margin-right: 0
    }
}

.portfolio .items .item .container,
.portfolio .items .item .photos {
    display: flex
}

.portfolio-section .header {
    margin-bottom: 50px
}

.portfolio-section .portfolio-items {
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1500px) {
    .portfolio-section .portfolio-items {
        flex-wrap: wrap
    }
}

.portfolio-section .portfolio-items .item {
    text-decoration: none;
    width: 22%;
    background-color: #FFF;
    padding: 10px;
    margin: 20px;
    box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .52)
}

.portfolio .photos .img-wrapper img,
.portfolio-section .portfolio-items .item img {
    width: 100%
}

.portfolio-section .portfolio-items .item .item-header h3 {
    font-family: Play;
    font-weight: 700;
    font-size: 18px;
    color: #0B4C45;
    text-transform: uppercase
}

.portfolio-section .portfolio-items .item .item-header h3.light {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 18px;
    color: #0B4C45;
    text-transform: uppercase
}

.portfolio-section .portfolio-items .item .item-header .g-line {
    height: 3px;
    background-color: #77BC1F
}

.portfolio-section .portfolio-items .item .item-content p {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 12px;
    color: #4D4D4D;
    text-transform: uppercase
}

.portfolio-section .portfolio-items .item .item-content b {
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #4D4D4D;
    text-transform: uppercase
}

.portfolio-section .portfolio-items .item:hover {
    cursor: pointer;
    transform: scale(1.01)
}

@media only screen and (max-width:813px) {
    .portfolio-section .portfolio-items {
        flex-direction: column
    }

    .portfolio-section .portfolio-items .item {
        width: 100%;
        margin: 10px 0;
        padding: 0;
        box-shadow: none
    }

    .portfolio-section .portfolio-items .item .item-container {
        padding: 20px
    }

    .portfolio-section .portfolio-items .item:first-child {
        margin-top: 20px
    }

    .portfolio-section .portfolio-items .item:last-child {
        margin-bottom: 20px
    }
}

.portfolio-page {
    height: 100vh
}

.portfolio-page .mfp-content figure {
    background-color: #FFF
}

.portfolio {
    margin-top: 50px
}

.portfolio .item-usage-header-wrapper h3,
.portfolio .shit-header-wrapper h3 {
    font-family: Play;
    font-weight: 700;
    font-size: 18px;
    color: #0B4C45
}

.portfolio h3.item-usage {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 18px;
    color: #0B4C45
}

.portfolio .g-line {
    height: 3px;
    min-width: 150px;
    max-width: 300px;
    background-color: #77BC1F
}

.portfolio .photos .header-wrapper h3 {
    font-family: Play;
    font-weight: 700;
    font-size: 18px;
    color: #0B4C45
}

.portfolio .photos .back-photo,
.portfolio .photos .front-photo {
    width: 50%
}

.portfolio .slick-prev-btn {
    background: url(../img/arrow_prev.png);
    left: 20px
}

.portfolio .slick-next-btn {
    background: url(../img/arrow_next.png);
    right: 20px
}

.portfolio .slick-next-btn,
.portfolio .slick-prev-btn {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    z-index: 99999;
    cursor: pointer
}

.portfolio .items .slick-dots {
    bottom: -50px
}

.portfolio .items .slick-dots li button:before {
    font-size: 12px
}

.portfolio .items .slick-dots li.slick-active button:before {
    color: #77BC1F;
    opacity: 1
}

.portfolio .items .item .left-shit {
    width: 58%;
    padding-left: 8.33%
}

.portfolio .items .item .right-shit {
    width: 42%;
    padding-right: 8.33%
}

.portfolio .items .item .some-shitty-info p {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 12px;
    color: #4D4D4D;
    text-transform: uppercase;
    line-height: 2rem
}

.portfolio .items .item .some-shitty-info p b {
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #4D4D4D
}

@media only screen and (max-width:813px) {

    .portfolio .slick-next-btn,
    .portfolio .slick-prev-btn {
        display: none
    }

    .portfolio .item-usage-header-wrapper h3,
    .portfolio .photos .header-wrapper h3,
    .portfolio .shit-header-wrapper h3,
    .portfolio h3.item-usage {
        font-size: 12px
    }

    .portfolio .items .item {
        margin: 0
    }

    .portfolio .items .item .container {
        flex-direction: column;
        padding: 20px
    }

    .portfolio .items .item .left-shit,
    .portfolio .items .item .right-shit {
        width: 100%;
        padding: 0
    }

    .portfolio .items .item .right-shit .img-wrapper,
    .portfolio .items .item .right-shit .img-wrapper img {
        width: 100%
    }
}

.our-pidors {
    background-image: url(../img/partners_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    float: left;
    width: 100%
}

.our-pidors .content-wrapper {
    min-height: 550px;
    background-color: rgba(0, 76, 69, .8)
}

.our-pidors .content-wrapper .header {
    padding-top: 50px
}

@media only screen and (max-width:812px) {
    .our-pidors .content-wrapper {
        min-height: 900px
    }
}

@media only screen and (max-width:768px) {
    .our-pidors .content-wrapper {
        min-height: 800px
    }
}

.our-pidors .items {
    width: -webkit-fill-available;  /*calc(66.66667% - 33.33px)*/
    width: -moz-available;
    float: left;
    margin-left: 8px;
    margin-right: 8px;


    /*margin-left: 20px;
    margin-left: calc(16.66667% - 23.33px + 40px);*/
    display: flex;
    justify-content: space-between
}

@media (max-width:768px) {
    .our-pidors .items {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.our-pidors .items .item {
    width: 40%;
}

.our-pidors .items .item h5 {
    font-family: Play;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    
    }    


.our-pidors .items .item .img-wrapper {
    min-height: 170px;
    height: 170px;
    margin-bottom: 25px;
    margin-top: 6px;
}

.our-pidors .items .item .contacts {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 22px;
}

.our-pidors .items .item .contacts .contacts-item {
    width: 33%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.our-pidors .items .item .contacts .contacts-item .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 25px
}

.our-pidors .items .item .contacts .contacts-item .content p,
.our-pidors .items .item .contacts .contacts-item:first-child {
    margin: 0
}

.our-pidors .items .item .contacts .contacts-item .content {
    display: flex;
    flex-direction: column;
    font-family: Play;
    font-weight: 400;
    font-size: 12px;
    color: #FFF
}

.our-pidors .items .item .contacts .contacts-item .content a {
    text-decoration: none;
    color: #FFF
}

.our-pidors .items .item .contacts .contacts-item:first-child .content {
    align-self: flex-start
}

@media only screen and (max-width:812px) {

    .our-pidors .items .item .contacts .contacts-item .content,
    .our-pidors .items .item h5 {
        font-size: 10px
    }

    .our-pidors .items {
        flex-direction: column
    }

    .our-pidors .items .item {
        width: 100%;
        margin-bottom: 25px
    }

    .our-pidors .items .item .img-wrapper {
        /*min-height: 10px;*/
        min-height: unset;
        height: unset;
        margin-bottom: 8px;
        margin-top: 6px;
    }

    .our-pidors .items .item .img-wrapper img {
        width: 100%
    }

    .our-pidors .items .item .contacts .contacts-item .icon-wrapper {
        width: 60px;
        height: 20px;
        margin-bottom: 25px;
    }
    .our-pidors .items .item .contacts .contacts-item .icon-wrapper img{
        height: 40px;
    }
    .item h5 {
        text-align: center;
        text-decoration-line: underline;
    }


}









.contacts-section {
    height: 100%;
    max-height: 350px
}

.contacts-section .contacts-part {
    width: calc(33.33333% - 26.67px);
    float: left;
    margin-left: 20px
}

@media (max-width:768px) {
    .contacts-section .contacts-part {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px
    }
}

.contacts-section .contacts-part .header {
    margin-bottom: 30px
}

.contacts-section .contacts-part .header h3 {
    text-align: left
}

.contacts-section .message-form-wrapper .design-wrapper {
    width: 75%;
    margin: 0 auto
}

.contacts-section .message-form-wrapper .form-wrapper {
    width: 100%
}

.contacts-section .message-form-wrapper .form-item {
    width: 100%;
    margin-bottom: 20px
}

.contacts-section .message-form-wrapper button,
.contacts-section .message-form-wrapper input,
.contacts-section .message-form-wrapper textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
    border-color: #0B4C45;
    border-width: 1px
}

.contacts-section .message-form-wrapper textarea {
    height: 150px
}

.contacts-section .message-form-wrapper button {
    font-family: Play;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    background-color: #0B4C45;
    cursor: pointer
}

.contacts-section a,
.ikt-footer p {
    font-family: Play-regular;
    font-weight: 400
}

.contacts-section a {
    font-size: 14px;
    color: #0B4C45;
    text-decoration: none
}

.contacts-section .contacts {
    display: flex;
    flex-wrap: wrap
}

.contacts-section .contacts .item {
    display: flex;
    margin: 0 60px 40px 0
}

.contacts-section .contacts .item .icon-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.contacts-section .contacts .item .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contacts-section .map-wrapper {
    max-height: 280px;
    height: 280px
}

.contacts-section .map-wrapper .design-wrapper,
.contacts-section .map-wrapper .design-wrapper #map {
    height: 100%
}

@media only screen and (max-width:768px) {
    .contacts-section .contacts-part .header h3 {
        text-align: center
    }

    .contacts-section .contacts-part a {
        font-size: 10px;
        margin-bottom: 10px
    }

    .contacts-section .contacts .item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 20px 20px
    }

    .contacts-section .contacts .item .icon-wrapper {
        width: 28px;
        height: 28px;
        margin-bottom: 10px
    }

    .contacts-section .contacts .item .icon-wrapper img {
        width: 100%
    }

    .contacts-section .map-wrapper,
    .contacts-section .message-form-wrapper {
        display: none
    }
}

.ikt-footer {
    width: 100%;
    height: 50px;
    background-color: #0B4C45;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.ikt-footer p {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 40px;
    float: right
}

.popup {
    position: relative;
    background: #E5E5E5;
    padding: 20px;
    width: 80%;
    height: 80vh;
    margin: 20px auto;
    border-radius: 25px
}

.popup .h-separator {
    height: 2px;
    background-color: #0B4C45
}

.popup .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around
}

.popup .container .photos {
    width: calc(41.66667% - 28.33px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.67px + 40px)
}

.popup .container .photos img {
    width: 90%
}

.popup .container .info {
    width: calc(41.66667% - 28.33px);
    float: left;
    margin-left: 20px
}

.popup .container .popup-header h3 {
    font-family: Play;
    font-weight: 700;
    font-size: 18px;
    color: #0B4C45
}

.popup .container .text ul {
    padding: 15px;
    font-family: Play-regular;
    font-weight: 400;
    font-size: 14px;
    color: #0B4C45
}

.invoice-popup .mfp-content {
    width: 33%;
    background: #fff;
    border-radius: 5px;
    padding: 0 20px
}

.invoice-popup .mfp-content .mfp-close {
    font-size: 36px;
    width: 44px;
    height: 44px
}

.invoice-popup .invoice-section-ok-message-popup h3 {
    font-family: Play;
    font-weight: 400;
    font-size: 18px;
    color: #77BC1F
}

.invoice-popup .invoice-section-ok-message-popup p {
    font-family: Play-regular;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D
}

.mfp-close-btn-in .mfp-close {
    color: #77BC1F;
    width: 80px;
    height: 80px;
    font-size: 70px
}

.mobile-popup {
    width: 100%;
    height: 100vh;
    background-color: #E5E5E5
}

.mobile-popup .container {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.mobile-popup .container .photos {
    margin-left: 20px
}

.mobile-popup .container .photos img {
    width: 50%
}

.mobile-popup .container .info {
    text-align: left;
    margin-left: 20px
}

.mobile-popup .container .popup-header h3 {
    font-family: Play;
    font-weight: 700;
    font-size: 12px;
    color: #0B4C45
}

.mobile-popup .container .text ul {
    padding: 15px;
    font-family: Play-regular;
    font-weight: 400;
    font-size: 10px;
    color: #0B4C45
}

@media (max-width:814px) and (orientation:landscape) {
    .mobile-popup .container {
        flex-wrap: nowrap
    }

    .mobile-popup .container .photos {
        width: 30%
    }

    .mobile-popup .container .photos img {
        width: 100%
    }

    .mobile-popup .container .info {
        width: 70%
    }
}

.ikt-mobile-popup .mfp-container {
    padding: 0;
    position: fixed
}

.slick-dots {
    bottom: 0
}

.slick-next {
    right: 10px
}

.slick-prev {
    left: 10px
}

.video-section .content-wrapper {
    padding-top: 50px
}

.video-section .header {
    margin-bottom: 50px
}

.video-section .video-wrapper {
    width: 100%;
    text-align: center
}

.video-section iframe {
                        width: 55%; /*65*/
                        height: 30vw;            /*женя - пропорциональность для видео*/
                       /* min-height: 697px;*/
                        margin-bottom: 50px
}

@media only screen and (max-width:1700px) {
    .video-section iframe {
                    width: 55%; /*50*/
                        height: 30vw;            /*женя - пропорциональность для видео*/

                   /* min-height: 446px */
    }
}

@media only screen and (max-width:814px) {
    .video-section .content-wrapper {
        padding-top: 20px
    }

    .video-section .header {
        margin-bottom: 20px
    }

    .video-section iframe {
                    width: 90%;
                        height: 50vw;            /*женя - пропорциональность для видео*/

                    /* min-height: 150px; */
                    margin-bottom: 20px
    }
}




/*3d-photo----and ----video   zhenya*/

html, body {  height: 100%;  padding: 0;  margin: 0;}
  .popup_pic:not(:target) {  display: none;}
  .popup_pic:target {  display: block;  position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;  background: rgba(0,0,0,0.8);z-index: 88;}
  .full_pic-img {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width:90%; height: auto;margin-top: 45px;}
  .close_pic {
    font-family: Arial;
    position: absolute;
    top: 140px;
    right: 110px;
    font-size: 30px;
    text-decoration: none;
    color: black;
    z-index: 99;
    background-color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    }
 /* В зависимости от размера экрана выскочит видео ТОГО или ИНОГО размера (одно исчезает, а другое появляется тут же)   */
  .video_and_3d{
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*border: 1px dotted;*/
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .right_video_and_3d {margin-left: 40px; margin-right: 40px; }
  .left_video_and_3d {margin-left: 40px; margin-right: 40px;}
  .plan_small img {height:300px;}

  h1 {
    /*font-family: Arial;*/
    font-family: Play;
    font-size:14px;
    margin-top: auto;   
  }


  .iframes_PC {display:block;}
  .iframes_MOB {display:none;}    
  .margin_juki{
    margin-top: 18%;
    width: 20%!important;
    margin-bottom: 0%;
}


  @media only screen and (max-width: 1100px) {
        .video_and_3d{
            display: block;
            flex-direction: column;
            /*border:3px solid green;*/
            }
         .close_pic {top: 95px;    right: 40px;}   
        }
 @media only screen and (max-width: 810px) {         
        .iframes_PC {display:none;}
        .iframes_MOB {display:block;}
        .plan_small img {height:110px;}
        .margin_juki{margin-top: 5%;}

      } 
