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

.noscroll {
    overflow: hidden !important;
}

::-webkit-input-placeholder {
    color: rgba(13, 16, 23, 0.7)
}

::-moz-placeholder {
    color: rgba(13, 16, 23, 0.7)
}

:-moz-placeholder {
    color: rgba(13, 16, 23, 0.7)
}

:-ms-input-placeholder {
    color: rgba(13, 16, 23, 0.7)
}

html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    color: #111E3D;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a {
    color: #253A6D;
    text-decoration: none;
    cursor: pointer
}

a:link {
    color: #ffffff
}

a:active {
    color: #253A6D
}

a:visited {
    color: #253A6D
}

a:hover {
    color: #253A6D;
    text-decoration: none
}

a img {
    border: none
}

input, textarea, button {
    font-family: "Montserrat"
}

label {
    cursor: pointer
}

.clear {
    clear: both
}

strong {
    font-weight: 700
}

.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important
}

.centrize.full-width {
    width: 100% !important
}

.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important
}

.mobile-show {
    display: none
}

.mobile-hide {
    display: block
}

input[type="number"] {
    -moz-appearance: textfield
}

.ui-widget.ui-widget-content {
    z-index: 2 !important
}

.btn {
    padding: 0 45px;
    display: inline-block;
    vertical-align: top;
    height: 54px;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #253A6D;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #253A6D;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.btn.fill {
    background: #253A6D;
    color: #fff;
    box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -moz-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -webkit-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -khtml-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2)
}

.btn:hover {
    color: #fff;
    background: #253A6D
}

.btn.small {
    font-size: 15px;
    color: #fff;
    background: #253A6D;
    height: 48px;
    line-height: 42px
}

.bg {
    position: relative;
    overflow: hidden
}

.header .fw {
    /*margin: 0 !important;*/
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.fw {
    position: relative;
    /*width: 1320px;*/
    /*width: 1200px;*/
    width: 1180px;
    margin: 0 auto
}

.fw:after {
    content: '';
    clear: both;
    display: block
}

.breadcrumbs {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 20px;
    color: #263238
}

.breadcrumbs a {
    display: inline-block;
    color: #888888;
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .sep {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 20px;
    background: url(../images/arr2.svg) no-repeat;
    background-position: center center
}

.disabled {
    display: none
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 32px;
    color: #1D212C;
    font-weight: 400;
    letter-spacing: 1.43px
}

.text-box h3 {
    font-size: 24px;
    line-height: 28px;
    color: #1D212C
}

.text-box h4 {
    font-size: 20px;
    line-height: 24px;
    color: #1D212C
}

.text-box h5 {
    font-size: 16px;
    line-height: 22px;
    color: #1D212C
}

.text-box h6 {
    font-size: 16px;
    line-height: 22px;
    color: #1D212C
}

.text-box p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #787D88;
    text-align: justify
}

.text-box p img {
    max-width: 100%
}

.text-box p a {
    text-decoration: underline
}

.text-box p a:hover {
    text-decoration: none
}

.text-box ul {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

.text-box ul li {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #1D212C;
    font-weight: 400;
    line-height: 18px
}

.text-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px
}

.text-box table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse
}

.text-box table td {
    padding: 10px 0;
    width: 60%;
    font-size: 16px;
    color: #787D88;
    font-weight: 300;
    border-bottom: 1px solid rgba(43, 38, 57, 0.1)
}

.text-box table td:last-child {
    padding: 0 0 0 10px;
    width: 40%
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 1000
}

.preloader .spinner {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    background: url(../images/preloader.gif) no-repeat;
    background-size: 100% 100%
}

.d-form .title {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 32px;
    color: #1D212C;
    font-weight: 400;
    letter-spacing: 1.43px
}

.d-form .group-cols {
    margin: 0 -6px;
    font-size: 0
}

.d-form .group-col {
    padding: 0 6px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.d-form .group-col.full {
    width: 100%
}

.d-form .group {
    margin: 0 0 36px 0
}

.d-form .label {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    color: #0D1017;
    font-weight: 600
}

.d-form .field input[type="text"], .d-form .field input[type="tel"], .d-form .field input[type="password"], .d-form .field input[type="email"], .d-form .field textarea {
    padding: 0 24px;
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #0D1017;
    border: 2px solid #fff;
    box-shadow: 0px 5px 20px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 5px 20px rgba(28, 33, 33, 0.1)
}

.d-form .field input[type="text"].error, .d-form .field input[type="tel"].error, .d-form .field input[type="password"].error, .d-form .field input[type="email"].error, .d-form .field textarea.error {
    border-color: red
}

.d-form .field input[type="text"].succes, .d-form .field input[type="tel"].succes, .d-form .field input[type="password"].succes, .d-form .field input[type="email"].succes, .d-form .field textarea.succes {
    border-color: green
}

.d-form .field textarea {
    margin: 15px 0 0 0;
    padding: 15px;
    height: 165px;
    resize: none;
    border: 2px solid #116FB2
}

.d-form label.error {
    margin: 5px 0;
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    color: red;
    text-align: left
}

.d-form .submit-btn {
    padding: 0 35px;
    display: inline-block;
    vertical-align: top;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #116FB2;
    text-decoration: none;
    font-weight: 700;
    background: none;
    border: 2px solid #116FB2;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.d-form ::-webkit-input-placeholder {
    color: #888888
}

.d-form ::-moz-placeholder {
    color: #888888
}

.d-form :-moz-placeholder {
    color: #888888
}

.d-form :-ms-input-placeholder {
    color: #888888
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101
}

.nonebox {
    position: absolute;
    left: 50%;
    top: -3000px;
    width: 554px;
    margin: 0 0 0 -277px;
    padding: 75px 30px 60px 30px;
    z-index: 1002;
    text-align: center;
    background: #fff;
    box-shadow: 0px 8px 25px rgba(54, 58, 91, 0.1);
    -moz-box-shadow: 0px 8px 25px rgba(54, 58, 91, 0.1);
    -webkit-box-shadow: 0px 8px 25px rgba(54, 58, 91, 0.1);
    -khtml-box-shadow: 0px 8px 25px rgba(54, 58, 91, 0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px
}

.nonebox .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

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

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

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

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-bottom: 12px
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

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

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    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: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    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 {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

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

.bounceOut {
    -webkit-animation-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, -30%, 0);
        transform: translate3d(0, -30%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

.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: none;
        transform: none
    }
}

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

.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: none;
        transform: none
    }
}

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

.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: none;
        transform: none
    }
}

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

.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: none;
        transform: none
    }
}

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

.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: none;
        transform: none
    }
}

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

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

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

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

.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: none;
        transform: none
    }
}

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

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

@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) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.flipOutY {
    -webkit-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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes rollIn {
    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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

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

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    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
}

.jq-checkbox, .jq-radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
    cursor: pointer
}

.jq-checkbox.disabled, .jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    width: 42px;
    height: 38px;
    background: url(../images/check.svg) no-repeat;
    background-size: contain
}

.jq-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check2.svg) no-repeat;
    background-size: contain;
    opacity: 0
}

.jq-checkbox.checked:before {
    opacity: 1
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7)
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6));
    background: -o-linear-gradient(#fff, #E6E6E6);
    background: linear-gradient(#fff, #E6E6E6);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF
}

.jq-file:hover .jq-file__browse {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: -o-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF
}

.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative
}

.jq-number__field {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 0 15px 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #263238;
    background: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px
}

.jq-number__field:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.jq-number__field input {
    width: 100%;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font: 14px 'Roboto', sans-serif;
    color: #263238;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jq-number__spin {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 11px;
    height: 6px;
    border: none;
    background: url(../images/arr.svg) no-repeat center center;
    background-size: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1)
}

.jq-number__spin.plus {
    top: 10px;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1)
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    opacity: 0.6
}

.jq-selectbox {
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 10 !important
}

.jq-selectbox__select {
    width: 100%;
    height: 60px;
    padding: 0 45px 0 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 58px;
    color: #888888;
    background: #FBFBFB;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A3A3A3
}

.small-select .jq-selectbox__select {
    width: 100%;
    height: 50px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    line-height: 48px;
    color: #0D1017;
    font-weight: 400;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-selectbox .placeholder {
    color: #888888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 8px;
    border: none;
    background: url(../images/arr.svg) no-repeat;
    background-size: contain
}

.small-select .jq-selectbox__trigger-arrow {
    right: 15px
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    border: 2px solid #E3E3E3;
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: 24px/28px "Roboto", sans-serif
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jq-selectbox li {
    padding: 15px 25px;
    color: #263238
}

.small-select .jq-selectbox li {
    padding: 10px 15px;
    font-size: 14px
}

.jq-selectbox li.selected {
    background-color: #f1f1f1
}

.jq-selectbox li:hover {
    background-color: #f1f1f1
}

.jq-selectbox li.disabled {
    color: #AAA
}

.jq-selectbox li.disabled:hover {
    background: none
}

.jq-selectbox li.optgroup {
    font-weight: bold
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF
}

.jq-select-multiple li.disabled {
    color: #AAA
}

.jq-select-multiple li.optgroup {
    font-weight: bold
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF
}

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover {
    border-color: #B3B3B3
}

input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover:focus, textarea.styler:hover:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E6E6E6));
    background: -o-linear-gradient(#fff, #E6E6E6);
    background: linear-gradient(#fff, #E6E6E6);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner, input[type='button'].styler.styler::-moz-focus-inner, input[type='submit'].styler.styler::-moz-focus-inner, input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: -o-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

button.styler:active, input[type='button'].styler:active, input[type='submit'].styler:active, input[type='reset'].styler:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD
}

button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 38px 0;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a1427), to(rgba(10, 20, 39, 0)));
    background: -o-linear-gradient(top, #0a1427 0%, rgba(10, 20, 39, 0) 100%);
    background: linear-gradient(to bottom, #0a1427 0%, rgba(10, 20, 39, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1427', endColorstr='#000a1427', GradientType=0);
    z-index: 98;
}

.header.fixed:before {
    opacity: 1
}

.header.opened:before {
    opacity: 0
}

.header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 37, 67, 0.8);
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.header .logo {
    position: relative;
    float: left;
    width: 200px;
    z-index: 2
}

.header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px
}

.header .logo img {
    max-width: 100%
}



.header .menu-btn {
    position: relative;
    float: right;
    width: 26px;
    height: 40px;
    z-index: 2
}

.header .menu-btn.active span {
    background: none
}

.header .menu-btn.active span:before, .header .menu-btn.active span:after {
    top: 0;
    bottom: auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.header .menu-btn.active span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.header .menu-btn span {
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #fff
}

.header .menu-btn span:before, .header .menu-btn span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s
}

.header .menu-btn span:after {
    top: auto;
    bottom: -9px
}

.header .controls {
    margin-right: 60px;
    position: relative;
    float: right;
    z-index: 2
}

.header .controls:before {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5)
}

.header .controls .login-btn {
    position: relative;
    margin-left: 30px;
    float: right;
    width: 28px;
    height: 40px;
    background: url(../images/login.svg) no-repeat center center;
    background-size: 28px 28px
}

.header .controls .call-btn {
    position: relative;
    float: right;
    width: 31px;
    height: 40px;
    background: url(../images/call.svg) no-repeat center center;
    background-size: 28px 28px
}

.header .contacts {
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 10px;
    color: #fff;
    text-transform: uppercase;
    z-index:0;
    /*z-index:-20;*/
}

.header .contacts a {
    margin: 0 10px 5px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none
}

.header .contacts span {
    display: block
}

.popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 96;
    opacity: 0;
    transition: all 5s linear 0s;
}

.popup-menu.opened {
    opacity: 1;
    transition: all 0s linear 0s;
}


.popup-menu.opened .items .item-col {
    height: 100vh
}

.popup-menu.opened .items .item .title {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0)
}

.popup-menu.opened .items .item .text {
    opacity: 1
}

.popup-menu .items {
    font-size: 0
}

.popup-menu .items .item-col {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 0vh;
}

.popup-menu .items .item-col:nth-child(even) .item .image:before {
    opacity: 0.8
}

.popup-menu .items .item-col:nth-child(1) {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s
}

.popup-menu .items .item-col:nth-child(2) {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s
}

.popup-menu .items .item-col:nth-child(3) {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.3s
}

.popup-menu .items .item-col:nth-child(4) {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.45s
}

.popup-menu .item {
    position: relative;
    overflow: hidden;
    height: 100vh;


}

.popup-menu .item.item-1 .image {
    background-image: url(../images/menu_item1.jpg)
}

.popup-menu .item.item-2 .image {
    background-image: url(../images/menu_item2.jpg)
}

.popup-menu .item.item-3 .image {
    background-image: url(../images/menu_item3.jpg)
}

.popup-menu .item.item-4 .image {
    background-image: url(../images/menu_item4.jpg)
}

.popup-menu .item .image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s
}

.popup-menu .item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1C2121;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.popup-menu .item .title {
    position: relative;
    padding: 190px 40px 0 40px;
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000;
    z-index: 2;
    opacity: 0;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px)
}

