/*!
Theme Name: rubl
Theme URI: https://weborona.ru/
Author: https://weborona.ru/
Author URI: https://weborona.ru/
Description: rubl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rubl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

custom-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.slider-ui .noUi-handle,
.article-page__header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAF144), to(#FFD21C));
    background-image: -webkit-linear-gradient(top, #FAF144 0%, #FFD21C 100%);
    background-image: -o-linear-gradient(top, #FAF144 0%, #FFD21C 100%);
    background-image: linear-gradient(-180deg, #FAF144 0%, #FFD21C 100%)
}

@font-face {
    font-family: 'TTCommons';
    src: url("fonts/TTCommons-Regular.woff2") format("woff2"), url("fonts/TTCommons-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'TTCommons';
    src: url("fonts/TTCommons-Medium.woff2") format("woff2"), url("fonts/TTCommons-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'TTCommons';
    src: url("fonts/TTCommons-Bold.woff2") format("woff2"), url("fonts/TTCommons-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

html,
body {
    position: relative;
    min-height: 100%;
    /*overflow-x: hidden;*/
    margin: 0;
    padding: 0
}

html.overflow,
body.overflow {
    overflow: hidden
}

body {
    background-color: #fff;
    color: #191919;
    font-size: 16px;
    font-family: "TTCommons", sans-serif;
    line-height: 1.5em
}

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

input[type="text"],
input[type="submit"],
input[type="button"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

::-moz-selection {
    background: #FAF144
}

::selection {
    background: #FAF144
}

::-moz-selection {
    background: #FAF144
}

.bg-dark ::-moz-selection {
    background: #FAF144;
    color: #191919
}

.bg-dark ::selection {
    background: #FAF144;
    color: #191919
}

.bg-dark ::-moz-selection {
    background: #FAF144;
    color: #191919
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.icon-arrow-left {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

h1,
.h1 {
    font: bold 80px "TTCommons", sans-serif;
    line-height: 1.1em
}

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

    h1,
    .h1 {
        font-size: 40px;
        line-height: 1.2em
    }
}

h2,
.h2 {
    font: bold 40px "TTCommons", sans-serif;
    line-height: 1.2em
}

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

    h2,
    .h2 {
        font-size: 34px;
        line-height: 1.17647em
    }
}

h3,
.info-board-item__title,
.pay-item__name,
.h3,
.footer__phone {
    font: 400 35px "TTCommons", sans-serif;
    line-height: 1.2em
}

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

    h3,
    .info-board-item__title,
    .pay-item__name,
    .h3,
    .footer__phone {
        font-size: 26px;
        line-height: 1.23077em
    }
}

h4,
.post-promo-info__title,
.promo-calculate__information-heading-text,
.h4 {
    font: bold 26px "TTCommons", sans-serif;
    line-height: 1.23077em
}

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

    h4,
    .post-promo-info__title,
    .promo-calculate__information-heading-text,
    .h4 {
        font-size: 20px;
        line-height: 1.3em
    }
}

.p-size-lg,
.text-size-lg,
.atten-box,
.slider-ui__value,
.slider-ui__value-input,
.calculate__parametr-sep,
.promo-calculate__text,
.header__phone a,
.navigation__link,
.mobile-panel__phone {
    font-size: 24px;
    line-height: 1.25em
}

p,
ul li,
ol li,
.img-info__hint,
.document,
.pay-item__info,
.post-promo-info__hint,
.developer,
.information-list__item-name {
    font-size: 16px;
    line-height: 1.5em
}

.section-navigation__link {
    font-size: 13px;
    line-height: 1.38462em
}

h1,
.h1 {
    margin: 0 0 36px
}

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

    h1,
    .h1 {
        margin-bottom: 24px
    }
}

h2,
.h2 {
    margin: 0 0 36px
}

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

    h2,
    .h2 {
        margin-bottom: 24px
    }
}

h3,
.info-board-item__title,
.pay-item__name,
.h3 {
    margin: 0 0 12px
}

p {
    margin: .8em 0
}

.p-size-lg {
    margin: .5em 0
}

a {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
    margin: 1.2em 0
}

ul:last-child {
    margin-bottom: 0
}

ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 28px
}

ul li:last-child {
    margin-bottom: 0
}

ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 12px;
    top: 6px;
    background-color: #448BFA
}

ul.list-yellow li::before {
    background-color: #FAF144
}

ul.list-with-top li::before {
    top: 13px
}
ul.list-unstyled li::before {
    content: '';
    display: none;
}


@media screen and (max-width: 767px) {
    ul.list-with-top li::before {
        top: 8px
    }
}

ol {
    margin: 1.2em 0 1.2em -15px
}

ol:last-child {
    margin-bottom: 0
}

ol li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px
}

ol li:last-child {
    margin-bottom: 0
}

.img-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0
}

.img-info:last-child {
    margin-bottom: 0
}

.img-info img {
    margin-top: 0;
    margin-right: 20px
}

.img-info__hint {
    display: inline-block;
    color: rgba(25, 25, 25, 0.5);
    max-width: 260px
}

.subheading {
    overflow: hidden;
    margin-bottom: 48px
}

