/* photo */
.page__photo {
    padding-bottom: 10.5rem;
}

.photo {}

.photo__container {}

.photo__title {}

.photo__title:not(:last-child) {
    margin-bottom: 4.25rem;
}

.swiper {}

.photo__swiper {
    overflow: visible;
}

.photo__swiper::before {
    content: "";
    width: 100vw;
    height: 150vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: 2;
    transform: translate(-100%, -10%);
}

.swiper-wrapper {}

.photo__wrapper {}

.swiper-slide {}


.photo__slide img {
    max-width: 100%;
}

@media (max-width:61.99875em) {
    .page__photo {
        padding-bottom: 5rem;
    }

}

@media (max-width:47.99875em) {
    .page__photo {
        padding-bottom: 2rem;
    }

    .photo__title:not(:last-child) {
        margin-bottom: 2rem;
    }
}

/* photo */
/* person */
.page__person {}

.person {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.person__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6.5625rem;
}

.person__content {}

.content-person {
    max-width: 40.3125rem;
}

.person__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    column-gap: 1.25rem;
    row-gap: 1.9375rem;
}

.person__items:not(:last-child) {
    margin-bottom: 3rem;
}

.person__item {}

.item-person {
    position: relative;
}

.item-person__about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    border: 3px solid #9AC9F0;
    border-radius: 5px;
    padding: 0.875rem 0.625rem;
    position: relative;
    z-index: 2;
}

.item-person__about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 4;
}

.item-person__type {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #444444;
}

.item-person__hidden {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0.3125rem 0.9375rem 0.9375rem;
    font-size: 1.5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    transition: all 0.3s ease;
}



.item-person__hidden.open {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.item-person__arrow {
    transition: transform 0.3s ease;
}

.item-person__about.open .item-person__arrow {
    transform: perspective(500px) rotateX(180deg);
    transform-style: preserve-3d;
}

.content-person__name {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
}

.content-person__job {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.27;
    color: #7E7E7E;
}

.content-person__job:not(:last-child) {
    margin-bottom: 1.25rem;
}

.content-person__button {
    padding: 1.125rem 9.0625rem;
    max-width: 40.3125rem;
    margin: 0;
}

.person__image {}

.person__image img {
    max-width: 100%;
}

@media (max-width:75em) {
    .person__container {
        gap: 2rem;
    }

}

@media (max-width:61.99875em) {
    .person {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .person__container {
        flex-direction: column;
    }

    .content-person__name {
        font-size: 3rem;
    }

}

@media (max-width:43.75em) {
    .content-person__button {
        padding: 1.125rem 1rem;
        margin: 0 auto;
    }
}

@media (max-width:47.99875em) {
    .person {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width:30em){
    .person__items:not(:last-child) {
        margin-bottom: 2rem;
    }
}
/* person */