.popup-menu .item .text {
    position: absolute;
    left: 40px;
    bottom: 75px;
    width: 420px;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1s;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.popup-menu .item .more {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: rgba(37, 58, 109, 0.8);
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.popup-menu .item:hover .image {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.popup-menu .item:hover .image:before {
    opacity: 0 !important
}

.popup-menu .item:hover .more {
    bottom: 0;
    opacity: 1
}

.footer {
    background: #0D1017
}

.footer .f-top {
    padding: 39px 0
}

.footer .f-top .f-logo {
    float: left;
    width: 150px
}

.footer .f-top .f-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px
}

.footer .f-top .f-logo img {
    max-width: 100%
}

.footer .f-top .f-menu {
    float: right
}

.footer .f-top .f-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .f-top .f-menu ul li {
    margin-left: 80px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600
}

.footer .f-top .f-menu ul li a {
    color: rgba(255, 255, 255, 0.8)
}

.footer .f-top .f-menu ul li a:hover {
    text-decoration: none
}

.footer .f-top .f-menu ul li:hover a {
    text-decoration: underline
}

.footer .f-middle {
    padding: 25px 0;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353
}

.footer .f-middle .f-copy {
    float: left;
    font-size: 14px;
    line-height: 43px;
    color: rgba(255, 255, 255, 0.8)
}

.footer .f-middle .f-social {
    margin-top: 10px;
    float: right;
    font-size: 0
}

.footer .f-middle .f-social a {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 21px
}

.footer .f-middle .f-social a.fb {
    background: url(../images/fb.svg) no-repeat center center
}

.footer .f-middle .f-social a.tw {
    background: url(../images/tw.svg) no-repeat center center
}

.footer .f-middle .f-social a.in {
    background: url(../images/in.svg) no-repeat center center
}

.footer .f-middle .f-pay {
    margin: 0 400px;
    line-height: 43px;
    text-align: center;
    font-size: 0
}

.footer .f-middle .f-pay .label {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8)
}

.footer .f-middle .f-pay img {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle
}

.footer .f-middle .f-pay .oferta {
    margin: 0 0 0 55px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8)
}

.footer .f-middle .f-pay .oferta:hover {
    text-decoration: underline
}

.footer .f-bottom {
    padding: 39px 0
}

.footer .f-bottom .f-pol {
    font-size: 14px;
    line-height: 16px;
    color: #D3D8E2;
    opacity: 0.8;
    text-align: center
}

.section {
    position: relative
}

.m-title {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #253A6D
}

.section.m-started {
    height: 100vh
}

.section.m-started .fw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.section.m-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section.m-started .slide:before, .section.m-started .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #203660;
    opacity: 0.5;
    z-index: 3
}

.section.m-started .slide:after {
    background: #1C2121;
    opacity: 0.5
}

.section.m-started .slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.section.m-started .title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    z-index: 4
}

.section.m-search {
    padding: 65px 0 75px 0
}

.section.m-search .title {
    margin: 0 0 75px 0;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: rgba(37, 58, 109, 0.5);
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase
}

.section.m-search .title strong {
    margin: 5px 0 0 0;
    display: block;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #253A6D
}

.section.m-search .subtitle {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 24px;
    color: #253A6D;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.9;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.091)
}

.search-box {
    margin: 0 auto;
    padding: 40px 40px 20px 40px;
    max-width: 1110px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(57, 107, 183, 0.2);
    -moz-box-shadow: 0 20px 60px rgba(57, 107, 183, 0.2);
    -webkit-box-shadow: 0 20px 60px rgba(57, 107, 183, 0.2);
    -khtml-box-shadow: 0 20px 60px rgba(57, 107, 183, 0.2)
}

.search-box .label {
    margin: 0 0 20px 0;
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #111E3D
}

.search-box .groups {
    margin: 0 -10px;
    font-size: 0
}

.search-box .groups:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}

.search-box .group {
    padding: 0 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.search-box .group.large {
    width: 50%
}

.search-box .group .field {
    position: relative
}

.search-box .group .field.calendar:before {
    margin-top: -8px;
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none
}

.search-box .group .field input {
    width: 100%;
    height: 60px;
    padding: 0 45px 0 35px;
    font-size: 20px;
    line-height: 58px;
    color: #888888;
    background: #FBFBFB;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A3A3A3
}

.search-box .group .field input.error {
    border-color: red
}

.search-box .group .check {
    font-size: 22px;
    line-height: 60px;
    color: #111E3D;
    font-weight: 600
}

.search-box .group .check .jq-checkbox {
    margin-left: 12px
}

.search-box .jq-selectbox__select:before {
    margin-top: -9px;
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    width: 13px;
    height: 18px;
    background: url(../images/loc.svg) no-repeat;
    background-size: contain
}

.search-box .submit-btn {
    position: relative;
    right: -273px;
    top: -202px;
    padding: 0 45px;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #253A6D;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -webkit-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -khtml-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2)
}

.section.m-prods {
    padding: 65px 0 0 0;
    z-index: 3
}

.section.m-prods .titles {
    position: relative;
    margin: 0 0 50px 0
}

.section.m-prods .titles .title {
    margin: 0 0 15px 0;
    font-size: 34px;
    line-height: 36px;
    color: #253A6D;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section.m-prods .titles .subtitle {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #253A6D
}

.section.m-prods .titles .more-btn {
    position: absolute;
    top: 8px;
    right: 0
}

.more-bts {
    padding: 45px 0 55px 0;
    text-align: center
}

.prods-items {
    font-size: 0
}

.prods-items .prods-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    z-index: 0;
}

.prods-item {
    position: relative;
    height: 416px;
}

.prods-item .prods-item-box {
    padding: 23px 15px 15px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 402px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0 10px 30px rgba(28, 33, 33, 0.1)
}

.prods-item .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-size: 0;
    height: 200px
}

.prods-item .image .preload {
    margin-left: -15px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/preloader.gif) no-repeat center center;
    background-size: 30px 30px;
    z-index: 2
}

.prods-item .image .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: contain;
    background-position: center center;
}

.prods-item .image .spritespin-instance {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    z-index: 3
}

.prods-item .image .spritespin-instance canvas {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important
}

.prods-item .image .rotate-btn {
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 36px;
    background: url(../images/rotate.svg) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    z-index: 4
}

.prods-item .desc .sale {
    margin: 0 0 15px 0;
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #4DA1FF
}

.prods-item .desc .name {
    min-height: 80px;
    font-size: 24px;
    line-height: 36px;
    color: #0D1017;
    font-weight: 600
}

.prods-item .desc .name a {
    color: #0D1017;
    text-decoration: none
}

.prods-item .info {
    position: relative
}

.prods-item .info .price {
    float: left;
    font-size: 22px;
    line-height: 48px;
    color: #0D1017;
    font-weight: 600
}

.prods-item .info .chars-fields {
    float: right
}

.prods-item .info .chars-fields .chars-field {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 19px;
    color: #0D1017
}

.prods-item .info .chars-fields .chars-field.motor:before {
    background: url(../images/motor.svg) no-repeat center center
}

.prods-item .info .chars-fields .chars-field.akpp:before {
    background: url(../images/akpp.svg) no-repeat center center
}

.prods-item .info .chars-fields .chars-field:before {
    margin-top: -10px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 20px
}

.prods-item .info .chars-fields .chars-field:last-child {
    margin: 0
}

.prods-item .info .order-btn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 180px;
    visibility: hidden;
    opacity: 0
}

.prods-item .tarif-list {
    padding-top: 25px;
    display: none;
}

.prods-item .tarif-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.prods-item .tarif-list ul li {
    padding: 11px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 22px;
    color: #0D1017
}

.prods-item .tarif-list ul li:first-child {
    border-top: none
}

.prods-item .tarif-list ul li strong {
    margin-left: 20px;
    float: right;
    font-size: 15px;
    font-weight: 600
}

.prods-item:hover {
    z-index: 6
}

.prods-item:hover .info .price {
    opacity: 0
}

.prods-item:hover .info .order-btn {
    opacity: 1;
    visibility: visible
}

.prods-item:hover .tarif-list {
    display: block
}

.section.m-sales {
    height: 100vh
}

.sales-items {
    font-size: 0;
    height: 100%
}

.sales-items .sales-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 100%
}

.sales-item {
    position: relative;
    overflow: hidden;
    height: 100%
}

.sales-item.item-1 .image {
    background-image: url(../images/sale1.jpg)
}

.sales-item.item-2 .image {
    background-image: url(../images/sale2.jpg)
}

.sales-item.item-3 .image {
    background-image: url(../images/sale3.jpg)
}

.sales-item.item-4 .image {
    background-image: url(../images/sale4.jpg);
}

.sales-item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.sales-item .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1C2121;
    opacity: 0.55;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.sales-item .desc {
    position: relative;
    padding: 60px 50px;
    display: block;
    z-index: 2
}

.sales-item .desc .title {
    margin: 0 0 15px 0;
    display: block;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000
}

.sales-item .desc .text {
    margin: 0 0 20px 0;
    display: block;
    font-size: 21px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 0 20px #000
}

.sales-item .desc .price {
    margin: 0 0 70px 0;
    display: block;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #CBE4FF;
    text-transform: uppercase;
    background: rgba(17, 30, 61, 0.6);
    border: 2px solid #CBE4FF
}

.sales-item:hover .image {
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06)
}

.sales-item:hover .image:before {
    opacity: 0 !important
}

.section.m-feedback {
    padding: 65px 0 70px 0
}

.section.m-feedback.dark {
    background: url(../images/feedback_bg.jpg) no-repeat top center;
    background-size: cover
}

.section.m-feedback.dark .m-title {
    color: #fff
}

.section.m-feedback.dark .m-title:before {
    background: url(../images/tel_w.svg) no-repeat top center;
    background-size: contain
}

.section.m-feedback.dark .subtitle {
    color: #fff
}

.section.m-feedback.subs .feedback-form .m-title {
    padding: 0
}

.section.m-feedback.subs .feedback-form .m-title:before {
    display: none
}

.section.m-feedback.subs .feedback-form .group .field, .section.m-feedback.subs .feedback-form .group .submit-btn {
    margin-left: 0;
    margin-right: 0
}

.feedback-form {
    text-align: center
}

.feedback-form .m-title {
    margin: 0 0 20px 0;
    padding: 125px 0 0 0
}

.feedback-form .m-title:before {
    margin-left: -47px;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 95px;
    height: 95px;
    background: url(../images/tel.svg) no-repeat;
    background-size: contain
}

.feedback-form .subtitle {
    margin: 0 0 50px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #0D1017;
    letter-spacing: 1px;
    opacity: 0.7
}

.feedback-form .group {
    font-size: 0
}

.feedback-form .group .field {
    margin: 0 5px 10px 5px;
    display: inline-block;
    vertical-align: top;
    width: 343px
}

.feedback-form .group .field input {
    padding: 0 24px;
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #0D1017;
    border: 2px solid #fff;
    box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -webkit-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -khtml-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2)
}

.feedback-form .group .field input.error {
    border-color: red
}

.feedback-form .group .field label.error {
    margin: 5px 0;
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    color: red;
    text-align: left
}

.feedback-form .group .submit-btn {
    margin: 0 5px 10px 5px;
    padding: 0 45px;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: #253A6D;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -webkit-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2);
    -khtml-box-shadow: 0 15px 30px rgba(42, 64, 115, 0.2)
}

.success-box {
    padding-top: 20px
}

.section.m-reviews {
    padding: 180px 0 240px 0;
    background: url(../images/review_bg.jpg) no-repeat top center;
    background-size: cover
}

.section.m-reviews .m-title {
    margin: 0 0 150px 0;
    color: #fff;
    text-align: center
}

.reviews-carousel {
    position: relative;
    padding: 0 115px
}

.reviews-carousel .owl-prev, .reviews-carousel .owl-next {
    position: absolute;
    left: -115px;
    top: 50%;
    width: 22px;
    height: 40px;
    background: url(../images/nav.svg) no-repeat;
    background-size: contain;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1)
}

.reviews-carousel .owl-prev:hover, .reviews-carousel .owl-next:hover {
    opacity: 1
}

.reviews-carousel .owl-next {
    left: auto;
    right: -115px;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1)
}

.review-item {
    position: relative
}

.review-item .info {
    margin: 0 0 55px 0
}

.review-item .info .image {
    float: left;
    width: 70px;
    font-size: 0
}

.review-item .info .image img {
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%
}

.review-item .info .name {
    margin: 0 0 0 100px;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 500
}

.review-item .info .name span {
    display: block;
    font-size: 20px
}

.review-item .text {
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8)
}

.section.inner {
    padding-top: 145px
}

