.main_columns .block_full__bg h1, .main_columns .block_full__bg .menu_kitchen {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: RobotoCondensedBold;
    color: #fffdef;
    font-size: 46px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,.6);
}
.detail.-margin img {
    max-width: 100%;
}
.detail {
    position: relative;
}
.btn_menu_shops {
    position: absolute;
    right: 0px;
    top: -12px;
    background-color: #65544c;
    /* color: #fff!important; */
    padding: 10px 20px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.42;
    letter-spacing: 1.6px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    transition: color .3s ease,background .3s ease,border .3s ease,box-shadow .2s ease;
    border: 1px solid #65544c;
    color: #65544c;
    width: 160px;
}
.btn_menu_shops:hover {
    color: #fffdef!important;
    background: #65544c;
}
.ya-knopka {
    position: absolute;
    top: -25px;
    right: 14px;
}

a.header__logo.js-logo {
    background-size: cover;
}