/*!
* Author: Andrej Sharapov
* Author URI: https://madeas.ru
* 
* 
* Copyright (c) 2018 Andrej Sharapov
* 
*/

@import url(//fonts.googleapis.com/css?family=Exo+2:300,300italic,500,600&subset=latin,cyrillic);
:root {
    --color-timeline: #cc2838/*2251c9*/
}

.clearfix:after,
.clr,
hr.rt-name {
    clear: both
}

.trigger span,
a {
    text-decoration: none
}

body {
    background: #2b2827;
    color: #3b393d;
    font-weight: 300;
    font-size: 1em;
    font-family: "Exo 2", Helvetica, sans-serif
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-moz-scrollbar {
    width: 0;
    height: 0
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: url(/preloader.svg) center center no-repeat #2b2827;
    background-size: 128px
}

#topcontrol {
    margin: 1.8em;
    z-index: 999
}

a {
    color: #36b6dd
}

a:focus,
a:hover {
    outline: 0;
    color: #30808e!important
}

h3.article {
    margin: .5em 0;
    font-size: 1.2em;
    border-bottom: 3px solid #1d4f8e;
    padding-bottom: .3em;
    color: #1d4f8e
}

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

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

.figure {
    padding: 0;
    border: 3px solid transparent;
    background: #fff;
    margin: 0 auto 1em
}

.figure img {
    width: 100%;
    min-width: 240px
}

.figure-right {
    float: right;
    margin: 0 0 .5em 1.2em;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.figure-left {
    float: left;
    margin: 0 1.2em .5em 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.uppercase {
    text-transform: uppercase!important
}

.position-relative {
    position: relative!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

hr.rt-name {
    color: #1d4f8e;
    background-color: #1d4f8e;
    border: 0;
    height: 3px
}

.thumb-nav__item {
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    width: 64px;
    height: 64px
}

.thumb-nav__item span {
    display: none
}

.thumb-nav__item:hover span {
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    color: #fff!important;
    text-align: center;
    font-size: 75%;
    white-space: nowrap
}

.thumb-nav__item i {
    display: block;
    border-radius: 50%;
    opacity: .2;
    font-size: 42px;
    line-height: 60px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.thumb-nav__item--current i,
.thumb-nav__item:hover i {
    opacity: .95;
    -webkit-transform: scale3d(.75, .75, 1);
    transform: scale3d(.75, .75, 1)
}

.trigger {
    position: absolute;
    bottom: 1.5em;
    width: 150px;
    height: 60px;
    left: 50%;
    margin-left: -75px;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .7s, opacity .2s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    animation: bouncing .5s cubic-bezier(.1, .25, .1, 1) 0s infinite alternate both
}

.trigger:focus,
.trigger:hover {
    color: #ff0;
    cursor: pointer
}

.trigger:focus .icon,
.trigger:hover .icon {
    stroke: #ff0
}

@-webkit-keyframes bouncing {
    0% {
        bottom: 0;
        box-shadow: 0 0 5px transparent
    }
    100% {
        bottom: 25px;
        box-shadow: 0 30px 30px transparent
    }
}

@keyframes bouncing {
    0% {
        bottom: 0;
        box-shadow: 0 0 5px transparent
    }
    100% {
        bottom: 25px;
        box-shadow: 0 30px 30px transparent
    }
}

.trigger svg {
    width: 3.48em;
    height: 2em
}

.trigger span {
    text-align: center;
    top: 0;
    height: 50px;
    overflow: hidden;
    margin-left: -20px;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1em;
    outline: 0;
    display: inline-block;
    text-shadow: 0 0 5px rgba(14, 14, 14, .3);
    letter-spacing: .35px
}

.item__subtitle,
.item__year {
    position: absolute;
    margin: 0;
    font-size: 14px;
    line-height: 1
}

.item__title {
    bottom: .2em;
    white-space: nowrap
}

.item__subtitle {
    width: 100%;
    bottom: 1em;
    padding: 1em 2.15em;
    max-width: 35em;
    background-color: rgba(29, 79, 142, .72);
    color: #e7e7e7;
    -webkit-transition: -webkit-transform .6s ease-in-out, opacity .3s;
    transition: transform .6s ease-in-out, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.item__year {
    bottom: 4.5em;
    right: 0;
    padding: 3em 3em 0;
    width: 30em;
    color: #fff;
    opacity: .9;
    text-align: right;
    -webkit-transition: -webkit-transform .6s, opacity .3s;
    transition: transform .6s, opacity .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#timeline h1,
#timeline p.leader,
.intro h1,
.spoiler {
    text-align: center
}

.item:hover .item__subtitle,
.item:hover .item__title,
.item:hover .item__year {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.items-wrap {
    padding: 30px 5px 0
}

.card__content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
    color: #888;
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .card__content,
    .footer_card {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .card__content,
    .footer_card {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .card__content,
    .footer_card {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .card__content,
    .footer_card {
        max-width: 1140px
    }
}

.card__caption {
    font-size: 2em;
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 0 0
}

.card__subtitle,
.card__title {
    line-height: 1;
    margin: 5px 0 0
}

.card__title {
    font-size: 1.5em;
    color: #1d4f8e
}

.card__subtitle {
    font-size: .95em;
    color: #777778
}

.card__copy {
    font-size: 1.25em;
    max-width: 900px;
    margin: 0 auto;
    padding: 1em 0 2em;
    color: #3b393d
}

.meta {
    font-size: .85em;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 35px;
    -webkit-align-items: center;
    align-items: center
}

.meta__avatar {
    border-radius: 50%
}

.meta__author {
    font-weight: 700;
    padding: 0 15px
}

.meta__date {
    margin: 0 0 0 auto
}

.card__copy p:first-of-type {
    font-size: 1em;
    padding: 0 0 1em
}

.card__copy p:nth-of-type(n+2),
.card__copy ul {
    font-weight: 300
}

.card__copy ul {
    list-style-type: circle
}

.card__copy ul>li:hover {
    list-style-type: disc
}

@media (max-width:400px) {
    .card__caption {
        font-size: 1.25em;
        padding: 35px 0 0
    }
    .meta {
        padding: 0 0 25px
    }
    .card__copy {
        font-size: 95%;
        padding: 25px 0 10px
    }
}

@media (min-width:1000px) {
    #timeline .demo-card:nth-child(even) .head::after,
    #timeline .demo-card:nth-child(odd) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent
    }
    #timeline .demo-card:nth-child(even) .head::before,
    #timeline .demo-card:nth-child(odd) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0 0 2px 8px #fff
    }
}

.demo-card:nth-child(1) {
    order: 1
}

.demo-card:nth-child(2) {
    order: 4
}

.demo-card:nth-child(3) {
    order: 2
}

.demo-card:nth-child(4) {
    order: 5
}

.demo-card:nth-child(5) {
    order: 3
}

.demo-card:nth-child(6) {
    order: 6
}

#timeline {
    padding: 5px 0
}

#timeline h1 {
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px
}

#timeline p.leader {
    max-width: 90%;
    margin: auto auto 45px
}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, .4)
}

@media (min-width:1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1500px;
        margin: 0 auto
    }
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto;
    max-width: 94%;
    z-index: 2;
    box-shadow: 0 1px 22px 4px rgba(0, 0, 0, .07)
}

@media (min-width:480px) {
    #timeline .demo-card,
    .mb-attribution,
    .text {
        max-width: 70%
    }
}

@media (min-width:720px) {
    #timeline .demo-card,
    .mb-attribution,
    .text {
        max-width: 80%
    }
}

@media (min-width:1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 45px 90px
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px
    }
    #timeline .demo-card .body {
        height: 315px
    }
}

