.socials {
    padding-top: 32px;
    padding-bottom: 42px;
    font-size: 14px;
    line-height: 20px;
}

.socials, .socials a {
    color: rgba(255, 255, 255, .4);
}

.socials__title {
    text-align: center;
}

.socials__items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.socials__items a:not(:first-child) {
    margin-left: 24px;
}

.socials__items a:hover svg *[data-fill],
.socials__items a:active svg *[data-fill] {
    fill: #f1bd00;
}

.socials__rules {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .socials {
        padding-top: 15px;
        padding-bottom: 31px;
    }

    .socials,
    .socials a {
        color: #fff;
    }
}
