

.list__timeline{
    padding-top: 5rem;
}
.list__timeline__item{
    background-color: #EAF8FF;
    padding: 2rem;
    position: relative;
    display: inline-block;
    min-height: 280px;
}
.list__timeline__item .year__timeline{
    position: absolute;
    left: 1rem;
    top: -56px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #0637F3;
}   
.list__timeline__item .year__timeline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    bottom: -30px;
    width: 0;
    border-right: 1px solid #0637F3;
    margin-left: auto;
    margin-right: auto;
}


.inner__timeline .bx-viewport{
    min-height: 350px;
}


.head__choose{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;
}
.list__achievements{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list__achievements li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.list__achievements li:last-of-type{
    margin-right: 0;
}

.list__achievements li strong{
    font-size: 5rem;
    font-weight: 700;
    padding-right: 1rem;
    line-height: 1em;
    border-right: 1px solid #90E0EF;
    background-image: url('../img/icons/icon__drop__blue.svg');
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: auto 100%;
}
.list__achievements li span{
    max-width: 140px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.35em;
    padding-left: 2rem;
}

.block__choose{
    background-color: #132A13;
    padding-top: 3rem;
    padding-bottom: 8rem;
}

.inner__choose{
    margin-left: auto;
    max-width: calc( (calc(100% - 1440px) / 2) + 1440px );
    
}
.card__choose{
    padding-left: 2rem;
    color: #fff;
}

.card__choose .title__block{
    color: #fff;
}
.card__choose ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.card__choose ul li{
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 5rem;
    background-size: 4rem 4rem;
    background-image: url('../img/icons/icon__check__green.svg');
    max-width: 500px;
    margin-bottom: 2rem;
    min-height: 80px;
}
.card__choose .subtitle__section{
    color: #fff;
}
.card__choose .title__block{
    font-size: 2.75rem;
}

.floating__image__choose{
    border-radius: 80px 0 80px;
    margin-top: -180px;
    -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
            transform: translateX(12px);
}

.wrap__slide__choose{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -5rem;
    margin-bottom: 5rem;
}
.inner__slide__choose{
    max-width: 900px;
    background-color: #F8FFE8;
    padding: 2rem;
}

.item__slide__choose{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #132A13;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.item__slide__choose:last-of-type {
    border-right: 0;
}
.item__slide__choose p{
    color: #1E1E1E;
    font-weight: 600;
    font-size: 1.125rem;
}
.inner__slide__choose .bx-wrapper {
    margin-bottom: 0;
}

.card__timeline p:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.head__team{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.head__team:before {
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url("../img/icons/icon__waves.svg");
}
.head__team:after {
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 40px;
    height: 60px;
    background-image: url("../img/icons/icon__waves.svg");
}
.head__team .title__block{
    margin-bottom: 0;
}
.inner__head__team{
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}
.block__team{
    background-color: #F8FFE8;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.slide__team{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.slide__team__item{
    text-align: center;
}
.slide__team__item img{
    max-width: 400px;
    width: 100%;
}
.slide__team__item .slide__team__name{
    font-size: 2rem;
    font-weight: 700;
    color: #0637F3;
}
.slide__team__item .slide__team__position{}

@media screen and (max-width: 1200px)  {
    .list__achievements li strong{
        font-size: 3.5rem;
    }
    .list__achievements li span{
        font-size: 1rem;
        padding-left: 1rem;
    }
    .list__achievements li{
        margin-right: 1rem;
    }
    .slide__team__item{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 960px) {
    .list__achievements li strong{
        font-size: 2.5rem;
    }
    .list__achievements li span{
        font-size: 0.875rem;
        max-width: 80px;
    }
    .card__timeline p:first-of-type svg {
        min-width: 1rem;
    }
    .list__timeline__item{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .item__slide__choose p{
        font-size: 1rem;
    }
    .inner__slide__choose{
        padding-left: 1rem;
        padding-right: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .item__slide__choose img {
        max-width: 50px;
    }
    .item__slide__choose p {
        margin-bottom: 0;
    }

    .inner__head__team{
        min-width: auto;
    }
    
}
@media screen and (max-width: 640px) {
    
    .card__timeline__item{
        position: relative;
    }
    .list__timeline{
        margin-left: -50px;
    }
    .list__timeline .list__timeline__item .card__timeline__item{
        margin-left: 50px;
    }
    .list__timeline__item .year__timeline{
        top: -90px;
        left: -1rem;
    }

    .card__choose .title__block{
        font-size: 2rem;
    }
    .card__choose ul li{
        padding-left: 3rem;
        background-size: 2rem 2rem;
    }
    .floating__image__choose{
        margin-top: 2rem;
    }

    .head__team:after,
    .head__team:before{
        content: none;
        display: none;
    }
    .inner__head__team{
        text-align: left;
    }
    .slide__team{
        margin-left: -30px;
    }
    .card__team__item{
        margin-left: 30px;
    }
    .slide__team__item{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .slide__team{
        display: block;
    }
    .inner__team{
        padding-right: 0;
    }
}