.main-header__text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 36px;
    width: 685px;
    position: relative;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--pale);
    position: relative;
    padding-top: 60px;
}

.main-header__of {
    background-color: var(--pale);
}

.main-header__text-img {
    position: absolute;
    top: 18px;
    right: 50px;
}

.number-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 528px;
}

.number__cards {
    display: flex;
    gap: 80px;
    width: 415px;
    flex-wrap: wrap;
}

.number {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 90px;
}

.article-text {
    width: 648px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;

}

.article {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 165px;
}

.article__h2 {
    margin-top: 28px;
    font-weight: 700;
    width: 420px;
}

.gallry-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 495px;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;

    margin-bottom: 15px;
}

.gallry {
    margin-top: 130px;
}

.people {
    background-color: var(--pale);
}

.people-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media {
    display: flex;
    align-items: center;
    gap: 9px;
}

.media-f {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--border);

    background: url(/img/facebook.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.media-inst {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--border);

    background: url(/img/instagram.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.media-tw {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--border);

    background: url(/img/twitter.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.people {
    position: relative;
    margin-top: 30px;
}

.people-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    width: 750px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
}

.people-img {
    margin-bottom: 25px;
    animation: 4s people forwards;
}

@keyframes people {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.people_h5 {
    margin-top: 8px;
    margin-bottom: 16px;
}

.people-line {
    width: 100%;
    position: relative;
    top: -5px;
    transform: rotate(180deg);
}

.people-6__cards {
    display: flex;
    align-items: center;
    position: relative;

}

.people-line__2 {
    position: absolute;
    right: -160px;
}

.swiper {
    width: 850px;
    height: 400;
    margin-bottom: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.swiper_h1 {
    text-align: center;
    width: 831px;
}

.avatar__text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;

    margin-top: 65px;
    margin-bottom: 50px;
}

.footer-header__text-h1 {
    width: 831px;
}

.footer-header__text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 45px;

}

.footer-header_button {
    padding: 16px 36px;
    color: black;

}

.footer-header {
    background-color: var(--dark__p);
    display: flex;
    align-items: center;
    padding-top: 102px;
    position: relative;
    justify-content: space-around;
    padding-bottom: 110px;
}

.footer-header__text-h1 {
    color: var(--white);
}

.footer-header__text_block_circle {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 6.545px;

    background: url(/img/check.svg) no-repeat;
    background-position: center;
    background-color: var(--lighter__p);
}

.footer-header__text_block {
    display: flex;
    align-items: center;
    gap: 17px;
}

.footer-header__text_blocks {
    display: flex;
    align-items: center;
    gap: 33px;
    color: var(--white);
}

.footer-header__img {
    position: absolute;
    top: 0;
    right: 0;
}