footer {
    padding: 80px 80px 100px 70px;
}

.footer__wrapp {
    padding: 12px;
    max-width: 1290px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;

}
.footer__logo {
    margin-bottom: 35px;
   
}
.footer__logo img{
    max-width: 240px;
    width: 100%;
}

.footer__info-text {
    max-width: 280px;
    width: 100%;
}
.footer__info-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--text-grey);
}
.footer__menu-block {
    max-width: 415px;
    width: 100%;
    text-align: center;
}

.footer__menu-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0;
    list-style: none;
    
}

/* Вторая строка */
.footer__menu-second-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 30px; 
}

/* Стили для ссылок */
.footer__menu-list li a {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    color: var(--tcolor-menu-footer);
    transition: 0.3s;
}

.footer__menu-list li a:hover {
    color: var(--orange);
}

.footer__contacts-block {
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;

}
.footer__contacts-block__container{
    display: flex;
    flex-direction: column;
}
.footer-contacts__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--tcolor-menu-footer);
    margin-bottom: 30px;
}
.footer-button-contacts {
    margin-bottom: 23px;
}
.footer__button-call,
.footer__button-email,
.footer__button-location {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--tcolor-menu-footer);
    max-width: 230px;
    width: 100%;
}

.footer__button-call img,
.footer__button-email img,
.footer__button-location img {
    margin-right: 10px;
}

