/* About */

.banner__about {
    background-color: transparent;
}

.banner .container {
    position: relative;
}

.banner__about .banner__wrapper {
    padding: 163px 0 83px;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__about .banner__title {
    color: var(--dark-green);
    text-align: center;
    font-size: 25px;
    line-height: 1.3em;
    max-width: 840px;
    margin-bottom: 56px;
}

.banner__descriptionWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.banner__descriptionImg {
    width: 186px;
}

.banner__descriptionImg img {
    width: 100%;
}

.banner__desc {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    max-width: 400px;
}

.banner__descriptionWrapper .btn {
    margin-top: 24px;
}

.banner__bg {
    position: absolute;
    max-height: 94%;
    top: 3%;
    object-fit: contain;
    object-position: center left;
    z-index: 0;
}

.banner__bgLeft {
    left: 0;
}

.banner__bgRight {
    right: 0;
}

/* Mission */

.mission {
    background-color: var(--light);
    padding: 50px 0 250px;
}

.mission__inner {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

.mission__inner .section__titleWrapper {
    align-items: flex-start;
}

.mission__inner .section__preTitle {
    line-height: 1.8em;
}

.mission__inner .section__title {
    max-width: 100%;
    text-align: left;
    margin-bottom: 170px;
}

.mission__quote {
    font-size: 24px;
    line-height: 1.5em;
    position: relative;
    width: 400px;
    margin-bottom: 40px;
}

.mission__quote:before {
    content: '';
    width: 1px;
    height: 85%;
    top: 15%;
    left: -30px;
    display: block;
    background: var(--dark-green);
    position: absolute;
}

.mission__quote b {
    font-weight: 600;
}

.mission__row {
    position: relative;
    display: flex;
    gap: 25px;
}

.mission__column {
    width: 50%;
}

.mission__column p {
    font-size: 16px;
    line-height: 1.8em;
}

.dot {
    background-color: var(--dark-green);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 85px;
    left: -35px;
    transition: 2s;
}

.svg-container {
    position: absolute;
    width: 500px;
    height: 700px;
    overflow: visible;
    top: -5px;
    left: -50px;
}

#animatedSVG {
    opacity: 0;
}

#movingCircle {
    position: absolute;
    transition: transform 0.1s ease;
}

.valuables {
    background: var(--green);
    position: relative;
    padding: 80px 0 320px;
    z-index: 10;
}

.valuables .section__titleWrapper {
    align-items: flex-start;
    position: relative;
    margin-bottom: 100px;
}

.valuables .section__preTitle {
    color: #FFFFFF;
}

.valuables .section__title {
    color: #FFFFFF;
    text-align: left;
    max-width: 500px;
}

.valuable__wrapper {
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.valuables__btns {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.valuables__btn {
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.valuables__btn.swiper-button-disabled {
    display: block;
    opacity: .5;
}

.valuable__wrapper {
    padding: 32px 48px;
    flex-direction: column;
    border-radius: 4px;
    background: var(--light);
    gap: 100px;
}

.valuable__title {
    font-size: 36px;
    line-height: normal;
}

.valuable__description {
    font-size: 16px;
    line-height: 1.8em;
    height: 150px;
}

.people {
    padding: 96px 0;
}

.people__inner {
    display: flex;
    gap: 30px;
}

.people .section__titleWrapper {
    width: 33.33%;
}

.people .section__title {
    color: var(--green);
    max-width: 275px;
    text-align: left;
}

.people__single {
    width: 33.33%;
    margin: auto;
}

.people__singleWrapper {
    padding: 48px 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.people__single .btn-support {
    width: 100%;
}

.people__header {
    display: flex;
    justify-content: space-between;
}

.people__modal {
    background-image: url("../images/icons/open_modal.svg");
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

.people__titleWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.people__titleWrapper .people__title {
    color: var(--green);
    font-size: 24px;
    line-height: 1.5em;
}

.people__titleWrapper .people__position {
    font-size: 14px;
    line-height: 1.8em;
    color: var(--green);
}

.people__image img {
    width: 100%;
}

.people__description {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.people__description p {
    line-height: 1.8em;
}

.userPopup {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 90px 0;
    left: 0;
    background: var(--green);
    z-index: 100;
}

.userPopup.active {
    display: flex;
}

.userPopup .container {
    margin: auto;
}

.userPopup__wrapper {
    position: relative;
    display: flex;
    gap: 40px;
    background: #FFFFFF;
    padding: 55px 110px 65px;
}

.userPopup .close {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -60px;
    right: 0;
    justify-content: center;
    cursor: pointer;
}

.userPopup__image {
    width: 50%;
}

.userPopup__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.userPopup__descriptionWrapper {
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.userPopup__title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 32px;
}

.userPopup__description {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

.userPopup__description p {
    line-height: 1.8em;
}

.btn-userPopup {
    max-width: 190px;
}

@media (max-width: 1024px) {

    .banner__bg {
        display: none;
    }

    .banner__about .banner__wrapper {
        padding: 150px 0 66px;
    }

    .banner__about .banner__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .banner__descriptionWrapper {
        gap: 40px;
    }

    .banner__descriptionWrapper .btn {
        margin-top: 0;
    }

    .mission {
        background-color: var(--light);
        padding-bottom: 120px;
    }

    .mission__inner .section__title {
        padding-left: 44px;
        font-size: 20px;
        margin-bottom: 80px;
        line-height: 1.8em;
        position: relative;
    }

    .mission__inner .section__title:before {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #141414;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 14px;
        left: -6px;
    }

    .mission__quote {
        margin-bottom: 32px;
        max-width: 100%;
    }

    .mission__descriptionWrapper {
        padding-left: 44px;
    }

    .svg-container {
        display: none;
    }

    .mission__quote:before {
        left: -44px;
    }

    .valuables {
        padding: 80px 0 110px;
    }

    .section__titleWrapper .valuables__btns {
        display: none;
    }

    .valuables__btns.--mobile {
        display: flex !important;
        position: relative;
        justify-content: center;
        margin-top: 60px;
    }

    .people {
        padding: 64px 0 54px;
    }

    .people__inner {
        gap: 0;
        flex-direction: column;
        max-width: 480px;
        margin: 0 auto;
    }

    .people .section__titleWrapper {
        width: 100%;
        align-items: flex-start;
    }

    .people__single {
        width: 100%;
    }

    .people__singleWrapper {
        padding: 48px 0;
        border: 0 solid #D9D9D9;
    }

    .userPopup__wrapper {
        padding: 40px;
        max-height: 80vh;
        overflow: scroll;
        flex-direction: column;
    }

    .userPopup__descriptionWrapper {
        padding-left: 0;
        width: 100%;
    }

    .userPopup .close {
        display: flex !important;
        top: 20px;
        right: 10px;
        position: absolute;
    }

    .userPopup__title {
        font-size: 24px;
    }

}

@media (max-width: 768px) {

    .valuables__list {
        max-width: 95%;
    }
    .mission__row {
        flex-direction: column;
    }
    .mission__column {
        width: 100%;
    }
    .valuable__title {
        font-size: 24px;
    }

}

@media (max-width: 480px) {

}
