.cookie_notice__wrap {
    margin-top: 50px;
    flex-basis: 100%;
    /*display: flex;*/
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 159px);
    transition: all .5s;
    z-index: 110;
    display: none;
}

.cookie_notice {
    display: none;
    align-items: center;
    background: #5C5C5C;
    border-radius: 4px;
    padding: 12px 13px;
    max-width: 500px;
    text-align: center;
}

.cookie_notice p.cookie_notice__p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    padding: 0;
}

.cookie_notice button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #fff;
    background: #1c1c1c;
}

.cookie_notice button:hover {
    background: #000;
}

@media (max-width: 1209px) {
    .cookie_notice__wrap {
        left: auto;
    }

    .cookie_notice {
        max-width: 80%;
    }
}


.display-none {
    display: none;
}
