.index-intro {
    display: none;
    position: relative
}

@media only screen and (max-width: 812px) {
    .index-intro {
        display: block
    }
}

.index-intro__slider {
    position: relative;
    height: calc(100vh - 182px);
    width: 100%;
    overflow: hidden
}

@media only screen and (max-width: 812px) {
    .index-intro__slider {
        padding-top: 53%;
        height: auto;
        min-height: 198px
    }
}

.index-intro__slider .slick-lines {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 172px;
    bottom: 65px;
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: none
}

.index-intro__slider .slick-lines li {
    height: 3px;
    width: 71px;
    background-color: hsla(0, 0%, 100%, .4);
    margin-left: 0;
    margin-right: 43px;
    pointer-events: all
}

.index-intro__slider .slick-lines li:last-child {
    margin-right: 0
}

.index-intro__slider .slick-lines li:after {
    background-color: #feca30
}

.index-intro__slider .slider-arrow.prev {
    left: 100px
}

.index-intro__slider .slider-arrow.next {
    right: 100px
}

.index-intro-slide {
    padding: 97px 0;
    height: 100%;
    background-size: cover;
    background-position: top
}

@media only screen and (max-width: 812px) {
    .index-intro-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 0 5px;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-intro-slide:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.index-intro-slide.white .index-intro-slide__text, .index-intro-slide.white .index-intro-slide__title {
    color: #fff
}

.index-intro-slide.white .index-intro-slide__link {
    background-color: #fff;
    color: #1a211d
}

.index-intro-slide__wrap {
    padding-left: 172px
}

@media only screen and (max-width: 812px) {
    .index-intro-slide__wrap {
        max-width: 56vw;
        padding-left: 24px
    }
}

.index-intro-slide__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 94px;
    margin-bottom: 18px
}

@media only screen and (max-width: 812px) {
    .index-intro-slide__title {
        margin-bottom: 2.5vw;
        line-height: 1.2;
        font-size: 7vw
    }
}

.index-intro-slide__text {
    line-height: 37px;
    font-size: 26px;
    margin-bottom: 46px;
    width: 542px
}

@media only screen and (max-width: 812px) {
    .index-intro-slide__text {
        margin-bottom: 0;
        line-height: 1.6;
        font-size: 3vw
    }
}

.index-intro-slide__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    width: 245px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #31313e;
    border-radius: 40px
}

@media only screen and (max-width: 812px) {
    .index-intro-slide__link {
        display: none
    }
}

.index-projects {
    position: relative;
    padding-top: 60px;
    background-color: #fafafa
}

@media only screen and (max-width: 812px) {
    .index-projects._main-page {
        padding-top: 50px
    }
}

.index-projects__anchor {
    position: absolute;
    top: -140px;
    opacity: 0;
    z-index: -1
}

@media only screen and (max-width: 812px) {
    .index-projects__anchor {
        top: -125px
    }
}

@media only screen and (max-width: 812px) {
    .index-projects {
        padding-top: 25px
    }
}

.index-projects__wrap {
    padding-left: 86px;
    padding-right: 86px
}

@media only screen and (max-width: 812px) {
    .index-projects__wrap {
        padding: 0 24px
    }
}

.index-projects__title {
    position: relative;
    padding: 0 86px;
    padding-bottom: 40px;
    text-align: center
}

@media only screen and (max-width: 812px) {
    .index-projects__title {
        padding: 0 24px;
        padding-bottom: 30px
    }
}

.index-projects__title h1 {
    color: #000;
    font-weight: bold;
    font-size: 49px;
    line-height: 62px
}

@media only screen and (max-width: 812px) {
    .index-projects__title h1 {
        font-size: 32px;
        line-height: 38px
    }
}

.index-projects__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height .4s ease;
    transition: max-height .4s ease
}

@media only screen and (max-width: 812px) {
    .index-projects__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
        padding-bottom: 8px
    }
}

@media only screen and (max-width: 812px) {
    .index-projects__list .slick-slide {
        padding: 0 12px
    }
}


.index-projects__list-item {
    width: calc((100% - 64px) / 2);
    margin-right: 32px;
    margin-bottom: 24px;
    position: relative
}

.index-projects__list-item:hover .snow-wrapper {
    opacity: 1;
    display: block
}

@media only screen and (max-width: 812px) {
    .index-projects__list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.index-projects__list-item:nth-child(2n) {
    margin-right: 0
}

@media only screen and (max-width: 812px) {
    .index-projects__list-item:nth-child(2n) {
        margin-bottom: 24px
    }
}

.index-projects__list-item:nth-last-child(-n+2) {
    margin-bottom: 0
}

@media only screen and (max-width: 812px) {
    .index-projects__list-item:nth-last-child(-n+2) {
        margin-bottom: 24px
    }
}

.index-projects__list-item:nth-child(n+7) {
    opacity: 1;
    -webkit-transition: opacity .3s ease .2s;
    transition: opacity .3s ease .2s
}

@media only screen and (max-width: 812px) {
    .index-projects__list-item:nth-child(n+7) {
        opacity: 1
    }
}
 
.index-projects__list-item:nth-child(n) .complex-card.\--new {
    background-color: #b1c7df
}

.index-projects__list-item:nth-child(n) .complex-card.\--new .complex-card__footer {
    padding-top: 27px;
    min-height: 191px;
    background-color: #ffffffa6;
}

.index-projects__list-item:nth-child(n) .complex-card.\--new .complex-card__footer .complex-card__subtitle {
    height: 21px;
    margin-bottom: 21px
}

.index-projects__list-item:nth-child(n) .complex-card.\--new .complex-card__footer .complex-card__price {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.index-projects__list-item:nth-child(n) .complex-card.\--new .complex-card__go {
    border: 2px solid #fff
}

.index-projects__list-item:nth-child(n) .complex-card.\--new .complex-card__go:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

@media only screen and (min-width: 812px) {
    .index-projects__list-item:nth-child(n) .complex-card.\--new:hover .complex-card__footer {
        padding-top: 100px;
        min-height: 100%;
        -webkit-transition: min-height .5s ease, padding .5s ease;
        transition: min-height .5s ease, padding .5s ease
    }

    .index-projects__list-item:nth-child(n) .complex-card.\--new:hover .complex-card__price {
        color: #000;
        background-color: #feca30;
        border: 1px solid #feca30
    }
}

.index-projects__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-projects__nav.com {
    padding-bottom: 40px
}

@media only screen and (max-width: 812px) {
    .index-projects__nav.com {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 812px) {
    .index-projects__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }
}

.index-projects__nav-all {
    width: 172px;
    height: 42px
}

@media only screen and (max-width: 812px) {
    .index-projects__nav-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 192px
    }
}

.index-projects__nav-map {
    width: 192px;
    height: 42px
}

@media only screen and (max-width: 812px) {
    .index-projects__nav-map {
        margin-left: 0;
        margin-top: 12px;
        width: 192px;
        font-size: 14px
    }
}

.index-news {
    position: relative;
    padding-top: 30px;
    padding-bottom: 74px;
    background-color: #fafafa
}

@media only screen and (max-width: 812px) {
    .index-news {
        padding-top: 10px;
        padding-bottom: 36px
    }
}

.index-news__wrap {
    padding-left: 86px;
    padding-right: 86px
}

@media only screen and (max-width: 812px) {
    .index-news__wrap {
        padding-left: 24px;
        padding-right: 24px
    }
}

.index-news__list {
    position: relative
}

.index-news__list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none
}

