.notification__cookie {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px 22px;
    padding: 12px 25px;
    border-radius: 20px;
    border: 1px solid #ffa61f;
    background: rgb(0 0 0 / 63%);
    font-family: "Gosha Sans", sans-serif;
    z-index: 100;
}
.notification__cookie--hide {
    display: none;
}
.notification__cookie-wrap {
    display: flex;
    align-items: center;
}
.notification__cookie-text {
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.notification__cookie-button {
    margin-left: 10px;
    padding: 5px;
    background: #ffa61f;
    border-radius: 5px;
}
@media (max-width: 767px) {
	.notification__cookie {
    		bottom: 10px;
	}
}