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

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

.slick-list,
legend,
li,
p,
ul {
    padding: 0
}

.account-slider.slick-initialized.slick-slider,
.slick-list,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0
}

.btn,
.btn:hover {
    -webkit-box-shadow: 0 7px 20px rgba(33, 118, 255, .35);
    color: #fff
}

a,
a:hover,
legend {
    color: inherit
}

.box__item-text,
.nav__courses-drop {
    -webkit-transition: .3s;
    -o-transition: .3s
}

.modal-open .modal,
.slick-list,
.train__inner {
    overflow: hidden
}

.box__item-text,
.slick-loading .slick-slide,
.slick-loading .slick-track,
.tabcontent-info {
    visibility: hidden
}

.login-form,
.profile-group,
.questions .justify-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.slick-slide.dragging img,
.styled-input label {
    pointer-events: none
}

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

.active-block,
.slick-initialized .slick-slide,
.slick-slide img,
details,
main {
    display: block;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

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

a {
    background-color: transparent;
    text-decoration: none
}

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

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
select {
    text-transform: none
}

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

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

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

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

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

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-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.tabcontent,
[hidden],
template {
    display: none
}

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

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

.slick-list:focus,
.styled-input input:focus,
.styled-input textarea:focus,
input:focus,
input[type=range]:focus,
select:focus,
textarea:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}
.articles__slider .slick-slide {
    padding: 24px;
    display: flex;
    flex-flow: column wrap;
    justify-content: end;
    align-content: end;
}
.slick-slide .tags {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: 33%;
    background: transparent;
    overflow: hidden;
    padding: 1em;
}
.slick-slide .tags .tag {
    background: rgba(10,10,10,0.5);
    border-radius: 12px;
    padding: 0.5em 1em;
    font-size: 12px;
    color: white;
}

.beback,
.nav__courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

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

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * .8);
    animation-duration: calc(1s * .8);
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

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

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    20%,
    53%,
    from,
    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) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    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) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

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

@keyframes bounce {

    20%,
    53%,
    from,
    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) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    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) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

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

.animate__headShake,
.animate__pulse {
    -webkit-animation-timing-function: ease-in-out
}

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

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

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

@-webkit-keyframes rubberBand {

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

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

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

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

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

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

@keyframes rubberBand {

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

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

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

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

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

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

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

@-webkit-keyframes shakeX {

    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 shakeX {

    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)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

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

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

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

@keyframes shakeY {

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

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

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

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {

    0%,
    50% {
        -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)
    }
}

@keyframes headShake {

    0%,
    50% {
        -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)
    }
}

.animate__headShake {
    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)
    }
}

.animate__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,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

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

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

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

@keyframes tada {

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

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

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

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

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

@-webkit-keyframes wobble {

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

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

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

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

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

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

@keyframes wobble {

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

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

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

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

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

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

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

@-webkit-keyframes jello {

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

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

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

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

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

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

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

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

@keyframes jello {

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

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {

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

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

@keyframes heartBeat {

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

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

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: calc(1s * 1.3);
    animation-duration: calc(1s * 1.3);
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

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

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

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

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

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

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

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

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

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

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

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

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

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

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

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

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

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

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

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

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

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

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

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

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

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

.animate__bounceIn {
    -webkit-animation-duration: calc(1s * .75);
    animation-duration: calc(1s * .75);
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.animate__bounceOut,
.animate__flipOutX {
    -webkit-animation-duration: calc(1s * .75)
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    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) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

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

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

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

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

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(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) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

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

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

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

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

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

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    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) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

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

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

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

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

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(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) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

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

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

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

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

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

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    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) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

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

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

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

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

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(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) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

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

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

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

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

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

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    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) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

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

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

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

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

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(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) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

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

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

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

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

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

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

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

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

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

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

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

.animate__bounceOut {
    animation-duration: calc(1s * .75);
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__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
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

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

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

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

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

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

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

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

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

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

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

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

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

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

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

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

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

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

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

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

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

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

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

@-webkit-keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

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

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

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

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

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

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

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

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

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

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

.animate__animated.animate__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)
    }
}

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

.animate__flipInY,
.animate__flipOutX {
    -webkit-backface-visibility: visible !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__flipOutX {
    animation-duration: calc(1s * .75);
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

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

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

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

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

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

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

.animate__flipOutY {
    -webkit-animation-duration: calc(1s * .75);
    animation-duration: calc(1s * .75);
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

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

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

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

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

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

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

@keyframes lightSpeedOutRight {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

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

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

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

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

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

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

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

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

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

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

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

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

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

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

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

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

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

@keyframes rotateOut {
    from {
        opacity: 1
    }

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

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

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

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

@keyframes rotateOutDownLeft {
    from {
        opacity: 1
    }

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

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

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

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

@keyframes rotateOutDownRight {
    from {
        opacity: 1
    }

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

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

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

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

@keyframes rotateOutUpLeft {
    from {
        opacity: 1
    }

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

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

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

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

@keyframes rotateOutUpRight {
    from {
        opacity: 1
    }

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

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -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-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-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-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-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-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
    }
}

.animate__hinge {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

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

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

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

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

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

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

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

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

.animate__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)
    }
}

.animate__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)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .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(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .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)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .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(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .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(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .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)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .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(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .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(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .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)
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .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(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .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(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .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)
    }
}

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

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

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 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 zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 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)
    }
}

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

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

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

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

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

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

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

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

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

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

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 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 zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(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(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 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)
    }
}

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

@-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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.animate__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)
    }
}

.course .filter__item-drop--active::before,
.train .line-hide {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

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

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

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0
}

h1 {
    font-weight: 300;
    font-size: 97px
}

.title,
h2,
h3 {
    font-weight: 500
}

h2 {
    font-size: 61px
}

.title,
h3 {
    font-size: 48px
}

h4 {
    font-weight: 400;
    font-size: 34px
}

button {
    background: 0 0;
    border: none;
    outline: 0 !important;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: block
}

li,
ul {
    list-style: none
}

label {
    margin-bottom: 0
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit
}

footer {
    margin-top: 0 !important
}

body {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #31393c;
    overflow-x: hidden;
    min-height: 100dvh;
    display: flex;
    flex-flow: column nowrap;

}

.btn {
    background: #2176ff;
    padding: 16px 36px;
    border-radius: 0;
    box-shadow: 0 7px 20px rgba(33, 118, 255, .35)
}

.btn:hover {
    background: #589eff;
    box-shadow: 0 7px 20px rgba(33, 118, 255, .35)
}

.btn:focus {
    background: #185bdb;
    -webkit-box-shadow: 0 7px 20px rgba(33, 118, 255, .35);
    box-shadow: 0 7px 20px rgba(33, 118, 255, .35)
}

.bold {
    font-weight: 700
}

.crossed-out {
    text-decoration: line-through;
    margin-left: 5px
}

.reviews__btn,
.takecourse__btn,
.teacher__btn,
a:hover {
    text-decoration: none
}

section {
    padding-top: 100px;
    padding-bottom: 100px
}

.active-people {
    position: relative;
    padding-left: 20px;
    margin-top: 20px
}

.active-people::before {
    content: '';
    position: absolute;
    background: #2176ff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 9px
}

.action input {
    border-bottom: none
}

.tabcontent-info {
    height: 0
}

.btn-act {
    border: 1px solid #2176ff;
    padding: 16px 36px;
    background: 0 0;
    color: #2176ff;
    outline: 0
}

.btn-act:hover {
    background: #589eff;
    border: 1px solid #589eff;
    color: #fff
}

.btn-act:focus {
    background: #185bdb;
    border: 1px solid #185bdb;
    color: #fff
}

.gray {
    color: #888da7
}

.gray-second {
    color: #aeb3ca
}

.be-static {
    position: static
}

.buy {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 9999999999
}

.buy-close {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 9;
    cursor: pointer
}

.beback,
.buy-new {
    position: relative
}

.buy-new {
    width: 340px;
    height: 174px;
    background: #fff;
    -webkit-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .3), 0 50px 100px -20px rgba(50, 50, 93, .25);
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .3), 0 50px 100px -20px rgba(50, 50, 93, .25);
    padding: 15px 20px
}

