#SpecialSection {
    margin-top: 0px;

    @media (max-width: 1239px) {
        margin-left: 0px;
        margin-right: 0px;
    }

    @media (max-width: 1239px) {
        .PhotoContainer .odd.Appear {
            animation: AppearRight 600ms;
        }
        .PhotoContainer .even.Appear {
            animation: AppearLeft 600ms;
        }
        .PhotoContainer .Topped.Appear {
            animation: Special_ToppedAppear 600ms;
        }
    }
    
    @media (min-width: 1240px) {    
        .PhotoContainer img.Appear {
            animation: AppearInside 600ms;
        }   
        .RightLine.Appear {
            animation: AppearLeft 600ms;
        }
        .LeftCircleContainer.Appear {
            animation: AppearSpinPositive 600ms;
        }
    }

    .Section {
        position: relative;

        overflow: hidden;

        background-color: #101010;

        display: flex;
    }

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

        background-color: #101010;

        height: auto;

        @media (max-width: 1239px) {
            width: 100%;
        }
    }

    .PhotoContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        margin-bottom: 36px;

        @media (max-width: 1239px) {
            margin-left: 20px;
            margin-right: 20px;
            flex-direction: column;
        }
    }

    .PhotoContainer img {
        width: 295px;
        height: 295px;
        border-radius: 20px;
        object-fit: cover;

        @media (max-width: 1239px) {
            width: 44vw;
            height: 44vw;
            border-radius: 15px;
        }
    }

    @media (max-width: 1239px) {
        .PhotoContainer img.Topped {
            transform: translate(0px, -21vw);
        }

        .PhotoContainer img.odd {
            align-self: flex-start;
        }

        .PhotoContainer img.even {
            align-self: flex-end;
        }

    }

    .TextContainer {
        padding-bottom: 90px;
        padding-top: 90px;
        padding-left: 40px;
        padding-right: 40px;

        border-radius: 32px;

        background-color: #2f2f2f;

        display: flex;
        flex-direction: row;

        margin-bottom: 270px;

        @media (max-width: 1239px) {
            flex-direction: column;
            background-color: unset;
            padding: unset;
            margin-bottom: 100px;
        }
    }

    .LeftContainer {
        width: 350px;

        flex-shrink: 0;

        @media (max-width: 1239px) {
            width: unset;
            margin-bottom: 118px;
        }
    }

    .RightContainer {
        flex-grow: 1;

        @media (max-width: 1239px) {
            border-radius: 15px;
            background-color: #2F2F2F;

            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

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

        margin-top: 18px;

        @media (max-width: 1239px) {
            color: #fff;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;

            text-align: center;

            margin-top: unset;
        }
    }

    .LeftCircleContainer {
        position: relative;

        margin-top: 135px;

        display: flex;
        justify-content: center;
    }

    .LeftCircleContainer img {}

    .LeftCircle {
        position: absolute;
        width: 118px;
        height: 118px;
        left: 68px;
        top: -6px;
        z-index: 119;
    }

    .LeftCircle svg text {
        fill: black;
        font-family: HelveticaNeueCyr;
        font-size: 32px;
        font-weight: 400;
        text-transform: uppercase;
        font-variant-ligatures: none;
        letter-spacing: 1px;
        animation: LeftCircleRotation 25s linear infinite;
        transform-origin: 250px 250px;
    }

    .LeftCircle svg {
        width: 180%;
        height: 180%;
    }

    @keyframes LeftCircleRotation {
        to {
            transform: rotate(360deg);
        }
    }

    .LeftCircle svg .SecondMainPhoto2TextTrick {
        transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
        transform-origin: 250px 250px;
    }

    .LeftCircle svg:hover .SecondMainPhoto2TextTrick {
        transform: scale(1.2) rotate(90deg);
    }

    .RightLine {
        display: flex;
        flex-direction: row;
        align-items: center;

        border-radius: 18px;
        background-color: #515151;

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

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

        min-height: 134px;

        box-sizing: border-box;

        @media (max-width: 1239px) {
            position: relative;
            min-height: unset;
            justify-content: space-between;
            
            padding: 10px;
            padding-left: 20px;
        }
    }

    .RightLine .Column {
        position: relative;
    }

    .RightLine:not(:last-child) {
        margin-bottom: 12px;
    }

    .RightLine .Arrow {
        position: absolute;
        bottom: 0px;
        right: -20px;
    }

    .RightLine .Accent {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        opacity: 0.6;

        margin-left: 24px;
        margin-right: 36px;
        margin-bottom: auto;
        margin-top: 28px;

        @media (max-width: 1239px) {
            margin-top: unset;
            margin-left: unset;
            margin-right: unset;
            margin-bottom: unset;
        }
    }

    .RightLine .Base {
        width: 200px;
        flex-shrink: 0;

        @media (max-width: 1239px) {
            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: min(4.5vw, 19px);
            font-style: normal;
            font-weight: 550;
            line-height: normal;

            margin-top: 20px;
        }
    }

    .RightLine .Little {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        opacity: 0.6;

        @media (max-width: 1239px) {
            display: none;

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

            opacity: 0.6;
        }
    }

    .RightLine img {
        width: 76px;
        height: 76px;

        border-radius: 12px;

        flex-shrink: 0;

        margin-right: 36px;

        @media (max-width: 1239px) {
            margin-right: 0px;
        }
    }

    .RightLine.Active {
        background-color: #515151;

        animation: Special_CardAppear 600ms;
    }

    .RightLine.UnActive {
        animation: Special_CardDissAppear 600ms;
    }

    .RightLine.Active .Arrow {
        display: none;
    }

    .RightLine.Active .Base {
        max-width: 39vw;
    }

    .RightLine.Active .Little {
        display: block;
        margin-top: 22px;
        margin-bottom: 11px;
        max-width: 39vw;

        animation: Special_CardAppear_Little 600ms;
    }

    .RightLine.UnActive .Little {
        animation: Special_CardDissappear_Little 600ms;
    }

    .RightLine.Active img {
        width: 44vw;
        height: 120px;
        object-fit: cover;

        animation: Special_CardAppear_Image 500ms;
    }

    .RightLine.UnActive img {
        object-fit: cover;
        animation: AppearInside 600ms;
    }
}

@keyframes Special_ToppedAppear {
    from {
        transform: translate(0);
    }
    to {
        transform: translate(0px, -21vw);
    }
}

@keyframes Special_CardAppear {
    /*
    from {
        background-color: white;
    }
    to {
        background-color: #B5BDCA;
    }
        */
}

@keyframes Special_CardDissAppear {
    /*
    to {
        background-color: white;
    }
    from {
        background-color: #B5BDCA;
    }
        */
}

@keyframes Special_CardAppear_Image {
    from {
        width: 76px;
        height: 76px;
    }
    to {
        width: 44vw;
        height: 120px;
    }
}

@keyframes Special_CardDissappear_Image {
    from {
        width: 44vw;
        height: 120px;
    }
    to {
        width: 76px;
        height: 76px;
    }
}

@keyframes Special_CardAppear_Little {
    from {
        opacity: .1;
    }
    to {
        opacity: .6;
    }
}

@keyframes Special_CardDissappear_Little {
    from {
        opacity: .6;
    }
    to {
        opacity: .1;
    }
}