.social-page {
    background: #ead1c8;
    color: #191817;
    min-height: calc(100vh - 89px);
    padding: 78px 20px 84px;
}

.social-page__panel {
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
}

.social-page__header {
    margin-bottom: 34px;
}

.social-page__kicker {
    color: #5f5651;
    font-family: Geneva, Tahoma, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.social-page h1 {
    color: #191817;
    font-family: Geneva, Tahoma, Arial, sans-serif;
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 18px;
}

.social-page__intro {
    color: #473f3a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 430px;
}

.social-page__links ul,
.social-page__networks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-page__links li + li {
    margin-top: 12px;
}

.social-page__button {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(25, 24, 23, .82);
    border-radius: 4px;
    color: #191817 !important;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 52px;
    padding: 12px 16px;
    text-align: left;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
    width: 100%;
}

.social-page__button i {
    flex: 0 0 auto;
    font-size: 23px;
    margin-left: 14px;
}

.social-page__button:hover,
.social-page__button:focus {
    background: #fff;
    border-color: #000;
    color: #000 !important;
    transform: translateY(-1px);
}

.social-page__button:active {
    background: #f4ece8;
    transform: translateY(0);
}

.social-page a:focus-visible {
    outline: 3px solid #191817;
    outline-offset: 3px;
}

.social-page__networks {
    margin-top: 30px;
}

.social-page__networks ul {
    align-items: center;
    display: flex;
    gap: 26px;
    justify-content: center;
}

.social-page__networks a {
    align-items: center;
    color: #111 !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: color .16s ease, transform .16s ease;
    width: 44px;
}

.social-page__networks i,
.social-page__x-icon {
    font-size: 29px;
    line-height: 1;
}

.social-page__x-icon {
    fill: currentColor;
    height: 25px;
    width: 25px;
}

.social-page__networks a:hover,
.social-page__networks a:focus {
    color: #000 !important;
    transform: translateY(-1px);
}

.social-page__networks a:active {
    transform: translateY(0);
}

@media (min-width: 768px) {
    .social-page {
        padding: 116px 32px 112px;
    }

    .social-page h1 {
        font-size: 42px;
    }

    .social-page__intro {
        font-size: 17px;
    }
}