.buy-new__title {
    font-weight: 600;
    font-size: 34px;
    padding-right: 100px;
    line-height: 40px;
    margin-bottom: 11px
}

.beback,
.offer .back {
    margin-bottom: 50px;
    font-size: 12px
}

.buy-new .close {
    background: rgba(241, 243, 250, .75);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.beback {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px
}

.beback:hover {
    color: #33a1fd;
    cursor: pointer
}

.beback:hover svg {
    stroke: #33A1FD
}

.beback svg,
.nav .user-profile__title {
    margin-right: 10px
}

.blue {
    color: #2176ff
}

.buy-new::after {
    content: '';
    position: absolute;
    background-image: url("../images/Ellipse.png");
    background-repeat: no-repeat;
    height: 134px;
    width: 66px;
    top: 23px;
    right: 0;
    z-index: 2
}

.buy-new>.buy-new__text {
    z-index: 3;
    position: inherit
}

.account-slider #slick-slide-control00,
.account-slider #slick-slide-control01,
.nav,
.nav__courses-wrapper,
.offer .back,
.password,
.profile .start,
.questions,
.styled-input,
.train .line-number-box {
    position: relative
}

.blue-back::after,
.slick-dots li:nth-child(2).slick-active li {
    background: #2176ff !important
}

.is-complete {
    background: red
}

.is-active {
    background: rgba(33, 118, 255, .35)
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.profile__courses-item.course-done .profile__courses-act {
    border: 1px solid #62c370;
    color: #62c370;
    position: relative
}

.profile__courses-item.course-done .profile__courses-act::after {
    content: '';
    position: absolute;
    background: url("../images/tick-course.svg");
    width: 24px;
    height: 24px;
    top: 10px;
    right: 39px
}

.profile__courses-item.course-done .process {
    background: #62c370
}

.profile__courses-item.course-done .btn-act:hover {
    background: 0 0
}

.nav {
    -webkit-box-shadow: 0 2px 4px rgba(49, 57, 60, .15);
    box-shadow: 0 2px 4px rgba(49, 57, 60, .15);
    padding-top: 9px;
    padding-bottom: 9px;
    background: #fff;
    z-index: 9
}

.about .row,
.main .takecourse-slider__info,
.nav .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__about {
    width: 270px;
    background: #d6f5fe;
    height: 44px;
    padding: 10px 11px;
    margin-left: 4px;
    cursor: pointer
}

.nav__about:hover {
    background: #edfbff
}

.nav__about:focus {
    background: #c7f2ff
}

.nav__courses {
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer
}

.nav__courses:hover,
.nav__courses:hover svg {
    color: #2176ff;
    stroke: #2176FF
}

.nav__courses:focus,
.nav__courses:focus svg {
    color: #185bdb;
    stroke: #185BDB
}

.account-slider__slider-btn:hover svg path,
.reviews__slider-btn:hover svg path,
.teacher-slider__slider-btn:hover svg path {
    stroke: #2176FF
}

.nav__email {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nav__email:hover,
.nav__email:hover svg,
.nav__email:hover svg rect {
    stroke: #2176FF;
    color: #2176ff
}

.nav__email svg {
    margin-right: 5px
}

.nav .log-in {
    width: 127px;
    height: 56px;
    background: #31393c;
    font-weight: 500;
    color: #fff;
    border: none
}

.nav .log-in:hover {
    background: #77868a
}

.nav .log-in:focus {
    background: #232e33
}

.nav__courses-drop {
    position: absolute;
    z-index: 99999;
    top: 25px;
    text-align: left;
    display: none;
    width: 300px;
    transition: .3s;
    background: #fff;
    -webkit-box-shadow: 0 7px 29px rgba(100, 111, 111, .2);
    box-shadow: 0 7px 29px rgba(100, 111, 111, .2);
    padding: 20px;
    color: #31393c
}

.action,
.change-option,
.login-pass,
.payment-form__in,
.play,
.train .line-number,
.users__lessons {
    text-align: center
}

.nav .btn-more__courses-mob,
.nav .nav__courses-drop .closebtn,
.nav .profile-nav--mob,
.train .train__item-hide {
    display: none
}

.account-slider .slick-dots,
.logo-light,
.nav .user-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer__text+.footer__text,
.modal__inner-review__text,
.nav__courses-drop__item+.nav__courses-drop__item,
.reviews__slider-item__text,
.teacher .action {
    margin-top: 20px
}

.change-option a,
.nav__courses-drop__item:hover {
    color: #2176ff
}

.nav .user-profile {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.modal-body,
.nav .profile-nav__item {
    padding: 0
}

.logo-light {
    padding-top: 12px;
    padding-bottom: 12px;
    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
}

.nav__courses:focus .nav__courses-drop,
.nav__courses:hover .nav__courses-drop,
.nav__courses:hover+.nav__courses-drop {
    display: block
}

.menu__btn-line {
    width: 14px;
    height: 2px;
    background: #31393c
}

.menu__btn-line+.menu__btn-line {
    margin-top: 5px
}

.box__item+.box__item,
.offer .offer-img__text+.offer-img__text,
.skills li+li,
.takecourse .action,
.users .users__list-item+.users__list-item {
    margin-top: 40px
}

.offer {
    color: #fff;
    background: #31393c;
    padding-bottom: 122px
}

.offer .back {
    padding-left: 33px;
    padding-top: 90px
}

.offer .back::before {
    content: '';
    position: absolute;
    background-image: url("../images/arrow-left.svg");
    width: 24px;
    height: 24px;
    left: -1px;
    bottom: -2px
}

.offer__title {
    font-weight: 500;
    font-size: 61px;
    margin-bottom: 20px
}

.offer__img,
.users__heading {
    font-size: 20px;
    font-weight: 500
}

.about__title,
.main__text,
.offer__text,
.sertificate__title,
.skills__title,
.takecourse__text,
.teacher__title,
.users__title {
    margin-bottom: 70px
}

.offer__img {
    background-image: url("../images/image1.png");
    width: 604px;
    height: 570px;
    position: absolute;
    right: 0;
    padding-top: 82px;
    padding-left: 169px;
    color: #000;
    letter-spacing: .15px;
    margin-top: 50px
}

.users__list-item {
    position: relative;
    padding-left: 40px;
    width: 433px
}

.users__list-item::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #31393c;
    left: 5px;
    top: 10px
}

.account-slider,
.footer__text:first-child,
.skills__btn {
    margin-top: 70px
}

.users__heading {
    margin-bottom: 20px;
    padding-top: 20px
}

.users__level {
    font-size: 14px;
    margin-bottom: 40px
}

.users__lessons {
    font-weight: 500;
    font-size: 48px
}

.users__lessons-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 70px
}

.users__learn {
    width: 390px;
    margin-bottom: 20px
}

.account-slider {
    padding-top: 100px
}

.account-slider .slick-dots {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0
}

.about .video,
.reviews__wrraper,
.skills-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.account-slider li+li {
    margin-left: 100px
}

.account-slider li button {
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: #cbd0e4
}

.account-slider li.slick-active button {
    background: #2176ff
}

.account-slider li {
    position: relative;
    font-size: 12px
}

.account-slider li::before {
    top: -30px;
    position: absolute;
    width: 105px
}

.account-slider li:first-child::before {
    content: "Регистрация";
    left: -26px
}

.account-slider li:nth-child(2)::before {
    content: "Мои курсы";
    left: -25px
}

.account-slider li:nth-child(3)::before {
    content: "Внутри курса";
    left: -30px
}

.account-slider li:nth-child(4)::before {
    content: "Теория";
    left: -12px
}

.account-slider li:nth-child(5)::before {
    content: "Тест";
    left: -1px
}

.account-slider li:nth-child(6)::before {
    content: "Видеопрактика";
    left: -32px
}

.account-slider__item-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.account-slider__item-text {
    margin-bottom: 80px
}

.about img,
.account-slider img,
.train__img {
    width: 100%
}

.slick-slide-control00.blue-back::after {
    background-color: #2176ff !important;
    display: block;
    content: ''
}

.account-slider__slider-btn {
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    bottom: -50px;
    right: 0;
    cursor: pointer
}

.account-slider__slider-btnprev {
    right: 45px
}

.personal-account__title,
.takecourse__title {
    margin-bottom: 20px
}

.personal-account {
    background: #edeff0
}

.personal-account__text {
    margin-bottom: 60px
}

.account-slider #slick-slide-control00::after,
.account-slider #slick-slide-control01::after,
.account-slider #slick-slide-control02::after,
.account-slider #slick-slide-control03::after,
.account-slider #slick-slide-control04::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background: #cbd0e4;
    left: 24px
}

.about .video {
    position: relative;
    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
}

.about .video:hover::after {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/play.png");
    width: 70px;
    height: 70px;
    cursor: pointer
}

.reviews__wrraper,
.skills-list__item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.skills-list__item-title {
    font-size: 16px
}

.skills img {
    margin-right: 16px
}

.sertificate__wrapper {
    width: 100%;
    background-color: #fff;
    height: 100%;
    -webkit-filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, .2))
}

