.office_single_hero {
    min-height: 35.36rem;
}

@media screen and (min-wdth:551px) {
    .office_single_hero__media {
        -webkit-clip-path: url(#office-single-hero-clip);
        clip-path: url(#office-single-hero-clip);
    }
}

.office_single_hero__media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.office_single_hero__content {
    z-index: 2;
    padding-bottom: 9.25rem;
}

.office_single_hero__inner {
    max-width: 100%;
}

.office_single_hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.15rem;
    padding: 0.785rem 1.625rem;
    border-radius: 6.25rem;
    backdrop-filter: blur(0.625rem);
    background: rgba(255, 255, 255, 0.2);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;
}

.office_single_hero__title {
    margin-bottom: 0;
    letter-spacing: 0.03rem;
}

.office_single_contacts {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    margin-top: -1.25rem;
    padding-bottom: 6.65rem;
}

.office_single_contacts__decore--mobile svg {
    width: 100%;
    height: auto;
}

.office_single_contacts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    margin: 0 auto;
    gap: 4rem;
}

.office_single_contacts__decore--mobile {
    display: none;
}

.office_single_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    min-height: 14rem;
    padding: 2rem 1.5rem;
}

.office_single_contacts__decore--desktop {
    position: absolute;
    pointer-events: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.office_single_contacts__decore--desktop__1 svg,
.office_single_contacts__decore--desktop__2 svg {
    width: 100%;
    height: auto;
}

.office_single_contacts__decore--desktop__1 {
    width: 3.875rem;
    left: 34.375rem;
    position: absolute;
}

.office_single_contacts__decore--desktop__2 {
    width: 3.875rem;
    right: 33rem;
    position: absolute;
}

.office_single_contact__map svg {
    width: 1.25rem;
}

a.office_single_contact__value:hover {
    color: #b99a57;
}

.office_single_contact__icon {
    width: 5rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    border-radius: 1.5rem;
    background: #F4F4F6;
    margin-bottom: 1.25rem;
}

.office_single_contact__icon svg {
    width: 2.25rem;
    aspect-ratio: 1/1;
    height: auto;
}

.office_single_contact__value {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    max-width: 24rem;
    letter-spacing: 0.035rem;
}

.office_single_contact__meta {
    color: rgba(35, 35, 40, 0.4);
    font-size: 1rem;
    line-height: 1.2;
}

.office_single_contact__map {
    color: #b99a57;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1.275rem;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.office_single_contact__map:hover {
    color: inherit;
}

.office_single_about {
    margin-top: -1.6rem;
    margin-bottom: 7.75rem;
}

.office_single_about__clip {
    position: relative;
    overflow: hidden;
    background: #232328;
    color: #fff;
    padding: 9.35rem 0 12.5rem;
    -webkit-clip-path: url(#office-single-about-clip);
    clip-path: url(#office-single-about-clip);
}

.office_single_about__clip::before {
    content: '';
    position: absolute;
    top: -13rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120rem;
    height: 31rem;
    border-radius: 999rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(152, 170, 221, 0.22) 0%, rgba(152, 170, 221, 0) 100%);
    pointer-events: none;
}

.office_single_about .container {
    position: relative;
    z-index: 1;
}

.office_single_about__head {
    max-width: 69.5rem;
    margin: 0 auto 8rem;
    text-align: center;
}

.office_single_about__label {
    margin-bottom: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
}

.office_single_about__text {
    margin: 0;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01rem;
}

.office_single_about__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.office_single_feature {
    position: relative;
    min-width: 0;
    margin-bottom: -1.75rem;
}

.office_single_feature--top {
    margin-top: -1.75rem;
}

.office_single_feature__shape {
    position: relative;
    aspect-ratio: inherit;
    min-height: 19.5rem;
}

.office_single_feature__border {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
}

.office_single_feature__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 3.45rem 3.5rem 2.5rem;
}

.office_single_feature--top .office_single_feature__inner {
    -webkit-clip-path: url(#about-division-card-clip-top);
    clip-path: url(#about-division-card-clip-top);
    top: 10.508%;
}

.office_single_feature--bottom .office_single_feature__inner {
    -webkit-clip-path: url(#about-division-card-clip-bottom);
    clip-path: url(#about-division-card-clip-bottom);
    bottom: 10.508%;
    padding-bottom: 2.75rem;
}

.office_single_feature__number {
    color: #b99a57;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3.5rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.office_single_feature__text {
    margin: 0;
    color: #fff;
    max-width: 27.375rem;
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.005rem;
}

.office_single_feature__runner {
    opacity: 1;
}

.office_single_services {
    padding: 0 0 8.75rem;
    position: relative;
}

.office_single_person__name span:first-child {
    border-radius: 0.5rem 0.5rem 0rem 0;
}

.office_single_person__name span:last-child {
    border-radius: 0 0.5rem 0.5rem 0.5rem;
}

.office_single_person__role:before {
    width: 0.25rem;
    height: 0.25rem;
    content: '';
    background: #232328;
    border-radius: 50%;
    left: 0.85rem;
    position: absolute;
}

.office_single_services__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.office_single_services__controls {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.office_single_section_title {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.06rem;
}

.office_single_services__slider {
    overflow: hidden;
    --auto-slider-gap: 1.5rem;
}

.office_single_services__slider .swiper-slide {
    width: 26.6rem;
    height: auto;
    box-sizing: border-box;
}

.office_single_services__slider .home_service_card__shape {
    height: 8.5rem;
}

.office_single_services__slider .home_service_card__inner {
    gap: 1.875rem;
    padding: 0 2rem 0 3.09375rem;
}

.office_single_services__slider .home_service_card__title {
    font-size: 1.25rem;
}

.office_single_people {
    padding: 0 0 8.75rem;
}

.office_single_people__head {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.office_single_people__controls {
    display: flex;
    align-items: center;
}

.office_single_people__slider {
    overflow: hidden;
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
    --auto-slider-gap: 1.5rem;
}

.office_single_people__slider .swiper-slide {
    width: calc((100% - 1.5rem * 3) / 4);
    box-sizing: border-box;
    height: auto;
}

.office_single_person {
    position: relative;
    height: 33.75rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #d9d9d9;
}

.office_single_person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office_single_person__meta {
    position: absolute;
    left: 1.75rem;
    bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.office_single_person__name {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.office_single_person__name span {
    display: inline-flex;
    width: fit-content;
    padding: 0.625rem 0.85rem;
    border-radius: 0.5rem;
    background: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}

.office_single_person__role {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
    border-radius: 2.5rem;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

@media screen and (max-width: 1024px) {


    .office_single_hero__badge {
        margin-bottom: 1.25rem;
        font-size: 0.875rem;
        min-height: 2.5rem;
    }

    .office_single_contacts {
        margin-top: -1.75rem;
        padding-bottom: 58.5px;
    }

    .office_single_contacts__grid {
        grid-template-columns: 1fr;
        gap: 7.5px;
    }

    .office_single_contacts__decore--mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .office_single_contact {
        min-height: 0;
        padding: 1.5rem 0;
        gap: 10px;
    }



    .office_single_contact__value {
        font-size: 1.07rem;
        max-width: 500px;
    }



    .office_single_about__clip {
        padding: 6.5rem 0 4.75rem;
    }

    .office_single_about__head {
        margin-bottom: 124px;
    }

    .office_single_about__features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .office_single_feature {
        margin: 0;
    }

    .office_single_feature--top {
        margin-top: calc(-50px + -2.75vw);
    }

    .office_single_feature__shape {
        min-height: 15.5rem;
    }



    .office_single_services__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 26px;
    }

    .office_single_services__controls {
        width: 100%;
        justify-content: space-between;
    }


    .office_single_services__slider {
        margin: 0 -1.5rem;
        padding: 0 1.5rem;
        --auto-slider-gap: 1.25rem;
    }

    .office_single_services__slider .swiper-slide {
        width: 23.125rem;
    }

    .office_single_people__slider .swiper-slide {
        width: calc((100% - 1.5rem) / 2);
    }

    .office_single_hero {
        min-height: 20.015rem;
        margin-bottom: 62px;
    }

    .office_single_hero__content {
        padding-bottom: 71px;
    }

    .office_single_hero__title {
        font-size: 50px;
        letter-spacing: -0.01rem;
    }

    .office_single_hero__badge {
        padding: 13px 23px;
        margin-bottom: 20px;
        margin-bottom: 27px;
    }

    .office_single_contact__icon {
        width: 48px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .office_single_about {
        margin-bottom: 120px;
    }

    .office_single_about__clip {
        padding: 100px 0 82px;
        -webkit-clip-path: url(#office-single-about-clip-mobile);
        clip-path: url(#office-single-about-clip-mobile);
    }

    .office_single_about__label {
        margin-bottom: 24px;
        font-size: 1rem;
    }

    .office_single_about__text {
        font-size: 24px;
        line-height: 1.345;
        font-weight: 400;
        max-width: 770px;
        margin: 0 auto;
    }

    .office_single_feature__shape {
        min-height: 234px;
        aspect-ratio: 1.9428571429/1;
        max-width: 750px;
        margin: 0 auto;
    }

    .office_single_feature__inner {
        padding: 40px;
    }

    .office_single_feature__number {
        margin-bottom: 44px;
        font-size: 1.75rem;
    }

    .office_single_feature__text {
        max-width: 590px;
        font-size: 1.65rem;
    }

    .office_single_section_title {
        font-size: 3rem;
    }

    .office_single_services__controls {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .office_single_services__slider .home_service_card__shape {
        height: auto;
    }

    .office_single_services__slider .home_service_card__inner {
        gap: 1.25rem;
        padding: 1rem 1.25rem 1rem 2.5rem;
    }

    .office_single_services__slider .home_service_card__icon {
        width: 4.375rem;
        flex: none;
    }

    .office_single_services__slider .home_service_card__title {
        font-size: 1.125rem;
    }

    .office_single_people {
        padding-bottom: 100px;
        position: relative;
    }

    .office_single_people__head {
        margin-bottom: 35px;
        align-items: flex-start;
    }

    .office_single_people__controls {
        position: absolute;
        top: 50px;
        right: 24px;
    }

    .office_single_people__slider {
        margin: 0 -24px;
        padding: 0 24px;
        --auto-slider-gap: 1.25rem;
    }

    .office_single_people__slider .swiper-slide {
        width: 299px;
    }

    .office_single_person {
        height: 400px;
        border-radius: 19px;
    }

    .office_single_person__name span {
        font-size: 12px;
        padding: 9.5px 17.5px;
    }

    .office_single_person__role {
        font-size: 12px;
        padding: 8px 10px 8px 19px;
        min-height: 0;
    }

    .office_single_contact__icon svg {
        width: 50%;
    }

    .office_single_contact__meta {
        font-size: 14px;
    }

    .office_single_contacts__decore--desktop {
        display: none;
    }

    .office_single_contact__map {
        font-size: 12px;
        margin-top: 4px;
        letter-spacing: 0;
    }

    .office_single_services__all {
        position: absolute;
        bottom: 0;
        font-size: 14px;
        padding: 13.5px 22px;
        border-radius: 8px;
    }

    .office_single_services {
        padding-bottom: 115.5px;
        margin-bottom: 100px;
    }

    .office_single_services__nav {
        position: absolute;
        right: 25px;
        top: 43px;
    }

    .office_single_person__meta {
        left: 16px;
        bottom: 16px;
        gap: 8px;
    }

}

@media screen and (max-width: 767px) {
    .office_single_services__slider {
        margin: 0 -1rem;
        padding: 0 1rem;
        --auto-slider-gap: 0.75rem;
    }

    .office_single_services__slider .swiper-slide {
        width: 13.875rem;
    }

    .office_single_services__slider .home_service_card__icon {
        width: 3.125rem;
    }

    .office_single_services__slider .home_service_card__inner {
        padding: 0.4375rem 1rem;
        gap: 0.625rem;
    }

    .office_single_services__slider .home_service_card__title {
        font-size: 0.75rem;
        flex: 1;
    }

    .office_single_hero {
        min-height: 320px;
    }



    .office_single_about__clip {
        padding: 74px 0 63px;
    }

    .office_single_about__label {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .office_single_about__text {
        font-size: 18px;
    }

    .office_single_about__head {
        margin-bottom: 109px;
    }

    .office_single_feature__shape {
        min-height: auto;
        aspect-ratio: 1.625/1;
    }

    .office_single_feature__inner {
        padding: 6.5vw 4vw;
    }

    .office_single_feature__number {
        font-size: 4.5vw;
        margin-bottom: 6.75vw;
    }

    p.office_single_feature__text {
        font-size: 4.15vw;
        letter-spacing: 0;
    }

    .office_single_about__features {
        gap: 32px;
    }

    .office_single_feature--top {
        margin-top: calc(-52px - min(3vw, 27.5px));
    }

    .office_single_about {
        margin-bottom: 65px;
    }

    .office_single_section_title {
        font-size: 24.5px;
    }

    .office_single_services__head {
        margin-bottom: 11px;
    }

    .office_single_services__controls {
        position: static;
    }

    .office_single_services__nav {
        top: auto;
        right: 15px;
    }

    .office_single_services {
        padding-bottom: 82px;
        margin-bottom: 82px;
    }

    .office_single_people__nav {
        display: none;
    }

    .office_single_people__slider {
        margin: 0 -16px;
        padding: 0 16px;
        --auto-slider-gap: 0.75rem;
    }

    .office_single_people__slider .swiper-slide {
        width: 300px;
    }

    .office_single_hero__title {
        font-size: 34px;
    }

    .office_single_hero__badge {
        margin-bottom: 25px;
        font-size: 12px;
        padding: 9px 10px;
        min-height: 0;
    }
}

@media screen and (max-width: 550px) {

    .office_single_feature--top {
        margin-top: calc(-32.5px - 3.5vw);
    }

    .office_single_hero__title {
        font-size: 34px;
    }

    .office_single_hero__content {
        padding-bottom: 15px;
    }

}
