.cook_block {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}
.cook_block p {
    margin: 0 5px;
}
.cook_block p a {
    color: #fff;
    text-decoration: underline;
}
.cook_block a.btn-action {
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
@media(max-width: 768px) {
    .cook_block {
        flex-wrap: wrap;
        text-align: center;
    }
    .cook_block p {
        margin-bottom: 20px;
    }
}
