html {
    scroll-behavior: unset;
}

.headline--title {
    text-align: center;
}

.banner-page img {
    object-position: top;
}

.s-offer {
    min-height: 100vh;
    padding: 0 0 96px;
    color: #fff;
    background: var(--color-6);
}

.offer-list {
    margin-top: 63px;
}

.offer-item {
    position: absolute;
    padding: 32px 24px;
    border: 1px solid rgba(184, 228, 255, 0.2);
    box-shadow: -7px 5px 20px 0px rgba(2, 39, 62, 0.79),-29px 21px 36px 0px rgba(2, 39, 62, 0.68), -65px 47px 48px 0px rgba(2, 39, 62, 0.4), -116px 84px 57px 0px rgba(2, 39, 62, 0.12), -181px 131px 63px 0px rgba(2, 39, 62, 0.01);
    background: var(--color-6);
}

.offer-item--icon {
    width: 44px;
    height: 44px;
    margin-bottom: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-11);
}

.offer-item--desc {
    margin: 0;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -1.1px;
}

.s-approach {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.approach-tabs_header {
    position: relative;
}

.approach-tabs_header::before {
    top: 45px;
}

.approach-tabs_header::before {
    content: "";
    position: absolute;
    top: 46px;
    left: -100vw;
    width: 300vw;
    height: 1px;
    background: #e8e9f2;
}

.approach-tabs {
    margin-top: 63px;
}

.approach-tabs--nav {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.approach-tabs--nav::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.approach-tabs--nav::-webkit-scrollbar-track {
    background: transparent;
}

.approach-tabs--nav::-webkit-scrollbar-thumb {
    background-color: var(--color-11);
    /* Creates the visual gap */
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 10px;
}

.approach-tabs--nav::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-11);
}

.approach-tabs--nav__link:nth-child(1) {
    margin-left: 15px;
}

.approach-tabs--nav__link::after {
    width: 0;
    opacity: 1;
}

.approach-tabs--nav__link.active::after {
    width: 100%;
}

.approach-tabs--nav__link {
    position: relative;
    min-height: 47px;
    display: inline-block;
    align-content: center;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 10px 38px 10px 20px;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -1.1px;
    color: var(--color-2);
    clip-path: polygon(calc(100% - 22px) 0, 100% 52px, 100% 100%, 0 100%, 0 0);
    background: #e8e9f2;
    z-index: 1;
}

.approach-tabs--nav__link:hover,
.approach-tabs--nav__link.active {
    color: #fff;
}

.approach-tabs--nav .approach-tabs--nav__link.active {
    z-index: 6;
}

.approach-tabs--nav__link::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    clip-path: polygon(calc(100% - 22px) 0, 100% 52px, 100% 100%, 0 100%, 0 0);
    background: #fff;
    z-index: -1;
}

.approach-tabs--nav__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-11);
    opacity: 0;
}

.approach-tabs--nav__link:hover::after,
.approach-tabs--nav__link.active::after {
    opacity: 1;
}

.approach-tabs--nav__link span {
    position: relative;
    white-space: nowrap;
    z-index: 1;
}



.approach-tabs-slider .swiper-wrapper {
    margin: 0;
}

.approach-tabs-slider  .swiper-slide.swiper-slide-active {
    width: 100% !important;
}

.approach-tabs--wrap__content {
    align-items: flex-start;
    padding-top: 35px;
}

.approach-tabs--wrap__content-text ul,
.approach-tabs--wrap__content-text p:not(:nth-last-child(1)) {
    margin-bottom: 24px;
}

.approach-tabs--img-caption {
    margin: 2px 0 0;
    font-size: 14px;
    font-style: italic;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #838d9a;
}


.s-why_us {
    padding: 96px 0;
    color: #fff;
    background: var(--color-6);
}

.why_us-cards {
    margin-top: 63px;
    display: grid;
    border-top: 1px solid rgba(38, 77, 101, 1);
    border-left: 1px solid rgba(38, 77, 101, 1);
}

.why_us-cards--item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 24px;
    border-right: 1px solid rgba(38, 77, 101, 1);
    border-bottom: 1px solid rgba(38, 77, 101, 1);
}

.why_us-cards--item.last {
    gap: 0;
    justify-content: flex-end;
}

