.section-social-time {
    padding-top: 200px;
}

.social-run-line {
    height: 230px;
    width: 100%;
    position: absolute;
    top: 100px;
}

.section-spacer-text {
    height: 16px;
}

.section-our-achievements {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.section-our-achievements > div:first-child {
    border-bottom: 1px solid #8E9AA4;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.section-our-achievements-types {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

.achievement {
    text-align: center;
    font-family: 'bebas-neue', sans-serif;
    font-weight: 700;
    width: 100%;

}

.achievement:not(:first-child) {
    color: #8E9AA4;
}

.achievement p {
    margin-top: 0;
    margin-bottom: 16px;

    font-size: 72px;
    line-height: 72px;
    letter-spacing: calc(72px * 1.4 / 100);
}

.achievement span {
    font-size: 32px;
    line-height: 40px;
}

.section-our-achievements .section-text {
    display: flex;
    flex-direction: column;
}

.section-title {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    z-index: 1;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    letter-spacing: .5px;

    margin-bottom: 16px;
}

.section-description {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
}

.first-social-section {
    display: flex;
    align-items: end;
    padding-bottom: 25px;
}

.section-spacer {
    height: 56px;
}

.section-footer-content {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 0;
}

.footer-text {
    display: flex;
    flex-direction: column;

    gap: 32px;
}

.section-footer-registration a {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid white;
    width: fit-content;
    position: relative;
    padding-right: 40px;

    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;

}

.section-footer-registration a i {
    position: absolute;
    right: 0;
}

.section-footer-registration a:hover i {
    animation-name: bounceRight;
    animation-timing-function: ease;
}

@media screen and (min-width: 1024px) {
    .section-footer-content {
        grid-template-columns: repeat(2, 1fr);
        padding: 100px 0;
    }

    .footer-text {
        gap: 56px;
    }

    .section-social-time {
        padding-top: 250px;
    }

    .section-spacer {
        height: 250px;
    }

    .section-spacer-text {
        height: 56px;
    }

    .section-our-achievements {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .section-text .section-title {
        font-size: 72px;
        line-height: 72px;
    }

    .section-our-achievements > div:first-child {
        margin-bottom: 56px;
    }

    .section-our-achievements-types {
        grid-template-columns: repeat(4, 1fr);
    }

    .achievement p {
        font-size: 96px;
        line-height: 96px;
    }
}

.social-help-animals {
    position: relative;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    overflow: hidden;
}

.social-help-animals > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.social-help-animals video {
    object-fit: contain;
    width: 100%;
}

@media screen and (min-width: 560px) {
    .social-help-animals {
        grid-template-rows: repeat(2, 1fr);
    }

    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 1024px) {
    .social-help-animals {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        gap: 40px;
    }

    .section-title {
        z-index: 1;
        font-family: var(--cci-font-title);
        text-transform: uppercase;
        color: #fff;
        font-size: calc((100vw - 320px)/(1920 - 320) * (96 - 30) + 30px);
        line-height: 1.15;
        letter-spacing: .01em;
    }

    .social-help-animals .section-title {
        margin-bottom: 56px;
    }

    video {
        height: 100%;
        width: auto;
    }
}