/* about us | about us main */

.about-us-main {
    padding-top: 88px !important;
}

.pointed-title__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: min(208px, 14.444vw) 0;

    text-align: center;
}

.pointed-title__wrapper .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

.pointed-title__wrapper .bg picture,
.pointed-title__wrapper .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pointed-title__wrapper .text {
    padding: min(16px, 1.111vw) 0 0 0;
    color: var(--Shark-Shark-300, #8C8F90);
}

.breadcrumbs.-about-us {
    top: 88px;
}

/* About us | horizontal-steps-section */

.horizontal-steps-section {
    margin: var(--default-section-margin) 0;
}

.horizontal-steps {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 72px;
}

.horizontal-steps__item {
    border-radius: 16px;
    border: 1px solid var(--shark-shark-100, #E4E7E9);
    background: var(--White, #FFF);
    padding: min(40px, 2.778vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: min(600px, 41.667vw);
    width: min(600px, 41.667vw);
    transform: translateY(100vh);
    position: relative;
}

.horizontal-steps__item:not(:first-child) {
    margin-left: max(-300px, -20.833vw);
}

.horizontal-steps__item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(80px, 5.556vw);
    height: min(80px, 5.556vw);
    min-height: min(80px, 5.556vw);
    border-radius: 100px;
    background: var(--solids-cherokee-solid, #FADEB4);
    margin-bottom: min(40px, 2.778vw);
}

.horizontal-steps__item .img.-blue {
    background: var(--solids-mabel-solid, #DEF3FC);
}

.horizontal-steps__item .img.-pink {
    background: var(--solids-perfume-solid, #DDD1F5);
}

.horizontal-steps__item .img img {
    display: block;
    width: min(32px, 2.222vw);
    height: min(32px, 2.222vw);
}

.horizontal-steps__item .img.-without-bg img {
    width: auto;
    height: auto;
}

.horizontal-steps__item .content {
    margin: auto 0 0 0;
}

.horizontal-steps__item-step {
    position: absolute;
    top: min(40px, 5.556vw);
    right: min(40px, 5.556vw);
    height: 32px;
    border-radius: 100px;
    border: 1px solid #E4E7E9;
    padding: 0 12px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.horizontal-steps__item .title + .text {
    margin-top: min(24px, 1.667vw);
    color: var(--shark-shark-300, #8C8F90);
}


/* About us | why-choose-us */

.why-choose-us {
    padding: var(--default-section-margin) 0 var(--smaller-section-margin) 0;
}

.why-choose-us .section-title {
    position: sticky;
}

.why-choose-us .sticky-progress-slider {
    margin-top: min(80px, 5.556vw);
}

/*.why-choose-us.-slider-on-mob .swiper-slider {*/
/*    display: none;*/
/*}*/


/** About us | media-section */

.media-section {
    padding: var(--smaller-section-margin) 0 var(--default-section-margin) 0;
    margin-bottom: var(--default-section-margin);
}

.media-wrapper__item + .media-wrapper__item {
    margin-top: min(16px, 1.111vw);
}

.media-wrapper__item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: min(16px, 1.111vw);
}

.media-wrapper__item .content {
    grid-column: span 2;
    padding: min(32px, 2.222vw);
    background: var(--shark-shark-550, #1A1B21);
    border-radius: min(16px, 1.111vw);
    display: flex;
    flex-direction: column;
}

.media-wrapper__item .content .default-button {
    margin: auto 0 0 0;
    width: fit-content;
}

.media-wrapper__item .media {
    grid-column: span 4;
    background: var(--shark-shark-550, #1A1B21);
    border-radius: min(16px, 1.111vw);
    overflow: hidden;
}

.media-wrapper__item .media img,
.media-wrapper__item .media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-wrapper__item .media.--gradient-border {
    background: var(--Shark-Shark-550, #1A1B21);
}

.media-wrapper__item .media svg {
    width: 100%;
}

.orbits {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.media-wrapper__item .orbit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform-origin: center;
    transition: opacity 0.4s;
    transition-delay: 0.7s;
    opacity: 0;
}

/* .media-wrapper__item .orbit {
  transform: rotate(15deg);
}

.media-wrapper__item .orbit:first-child {
  transform: rotate(-15deg);
} */

.media-wrapper__item .media.-animated .orbit {
    opacity: 1;
}

.media-wrapper__item .media.-animated circle {
    opacity: 1;
    transform: scale(1);
}

.space-team circle {
    transition: opacity 0.4s, transform 0.7s;
    opacity: 0;
    transform: scale(2);
    transform-origin: center;
    animation: faded 3.7s infinite ease-in-out;
    animation-play-state: paused;
}

.-in-viewport.space-team circle {
    animation-play-state: running;
}

.space-team circle:nth-child(1) {
    transition-delay: 0.1s;
    animation: faded 2s infinite ease-in-out;
}

.space-team circle:nth-child(2) {
    transition-delay: 0.2s;
    animation: faded 3.7s infinite ease-in-out;
}

.space-team circle:nth-child(3) {
    transition-delay: 0.3s;
    animation: faded 3.5s infinite ease-in-out;
}

.space-team circle:nth-child(4) {
    transition-delay: 0.4s;
    animation: faded 2.5s infinite ease-in-out;
}

.space-team circle:nth-child(5) {
    transition-delay: 0.5s;

    animation: faded 2.7s infinite ease-in-out;
}

.space-team circle:nth-child(6) {
    transition-delay: 0.6s;
    animation: faded 3.9s infinite ease-in-out;
}

.space-team circle:nth-child(7) {
    transition-delay: 0.7s;
    animation: faded 2.1s infinite ease-in-out;
}

.space-team circle:nth-child(8) {
    transition-delay: 0.8s;
    animation: faded 2.2s infinite ease-in-out;
}

.space-team circle:nth-child(9) {
    transition-delay: 0.9s;

    animation: faded 2.3s infinite ease-in-out;
}

.space-team circle:nth-child(10) {
    transition-delay: 1s;
    animation: faded 3.8s infinite ease-in-out;
}

.space-team circle:nth-child(11) {
    transition-delay: 1.1s;
    animation: faded 2.4s infinite ease-in-out;
}

.space-team circle:nth-child(12) {
    transition-delay: 1.2s;
    animation: faded 2.5s infinite ease-in-out;
}

.space-team circle:nth-child(13) {
    transition-delay: 1.3s;
    animation: faded 3.95s infinite ease-in-out;
}

.space-team circle:nth-child(14) {
    transition-delay: 1.4s;
    animation: faded 2.15s infinite ease-in-out;
}

@keyframes faded {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.space-team .avatars {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.space-team .avatar {
    position: absolute;
    width: 12%;
    aspect-ratio: 1/1;
    opacity: 0;
    transition: opacity 0.4s;
    transition-delay: 0.7s;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px #48494D;
}

.-animated .space-team .avatar {
    opacity: 1 !important;
}

.space-team .avatar.-smaller {
    width: 7%;
}

.space-team .avatar.-middle {
    width: 10%;
}

.space-team .avatar img {
    display: block;
    width: 100%;
}

.space-team .center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-team .center .loader {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    width: 8%;
    aspect-ratio: 1/1;
    gap: 5%;
}

.space-team .center .loader div {
    border-radius: 50%;
    background: #fff;
}

.space-team .static {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.successful-stories-lite {

}

.successful-stories-lite__wrapper {
    display: flex;
    gap: 40px;
}

.successful-stories-lite-item {
    flex: 1 1 calc(50% - 40px);
    border-radius: 16px;
    border: 1px solid var(--Shark-Shark-100, #E4E7E9);
    background: var(--White, #FFF);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.successful-stories-lite-item-quote {
    margin-bottom: 40px;
}

.successful-stories-lite-item-quote svg {
    width: 34px;
    height: 24px;
}

.successful-stories-lite-item .description {
    margin: 24px 0 76px;
    color: #76767A;
}

.successful-stories-lite-item.review__person {
    margin-top: auto;
}


.title-section__wrapper {
    max-width: 1120px !important;
}


.vertical-steps-section {
    padding: var(--default-section-margin) 0 80px;
}

.vertical-steps-section .section-title {
    margin-bottom: 80px;
}

.steps-section {
}

/* .steps-slider__item {
    grid-template-columns: 1fr;
    border-radius: 16px;
    border: 1px solid var(--shark-shark-100, #E4E7E9);
    background: var(--white, #FFF);
    padding: 40px;
} */

/* .steps-slider__item .img {
    height: 80px;
    width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .steps-slider__item .img img {
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 32px;
} */

/* .steps-slider__item .title {
    margin-bottom: 24px;
} */

.steps-slider__item .text.-higher {
    color: var(--shark-shark-350, #76767A);
}

/* .steps-slider__item-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
} */

/* .steps-slider__item-step {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--shark-shark-100, #E4E7E9);
    padding: 0 12px;
} */

.steps-slider__item .content {
    max-width: 714px;
}


@media screen and (max-width: 1100px) {


    /* about us | about us main */
    .pointed-title__wrapper {
        padding: 186px 20px;
    }

    /* About us | horizontal-steps-section */
    .title-section:has(+.horizontal-steps-section) {
        margin-bottom: 0;
    }

    .title-section + .horizontal-steps-section {
        margin-top: 0;
    }

    .horizontal-steps-section {
        margin: var(--default-section-margin) 0;
    }

    .horizontal-steps {
        position: relative;
        flex-direction: column;
        padding-top: 0;
    }

    .horizontal-steps__item {
        border-radius: 16px;
        padding: 16px;
        min-height: 383px;
        width: 100%;
        transform: translateY(100vh);
    }

    .horizontal-steps__item:not(:first-child) {
        position: absolute;
        top: 0;
        margin-left: 0;
    }

    .horizontal-steps__item .img {
        width: 48px;
        height: 48px;
        min-height: 48px;
        margin-bottom: 40px;
    }

    .horizontal-steps__item .img img {
        width: 20px;
        height: 20px;
    }

    .horizontal-steps__item .img.-without-bg {
        width: 48px;
        height: 48px;
    }

    .horizontal-steps__item .img.-without-bg img {
        width: 48px;
        height: 48px;
    }


    .horizontal-steps__item .title + .text {
        margin-top: 16px;
    }


    .why-choose-us.-slider-on-mob {
        overflow: hidden;
        padding-bottom: 0;
    }

    .why-choose-us .sticky-progress-slider {
        margin-top: 40px;
    }

    .why-choose-us .sticky-progress__progress .progress {
        height: 270px;
    }


    /** About us | media-section */
    .media-section {
        padding: var(--smaller-section-margin) 0 var(--default-section-margin) 0;
        margin-bottom: var(--default-section-margin);
    }

    .media-wrapper__item + .media-wrapper__item {
        margin-top: 16px;
    }

    .media-wrapper__item {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .media-wrapper__item .content {
        grid-column: span 1;
        padding: 16px;
        background: var(--shark-shark-550, #1A1B21);
        border-radius: 16px;
    }

    .media-wrapper__item .media {
        grid-column: span 1;
        border-radius: 16px;
        aspect-ratio: 1.964071856287425/1;
    }

    .media-wrapper__item .content .default-button {
        margin-top: 32px;
    }

    .space-team .avatar {
        box-shadow: 0px 0px 0px 2px #48494D;
    }


    /* about us | about us main */
    .about-us-main {
        padding-top: 63px !important;
    }

    .pointed-title__wrapper {
        padding: 156px 0 166px 0;
    }

    .breadcrumbs.-about-us {
        top: 63px;
    }

    .pointed-title__wrapper .text {
        padding-top: 16px;
    }

    .horizontal-steps__item-step {
        position: absolute;
        top: 16px;
        right: 16px;
        height: 32px;
        border-radius: 100px;
        border: 1px solid #E4E7E9;
        padding: 0 12px;
        display: flex;
        align-items: center;
        width: fit-content;
    }

    .successful-stories-lite {

    }

    .successful-stories-lite__wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .successful-stories-lite-item {
        padding: 16px;
    }

    .successful-stories-lite-item-quote {
        margin-bottom: 20px;
    }

    .successful-stories-lite-item .description {
        margin: 16px 0 46px;
    }


    .steps-slider__item {
        grid-template-columns: 1fr;
        padding: 16px !important;
    }

    .steps-slider__item .img {
        height: 48px !important;
        width: 48px !important;
    }

    .steps-slider__item .img img {
        max-width: 24px !important;
    }

    .steps-slider__item .title {
        margin-bottom: 16px !important;
    }

    .steps-slider__item-step {
        height: 24px;
        padding: 0 8px;
    }

    .steps-slider__item .content {
        grid-column: span 1;
    }


}