.sertificate__wrapper-item {
    color: #000;
    padding: 20px 30px
}

.sertificate__wrapper-item--right {
    background: #31393c;
    height: 100%;
    color: #fff;
    padding: 20px 30px
}

.banner,
.train {
    padding-bottom: 100px
}

.sertificate__wrapper-item__title {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 120px
}

.sertificate__wrapper-item-text {
    font-size: 12px;
    margin-bottom: 2px
}

.sertificate__wrapper-item-name {
    font-weight: 700;
    font-size: 24px
}

.sertificate__wrapper-item-name--user {
    margin-bottom: 168px
}

.sertificate__wrapper-item-work {
    font-size: 24px;
    margin-top: 132px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer-list__item,
.sertificate-list__item+.sertificate-list__item {
    margin-top: 10px
}

.banner {
    background: #31393c;
    color: #fff;
    margin-top: 100px
}

.banner .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.banner__title {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 40px
}

.banner__text {
    font-size: 16px;
    margin-bottom: 70px
}

.banner__img {
    position: absolute;
    right: -45px;
    top: -120px
}

.train {
    background: #ebedef
}

.train__inner {
    height: 99.8%;
    width: 50px;
    position: relative
}

.train .line-hide {
    display: none;
    width: 100%;
    transform: rotate(180deg)
}

.train__inner-box {
    position: absolute;
    z-index: 8
}

.train .line-hide,
.train .line-more {
    cursor: pointer
}

.train__img-hide {
    width: 100%;
    display: none
}

.reviews__info,
.reviews__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.train__img2 {
    width: 100%;
    bottom: 0
}

.train__img-wrapper {
    position: absolute;
    background: #cbd0e4;
    height: 100%;
    z-index: 3;
    width: 100%
}

.reviews__btn::after,
.train__line {
    position: absolute;
    background: #2176ff
}

.train__line {
    top: 0;
    width: 100%;
    height: 280px;
    z-index: 4
}

.train__item-title {
    font-size: 24px
}

.train__item-time {
    font-size: 12px;
    color: #2176ff;
    margin-bottom: 20px
}

.train__item-end {
    font-size: 34px;
    color: #888da7;
    position: absolute;
    bottom: 0
}

.footer-list__item a:hover,
.reviews__btn,
.teacher__btn {
    color: #aeb3ca
}

.train__item {
    min-height: 300px
}

.train__item:last-child {
    min-height: 50px
}

.train .line-number {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 4%;
    color: #9094a5
}

.reviews__btn+.reviews__btn,
.reviews__stars {
    margin-left: 40px
}

.reviews__title {
    margin-bottom: 78px
}

.reviews__stars {
    display: flex;
    margin-right: 12px
}

.reviews__btn {
    font-size: 24px;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.reviews__btn.active {
    color: #31393c
}

.reviews__btn.active::after {
    width: 100%;
    border-bottom: 2px solid #2176ff
}

.reviews__btns {
    border-bottom: 1px solid #e3e7f6
}

.reviews__btn::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.reviews__btn:hover::after {
    width: 100%
}

.checkbox__title,
.profile .email-info,
.reviews__number {
    font-size: 12px
}

.reviews__info {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box__item-title::after,
.teacher__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.reviews__slider-btnprev {
    right: 275px !important
}

.reviews__slider-btn {
    z-index: 99999999999999;
    bottom: -34px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 235px;
    cursor: pointer
}

.reviews__container {
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden
}

.catalog__inner-number,
.reviews__slider-item__work {
    font-size: 14px
}

.reviews__slider-item {
    width: 470px !important;
    margin-right: 30px;
    cursor: pointer;
    margin-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0))), #fff;
    background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%), #fff;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%), #fff;
    -webkit-box-shadow: 0 7px 29px rgba(100, 111, 111, .2);
    box-shadow: 0 7px 29px rgba(100, 111, 111, .2);
    padding: 20px
}

.reviews__info-box,
.teacher__box {
    margin-left: 30px
}

.reviews__slider-item__name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px
}

.reviews__slider-item-time {
    font-size: 12px;
    position: absolute;
    right: 18px;
    top: 11px
}

.reviews .slick-list,
.takecourse .slick-list {
    padding-bottom: 25px !important
}

.reviews .container {
    width: 98%;
    margin: 0 auto
}

.main .down,
.teacher {
    padding-bottom: 100px
}

.teacher__name {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #e3e7f6;
    padding-bottom: 20px
}

.teacher__work {
    font-size: 14px;
    margin-bottom: 44px
}

.teacher__btns {
    display: flex;
    border-bottom: 2px solid #e3e7f6;
    width: 340px;
    margin-bottom: 20px
}

.teacher__btn {
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.main__title,
.takecourse__btn.active,
.teacher__btn.active {
    color: #31393c
}

.teacher__btn::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    border-bottom: 2px solid #2176ff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.teacher__btn.active::after {
    width: 100%;
    border-bottom: 2px solid #2176ff
}

.teacher__btn:hover::after {
    width: 100%
}

.teacher__btn+.teacher__btn {
    margin-left: 40px
}

.teacher-slider__item {
    width: 270px;
    padding: 20px;
    border: 1px solid #cbd0e4;
    cursor: pointer
}

.teacher-slider__item img,
.teacher__img {
    width: 100%
}

.teacher-slider {
    margin: 0 -10px;
    position: relative
}

.teacher-slider__slider-btnprev {
    right: 30px !important
}

.teacher-slider__slider-btn {
    z-index: 99999999999999;
    bottom: -39px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    cursor: pointer
}

.box__item,
.takecourse__btns {
    border-bottom: 1px solid #e3e7f6
}

.teacher-slider__slider-btn:focus svg path {
    stroke: #185BDB
}

