#cookieNotice .confirm:hover{
    background: #e8590d !important;
}

.header-tg-icon{
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.search__form{
    align-items: center;
}

@media (min-width: 577px) {
    .header-tg-icon-only-mobile{
        display: none;
    }
}

@media (max-width: 576px){
    .menu-slide__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 320px;
        padding: 0 15px;
    }
}


@media (max-width: 1024px){
    .footer-statick {
        height: fit-content;
    }
}