/* Team */
.team {
    background: -o-linear-gradient(338.56deg, #FEFFF5 1.34%, #F1EBFF 100%);
    background: linear-gradient(111.44deg, #FEFFF5 1.34%, #F1EBFF 100%);
}

.team__block {
    padding-top: 70px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team__image {
    max-width: 90px;
}

.team__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.team__slide-spec {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.team__heading {
    max-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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team__title {
    margin-bottom: 30px;
}

.team__title-link {
    display: none;
}

.team__desc {
    margin-bottom: 17px;
}

.team__link {
    max-width: 50px;
}


.team__people-wrap {
    max-width: 416px;
    width: 100%;
}

.team__people {
    height: 412px;
    background: -o-linear-gradient(329.71deg, rgba(210, 234, 255, 0.2) 1.49%, rgba(255, 255, 255, 0.2) 96.72%);
    background: linear-gradient(120.29deg, rgba(210, 234, 255, 0.2) 1.49%, rgba(255, 255, 255, 0.2) 96.72%);
    -webkit-box-shadow: 0 10px 40px rgba(96, 117, 158, 0.15);
    box-shadow: 0 10px 40px rgba(96, 117, 158, 0.15);
    border-radius: 30px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team__people-img {
    position: relative;
    margin-bottom: 28px;
}

.team__people-img-pc {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.team__people-img-people {
}

.team__people-wrap:hover .team__people-img-people,
.team__people-wrap.animeted .team__people-img-people {
    -webkit-animation: movePeople 1.5s both ease-in-out;
    animation: movePeople 1.5s both ease-in-out;
}

.team__people-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #231E57;
}

.team__people-spec {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(35, 30, 87, 0.6);
}

.team__slider {
    list-style: none;
}

.team__tablet {
    display: none;
}


.team__slide {
    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;
    background: #3F9FF8;
    height: 324px;
}

.team__slide:nth-of-type(2n) {
    background: #0669F7;
}

.team__slide-people {
    width: 240px;
    height: 240px;
    background: -o-linear-gradient(329.71deg, rgba(210, 234, 255, 0.2) 1.49%, rgba(255, 255, 255, 0.2) 96.72%);
    background: linear-gradient(120.29deg, rgba(210, 234, 255, 0.2) 1.49%, rgba(255, 255, 255, 0.2) 96.72%);
    -webkit-box-shadow: 0 10px 40px rgba(96, 117, 158, 0.15);
    box-shadow: 0 10px 40px rgba(96, 117, 158, 0.15);
    border: 1px solid #fff;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.team__slide:nth-of-type(2n) .team__slide-people {
    border-radius: 30px;
}


.team-navigation {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none;
}

.team-navigation:after {
    content: url("../../../images/slider-arrow-hover-small.svg");
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}

.team-navigation:before {
    content: url("../../../images/slider-arrow-small.svg");
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

.team-navigation:after,
.team-navigation:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
}

.team-navigation:hover {
    width: 49px;
    height: 47px;
}

.team-navigation:hover:before {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.team-navigation:hover:after {
    opacity: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.team-button-prev:before {
    left: 14px;
    outline: none;
}

.team-button-next:before {
    left: 17px;
}

.team-button-prev:after {
    left: 17px;
}

.team-button-next:after {
    left: 21px;
}

.team-button-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11px;
}

.team-button-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 11px;
}

/* \Team */


/* Adaptive */
@media (max-width: 830px) {
    .team__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 86px;
        padding-bottom: 20px;
    }

    .team__heading,
    .team__people-wrap {
        max-width: 100%;
    }

    .team__link {
        display: none;
    }

    .team__desc {
        margin-bottom: 31px;
    }

    .team__title {
        display: none;
    }

    .team__title-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .team__title-link:after {
        content: "";
        background: url("../../../images/arrow_to-right_blue.svg") no-repeat center center;
        background-size: contain;
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 710px) {
    .team__people {
        height: 280px;
    }
}

@media (max-width: 685px) {
    .team__people-wrap:hover .team__people-img-people {
        -webkit-animation: none;
        animation: none;
    }

    .team__title-link:after {
        height: 12px;
    }

    .team-swiper {
        display: none;
    }

    .team__tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .team__slide {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
    }

    .team__slide:nth-of-type(2n) {
        background: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .team__people-block {
        width: 50%;
        height: 100%;
        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;
        background: #3F9FF8;
    }

    .team__slide:nth-of-type(2n) .team__slide-people {
        border-radius: 50%;
    }

    .team__people-block:nth-of-type(2n) .team__slide-people {
        border-radius: 30px;
    }

    .team__people-block:nth-of-type(2n) {
        background: #0669F7;
    }
}

@media (max-width: 550px) {
    .team__image {
        height: 60px;
    }

    .team__slide-spec {
        font-size: 12px;
        line-height: initial;
    }

    .team__slide-people {
        width: 175px;
        height: 175px;
    }

    .team__slide {
        height: 235px;
    }

    .team__name {
        font-size: 16px;
        line-height: initial;
        margin-bottom: 3px;
    }
}

@media (max-width: 450px) {
    .team__people {
        height: 250px;
    }

    .team__people-img {
        margin-bottom: 20px;
    }

    .team__people-img-people {
        height: 80px;
    }

    .team__people-img-pc {
        height: 40px;
        bottom: -8px;
    }

    .team__people-name {
        font-size: 26px;
        line-height: 32px;
    }

    .team__people-spec {
        font-size: 15px;
        line-height: 22px;
    }

    .team__slide {
        height: 185px;
    }

    .team__slide-people {
        width: 145px;
        height: 145px;
    }

    .team__image {
        height: 50px;
    }

    .team__name {
        font-size: 16px;
        line-height: initial;
        margin-bottom: 3px;
    }

    .team__slide-spec {
        font-size: 12px;
        line-height: initial;
    }
}

/* \Adaptive */