.footer {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout__max-width, 1200px);
}

.footer .footer-col {
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 0 0 auto; /* Базовое поведение: ширина по содержимому */
}

.footer .footer-col.contact-info,
.footer .footer-col.newsletter {
    flex-grow: 1; /* Растягиваются */
    min-width: 200px; /* Чтобы не схлопнулись */
}




.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer .footer-col a:hover {
    color: var(--footer-links-hover-color);
    padding-left: 10px;
}


.footer-bottom {

}

.footer-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-info p,
.contact-info a {
    color:#56CFE1;
    font-size: 16px;
    line-height: 1.6;
}
.social-links {
    display: flex;
    gap: 10px;
}
.social-links a {
    font-size: 20px;
    color: #555;
}
.newsletter-form input[type="email"] {
    padding: 10px;
    width: 70%;
    height: 50px;
    border: 1px solid var(--border-color);

    border-radius: var(--button__border-radius);
    color: var(--bls_newsletter-input-color);
    background-color:#fff;
}
.newsletter-form button {
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border: none;
}
.footer-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout__max-width, 1200px);
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom  > div {
    width: 49%;
    padding: 0 15px;
}

.block-image {
    text-align: right;
}


.footer .fab {
    color: #56CFE1;
}

.footer-col .contact-info {
    color: #56CFE1;
}