.subheading__title {
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.subheading__title::after {
    content: '';
    display: block;
    width: 90vw;
    border-bottom: 1px solid rgba(25, 25, 25, 0.14);
    position: absolute;
    left: 100%;
    margin-left: 36px;
    top: .55em
}

.bg-grey {
    background-color: #F1F2F8
}

.bg-dark {
    background-color: #191919!important;
    color: #fff
}

.text-yellow {
    display: inline;
    background-color: #FAF144;
    color: #191919;
    padding: .3em .4em
}

.atten-box {
    background: #F1F2F8;
    padding: 28px 40px 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 40px 0
}

@media screen and (max-width: 767px) {
    .atten-box {
        padding: 20px 24px
    }
}

.atten-box:last-child {
    margin-bottom: 0
}

.text-gray {
    background: #F1F2F8;
    padding: 30px 40px;
    margin-top: 36px;
    margin-bottom: 40px;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .text-gray {
        padding: 20px;
        font-size: 18px
    }
}

.nowrap {
    white-space: nowrap
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%, 0);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

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

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

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

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

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

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

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

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

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

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

@-webkit-keyframes jello {

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

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

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

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

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

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

    77.7% {
        -webkit-transform: skewX(0.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

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

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

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

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

    77.7% {
        -webkit-transform: skewX(0.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 heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

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

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

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

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

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

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

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

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

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

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

@-webkit-keyframes bounceIn {

    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-duration: 0.75s;
    animation-duration: 0.75s;
    -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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.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-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

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

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
    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-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

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

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

@keyframes rollOut {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(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
}

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

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

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

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

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

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

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

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

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

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

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

.wrp {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto
}



.section-layout,
.promo-calculate,
.header,
.footer {
    padding-left: 50px;
    padding-right: 50px
}

.section-documents,
.section-security-info,
.section-purchase__wrp {
    padding-left: 230px;
    padding-right: 230px
}

.section-payments__wrp,
.promo-calculate__calculate-layout,
.promo-calculate__information-wrp,
.footer__container {
    padding-left: 115px;
    padding-right: 115px
}

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

    .section-layout,
    .promo-calculate,
    .header,
    .footer {
        padding-left: 40px;
        padding-right: 40px
    }

    .section-documents,
    .section-security-info,
    .section-purchase__wrp {
        padding-left: 200px;
        padding-right: 200px
    }

    .section-payments__wrp,
    .promo-calculate__calculate-layout,
    .promo-calculate__information-wrp,
    .footer__container {
        padding-left: 100px;
        padding-right: 100px
    }
}

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

    .section-documents,
    .section-security-info,
    .section-purchase__wrp {
        padding-left: 0px;
        padding-right: 0px
    }

    .section-payments__wrp,
    .promo-calculate__calculate-layout,
    .promo-calculate__information-wrp,
    .footer__container {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 1023px) {
    .wrp {
        max-width: 600px
    }

    .section-layout,
    .promo-calculate,
    .header,
    .footer {
        padding-left: 84px;
        padding-right: 84px
    }
}

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

    .section-layout,
    .promo-calculate,
    .header,
    .footer {
        padding-left: 24px;
        padding-right: 24px
    }
}

.slider-ui {
    position: relative
}

.slider-ui__value {
    width: 100%;
    height: 60px;
    background: #F1F2F8;
    border: 1px solid #F1F2F8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-family: "TTCommons", sans-serif;
    color: #191919;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.slider-ui__value-input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: none;
    font-family: "TTCommons", sans-serif;
    padding: 5px 50px 0 25px;
    color: #191919
}

.slider-ui__value-hint {
    position: absolute;
    right: 20px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #BEC1D1
}

.slider-ui__tooltip {
    position: absolute;
    z-index: 10;
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px 10px;
    line-height: 1;
    text-align: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #191919;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear
}


.calc-min .slider-ui__tooltip {
    top: -10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 10px;
    background: #FAF144;
    color: #191919;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media screen and (max-width: 1023px) {
    .slider-ui__tooltip {
        top: -10px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        margin-bottom: 10px;
        background: #FAF144;
        color: #191919;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.slider-ui__tooltip::after {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -4px;
    border: 7px solid transparent;
    border-bottom: 7px solid #191919
}

@media screen and (max-width: 1023px) {
    .slider-ui__tooltip::after {
        display: none
    }
}

.slider-ui__tooltip.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear
}

@media screen and (max-width: 1023px) {
    .slider-ui__tooltip {
        padding: 2px 5px 4px
    }
}

.slider-ui__tooltip-mess {
    display: none;
    margin-top: 8px
}

.slider-ui__tooltip-mess:first-child {
    margin-bottom: 0
}

.slider-ui__slick {
    margin-top: -2px
}

.slider-ui .noUi-target {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.slider-ui .noUi-horizontal {
    height: 5px
}

.slider-ui .noUi-connects {
    -webkit-border-radius: 0;
    border-radius: 0
}

.slider-ui .noUi-connect {
    background-color: #FAF144;
    background-image: -webkit-linear-gradient(359deg, #FFD21C 0%, #faf144 100%);
    background-image: -o-linear-gradient(359deg, #FFD21C 0%, #faf144 100%);
    background-image: linear-gradient(-269deg, #FFD21C 0%, #faf144 100%)
}

.slider-ui .noUi-handle {
    width: 22px;
    height: 22px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    outline: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.slider-ui .noUi-handle::before {
    display: none
}

.slider-ui .noUi-handle::after {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-ui .noUi-handle.noUi-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 2px 2px rgba(154, 126, 15, 0.31);
    box-shadow: 0 2px 2px rgba(154, 126, 15, 0.31)
}

.slider-ui .noUi-horizontal .noUi-handle {
    top: -9px
}

.slider-ui.is-slick .slider-ui__value {
    border-color: #BEC1D1
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -12px
}

.logo-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-mini__icon {
    width: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.logo-mini__icon svg {
    width: 100%
}

.logo-mini__icon-text {
    width: 100px
}

.logo-mini__icon-text img {
    max-width: 100%;
    vertical-align: middle
}

.is-fixed-header .logo-mini__icon {
    display: none
}

.mobile-btn-nav__icon {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    background-color: #191919;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.mobile-btn-nav__icon:before {
    left: 0;
    position: absolute;
    top: -7px;
    height: 2px;
    width: 22px;
    background-color: #191919;
    content: "";
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s, -webkit-transform 0.5s
}

.mobile-btn-nav__icon:after {
    left: 0;
    position: absolute;
    top: 7px;
    height: 2px;
    width: 22px;
    background-color: #191919;
    content: "";
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s, -webkit-transform 0.5s
}

.mobile-btn-nav.is-open .mobile-btn-nav__icon {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background: transparent
}

.mobile-btn-nav.is-open .mobile-btn-nav__icon::before {
    -webkit-transition: top 0.5s, -webkit-transform 0.5s 0.5s;
    transition: top 0.5s, -webkit-transform 0.5s 0.5s;
    -o-transition: top 0.5s, transform 0.5s 0.5s;
    transition: top 0.5s, transform 0.5s 0.5s;
    transition: top 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg)
}

.mobile-btn-nav.is-open .mobile-btn-nav__icon::after {
    -webkit-transition: top 0.4s, -webkit-transform 0.5s 0.5s;
    transition: top 0.4s, -webkit-transform 0.5s 0.5s;
    -o-transition: top 0.4s, transform 0.5s 0.5s;
    transition: top 0.4s, transform 0.5s 0.5s;
    transition: top 0.4s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "TTCommons", sans-serif;
    text-decoration: none;
    margin: 0;
    border: none;
    outline: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer
}

.button_theme_default {
    background-color: transparent;
    border: 1px solid rgba(25, 25, 25, 0.14)
}

.button_theme_default:hover {
    border-color: #BEC1D1
}

.button_theme_default:active {
    border-color: #191919
}

.button_theme_default[disabled],
.button_theme_default.disabled {
    border-color: rgba(25, 25, 25, 0.14);
    color: #BEC1D1
}

.button_theme_blue {
    background-color: #448BFA;
    border: 1px solid #448BFA;
    color: #fff
}

.button_theme_blue:hover {
    background-color: #72A9FF;
    border-color: #72A9FF
}

.button_theme_blue:active {
    background-color: #2168DB;
    border-color: #2168DB
}

.button_theme_blue[disabled],
.button_theme_blue.disabled {
    border-color: #F1F2F8;
    color: #BEC1D1;
    background: #F1F2F8
}

.button_theme_yellow,
.button_with_reflex.button_theme_yellow_reflex .button__text {
    background-color: #FAF144;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAF144), to(#FFD21C));
    background-image: -webkit-linear-gradient(top, #FAF144 0%, #FFD21C 100%);
    background-image: -o-linear-gradient(top, #FAF144 0%, #FFD21C 100%);
    background-image: linear-gradient(-180deg, #FAF144 0%, #FFD21C 100%);
    border: 0px solid transparent;
    color: #191919
}

.button_theme_yellow:hover,
.button_with_reflex.button_theme_yellow_reflex .button__text:hover {
    background: #FAF144;
    border-color: #FAF144
}

.button_theme_yellow:active,
.button_with_reflex.button_theme_yellow_reflex .button__text:active {
    background: #FFD21C;
    border-color: #FFD21C
}

.button_theme_yellow[disabled],
.button_with_reflex.button_theme_yellow_reflex .button__text[disabled],
.button_theme_yellow.disabled,
.button_with_reflex.button_theme_yellow_reflex .disabled.button__text {
    border-color: #F1F2F8;
    color: #BEC1D1;
    background: #F1F2F8
}

.button_with_reflex {
    position: relative;
    padding: 0
}

.button_with_reflex::after {
    content: '';
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.37;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.button_with_reflex .button__text {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%
}

.button_with_reflex.button_theme_yellow_reflex::after {
    -webkit-box-shadow: 0 10px 24px #FAF144;
    box-shadow: 0 10px 24px #FAF144
}

.button_with_reflex.button_theme_yellow_reflex:active::after,
.button_with_reflex.button_theme_yellow_reflex[disabled]::after {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button_size_xxs {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px
}

.button_size_md {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px
}

.button_size_lg {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 35px
}

.button_size_lg.button_with_reflex {
    padding: 0
}

.button_size_lg .button__text {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 35px
}

.button__ico {
    margin-right: 8px;
    vertical-align: middle
}

.button-center {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.button-center .button {
    min-width: 110px
}

.button-arrow {
    display: block;
    width: 40px;
    height: 40px;
    background: #F1F2F8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

@media screen and (max-width: 1023px) {
    .button-arrow {
        width: 32px;
        height: 32px
    }
}

.button-arrow::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 14px;
    width: 12px;
    height: 12px;
    border: 2px solid #191919;
    border-right: 0;
    border-bottom: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

@media screen and (max-width: 1023px) {
    .button-arrow::before {
        width: 10px;
        height: 10px;
        top: 10px;
        left: 11px
    }
}

.button-chat {
    font-size: 16px
}

.document {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #191919;
    text-decoration: none
}

.document__icon {
    display: block;
    width: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 3px
}

.document__icon-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.document__icon svg {
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.document__name {
    display: inline-block;
    max-width: 80%
}

@media screen and (max-width: 1023px) {
    .document__name {
        max-width: 100%
    }
}

.document_type_box {
    padding: 14px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .document_type_box {
        padding: 22px 16px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.document:hover {
    color: #448BFA
}

.document:hover .document__icon svg {
    fill: #448BFA
}

.document:hover .document__icon-default {
    opacity: 0
}

.document:hover .document__icon-hover {
    opacity: 1
}

.info-board-item {
    padding-right: 10%;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .info-board-item {
        padding-right: 0
    }
}

.info-board-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.info-board-item p:last-child {
    margin-bottom: 0
}

.pay-item {
    display: block;
    text-decoration: none;
    min-height: 154px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 36px;
    position: relative;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

@media screen and (max-width: 1023px) {
    .pay-item {
        min-height: 142px;
        padding: 36px 50px
    }
}

@media screen and (max-width: 767px) {
    .pay-item {
        min-height: 154px;
        padding: 24px 20px
    }
}

.pay-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    position: relative
}

@media screen and (max-width: 767px) {
    .pay-item__header {
        position: static
    }
}

.pay-item__name {
    display: block;
    max-width: 70%;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .pay-item__name {
        max-width: 100%
    }
}

.pay-item__info {
    color: rgba(25, 25, 25, 0.5)
}

.pay-item__logo {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

@media screen and (max-width: 767px) {
    .pay-item__logo {
        position: absolute;
        left: 24px;
        bottom: 24px
    }
}

.pay-item__logo img {
    max-width: 100%;
    vertical-align: middle
}

.pay-item__arrow {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (max-width: 767px) {
    .pay-item__arrow {
        left: 24px;
        bottom: 24px;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto
    }
}

.pay-item__arrow svg {
    width: 100%;
    height: 100%
}

.pay-item_theme_dark {
    background-color: #191919;
    color: #fff
}

.pay-item_theme_dark .pay-item__info {
    color: rgba(255, 255, 255, 0.5)
}

.post-promo-info {
    display: block;
    height: 364px;
    text-decoration: none;
    color: #191919;
    text-align: left;
    position: relative;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

@media screen and (max-width: 767px) {
    .post-promo-info {
        height: 282px
    }
}

.post-promo-info::after {
    content: '';
    display: block;
    position: absolute;
    left: 32px;
    right: 32px;
    height: 70%;
    bottom: 0px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.post-promo-info__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 32px 32px 36px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

@media screen and (max-width: 767px) {
    .post-promo-info__inner {
        padding: 28px 20px
    }
}

.post-promo-info__title {
    margin: 0;
    max-height: 96px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .post-promo-info__title {
        max-height: 76px
    }
}

.post-promo-info__picture {
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .post-promo-info__picture {
        height: 150px;
        line-height: 150px
    }
}

.post-promo-info__picture img {
    max-width: 64px;
    max-height: 64px;
    vertical-align: middle
}

.post-promo-info__hint {
    display: block
}

@media screen and (max-width: 767px) {
    .post-promo-info__hint {
        margin-bottom: 46px
    }
}

.post-promo-info_type_article {
    height: 180px
}

@media screen and (max-width: 767px) {
    .post-promo-info_type_article {
        height: auto
    }
}

.post-promo-info_type_article .post-promo-info__picture {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-promo-info_type_article .post-promo-info__picture img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .post-promo-info_type_article .post-promo-info__picture {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 12px
    }
}

.post-promo-info_type_article .post-promo-info__title {
    max-width: 220px
}

@media screen and (max-width: 767px) {
    .post-promo-info_type_article .post-promo-info__inner {
        padding: 24px 20px;
        display: block
    }
}

.post-promo-info_theme_violet::after,
.post-promo-info_theme_blue::after {
    -webkit-box-shadow: 0 0 40px rgba(34, 24, 110, 0.7);
    box-shadow: 0 0 40px rgba(34, 24, 110, 0.7)
}

.post-promo-info_theme_violet .post-promo-info__inner,
.post-promo-info_theme_blue .post-promo-info__inner {
    background-image: -webkit-radial-gradient(50% 100%, #665ADD 9%, #4D18B2 100%);
    background-image: -o-radial-gradient(50% 100%, #665ADD 9%, #4D18B2 100%);
    background-image: radial-gradient(50% 100%, #665ADD 9%, #4D18B2 100%);
    color: #fff
}

.post-promo-info_theme_violet .post-promo-info__hint,
.post-promo-info_theme_blue .post-promo-info__hint {
    color: rgba(255, 255, 255, 0.5)
}

.post-promo-info_theme_yellow::after {
    -webkit-box-shadow: 0 0 40px rgba(207, 153, 0, 0.7);
    box-shadow: 0 0 40px rgba(207, 153, 0, 0.7)
}

.post-promo-info_theme_yellow .post-promo-info__inner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf144), to(#FFD21C));
    background-image: -webkit-linear-gradient(top, #faf144 0%, #FFD21C 100%);
    background-image: -o-linear-gradient(top, #faf144 0%, #FFD21C 100%);
    background-image: linear-gradient(-180deg, #faf144 0%, #FFD21C 100%)
}

.post-promo-info_theme_yellow .post-promo-info__hint {
    color: rgba(25, 25, 25, 0.5)
}

.post-promo-info_theme_green::after {
    -webkit-box-shadow: 0 0 40px rgba(73, 148, 17, 0.7);
    box-shadow: 0 0 40px rgba(73, 148, 17, 0.7)
}

.post-promo-info_theme_green .post-promo-info__inner {
    background-image: -webkit-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: -o-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%)
}

.post-promo-info_theme_green .post-promo-info__hint {
    color: rgba(25, 25, 25, 0.5)
}

.post-promo-info_theme_pink::after {
    -webkit-box-shadow: 0 0 40px rgba(178, 77, 21, 0.7);
    box-shadow: 0 0 40px rgba(178, 77, 21, 0.7)
}

.post-promo-info_theme_pink .post-promo-info__inner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FA61B5), to(#F76B1C));
    background-image: -webkit-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: -o-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: linear-gradient(-180deg, #FA61B5 0%, #F76B1C 100%);
    color: #fff
}

.post-promo-info_theme_pink .post-promo-info__hint {
    color: rgba(255, 255, 255, 0.5)
}

.post-promo-info:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.post-promo-info:hover::after {
    left: 50px;
    right: 50px
}

.post-promo-info_theme_violet:hover::after,
.post-promo-info_theme_blue:hover::after {
    -webkit-box-shadow: 0 10px 40px rgba(34, 24, 110, 0.7);
    box-shadow: 0 10px 40px rgba(34, 24, 110, 0.7)
}

.post-promo-info_theme_yellow:hover::after {
    -webkit-box-shadow: 0 10px 40px rgba(207, 153, 0, 0.7);
    box-shadow: 0 10px 40px rgba(207, 153, 0, 0.7)
}

.post-promo-info_theme_green:hover::after {
    -webkit-box-shadow: 0 10px 40px rgba(73, 148, 17, 0.7);
    box-shadow: 0 10px 40px rgba(73, 148, 17, 0.7)
}

.post-promo-info_theme_pink:hover::after {
    -webkit-box-shadow: 0 10px 40px rgba(178, 77, 21, 0.7);
    box-shadow: 0 10px 40px rgba(178, 77, 21, 0.7)
}

.social__link {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 40px
}

@media screen and (max-width: 1023px) {
    .social__link {
        margin-right: 20px
    }
}

.social__link:last-child {
    margin-right: 0
}

.social__link svg {
    fill: #616161;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.social__link svg:hover {
    fill: #FAF144
}

.developer {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none
}

.developer img {
    width: 58px;
    margin-left: 5px
}

.developer img img {
    width: 100%;
    vertical-align: middle
}

.information-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .information-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.information-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 28%
}

@media screen and (max-width: 1023px) {
    .information-list__item {
        width: 31%
    }
}

@media screen and (max-width: 767px) {
    .information-list__item {
        width: 100%;
        max-width: 240px;
        margin-bottom: 24px
    }

    .information-list__item:last-child {
        margin-bottom: 0
    }
}

.information-list__item-icon {
    height: 36px;
    margin-right: 18px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1023px) {
    .information-list__item-icon {
        height: 30px;
        margin-right: 15px
    }
}

@media screen and (max-width: 767px) {
    .information-list__item-icon {
        width: 62px
    }
}

.information-list__item-icon img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle
}

.calculate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculate__parametr-sep {
    padding-left: 25px;
    padding-right: 25px
}

.calculate__summ {
    width: 260px;
    margin: 0;
    text-align: left;
    position: relative
}

@media screen and (max-width: 767px) {
    .calculate__summ {
        margin: 0 20px
    }
}

.is-fixed-panel .calculate {
    position: fixed;
    top: 0;
    padding-top: 12px
}

.admin-bar .is-fixed-panel .calculate {
    top: 32px;
}

.header_inner .calculate {
    padding-right: 25px
}

@media screen and (max-width: 1279px) {
    .header_inner .calculate {
        display: none
    }
}

.is-fixed-panel .calculate,
.header_inner .calculate {
    z-index: 10;
    left: -webkit-calc((100vw - 1340px) / 2 + 130px);
    left: calc((100vw - 1340px) / 2 + 130px);
    right: -webkit-calc((100vw - 1340px) / 2 + 230px);
    right: calc((100vw - 1340px) / 2 + 230px)
}

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

    .is-fixed-panel .calculate,
    .header_inner .calculate {
        left: 170px;
        right: 270px
    }
}

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

    .is-fixed-panel .calculate,
    .header_inner .calculate {
        background: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07);
        box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        right: 0
    }
}

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

    .is-fixed-panel .calculate,
    .header_inner .calculate {
        position: relative
    }
}

.is-fixed-panel .calculate .slider-ui__value,
.is-fixed-panel .calculate .button,
.header_inner .calculate .slider-ui__value,
.header_inner .calculate .button {
    height: 50px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

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

    .is-fixed-panel .calculate .slider-ui__value,
    .is-fixed-panel .calculate .button,
    .header_inner .calculate .slider-ui__value,
    .header_inner .calculate .button {
        font-size: 16px;
        height: 44px
    }
}

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

    .is-fixed-panel .calculate .slider-ui__value-input,
    .header_inner .calculate .slider-ui__value-input {
        font-size: 16px;
        padding: 5px 20px 0
    }
}

.is-fixed-panel .calculate .button,
.header_inner .calculate .button {
    line-height: 50px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

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

    .is-fixed-panel .calculate .button,
    .header_inner .calculate .button {
        line-height: 44px
    }
}

.is-fixed-panel .calculate .button_with_reflex::after,
.header_inner .calculate .button_with_reflex::after {
    display: none
}

.is-fixed-panel .calculate .button__text,
.header_inner .calculate .button__text {
    padding-left: 20px;
    padding-right: 20px
}

.is-fixed-panel .calculate__summ {
    width: 210px;
    padding: 0 20px
}

.is-fixed-panel .calculate__parametr-sep {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (max-width: 1023px) {
    .is-fixed-panel .calculate__parametr-sep {
        font-size: 16px
    }
}

.float-right {
    float: right;
    margin: 6px 0 30px 30px
}

@media screen and (max-width: 767px) {
    .float-right {
        float: none;
        margin: 10px 0 30px
    }
}

.list-ico {
    margin-top: 40px
}

.list-ico__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .list-ico__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.list-ico__ico {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .list-ico__ico {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.list-ico__title {
    font-size: 24px;
    margin-bottom: 12px
}

@media screen and (max-width: 1279px) {
    .posts-carousel {
        margin-left: -40px;
        margin-right: -40px
    }
}

@media screen and (max-width: 1023px) {
    .posts-carousel {
        margin-left: -84px;
        margin-right: -84px
    }
}

.posts-carousel__slide {
    padding-bottom: 50px;
    padding-top: 10px
}

@media screen and (max-width: 1279px) {
    .posts-carousel__slide {
        width: 315px
    }
}

@media screen and (max-width: 1023px) {
    .posts-carousel__slide {
        width: 292px
    }
}

@media screen and (max-width: 767px) {
    .posts-carousel__slide {
        width: 252px
    }
}

.section-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 41px
}

.section-navigation__item {
    margin: 0 15px;
    padding-left: 0
}

.section-navigation__item:before {
    content: normal
}

.section-navigation__link {
    display: inline-block;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: rgba(25, 25, 25, 0.5);
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.section-navigation__link:hover {
    color: #191919
}

.section-navigation__link.cur {
    color: #448BFA;
    pointer-events: none
}

.section-navigation_theme_light .section-navigation__link {
    color: rgba(255, 255, 255, 0.5)
}

.section-navigation_theme_light .section-navigation__link:hover {
    color: #fff
}

.section-navigation_theme_light .section-navigation__link.cur {
    color: #FAF144
}

.section-layout {
    padding-top: 63px;
    padding-bottom: 80px
}

@media screen and (max-width: 1023px) {
    .section-layout {
        padding-top: 30px;
        padding-bottom: 57px
    }
}

@media screen and (max-width: 767px) {
    .section-layout {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

@media screen and (max-width: 767px) {
    .section-layout .section-navigation {
        display: none
    }
}

.section-layout_top {
    padding-top: 30px
}

.section-documents {
    margin-bottom: 47px
}

.section-documents__heading {
    text-align: center
}

.section-documents__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 38px;
    border-bottom: 1px solid #CED1E2
}

.section-documents__list-doc {
    margin: 10px 28px 10px 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px)
}

@media screen and (max-width: 1439px) {
    .section-documents__list-doc {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 10px 20px 10px 0
    }
}

@media screen and (max-width: 1023px) {
    .section-documents__list-doc {
        width: 100%;
        margin: 8px 0
    }
}

.section-documents__list-doc:nth-child(2n) {
    margin-right: 0
}

.section-security-info__list {
    margin-top: 36px
}

.section-purchase__heading {
    text-align: center
}

.section-payments__heading {
    text-align: center;
    margin-bottom: 64px
}

@media screen and (max-width: 1023px) {
    .section-payments__heading {
        margin-bottom: 36px
    }
}

.section-payments__pay-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px
}

@media screen and (max-width: 1439px) {
    .section-payments__pay-lists {
        margin: 0 -10px
    }
}

@media screen and (max-width: 1023px) {
    .section-payments__pay-lists {
        margin: 0
    }
}

.section-payments__pay-lists-item {
    margin: 0 13px 16px;
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px)
}

@media screen and (max-width: 1439px) {
    .section-payments__pay-lists-item {
        margin: 0 10px 20px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 1023px) {
    .section-payments__pay-lists-item {
        margin: 0 0 16px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .section-payments__pay-lists-item.pay-item_theme_dark {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.section-posts {
    text-align: center;
    padding-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .section-posts__wrp {
        max-width: 100%
    }
}

.section-posts__heading {
    margin-bottom: 12px
}

.section-posts .posts-carousel {
    margin-top: 48px;
    margin-bottom: 34px
}

@media screen and (max-width: 767px) {
    .section-posts .posts-carousel {
        margin-bottom: 0
    }
}

.section-about {
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .section-about {
        padding-bottom: 0
    }
}

.section-about__wrp {
    padding-left: 45%;
    position: relative
}

@media screen and (max-width: 1439px) {
    .section-about__wrp {
        padding-left: 50%
    }
}

@media screen and (max-width: 1023px) {
    .section-about__wrp {
        padding-left: 0;
        padding-bottom: 590px
    }
}

@media screen and (max-width: 767px) {
    .section-about__wrp {
        padding-bottom: 332px
    }
}

.section-about__picture {
    width: 725px;
    position: absolute;
    top: 55px;
    left: -228px
}

@media screen and (max-width: 1279px) {
    .section-about__picture {
        left: -300px
    }
}

@media screen and (max-width: 1023px) {
    .section-about__picture {
        left: -175px;
        top: auto;
        bottom: -140px
    }
}

@media screen and (max-width: 767px) {
    .section-about__picture {
        width: 400px;
        left: -124px;
        bottom: -80px
    }
}

.section-about__picture img {
    max-width: 100%;
    vertical-align: middle
}

.section-about__picture svg {
    width: 100%;
    height: auto
}

.section-about__picture svg g {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.section-about .section-navigation {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px
}

@media screen and (max-width: 1023px) {
    .section-about .section-navigation {
        margin-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1023px) {
    .section-about__heading {
        text-align: center
    }
}

.section-about p {
    margin: 1.5em 0
}

.section-about .h4 {
    margin-bottom: 30px
}

.section-about .button {
    margin-right: 15px
}

.section-about .button:last-child {
    margin-right: 0
}

@media screen and (max-width: 1023px) {
    .section-about__buttons {
        text-align: center
    }
}

.promo-calculate {
    text-align: center;
    padding-bottom: 42px;
    padding-top: 100px;
    min-height: 500px;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1023px) {
    .promo-calculate {
        min-height: 900px
    }
}

@media screen and (max-width: 767px) {
    .promo-calculate {
        display: block;
        padding-bottom: 34px;
        height: auto;
        padding-top: 90px
    }
}

.promo-calculate__calculate-layout {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .promo-calculate__calculate-layout {
        /*height: -webkit-calc(100vh - 140px);*/
        /*height: calc(100vh - 140px);*/
        min-height: 420px
    }
}

@media screen and (max-width: 1023px) {
    .calculate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        max-width: 345px;
        margin: 34px auto 0px
    }

    .calculate__parametr {
        width: 100%
    }

    .calculate__parametr-sep {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .calculate__summ {
        width: 100%;
        margin: 32px 0;
        margin-top: 44px;
    }

    .calculate__summ br {
        display: none
    }

    .calculate .button {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .calculate {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .calculate__summ {
        margin: 50px 0 20px
    }
}

.promo-calculate__heading {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .promo-calculate__heading {
        margin-bottom: 6px
    }
}

.promo-calculate__text {
    margin-bottom: 65px
}

@media screen and (max-width: 1023px) {
    .promo-calculate__text {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .promo-calculate__text {
        font-size: 16px;
        line-height: 1.5em
    }
}

.promo-calculate__information {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .promo-calculate__information {
        margin-top: 40px
    }
}

@media screen and (max-width: 1679px) {
    .promo-calculate__information-wrp {
        padding-left: 230px;
        padding-right: 230px
    }
}

@media screen and (max-width: 1439px) {
    .promo-calculate__information-wrp {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (max-width: 1279px) {
    .promo-calculate__information-wrp {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1023px) {
    .promo-calculate__information-wrp {
        max-width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .promo-calculate__information .information-list {
        max-width: 600px;
        margin: auto
    }
}

.promo-calculate__information-heading {
    position: relative;
    text-align: center;
    margin-bottom: 36px
}

@media screen and (max-width: 1279px) {
    .promo-calculate__information-heading {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .promo-calculate__information-heading {
        margin-bottom: 24px
    }
}

.promo-calculate__information-heading::after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(25, 25, 25, 0.14);
    position: absolute;
    left: -115px;
    right: -115px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1679px) {
    .promo-calculate__information-heading::after {
        left: -230px;
        right: -230px
    }
}

@media screen and (max-width: 1439px) {
    .promo-calculate__information-heading::after {
        left: -200px;
        right: -200px
    }
}

@media screen and (max-width: 1279px) {
    .promo-calculate__information-heading::after {
        left: -40px;
        right: -40px
    }
}

@media screen and (max-width: 1023px) {
    .promo-calculate__information-heading::after {
        left: -84px;
        right: -84px
    }
}

@media screen and (max-width: 767px) {
    .promo-calculate__information-heading::after {
        display: none
    }
}

.promo-calculate__information-heading-text {
    display: inline-block;
    padding: 0 24px;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.documents-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px
}

@media screen and (max-width: 1023px) {
    .documents-list {
        margin: 0
    }
}

.documents-list__doc {
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
    margin: 0 14px 36px
}

@media screen and (max-width: 1023px) {
    .documents-list__doc {
        width: 100%;
        margin: 0 0 40px
    }
}

@media screen and (max-width: 767px) {
    .documents-list__doc {
        margin-bottom: 30px
    }
}

.article__header {
    padding: 36px 114px;
    min-height: 175px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 1023px) {
    .article__header {
        display: block;
        padding: 34px 74px
    }
}

@media screen and (max-width: 767px) {
    .article__header {
        padding: 24px
    }
}

.article__header-icon {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (max-width: 1023px) {
    .article__header-icon {
        width: 64px;
        height: 64px;
        position: relative;
        left: 0;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 24px
    }
}

.article__header-icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.article__heading {
    margin-bottom: 0
}

.article__content {
    padding: 48px 114px 64px
}

@media screen and (max-width: 1023px) {
    .article__content {
        padding: 40px 72px 48px
    }
}

@media screen and (max-width: 767px) {
    .article__content {
        padding: 24px 24px 48px
    }
}

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

.article__footer {
    border-top: 1px dotted #BEC1D1;
    padding: 48px 114px 64px
}

@media screen and (max-width: 1023px) {
    .article__footer {
        padding: 48px 72px 48px
    }
}

@media screen and (max-width: 767px) {
    .article__footer {
        padding: 48px 24px
    }
}

.is-scrolled .article__header {
    height: 48px;
    min-height: 48px;
    padding: 10px 24px
}

.is-scrolled .article__header-icon {
    height: 28px;
    width: 28px
}

.is-scrolled .article__heading {
    display: none
}

.article_theme_pink .article__header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FA61B5), to(#F76B1C));
    background-image: -webkit-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: -o-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: linear-gradient(-180deg, #FA61B5 0%, #F76B1C 100%);
    color: #fff
}

.article_theme_green .article__header {
    background-image: -webkit-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: -o-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    color: #191919
}

.article_theme_yellow .article__header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf144), to(#FFD21C));
    background-image: -webkit-linear-gradient(top, #faf144 0%, #FFD21C 100%);
    background-image: -o-linear-gradient(top, #faf144 0%, #FFD21C 100%);
    background-image: linear-gradient(-180deg, #faf144 0%, #FFD21C 100%);
    color: #191919
}

.article_theme_black .article__header {
    background: #000;
    color: #FAF144
}

.article_theme_violet .article__header {
    background-image: -webkit-radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    background-image: -o-radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    background-image: radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    color: #fff
}

.article_type_popup .article__layout {
    height: -webkit-calc(100vh - 175px);
    height: calc(100vh - 175px);
    overflow-y: auto;
    position: relative
}

@media screen and (max-width: 1023px) {
    .article_type_popup .article__layout {
        height: -webkit-calc(100vh - 260px);
        height: calc(100vh - 260px)
    }
}

@media screen and (max-width: 767px) {
    .is-scrolled .article_type_popup .article__layout {
        height: -webkit-calc(100vh - 48px);
        height: calc(100vh - 48px)
    }
}

.article__social {
    margin-top: 40px
}

.article__social svg:hover {
    fill: #616161;
    opacity: 0.6
}

.article-page__header_theme_green {
    background-image: -webkit-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: -o-radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%);
    background-image: radial-gradient(0% 100%, #CFF1AC 0%, #A2E074 100%)
}

.article-page__header_theme_blue {
    background-image: -webkit-radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    background-image: -o-radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    background-image: radial-gradient(50% 100%, #665ADD 39%, #4D18B2 100%);
    color: #fff
}

.article-page__header_theme_pink {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FA61B5), to(#F76B1C));
    background-image: -webkit-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: -o-linear-gradient(top, #FA61B5 0%, #F76B1C 100%);
    background-image: linear-gradient(-180deg, #FA61B5 0%, #F76B1C 100%);
    color: #fff
}

.article-page__header-wrp {
    position: relative;
    padding: 80px 0 85px;
    text-align: center;
    margin-bottom: 85px
}

@media screen and (max-width: 767px) {
    .article-page__header-wrp {
        padding: 60px 20px 85px
    }
}

.article-page__header-wrp img {
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.article-page__back {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 1023px) {
    .article-page__back {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .article-page__back {
        left: 20px;
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.article-page__back svg {
    width: 32px;
    height: 24px
}

.article-page__title {
    font-size: 40px;
    margin-bottom: 0
}

.article-page__content {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px dotted #BEC1D1
}

.article-page__content>*:last-child {
    margin-bottom: 0
}

.article-page__wrp {
    padding-left: 230px;
    padding-right: 230px;
    padding-bottom: 100px
}

.article-page__wrp.is_calc {
    padding-left: 80px;
    padding-right: 80px;
    display: grid;
    grid-template-columns: 400px auto;
}

.article-page__wrp.is_calc .calculate {
    position: sticky;
    top: 35px;
}

.admin-bar .article-page__wrp.is_calc .calculate {
    top: 77px;
}

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

    html,
    body {
        overflow-x: hidden;
        margin-top: 0 !important;
    }

    .article-page__wrp {
        padding-left: 40px;
        padding-right: 40px
    }

    .article-page__wrp.is_calc {
        display: block;
    }

    .article-page__wrp.is_calc form {
        display: none
    }
}

.article-page .post-promo-info {
    max-width: 542px;
    margin: 0 auto
}

.article-page img {
    max-width: 100%;
    vertical-align: middle
}

.label_39._bottom_3v._pad100_GR._init_Tk.notranslate,
.wrap_mW._show_1e._orinationRight_25.__jivoMobileButton {
    opacity: 0;
    pointer-events: none
}

.label_39._bottom_3v,
.label_39._left_2d,
.label_39._right_1y {
    height: 0 !important
}

.header_2u,
.header_2u .info_2s {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px
}

.articles__item {
    width: -webkit-calc(33.333% - 28px);
    width: calc(33.333% - 28px);
    margin: 0 14px 28px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 32px;
    text-decoration: none
}

@media screen and (max-width: 1023px) {
    .articles__item {
        width: -webkit-calc(50% - 28px);
        width: calc(50% - 28px)
    }
}

@media screen and (max-width: 767px) {
    .articles__item {
        width: -webkit-calc(100% - 28px);
        width: calc(100% - 28px)
    }
}

.articles__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 86px;
    margin-bottom: 60px
}

@media screen and (max-width: 1023px) {
    .articles__ico {
        height: 60px;
        margin-bottom: 30px
    }
}

.articles__ico img {
    max-height: 100%
}

.articles__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px
}

@media screen and (max-width: 1023px) {
    .articles__title {
        font-size: 20px;
        line-height: 1.2
    }
}

.articles__text {
    margin-bottom: 36px;
    height: 96px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .articles__text {
        margin-bottom: 20px
    }
}

.title-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 50px
}

@media screen and (max-width: 1023px) {
    .title-line {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 767px) {
    .title-line {
        margin-bottom: 20px;
        display: block;
        text-align: center;
        white-space: normal
    }
}

.title-line::after,
.title-line::before {
    content: '';
    display: block;
    height: 1px;
    background: rgba(25, 25, 25, 0.15);
    width: 100%
}

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

    .title-line::after,
    .title-line::before {
        display: none
    }
}

.title-line::before {
    margin-right: 20px
}

.title-line::after {
    margin-left: 20px
}

.answer {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px
}

.answer__title {
    font-size: 26px;
    font-weight: 700;
    padding: 24px 120px 24px 60px;
    width: 100%;
    position: relative;
    text-align: left;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    .answer__title {
        padding: 20px 70px 20px 30px;
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .answer__title {
        padding: 20px 70px 20px 20px;
        font-size: 18px
    }
}

.answer__button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    position: absolute;
    top: 19px;
    right: 60px
}

@media screen and (max-width: 1023px) {
    .answer__button {
        top: 14px;
        right: 15px
    }
}

.answer__text {
    padding: 0 60px 50px
}

@media screen and (max-width: 1023px) {
    .answer__text {
        padding: 0 30px 30px
    }
}

@media screen and (max-width: 767px) {
    .answer__text {
        padding: 0 20px 20px
    }
}

.answer__text>* {
    margin-bottom: 0
}

.answer.open .answer__button::before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle {
    margin-top: 60px
}

.toggle__btn {
    font-size: 24px;
    margin-bottom: 22px;
    cursor: pointer
}

.toggle__ico {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: #F1F2F8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-left: 8px;
    margin-top: -2px
}

.toggle__ico::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 9px;
    width: 8px;
    height: 8px;
    border: 2px solid #191919;
    border-right: 0;
    border-bottom: 0;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear
}

.toggle.open .toggle__ico::before {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

[data-toggle-content] {
    display: none
}

[data-toggle].open [data-toggle-content] {
    display: block
}

.search-content {
    margin-bottom: 44px;
    position: relative
}

.search-content__input {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 34px 60px;
    font-size: 24px;
    height: 100px;
    width: 100%;
    border: none
}

@media screen and (max-width: 1023px) {
    .search-content__input {
        padding: 20px 30px;
        height: 70px
    }
}

@media screen and (max-width: 767px) {
    .search-content__input {
        padding: 20px 20px;
        font-size: 18px
    }
}

.search-content__clear {
    position: absolute;
    right: 65px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear
}

@media screen and (max-width: 1023px) {
    .search-content__clear {
        right: 20px
    }
}

.search-content__clear::after,
.search-content__clear::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    width: 1px;
    height: 21px;
    background: #191919;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-content__clear::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.search-content_input .search-content__clear {
    opacity: 1;
    pointer-events: auto
}

.search-highlighted {
    background: #FAF144
}

.search-empty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 77px
}

@media screen and (max-width: 1023px) {
    .search-empty {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .search-empty {
        margin-top: 40px
    }
}

.search-empty__img {
    margin: 0 80px
}

@media screen and (max-width: 1279px) {
    .search-empty__img {
        margin: 0 40px 0
    }
}

@media screen and (max-width: 1023px) {
    .search-empty__img {
        margin-left: 0;
        width: 250px
    }
}

@media screen and (max-width: 767px) {
    .search-empty__img {
        display: none
    }
}

.search-empty__title {
    margin-bottom: 35px
}

@media screen and (max-width: 1023px) {
    .search-empty__title {
        font-size: 20px
    }
}

.highlighted {
    background: #FAF144
}

.section-faq {
    max-width: 1000px;
    margin: 0 auto
}

.not-found {
    padding: 0 50px;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
    min-height: 400px
}

@media screen and (max-width: 1023px) {
    .not-found {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

@media screen and (max-width: 767px) {
    .not-found {
        padding: 0 24px
    }
}

.not-found__text {
    max-width: 550px
}

@media screen and (max-width: 767px) {
    .not-found__text {
        max-width: none
    }
}

.not-found__error {
    color: #F1F2F8;
    font-weight: 700;
    font-size: 300px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    margin-left: 30px
}

@media screen and (max-width: 1023px) {
    .not-found__error {
        margin-left: -50px
    }
}

@media screen and (max-width: 767px) {
    .not-found__error {
        font-size: 175px;
        margin-left: 0
    }
}

.not-found__title {
    padding-top: 65px;
    margin-bottom: 65px
}

@media screen and (max-width: 1023px) {
    .not-found__title {
        padding-top: 20px;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 46px;
        max-width: 420px
    }
}

@media screen and (max-width: 767px) {
    .not-found__title {
        line-height: 36px
    }
}

.not-found__video {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 150px;
    height: 400px
}

@media screen and (max-width: 1279px) {
    .not-found__video {
        right: 0
    }
}

@media screen and (max-width: 1023px) {
    .not-found__video {
        position: relative;
        right: auto;
        max-width: 100%;
        width: 370px;
        height: auto
    }
}

.not-found__animate {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: fadeUp 0.5s forwards linear;
    animation: fadeUp 0.5s forwards linear
}

@media screen and (max-width: 767px) {
    .not-found__animate {
        -webkit-animation: fadeUp 0s forwards linear;
        animation: fadeUp 0s forwards linear
    }
}

.not-found__animate-delay {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: fadeUp 0.8s forwards linear 1s;
    animation: fadeUp 0.8s forwards linear 1s
}

@media screen and (max-width: 767px) {
    .not-found__animate-delay {
        -webkit-animation: fadeUp 0s forwards linear;
        animation: fadeUp 0s forwards linear
    }
}

.not-found p {
    margin-bottom: 30px;
    max-width: 446px
}

@media screen and (max-width: 767px) {
    .not-found .button {
        width: 100%
    }
}

@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

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

@keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

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

.pagination {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 34px;
    font-size: 15px;
    color: #404346;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px
}

.pagination__list li {
    padding: 0;
    margin: 0
}

.pagination__list li::before {
    display: none
}

.pagination__list a {
    display: block;
    color: #404346;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center
}

.pagination__list .active a {
    font-weight: 700
}

.pagination__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.pagination__arrow::before {
    content: '';
    display: block;
    top: 12px;
    left: 14px;
    width: 12px;
    height: 12px;
    border: 2px solid #191919;
    border-right: 0;
    border-bottom: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.pagination__prev::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.side-modal {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    max-width: 820px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

@media screen and (max-width: 1279px) {
    .side-modal {
        width: 73%
    }
}

@media screen and (max-width: 767px) {
    .side-modal {
        width: 100%
    }
}

.side-modal.open {
    display: block
}

.side-modal__close {
    position: absolute;
    right: 50px;
    top: 85px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1
}

.side-modal__close svg {
    width: 20px;
    height: 20px;
    fill: #191919
}

.side-modal__close:hover {
    background: #FAF144
}

.side-modal__close:hover svg {
    fill: #191919
}

.side-modal__close_theme_white svg {
    fill: #fff
}

.side-modal__close_theme_yellow svg {
    fill: #FAF144
}

@media screen and (max-width: 1279px) {
    .side-modal__close {
        top: 67px
    }
}

@media screen and (max-width: 767px) {
    .side-modal__close {
        display: none
    }
}

.side-modal__layout {
    height: 100vh;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.side-modal__inner {
    padding: 80px 50px 100px 114px;
    min-height: 100vh
}

@media screen and (max-width: 1279px) {
    .side-modal__inner {
        padding: 64px 85px 64px 75px
    }
}

@media screen and (max-width: 767px) {
    .side-modal__inner {
        padding: 36px 24px
    }
}

.side-modal__heading {
    margin-bottom: 64px;
    max-width: 90%
}

@media screen and (max-width: 1279px) {
    .side-modal__heading {
        margin-bottom: 45px
    }
}

@media screen and (max-width: 767px) {
    .side-modal__heading {
        display: none
    }
}

.side-modal__mob-close {
    display: none
}

.side-modal__mob-close svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.side-modal__mob-close-text {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .side-modal__mob-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }
}

.side-modal_type_article .side-modal__inner {
    padding: 0
}

.side-modal_type_article .side-modal__layout {
    overflow: inherit
}

.side-modal_type_article .side-modal__close {
    top: 93px
}

@media screen and (max-width: 1023px) {
    .side-modal_type_article .side-modal__close {
        top: 40px
    }
}

@media screen and (max-width: 767px) {
    .side-modal_type_article .side-modal__close {
        display: block;
        top: 24px;
        right: 17px
    }
}

.side-modal_type_article.is-scrolled .side-modal__close {
    top: 4px
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #191919;
    z-index: 998;
    opacity: 0.7
}

.not-found {
    padding: 0 50px;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
    min-height: 400px
}

@media screen and (max-width: 1023px) {
    .not-found {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

@media screen and (max-width: 767px) {
    .not-found {
        padding: 0 24px
    }
}

.not-found__text {
    max-width: 550px
}

@media screen and (max-width: 767px) {
    .not-found__text {
        max-width: none
    }
}

.not-found__error {
    color: #F1F2F8;
    font-weight: 700;
    font-size: 300px;
    line-height: 1;
    position: absolute;
    z-index: -1;
    margin-left: 30px
}

@media screen and (max-width: 1023px) {
    .not-found__error {
        margin-left: -50px
    }
}

@media screen and (max-width: 767px) {
    .not-found__error {
        font-size: 175px;
        margin-left: 0
    }
}

.not-found__title {
    padding-top: 65px;
    margin-bottom: 65px
}

@media screen and (max-width: 1023px) {
    .not-found__title {
        padding-top: 20px;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 46px;
        max-width: 420px
    }
}

@media screen and (max-width: 767px) {
    .not-found__title {
        line-height: 36px
    }
}

.not-found__video {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 150px;
    height: 400px
}

@media screen and (max-width: 1279px) {
    .not-found__video {
        right: 0
    }
}

@media screen and (max-width: 1023px) {
    .not-found__video {
        position: relative;
        right: auto;
        max-width: 100%;
        width: 370px;
        height: auto
    }
}

.not-found__animate {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: fadeUp 0.5s forwards linear;
    animation: fadeUp 0.5s forwards linear
}

@media screen and (max-width: 767px) {
    .not-found__animate {
        -webkit-animation: fadeUp 0s forwards linear;
        animation: fadeUp 0s forwards linear
    }
}

.not-found__animate-delay {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: fadeUp 0.8s forwards linear 1s;
    animation: fadeUp 0.8s forwards linear 1s
}

@media screen and (max-width: 767px) {
    .not-found__animate-delay {
        -webkit-animation: fadeUp 0s forwards linear;
        animation: fadeUp 0s forwards linear
    }
}

.not-found p {
    margin-bottom: 30px;
    max-width: 446px
}

@media screen and (max-width: 767px) {
    .not-found .button {
        width: 100%
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

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

.pagination {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 34px;
    font-size: 15px;
    color: #404346;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px
}

.pagination__list li {
    padding: 0;
    margin: 0
}

.pagination__list li::before {
    display: none
}

.pagination__list a {
    display: block;
    color: #404346;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center
}

.pagination__list .active a {
    font-weight: 700
}

.pagination__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.pagination__arrow::before {
    content: '';
    display: block;
    top: 12px;
    left: 14px;
    width: 12px;
    height: 12px;
    border: 2px solid #191919;
    border-right: 0;
    border-bottom: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.pagination__prev::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.visible-xs-block {
    display: none
}

@media screen and (max-width: 767px) {
    .visible-xs-block {
        display: block
    }
}

.visible-xs-inline {
    display: none
}

@media screen and (max-width: 767px) {
    .visible-xs-inline {
        display: inline
    }
}

.visible-xs-inline-block {
    display: none
}

@media screen and (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 1279px) {
    .hidden-md {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none
    }
}

.hidden {
    display: none
}

.header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px
}

@media screen and (max-width: 767px) {
    section img {
        max-width: 100%:;
    }

    .header__container {
        padding-top: 10px;
        padding-bottom: 20px
    }
    .promo-calculate__heading h1 {
        margin-bottom:5px;
    }
}

/*.logo-mini__icon-text {
    width: 152px;
}*/
.header__logo {
    width: 220px
}

.header__logo svg g {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media screen and (max-width: 767px) {
    .header__logo {
        width: 180px;
        margin: auto;
    }

    header .header__logo {
        margin: 0;
    }
}

.header__logo img {
    max-width: 100%;
    vertical-align: middle;
    height: 40px
}

.header__phone {
    margin-right: 40px;
    text-align: right
}

.header__phone a {
    text-decoration: none
}

.header__phone a:hover {
    color: #448BFA
}

@media screen and (max-width: 1023px) {
    .header__phone {
        display: none
    }
}

.header__phone-label {
    font-size: 14px;
    line-height: 1
}

.header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .header__lk {
        display: none
    }
}

.header_inner {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07);
    box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07)
}

.header_type_float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}


.header.is-fixed-header {
    position: fixed;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07);
    box-shadow: 0 2px 4px 0 rgba(32, 33, 39, 0.07)
}

.admin-bar .header.is-fixed-header {
    top: 32px;
}

@media screen and (max-width: 1279px) {
    .header.is-fixed-header {
        display: none
    }
}

@media screen and (max-width: 1279px) {
    .header.is-fixed-header {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.header.is-fixed-header .header__container {
    padding-top: 15px;
    padding-bottom: 15px
}

@media screen and (max-width: 1023px) {
    .header.is-fixed-header .header__container {
        max-width: 100%
    }
}

.header.is-fixed-header .header__phone {
    display: none
}

.header.is-fixed-header .header__contacts {
    margin-left: 25px
}

@media screen and (max-width: 1279px) {
    .header.is-fixed-header .header__contacts {
        display: none
    }
}

.header.is-fixed-header .header__calculate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1279px) {
    .header.is-fixed-header .header__calculate {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .header.is-fixed-header .header__calculate {
        display: none
    }
}

@media screen and (max-width: 1279px) {
    .header.is-fixed-header .header__logo {
        display: none
    }
}

.navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit
}

.navigation__item {
    padding-left: 0;
    text-align: center;
    margin: 0
}

.navigation__item:before {
    content: normal
}

.navigation__link {
    display: block;
    text-decoration: none;
    padding: 8px 0
}

.navigation__link.cur {
    color: #448BFA
}

.footer {
    background: #191919;
    color: #fff
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 40px
    }
}

.footer__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 35px
}

@media screen and (max-width: 767px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center
    }
}

.footer__row:first-child {
    padding-top: 60px;
    padding-bottom: 30px
}

@media screen and (max-width: 1023px) {
    .footer__row:first-child {
        padding-top: 40px
    }
}

.footer__col {
    width: 40%
}

@media screen and (max-width: 767px) {
    .footer__col {
        width: 100%
    }
}

.footer__phone {
    text-decoration: none;
    white-space: nowrap
}

.footer__phone:hover {
    color: #FAF144
}

.footer__mail {
    text-decoration: none
}

.footer__mail:hover {
    color: #FAF144
}

.footer__text {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px
}

.footer__logo {
    width: 80px
}

.footer__logo img {
    max-width: 100%;
    vertical-align: middle
}

@media screen and (max-width: 1023px) {
    .footer__logo {
        display: none
    }
}

.footer__copyright {
    position: relative;
    text-align: center
}

.footer__copyright::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__copyright-text {
    display: inline-block;
    padding: 5px 40px;
    background-color: #191919;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .footer__copyright-text {
        padding: 5px 15px
    }
}

.footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 767px) {
    .footer__links {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }
}

.footer__link {
    display: inline-block;
    color: #FAF144;
    border-bottom: 1px solid rgba(250, 241, 68, 0.5);
    text-decoration: none;
    margin-bottom: 10px
}

.footer__link:last-child {
    margin-bottom: 0
}

.footer__link:hover {
    border-bottom-color: #FAF144
}

.footer__link:active {
    border-bottom-color: transparent
}

.footer__social,
.footer__developer {
    display: inline-block
}

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

    .footer__social,
    .footer__developer {
        display: block
    }
}

.footer__social {
    margin-right: 140px
}

@media screen and (max-width: 1439px) {
    .footer__social {
        margin-right: 40px
    }
}

@media screen and (max-width: 1023px) {
    .footer__social {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .footer__developer {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 38px
    }
}

.mobile-panel {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    padding-bottom: 44px
}

@media screen and (max-width: 767px) {
    .mobile-panel {
        display: block
    }
}

.mobile-panel__dropdown-content {
    display: none;
    background: #fff;
    height: 100%;
    padding: 20px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.mobile-panel__navigate-bar {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #CED1E2;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px
}

.mobile-panel__navigate-bar-link {
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: center;
    height: 44px;
    position: relative
}

.mobile-panel__navigate-bar-link>i {
    font-size: 1.3rem !important;
}

.mobile-panel__navigate-bar-link svg {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile-panel__logo {
    display: block;
    width: 42px;
    margin: 0 auto 22px
}

.mobile-panel__navigation {
    margin-bottom: 30px
}

.mobile-panel__contacts .button {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.mobile-panel__phone {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .mobile-panel.is-show {
        display: block
    }
}

.mobile-panel.is-open-navigation {
    height: 100%
}

.mobile-panel.is-open-navigation .mobile-panel__dropdown-content {
    display: block
}

.mobile-panel.is-open-navigation .mobile-panel__navigate-bar-link:not(.is-open) {
    opacity: .14;
    pointer-events: none
}















.calc-min .slider-ui__tooltip {
    top: -10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 10px;
    background: #FAF144;
    color: #191919;
    -webkit-border-radius: 0;
    border-radius: 0
}

.calc-min .slider-ui__tooltip::after {
    display: none
}

.calc-min .slider-ui__tooltip {
    padding: 2px 5px 4px
}

.calc-min.calculate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 345px;
    margin: 34px auto 0px;
}

.calc-min.calculate .button {
    width: 100%;
}



.calc-min .calculate__parametr {
    width: 100%
}

.calc-min .calculate__parametr-sep {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.calc-min .calculate__summ {
    width: 100%;
    margin: 32px 0;
    margin-top: 44px;
}

.calc-min .calculate__summ br {
    display: none
}

.calc-min.calculate .button {
    width: 100%
}

.itop_calc {
    margin-right: 0;
    margin: 0;
    background: none;
    box-shadow: unset;
    max-width: unset;
    align-items: center;
}

.irs--round .irs-grid {
    display: none;
}

.form-group-two,
.form-group-one {
    margin-bottom: 0;
}

form.calculator.js-loan-start-form.js-calc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.form-group.form-group-one {
    width: 30%;
}

.form-group.form-group-two {
    width: 30%;
}

.res_title-info,
.res_title-info .-fs-20 {
    font-size: 14px;
}

.form-group {
    margin-left: 0;
    margin-right: 0;
    padding: unset;
    margin-bottom: 0;
}

.btn-secondary {
    padding: 13px 36px;
}

.amount {
    margin-top: -5px;
}

.amount .irs-handle {
    border-color: #FFD21C;
}

.irs--round .irs-line {
    background: none;
}

.amount .irs-bar {
    background-color: #FAF144;
}

.form-group.form-phone {
    width: 45%;
}

.form-group-res {
    width: 10%;
}
.form-group.form-btn{
    width: 50%;
}
.calculator .form-group.form-btn {
    width: 20%;
}

.form-group_custom-title {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 24px;
}

.form_row {
    justify-content: center;
    gap: 5px;
}

.btn-secondary {
    background: #FFD21C;
    background-image: linear-gradient(-180deg, #FAF144 0%, #FFD21C 100%);
    color: black;
    position: relative;
}

.btn-secondary:hover {
    background: #FAF144;
    border-color: #FAF144;
    color: black;
}

.btn-secondary::after {
    content: '';
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.37;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-group_agree {
    flex-grow: 1;
}

.form-group_agree .form_row {
    justify-content: start;
}

.header {
    box-shadow: none;
}

.promo-calculate__text {
    margin-bottom: 10px;
}

.mobile-panel {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    padding-bottom: 44px;
}

.container_login {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.js-login-form_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 510px;
    padding: 4.5em;
    color: var(--auth-text-color);
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 45%);
    border-radius: 10px;
    gap: 15px;
}

.navbar ul li::before {
    display: none;
}

.navbar ul li {
    margin: unset;
    padding: unset;
}

.docs_list_link {
    color: #231f20;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FFD21C;
    outline: none;
}

.lk_menu_nav {
    margin-top: 0;
}

.btn-blinking {
    animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 210, 28, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.btn-third {
    color: #FFD21C;
    font-family: 'Gilroy-Bold';
    background-color: #fcfcfc;
    border-radius: 7px;
    box-shadow: none;
    padding: 13px 32px;
    text-decoration: none;
    border: 1px solid #FFD21C;
}

.btn-third:focus,
.btn-third.focus {
    outline: 0;
    color: #fff;
    background: #FAF144;
    border: 1px solid #FAF144;
    box-shadow: none;
}

.btn-third:hover,
.btn-third:focus:hover,
.btn-third.focus:hover,
.btn-third:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled):active:focus,
.btn-third:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    border: 1px solid #FFD21C;
    ;
    box-shadow: none;
    background: #FFD21C;
}

.btn-primary {
    color: #ffffff;
    background: #FFD21C;
    border-radius: 7px;
    box-shadow: none;
    padding: 13px 32px;
    text-decoration: none;
    border: none;
}

.btn-primary:focus,
.btn-primary.focus {
    outline: 0;
    color: #fff;
    background: #FAF144;
    border: none;
    box-shadow: none;
}
.-green{
    color: #FFD21C;
}
.btn-primary:hover,
.btn-primary:focus:hover,
.btn-primary.focus:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    color: #000;
    border: none;
    box-shadow: none;
    background: #FAF144;
}
.account_form-calc .form-group.form-group-one,.account_form-calc .form-group.form-group-two{
    width: 80%;
    margin-bottom: 20px;
}
.account_form-calc .form-group-res{
    width: unset;
}
.account_form-calc .form-control{
    height: auto;
}
.account_form-calc .form-group.form-btn{
    width: auto;
}
.person_info_box .form-group.form-phone{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .mobile-panel {
        display: block;
    }
}

@media screen and (max-width: 1030px) {
    .form-group {
        width: 60% !important;
    }

    form.calculator.js-loan-start-form.js-calc {
        flex-direction: column;
        align-items: center;
    }

    .promo-calculate {
        height: auto;
    }

    .form-group-res .form_row {
        display: inline-block;
    }

    .form-group-res .form_row>div {
        display: inline-block;
    }

    .form-group.form-btn {
        order: 9;
    }

    .js-mask-phone {
//        font-size: 12px;
    }
}

@media screen and (max-width: 720px) {
    .form-group {
        width: 70% !important;
    }
    .account_form-calc .form-group {
        width: 100% !important;
    }
}

@media (min-width: 721px) {
    div.calculate-lk-agrred {
        width:320px;
        margin:0 auto
    }
}

@media (min-width: 1024px) {
    div.calculate-lk-agrred {
        width:270px;
        margin:0 auto
    }
}