.archive{
    & .img-end{
        margin: 3vw auto;
    }

    & .blog-title{
        margin-top: 2vw;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .breadcrumbs.common-page{
        display: none;
    }

    .recipes-content h1{
        line-height: normal !important;
    }
}
body:has(input[id="menu"]:checked) .header__main-link.header__main-link_m{
    z-index: 1;
}