.roistat-lh-wrap, .roistat-multiwidget-wrap, .roistat-online-chat-wrap,
.roistat-lh-popup, .roistat-multiwidget-popup, .roistat-online-chat-popup {
    z-index: 2147483640 !important;
}

.cookie-agree_wrapper {
    position: fixed;
    z-index: 2147483647;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
    max-width: 530px;
    background: transparent;
}
.cookie-agree {
    width: 100%;
    padding: 15px;
    margin: auto;
    text-align: center;
    align-content: center;
    background: #EBF4FF;
    box-shadow: 0px 8.99642px 17.9928px -3.59857px rgba(0, 0, 0, 0.1);
    border-radius: 20.7041px;
}
.cookie-agree.d-flex {
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}
.cookie-txt-big {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #222221;
}
.cookie-txt-small {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #222221;
}
.cookie-txt-small input[type="checkbox"] {
    display: block;
    width: 0;
    height: 0;
}
.cookie-button {
    background: #3079D2;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    padding: 8px 8px 5px;
    font-family: 'TT Commons';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}
.cookie-button:hover {
    background: #23426C;
}