@media only screen and (max-width: 812px) {
    .index-news__list-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.index-news__list-wrap.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s;
    pointer-events: all
}

.index-news__button {
    position: absolute;
    z-index: 5;
    bottom: -72px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    min-width: 174px;
    height: 42px
}

@media only screen and (max-width: 812px) {
    .index-news__button {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        margin: 36px auto 0
    }
}

.index-outro {
    padding-top: 68px;
    padding-bottom: 56px;
    overflow: hidden
}

@media only screen and (max-width: 812px) {
    .index-outro {
        padding-top: 42px;
        padding-bottom: 10px
    }
}

.index-outro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 86px;
    padding-right: 86px
}

@media only screen and (max-width: 812px) {
    .index-outro__wrap {
        padding-left: 24px;
        padding-right: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.index-outro__half {
    width: calc(50% - 8px)
}

@media only screen and (max-width: 812px) {
    .index-outro__half {
        width: 100%;
        margin-bottom: 36px
    }
}

.index-outro__link {
    display: block;
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 812px) {
    .index-outro__link {
        margin-bottom: 32px
    }
}

.index-outro__link .title {
    font-weight: 300;
    font-size: 52px;
    line-height: 62px;
    color: #000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (max-width: 812px) {
    .index-outro__link .title {
        font-size: 26px
    }
}

.index-outro__link .subtitle {
    font-weight: 300;
    color: #333;
    opacity: .8;
    margin-top: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media only screen and (max-width: 812px) {
    .index-outro__link .subtitle {
        max-width: 320px;
        margin: 0 auto;
        font-size: 18px
    }
}

.index-outro__link:hover, .index-outro__link:hover .subtitle, .index-outro__link:hover .title {
    color: #feca30
}

.index-outro__card {
    width: 100%;
    -webkit-transition: opacity .4s ease .2s, -webkit-transform 1s ease .2s;
    transition: opacity .4s ease .2s, -webkit-transform 1s ease .2s;
    transition: opacity .4s ease .2s, transform 1s ease .2s;
    transition: opacity .4s ease .2s, transform 1s ease .2s, -webkit-transform 1s ease .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 812px) {
    .index-outro__card {
        width: 100%;
        margin-bottom: 20px
    }
}

.index-outro__card.n-emerge {
    opacity: 0
}

@media only screen and (max-width: 812px) {
    .index-outro__card.n-emerge {
        opacity: 1
    }
}

.index-outro__card.n-emerge.left {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}

.index-outro__card.n-emerge.right {
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.index-outro-card {
    display: block;
    position: relative;
    height: 370px;
    width: 100%;
    padding: 106px 44px 44px;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

@media only screen and (max-width: 812px) {
    .index-outro-card {
        padding: 49px 14px 30px 44px;
        min-height: 265px;
        height: auto
    }
}

.index-outro-card.inst {
    background-color: #edf8ff
}

.index-outro-card.app {
    background-color: #fffbe5
}

.index-outro-card:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 8px -12px rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1)
}

.index-outro-card__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    width: 50%
}

@media only screen and (max-width: 812px) {
    .index-outro-card__title {
        font-size: 22px;
        line-height: 1.4
    }
}

.index-outro-card__info {
    font-weight: 300;
    line-height: 24px;
    width: 50%;
    margin-top: 22px
}

@media only screen and (max-width: 812px) {
    .index-outro-card__info {
        font-size: 14px;
        line-height: 1.6
    }
}

.index-outro-card__image {
    position: absolute;
    width: 48%;
    height: 90%;
    right: 30px;
    bottom: 0;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat
}

@media only screen and (max-width: 812px) {
    .index-outro-card__image {
        right: 0;
        background-position: 100% 100%
    }
}

.index-outro-card__image.clock {
    background-image: url("../images/sand-clock.95979ebdb956.png")
}

.index-outro-card__image.phone {
    background-image: url("../images/hand-phone.a2e0c14fc582.png")
}

.index-entrance {
    position: relative;
    display: block;
    height: calc(85vh - 80px);
    overflow: hidden
}
 
.index-entrance._short {
    height: calc(85vh - 80px)
}

@media only screen and (max-width: 812px) {
    .index-entrance._short {
        height: calc(70vh - 70px)
    }
}

@media only screen and (max-width: 812px) {
    .index-entrance {
        height: calc(100vh - 70px);
        overflow: hidden
    }
}

.index-entrance.ie {
    height: calc(100vh - 80px);
    overflow: hidden
}

.index-entrance.ie .index-entrance__wrap, .index-entrance__wrap {
    position: static;
    height: 100%
}

.index-entrance__wrap {
    background-color: rgba(13, 80, 160, .7);
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 812px) {
    .index-entrance__wrap {
        position: relative;
        top: 0;
        height: 100%;
        padding-top: 0;
        padding-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 200px
    }
}

.index-entrance__text {
    position: absolute;
    top: calc(100% - 274px);
    left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width: 812px) {
    .index-entrance__text {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 24px
    }
}

@media (max-width: 320px) {
    .index-entrance__text {
        padding: 0 16px
    }
}

.index-entrance__text._active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width: 812px) {
    .index-entrance__text._active {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.index-entrance__text.hide {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.index-entrance__title {
    width: auto;
    margin-bottom: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: Museo, sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 133.25%;
    text-transform: uppercase;
    color: inherit
}

@media only screen and (max-width: 812px) {
    .index-entrance__title {
        width: 90%;
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 135%
    }
}

.index-entrance__desc {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: Museo, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: inherit
}

@media (max-width: 1430px) {
    .index-entrance__desc {
        width: 780px
    }
}

@media only screen and (max-width: 812px) {
    .index-entrance__desc {
        width: 90%;
        padding: 0;
        font-size: 16px;
        line-height: 19px
    }
}

@media (max-width: 320px) {
    .index-entrance__desc {
        font-size: 16px;
        padding: 0
    }
}

.index-entrance__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: filter
}

@media only screen and (max-width: 812px) {
    .index-entrance__bg {
        width: 100%
    }
}

.index-entrance__bg.anim {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}

.index-entrance__bg.no-blur {
    -webkit-filter: none;
    filter: none
}

.index-entrance__image {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

@media only screen and (max-width: 812px) {
    .index-entrance__image {
        position: absolute !important;
        top: auto !important;
        bottom: -30px;
        width: 100%
    }
}

.index-entrance__image img {
    width: 100%;
    -webkit-transition: -webkit-transform .05s ease;
    transition: -webkit-transform .05s ease;
    transition: transform .05s ease;
    transition: transform .05s ease, -webkit-transform .05s ease
}

@media only screen and (max-width: 812px) {
    .index-entrance__image img {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.index-entrance__clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

@media only screen and (max-width: 812px) {
    .index-entrance__clouds {
        height: calc(100% + 30px)
    }
}

.index-entrance__clouds img {
    width: 100%;
    height: 100%
}

.index-entrance__help {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 28px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    background: url("../images/slider-arrow-white.0847c23c9c4b.svg") no-repeat 50%;
    background-size: contain;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-animation: animateArrow 2s infinite linear;
    animation: animateArrow 2s infinite linear;
    cursor: pointer
}

@media only screen and (max-width: 812px) {
    .index-entrance__help {
        display: none
    }
}

.index-entrance__more.button {
    width: 193px;
    height: 50px;
    color: #333;
    margin-top: 50px;
    font-size: 16px;
    pointer-events: all
}

.index-entrance__more.button.come {
    width: 224px
}

@media only screen and (max-width: 812px) {
    .index-entrance__more.button {
        width: 148px;
        height: 44px;
        margin-top: 45px
    }
}

.index-entrance__more.button:hover {
    background-color: #ffe599;
    border-color: #ffe599
}

@media only screen and (max-width: 812px) {
    .index-entrance__more.button:hover {
        border: 1px solid #feca30;
        background-color: #feca30
    }
}

.index-entrance__slider {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider {
        display: none
    }
}

.index-entrance__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.index-entrance__slider--mobile {
    display: none
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider--mobile {
        display: block;
        pointer-events: all
    }
}

.index-entrance__slider-arrow-list {
    display: none;
    z-index: 1
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow-list {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.index-entrance__slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media only screen and (max-width: 812px) {
    .index-entrance__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 200px
    }
}

.index-entrance__slide:after {
    content: ""
}

.index-entrance__slide-shadow, .index-entrance__slide:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-entrance__slide-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 100%;
    height: 56.25vw
}

@media only screen and (max-width: 812px) {
    .index-entrance__slide-video {
        min-height: 100%;
        height: 177.77778vw
    }
}

.index-entrance__slider-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
        width: 35px;
        height: 35px;
        border: 1px solid #f5f5f5;
        border-radius: 50%
    }
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-70%, -50%) rotate(135deg);
        transform: translate(-70%, -50%) rotate(135deg);
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }
}

.index-entrance__slider-arrow._active {
    opacity: 1
}

.index-entrance__slider-arrow._active:hover {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%)
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow._active:hover {
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow svg {
        display: none
    }
}

.index-entrance__slider-arrow--prev {
    left: 20px;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow--prev {
        left: 0;
        -webkit-transform: none;
        transform: none;
        margin-top: 16px
    }
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow--prev:after {
        -webkit-transform: translate(-30%, -50%) rotate(-45deg);
        transform: translate(-30%, -50%) rotate(-45deg)
    }
}

.index-entrance__slider-arrow--prev._active {
    opacity: 1
}

.index-entrance__slider-arrow--prev._active:hover {
    -webkit-transform: translate(-5px, -50%) rotate(180deg);
    transform: translate(-5px, -50%) rotate(180deg)
}

@media only screen and (max-width: 812px) {
    .index-entrance__slider-arrow--prev._active:hover {
        -webkit-transform: none;
        transform: none
    }
}

.index-entrance__scroll-icon {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
    pointer-events: all
}

@media only screen and (max-width: 812px) {
    .index-entrance__scroll-icon {
        display: none
    }
}

.index-entrance__scroll-icon-dot {
    -webkit-animation: animateArrow 2s infinite linear;
    animation: animateArrow 2s infinite linear
}

@-webkit-keyframes animateArrow {
    0%, 10%, 20% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    30% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    80%, 90%, to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes animateArrow {
    0%, 10%, 20% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    30% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    80%, 90%, to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.index-entrance-new {
    position: relative;
    display: block;
    height: 1500px;
    width: 100%;
    overflow: hidden
}

.index-entrance-new.ie {
    height: calc(100vh - 80px);
    overflow: hidden
}

.index-entrance-new.ie .index-entrance-new__wrap {
    position: static;
    height: 100%
}

.index-entrance-new__wrap {
    background-color: rgba(13, 80, 160, .7);
    overflow: hidden;
    height: calc(100vh - 80px);
    width: 100%
}

.index-entrance-new__first, .index-entrance-new__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.index-entrance-new__first {
    z-index: 2
}

.index-entrance-new__first, .index-entrance-new__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-entrance-new__second {
    top: 0
}

.index-entrance-new__image, .index-entrance-new__second {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.index-entrance-new__image {
    bottom: 0;
    background-size: cover;
    background-position: 50%
}

.index-entrance-new__text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: -webkit-transform .05s ease;
    transition: -webkit-transform .05s ease;
    transition: transform .05s ease;
    transition: transform .05s ease, -webkit-transform .05s ease;
    will-change: transform
}

.index-entrance-new__text, .index-entrance-new__title {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.index-entrance-new__title {
    margin-bottom: 22px;
    text-align: center;
    font-size: 112px;
    font-family: Unttld
}

@media only screen and (max-width: 812px) {
    .index-entrance-new__title {
        font-size: 50px
    }
}

.index-entrance-new__desc {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    font-size: 36px;
    opacity: .5
}

@media only screen and (max-width: 812px) {
    .index-entrance-new__desc {
        font-size: 20px
    }
}

.index-entrance-new__small-img {
    position: absolute;
    top: -200px;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    background-image: url("../images/valentin.42ebdb69fbd1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
    opacity: 0
}

.index-entrance-new__help {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 3;
    width: 28px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    background: url("../images/slider-arrow-white.0847c23c9c4b.svg") no-repeat 50%;
    background-size: contain
}

@media only screen and (max-width: 812px) {
    .index-entrance-new__help {
        display: none
    }
}

.index__svg-animation {
    width: 870px
}

.index__svg-animation div {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 50%
}

.index__svg-animation._sc-animation {
    position: relative;
    bottom: -44px;
    height: 275px;
    margin-top: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._sc-animation {
        bottom: -10px;
        width: 100%;
        height: 41.25vw
    }
}

.index__svg-animation._sc-animation ._sc-bg {
    background-image: url("../images/spring-couple-background.674d4556e68d.svg");
    z-index: 0
}

.index__svg-animation._sc-animation ._sc-clouds {
    background-image: url("../images/spring-couple-clouds.c7eb2174095c.svg");
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease, opacity .3s ease;
    transition: transform 1.5s ease, opacity .3s ease, -webkit-transform 1.5s ease
}

.index__svg-animation._sc-animation ._sc-clouds._hide {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0
}

.index__svg-animation._sc-animation ._sc-buildings {
    background-image: url("../images/spring-couple-buildings.05530798107d.svg");
    z-index: 2
}

.index__svg-animation._sc-animation ._sc-tree {
    background-image: url("../images/spring-couple-tree.2ba497f985e9.svg");
    z-index: 3
}

.index__svg-animation._sc-animation ._sc-ground {
    background-image: url("../images/spring-couple-ground.ff461f56d610.svg");
    z-index: 4
}

.index__svg-animation._sc-animation ._sc-bush {
    background-image: url("../images/spring-couple-bush.2b6690aeba57.svg");
    z-index: 5
}

.index__svg-animation._sc-animation ._sc-grass {
    background-image: url("../images/spring-couple-grass.bb0a3d3e0c54.svg");
    z-index: 6
}

.index__svg-animation._sc-animation ._sc-woman {
    background-image: url("../images/spring-couple-woman.5076d0b86424.svg");
    z-index: 7;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.index__svg-animation._sc-animation ._sc-man {
    background-image: url("../images/spring-couple-man.5b36aabe2c5a.svg");
    z-index: 8;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.index__svg-animation._sf-animation {
    position: relative;
    bottom: 33px;
    height: 260px;
    margin-top: 0;
    overflow: hidden
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._sf-animation {
        bottom: -13px;
        width: 100%;
        height: 36.5625vw
    }
}

.index__svg-animation._sf-animation ._sf-bg {
    background-image: url("../images/spring-family-background.aa7f184ad230.svg");
    z-index: 0
}

.index__svg-animation._sf-animation ._sf-clouds {
    background-image: url("../images/spring-family-clouds.fc4bc4a9228b.svg");
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease, opacity .3s ease;
    transition: transform 1.5s ease, opacity .3s ease, -webkit-transform 1.5s ease
}

.index__svg-animation._sf-animation ._sf-clouds._hide {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0
}

.index__svg-animation._sf-animation ._sf-buildings {
    background-image: url("../images/spring-family-buildings.0c7cbb94fe63.svg");
    z-index: 2
}

.index__svg-animation._sf-animation ._sf-tree {
    background-image: url("../images/spring-family-tree.63b30a47dbb3.svg");
    z-index: 3
}

.index__svg-animation._sf-animation ._sf-ground2 {
    background-image: url("../images/spring-family-ground2.3ad9f773d62d.svg");
    z-index: 4
}

.index__svg-animation._sf-animation ._sf-bushes {
    background-image: url("../images/spring-family-bushes.7185818f3504.svg");
    z-index: 5
}

.index__svg-animation._sf-animation ._sf-ground {
    background-image: url("../images/spring-family-ground.76168df8038e.svg");
    z-index: 6
}

.index__svg-animation._sf-animation ._sf-tree1 {
    background-image: url("../images/spring-family-tree1.a2e2d566e25e.svg");
    z-index: 7
}

.index__svg-animation._sf-animation ._sf-girl {
    background-image: url("../images/spring-family-girl.5f0ed3c72585.svg");
    z-index: 7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease, opacity .3s ease;
    transition: transform 1.5s ease, opacity .3s ease, -webkit-transform 1.5s ease
}

.index__svg-animation._sf-animation ._sf-girl._hide {
    -webkit-transform: translateX(2%);
    transform: translateX(2%);
    opacity: 0
}

.index__svg-animation._sf-animation ._sf-boy {
    background-image: url("../images/spring-family-boy.e5b0140efbf4.svg");
    z-index: 7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease, opacity .3s ease;
    transition: transform 1.5s ease, opacity .3s ease, -webkit-transform 1.5s ease
}

.index__svg-animation._sf-animation ._sf-boy._hide {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
    opacity: 0
}

.index__svg-animation._sf-animation ._sf-man {
    background-image: url("../images/spring-family-man.83b509286f6d.svg");
    z-index: 7
}

.index__svg-animation._sf-animation ._sf-woman {
    background-image: url("../images/spring-family-woman.1c5b24aabe97.svg");
    z-index: 7
}

.index__svg-animation._sb-animation {
    position: relative;
    bottom: -18px;
    height: 270px;
    margin-top: 0
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._sb-animation {
        bottom: -25px;
        width: 100%;
        height: 38.36066vw
    }
}

.index__svg-animation._sb-animation ._sb-bg {
    background-image: url("../images/spring-bike-background.c00032943c76.svg");
    z-index: 0
}

.index__svg-animation._sb-animation ._sb-buildings {
    background-image: url("../images/spring-bike-buildings.5743bc79472f.svg");
    z-index: 1
}

.index__svg-animation._sb-animation ._sb-hill {
    background-image: url("../images/spring-bike-hill.7f1d0ab6976b.svg");
    z-index: 2
}

.index__svg-animation._sb-animation ._sb-clouds {
    background-image: url("../images/spring-bike-clouds.0ee173cd0e45.svg");
    z-index: 3;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease
}

.index__svg-animation._sb-animation ._sb-clouds._hide {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.index__svg-animation._sb-animation ._sb-trees {
    background-image: url("../images/spring-bike-trees.57818d3f327c.svg");
    z-index: 4
}

.index__svg-animation._sb-animation ._sb-bush {
    background-image: url("../images/spring-bike-bush.503a781d49e4.svg");
    z-index: 4
}

.index__svg-animation._sb-animation ._sb-grass {
    background-image: url("../images/spring-bike-grass.e8160b11afd4.svg");
    z-index: 5
}

.index__svg-animation._sb-animation ._sb-dirt {
    background-image: url("../images/spring-bike-dirt.a44fe0b5a194.svg");
    z-index: 5
}

.index__svg-animation._sb-animation ._sb-girl {
    background-image: url("../images/spring-bike-girl.d11daebac1a2.svg");
    z-index: 6;
    opacity: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.index__svg-animation._sb-animation ._sb-dog {
    background-image: url("../images/spring-bike-dog.a073f58c1fe9.svg");
    z-index: 6;
    opacity: 1;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.index__svg-animation._ac-animation {
    position: relative;
    height: 360px;
    width: auto;
    margin-top: 0;
    overflow: hidden
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._ac-animation {
        bottom: -13px;
        width: 100%;
        height: 36.5625vw
    }
}

.index__svg-animation._ac-animation ._ac-buildings {
    background-image: url("../images/ac-buildings.054f363ecff4.svg");
    z-index: 0
}

.index__svg-animation._ac-animation ._ac-clouds {
    background-image: url("../images/ac-clouds.943ed543d399.svg");
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity .3s ease;
    transition: transform 2s ease, opacity .3s ease, -webkit-transform 2s ease
}

.index__svg-animation._ac-animation ._ac-clouds._hide {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0
}

.index__svg-animation._ac-animation ._ac-ground1 {
    background-image: url("../images/ac-ground1.98da0379d8ea.svg");
    z-index: 2
}

.index__svg-animation._ac-animation ._ac-ground2 {
    background-image: url("../images/ac-ground2.a887d9898f42.svg");
    z-index: 3
}

.index__svg-animation._ac-animation ._ac-trees {
    background-image: url("../images/ac-trees.efac274d3c30.svg");
    z-index: 4
}

.index__svg-animation._ac-animation ._ac-ground3 {
    background-image: url("../images/ac-ground3.fd63073c593c.svg");
    z-index: 5
}

.index__svg-animation._ac-animation ._ac-leaves {
    background-image: url("../images/ac-leaves.1e5ca7485e41.svg");
    z-index: 6;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity .3s ease;
    transition: transform 2s ease, opacity .3s ease, -webkit-transform 2s ease
}

.index__svg-animation._ac-animation ._ac-leaves._hide {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    opacity: 0
}

.index__svg-animation._ac-animation ._ac-dog {
    background-image: url("../images/ac-dog.de8afa0d450a.svg");
    z-index: 7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: opacity .3s ease, -webkit-transform 1.5s ease;
    transition: transform 1.5s ease, opacity .3s ease;
    transition: transform 1.5s ease, opacity .3s ease, -webkit-transform 1.5s ease
}

.index__svg-animation._ac-animation ._ac-dog._hide {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0
}

.index__svg-animation._ac-animation ._ac-couple {
    background-image: url("../images/ac-couple.fe74a2f134ae.svg");
    z-index: 7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity .3s ease;
    transition: transform 2s ease, opacity .3s ease, -webkit-transform 2s ease
}

.index__svg-animation._ac-animation ._ac-couple._hide {
    -webkit-transform: translateX(-3%);
    transform: translateX(-3%);
    opacity: 0
}

.index__svg-animation._spring-animations {
    background: red
}

.index__svg-animation._af-animation {
    position: relative;
    bottom: -80px;
    height: 360px;
    margin-top: 0
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._af-animation {
        bottom: 0;
        width: 100%;
        height: 44.2623vw
    }
}

.index__svg-animation._af-animation ._af-buildings {
    background-image: url("../images/af-buildings.fa4f470c8583.svg");
    z-index: 0
}

.index__svg-animation._af-animation ._af-clouds {
    background-image: url("../images/af-clouds.561f2c524c92.svg");
    z-index: 3;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .3s ease;
    transition: transform 1s ease, opacity .3s ease, -webkit-transform 1s ease
}

.index__svg-animation._af-animation ._af-clouds._hide {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    opacity: 0
}

.index__svg-animation._af-animation ._af-ground {
    background-image: url("../images/af-ground.8f691d50ad28.svg");
    z-index: 3
}

.index__svg-animation._af-animation ._af-trees {
    background-image: url("../images/af-trees.c9b790c91034.svg");
    z-index: 4
}

.index__svg-animation._af-animation ._af-ground2 {
    background-image: url("../images/af-ground2.00b456d04e3f.svg");
    z-index: 5
}

.index__svg-animation._af-animation ._af-leaves {
    background-image: url("../images/af-leaves.cc04f91fd158.svg");
    z-index: 6;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: opacity .3s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity .3s ease;
    transition: transform 2s ease, opacity .3s ease, -webkit-transform 2s ease
}

.index__svg-animation._af-animation ._af-leaves._hide {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0
}

.index__svg-animation._af-animation ._af-dog {
    background-image: url("../images/af-dog.862396ad3e02.svg");
    z-index: 8;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .3s ease;
    transition: transform 1s ease, opacity .3s ease, -webkit-transform 1s ease
}

.index__svg-animation._af-animation ._af-dog._hide {
    -webkit-transform: translate(-10%, 5%);
    transform: translate(-10%, 5%);
    opacity: 0
}

.index__svg-animation._af-animation ._af-woman {
    background-image: url("../images/af-woman.f46ddc7ad3da.svg");
    z-index: 8;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .3s ease;
    transition: transform 1s ease, opacity .3s ease, -webkit-transform 1s ease
}

.index__svg-animation._af-animation ._af-woman._hide {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0
}

.index__svg-animation._af-animation ._af-boy {
    background-image: url("../images/af-boy.3009977dbee9.svg");
    z-index: 8;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease
}

.index__svg-animation._af-animation ._af-boy._hide {
    -webkit-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%);
    opacity: 0
}

.index__svg-animation._af-animation ._af-man {
    background-image: url("../images/af-man.0d200639451d.svg");
    z-index: 8;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: opacity .3s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .3s ease;
    transition: transform 1s ease, opacity .3s ease, -webkit-transform 1s ease
}

.index__svg-animation._af-animation ._af-man._hide {
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
    opacity: 0
}

@-webkit-keyframes bounceOut {
    55% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1.7);
        transform: translateY(0) scale(1.7)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) scale(.2);
        transform: translateY(-100%) scale(.2)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%) scale(2);
        transform: translateY(25%) scale(2)
    }
    10% {
        opacity: 1
    }
    55% {
        top: 50%;
        opacity: 1;
        -webkit-transform: translateY(-90%) scale(.3);
        transform: translateY(-90%) scale(.3)
    }
    to {
        top: 50%;
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
}

@-webkit-keyframes heartbeatIn {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes heartbeatIn {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes heartbeatOut {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes heartbeatOut {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

.comp-d-advantages {
    position: relative
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages {
        padding-bottom: 0
    }
}

.comp-d-advantages__wrap {
    padding: 0 156px
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__wrap {
        padding: 0 24px
    }
}

.comp-d-advantages__title {
    position: relative;
    text-align: center;
    padding-bottom: 38px
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title {
        max-width: 228px;
        margin: 0 auto;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title .subtitle {
        font-size: 18px;
        max-width: 230px
    }
}

.comp-d-advantages__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 262px;
    height: 6px;
    background-color: #0d50a0
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__title:after {
        display: none
    }
}

.comp-d-advantages__title .subtitle {
    font-weight: 300;
    color: #0d50a0;
    margin-top: 18px
}

.comp-d-advantages__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 42px
}

@media only screen and (max-width: 812px) {
    .comp-d-advantages__button {
        display: none
    }
}

.advantage-items {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    max-height: 1200px;
    will-change: max-height
}

@media only screen and (max-width: 812px) {
    .advantage-items {
        width: 100%;
        margin-top: 0
    }
}

.advantage-items.open .advantage-item:nth-child(n+4) {
    opacity: 1;
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s
}

.advantage-item {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 318px;
    padding: 0 0 78px
}

@media only screen and (max-width: 812px) {
    .advantage-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 30px;
        min-height: 108px;
        height: auto;
        width: 100%;
        margin: 0 auto
    }
}

.advantage-item:nth-child(n+4) {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media only screen and (max-width: 812px) {
    .advantage-item:nth-child(n+4) {
        pointer-events: auto;
        opacity: 1
    }
}

.advantage-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 812px) {
    .advantage-item.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.advantage-item.reverse .advantage-item__info {
    margin-right: 40px
}

@media only screen and (max-width: 812px) {
    .advantage-item.reverse .advantage-item__info {
        padding-left: 0;
        margin-right: 0
    }
}

.advantage-item.reverse .advantage-item__image {
    left: 0;
    right: auto;
    background-position: 0 0
}

.advantage-item__info {
    width: 414px
}

@media only screen and (max-width: 812px) {
    .advantage-item__info {
        background-color: #fff;
        width: 100%
    }
}

.advantage-item__num {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -25px;
    font-size: 300px;
    line-height: 300px;
    color: #d0d0d0
}

@media only screen and (max-width: 812px) {
    .advantage-item__num {
        display: none
    }
}

.advantage-item__label {
    font-size: 24px;
    color: #525c66;
    margin-bottom: 30px
}

@media only screen and (max-width: 812px) {
    .advantage-item__label {
        margin-bottom: 10px;
        text-align: center;
        font-size: 16px;
        color: #000
    }
}

.advantage-item__title {
    font-weight: 200;
    font-size: 38px;
    line-height: 46px;
    color: gray
}

@media only screen and (max-width: 812px) {
    .advantage-item__title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5
    }
}

.advantage-item__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 469px;
    height: 240px;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    will-change: opacity, transform
}

.advantage-item__image.n-emerge {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

@media only screen and (max-width: 812px) {
    .advantage-item__image {
        position: relative;
        bottom: auto;
        right: auto;
        left: 0;
        top: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        margin-bottom: 20px;
        width: calc(100vw - 48px);
        height: 220px;
        background-position: 50%
    }
}

@media only screen and (max-width: 812px) {
    .index__section {
        height: 100%
    }
}

.index__wrapper {
    height: 100%;
    width: 100%;
    overflow: auto
}

.index .comp-d-advantages {
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media only screen and (max-width: 812px) {
    .index .comp-d-advantages {
        padding-top: 40px;
        background-color: #fff
    }
}

.index .comp-d-advantages__wrap {
    padding: 86px;
    padding-bottom: 0;
    padding-top: 60px
}

@media only screen and (max-width: 812px) {
    .index .comp-d-advantages__wrap {
        padding: 0 24px
    }
}

.index .index-filter__wrapper {
    padding: 80px 86px 0
}

@media only screen and (max-width: 812px) {
    .index .index-filter__wrapper {
        padding: 0
    }
}

.index .complex-quality {
    margin-top: 55px
}

@media only screen and (max-width: 812px) {
    .index .complex-quality {
        margin-top: 57px
    }
}

.index .index-news {
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 812px) {
    .index .index-news {
        margin-bottom: 0;
        margin-top: 0
    }
}

.index .index-outro {
    margin-top: 40px
}

@media only screen and (max-width: 812px) {
    .index .index-outro {
        margin-top: 0
    }
}

.index .index__big-wrapper {
    position: relative;
    background-color: #fff;
    top: calc(-160vh + 502px);
    z-index: 5
}

.index__svg-animation {
    position: relative;
    bottom: 0;
    left: 0;
    width: 670px;
    height: 188px;
    margin: 20px auto 0;
    pointer-events: none
}

@media only screen and (max-width: 812px) {
    .index__svg-animation {
        display: none
    }
}

.index__svg-animation._mobile {
    display: none
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._mobile {
        display: block;
        width: 90%;
        height: 25.25373vw
    }
}

.index__svg-animation div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.index__svg-animation div, .index__svg-animation div._hide {
    -webkit-transition: opacity .3s ease, -webkit-transform .5s ease;
    transition: opacity .3s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .3s ease;
    transition: transform .5s ease, opacity .3s ease, -webkit-transform .5s ease
}

.index__svg-animation div._hide {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0
}

.index__svg-animation._family-animation {
    bottom: -29px;
    height: 243px;
    margin-top: 0
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._family-animation {
        bottom: 0;
        width: 90%;
        height: 32.64179vw
    }
}

.index__svg-animation._couple-animation {
    bottom: -24px;
    margin-top: 0
}

.index__svg-animation._couple-animation div {
    -webkit-transition: none;
    transition: none
}

.index__svg-animation._cyclists-animation {
    margin-top: 0;
    width: 615px;
    height: 255px
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._cyclists-animation {
        bottom: -29px;
        width: 90%;
        height: 37.31707vw
    }
}

.index__svg-animation._cyclists-animation div:not(._cyclists-clouds) {
    -webkit-transition: none;
    transition: none
}

.index__svg-animation._walking-animation {
    bottom: -29px;
    height: 202px;
    margin-top: 0;
    overflow: hidden
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._walking-animation {
        bottom: 0;
        width: 90%;
        height: 32.64179vw
    }
}

.index__svg-animation._walking-animation ._walking-land {
    background-image: url("../images/winter-walking-land.2e7ae2996a9d.svg");
    z-index: 2
}

.index__svg-animation._walking-animation ._walking-clouds {
    background-image: url("../images/winter-walking-clouds.d0cf02ca5ba2.svg")
}

.index__svg-animation._walking-animation ._walking-trees {
    background-image: url("../images/winter-walking-trees.91e77ef6f5d7.svg");
    z-index: 3
}

.index__svg-animation._walking-animation ._walking-snow {
    background-image: url("../images/winter-walking-snow.e9aa261cd2f2.svg")
}

.index__svg-animation._walking-animation ._walking-buildings {
    background-image: url("../images/winter-walking-buildings.2f6331df555f.svg");
    z-index: 1
}

.index__svg-animation._walking-animation ._walking-woman-child {
    background-image: url("../images/winter-walking-woman-child.64410d08bde8.svg");
    z-index: 4
}

.index__svg-animation._walking-animation ._walking-woman-dog {
    background-image: url("../images/winter-walking-woman-dog.642c824e0497.svg");
    z-index: 4
}

.index__svg-animation._scating-animation {
    margin-top: 0;
    height: 233px
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._scating-animation {
        bottom: -29px;
        width: 90%;
        height: 37.31707vw
    }
}

.index__svg-animation._scating-animation div:not(._scating-clouds) {
    -webkit-transition: none;
    transition: none
}

.index__svg-animation._scating-animation ._girl {
    background-image: url("../images/winter-scating-girl.1ed3c1ac7a37.svg");
    z-index: 5
}

.index__svg-animation._scating-animation ._man {
    background-image: url("../images/winter-scating-man.40e93d7811c3.svg");
    z-index: 4
}

.index__svg-animation._scating-animation ._ice {
    background-image: url("../images/winter-scating-ice.56cb8325142d.svg");
    z-index: 2
}

.index__svg-animation._scating-animation ._scating-trees {
    background-image: url("../images/winter-scating-trees.d4fe92290f97.svg");
    z-index: 3
}

.index__svg-animation._scating-animation ._scating-buildings {
    background-image: url("../images/winter-scating-buildings.4d00ec701e3c.svg")
}

.index__svg-animation._scating-animation ._scating-clouds {
    background-image: url("../images/winter-scating-clouds.eb8f6bbff65c.svg");
    z-index: 2
}

.index__svg-animation._scating-animation ._scating-snow {
    background-image: url("../images/winter-scating-snow.5498a9fa9c2e.svg");
    z-index: 3
}

.index__svg-animation._scating-animation ._light {
    background-image: url("../images/winter-scating-light.efc243cf2058.svg")
}

.index__svg-animation._sliding-animation {
    bottom: -24px;
    height: 186px;
    margin-top: 0
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._sliding-animation {
        width: 90%;
        height: 37.31707vw
    }
}

.index__svg-animation._sliding-animation div {
    -webkit-transition: none;
    transition: none
}

.index__svg-animation._sliding-animation ._sliding-people {
    background-image: url("../images/winter-sliding-people.747599b086d3.svg");
    z-index: 4
}

.index__svg-animation._sliding-animation ._sliding-trees {
    background-image: url("../images/winter-sliding-trees.654e17145ae3.svg");
    z-index: 2
}

.index__svg-animation._sliding-animation ._sliding-clouds {
    background-image: url("../images/winter-sliding-clouds.ffb66f7f9d56.svg")
}

.index__svg-animation._sliding-animation ._sliding-buildings {
    background-image: url("../images/winter-sliding-buildings.c52e76f630a1.svg")
}

.index__svg-animation._sliding-animation ._sliding-ice {
    background-image: url("../images/winter-sliding-ice.0f5060ab8fbb.svg");
    z-index: 1
}

.index__svg-animation._playing-animation {
    bottom: 44px;
    height: 214px;
    margin-top: 0
}

@media only screen and (max-width: 812px) {
    .index__svg-animation._playing-animation {
        width: 90%;
        height: 37.31707vw;
        bottom: -25px
    }
}

.index__svg-animation._playing-animation ._playing-people {
    background-image: url("../images/winter-playing-people.1b57159a7c44.svg");
    z-index: 4
}

.index__svg-animation._playing-animation ._playing-trees {
    background-image: url("../images/winter-playing-trees.dacec456b49e.svg");
    z-index: 2
}

.index__svg-animation._playing-animation ._playing-clouds {
    background-image: url("../images/winter-playing-clouds.25155bfb4fcd.svg")
}

.index__svg-animation._playing-animation ._playing-buildings {
    background-image: url("../images/winter-playing-buildings.69131cefe478.svg")
}

.index__svg-animation._playing-animation ._playing-ice {
    background-image: url("../images/winter-playing-ice.9ed375513963.svg");
    z-index: 1
}

.index__svg-animation._playing-animation ._playing-cristmas {
    background-image: url("../images/winter-playing-cristmas.01b13054e55e.svg");
    z-index: 2
}

.index__svg-animation ._land {
    z-index: 2;
    background-image: url("../images/1-sent-land-2.176594b7a1d7.svg")
}

.index__svg-animation ._clouds {
    background-image: url("../images/1-sent-clouds-2.51295b709dfc.svg")
}

.index__svg-animation ._houses {
    background-image: url("../images/1-sent-houses-2.e1d85fe8370e.svg")
}

.index__svg-animation ._trees {
    background-image: url("../images/1-sent-trees-2.c036cea3e1d5.svg");
    z-index: 1
}

.index__svg-animation ._men {
    z-index: 3;
    background-image: url("../images/1-sent-man-2.62b65a53284f.svg")
}

.index__svg-animation ._women {
    z-index: 3;
    background-image: url("../images/1-sent-woman-2.bce7b63c99f4.svg")
}

.index__svg-animation ._boy {
    z-index: 3;
    background-image: url("../images/1-sent-boy-2.c5584c5ee482.svg")
}

.index__svg-animation ._dog-small {
    z-index: 3;
    background-image: url("../images/1-sent-dog-2.208516769fc6.svg")
}

.index__svg-animation ._girl {
    z-index: 1;
    background-image: url("../images/1-sent-girl.d9f6a63d65b2.svg")
}

.index__svg-animation ._building {
    background-image: url("../images/1-sent-couple-building.6745545d40dd.svg")
}

.index__svg-animation ._couple {
    z-index: 1;
    background-image: url("../images/1-sent-couple.b011ad6e1f92.svg")
}

.index__svg-animation ._couple-clouds {
    background-image: url("../images/1-sent-couple-clouds.1fc7ee046653.svg")
}

.index__svg-animation ._dog {
    z-index: 1;
    background-image: url("../images/1-sent-couple-dog.43e15d6a93a5.svg")
}

.index__svg-animation ._couple-land {
    background-image: url("../images/1-sent-couple-land.822e39f69eaf.svg")
}

.index__svg-animation ._couple-trees {
    background-image: url("../images/1-sent-couple-trees.6c6502ea4a9f.svg")
}

.index__svg-animation ._wife {
    z-index: 2;
    background-image: url("../images/1-sent-cyclists-wife.053b5d309468.svg")
}

.index__svg-animation ._husband {
    z-index: 2;
    background-image: url("../images/1-sent-cyclists-husband.aa54aa6a75d0.svg")
}

.index__svg-animation ._city {
    background-image: url("../images/1-sent-cyclists-city.3cce6b6cf02f.svg")
}

.index__svg-animation ._cyclists-clouds {
    background-image: url("../images/1-sent-cyclists-clouds.cacb5ad5c007.svg")
}

.index__svg-animation ._daughter {
    z-index: 2;
    background-image: url("../images/1-sent-cyclists-daughter.756cb347e475.svg")
}

.index__svg-animation ._cyclists-land {
    z-index: 1;
    background-image: url("../images/1-sent-cyclists-land.3fe14d8db3e1.svg")
}

.index__svg-animation ._cyclists-trees {
    background-image: url("../images/1-sent-cyclists-trees.1e2ec4ddc103.svg")
}

.index__svg-animation ._clouds, .index__svg-animation ._couple-clouds, .index__svg-animation ._cyclists-clouds {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.index__svg-animation ._clouds._hide, .index__svg-animation ._couple-clouds._hide, .index__svg-animation ._cyclists-clouds._hide {
    top: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

@keyframes bounceOut {
    55% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1.7);
        transform: translateY(0) scale(1.7)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) scale(.2);
        transform: translateY(-100%) scale(.2)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%) scale(2);
        transform: translateY(25%) scale(2)
    }
    10% {
        opacity: 1
    }
    55% {
        top: 50%;
        opacity: 1;
        -webkit-transform: translateY(-90%) scale(.3);
        transform: translateY(-90%) scale(.3)
    }
    to {
        top: 50%;
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
}

.video-list
{
    padding-right: 60px!important;
}