.js-cookie {
    display:none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 610px;
    width: 100%;
    background: white;
    z-index: 999999999999999;
    height: 138px;
    box-shadow: 0px 3px 14.8px -2px rgba(114, 130, 247, 1);
    border-radius: 9px;
}

@media (max-width: 610px) {
    .js-cookie {
        width: calc(100% - 32px);        /* уменьшаем ширину с учетом внешних отступов */
        padding-left: 10px;
        padding-right: 10px;
        height: 150px;
    }
}

.js-cookie .text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    max-width: 540px;
    width: 100%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.js-cookie .text a {
    text-decoration: underline;
    color: rgba(114, 136, 247, 1);
}

.js-cookie .btn-block {
    display: flex;              /* включаем флекс-контейнер */
    justify-content: center;    /* центрируем по горизонтали */
    align-items: center;        /* центрируем по вертикали (если нужно) */
    gap: 16px;                  /* расстояние между кнопками (можно убрать или изменить) */
    height: 100px;
    padding-bottom: 37px;
}

.js-cookie .btn-block .btn-left {
    padding: 8px 24px;          /* пример оформления &quot;кнопки&quot; */
    background: #007bff;
    color: rgba(114, 136, 247, 1);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300;
    width: 130px;
    background: rgba(212, 215, 243, 0.5);
    font-size: 14px;
    text-align: center;
    font-size: 13px;
    height: 38px;
}

.js-cookie .btn-block .btn-right {
    padding: 8px 24px;
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    width: 130px;
    padding: 8px 24px;
    background: #007bff;
    color: rgba(114, 136, 247, 1);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 300;
    width: 130px;
    background: white;
    font-size: 14px;
    text-align: center;
    font-size: 13px;
    height: 38px;
    border: 1px solid rgba(61, 58, 206, 1);
}