.card-slider__slider-btn:hover svg path,
.play .next-lesson svg:hover,
.play .prev-lesson svg:hover,
.takecourse-slider__slider-btn:hover svg path {
    stroke: #2176FF
}

.teacher .slick-slide {
    padding: 0 10px
}

.box__item-title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    padding-right: 42px;
    cursor: pointer
}

.box__item-text {
    transition: .3s;
    height: 0;
    padding: 20px 46px 40px 0;
    background-color: transparent;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    opacity: 0
}

.footer,
.main {
    background: #ebedef
}

.box__item-title::after {
    content: url(../images/ArrowDown.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    right: 13px;
    top: 9px;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: url(../images/ArrowDown.svg)
}

.questions .justify-content,
.takecourse__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.box__item.box__item--active .box__item-title::after {
    content: url(../images/close.svg)
}

.box__item.box__item--active .box__item-text {
    visibility: visible;
    height: 100%;
    padding: 20px 46px 40px 0;
    opacity: 1
}

.questions .justify-content {
    display: flex;
    -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
}

.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px
}

.footer-logo,
.login-form__title {
    margin-bottom: 40px
}

.footer .social-list__item-link+.social-list__item-link {
    margin-left: 25px
}

.footer-list__item a:focus {
    color: #63698f
}

.footer .social-list__img:hover {
    fill: #CBD0E4
}

.footer .social-list__img:focus {
    fill: #888DA7
}

.main {
    padding-top: 32px
}

.main__title {
    font-size: 61px;
    margin-bottom: 20px;
    padding-top: 153px
}

.main__img {
    background-image: url("../images/main-img1.png");
    width: 607px;
    height: 584px
}

.takecourse__btns {
    display: flex;
    color: #aeb3ca;
    margin-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.takecourse__btn+.takecourse__btn {
    margin-left: 20px
}

.takecourse__btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-weight: 500
}

.takecourse__btn::after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    border-bottom: 2px solid #2176ff;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.takecourse__btn.active::after {
    width: 100%;
    border-bottom: 2px solid #2176ff
}

.profile__courses-act,
.takecourse__btn:hover::after {
    width: 100%
}

.card-slider__slider-btn,
.takecourse-slider__slider-btn {
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    z-index: 999
}
img.card__img {
    display: block;
    margin: 0 auto;
    min-width: 150px;
    max-width: 180px;
    height: 150px;
    max-height: 150px;
}
.takecourse-slider__slider-btnprev {
    right: 45px
}

.takecourse-slider {
    margin: 0 -10px;
    position: relative
}

.takecourse .slick-slide {
    padding: 0 14px 2px
}

input[type=range] {
    margin: 10px 0;
    -webkit-appearance: none;
    width: 100%
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1.5px;
    cursor: pointer;
    background: #e3e7f6;
    border-radius: 25px
}

input[type=range]::-webkit-slider-thumb {
    height: 2px;
    width: 142px;
    border-radius: 7px;
    background: #31393c;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -.1px
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #2176ff
}

input[type=range]::-webkit-slider-thumb:focus {
    background: #185bdb
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #e3e7f6
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4x;
    cursor: pointer;
    background: #e3e7f6;
    border-radius: 25px
}

input[type=range]::-moz-range-thumb {
    height: 4px;
    width: 142px;
    border-radius: 7px;
    background: #31393c;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: 0 0;
    border-width: 39px 0
}

input[type=range]::-ms-fill-lower {
    background: #e3e7f6;
    border-radius: 50px
}

input[type=range]::-ms-fill-upper {
    background: #e3e7f6;
    border-radius: 50px
}

input[type=range]::-ms-thumb {
    height: 4px;
    width: 142px;
    border-radius: 7px;
    background: #31393c;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: #e3e7f6
}

input[type=range]:focus::-ms-fill-upper {
    background: #e3e7f6
}

.action {
    display: block;
    width: 100%;
    margin-top: 30px
}

.animate-active {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

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

    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

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

    90% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

.irs--flat {
    width: 170px;
    margin-top: -15px
}

.aside-filter__content {
    margin-top: 50px;
    margin-bottom: 10px
}

.irs-with-grid .irs-grid {
    display: none !important
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    top: -10px;
    padding: 0;
    text-shadow: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 17px;
    color: #2176ff;
    font-family: Montserrat, sans-serif;
    display: none !important
}

.irs-max {
    left: 40px
}

.irs-max::before,
.irs-min::before {
    position: unset;
    font-size: 14px;
    line-height: 17px;
    color: #31393c;
    text-decoration: none !important;
    border-bottom: none;
    left: 0;
    padding-right: 7px
}

.aside-filter .radio,
.irs-handle {
    cursor: pointer
}

.irs--flat .irs-handle:hover {
    width: 35px;
    height: 35px
}

.irs-max::before {
    padding-left: 7px;
    content: 'до'
}

.irs-max,
.irs-min {
    position: absolute;
    display: unset;
    cursor: default
}

.irs-min::before {
    content: 'от'
}

.irs--flat .irs-line {
    top: 40px;
    height: 1px;
    background-color: #e0e0e0;
    border-radius: 0
}

.irs--flat .irs-bar {
    top: 25px;
    height: 1px;
    background-color: #2176ff
}

.irs--flat .irs-handle {
    top: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #31393c;
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child,
.irs--flat .irs-handle>i:first-child,
.radio__fake {
    background-color: transparent
}

.irs-max::after {
    content: "часов";
    padding-left: 10px;
    color: #31393c
}

.irs--flat .irs-handle::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #31393c;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%
}

.irs--flat .irs-from::before,
.irs--flat .irs-to:before {
    width: auto;
    height: auto;
    top: 0;
    bottom: 1px;
    color: #000;
    overflow: hidden
}

.irs {
    top: -15px
}

.irs-from,
.irs-single,
.irs-to {
    position: unset;
    display: inline
}

.accordion,
.error__img3 img,
.irs--flat .irs-single:before {
    display: none
}

.catalog .takecourse-slider__info,
.catalog__inner-list__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    top: -10px;
    padding-left: 21px;
    text-shadow: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 17px;
    color: #2176ff;
    font-family: Montserrat, sans-serif
}

.irs--flat .irs-from::before {
    content: 'от';
    position: absolute;
    margin-left: 1px;
    border: none;
    border-top-color: transparent;
    left: 0
}

.irs--flat .irs-to:before {
    content: 'до';
    position: absolute;
    margin-left: -3px;
    border: none;
    border-top-color: transparent;
    left: 44px
}

.irs--flat .irs-to {
    padding-left: 25px
}

.irs--flat .irs-to::after {
    content: 'часов';
    position: absolute;
    color: #000;
    padding-left: 10px
}

.catalog .card__item {
    margin-bottom: 30px
}

.catalog__title {
    border-bottom: 1px solid #31393c;
    padding-bottom: 20px;
    margin-bottom: 50px
}

