#TeamSection {

    --font-family: HelveticaNeueCyr;

    margin-top: 130px;

    @media (max-width: 1239px) {
        margin-top: 80px;
    }

    .Section {
        position: relative;

        overflow: hidden;

        background-color: #101010;

        min-height: 1027px;

        @media (max-width: 1239px) {
            min-height: 1120px;
        }
    }

    .SectionViewport {
        display: flex;
        flex-direction: column;
    }

    .Heading {
        position: absolute;

        top: 0;

        left: 50%;
        transform: translate(-50%, 0);

        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;

        @media (max-width: 1239px) {
            width: 100%;
            text-align: center;

            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;
        }
    }

    .Description {
        position: absolute;

        top: 70px;

        left: 50%;
        transform: translate(-50%, 0);

        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 17px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;

        opacity: 1;

        padding-right: 55px;
        padding-left: 55px;
        padding-top: 20px;
        padding-bottom: 20px;

        background-color: #2f2f2f;

        border-radius: 24px;

        @media (max-width: 1239px) {
            top: 705px;
            white-space: nowrap;

            padding-right: 45px;
            padding-left: 45px;
            padding-top: 19px;
            padding-bottom: 19px;

            width: auto;
            background-color: #1D75FF;

            color: #FFF;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 15px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;
        }
    }

    .Carousel {
        position: absolute;

        top: 186px;

        left: 50%;
        margin-left: -600px;

        display: flex;
        flex-direction: row;

        width: 1200px;

        @media (max-width: 1239px) {
            margin-left: unset;
            width: min(85vw, 350px);
            left: 50%;
            transform: translate(-50%);
            top: 145px;
        }
    }

    .CarouselLeftContainer,
    .CarouselRightContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .CarouselLeftContainer {
        @media (max-width: 1239px) {
            position: absolute;
            top: 70px;
            left: calc(50% - 21px);
            transform: translate(-50%);
        }
    }

    .CarouselRightContainer {
        @media (max-width: 1239px) {
            position: absolute;
            top: 70px;
            left: calc(50% + 21px);
            transform: translate(-50%);
        }
    }

    .CarouselNavigation {
        @media (max-width: 1239px) {
            position: absolute;
            top: 118px;
            left: 50%;
            transform: translate(-50%);

            display: flex;
            flex-direction: row;
        }
    }

    .CarouselNavigationDark,
    .CarouselNavigationLight {
        background-color: #737373;
        height: 2px;
        width: 12vw;
        max-width: 60px;
        margin: .4vw;
    }

    .CarouselNavigationLight {
        background-color: #C9C7C2;
    }

    .CarouselBody {
        overflow: hidden;
    }

    .CarouselItemContainer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        flex-grow: 1;
    }

    .CarouselItem {
        height: 550px;
        width: 350px;

        margin-left: 6px;
        margin-right: 6px;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        background-size: cover;
        background-position: center;
        border-radius: 30px;

        @media (max-width: 1239px) {
            background-size: cover;
            background-repeat: no-repeat;
            height: 550px;
            width: 85vw;
            max-width: 350px;
            border-radius: 30px;
        }
    }

    .CarouselItemContent {
        color: #171717;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 21.6px;

        margin-bottom: 32px;
        margin-left: 25px;
        margin-right: 25px;

        background-color: white;

        padding-bottom: 16px;
        padding-top: 16px;
        padding-left: 18px;
        padding-right: 18px;

        display: flex;
        flex-direction: row;

        border-radius: 16px;

        @media (max-width: 1239px) {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18.947px;
        }
    }

    .CarouselItemContent>.Accent {
        color: #171717;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 13.2px;

        opacity: 0.6;

        margin-top: 5px;
        margin-left: 24px;

        @media (max-width: 1239px) {
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            line-height: 13.2px;
            /* 120% */
        }
    }

    .CarouselLeft,
    .CarouselRight {
        color: #fff;
        border: 1px solid #fff;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 12px;
    }

    .EndMotto {
        box-sizing: border-box;

        position: absolute;
        height: 100px;

        left: 30px;

        top: 863px;
        width: 600px;

        padding-right: 150px;

        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 37px;
        font-style: normal;
        font-weight: 550;
        line-height: 37px; /* 100% */

        @media (max-width: 1239px) {
            top: 840px;
            left: 20px;
            width: 67vw;
            height: auto;
            padding-right: unset;
            transform: unset;

            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: 25.893px; /* 103.571% */
        }
    }

    .EndMotto.Appear {
        animation: Team_EndMotto 600ms;
    }

    .EndDescription {
        box-sizing: border-box;

        position: absolute;

        height: 100px;
        left: 50%;
        transform: translate(calc(-50% + 300px), 0);

        top: 863px;
        width: 590px;
        padding-left: 50px;

        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 22px;
        font-style: normal;
        font-weight: 550;
        line-height: 22.957px; /* 104.348% */

        @media (max-width: 1239px) {
            top: 987px;
            left: 20px;
            width: 90vw;

            transform: unset;
            padding-left: unset;

            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 18px;
            font-style: normal;
            font-weight: 550;
            line-height: 18.947px; /* 105.263% */
        }
    }

    .EndDescription.Appear {
        animation: Team_EndDescription 600ms;
    }

    .EndDescription>.Accent {
        color:  #555;

        @media (max-width: 1239px) {
            color: #1D75FF;
        }
    }
}

@keyframes Team_EndMotto {
    from {
        opacity: .4;
        transform: translate(0, -20px);
    }
}

@keyframes Team_EndDescription {
    from {
        opacity: .4;
        transform: translate(0, 20px);
    }
}