.burger {
    display: flex;
    flex-direction: column;
    gap: 3px;

}

.burger span {
    background-color: black;
    width: 25px;
    height: 2px;
}

.burger-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.header__huita {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header-hueder {
    background: rgb(46, 46, 46);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.header-hueder a {
    text-transform: uppercase;
    color: rgb(156, 143, 143);
    font-weight: bold;
    font-size: 14px;
}


.header-hueder-wrap {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

@media (max-width:676px) {
    .header__huita {
        display: none;
    }

    .logo {
        margin: 0 auto;
    }
}

footer {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
    justify-content: center;
}