.catalog__inner-list__info {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.catalog__inner-title {
    font-size: 34px
}

.catalog .takecourse-slider__item {
    margin-bottom: 15px
}

.catalog .takecourse-slider__info {
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.catalog .active-people {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

.catalog .active-people::before {
    top: 5px
}

.catalog .crossed-out {
    color: #aeb3ca;
    margin-left: 10px
}

.aside-filter__title {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.aside-filter__btn {
    padding: 16px 36px;
    border: 1px solid #31393c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 71px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500
}

.aside-filter__btn.active,
.aside-filter__btn:hover {
    background: #2176ff;
    border: 1px solid #2176ff;
    color: #fff
}

.aside-filter__btn+.aside-filter__btn {
    margin-top: 10px
}

.aside-filter__btns {
    margin-bottom: 50px
}

.aside-filter__title-time,
.payment__title {
    margin-bottom: 70px
}

.aside-filter__content-item label,
.aside-filter__radio label {
    margin-bottom: 10px
}

.checkbox__real,
.radio__real {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.radio__fake {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #31393c;
    border-radius: 50%;
    vertical-align: bottom;
    margin: 0 4px 0 0
}

.profile-nav__link,
.questions-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.radio__fake:hover {
    border: 1px solid #2176ff
}

.radio__real:checked+.radio__fake::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff
}

.radio__real:checked+.radio__fake {
    background: #2176ff;
    border: 1px solid #2176ff
}

.modal-header .close {
    margin-top: -35px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 700px
}

.close {
    opacity: 1
}

.modal-header {
    padding: 0;
    border-bottom: none;
    position: absolute;
    top: -20px;
    right: 0
}

.modal-body {
    height: 500px
}

.modal-body.scroll {
    overflow-y: scroll;
    padding: 1rem
}

.modal-dialog {
    margin: 30px auto;
    max-width: 700px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.questions-form {
    padding: 30px;
    height: 476px
}

.questions__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 68px;
    color: #31393c;
    margin-bottom: 40px
}

.questions-form__btn {
    margin-left: auto;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 40px
}

.input+.input {
    margin-top: 30px
}

.modal-content.questions {
    width: 567px
}

.error {
    background: #31393c;
    color: #fff;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative
}

.error__title {
    font-weight: 500;
    font-size: 61px;
    margin-bottom: 50px
}

.error__img1 img {
    margin-top: 100px;
    position: absolute
}

.error__img2 img {
    position: absolute;
    right: -151px;
    bottom: 0
}

.payment {
    padding-top: 0;
    background: #ebedef;
    padding-bottom: 0
}

.payment .active-people {
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px
}

.payment .active-people::before {
    content: '';
    position: absolute;
    background: url("../images/fire-icon.svg");
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0
}

.payment .active-people span {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2176ff;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
    margin-left: 10px
}

.payment .active-people span::before {
    content: '';
    position: absolute;
    background: url("../images/group.svg");
    width: 24px;
    height: 24px;
    top: 0;
    left: 0
}

.payment__name {
    margin-top: 20px;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 10px
}

.payment__teacher {
    font-weight: 500;
    font-size: 20px;
    color: #aeb3ca
}

.payment-form {
    background: #fff;
    padding-right: 60px;
    padding-left: 60px
}

.forms__phone-prefix,
input {
    width: 100%;
    background: 0 0;
    border: none
}

.payment-form__title {
    font-weight: 500;
    font-size: 48px;
    padding-top: 63px;
    margin-bottom: 50px
}

.payment-form .btn {
    width: 100%;
    margin-bottom: 20px
}

.payment-form .forms__box {
    margin-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.payment-form__info {
    font-size: 12px;
    margin-bottom: 40px
}

.payment-form__in {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 100px
}

.payment-form__price-title {
    font-weight: 600;
    font-size: 20px
}

.payment-form__price {
    font-size: 24px;
    font-weight: 600
}

input::-webkit-input-placeholder {
    color: #aeb3ca !important
}

input::-moz-placeholder {
    color: #aeb3ca !important
}

input:-ms-input-placeholder {
    color: #aeb3ca !important
}

input::-ms-input-placeholder {
    color: #aeb3ca !important
}

input::placeholder {
    color: #aeb3ca !important
}

input {
    border-bottom: 1px solid #aeb3ca;
    color: #aeb3ca;
    height: 32px;
    padding: 0
}

.forms__box-price {
    margin-top: 70px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.forms__phone-prefix {
    border-bottom: 1px solid #aeb3ca;
    padding-bottom: 3px
}

.forms__phone-prefix option {
    color: #000
}

.checkbox__fake {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1.5px solid #31393c;
    vertical-align: bottom;
    margin-bottom: 3px;
    margin-right: 8px;
    cursor: pointer
}

.checkbox__real:checked+.checkbox__fake::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 11px;
    height: 7px;
    background-image: url("../images/check.svg");
    background-position: center;
    background-size: initial;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.profile {
    padding-top: 0;
    padding-bottom: 0;
    background: #ebedef
}

.profile-nav {
    font-weight: 500;
    color: #aeb3ca;
    margin-top: 50px
}

.profile-nav__link2 svg path {
    stroke: #AEB3CA !important;
    fill: #AEB3CA !important
}

.profile-nav__item {
    padding: 16px 15px 16px 30px;
    position: relative
}

.profile-nav__item:hover::before {
    content: '';
    position: absolute;
    height: 54px;
    width: 3px;
    left: 0;
    top: 0;
    background: #33a1fd
}

.profile-nav__item.active .profile-nav__link2 svg path {
    stroke: #31393C !important;
    fill: #31393C !important
}

.profile-nav__item.active {
    color: #31393c;
    position: relative
}

.profile-nav__item.active::before {
    content: '';
    position: absolute;
    height: 54px;
    width: 3px;
    left: 0;
    top: 0;
    background: #33a1fd
}

.profile-nav__item.active svg {
    stroke: #31393C !important
}

.profile-nav__link {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-photo,
.profile__block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.profile-nav__link svg {
    margin-right: 10px
}

.profile__title {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 50px
}

.profile__courses-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #cbd0e4
}

.profile__courses-item:hover {
    -webkit-box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border: 1px solid #fff
}

.profile__courses-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px
}

.profile__courses-img {
    width: 100%;
    margin-bottom: 12px
}

.profile__courses-teacher {
    color: #aeb3ca;
    font-size: 14px;
    margin-bottom: 22px
}

.profile .process {
    background: #ebedef;
    height: 1px;
    width: 100%;
    margin-top: 22px
}

.profile .start::after {
    position: absolute;
    content: '';
    background: #2176ff;
    height: 1px;
    width: 72px
}

.profile__block {
    background: #fff;
    padding: 30px
}

.profile__main {
    margin-bottom: 30px;
    margin-top: 30px
}

.profile-photo {
    border-radius: 50%;
    background: #d2eaff;
    width: 80px;
    height: 80px;
    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;
    font-weight: 500;
    font-size: 48px;
    color: #31393c;
    margin-right: 20px
}

.profile__block-info {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.course__info,
.profile-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.profile-info__name {
    font-weight: 600;
    font-size: 24px
}

.profile__titler {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px
}

.profile-group {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.profile-group label {
    font-weight: 600;
    font-size: 12px;
    color: #aeb3ca;
    margin-bottom: 0
}

.profile-group input {
    color: #31393c;
    padding: 0
}

.profile-group input::-webkit-input-placeholder {
    color: #31393c;
    padding: 0
}

.profile-group input::-moz-placeholder {
    color: #31393c;
    padding: 0
}

.profile-group input:-ms-input-placeholder {
    color: #31393c;
    padding: 0
}

.profile-group input::-ms-input-placeholder {
    color: #31393c;
    padding: 0
}

.profile-group input::placeholder {
    color: #31393c;
    padding: 0
}

.profile-group .password-input::-webkit-input-placeholder {
    color: #cbd0e4
}

.profile-group .password-input::-moz-placeholder {
    color: #cbd0e4
}

.profile-group .password-input:-ms-input-placeholder {
    color: #cbd0e4
}

.profile-group .password-input::-ms-input-placeholder {
    color: #cbd0e4
}

.profile-group .password-input::placeholder {
    color: #cbd0e4
}

.profile-save {
    background: #cbd0e4;
    padding: 10px 30px;
    color: #aeb3ca;
    font-weight: 500;
    margin-top: 40px
}

.profile-group+.profile-group,
.profile__block-email {
    margin-top: 30px
}

.profile .email-delete {
    color: #aeb3ca;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px
}

.profile .email-active {
    font-size: 14px;
    color: #62c370;
    margin-top: 12px;
    padding-left: 15px;
    position: relative
}

.profile .email-active::before {
    content: '';
    position: absolute;
    background: url("../images/tick.svg");
    width: 24px;
    height: 24px;
    left: -5px
}

.password-control {
    position: absolute;
    top: 5px;
    right: 6px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/view.svg") no-repeat
}

.password-control.view {
    background: url("../images/no-view.svg") no-repeat
}

.course {
    background: #ebedef
}

.course .filter__item-drop {
    position: relative;
    cursor: pointer
}

.course .filter__item-drop::before {
    content: "";
    background-image: url("../images/down.svg");
    position: absolute;
    right: 22px;
    top: 37%;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.course .filter__item-drop--active {
    background: #e8eaeb
}

.course .filter__item-drop--active::before {
    transform: rotate(180deg)
}

.course .filter__item-drop--active+.aside-filter__content {
    display: block
}

.course .aside-filter__content {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.course-sidebar {
    height: 100%
}

.course-sidebar__title {
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px
}

.course__author {
    font-weight: 500;
    font-size: 20px;
    color: #aeb3ca;
    margin-bottom: 20px;
    margin-top: 10px
}

.course__info {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.course-hover,
.course-hover:hover .course__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.course__info-item+.course__info-item {
    margin-left: 20px
}

.course__progress {
    width: 100%;
    height: 5px;
    background: #cbd0e4;
    margin-bottom: 50px;
    position: relative
}

.course__progress::before {
    content: '';
    position: absolute;
    width: 72px;
    height: 5px;
    background: #2176ff;
    left: 0;
    top: 0
}

.course__titler {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px
}

.course-hover {
    position: relative;
    height: 326px;
    width: 100%;
    background-size: cover;
    -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;
    display: flex
}

.course__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: none
}

.course-hover:hover .course__img {
    display: flex
}

.course__img-text {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    z-index: 8
}

.course__img-text::after {
    content: '';
    position: absolute;
    background-image: url("../images/arrow-left.svg");
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.course__img-progress {
    background: #cbd0e4;
    width: 100%;
    height: 3px;
    position: relative
}

.course__img-progress::before {
    content: '';
    background: #fdca40;
    width: 200px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0
}

.profile .logo-link img {
    padding-top: 5px;
    padding-bottom: 5px
}

.aside-filter__item-title {
    border-top: 1px solid #aeb3ca;
    padding: 20px 34px 20px 0
}

.aside-filter__item-title:hover {
    background: #eef0f1
}

.aside-filter__item-title .checkbox__title {
    font-weight: 500;
    font-size: 20px;
    background: rgba(255, 255, 255, .05);
    padding-left: 20px;
    margin: 0
}

.aside-filter__item-title .checkbox__fake {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #aeb3ca;
    border-radius: 1px
}

.aside-filter__item-title .checkbox__fake:hover,
.aside-filter__item-title .checkbox__real:checked+.checkbox__fake {
    border: 2px solid #2176ff
}

.aside-filter__item-title .checkbox__real:checked+.checkbox__fake::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 1px;
    width: 12px;
    background-repeat: no-repeat;
    height: 8px;
    background-image: url(../images/tick-blue.svg)
}

.aside-filter__content-item__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: none;
    -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
}

.aside-filter__content-item__time,
.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.aside-filter__content-item:hover .aside-filter__content-item__hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aside-filter__content-item {
    padding: 16px 24px;
    width: 100%;
    height: 154px;
    background-size: cover !important;
    position: relative
}

.aside-filter__content-item__title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px
}

.aside-filter__content-item__time {
    padding: 3px 8px 3px 5px;
    position: absolute;
    font-size: 12px;
    z-index: 8;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 41px;
    bottom: 10px;
    left: 10px
}

.aside-filter__content-item__time svg {
    margin-right: 5px
}

.aside-filter__content-item.course-done::before {
    content: '';
    position: absolute;
    background: url("../images/circle_check.svg");
    width: 20px;
    height: 20px;
    right: 12px;
    top: 12px;
    z-index: 8
}

.check {
    position: absolute;
    z-index: 99;
    right: 12px;
    top: 12px
}

.login {
    padding-top: 40px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ebedef;
    height: 100vh
}

.login-form,
.login-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.login-img {
    margin: 0 auto 40px;
    display: flex
}

.login-form {
    margin: 0 auto;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 30px
}

.card__info,
.card__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.login-btn {
    margin-top: 50px;
    margin-bottom: 30px
}

.login-pass {
    font-size: 12px;
    color: #aeb3ca
}

.change-option {
    margin-top: 60px;
    font-weight: 500;
    font-size: 14px
}

.card__title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px
}

.card__teacher {
    font-size: 14px;
    color: #aeb3ca;
    margin-bottom: 4px
}

.card__info {
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.card__stars {
    display: flex;
    margin-right: 12px
}

.card__info-number {
    font-size: 14px;
    color: #185bdb;
    margin-right: 5px
}

.card__info-reviews {
    font-size: 12px
}

.card__price {
    font-size: 20px;
    color: #31393c;
    font-weight: 600
}

.card__item {
    width: 270px;
    min-height: 425px;
    max-height: 425px;
    background: #fff;
    padding: 20px;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    border: 1px solid #cbd0e4
}

.card__item:hover {
    -webkit-box-shadow: 0 5px 12px rgba(149, 157, 165, .2);
    box-shadow: 0 5px 12px rgba(149, 157, 165, .2);
    border: 1px solid #fff
}

.card__item img,
.styled-input.wide {
    width: 100%
}

.card__btn-act {
    width: 100%;
    margin-bottom: 0
}

.card__item .active-people {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

.card__item .active-people::before {
    top: 6px
}

.card__item .crossed-out {
    color: #aeb3ca;
    margin-left: 10px
}

.play {
    padding-bottom: 50px
}

.play-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.play__header {
    padding-top: 70px;
    margin-bottom: 50px
}

.play__header .beback {
    margin-top: 0;
    margin-bottom: 0
}

.play__materials,
.play__title {
    text-align: left
}

.play__cover {
    position: relative;
    height: 436px;
    width: 770px;
    background-size: cover
}

.play__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 235, 235, .5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    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
}

.play .play__img,
.play-btn {
    cursor: pointer
}

.play__materials-title {
    margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd0e4
}

.play__materials-btn {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #cbd0e4;
    cursor: pointer
}

.play__materials-btn::after {
    content: '';
    position: absolute;
    background: url("../images/download.svg");
    width: 24px;
    height: 24px;
    right: 24px;
    cursor: pointer
}

.play__materials-btn:hover::after {
    background: url("../images/download-gray.svg")
}

.play .play__img svg:hover rect {
    fill: #2176ffc0
}

.styled-input input:focus~label,
.styled-input input:valid~label,
.styled-input textarea:focus~label,
.styled-input textarea:valid~label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    color: #aeb3ca;
    top: -1.45rem;
    -webkit-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    -o-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    transition: 125ms cubic-bezier(.2, 0, .03, 1)
}

.styled-input label {
    padding: .4rem 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .25s cubic-bezier(.2, 0, .03, 1);
    -o-transition: .25s cubic-bezier(.2, 0, .03, 1);
    transition: .25s cubic-bezier(.2, 0, .03, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #aeb3ca
}

.styled-input input,
.styled-input textarea {
    padding: 0;
    width: 100%;
    font-size: 1rem;
    border-bottom: 1px solid #aeb3ca !important
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    -o-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    transition: 125ms cubic-bezier(.2, 0, .03, 1)
}

.styled-input input:focus~span,
.styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    -o-transition: 125ms cubic-bezier(.2, 0, .03, 1);
    transition: 125ms cubic-bezier(.2, 0, .03, 1)
}

.styled-input input:valid:not(:placeholder-shown),
.styled-input textarea:valid:not(:placeholder-shown) {
    border-color: #2176ff !important
}

@media (max-width:1420px) {
    .reviews__slider-item {
        width: 409px !important
    }

    .reviews__info-box {
        margin-left: 19px
    }

    .reviews__slider-item-time {
        position: unset;
        margin-top: 10px
    }

    .error__img1 {
        display: none
    }
}

@media (max-width:1290px) {
    .banner__img {
        position: unset
    }
}

@media (max-width:1253px) {
    .reviews__slider-item {
        width: 355px !important
    }

    .reviews__slider-btn {
        right: 60px
    }

    .reviews__slider-btnprev {
        right: 109px !important
    }

    .main__img {
        background-image: url(../images/main-img1.png);
        width: 90%;
        background-size: contain;
        background-repeat: no-repeat
    }

    .main__title {
        padding-top: 51px
    }

    .payment__img img {
        width: 100%
    }
}

@media (max-width:1097px) {
    .reviews__slider-item {
        width: 100% !important
    }
}

@media (max-width:992px) {

    .payment .btn,
    .train__item-text {
        font-size: 15px
    }

    .payment__title {
        margin-bottom: 29px
    }

    .beback {
        margin-bottom: 28px;
        margin-top: 40px
    }

    .payment-form {
        padding-right: 25px;
        padding-left: 25px
    }

    .payment .btn {
        padding: 16px 17px
    }

    .nav .log-in {
        width: 81px;
        height: 37px
    }

    .offer__img {
        width: 484px;
        height: 470px;
        top: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 77px;
        padding-left: 147px
    }

    .btn-act,
    .footer-logo,
    .users__learn,
    .users__list-item {
        width: 100%
    }

    .users__lessons-title {
        margin-bottom: 9px
    }

    .сertificate__text {
        margin-top: 60px
    }

    .teacher__box {
        margin-left: 0
    }

    .btn-act {
        padding: 16px 18px
    }

    .footer .social-list__item-link+.social-list__item-link {
        margin-left: 12px
    }

    .footer__text:first-child {
        margin-top: 48px
    }

    .aside-filter__btn {
        padding: 14px 24px;
        margin-right: 8px
    }

    .aside-filter__btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card__item,
    .profile__courses-item {
        margin-bottom: 28px
    }

    .error__img2 img {
        position: absolute;
        right: auto;
        bottom: 0;
        width: 100%
    }

    .error::before {
        right: -452px;
        z-index: 1
    }
}

@media (max-width:768px) {
    .aside-filter__btn--mobile {
        display: block
    }

    .aside-filter__mobile {
        background: #ebedef
    }

    .aside-filter__title {
        margin-top: 20px;
        margin-bottom: 16px
    }

    .aside-filter__radio .radio:nth-child(3) {
        padding-bottom: 20px
    }

    .aside-filter__radio {
        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
    }

    .aside-filter .irs--flat {
        width: 100%;
        margin-top: 0
    }

    .aside-filter .accordion {
        cursor: pointer;
        border: none;
        text-align: left;
        outline: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: #ebedef;
        padding: 12px 20px 12px 60px;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        position: relative
    }

    .aside-filter .accordion:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        left: 18px;
        top: 7px;
        background-image: url("../images/filter.svg")
    }

    .aside-filter .accordion:after {
        content: url(../images/ArrowDown.svg);
        right: 20px;
        position: absolute;
        width: 16px;
        height: 16px
    }

    .aside-filter .aside-filter__btn--mobile.active:after {
        content: url(../images/close.svg)
    }

    .aside-filter .panel {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease-out;
        -o-transition: max-height .3s ease-out;
        transition: max-height .3s ease-out
    }

    .aside-filter__content-item {
        height: 100px
    }

    .play__header {
        padding-top: 29px;
        margin-bottom: 26px
    }

    .play__header .beback {
        margin-bottom: 10px
    }

    .account-slider,
    .catalog__inner-list__info,
    .error__img2 img,
    .nav__courses-title,
    .open-more-svg,
    .payment__img,
    .profile-nav__main,
    .questions__btn,
    .skills__btn {
        display: none
    }

    .account-slider__mobile,
    .btn-more__courses-mob,
    .nav__courses-drop {
        display: block !important
    }

    .aside-filter__content-item__title {
        margin-bottom: 12px
    }

    .course__img-progress {
        margin-bottom: 47px
    }

    .nav .nav__courses:hover,
    .nav .nav__courses:hover svg {
        color: #fff;
        stroke: #fff
    }

    .nav__courses .accordion,
    .nav__courses-play .accordion {
        padding: 8px 8px 8px 32px !important;
        cursor: pointer;
        border: none;
        font-size: 16px;
        color: #fff;
        outline: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        position: relative;
        top: 12px;
        margin-bottom: 20px
    }

    .nav__courses .accordion:after,
    .nav__courses-play .accordion:after {
        content: url(../images/arrow-mob.svg);
        right: -30px;
        position: absolute;
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px
    }

    .nav__courses .btn-more__courses-mob.active:after,
    .nav__courses-play .btn-more__courses-mob.active:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: -30px
    }

    .nav__courses .panel,
    .nav__courses-play .panel {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease-out;
        -o-transition: max-height .3s ease-out;
        transition: max-height .3s ease-out
    }

    .nav .profile-nav--mob {
        display: block;
        margin-top: 0
    }

    .nav__courses-drop .profile-nav__item+.profile-nav__item,
    .nav__courses-drop__item+.nav__courses-drop__item {
        margin-top: 10px
    }

    .profile-nav__item:hover::before {
        height: 100%
    }

    .error::before {
        background: url(../images/error-mob.svg) 0 0/cover no-repeat;
        width: 100%;
        height: 271px;
        left: 0;
        top: 85px
    }

    .nav .log-in,
    .nav .log-in:hover {
        background: 0 0
    }

    .error__img img {
        width: 80%;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .catalog__inner-list {
        margin-top: 16px
    }

    .main__title {
        font-size: 34px;
        margin-bottom: 16px;
        padding-top: 0
    }

    .personal-account__title,
    .title {
        font-size: 24px
    }

    .main__text {
        margin-bottom: 527px
    }

    .main__img {
        height: 474px;
        position: absolute;
        top: -585px
    }

    .main .down {
        padding-bottom: 25px
    }

    .nav__courses-drop {
        padding: 0
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999999999;
        top: 0;
        right: 0;
        background: #31393c;
        overflow-x: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        padding-top: 60px;
        text-align: left
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .sidenav a:hover {
        color: #f1f1f1
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px
    }

    .nav .log-in {
        color: #31393c
    }

    .offer__img {
        background-image: none;
        padding: 0;
        width: auto;
        height: auto;
        color: #fff;
        left: 14px;
        top: -335px
    }

    .banner,
    .footer,
    .payment-form__in,
    .teacher,
    .train,
    section {
        padding-bottom: 40px
    }

    .offer-img__text1 {
        position: relative;
        width: 250px;
        padding-left: 120px
    }

    .offer-img__text1::before {
        content: '';
        position: absolute;
        background-image: url("../images/procent.png");
        width: 90px;
        height: 90px;
        left: 0
    }

    .offer .offer-img__text+.offer-img__text {
        margin-top: 20px
    }

    .offer__text {
        margin-bottom: 220px
    }

    .account-slider__mobile-item img {
        width: 100%;
        margin-bottom: 16px
    }

    .about .video,
    .account-slider__item-text,
    .login-pass,
    .profile-nav__item2,
    .skills-list,
    .takecourse__text {
        margin-bottom: 24px
    }

    .slick-dots {
        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 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slick-dots li button {
        font-size: 0px;
        border: 1px solid #aeb3ca;
        padding: 6px;
        border-radius: 50%;
        margin-left: 8px
    }

    .slick-dots li.slick-active button {
        background: #2176ff;
        border: 1px solid #2176ff
    }

    .footer,
    section {
        padding-top: 40px
    }

    .title {
        margin-bottom: 32px;
        display: block;
        font-weight: 600
    }

    .revers {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .skills li+li,
    .teacher__name {
        margin-top: 24px
    }

    .payment-form .forms__box,
    .profile-group+.profile-group,
    .profile-save,
    .train__item-title {
        margin-top: 0
    }

    .profile-info__link,
    .train__item-text {
        font-size: 14px
    }

    .sertificate__wrapper-item__title {
        font-size: 20px;
        margin-bottom: 70px
    }

    .sertificate__wrapper-item-text {
        font-size: 8px
    }

    .sertificate__wrapper-item-name--user {
        font-size: 16px;
        margin-bottom: 100px
    }

    .sertificate__wrapper-item-name {
        font-size: 16px
    }

    .sertificate__wrapper-item-work {
        font-size: 16px;
        margin-top: 65px
    }

    .sertificate-list {
        font-size: 10px
    }

    .sertificate-list__item img {
        width: 15px;
        height: 15px
    }

    .btn,
    .logo-link img {
        width: 100%
    }

    .banner__img {
        width: 80% !important;
        margin-top: 32px
    }

    .banner__title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .banner__text,
    .payment__inner input,
    .payment__inner select,
    .profile-group input {
        margin-bottom: 32px
    }

    .banner {
        margin-top: 0
    }

    .footer__text:first-child {
        margin-top: 27px
    }

    .takecourse__btns {
        overflow: scroll
    }

    .beback,
    .forms__box-price {
        margin-top: 24px;
        margin-bottom: 16px
    }

    .payment__title {
        font-size: 34px
    }

    .payment__teacher {
        margin-bottom: 40px
    }

    .payment-form__title {
        font-weight: 600;
        font-size: 24px;
        padding-top: 40px;
        margin-bottom: 24px
    }

    .profile-nav__item2 svg path {
        fill: #fff
    }

    .nav-open {
        float: right
    }

    .email-info {
        margin-bottom: 16px
    }

    .profile-group__email {
        margin-bottom: 0 !important
    }

    .profile-info__name {
        font-size: 18px
    }

    .profile-photo {
        font-size: 36px;
        width: 60px;
        height: 60px
    }

    .profile__block {
        padding: 16px
    }

    .profile__title {
        font-size: 32px;
        margin-bottom: 24px;
        margin-top: 24px
    }

    .profile__titler {
        margin-bottom: 28px
    }

    .course-hover {
        background-size: cover !important
    }

    .login {
        background: #fff
    }

    .takecourse__btn.active::after {
        bottom: 0
    }

    .login-img {
        margin-bottom: 50px;
        width: 100px
    }

    .login-form__title {
        margin-bottom: 64px
    }

    .mb-log {
        margin-bottom: 100px
    }

    .change-option {
        margin: 0
    }

    .login-form {
        text-align: center;
        padding: 0
    }

    .login-btn {
        margin-top: 0;
        margin-bottom: 24px
    }

    .hidden-sm {
        width: 0;
        padding: 0
    }

    .error__img3 img {
        display: block;
        width: 100%
    }

    .error .container {
        max-width: 100%;
        padding: 0
    }

    .error .btn {
        position: absolute;
        bottom: -80px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0
    }

    .error__title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 10px;
        padding: 16px;
        font-weight: 400
    }

    .error {
        padding-top: 0
    }

    .play__cover {
        height: 200px;
        width: 100%;
        background-size: cover !important
    }

    .next-lesson {
        position: absolute;
        bottom: -70px;
        left: 50%;
        z-index: 9999
    }

    .prev-lesson {
        position: absolute;
        bottom: -70px;
        right: 50%;
        z-index: 999
    }

    .play__materials-title {
        margin-top: 92px
    }
}

@media (max-width:576px) {

    .btn,
    .reviews__btns {
        width: 100%
    }

    .train__item-title {
        font-size: 22px;
        line-height: 28px
    }

    .play__header {
        padding-top: 30px;
        margin-bottom: 22px
    }

    .play__header .beback {
        margin-bottom: 26px
    }

    .train__item-text {
        font-size: 13px
    }

    .play__title {
        font-size: 24px;
        font-weight: 500
    }

    .course__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .course-hover {
        height: 258px
    }

    .course__titler {
        margin-bottom: 16px
    }

    .course__title {
        font-size: 24px;
        font-weight: 600
    }

    .course__progress,
    .users__title {
        margin-bottom: 32px
    }

    .course__info-item+.course__info-item {
        margin-left: 0;
        margin-top: 4px
    }

    .nav-open {
        float: right
    }

    .nav .log-in {
        width: auto;
        height: auto
    }

    .dn,
    .reviews__range {
        display: none
    }

    .offer__title {
        font-size: 34px
    }

    .beback {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .reviews__btns,
    .techer__about,
    .users__level {
        margin-bottom: 20px
    }

    .offer {
        padding-bottom: 64px
    }

    .title {
        font-size: 24px
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .users .users__list-item+.users__list-item {
        margin-top: 16px
    }

    .сertificate__text {
        margin-top: 32px
    }

    .sertificate__wrapper-item,
    .sertificate__wrapper-item--right {
        padding: 15px
    }

    .reviews__wrraper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews__number {
        margin-top: 10px
    }

    .takecourse .action {
        margin-top: -20px
    }

    .reviews__stars {
        margin-left: 0
    }
}

@media (max-width:476px) {
    .next-lesson {
        right: 36%
    }

    .logo-link svg,
    .sertificate__logo {
        width: 100%
    }

    .user-profile__title {
        font-size: 13px
    }

    .user-profile__img img {
        width: 36px
    }

    .reviews__btns {
        margin-bottom: 20px
    }

    .nav-open {
        font-size: 25px
    }

    .main__img {
        height: 474px;
        top: -504px
    }

    .main__text {
        margin-bottom: 447px
    }

    .profile-photo {
        font-size: 30px;
        height: 46px;
        width: 46px
    }

    .questions__title {
        line-height: 35px
    }

    .reviews__info img {
        width: 60px
    }
}

@media (max-width:362px) {
    .teacher__btn+.teacher__btn {
        margin-left: 20px
    }

    .teacher__btn {
        font-size: 20px
    }

    .teacher__btns {
        width: 100%
    }

    .login-img {
        margin-bottom: 23px
    }
}

@media (max-width:360px) {
    h4 {
        font-size: 30px
    }

    section {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .aside-filter__content-item {
        height: 97px
    }

    .aside-filter__item-title .checkbox__title {
        padding-left: 3px
    }

    .course-hover {
        height: 196px
    }

    .logo-link img {
        width: 100%
    }

    .reviews__slider-item__text {
        font-size: 15px
    }

    .reviews__slider-item__name {
        font-size: 17px;
        margin-bottom: 2px
    }

    .reviews__slider-item__work {
        font-size: 11px
    }

    .main__img {
        height: 474px;
        top: -406px
    }

    .main__text {
        margin-bottom: 347px
    }

    .payment .btn {
        font-size: 12px
    }

    .error__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        padding: 10px;
        font-weight: 400
    }
}

@media (max-width:328px) {
    .login-form {
        padding-bottom: 0
    }
}