.why_us-cards--item__count {
    padding-left: 7px;
    font-size: 14px;
    color: var(--color-11);
    border-left: 1px solid var(--color-11);
}

.why_us-cards--item__title {
    margin: 0 0 24px;
    max-width: 200px;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.why_us-cards--item__desc {
    max-width: 330px;
    min-height: 66px;
    margin: 0;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -1px;
}

.why_us-cards--item.last {
    position: relative;
    align-content: center;
    color: #fff;
    background: var(--color-11);
    overflow: hidden;
    z-index: 1;
}

.why_us-cards--item.last::before {
    content: "";
    position: absolute;
    top: 0;
    right: -13%;
    width: 100%;
    height: 100%;
    background: url("../../images/icon-why-us.svg") no-repeat right/contain;
    pointer-events: none;
    z-index: -1;
}

.why_us-cards--item .btn-arrow--wrapper {
    transform: translateX(-40px);
    margin-right: -40px;
}

.why_us-cards--item .btn-arrow span {
    min-height: 40px;
}

.why_us-cards--item .btn-arrow--icon {
    flex: 0 0 40px;
    width: 40px;
}

.s-partnership {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
}

.s-partnership .headline {
    display: flex;
}

.s-partnership .headline--title {
    text-align: left;
}

.partnership-row {
    margin-top: 50px;
}

.partnership-row[data-index="2"] {
    padding-top: 16px;
}

.partnership-row__headline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 33px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e8e9f2;
}

.partnership-row__title {
    margin: 0;
    letter-spacing: -0.2px;
}

.partnership-row__counter {
    margin-top: auto;
    font-size: 14px;
    color: #838d9a;
}

.partnership-row__image_caption {
    max-width: 668px;
    margin: 15px 0 0;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-style: italic;
    color: #838d9a;
}

.partnership-row__slider-wrap {
    width: 100%;
    padding: 0 15px;
}

.partnership-row__slider {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.partnership-row__slider .swiper-wrapper {
    margin: 0;
}

.partnership-row__slider .swiper-slide {
    /*max-width: 704px;*/
    width: auto;
    /*display: inline-block;*/
}

.partnership-slider-nav {
    max-width: 1228px;
    width: 100%;
    margin: 46px auto 0;
    display: flex;
    gap: 12px;
}

.partnership-slider-nav button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  var(--color-2);
    border: 1px solid #e8e9f2;
    border-radius: 2px;
    background: #fff;
}

.partnership-slider-nav button:hover,
.partnership-slider-nav button:active,
.partnership-slider-nav button:focus {
    color:  var(--color-2);
    border: 1px solid #e8e9f2;
    background: #fff;
    box-shadow:-1px 6px 6px -3px rgba(7, 26, 53, 0.05)
}