.h-title {
    margin: 0 0 50px 0;
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    color: #253A6D;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

.catalog-filter {
    margin: 0 0 50px 0
}

.catalog-filter .category-group {
    float: left
}

.catalog-filter .types-group {
    float: right
}

.catalog-filter .sort-group {
    margin-left: 35px;
    float: left
}

.catalog-filter .label {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 600;
    color: #0D1017
}

.catalog-filter .sort-select.small-select {
    width: 290px
}

.catalog-filter .radio-items {
    font-size: 0
}

.catalog-filter .radio-items .radio-item {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    font-weight: 600;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #696969;
    border: 3px solid #BDBDBD;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.catalog-filter .radio-items .radio-item:first-child {
    margin-left: 0
}

.catalog-filter .radio-items .radio-item input {
    display: none
}

.catalog-filter .radio-items .radio-item label {
    padding: 0 25px;
    width: 100%;
    display: block;
    cursor: pointer
}

.catalog-filter .radio-items .radio-item:hover, .catalog-filter .radio-items .radio-item.active {
    color: #253A6D;
    border: 3px solid #253A6D
}

.catalog-filter .types-bts {
    padding: 10px 0 0 0;
    font-size: 0
}

.catalog-filter .types-bts .type-btn {
    margin: 0 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px
}

.catalog-filter .types-bts .type-btn:before, .catalog-filter .types-bts .type-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.catalog-filter .types-bts .type-btn:after {
    opacity: 0
}

.catalog-filter .types-bts .type-btn:first-child {
    margin-left: 0
}

.catalog-filter .types-bts .type-btn input {
    display: none
}

.catalog-filter .types-bts .type-btn label {
    padding: 0 25px;
    width: 100%;
    display: block;
    cursor: pointer
}

.catalog-filter .types-bts .type-btn.type-1:before {
    background: url(../images/type1.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn.type-1:after {
    background: url(../images/type1h.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn.type-2:before {
    background: url(../images/type2.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn.type-2:after {
    background: url(../images/type2h.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn.type-3:before {
    background: url(../images/type3.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn.type-3:after {
    background: url(../images/type3h.svg) no-repeat;
    background-size: contain
}

.catalog-filter .types-bts .type-btn:hover:before, .catalog-filter .types-bts .type-btn.active:before {
    opacity: 0
}

.catalog-filter .types-bts .type-btn:hover:after, .catalog-filter .types-bts .type-btn.active:after {
    opacity: 1
}

.cat-items.cols-2 {
    margin: 0 -35px;
    font-size: 0
}

.cat-items.cols-2 .cat-col {
    padding: 35px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.cat-items.cols-2 .cat-item {
    width: 100%
}

.cat-items.cols-2 .cat-item-box .images {
    float: none;
    width: 100%
}

.cat-items.cols-2 .cat-item-box .large-image {
    float: left;
    width: 440px
}

.cat-items.cols-2 .cat-item-box .image {
    height: 280px
}

.cat-items.cols-2 .cat-item-box .sm-images {
    margin-left: 0;
    float: right;
    width: 125px
}

.cat-items.cols-2 .cat-item-box .sm-images .sm-image {
    margin-top: 10px;
    margin-left: 0;
    width: 100%
}

.cat-items.cols-2 .cat-item-box .sm-images .sm-image.rotate-icon:after {
    width: 18px;
    height: 24px
}

.cat-items.cols-2 .cat-item-box .sm-images .sm-image:first-child {
    margin-top: 0
}

.cat-items.cols-2 .cat-item-box .desc {
    margin-left: 0
}

.cat-items.cols-2 .cat-item-box .chars-fields {
    width: 260px
}

.cat-items .cat-col {
    padding: 40px 0 50px 0;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.cat-items .cat-item {
    margin: 0 auto;
    width: 1320px
}

.cat-item-box .images {
    float: left;
    width: 630px
}

.cat-item-box .desc {
    margin-left: 660px
}

.cat-item-box .large-image {
    position: relative;
    margin-bottom: 20px
}

.cat-item-box .large-image .owl-carousel .owl-stage-outer {
    padding: 0
}

.cat-item-box .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-size: 0;
    height: 300px
}

.cat-item-box .image .preload {
    margin-left: -15px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/preloader.gif) no-repeat center center;
    background-size: 30px 30px;
    z-index: 2
}

.cat-item-box .image .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 1
}

.cat-item-box .image .spritespin-instance {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    z-index: 3
}

.cat-item-box .image .spritespin-instance canvas {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important
}

.cat-item-box .image .rotate-btn {
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 36px;
    background: url(../images/rotate.svg) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    z-index: 4
}

.cat-item-box .sm-images {
    margin-left: -20px;
    font-size: 0
}

.cat-item-box .sm-images .sm-image {
    margin-left: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 196px;
    background: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.cat-item-box .sm-images .sm-image.rotate-icon:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 36px;
    background: url(../images/rotate.svg) no-repeat center center;
    background-size: contain;
    z-index: 4
}

.cat-item-box .sm-images .sm-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #253A6D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.cat-item-box .sm-images .sm-image img {
    max-width: 100%
}

.cat-item-box .sm-images .sm-image.active {
    box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -moz-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -webkit-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2);
    -khtml-box-shadow: 0px 15px 30px rgba(42, 64, 115, 0.2)
}

.cat-item-box .sm-images .sm-image.active:before {
    opacity: 1
}

.cat-item-box .sale {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 20px;
    color: #4DA1FF
}

.cat-item-box .name {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 36px;
    color: #0D1017;
    font-weight: 600
}

.cat-item-box .name a {
    color: #0D1017;
    text-decoration: none
}

.cat-item-box .subname {
    margin: 0 0 35px 0;
    font-size: 18px;
    color: #696969;
    font-weight: 400
}

.cat-item-box .chars-fields {
    float: left;
    width: 300px
}

.cat-item-box .chars-fields .chars-field {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 19px;
    color: #0D1017
}

.cat-item-box .chars-fields .chars-field.motor:before {
    background: url(../images/motor.svg) no-repeat center center
}

.cat-item-box .chars-fields .chars-field.akpp:before {
    background: url(../images/akpp.svg) no-repeat center center
}

.cat-item-box .chars-fields .chars-field.km:before {
    background: url(../images/km.svg) no-repeat center center
}

.cat-item-box .chars-fields .chars-field.bag:before {
    background: url(../images/bag.svg) no-repeat center center
}

.cat-item-box .chars-fields .chars-field:before {
    margin-top: -12px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 20px
}

.cat-item-box .chars-fields .chars-field:last-child {
    margin: 0
}

.cat-item-box .info {
    float: right;
    width: 320px;
    text-align: center
}

.cat-item-box .price-box {
    margin-bottom: 30px;
    padding: 24px 0 12px 0;
    position: relative;
    border: 2px solid #A3A3A3
}

.cat-item-box .price-box .label {
    margin-left: -61px;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 122px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #fff
}

.cat-item-box .price-box .price {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #0D1017;
    font-weight: 400
}

.cat-item-box .price-box .price strong {
    display: block;
    font-size: 22px;
    font-weight: 600
}

.cat-item-box .price-box .sep {
    margin: 0 15px;
    position: relative;
    top: 17px;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 14px;
    background: url(../images/pr_arr.svg) no-repeat;
    background-size: contain
}

.cat-item-box .price-box .zalog {
    margin-top: 15px;
    font-size: 15px;
    color: #696969
}

.cat-item-box .price-box .zalog strong {
    font-weight: 600
}

.cat-item-box .btn.fill {
    display: block
}

.cat-item-box .tarif-list {
    margin-top: 30px;
    float: left;
    width: 100%
}

.cat-item-box .tarif-list .label {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #0D1017
}

.cat-item-box .tarif-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-item-box .tarif-list ul li {
    position: relative;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.cat-item-box .tarif-list ul li .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 10px
}

.cat-item-box .tarif-list ul li .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017;
    font-weight: 600
}

.cat-item-box .tarif-list ul li .title .price {
    float: right
}

.cat-item-box .tarif-list ul li .date {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #0D1017;
    opacity: 0.7
}

.arenda-items {
    margin: 0 -35px;
    font-size: 0
}

.arenda-items .arenda-col {
    padding: 35px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.arenda-item-box:after {
    content: '';
    position: relative;
    clear: both
}

.arenda-item-box .image {
    margin: 0 0 30px 0;
    position: relative
}

.arenda-item-box .slide {
    position: relative;
    display: block;
    height: 248px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.arenda-item-box .slide.icon-1:after {
    background: url(../images/a_ic1.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .slide.icon-2:after {
    background: url(../images/a_ic2.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .slide.icon-3:after {
    background: url(../images/a_ic3.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .slide.icon-4:after {
    background: url(../images/a_ic4.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .slide.icon-5:after {
    background: url(../images/a_ic5.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #253A6D;
    opacity: 0.7
}

.arenda-item-box .slide:after {
    margin: -71px 0 0 -60px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 143px
}

.arenda-item-box .name {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 28px;
    color: #0D1017;
    font-weight: 600;
    letter-spacing: 1px
}

.arenda-item-box .category {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 22px;
    color: #0D1017;
    font-weight: 600
}

.arenda-item-box .list {
    min-height: 245px
}

.arenda-item-box .list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.arenda-item-box .list ul li {
    padding: 17px 0;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.arenda-item-box .list ul li:after {
    content: '';
    position: relative;
    clear: both
}

.arenda-item-box .list ul li .time {
    padding: 0 0 0 45px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.arenda-item-box .list ul li .time.icon-1:before {
    background: url(../images/time.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .list ul li .time.icon-2:before {
    background: url(../images/time2.svg) no-repeat;
    background-size: contain
}

.arenda-item-box .list ul li .time:before {
    margin-top: -15px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px
}

.arenda-item-box .list ul li .price {
    float: right;
    font-size: 15px;
    font-weight: 600
}

.arenda-item-box .list ul li .free {
    margin-top: -4px;
    float: right;
    padding: 0 15px;
    font-size: 11px;
    color: #4DA1FF;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    height: 32px;
    line-height: 28px;
    border: 2px solid #4DA1FF
}

.section.loyal-started {
    height: 1026px
}

.section.loyal-started .fw {
    padding-top: 130px;
    text-align: center
}

.section.loyal-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.section.loyal-started .slide:before, .section.loyal-started .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #203660;
    opacity: 0.5;
    z-index: 3
}

.section.loyal-started .slide:after {
    background: #1C2121;
    opacity: 0.5
}

.section.loyal-started .title {
    margin: 0 0 260px 0;
    position: relative;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    z-index: 4
}

.section.loyal-started .cashback {
    position: relative;
    z-index: 4
}

.section.loyal-started .cashback .label {
    margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 47px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.section.loyal-started .cashback .label strong {
    display: block;
    font-size: 60px;
    line-height: 68px
}

.section.loyal-started .cashback .percent {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #CBE4FF;
    text-transform: uppercase
}

.section.loyal-started .cashback .percent strong {
    display: block;
    font-size: 76px;
    line-height: 86px
}

.section.loyal-page {
    padding: 75px 0
}

.section.loyal-page.process {
    padding-bottom: 0;
    background: rgba(203, 228, 255, 0.7)
}

.section.loyal-page.process .title {
    text-align: center
}

.section.loyal-page .title {
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 44px;
    font-weight: 500
}

.process-items {
    font-size: 0
}

.process-items .process-col {
    padding: 60px 30px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.process-item {
    padding-top: 135px;
    position: relative;
    text-align: center
}

.process-item.item-1:before {
    margin-left: -48px;
    width: 96px;
    height: 74px;
    background: url(../images/proc_ic1.svg) no-repeat;
    background-size: contain
}

.process-item.item-1:after {
    display: none
}

.process-item.item-2:before {
    margin-left: -45px;
    width: 90px;
    height: 104px;
    background: url(../images/proc_ic2.svg) no-repeat;
    background-size: contain
}

.process-item.item-3:before {
    margin-left: -45px;
    width: 90px;
    height: 78px;
    background: url(../images/proc_ic3.svg) no-repeat;
    background-size: contain
}

.process-item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0
}

.process-item:after {
    margin-left: -30px;
    content: '';
    position: absolute;
    left: 0;
    top: 135px;
    width: 18px;
    height: 31px;
    background: url(../images/arr2.svg) no-repeat;
    background-size: contain
}

.process-item .name {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 600
}

.process-item .text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400
}

.pay-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.pay-list ul li {
    margin: 0 0 60px 0;
    padding: 0 44px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 22px;
    line-height: 27px;
    color: rgba(17, 30, 61, 0.8);
    font-weight: 500
}

.pay-list ul li:before {
    margin-top: -15px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 31px;
    background: url(../images/arr2.svg) no-repeat;
    background-size: contain
}

.section.about-started {
    height: 1026px
}

.section.about-started .fw {
    padding-top: 130px;
    text-align: center
}

.section.about-started .slide {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.section.about-started .slide:before, .section.about-started .slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #203660;
    opacity: 0.5;
    z-index: 3
}

.section.about-started .slide:after {
    background: #1C2121;
    opacity: 0.5
}

.section.about-started .title {
    margin: 0 0 140px 0;
    position: relative;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    z-index: 4
}

.section.about-started .subtitle {
    margin: 0 auto 140px auto;
    position: relative;
    max-width: 624px;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-shadow: 0px 0px 20px #000000;
    z-index: 4
}

.section.about-started .benefits {
    padding: 70px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(13, 16, 23, 0.4);
    z-index: 4
}

.section.about-started .benefits .fw {
    padding-top: 0;
    text-align: left
}

.benefits-items {
    margin: 0 -40px;
    font-size: 0
}

.benefits-items .benefits-col {
    padding: 0 40px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.benefits-item {
    padding: 0 0 0 80px;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 20px #000000
}

.benefits-item.item-1:before {
    background: url(../images/ben1.svg) no-repeat;
    background-size: contain
}

.benefits-item.item-2:before {
    background: url(../images/ben2.svg) no-repeat;
    background-size: contain
}

.benefits-item.item-3:before {
    background: url(../images/ben3.svg) no-repeat;
    background-size: contain
}

.benefits-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px
}

.section.history-page {
    padding: 75px 0 0 0
}

.section.history-page .m-title {
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129076)
}

.history-items {
    margin: 0 -60px;
    font-size: 0
}

.history-items .history-col {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    width: 60%
}

.history-items .history-col.small {
    width: 40%
}

.history-item {
    padding: 0;
    position: relative;
    height: 584px
}

.history-item .image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.history-item .list {
    padding-bottom: 50px;
    position: absolute;
    right: 60px;
    left: 60px;
    bottom: 0
}

.history-item .list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.history-item .list ul li {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 60px;
    font-size: 22px;
    line-height: 27px;
    color: #253A6D
}

.history-item .list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 40px;
    height: 40px;
    background: url(../images/h_arr.svg) no-repeat;
    background-size: contain
}

.history-item .list ul li:last-child {
    margin-bottom: 0
}

.section.future-page {
    padding: 60px 0 0 0;
    background: url(../images/future_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center
}

.section.future-page .m-title {
    margin-bottom: 480px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.129076)
}

.section.future-page .future {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(19.35%, rgba(0, 0, 0, 0))), #253A6D;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 19.35%), #253A6D;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 19.35%), #253A6D
}

.future-items {
    margin: 0 -40px;
    font-size: 0
}

.future-items .future-col {
    padding: 50px 40px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    min-height: 312px;
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

.future-items .future-col:first-child {
    border-left: none
}

.future-item {
    padding: 130px 0 0 0;
    position: relative;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.future-item.item-1:before {
    margin-left: -97px;
    width: 194px;
    height: 100px;
    background: url(../images/f_ic1.svg) no-repeat center center;
    background-size: contain
}

.future-item.item-2:before {
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url(../images/f_ic2.svg) no-repeat center center;
    background-size: contain
}

.future-item.item-3:before {
    margin-left: -54px;
    width: 108px;
    height: 100px;
    background: url(../images/f_ic3.svg) no-repeat center center;
    background-size: contain
}

.future-item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0
}

.section.requisites-page {
    padding: 75px 0
}

.section.requisites-page .r-card {
    margin-left: -60px;
    float: left;
    width: 627px;
    background: #ECF1F9
}

.section.requisites-page .r-card .image {
    font-size: 0
}

.section.requisites-page .r-card .image img {
    width: 100%
}

.section.requisites-page .r-card .info {
    padding: 50px 60px
}

.section.requisites-page .r-card .label {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #0D1017
}

.section.requisites-page .r-card .adr p {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017
}

.section.requisites-page .r-card .adr p strong {
    font-weight: 600
}

.section.requisites-page .r-card .adr p:last-child {
    margin-bottom: 0
}

.section.requisites-page .r-desc {
    padding-top: 35px;
    margin-left: 617px
}

.section.requisites-page .r-desc .title {
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #0D1017
}

.section.requisites-page .r-desc .list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.section.requisites-page .r-desc .list ul li {
    padding: 18px 0;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.section.requisites-page .r-desc .list ul li:last-child {
    border-bottom: none
}

.section.requisites-page .r-desc .list ul li strong {
    font-weight: 600
}

.section.product-page {
    padding: 145px 0 45px 0
}

.prod-left {
    position: relative;
    float: left;
    width: 800px; /* 1000px */
}

.prod-image {
    position: relative
}

.prod-image .owl-carousel .owl-stage-outer {
    padding: 0
}

.prod-image .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-size: 0;
    height: 763px
}

.prod-image .image .preload {
    margin-left: -15px;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/preloader.gif) no-repeat center center;
    background-size: 30px 30px;
    z-index: 2
}

.prod-image .image .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 1
}

.prod-image .image .spritespin-instance {
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 3
}

.prod-image .image .spritespin-instance canvas {
    position: relative !important;
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important
}

.prod-image .image .rotate-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 50px;
    background: url(../images/rotate.svg) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    z-index: 4
}

.prod-image .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.prod-image .owl-dots .owl-dot {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 197px;
    height: 8px;
    background: #253A6D;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.prod-image .owl-dots .owl-dot:hover, .prod-image .owl-dots .owl-dot.active {
    opacity: 1
}

.prod-image .owl-prev, .prod-image .owl-next {
    margin-top: -64px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 94px;
    height: 128px;
    cursor: pointer;
    font-size: 0;
    /*background: rgba(37, 58, 109, 0.3);*/
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.prod-image .owl-prev:before, .prod-image .owl-next:before {
    margin: -21px 0 0 -12px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 42px;
    background: url(../images/nav2.svg) no-repeat;
    background-size: contain;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.prod-image .owl-prev:hover, .prod-image .owl-next:hover {
    /*background: rgba(37, 58, 109, 0.6);*/
    background: rgba(255, 255, 255, 0.6);
}

.prod-image .owl-prev:hover:before, .prod-image .owl-next:hover:before {
    opacity: 1
}

.prod-image .owl-next {
    left: auto;
    right: 0;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1)
}

.prod-right {
    position: relative;
    float: right;
    width: 320px;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 20px 60px rgba(57, 107, 183, 0.2);
    -moz-box-shadow: 0px 20px 60px rgba(57, 107, 183, 0.2);
    -webkit-box-shadow: 0px 20px 60px rgba(57, 107, 183, 0.2);
    -khtml-box-shadow: 0px 20px 60px rgba(57, 107, 183, 0.2)
}

.prod-right .logo-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 108px;
    border-bottom: 1px solid rgba(37, 58, 109, 0.1)
}

.prod-right .logo-field img {
    max-width: 150px
}

.prod-right .color-field {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid rgba(37, 58, 109, 0.1)
}

.prod-right .color-field img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px
}

.prod-right .color-field span {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    color: #253A6D;
    text-align: left
}

.prod-right .chars-fields {
    position: relative;
    font-size: 0;
    text-align: center
}

.prod-right .chars-field {
    position: relative;
    padding: 90px 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-height: 174px;
    font-size: 16px;
    line-height: 20px;
    color: #253A6D;
    font-weight: 600;
    border-bottom: 1px solid rgba(37, 58, 109, 0.1);
    border-right: 1px solid rgba(37, 58, 109, 0.1)
}

.prod-right .chars-field.motor:before {
    background: url(../images/pr_motor.svg) no-repeat center center
}

.prod-right .chars-field.akpp:before {
    background: url(../images/pr_akpp.svg) no-repeat center center
}

.prod-right .chars-field.km:before {
    background: url(../images/pr_km.svg) no-repeat center center
}

.prod-right .chars-field.bag:before {
    background: url(../images/pr_bag.svg) no-repeat center center
}

.prod-right .chars-field:before {
    margin-left: -27px;
    content: '';
    position: absolute;
    left: 50%;
    top: 30px;
    width: 54px;
    height: 54px
}

.prod-right .chars-field:nth-child(1), .prod-right .chars-field:nth-child(2) {
    min-height: 144px
}

.prod-right .chars-field:nth-child(2), .prod-right .chars-field:nth-child(4) {
    border-right: none
}

.prod-right .itog-field {
    padding: 30px 0;
    text-align: center
}

.prod-right .itog-field .price {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 22px;
    color: #111E3D;
    font-weight: 600
}

.prod-right .itog-field .price strong {
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600
}

.prod-right .itog-field .cashback {
    font-size: 20px;
    line-height: 20px;
    color: #4DA1FF;
    font-weight: 600
}

.prod-right .btn {
    display: block;
    height: 70px;
    line-height: 64px
}

.section.product-buy {
    padding: 70px 0;
    background: #D3D8E2;
    text-align: center
}

.section.product-buy .m-title {
    margin-bottom: 40px
}

.section.product-buy .itog-price {
    margin: 50px 0;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #253A6D;
    opacity: 0.6
}

.section.product-buy .btn {
    height: 70px;
    line-height: 64px
}

.pr-price-items {
    font-size: 0
}

.pr-price-items .pr-price-col {
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.pr-price-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 193px;
    font-size: 0;
    background: #F2F3F4;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    cursor: default;
}

.pr-price-item:before {
    margin: -15px 0 0 -9px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 31px;
    background: url(../images/pr_arr2.svg) no-repeat
}

.pr-price-item label {
    width: 100%;
    display: block;
}

.pr-price-item .time, .pr-price-item .price {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600
}

.pr-price-item .price {
    color: #396BB7
}

.pr-price-item .price strong {
    display: block;
    font-size: 34px;
    font-weight: 600
}

.pr-price-item input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.pr-price-item:hover, .pr-price-item.active {
    background: #fff;
    z-index: 3
}

.section.product-benefits .fw {
    overflow: hidden
}

.pr-benefits-items {
    font-size: 0
}

.pr-benefits-items .pr-benefits-col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    min-height: 363px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.pr-benefits-item {
    padding: 185px 30px 0 30px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px
}

.pr-benefits-item.item-1:before {
    background: url(../images/pr_ben1.svg) no-repeat center center
}

.pr-benefits-item.item-2:before {
    background: url(../images/pr_ben2.svg) no-repeat center center
}

.pr-benefits-item.item-2 strong {
    font-size: 20px
}

.pr-benefits-item.item-3:before {
    background: url(../images/pr_ben3.svg) no-repeat center center
}

.pr-benefits-item.item-3 strong {
    font-size: 20px
}

.pr-benefits-item.item-4:before {
    background: url(../images/pr_ben4.svg) no-repeat center center
}

.pr-benefits-item.item-5:before {
    background: url(../images/pr_ben5.svg) no-repeat center center
}

.pr-benefits-item:before {
    margin-left: -65px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    width: 131px;
    height: 116px
}

.pr-benefits-item strong {
    margin-bottom: 20px;
    display: block;
    font-size: 24px;
    font-weight: 600
}

.pr-benefits-item span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 32px;
    color: #396BB7;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    width: 136px;
    height: 36px;
    border: 2px solid #396BB7
}

.section.product-description {
    margin: 0 0 70px 0;
    padding: 75px 0;
    background: #253A6D
}

.section.product-description .title {
    margin: 0 0 50px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff
}

.section.product-description .text {
    margin: 0 0 55px 0;
    font-size: 18px;
    line-height: 31px;
    color: #fff
}

.section.product-description .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.section.product-description .list ul li {
    margin: 15px 0;
    padding: 0 0 0 60px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    font-size: 22px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.section.product-description .list ul li:before {
    margin-top: -20px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    background: rgba(203, 228, 255, 0.2) url(../images/p_arr.svg) no-repeat center center;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px
}

.section.product-description .list ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.section.order-page {
    padding-bottom: 80px
}

.order-left {
    float: left;
    width: 870px
}

.order-left .order-title {
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600
}

.order-left .order-title a {
    position: relative;
    top: 6px;
    float: right;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: none;
    text-decoration: underline;
    opacity: 0.6;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38)
}

.order-left .order-title a:hover {
    text-decoration: none
}

.order-left .places-check {
    margin-bottom: 40px
}

.order-right {
    margin-right: -55px;
    float: right;
    width: 455px
}

.order-menu {
    margin: 0 0 70px 0
}

.order-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-bottom: 4px solid #CBE4FF
}

.order-menu ul li {
    padding-right: 70px;
    position: relative;
    width: 38%;
    display: inline-block;
    vertical-align: top
}

.order-menu ul li:last-child {
    padding-right: 0;
    width: 24%
}

.order-menu ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #253A6D;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.order-menu ul li a, .order-menu ul li span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 600;
    min-height: 102px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.order-menu ul li strong {
    margin: 0 0 5px 0;
    display: block;
    font-size: 16px
}

.order-menu ul li.active a, .order-menu ul li.active span {
    color: #253A6D
}

.order-menu ul li.active:before {
    opacity: 1
}

.boxes-item, .boxes-item-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 0;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.boxes-item:before, .boxes-item-checkbox:before {
    content: '';
    position: absolute;
    left: -16px;
    top: -16px;
    width: 33px;
    height: 33px;
    background: url(../images/checked.svg) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.boxes-item label, .boxes-item-checkbox label {
    width: 100%;
    display: block
}

.boxes-item input, .boxes-item-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.boxes-item.active, .boxes-item-checkbox.active {
    background: #253A6D;
    z-index: 3
}

.boxes-item.active:before, .boxes-item-checkbox.active:before {
    opacity: 1
}

.boxes-item-checkbox label.error {
    display: none
}

.tarif-items {
    margin: 0 0 80px 0;
    font-size: 0
}

.tarif-items .tarif-col {
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.tarif-item {
    min-height: 150px
}

.tarif-item .time, .tarif-item .price {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.tarif-item .price {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px
}

.tarif-item.active .time, .tarif-item.active .price {
    color: #fff
}

.arenda-date-items {
    position: relative;
    z-index: 10;
    margin: 0 0 80px 0
}

.ui-widget.ui-widget-content {
    z-index: 12 !important
}

.arenda-date-item {
    margin: 0 0 20px 0;
    font-size: 0
}

.arenda-date-item:last-child {
    margin-bottom: 0
}

.arenda-date-item .label {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 600
}

.arenda-date-item .field {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.arenda-date-item .field.calendar {
    width: 58%
}

.arenda-date-item .field.calendar:before {
    margin-top: -8px;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none
}

.arenda-date-item .field.time {
    margin-left: 2%;
    width: 20%
}

.arenda-date-item .field.time:before {
    margin-top: -8px;
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/time.png) no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none
}

.arenda-date-item .field input {
    width: 100%;
    height: 60px;
    padding: 0 25px 0 45px;
    font-size: 20px;
    line-height: 58px;
    color: #111E3D;
    background: #FBFBFB;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A3A3A3
}

.arenda-date-item .field input.error {
    border-color: red
}

.return-date-item {
    margin: 0 0 20px 0;
    font-size: 0
}

.return-date-item:last-child {
    margin-bottom: 0
}

.return-date-item .field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 68%
}

.return-date-item .field.full {
    width: 100%
}

.return-date-item .field.calendar {
    margin-left: 2%;
    width: 30%
}

.return-date-item .field.calendar:before {
    margin-top: -8px;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 17px;
    height: 17px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none
}

.return-date-item .field input {
    width: 100%;
    height: 60px;
    padding: 0 25px 0 45px;
    font-size: 20px;
    line-height: 58px;
    color: #111E3D;
    background: #FBFBFB;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A3A3A3
}

.return-date-item .field input.error {
    border-color: red
}

.places-items {
    margin: 0 0 80px 0;
    font-size: 0
}

.places-items .places-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.333%
}

.places-items .places-col.double {
    width: 50%
}

.places-items .places-col.col-1 .places-field {
    left: 0;
    right: -580px
}

.places-items .places-col.col-2 .places-field {
    left: -289px;
    right: -291px
}

.places-items .places-col.col-3 .places-field {
    left: -580px;
    right: 0
}

.places-items .places-col.col-4 .places-field {
    left: 0;
    right: -435px
}

.places-items .places-col.col-5 .places-field {
    right: 0;
    left: -435px
}

.places-items .places-field {
    position: absolute;
    left: 0;
    right: 0;
    top: 135px;
    padding: 30px 40px;
    background: #253A6D;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.places-items .places-field input {
    padding: 0 15px;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 24px;
    color: #111E3D;
    font-weight: 600;
    background: #FBFBFB;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.places-items .places-field input.error {
    border-color: red
}

.places-items .places-field .price {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.places-items .places-field .price span {
    float: right
}

.places-item {
    min-height: 135px
}

.places-item .icon {
    margin-top: -47px;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 81px;
    height: 95px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.places-item .icon {
    background-image: url(../images/plc_ic4.svg)
}

.places-item .icon.icon-1 {
    background-image: url(../images/plc_ic1.svg)
}

.places-item .icon.icon-2 {
    background-image: url(../images/plc_ic2.svg)
}

.places-item .icon.icon-3 {
    background-image: url(../images/plc_ic3.svg)
}

.places-item .icon.icon-5 {
    background-image: url(../images/plc_ic5.svg)
}

.places-item .name {
    padding-left: 120px;
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: left
}

.places-item.active {
    margin-bottom: 164px
}

.places-item.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.places-item.active .name {
    color: #fff
}

.order-box .item .images {
    margin: 0 0 25px 0;
    font-size: 0
}

.order-box .item .images img {
    max-width: 100%
}

.order-box .item .name {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 36px;
    color: #0D1017;
    font-weight: 600
}

.order-box .item .name a {
    color: #0D1017;
    text-decoration: none
}

.order-box .item .subname {
    margin: 0 0 35px 0;
    font-size: 18px;
    color: #696969;
    font-weight: 400
}

.order-box .item .chars-fields {
    font-size: 0
}

.order-box .item .chars-fields .chars-field {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    line-height: 19px;
    color: #0D1017
}

.order-box .item .chars-fields .chars-field.motor:before {
    background: url(../images/motor.svg) no-repeat center center
}

.order-box .item .chars-fields .chars-field.akpp:before {
    background: url(../images/akpp.svg) no-repeat center center
}

.order-box .item .chars-fields .chars-field.km:before {
    background: url(../images/km.svg) no-repeat center center
}

.order-box .item .chars-fields .chars-field.bag:before {
    background: url(../images/bag.svg) no-repeat center center
}

.order-box .item .chars-fields .chars-field:before {
    margin-top: -12px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 20px
}

.order-box .item .chars-fields .chars-field:last-child {
    margin: 0
}

.order-box .item .color-field {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 0
}

.order-box .item .color-field img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px
}

.order-box .item .color-field span {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    color: #0D1017
}

.order-box .group {
    position: relative;
    padding: 35px 25px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1);
    -khtml-box-shadow: 0px 10px 30px rgba(28, 33, 33, 0.1)
}

.order-box .group.itog {
    padding: 35px 0 0 0;
    background: #EFF2F8
}

.order-box .group .title {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #0D1017;
    font-weight: 600
}

.order-box .group .title .price {
    float: right
}

.order-box .group .list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.order-box .group .list ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017
}

.order-box .group .list ul li.time:before {
    background: url(../images/time3.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li.air:before {
    background: url(../images/air.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li.night:before {
    background: url(../images/time2.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li.day:before {
    background: url(../images/time.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li.adr:before {
    background: url(../images/adr.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li.dop:before {
    background: url(../images/checked2.svg) no-repeat center center;
    background-size: contain
}

.order-box .group .list ul li:last-child {
    margin-bottom: 0
}

.order-box .group .list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px
}

.order-box .group .list ul li .price {
    float: right;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0D1017;
    font-weight: 600
}

.order-box .group .list ul li .price.large {
    font-size: 24px
}

.order-box .itog-field {
    text-align: center
}

.order-box .itog-field .price, .order-box .itog-field .zalog {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #111E3D;
    font-weight: 600
}

.order-box .itog-field .zalog {
    font-size: 20px;
    line-height: 30px
}

.order-box .btn {
    margin-top: 35px;
    width: 100%;
    display: block;
    height: 70px;
    line-height: 64px;
    cursor: pointer
}

.dops-items {
    margin: 0 0 80px 0;
    font-size: 0
}

.dops-item {
    padding: 0;
    position: relative;
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.dops-item .icon {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 90px;
    height: 106px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.dops-item .icon.icon-1 {
    background-image: url(../images/dops_ic1.svg)
}

.dops-item .icon.icon-2 {
    background-image: url(../images/dops_ic3.png)
}

.dops-item .icon.icon-3 {
    background-image: url(../images/dops_ic4.svg)
}

.dops-item .icon.icon-4 {
    background-image: url(../images/dops_ic2.svg)
}

.dops-item .icon.icon-5 {
    background-image: url(../images/dops_ic5.png)
}

.dops-item label {
    padding: 35px 25px 0 140px
}

.dops-item .name {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 600
}

.dops-item .name .free {
    padding: 0 15px;
    float: right;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #111E3D;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #111E3D
}

.dops-item .name .price {
    float: right;
    font-size: 15px;
    font-weight: 600;
    text-align: right
}

.dops-item .name .price em {
    font-size: 14px;
    line-height: 10px;
    font-style: normal;
    font-weight: 400;
    display: block
}

.dops-item .text {
    margin: 20px 0 35px 0;
    display: block;
    font-size: 18px;
    line-height: 26px
}

.dops-item .jq-selectbox {
    position: absolute !important;
    left: 140px;
    top: 70px;
    display: none !important;
    max-width: 296px
}

.dops-item.active .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.dops-item.active label {
    padding-bottom: 95px
}

.dops-item.active .name .free {
    color: #CBE4FF;
    border-color: #CBE4FF
}

.dops-item.active .name, .dops-item.active .text {
    color: #fff
}

.dops-item.active .jq-selectbox {
    display: block !important
}

.legal-items {
    margin: 0 0 60px 0;
    font-size: 0
}

.legal-items .legal-col {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.legal-item {
    min-height: 110px
}

.legal-item .name {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.legal-item.active .name {
    color: #fff
}

.pay-items {
    margin: 0 0 60px 0;
    font-size: 0
}

.pay-items .pay-col {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.pay-item {
    position: relative;
    padding: 0 50px;
    min-height: 135px;
    text-align: left
}

.pay-item.cards:after {
    margin-top: -37px;
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    width: 54px;
    height: 74px;
    background: url(../images/cards.svg) no-repeat;
    background-size: contain
}

.pay-item .price {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

.pay-item .price strong {
    display: block;
    font-size: 28px;
    line-height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 600
}

.pay-item.active .price {
    color: #fff
}

.section.order-page-finish {
    padding-bottom: 0
}

.section.order-page-finish .fw {
    width: auto
}

.order-finish .itog-value {
    margin: 0 0 45px 0;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #696969;
    font-weight: 600
}

.order-finish .itog-value span {
    color: #111E3D
}

.order-finish .itog-label {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 29px;
    color: #0D1017;
    text-align: center
}

.order-finish .order-box {
    background: #EFF2F8
}

.order-finish .order-box:after {
    content: '';
    position: relative;
    clear: both;
    display: block
}

.order-finish .order-box .item {
    float: left;
    width: 480px;
    min-height: 1080px
}

.order-finish .order-box .item-details {
    margin-left: 480px
}

.order-finish .order-box .group.itog-field {
    background: transparent;
    text-align: left;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none
}


.auto.tarif-list {
    width: 100%;
    margin-top: -45px;
    margin-bottom: 10px;
}

.auto.tarif-list .label {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #0D1017
}

.auto.tarif-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.auto.tarif-list ul li {
    position: relative;
    padding: 15px 0 15px 45px;
    width: 33%;
}

.auto.tarif-list ul li .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 10px
}

.auto.tarif-list ul li .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #0D1017;
    font-weight: 600
}

.auto.tarif-list ul li .title .price {
    float: right
}

.auto.tarif-list ul li .date {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #0D1017;
    opacity: 0.7
}


/* */
.auto2.tarif-list {
    width: 100% !important;
    padding-top: 20px;
    display: none;
    background: white;
    padding-left: 25px;
    padding-right: 25px;
}

.auto2.tarif-list .label {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #0D1017
}

.auto2.tarif-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auto2.tarif-list ul li {
    position: relative;
    padding: 15px 0 15px 45px;
    text-align: left;
}

.auto2.tarif-list ul li .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 10px
}

.auto2.tarif-list ul li .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #0D1017;
    font-weight: 600
}

.auto2.tarif-list ul li .title .price {
    float: right
}

.auto2.tarif-list ul li .date {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #0D1017;
    opacity: 0.7
}

.show_1200 {
    display: none !important;
}

.prices.tarif-list {
    padding-top: 25px;
}

.prices.tarif-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.prices.tarif-list ul li {
    padding: 11px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 22px;
    color: #0D1017
}

.prices.tarif-list ul li:first-child {
    border-top: none
}

.prices.tarif-list ul li strong {
    margin-left: 20px;
    float: right;
    font-size: 15px;
    font-weight: 600
}


.contacts_mobile
    {
    display:none !important;
    }

@media screen and (min-width: 1450px) {


    .fw {
        width: 1320px;
    }
}

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

    .cat-item-box .info {
        width: 280px;
    }

    .sales-item .desc .title {
        font-size: 25px;
    }

    .pr-price-item .time, .pr-price-item .price {
        width: 46%;
    }

    .order-left {
        width: 730px;
    }

    .order-right {
        margin-right: -30px;
    }

    .order-menu ul li a, .order-menu ul li span {
        font-size: 17px;
        min-height: 80px;
    }

    .arenda-date-item .label {
        width: 24%;
    }

    .arenda-date-item .field.calendar {
        width: 53%;
    }

    .places-items .places-col.col-1 .places-field {
        right: -486px;
    }

    .places-items .places-col.col-2 .places-field {
        left: -243px;
        right: -243px;
    }

    .places-items .places-col.col-3 .places-field {
        left: -486px;
    }
}

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

    .prices.tarif-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hidden_1200 {
        display: none !important;
    }

    .show_1200 {
        display: block !important;;
    }

    .arenda-item-box .list ul li .time {
        max-width: 310px;
    }

    .fw {
        width: 940px
    }

    .popup-menu .item .title {
        font-size: 20px
    }

    .section.m-started .slide video {
        display: none
    }

    .prods-items .prods-col {
        width: 50%
    }

    .prods-item {
        height: 410px
    }

    .prods-item .prods-item-box {
        min-height: 410px
    }

    .section.m-sales {
        height: auto
    }

    .sales-items {
        font-size: 0
    }

    .sales-items .sales-col {
        width: 100%;
        height: 286px
    }

    .sales-item.item-1 .image {
        background-image: url(../images/sale1_m.jpg)
    }

    .sales-item.item-2 .image {
        background-image: url(../images/sale2_m.jpg)
    }

    .sales-item.item-3 .image {
        background-image: url(../images/sale3_m.jpg)
    }

    .sales-item.item-4 .image {
        background-image: url(../images/sale4_m.jpg)
    }

    .sales-item .desc .col {
        float: left;
        width: 50%
    }

    .sales-item .desc .price {
        padding: 0 50px;
        display: inline-block
    }

    .feedback-form .group .field, .feedback-form .group .submit-btn {
        margin: 0 auto 10px auto;
        display: block;
        width: 440px
    }

    .section.m-feedback.subs .feedback-form .group .field, .section.m-feedback.subs .feedback-form .group .submit-btn {
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
        width: 370px
    }

    .section.m-feedback.subs .feedback-form .group .submit-btn {
        width: 240px
    }

    .section.m-reviews {
        padding: 70px 0 100px 0
    }

    .section.m-reviews .m-title {
        margin: 0 0 75px 0
    }

    .reviews-carousel {
        padding: 0 80px
    }

    .reviews-carousel .owl-prev, .reviews-carousel .owl-next {
        left: -80px
    }

    .reviews-carousel .owl-next {
        left: auto;
        right: -80px
    }

    .footer .f-top .f-menu ul li {
        margin-left: 60px
    }

    .footer .f-middle .f-copy {
        max-width: 170px;
        line-height: 17px
    }

    .footer .f-middle .f-pay {
        margin: 0 200px
    }

    .catalog-filter .category-group {
        margin-bottom: 40px;
        float: none
    }

    .catalog-filter .sort-group {
        margin-left: 0;
        float: left
    }

    .catalog-filter .types-group {
        float: right
    }

    .cat-items .cat-item {
        width: 940px
    }

    .cat-item-box .images {
        width: 446px
    }

    .cat-item-box .sm-images .sm-image {
        width: 135px
    }

    .cat-item-box .desc {
        margin-left: 466px
    }

    .cat-item-box .chars-fields {
        float: none;
        width: auto;
        margin-bottom: 35px
    }

    .cat-item-box .chars-fields .chars-field {
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

    .cat-item-box .info {
        float: none;
        width: auto;
        text-align: center
    }

    .cat-item-box .image {
        height: 226px
    }

    .cat-items.cols-2 {
        margin: 0
    }

    .cat-items.cols-2 .fw {
        width: auto
    }

    .cat-items.cols-2 .cat-col {
        padding: 40px 0 50px 0;
        width: 100%
    }

    .cat-items.cols-2 .cat-item {
        width: 940px
    }

    .cat-items.cols-2 .cat-item-box .images {
        float: left;
        width: 446px
    }

    .cat-items.cols-2 .cat-item-box .large-image {
        float: none;
        width: auto
    }

    .cat-items.cols-2 .cat-item-box .image {
        height: 226px
    }

    .cat-items.cols-2 .cat-item-box .sm-images {
        margin-left: -20px;
        float: none;
        width: auto
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image {
        margin-top: 0;
        margin-left: 20px;
        width: 135px
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image:first-child {
        margin-top: 0;
        margin-left: 20px
    }

    .cat-items.cols-2 .cat-item-box .desc {
        margin-left: 466px
    }

    .cat-items.cols-2 .cat-item-box .chars-fields {
        width: auto
    }

    .section.about-started {
        height: 1240px
    }

    .section.about-started .slide {
        background-size: auto 940px
    }

    .section.about-started .title {
        margin: 0 0 290px 0
    }

    .section.about-started .benefits {
        background: #0d1017
    }

    .history-items {
        margin: 0 -40px
    }

    .benefits-items .benefits-col {
        margin-bottom: 40px;
        width: 100%
    }

    .benefits-items .benefits-col:last-child {
        margin-bottom: 0
    }

    .history-item .list {
        padding-bottom: 40px;
        right: 30px;
        left: 40px
    }

    .section.requisites-page {
        padding: 0
    }

    .section.requisites-page .r-card {
        margin-left: -40px;
        width: 507px
    }

    .section.requisites-page .r-card .info {
        padding: 50px 40px
    }

    .section.requisites-page .r-desc {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-left: 527px
    }

    .section.requisites-page .r-desc .list ul li {
        padding: 15px 0
    }

    .section.product-page .fw {
        width: 1100px;
    }

    .prod-left {
        /* width: 480px; 620 */
        width: 730px;
    }

    .prod-image .owl-dots .owl-dot {
        width: 57px
    }

    .pr-price-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pr-price-item .time, .pr-price-item .price {
        margin: 30px 0;
        width: 100%
    }

    .pr-price-item:before {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }

    .pr-benefits-items .pr-benefits-col {
        width: 33.333%
    }

    .pr-benefits-items .pr-benefits-col:nth-child(4), .pr-benefits-items .pr-benefits-col:nth-child(5) {
        width: 50%
    }

    .section.product-description .list ul li {
        width: 50%
    }

    .order-left {
        width: 494px
    }

    .order-menu {
        margin: 0 175px 55px 0;
        position: relative
    }

    .order-menu ul li {
        padding-right: 0;
        position: static;
        width: 100%
    }

    .order-menu ul li:last-child {
        padding-right: 0;
        width: 100%
    }

    .order-menu ul li.active {
        position: relative
    }

    .order-menu ul li a, .order-menu ul li span {
        position: absolute;
        right: -175px;
        top: 0;
        width: 145px;
        height: 47px;
        font-size: 0;
        line-height: 43px;
        text-align: center;
        min-height: auto;
        border: 2px solid #696969
    }

    .order-menu ul li:last-child a, .order-menu ul li:last-child span {
        top: 60px
    }

    .order-menu ul li.active a, .order-menu ul li.active span {
        color: #253A6D;
        position: relative;
        right: auto;
        top: 0;
        font-size: 20px;
        line-height: 24px;
        height: auto;
        width: auto;
        min-height: 102px;
        text-align: left;
        border: none
    }

    .order-menu.stp-3 ul li:nth-child(2) a, .order-menu.stp-3 ul li:nth-child(2) span {
        top: 60px
    }

    .tarif-items .tarif-col {
        width: 100%
    }

    .order-left .order-title a {
        margin-top: 15px;
        top: 0;
        display: block;
        float: none
    }

    .arenda-date-item {
        margin: 0
    }

    .arenda-date-item .label {
        width: 100%
    }

    .arenda-date-item .field {
        margin-bottom: 20px
    }

    .arenda-date-item .field.calendar {
        width: 100%
    }

    .arenda-date-item .field.time {
        margin-left: 0;
        width: 100%
    }

    .places-items .places-col {
        width: 100%
    }

    .places-items .places-col:nth-child(4), .places-items .places-col:nth-child(5) {
        width: 100%
    }

    .places-items .places-field {
        padding: 30px;
        left: 0 !important;
        right: 0 !important
    }

    .dops-item label {
        padding: 35px 25px 0 0
    }

    .dops-item .icon {
        top: 30px;
        width: 60px;
        height: 80px
    }

    .dops-item .name {
        position: relative;
        padding-right: 150px;
        padding-left: 100px;
        min-height: 60px
    }

    .dops-item .name .price, .dops-item .name .free {
        float: none;
        position: absolute;
        top: 0;
        right: 0
    }

    .dops-item .text {
        margin-left: 25px
    }

    .dops-item .jq-selectbox {
        left: 25px;
        right: 25px;
        max-width: 100%;
        width: auto
    }
}

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

    .header .logo {
        width: 150px;
    }

    .auto.tarif-list {
        display: none !important;
    }

    .auto2.tarif-list {
        display: block !important;
    }

    .show_1200 {
        display: none !important;;
    }

    .fw {
        width: 680px !important;
    }

    .jq-selectbox__select {
        height: 50px;
        line-height: 48px;
        font-size: 16px
    }

    .header .contacts {
        padding-right: 0px;
        left: auto;
        top: 0px;
        letter-spacing: 3px;
    }

    .header .contacts a {
        font-size: 20px;
        line-height: 20px;
    }

    .popup-menu {
        width: auto;
        height: 100%
    }

    .popup-menu .items {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .popup-menu .items .item-col {
        display: block;
        width: 0vh;
        height: 22%
    }

    .popup-menu .items .item-col:first-child {
        height: 34%
    }

    .popup-menu .item {
        width: 100vw;
        height: 100%
    }

    .popup-menu .item .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 40px;
        font-size: 22px
    }

    .popup-menu .item .title br {
        display: none
    }

    .popup-menu .item .text {
        left: auto;
        right: 40px;
        bottom: 36px;
        text-align: right;
        font-size: 18px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    .popup-menu .item .more {
        display: none
    }

    .popup-menu .item.item-1 .image {
        background-image: url(../images/menu_item1_m.jpg)
    }

    .popup-menu .item.item-2 .image {
        background-image: url(../images/menu_item2_m.jpg)
    }

    .popup-menu .item.item-3 .image {
        background-image: url(../images/menu_item3_m.jpg)
    }

    .popup-menu .item.item-4 .image {
        background-image: url(../images/menu_item4_m.jpg)
    }

    .popup-menu.opened .items .item-col {
        width: 100vw;
        height: 22%
    }

    .popup-menu.opened .items .item-col:first-child {
        height: 34%
    }

    .search-box .group.large {
        width: 60%
    }

    .search-box .group {
        width: 40%
    }

    .search-box .group .field input {
        height: 50px;
        font-size: 16px
    }

    .search-box .group:last-child {
        float: right
    }

    .search-box .submit-btn {
        right: 0px;
        top: 0px
    }

    .search-box .submit-btn {
        margin-top: 0;
        height: 50px;
        font-size: 20px
    }

    .section.m-prods .titles {
        text-align: center
    }

    .section.m-prods .titles .more-btn {
        display: none
    }

    .section.m-prods .more-bts {
        display: block
    }

    .prods-item {
        height: 410px
    }

    .prods-item:hover {
        height: auto;
    }

    .prods-item .prods-item-box {
        position: static;
    }

    .prods-item .prods-item-box {
        min-height: 410px
    }

    .sales-item .desc .col {
        width: 60%
    }

    .sales-item .desc .col:last-child {
        width: 40%
    }

    .sales-item .desc .title {
        font-size: 26px;
        line-height: 38px
    }

    .section.m-feedback.subs .feedback-form .group .field, .section.m-feedback.subs .feedback-form .group .submit-btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 440px
    }

    .section.m-feedback.subs .feedback-form .group .submit-btn {
        width: 440px
    }

    .reviews-carousel {
        padding: 0 50px
    }

    .reviews-carousel .owl-prev, .reviews-carousel .owl-next {
        left: -50px
    }

    .reviews-carousel .owl-next {
        left: auto;
        right: -50px
    }

    .footer .f-top .f-logo {
        display: none
    }

    .footer .f-top .f-menu ul li {
        margin-left: 32px
    }

    .footer .f-top .f-menu ul li:first-child {
        margin-left: 0
    }

    .footer .f-middle .f-copy {
        display: none
    }

    .footer .f-middle .f-pay {
        margin: 0;
        text-align: left
    }

    .footer .f-middle .f-pay .label {
        margin-left: 0
    }

    .footer .f-bottom .f-pol {
        font-size: 13px
    }

    .footer .f-bottom .f-pol br {
        display: none
    }

    .catalog-filter .category-group {
        margin-bottom: 20px;
        float: none
    }

    .catalog-filter .radio-items .radio-item {
        margin: 0 20px 20px 0
    }

    .catalog-filter .sort-group {
        margin-left: 0
    }

    .cat-items .cat-item {
        width: 680px
    }

    .cat-item-box .images {
        width: auto;
        float: none
    }

    .cat-item-box .images .large-image {
        float: left;
        width: 550px
    }

    .cat-item-box .image {
        height: 268px
    }

    .cat-item-box .sm-images {
        width: 125px;
        float: right
    }

    .cat-item-box .sm-images .sm-image {
        width: 100%;
        display: block;
        margin: 10px 0 0 0
    }

    .cat-item-box .sm-images .sm-image:first-child {
        margin: 0
    }

    .cat-item-box .sm-images .sm-image.rotate-icon:after {
        width: 16px;
        height: 22px
    }

    .cat-item-box .desc {
        margin-left: 0;
        margin-top: 30px
    }

    .cat-item-box .chars-fields {
        float: left;
        width: 300px
    }

    .cat-item-box .chars-fields .chars-field {
        width: 100%
    }

    .cat-item-box .info {
        float: right;
        width: 320px
    }

    .cat-items.cols-2 .cat-item {
        width: 680px
    }

    .cat-items.cols-2 .cat-item-box .images {
        float: none;
        width: auto
    }

    .cat-items.cols-2 .cat-item-box .large-image {
        float: left;
        width: 550px
    }

    .cat-items.cols-2 .cat-item-box .image {
        height: 268px
    }

    .cat-items.cols-2 .cat-item-box .sm-images {
        margin-left: 0;
        width: 125px;
        float: right
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image {
        width: 100%;
        display: block;
        margin: 10px 0 0 0
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image:first-child {
        margin-top: 0;
        margin-left: 0
    }

    .cat-items.cols-2 .cat-item-box .desc {
        margin-left: 0;
        margin-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .cat-items.cols-2 .cat-item-box .chars-fields {
        float: left;
        width: 300px
    }

    .cat-items.cols-2 .cat-item-box .chars-fields .chars-field {
        width: 100%
    }

    .cat-items.cols-2 .cat-item-box .info {
        float: right;
        width: 320px
    }

    .arenda-items .arenda-col {
        padding: 0;
        width: 100%;
        min-height: auto !important;
    }

    .arenda-item-box {
        position: relative
    }

    .arenda-item-box .image {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 280px;
        height: 100%
    }

    .arenda-item-box .slide {
        height: 100%
    }

    .arenda-item-box .desc {
        padding: 30px 30px 30px 0;
        margin-left: 310px
    }

    .arenda-item-box .category {
        margin: 0 0 15px 0
    }

    .arenda-item-box .list ul li {
        padding: 12px 0
    }

    .arenda-item-box .list ul li .time {
        max-width: 230px
    }

    .arenda-item-box .list ul li .free {
        margin-top: 0
    }

    .section.loyal-page {
        padding: 55px 0
    }

    .process-items .process-col {
        width: 100%
    }

    .process-item {
        padding: 0 0 0 130px;
        text-align: left
    }

    .process-item:before {
        left: 0
    }

    .process-item.item-1:before, .process-item.item-2:before, .process-item.item-3:before {
        margin-left: 0
    }

    .process-item:after {
        margin-left: 0;
        left: 37px;
        top: -80px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .pay-list ul li {
        margin: 0 0 30px 0;
        padding: 0 0 0 44px;
        width: 100%
    }

    .pay-list ul li br {
        display: none
    }

    .section.about-started .slide {
        background-size: auto 800px
    }

    .section.about-started .title {
        margin: 0 0 160px 0
    }

    .section.history-page {
        padding: 55px 0 0 0
    }

    .section.history-page .fw {
        width: 100%
    }

    .history-items {
        margin: 0
    }

    .history-items .history-col {
        width: 100%
    }

    .history-items .history-col.small {
        width: 100%
    }

    .history-item .list {
        padding-bottom: 50px;
        right: auto;
        left: 50%;
        width: 680px;
        margin-left: -340px;
        min-height: auto !important;
    }

    .section.future-page {
        background-size: auto 680px
    }

    .section.future-page .m-title {
        margin-bottom: 350px
    }

    .section.future-page .future .fw {
        width: 100%
    }

    .future-items {
        margin: 0
    }

    .future-items .future-col {
        width: 100%;
        min-height: auto;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5)
    }

    .future-items .future-col:last-child {
        padding: 80px 40px
    }

    .future-item {
        padding: 0 0 0 220px;
        text-align: left
    }

    .future-item:before {
        left: 0;
        top: 50%;
        margin-top: -50px;
        margin-left: 0 !important;
        width: 194px !important
    }

    .section.requisites-page .fw {
        width: 100%
    }

    .section.requisites-page .r-card {
        margin-left: 0;
        width: 100%;
        float: none
    }

    .section.requisites-page .r-card .info {
        padding: 50px 0;
        margin: 0 auto;
        width: 680px
    }

    .section.requisites-page .r-desc {
        padding-top: 35px;
        padding-bottom: 35px;
        margin: 0 auto;
        width: 680px
    }

    .prod-left {
        float: none;
        width: 100%
    }

    .prod-image .image {
        height: 500px
    }

    .prod-right {
        margin-top: 20px;
        float: none;
        width: 100%
    }

    .prod-right .logo-field {
        float: left;
        width: 50%;
        border-right: 1px solid rgba(37, 58, 109, 0.1);
        height: 111px
    }

    .prod-right .color-field {
        float: left;
        width: 50%;
        height: 111px
    }

    .prod-right .chars-field {
        width: 25%;
        min-height: 164px
    }

    .prod-right .chars-field:nth-child(1), .prod-right .chars-field:nth-child(2) {
        min-height: 164px
    }

    .prod-right .chars-field:nth-child(2) {
        border-right: 1px solid rgba(37, 58, 109, 0.1)
    }

    .prod-right .chars-field:nth-child(4) {
        border-right: none
    }

    .prod-image .owl-dots {
        padding-right: 180px
    }

    .prod-image .owl-prev, .prod-image .owl-next {
        margin-top: 0;
        left: auto;
        right: 90px;
        top: auto;
        bottom: 0;
        width: 90px;
        height: 100px
    }

    .prod-image .owl-next {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0
    }

    .pr-benefits-item {
        padding: 185px 15px 0 15px
    }

    .section.product-description .list ul li span {
        word-break: break-word
    }

    .order-left {
        float: none;
        width: auto
    }

    .order-right {
        margin-right: 0;
        float: none;
        width: auto
    }

    .order-box .item .color-field {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .order-box .item {
        text-align: center
    }

    .order-box .item .chars-fields {
        margin: 0 auto;
        width: 400px
    }

    .order-box .item .chars-fields .chars-field {
        text-align: left
    }

    .order-left .d-form {
        margin-bottom: 70px
    }

    .d-form .group-col {
        width: 100%
    }

    .d-form .group {
        margin: 0 0 30px 0
    }

    .order-finish .itog-value, .order-finish .itog-label {
        margin-left: auto;
        margin-right: auto;
        width: 680px
    }

    .order-finish .order-box .item {
        float: none;
        width: auto;
        min-height: auto
    }

    .order-finish .order-box .item-details {
        margin-left: 0
    }
}


@media screen and (min-width: 701px) and (max-width: 950px) {

    /* sales-item item-2 */
    .show_1200 {
        margin-top: -2px !important;
        height: 0px !important;
        display: block !important;
    }

    .non_mobile
        {
        display:none !important;
        }


}


@media screen and (max-width: 700px) {
    .non_mobile
        {
        display:none !important;
        }



    .hide_700 {
        display: none !important;
    }

    .fw {
        width: 90% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .btn {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .m-title {
        font-size: 34px;
        line-height: 40px
    }

    .h-title {
        margin-bottom: 30px;
        font-size: 30px
    }

    .header {
        padding: 28px 0;
        height: 100px
    }

    .header .contacts {
        /*display: none*/
        padding-top:70px;
        padding-right:50px;
    }

    .header.fixed .contacts {
       display: none
   }

    .popup-menu .item .title {
        padding: 20px 30px;
        font-size: 20px
    }

    .popup-menu .item .text {
        display: none
    }

    .popup-menu .item.item-1 .image {
        background-image: url(../images/menu_item1_sm.jpg)
    }

    .popup-menu .item.item-2 .image {
        background-image: url(../images/menu_item2_sm.jpg)
    }

    .popup-menu .item.item-3 .image {
        background-image: url(../images/menu_item3_sm.jpg)
    }

    .popup-menu .item.item-4 .image {
        background-image: url(../images/menu_item4_sm.jpg)
    }

    .section.m-started .title {
        font-size: 50px;
        line-height: 55px
    }

    .section.m-search {
        padding-bottom: 0
    }

    .section.m-search .title {
        margin-bottom: 35px
    }

    .section.m-search .title strong {
        margin-top: 10px;
        font-size: 30px;
        line-height: 33px
    }

    .section.m-search .subtitle {
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 22px
    }

    .search-box .group {
        width: 100%
    }

    .search-box .group.large {
        width: 100%
    }

    .search-box .group .check {
        position: relative;
        top: 10px;
        line-height: 22px
    }

    .section.m-prods {
        padding-top: 55px
    }

    .section.m-prods .titles .title {
        font-size: 28px
    }

    .prods-items .prods-col {
        width: 100%
    }

    .sales-items .sales-col {
        width: 100%;
        height: auto
    }

    .sales-item {
        height: auto;
        min-height: 368px
    }

    .sales-item .desc {
        padding: 50px 30px
    }

    .sales-item .desc .col {
        width: 100%;
        float: none
    }

    .sales-item .desc .col:last-child {
        width: 100%
    }

    .sales-item .desc .col:last-child .price {
        margin-bottom: 0
    }

    .sales-item .desc .price {
        padding: 0 30px;
        display: block;
        text-align: center
    }

    .sales-item.item-1 .image {
        background-image: url(../images/sale1_sm.jpg)
    }

    .sales-item.item-2 .image {
        background-image: url(../images/sale2_sm.jpg)
    }

    .sales-item.item-3 .image {
        background-image: url(../images/sale3_sm.jpg)
    }

    .sales-item.item-4 .image {
        background-image: url(../images/sale4_sm.jpg)
    }

    .feedback-form .subtitle br {
        display: none
    }

    .feedback-form .group .field, .feedback-form .group .submit-btn {
        width: 100%
    }

    .section.m-feedback.subs .feedback-form .group .field, .section.m-feedback.subs .feedback-form .group .submit-btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%
    }

    .feedback-form .m-title {
        font-size: 24px;
        padding-top: 110px;
    }

    .feedback-form .subtitle {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .section.m-feedback.subs .feedback-form .group .submit-btn {
        width: 100%
    }

    .section.m-reviews {
        padding: 70px 0 180px 0
    }

    .section.m-reviews .m-title {
        margin: 0 0 80px 0
    }

    .reviews-carousel {
        padding: 0
    }

    .reviews-carousel .owl-nav {
        position: absolute;
        left: 0;
        bottom: -180px;
        width: 100%;
        height: 128px
    }

    .reviews-carousel .owl-nav:before {
        content: '';
        position: absolute;
        left: -100%;
        width: 300%;
        height: 100%;
        background: #0D1017;
        opacity: 0.6
    }

    .reviews-carousel .owl-prev, .reviews-carousel .owl-next {
        left: 50%;
        margin-left: -100px;
        margin-top: -20px
    }

    .reviews-carousel .owl-next {
        left: auto;
        right: 50%;
        margin-left: auto;
        margin-right: -100px
    }

    .review-item .info {
        margin: 0 0 30px 0
    }

    .review-item .info .name {
        line-height: 28px
    }

    .review-item .info .name span {
        margin-top: 10px;
        display: block
    }

    .review-item .text {
        font-size: 20px;
        line-height: 36px
    }

    .footer .f-top .f-logo {
        margin: 0 auto 20px auto;
        display: block;
        float: none;
        width: 81px
    }

    .footer .f-top .f-menu {
        float: none
    }

    .footer .f-top .f-menu ul li {
        margin-left: 0;
        display: block;
        text-align: center
    }

    .footer .f-top .f-menu ul li:first-child {
        margin-left: 0
    }

    .footer .f-middle .f-pay .label {
        display: none
    }

    .footer .f-middle .f-pay img {
        margin: 0 10px 0 0
    }

    .footer .f-middle .f-pay .oferta {
        margin: 0 0 0 10px
    }

    .footer .f-middle .f-social a {
        margin-left: 14px
    }

    .catalog-filter .category-group {
        margin-bottom: 10px
    }

    .catalog-filter .sort-group {
        margin-bottom: 30px;
        float: none
    }

    .catalog-filter .sort-select.small-select {
        width: 100%
    }

    .catalog-filter .types-group {
        float: none
    }

    .cat-items .cat-item {
        width: 300px
    }

    .cat-item-box .images .large-image {
        float: none;
        width: 100%
    }

    .cat-item-box .image {
        height: 155px
    }

    .cat-item-box .sm-images {
        width: auto;
        float: none;
        margin: 0 -10px
    }

    .cat-item-box .sm-images .sm-image {
        width: 94px;
        display: inline-block;
        margin: 0 0 0 10px
    }

    .cat-item-box .sm-images .sm-image:first-child {
        margin: 0 0 0 10px
    }

    .cat-item-box .desc {
        margin-left: 0;
        margin-top: 50px
    }

    .cat-item-box .chars-fields {
        float: none;
        width: 100%
    }

    .cat-item-box .chars-fields .chars-field {
        width: 100%
    }

    .cat-item-box .info {
        float: none;
        width: 100%
    }

    .cat-items.cols-2 .cat-item {
        width: 300px
    }

    .cat-items.cols-2 .cat-item-box .large-image {
        float: none;
        width: 100%
    }

    .cat-items.cols-2 .cat-item-box .image {
        height: 155px
    }

    .cat-items.cols-2 .cat-item-box .sm-images {
        width: auto;
        float: none;
        margin: 0 -10px
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image {
        width: 94px;
        display: inline-block;
        margin: 0 0 0 10px
    }

    .cat-items.cols-2 .cat-item-box .sm-images .sm-image:first-child {
        margin: 0 0 0 10px
    }

    .cat-items.cols-2 .cat-item-box .chars-fields {
        float: none;
        width: 100%
    }

    .cat-items.cols-2 .cat-item-box .info {
        float: none;
        width: 100%
    }

    .arenda-item-box .image {
        margin: 0;
        position: relative;
        width: 100%;
        height: auto
    }

    .arenda-item-box .slide {
        height: 248px
    }

    .arenda-item-box .desc {
        padding: 30px;
        margin-left: 0
    }

    .arenda-item-box .category {
        margin: 0 0 15px 0
    }

    .arenda-item-box .list ul li {
        padding: 17px 0
    }

    .arenda-item-box .list ul li .time {
        max-width: 100%;
        display: block
    }

    .arenda-item-box .list ul li .free, .arenda-item-box .list ul li .price {
        margin-top: 10px;
        margin-left: 45px;
        float: none;
        display: inline-block
    }

    .section.loyal-started {
        height: 640px
    }

    .section.loyal-started .title {
        margin: 0 0 65px 0
    }

    .section.loyal-started .cashback br {
        display: none
    }

    .section.loyal-started .cashback .label {
        margin: 0 0 40px 0;
        font-size: 18px;
        line-height: 26px
    }

    .section.loyal-started .cashback .label strong {
        font-size: 40px;
        line-height: 60px
    }

    .section.loyal-started .cashback .percent {
        font-size: 18px;
        line-height: 26px
    }

    .section.loyal-started .cashback .percent strong {
        font-size: 40px;
        line-height: 60px
    }

    .process-items .process-col {
        padding: 60px 20px
    }

    .process-item {
        padding: 110px 0 0 0;
        text-align: center
    }

    .process-item:before {
        left: 50%
    }

    .process-item.item-1:before {
        margin-left: -48px
    }

    .process-item.item-2:before {
        margin-left: -45px
    }

    .process-item.item-3:before {
        margin-left: -45px
    }

    .process-item:after {
        margin-left: -9px;
        left: 50%
    }

    .pay-list ul li:before {
        margin-top: 0;
        top: 10px
    }

    .section.about-started {
        height: 1870px
    }

    .section.about-started .slide {
        background-size: auto 640px
    }

    .section.about-started .title {
        margin: 0 0 100px 0
    }

    .section.about-started .subtitle {
        margin: 0;
        max-width: 100%;
        font-size: 24px;
        line-height: 30px
    }

    .section.about-started .benefits .fw {
        text-align: center
    }

    .benefits-items .benefits-col {
        margin-bottom: 60px
    }

    .benefits-item {
        padding: 80px 0 0 0
    }

    .benefits-item:before {
        margin-left: -27px;
        left: 50%
    }

    .section.history-page {
        padding: 40px 0 0 0
    }

    .history-col:nth-child(1) .history-item {
        padding-top: 230px
    }

    .history-col:nth-child(2) .history-item {
        padding-top: 130px
    }

    .history-col:nth-child(3) .history-item {
        padding-top: 180px
    }

    .history-col:nth-child(4) .history-item {
        padding-top: 160px
    }

    .history-item {
        position: relative;
        height: auto
    }

    .history-item .list {
        position: relative;
        padding-bottom: 50px;
        right: auto;
        left: 0;
        width: 300px;
        margin: 0 auto;
    }

    .section.future-page {
        background-size: auto 320px;
        background-color: #2c4274;
        background-position: center 120px
    }

    .section.future-page .m-title {
        margin-bottom: 230px
    }

    .future-items .future-col:last-child {
        padding: 50px 40px
    }

    .future-item {
        padding: 130px 0 0 0;
        text-align: center
    }

    .future-item:before {
        left: 50%;
        top: 0;
        margin-top: 0;
        margin-left: -97px !important
    }

    .section.requisites-page .r-card .info {
        width: 300px
    }

    .section.requisites-page .r-desc {
        width: 300px
    }

    .section.product-page .h-title {
        margin-bottom: 0
    }

    .prod-image .image {
        /*height: 260px*/
        height: 0;
        padding-bottom: 66%;
    }

    .prod-image .image .spritespin-instance {
        height: auto !important;
    }

    .prod-image .image .rotate-btn {
        top: 20px;
        width: 36px;
        height: 36px
    }

    .prod-right {
        margin-top: 0
    }

    .prod-right .logo-field {
        float: none;
        width: 100%;
        border-right: none;
        height: 111px
    }

    .prod-right .color-field {
        float: none;
        width: 100%;
        height: 111px
    }

    .prod-right .chars-field {
        width: 50%;
        min-height: 174px
    }

    .prod-right .chars-field:nth-child(1), .prod-right .chars-field:nth-child(2) {
        min-height: 144px
    }

    .prod-right .chars-field:nth-child(2), .prod-right .chars-field:nth-child(4) {
        border-right: none
    }

    .prod-image .owl-dots {
        display: none
    }

    .prod-image .owl-prev, .prod-image .owl-next {
        left: 0;
        right: auto;
        bottom: 0;
        width: 30px;
        height: 70px;
        background: none !important
    }

    .prod-image .owl-next {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0
    }

    .prod-image .owl-prev:before, .prod-image .owl-next:before {
        width: 20px;
        height: 32px;
        background: url(../images/nav3.svg) no-repeat;
        background-size: contain
    }

    .section.product-buy .btn {
        padding: 0;
        font-size: 15px
    }

    .pr-price-items .pr-price-col {
        width: 100%
    }

    .pr-price-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 130px
    }

    .pr-price-item:before {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    .pr-price-item .time, .pr-price-item .price {
        margin: 0;
        width: 50%;
        font-size: 22px
    }

    .pr-price-item .price strong {
        font-size: 30px
    }

    .pr-benefits-items .pr-benefits-col {
        width: 100%
    }

    .pr-benefits-items .pr-benefits-col:nth-child(4), .pr-benefits-items .pr-benefits-col:nth-child(5) {
        width: 100%
    }

    .section.product-description {
        margin: 0 0 60px 0;
        padding: 60px 0
    }

    .section.product-description .title {
        margin: 0 0 30px 0
    }

    .section.product-description .text {
        margin: 0 0 30px 0
    }

    .section.product-description .list ul li {
        width: 100%
    }

    .section.order-page .fw {
        width: auto
    }

    .order-menu {
        margin: 0 0 130px 0
    }

    .order-menu ul li a, .order-menu ul li span {
        right: auto;
        left: 0;
        top: 130px
    }

    .order-menu ul li:last-child a, .order-menu ul li:last-child span {
        top: 130px;
        left: auto;
        right: 0
    }

    .order-menu.stp-3 ul li:nth-child(3) a, .order-menu.stp-3 ul li:nth-child(3) span {
        top: 0
    }

    .order-menu.stp-3 ul li:nth-child(2) a, .order-menu.stp-3 ul li:nth-child(2) span {
        top: 130px;
        left: auto;
        right: 0
    }

    .order-menu.stp-3 ul li:nth-child(1) a, .order-menu.stp-3 ul li:nth-child(1) span {
        top: 130px;
        left: 0;
        right: auto
    }

    .tarif-items {
        margin: 0 0 60px 0
    }

    .arenda-date-items {
        margin: 0 0 40px 0
    }

    .order-left {
        margin: 0 auto;
        float: none;
        width: 300px
    }

    .order-right {
        margin: 0
    }

    .order-box .item .chars-fields {
        width: auto
    }

    .order-box .btn {
        max-width: 100%
    }

    .places-items .places-field .price span {
        margin-top: 10px;
        float: none;
        display: block
    }

    .dops-item .name {
        padding-right: 0
    }

    .dops-item .name .price, .dops-item .name .free {
        margin-top: 20px;
        display: inline-block;
        position: relative
    }

    .legal-items .legal-col {
        width: 100%
    }

    .legal-item .name {
        padding: 0 50px
    }

    .pay-items .pay-col {
        width: 100%
    }

    .pay-item {
        padding: 0 30px
    }

    .pay-item.cards:after {
        right: 30px
    }

    .order-finish .itog-value, .order-finish .itog-label {
        margin-left: auto;
        margin-right: auto;
        width: 300px
    }

    .order-box .group .list ul li .price {
        margin-top: 15px;
        float: none;
        display: block
    }
}

.jq-selectbox.opened {
    z-index: 11 !important;
}


/* Ð¸Ñ„Ð¾Ð½ Ð½Ðµ ÑÐ¼Ð¾Ð³ Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¾ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð·Ð¸Ñ‚ÑŒ ÑˆÑ€Ð¸Ñ„Ñ‚ - Ð¿Ð¾ÑÑ‚Ð¾Ð¼Ñƒ ÑƒÐ¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ ÐµÐ³Ð¾ Ð½Ð° Ð²ÑÐµÐ¼ ÑÐ°Ð¹Ñ‚Ðµ Â¯\_(ãƒ„)_/Â¯ */
@media screen and (max-width: 1200px) {
    .d-form .field input[type="text"], .d-form .field input[type="tel"], .d-form .field input[type="password"], .d-form .field input[type="email"], .d-form .field textarea {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .dops-item .jq-selectbox {
        left: 100px;
        top: 90px;
    }
}

@media screen and (max-width: 700px) {
    .dops-item .jq-selectbox {
        left: 25px;
        top: 150px;
    }
}

[data-link] {
    cursor: pointer;
}

.jq-selectbox ul {
    max-height: 500px;
}

.prods-items .prods-col {
    position: relative;
}

.prods-items .prods-col:hover {
    z-index: 2;
}

/* ===== autorentcentr3.ru UI cleanup ===== */

/* Общая компактность */
body {
    font-size: 16px;
    line-height: 1.4;
}

/* 1. Первый экран */
#view_top {
    min-height: 760px;
}

#view_top .first {
    text-align: center;
    margin-top: 70px;
}

#view_top .first h1 {
    max-width: 980px;
    margin: 0 auto 24px;
    font-size: 60px;
    line-height: 0.95;
    font-weight: 700;
    text-align: center;
}

#view_top .first h1 span {
    display: block;
    margin-top: 6px;
    font-size: 32px;
    line-height: 1.0;
    font-weight: 400;
}

#view_top .second {
    max-width: 980px;
    margin: 18px auto 0;
    text-align: center;
}

#view_top .second .col-md-4,
#view_top .second .col-sm-6 {
    min-height: 140px;
}

.second_num {
    margin-bottom: 8px;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.second_text {
    max-width: 250px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}

/* 2. 120 / Помощь / Отзывы / Подача */
#view_checksums {
    padding-top: 56px;
    padding-bottom: 56px;
}

#view_checksums .col-sm-3 {
    text-align: center;
    min-height: 170px;
}

#view_checksums i {
    display: block;
    margin: 0 auto 14px;
    font-size: 42px;
    line-height: 42px;
}

.view_checksums_count {
    min-height: 54px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.view_checksums_text {
    max-width: 240px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
    text-align: center;
}

/* 3. Блок "Для вас" */
#view_terms {
    padding-top: 56px;
    padding-bottom: 56px;
}

#view_terms h2 {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
}

.view_terms_item {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.45;
}

/* 4. Текст над Instagram + сама картинка */
.car_catalog > h2[style] {
    max-width: 980px;
    margin: 0 auto 28px !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    text-align: center;
    color: #111e3d !important;
}

.car_catalog center a img {
    max-width: 420px !important;
    width: 100% !important;
    display: block;
    margin: 0 auto;
    border-radius: 18px;
}

/* 5. Параллакс-блок из 4 карточек */
.section.m-sales {
    height: auto;
    min-height: 620px;
}

.sales-items {
    min-height: 620px;
}

.sales-items .sales-col {
    height: 620px;
}

.sales-item .desc {
    padding: 42px 34px;
}

.sales-item .desc .title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 1px;
    font-weight: 700;
}

.sales-item .desc .text {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.sales-item .desc .price {
    height: 48px;
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 28px;
}

.sales-item .desc .col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.sales-item .desc .col:last-child {
    width: 100%;
    margin-bottom: 0;
}

/* 6. Офисы */
#view_offices {
    display: flex;
    align-items: stretch;
}

.view_offices_item {
    min-height: 360px;
}

.view_offices_item > div {
    padding: 34px 22px 26px;
    text-align: center;
}

.view_offices_item > div > h3 {
    margin: 10px 0 16px;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 500;
}

.view_offices_item_address {
    font-size: 15px;
    line-height: 1.45;
}

/* 7. Футер */
footer {
    padding-top: 26px;
    padding-bottom: 26px;
}

footer .footer_col_wrap {
    min-height: auto;
}

#footer_phone {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

#footer_email {
    font-size: 15px;
    line-height: 1.4;
}

#footer_address {
    font-size: 15px;
    line-height: 1.5;
}

/* 8. Немного адаптива */
@media (max-width: 1400px) {
    #view_top .first h1 {
        font-size: 62px;
    }

    #view_top .first h1 span {
        font-size: 38px;
    }

    .second_num {
        font-size: 48px;
    }

    .second_text {
        font-size: 16px;
    }

    .sales-item .desc {
        padding: 34px 26px;
    }

    .sales-item .desc .title {
        font-size: 19px;
    }

    .sales-item .desc .text {
        font-size: 14px;
    }

    .view_offices_item > div > h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    #view_top {
        min-height: auto;
        padding-bottom: 40px;
    }

    #view_top .first {
        margin-top: 30px;
    }

    #view_top .first h1 {
        font-size: 42px;
    }

    #view_top .first h1 span {
        font-size: 28px;
    }

    .second_num {
        font-size: 38px;
    }

    .second_text {
        max-width: 100%;
        font-size: 15px;
    }

    .car_catalog > h2[style] {
        font-size: 20px !important;
    }

    .sales-items .sales-col {
        width: 100%;
        height: auto;
    }

    .sales-item {
        height: auto;
        min-height: 340px;
    }

    #view_offices {
        display: block;
    }

    .view_offices_item {
        display: block;
        width: 100%;
        min-height: 280px;
    }
}
