.cookies-message {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: white;
    padding: 20px 0;
    box-shadow: 0 7px 39px rgba(0, 0, 0, 0.17);
}

.cookies-message__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cookies-message__text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 400;
    overflow: hidden;
    max-height: 70px;
    position: relative;
}

.cookies-message__text_full {
    max-height: 100%;
}

.cookies-message__text:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%);
}

.cookies-message__text_full:after {
    display: none;
}

.cookies-message__text p {
    margin: 0 0 5px;
}

.cookies-message__text p:last-child {
    margin: 0;
}

.cookies-message__more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: none;
    color: #572f8e;
    z-index: 2;
    border: 0;
    border-bottom: 1px dashed #8E2B62;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {

}

@media (min-width: 869px) {
    .cookies-message__inner {
        flex-direction: row;
        align-items: flex-end;
    }

    .cookies-message__text {
        margin-right: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 1189px) {

}