.intro h1,
.intro::after {
    left: 0;
    position: absolute
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400
}

#timeline .demo-card .head .number-box {
    display: inline;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, .17)
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1.2rem
}

@media (min-width:480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: .6rem;
    margin: 0
}

@media (min-width:480px) {
    #timeline .demo-card .head h2 span {
        font-size: .8rem
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, .4);
    border-top: 0;
    padding: 15px
}

#timeline .demo-card .body p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #3b393d
}

#timeline .demo-card .body img {
    display: block;
    width: 100%
}

#timeline .demo-card--step1 {
    background-color: #46b8e9
}

#timeline .demo-card--step1 .head::after {
    border-color: #46b8e9
}

#timeline .demo-card--step2 {
    background-color: #3ee9d1
}

#timeline .demo-card--step2 .head::after {
    border-color: #3ee9d1
}

#timeline .demo-card--step3 {
    background-color: #631c18
}

#timeline .demo-card--step3 .head::after {
    border-color: #631c18
}

#timeline .demo-card--step4 {
    background-color: #1c4f8a
}

#timeline .demo-card--step4 .head::after {
    border-color: #1c4f8a
}

#timeline .demo-card--step5 {
    background-color: #ffca2b
}

#timeline .demo-card--step5 .head::after {
    border-color: #ffca2b
}

