.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
}

.fixed-footer__container {
    display: none;
}

.fixed-footer__favorite.basket_wrapp__favorites,
.fixed-footer__user.basket_wrapp__user {
    margin: 0;
    border-radius: 8px;
}

.fixed-footer .header-basket__block {
    border-radius: 8px;
    margin: 0;
}

.fixed-footer__menu.header__btn {
    padding: 8px;
    color: #888888;
    font-size: 13px;
    line-height: 1.4rem;
    border-radius: 8px;
}

.fixed-footer__menu.header__btn:hover,
.fixed-footer__menu.header__btn:active {
    opacity: 1;
    color: #0056b3;
}

.fixed-footer__menu.header__btn:hover #menu-icon,
.fixed-footer__menu.header__btn:active #menu-icon{
    fill: #0056b3;
}

.fixed-footer__menu.header__btn #menu-icon {
    fill: #888888;
}

.fixed-footer .header-basket__link {
    padding: 8px 15px;
    min-height: 56px;
    border-radius: 8px;
}

.fixed-footer .footer__menu-link {
    width: 100%;
}

a {
    text-decoration: none;
    color: #175CFF;
}

.basket_wrapp__card_text span {
    display: block;
}

.footer-card svg {
    width: 26px;
    height: 26px;
}

.basket_wrapp {
    min-width: 15rem;
}

.basket_wrapp__card {
    display: flex;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
}


.footer__fixed-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-card {
    background: #f6f9fc;
    min-width: 5.1rem;
    padding: 0.8rem;
    border: 0;
    margin-right: .4rem;
    border-radius: 1.2rem;
}

.footer-card:link {
    background: #000;
}


.active-background {
    background-color: #175cff;
}

.footer-card a {
    color: #163560;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__menu-link {
    display: flex;
}

a.footer__menu-link-first {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    min-width: 15rem;
}
@media screen and (max-width: 767px) {
    .fixed-footer__container {
        display: grid;
        align-items: center;
        /*grid-template-columns: repeat(4, 1fr);*/
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 0px 10px;
        padding: 10px;
        background: #fff;
    }
}

/*@media screen and (max-width: 768px){*/
/*    .fixed-footer__container {*/

/*    }*/
/*}*/
@media screen and (max-width: 525px){
    .fixed-footer__container {
        /*grid-template-columns: 1fr 1fr;*/
        /*gap: 10px 10px;*/
    }

    .fixed-footer .header-basket__link {
        justify-content: center;
    }
}