.footer-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .footer-info__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
        display: none;
    }
}
.footer-info__item {
    margin-right: 10px;
}
.footer-info__link {
    letter-spacing: 0.5px;
    color: #545353;
    font-weight: 300;
}
.footer-info__link:hover {
    color: var(--main-color);
}