#timeline .demo-card--step6 {
    background-color: #5095eb
}

#timeline .demo-card--step6 .head::after {
    border-color: #5095eb
}

#demo-canvas {
    width: 100%;
    overflow-x: hidden
}

.container {
    margin-bottom: 260px;
    background: #fff
}

.container--open .intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 100px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 100px, 0)
}

.container--open .intro .trigger span {
    visibility: hidden;
    text-indent: 8px
}

.container--open .intro .trigger span::before {
    top: 0;
    left: 0;
    content: 'Свернуть';
    visibility: visible
}

.logo {
    display: block;
    position: fixed;
    top: .5em;
    right: 3.8em;
    height: 5em;
    z-index: 1002
}

.intro h1,
.intro__content,
.intro__subtitle,
.trigger {
    color: #fff;
    z-index: 1000
}

.intro::after {
    content: '';
    background: rgba(51, 71, 89, .5);
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.intro__content {
    bottom: 6em
}

.intro__title {
    font-size: 3.4em
}

.intro__image {
    opacity: 1
}

.theme-1 .item {
    background: #1d4f8e;
    border-color: #fff
}

.intro__description {
    margin: 0 auto 0 0;
    line-height: 1
}

.theme-1 {
    background: #fff
}

.intro h1 {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 100%;
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.intro h1 span {
    display: block;
    text-transform: lowercase;
    font-size: 35%
}

.intro h1 span::after,
.intro h1 span::before {
    content: " — ";
    font-weight: 200
}

.intro h1 i {
    display: block;
    font-size: 25%;
    max-width: 70%;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 400
}

.large-header {
    position: absolute;
    bottom: 0;
    margin: 0 -1.8em -1.8em;
    z-index: 100
}

.client-item,
.colitem,
.content .o-img,
.inst {
    position: relative
}

.spoiler {
    width: 100%;
    margin: auto
}

.spoiler .btn {
    display: inline-block;
    border-radius: .25rem;
    padding: .75em 1em;
    background: #eee;
    cursor: pointer
}

.client-item,
.theme-5 .intro:hover::after {
    background: 0 0
}

.spoiler input[type=checkbox],
.spoiler input[type=checkbox]~.box {
    display: none
}

.spoiler input[type=checkbox]:checked~.box {
    display: block
}

.section-client {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center
}

.client-item {
    width: 200px;
    height: 200px;
    line-height: 200px;
    padding: 5% 2%;
    margin: 2%
}

.client-item img {
    display: block;
    width: auto;
    max-width: 100%
}

.theme-5 .intro {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.theme-5 .intro:hover .intro__subtitle {
    color: #555;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#container-6 .intro::after {
    background: rgba(51, 71, 89, .1)
}

.content {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

.colitem {
    width: 48%;
    padding: 0;
    margin: auto;
    font-weight: 300
}

.content .o-img {
    display: block;
    width: 300px;
    height: 412px;
    background-image: linear-gradient(to top, #fff 0, transparent 100%), url(/img/EVA_6873.jpg);
    background-size: cover;
    background-position: center
}

.inst {
    display: inline-block;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.inst-text {
    position: absolute;
    left: 80px;
    top: 20px
}

#frame,
.mb-wrap,
.mb-wrap blockquote {
    position: relative
}

.inst:focus,
.inst:hover {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

#frame {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
    margin: auto auto 15px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .4);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.mb-wrap {
    margin: 0 auto 0 20px;
    padding: 20px
}

.mb-wrap blockquote {
    margin: 0;
    padding: 0
}

.mb-style-2 blockquote {
    padding-top: 140px;
    z-index: 0
}

.mb-wrap blockquote h3 span {
    display: block;
    color: rgba(235, 150, 108, .8);
    font-size: 90%
}

.mb-style-2 blockquote p {
    position: relative;
    z-index: 1
}

.mb-style-2 blockquote:before {
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border-left: 5px solid rgba(235, 150, 108, .5);
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 0
}

.mb-style-2 blockquote:after {
    position: absolute;
    font-family: FontAwesome;
    background: rgba(235, 150, 108, .9);
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    content: '\f2a0';
    font-size: 70px;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -65px;
    color: rgba(255, 255, 255, .8);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .1)
}

.text {
    position: relative;
    background: #fff;
    padding: 30px;
    margin: auto;
    box-shadow: 0 1px 22px 4px rgba(0, 0, 0, .07)
}

.text::after,
.text::before {
    bottom: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 80%
}

.text::before {
    border: solid transparent;
    border-bottom-color: rgba(0, 0, 0, .01);
    border-width: 11px;
    margin-left: -11px
}

.text::after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.mb-attribution {
    text-align: right;
    padding: 20px 50px 5px 20px;
    margin: auto;
    position: relative
}

.mb-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: rgba(188, 147, 200, 1);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7)
}

.mb-thumb {
    display: block;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    position: absolute;
    right: -50px;
    bottom: -50px;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .6);
    z-index: 3
}

.mb-thumb img {
    display: block;
    width: 100%
}

.mb-thumb,
.mb-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.footer {
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    min-height: 300px;
    background: #2b2827;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.footer_card {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.footer_card p {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5
}

.logobottom {
    position: relative;
    margin: auto;
    width: 100px;
    height: auto
}

.icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    stroke: #fff;
    fill: none;
    stroke-width: 4px
}

.dev {
    margin-top: -1em
}

.dev,
.dev a {
    color: rgba(255, 255, 255, .06)!important
}

.dev a:hover {
    color: rgba(255, 255, 255, .13)!important
}

.bnr {
    display: none
}

#bnr242 {
    margin-top: -1px;
    margin-left: -1px;
    width: 242px;
    height: 402px;
    border: none
}

