   .cky-consent-container {
        max-width: 1000px;
    margin: 0 auto;
    right: 0;
    }
    .span-soglasie {
         font-size: 16px;
    }

    

     @media (max-width: 768px) { 
     .span-soglasie {
         font-size: 14px;
    }
     }
    [data-name="acceptance-892"] .wpcf7-list-item {
margin: 0 0px 0px 0px;
    position: relative;
    top: 3px;
 }

 [data-name="acceptance-892"] .wpcf7-form-control {
        width: 100%;
    padding: 0;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    background-color: initial;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    font-family: Gilroy;
    font-size: 14px;
 }

  [data-name="acceptance-892"] input {
width: 18px;
    height: 18px;
 }

.r_modal {
    position: fixed;
    top: var(--header-height, 60px);
    right: 0;
    height: calc(100% - var(--header-height, 60px));
    z-index: 998;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.r_modal.show {
    transform: translate3d(0, 0, 0);
    box-shadow: var(--hint-sh);
    z-index: 999;
    transition: transform 0.1s ease;
}
.comments_last.hidden {
    transform: translate3d(100%, 0, 0);
}

.comments_title {
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0 0px;
}
.handle span svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 9px;
    right: -2px;
}
.handle span svg path {
    fill: white;
}
.r_modal .handle {
    cursor: pointer;
    position: absolute;
    top: 9%;
    background: #2c5aff;
    border-radius: 30px 0 0 30px;
    left: -45px;
    height: 45px;
    width: 53px;
    box-shadow: var(--hint-sh);
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    color: var(--bold-clr);
}
.r_modal_inner {
    height: 100%;
    background: #2c5aff;
    width: 100vw;
    max-width: 300px;
    min-width: 300px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
}
.comments_block_content {
    flex: 1;
    overflow-y: auto; /* Изменено на auto для появления скролла только при необходимости */
    overflow-x: hidden;
    width: 100%;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
}
.comments_block_content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.chat_block_content_wrap {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.comments_block_content_wrap_inner {
    width: 100%;
    padding-bottom: 60px; /* Увеличенный отступ снизу */
}
.pve {
    margin-bottom: 20px;
}
.cpar .article {
    display: inline-block;
    color: var(--white-blue);
    margin-bottom: 10px;
    text-decoration: none;
    background: #ffffff;
    padding: 3px 15px 3px 16px;
    border-radius: 10px;
    color: black;
    font-weight: 500;
}
.comment {
    margin: 5px 0 0;
    position: relative;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}
.wrapped p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.avatar_i {
    height: 36px;
    width: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 15;
    left: 0;
    background: var(--hov-gg);
    border-radius: 30px;
}
.avatar_i .avatar {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    max-width: 100%;
    max-height: 100%;
}
.comment .cloud {
    padding: 0;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.commenttopinfo {
    margin-left: 48px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 32px;
    align-items: center;
}
.commenttopinfo .au_top {
    display: inline-flex;
    width: 100%;
    margin-bottom: 3px;
}
.comment .editdate:not(.dn) {
    color: var(--light-grey);
    font-size: 13px;
    display: inline-flex;
}
.commenttopinfo .username {
    margin-right: 6px;
}
.comment-text {
    min-width: 220px;
    word-break: break-word;
    margin: 10px 0;
    line-height: 23px;
}

/* Для тестирования, удалите после проверки */
.comments_block_content_wrap_inner {
    min-height: 1050px; /* Убедитесь, что контент превышает высоту для активации скролла */
}