.footer {
    background: var(--color-blue);
    display: flex;
    justify-content: center;
    padding: 28px 0;
}
.footer-mobile {
    display: none;
}
.footer-logo img {
    height: 35px;
    position: relative;
    top: -5px;
}
.footer .footer-items {
    display: flex;
    justify-content: space-between;
}
.footer-social img {
    height: 23px;
}
.footer-media, .footer-social, .footer-support {
    display: flex;
}
.footer-social-youtube {
    margin-left: 27px;
}
.footer-social-telegram {
    margin-left: 25px;
}
.footer-support {
    margin-left: 46px;
}
.footer-support a,
.footer-links-items a {
    color: var(--color-white);
    font-family: var(--font-family-r);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
.footer-support-email {
    margin-left: 16px;
}
.footer ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-links a {
    display: inline-block;
    padding: 3px 0;
}
.footer-links ul {
    flex-direction: column;
    text-align: right;
}
.footer-copyrates {
    font-family: var(--font-family-r);
    font-size: 14px;
    margin-top: 17px;
    color: var(--color-white);
}
.footer-links-items {
    display: flex;
    align-items: center;
}