.footer.footer_secondary {
    padding: 28px 0;
    color: #fff;
    background-color: #172742;
}

.form-cookie .block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.form-cookie .button-wrap {
    margin-left: 0;
}

.footer.footer_secondary .content {
    justify-content: space-between;
    gap: 20px;
}

.footer.footer_secondary .logo {
    height: max-content;
}

.footer.footer_secondary .links {
    margin-bottom: 0;
}

.footer.footer_secondary .header_2 {
    color: #fff;
}

.footer.footer_secondary .socials {
    display: flex;
    margin: 0;
}

.footer.footer_secondary .social {
    display: block;
    text-align: center;
}

.footer.footer_secondary .social-text {
    display: block;
    transition: all 0.3s;
}

.copyright__container {
    display: flex;
    flex-direction: column;
    gap: 20px;    
}

.copyright__nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;    
}

.menu-list__item {
    text-align: center;
}

.menu-list__item.active .menu-list__item-link {
    color: #06b7a4;
}

@media (max-width: 767px) {
    .copyright__nav-list {
        flex-direction: column;
        justify-content: center;  
    }
}