.cookie__banner {
    bottom: 30px;
    position: fixed;
    right: 30px;
    width: 282px;
    z-index: 10002;
}

.coockie_block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: auto
}

.__cookie__data {
    background-color: #5FBD6F;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 10px 20px;
    width: 300px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 20px;
}

.__cookie__data__title {
    margin: 0 0 16px;
}

.__cookie__data__info {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.__cookie__data__acceptment {
    margin-top: 0px;
    display: flex;
    height: 32px;
    white-space: nowrap;
    width: 80%;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 7.7px;
    color: #5FBD6F;
    cursor: pointer;
}

.__cookie__data__acceptment:hover {
    opacity: 0.8;
}

.__cookie__data__accept {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 24px;
}

.__cookie_data__redirect {
    color: #fff;
    text-decoration: underline;
    letter-spacing: 1.4px;
    text-underline-offset: 4px;
}

.__cookie__data__block:last-child {
    margin: 0 0 12px;
}