@media (min-width:1600px) {
    .bnr {
        display: block;
        position: fixed;
        width: 240px;
        height: 400px;
        border: none;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        overflow: hidden
    }
    .bnr_right {
        right: 4em;
        top: 125px
    }
    .bnr_left {
        left: 4em;
        top: 125px
    }
}

@media (max-width:992px) {
    .colitem {
        width: 100%
    }
}

@media (max-width:800px) {
    .figure-left,
    .figure-right {
        float: none;
        margin: 0 0 1em;
        width: 100%
    }
}

@media (max-width:480px) {
    .mb-thumb {
        right: 10px;
        bottom: -40px
    }
    .mb-attribution {
        padding: 20px 100px 20px 20px
    }
    .mb-author {
        margin-right: -80px
    }
    .thumb-nav {
        padding: 2em .5em
    }
    .thumb-nav__item {
        width: 48px;
        height: 48px;
        margin-right: 10px
    }
    .thumb-nav__item img {
        width: 45px
    }
    .thumb-nav__item:last-child span {
        margin-left: -10px
    }
    .intro__content {
        bottom: 10em
    }
    .intro .trigger {
        margin-bottom: 3.5em
    }
    .intro .trigger.trigger--active {
        margin-bottom: 0
    }
    .intro h1 {
        font-size: 2.1em
    }
    .logo,
    .logobottom {
        display: none
    }
}

.timeline path {
    stroke: var(--color-timeline);
    stroke-width: 4;
    fill: none;
    opacity: 0
}

.timeline text {
    fill: #3b393d;
    font-size: 1rem;
    font-family: 'Exo 2', sans-serif
}

.timeline circle {
    fill: #fff;
    stroke-width: 3;
    stroke: var(--color-timeline)
}

.timeline text:nth-of-type(2) {
    fill: #d3d3d3
}

.timeline g g:hover circle,
.timeline g g:hover text:nth-of-type(2) {
    fill: var(--color-timeline)
}