@keyframes tabFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width: 769px) {
    .headline--subtitle {
        margin-bottom: 0;
    }

    .s-offer {
        position: relative;
        min-height: calc(100vh + 60px);
        padding: 160px 0 160px;
        overflow: hidden;
        align-content: center;
    }

    .offer-list {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 466px;
        margin-top: 96px;
        will-change: transform;
    }

    .offer-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 612px;
        flex-shrink: 0;
        padding: 48px 32px;
    }

    .offer-item--icon {
        width: 88px;
        height: 88px;
        margin-bottom: 136px;
    }

    .offer-item--desc {
        font-size: 36px;
        line-height: 120%;
    }

    .s-approach {
        padding: 160px 0 160px;
    }

    .approach-tabs_header::before {
        top: 50px;
    }

    .approach-tabs--wrap__content {
        display: none;
        padding-top: 48px;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .approach-tabs--wrap__content.active {
        display: flex;
        animation: tabFadeIn 0.4s forwards;
    }

    .approach-tabs--nav__link {
        min-height: 51px;
        font-size: 24px;
        letter-spacing: -1.3px;
        word-spacing: -1px;
        transition: 0.3s all;
    }

    .approach-tabs--nav__link::after {
        transition: 0.3s all;
    }

    .approach-tabs--nav__link:hover::after {
        width: 100%;
    }

    .s-why_us {
        padding: 160px 0 140px;
    }

    .why_us-cards {
        margin-top: 94px;
        grid-template-columns: repeat(2, 1fr);
    }

    .why_us-cards--item {
        min-height: 290px;
        padding: 32px;
    }

    .why_us-cards--item.last::before {
        top: 9px;
        right: 0;
        width: 97%;
        height: 97%;
    }

    .why_us-cards--item__count {
        margin-bottom: 49px;
    }

    .why_us-cards--item__title {
        max-width: 230px;
        margin: 0 0 33px;
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.7px;
    }

    .why_us-cards--item__desc {
        min-height: 78px;
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -1.4px;
    }

    .s-partnership {
        padding: 160px 0 140px;
    }

    .partnership-row {
        margin-top: 81px;
    }

    .partnership-row__headline {
        margin-bottom: 48px;
        padding-bottom: 11px;
    }

    .partnership-row__title {
        letter-spacing: -0.6px;
    }

    .partnership-row__image_caption {
        margin: 10px 0 0;
    }

    .partnership-row__slider .swiper-slide {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .banner-page--headline.column-two .banner-page--title {
        width: 47%;
    }

    .banner-page--headline.column-two .banner-page--description {
        width: 49%;
    }

    .s-approach {
        padding: 160px 0 140px;
    }

    .approach-tabs {
        margin-top: 95px;
    }

    .approach-tabs--wrap__content {
        gap: 72px;
        align-items: center;
        justify-content: space-between;
    }

    .approach-tabs--wrap__content-img {
        width: 46%;
    }

    .approach-tabs--wrap__content-text {
        width: 50%;
    }

    .why_us-cards {
        margin-top: 86px;
        grid-template-columns: repeat(3, 1fr);
    }

    .why_us-cards--item {
        min-height: 254px;
    }

    .why_us-cards--item__count {
        margin-bottom: 66px;
    }

    .s-partnership .headline {
        gap: 0 131px;
        justify-content: space-between;
    }

    .s-partnership .headline-col-right {
        flex: 0 1 705px;
        margin-top: 24px;
    }

    .partnership-row[data-index="1"],
    .partnership-row[data-index="2"] .partnership-row__headline {
        max-width: 705px;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .approach-tabs--wrap__content {
        flex-direction: column;
        gap: 48px;
    }

    .s-approach .headline--title,
    .s-why_us .headline--title{
        margin: 33px 0 0;
        text-align: left;
    }

    .why_us-cards--item:nth-child(1),
    .why_us-cards--item:nth-child(2) {
        justify-content: flex-start;
    }

    .s-partnership .headline {
        display: flex;
        flex-direction: column;
        gap: 29px;
    }
}

@media (max-width: 768px) {
    .s-offer .headline--title {
        margin: 33px 0 0;
        text-align: left;
    }

    .offer-item--icon img {
        width: 17px;
    }

    /*.approach-tabs_header {*/
    /*    display: flex;*/
    /*}*/

    /*.static-active-tab {*/
    /*    position: relative;*/
    /*    min-height: 47px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    padding: 10px 38px 10px 20px;*/
    /*    font-size: 20px;*/
    /*    line-height: normal;*/
    /*    letter-spacing: -1.1px;*/
    /*    color: #fff;*/
    /*    background: var(--color-11);*/
    /*    clip-path: polygon(calc(100% - 22px) 0, 100% 52px, 100% 100%, 0 100%, 0 0);*/
    /*    transition: width 0.3s ease;*/
    /*    width: max-content;*/
    /*    max-width: 100%;*/
    /*    pointer-events: none;*/
    /*    white-space: nowrap;*/
    /*    z-index: 2;*/
    /*}*/

    /*.approach-tabs--nav {*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    max-height: 200px;*/
    /*    width: 100%;*/
    /*    height: 47px;*/
    /*    gap: 0;*/
    /*    z-index: 1;*/
    /*}*/

    /*.approach-tabs--nav__link {*/
    /*    !*transition: width 0.3s ease, z-index 0.3s ease, opacity 0.3s ease;*!*/
    /*    !*position: absolute !important;*!*/
    /*    flex: 1;*/
    /*    font-size: 0;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    clip-path: polygon(calc(100% - 24px) 0, 100% 54px, 100% 100%, 0 100%, 0 0);*/
    /*}*/

    /*.approach-tabs--nav__link.hidden-tab {*/
    /*    width: 100%;*/
    /*    z-index: -1;*/
    /*    opacity: 0;*/
    /*    pointer-events: none;*/
    /*    display: none;*/
    /*}*/


    /*.approach-tabs--nav__link {*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    min-width: 30px;*/
    /*    padding: 0;*/
    /*}*/

    /*.approach-tabs--nav__link:nth-child(2) {*/
    /*    transform: translateX(-21px);*/
    /*    width: calc(25% + 21px);*/
    /*    z-index: 5;*/
    /*}*/
    /*.approach-tabs--nav__link:nth-child(3) {*/
    /*    width: 50%;*/
    /*    z-index: 4;*/
    /*}*/
    /*.approach-tabs--nav__link:nth-child(4) {*/
    /*    width: 75%;*/
    /*    z-index: 3;*/
    /*}*/
    /*.approach-tabs--nav__link:nth-child(5) {*/
    /*    width: 100%;*/
    /*    z-index: 2;*/
    /*}*/

    /*.approach-tabs--nav__link::before {*/
    /*    top: 1px;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: calc(100% - 2px);*/
    /*    clip-path: polygon(calc(100% - 25px) 0, 100% 55px, 100% 100%, 0 100%, 0 0);*/
    /*}*/

    /*.approach-tabs_header::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    max-height: 200px;*/
    /*    width: calc(100% - 26px);*/
    /*    height: 1px;*/
    /*    background: #e8e9f2;*/
    /*}*/

    /*.approach-tabs--nav__link.pos-2 {*/
    /*    width: calc(100% + 9vw);*/
    /*    z-index: 4;*/
    /*}*/

    /*.approach-tabs--nav__link.pos-3 {*/
    /*    width: calc(100% + 18vw);*/
    /*    z-index: 3;*/
    /*}*/

    /*.approach-tabs--nav__link.pos-4 {*/
    /*    width: calc(100% + 27vw);*/
    /*    z-index: 2;*/
    /*}*/

    /*.approach-tabs--nav__link.pos-5 {*/
    /*    width: calc(100% + 36vw);*/
    /*    z-index: 1;*/
    /*}*/

    .approach-tabs--wrap__content-img {
        margin-bottom: 48px;
    }

    .why_us-cards--item {
        min-height: 198px;
        gap: 24px;
    }

    .why_us-cards--item:nth-child(1),
    .why_us-cards--item:nth-child(2) {
        justify-content: space-between;
    }

    .s-partnership .headline {
        gap: 18px;
    }

    .partnership-row__title {
        line-height: 110%;
    }

    .partnership-row__counter {
        padding-bottom: 3px;
    }

    .partnership-row__slider .slide-clone,
    .partnership-slider-nav {
        display: none;
    }

    .partnership-row__slider .swiper-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .partnership-row__slider .swiper-slide {
        flex-shrink: unset;
    }

    .partnership-row__image {
        font-size: 0;
    }

    .partnership-row[data-index="1"] .partnership-row__image {
        position: relative;
        padding-top: 106%;
        border-radius: 4px;
        overflow: hidden;
    }

    .partnership-row__image img {
        width: 100%;
    }

    .partnership-row[data-index="1"] .partnership-row__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .s-offer--wrap,
    .s-offer--wrap .container {
        height: 100%;
    }

    .s-offer--wrap .container {
        display: flex;
        flex-direction: column;
    }

    .offer-item {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .approach-tabs--nav__link.pos-2 {
        width: calc(100% + 6vw);
    }

    .approach-tabs--nav__link.pos-3 {
        width: calc(100% + 12vw);
    }

    .approach-tabs--nav__link.pos-4 {
        width: calc(100% + 18vw);
    }

    .approach-tabs--nav__link.pos-5 {
        width: calc(100% + 24vw);
    }
}

@media (min-width: 992px) and (max-height: 800px) {
    .s-offer {
        padding: 80px 0 80px;
    }

    .offer-list {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .offer-item {
        padding: 22px 32px;
    }

    .offer-item--icon {
        margin-bottom: 24px;
    }

    .offer-spacer {
        width: 100%;
        height: 100px;
        background: var(--color-6);
    }
}
