#our .cookies_message, .cookies_message {
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    bottom: 0;
    left:0 !important;
    z-index: 300;
box-shadow: 0px -2px 4px 0px #999;
}
#our .cookies_message *, .cookies_message * {
background-color: transparent;
} 

#our .cookies_message .inner, .cookies_message .inner {
    margin: 0 auto;
    width: calc(100% - 50px);
    padding: 5px;
    font-family: Arial;
    font-size: 13px;
    color: #fff; 
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#our .cookies_text, .cookies_text {
width: calc(100% - 150px);
display: inline-block;
    line-height: 16px;
    cursor: default;
    font-family: Arial;
    font-size: 13px;
color:#fff ;
vertical-align: baseline;
text-align: left;
flex-grow: 1;
    flex-basis: 450px;
}
#our .cookies_text *,.cookies_text * {
    font-family: Arial;
    font-size: 13px;
color:#fff;
}

#our .cookies_message .inner .button, .cookies_message .inner .button {
    padding: 5px;
    display: block;
    float: right;
}

#our .cookies_message .inner .button .cookies_button, .cookies_message .inner .button .cookies_button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 3px 20px;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #fff;
    background-color: var(--topheader,#606b75);
}
.cookies_message a{
    cursor: pointer;
}
.ya_link{
    border-bottom: 1px dashed;
}
.ya_link:hover{
    text-decoration: underline;
}
div#yandex {
    width: min(600px, 100%);
}