.timeline g g:hover path {
    opacity: 1;
    transition: transform .15s ease-in-out
}

.timeline g g:nth-child(1):hover~g:nth-child(10) path,
.timeline g g:nth-child(10):hover path,
.timeline g g:nth-child(2):hover~g:nth-child(10) path,
.timeline g g:nth-child(3):hover~g:nth-child(10) path,
.timeline g g:nth-child(4):hover~g:nth-child(10) path,
.timeline g g:nth-child(5):hover~g:nth-child(10) path,
.timeline g g:nth-child(6):hover~g:nth-child(10) path,
.timeline g g:nth-child(7):hover~g:nth-child(10) path,
.timeline g g:nth-child(8):hover~g:nth-child(10) path,
.timeline g g:nth-child(9):hover~g:nth-child(10) path {
    transform: rotate(-29deg) translate(-145px, -22.5px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(9) path,
.timeline g g:nth-child(2):hover~g:nth-child(9) path,
.timeline g g:nth-child(3):hover~g:nth-child(9) path,
.timeline g g:nth-child(4):hover~g:nth-child(9) path,
.timeline g g:nth-child(5):hover~g:nth-child(9) path,
.timeline g g:nth-child(6):hover~g:nth-child(9) path,
.timeline g g:nth-child(7):hover~g:nth-child(9) path,
.timeline g g:nth-child(8):hover~g:nth-child(9) path,
.timeline g g:nth-child(9):hover path {
    transform: rotate(-29deg) translate(-140px, 7px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(8) path,
.timeline g g:nth-child(2):hover~g:nth-child(8) path,
.timeline g g:nth-child(3):hover~g:nth-child(8) path,
.timeline g g:nth-child(4):hover~g:nth-child(8) path,
.timeline g g:nth-child(5):hover~g:nth-child(8) path,
.timeline g g:nth-child(6):hover~g:nth-child(8) path,
.timeline g g:nth-child(7):hover~g:nth-child(8) path,
.timeline g g:nth-child(8):hover path {
    transform: rotate(-29deg) translate(-132px, 37px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(7) path,
.timeline g g:nth-child(2):hover~g:nth-child(7) path,
.timeline g g:nth-child(3):hover~g:nth-child(7) path,
.timeline g g:nth-child(4):hover~g:nth-child(7) path,
.timeline g g:nth-child(5):hover~g:nth-child(7) path,
.timeline g g:nth-child(6):hover~g:nth-child(7) path,
.timeline g g:nth-child(7):hover path {
    transform: rotate(-29deg) translate(-125px, 66px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(6) path,
.timeline g g:nth-child(2):hover~g:nth-child(6) path,
.timeline g g:nth-child(3):hover~g:nth-child(6) path,
.timeline g g:nth-child(4):hover~g:nth-child(6) path,
.timeline g g:nth-child(5):hover~g:nth-child(6) path,
.timeline g g:nth-child(6):hover path {
    transform: rotate(-29deg) translate(-115px, 96px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(5) path,
.timeline g g:nth-child(2):hover~g:nth-child(5) path,
.timeline g g:nth-child(3):hover~g:nth-child(5) path,
.timeline g g:nth-child(4):hover~g:nth-child(5) path,
.timeline g g:nth-child(5):hover path {
    transform: rotate(-29deg) translate(-109px, 124.5px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(4) path,
.timeline g g:nth-child(2):hover~g:nth-child(4) path,
.timeline g g:nth-child(3):hover~g:nth-child(4) path,
.timeline g g:nth-child(4):hover path {
    transform: rotate(-29deg) translate(-102px, 154px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(3) path,
.timeline g g:nth-child(2):hover~g:nth-child(3) path,
.timeline g g:nth-child(3):hover path {
    transform: rotate(-29deg) translate(-95px, 182px);
    opacity: 1
}

.timeline g g:nth-child(1):hover~g:nth-child(2) path,
.timeline g g:nth-child(2):hover path {
    transform: rotate(-29deg) translate(-87px, 212px);
    opacity: 1
}

.timeline>g>g:hover>path {
    transform: none!important
}

@media (max-width:768px) {
    .timeline {
        display: none
    }
}