.cp-comment-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 900;
    font-size: 1.25vw;
    line-height: 1.8vw;
    text-transform: uppercase;
    color: #EEEEEE;
}

.cp-comment-head {
    padding-top: 2vw;
    border-top: 1px solid #4B4B4B;
    margin-bottom: 2.5vw;
}

.cp-comment-head-row {
    margin-bottom: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25vw;
}

.cp-comment-form input[type=file] {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cp-comment-form {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.625vw;
}

.cp-comment-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #4B4B4B;
    font-size: 1vw;
    padding: 0.625vw 1vw;
    height: 2.625vw;
    box-sizing: border-box;
    max-width: 100%;
    color: white;
    line-height: 130%;
    min-height: 2.625vw;
}

.cp-comment-header {
    display: flex;
    align-items: center;
    gap: 0.75vw;
    margin-bottom: 1vw;
}

.cp-comment-user-info {
    display: flex;
    flex-direction: column;
    gap: 0.25vw;
}

.cp-comment-avatar {
    width: 2.625vw;
    min-width: 2.625vw;
    height: 2.625vw;
    border-radius: 50%;
    overflow: hidden;
}

.cp-comment-avatar img {
    width: 100%;
    height: 100%;
}

span.cp-comment-user-name {
    font-size: 0.9vw;
    font-weight: 600;
    color: #A0A1A5;
    line-height: 100%;
    transition: 0.25s ease;
}

span.cp-comment-date {
    font-size: 0.75vw;
    font-weight: 500;
    color: #A0A1A5;
    line-height: 140%;
}

.cp-comment-content {
    margin-bottom: 1vw;
    font-size: 1vw;
    line-height: 120%;
    font-weight: 500;
    color: #EEEEEE;
}

.cp-comment-interactions {
    display: flex;
    gap: 0.25vw;
    align-items: center;
    margin-bottom: 1vw;
}

.cp-comment-additional-actions {
    display: flex;
    font-size: 0.9vw;
    align-items: center;
    gap: 0.625vw;
}

.cp-report-btn {
    background: transparent;
    color: #A5A5A6;
    font-weight: 500;
    font-size: 0.9vw;
    margin-bottom: 0.75vw;
    display: flex;
    gap: 0.5vw;
    transition: 0.25s ease;
}

.cp-copy-link-btn {
    background: transparent;
    color: #A5A5A6;
    font-size: 0.9vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    transition: 0.25s ease;
}

.cp-reply-btn {
    background: transparent;
    color: #A5A5A6;
    font-size: 0.9vw;
    font-weight: 500;
    padding-right: 0.625vw;
    border-right: 1px solid #4B4B4B;
    transition: 0.25s ease;
}

.cp-like-btn {
    background: #404042;
    color: white;
    border-radius: 26px;
    padding: 0.5vw 0.75vw;
    height: 2.25vw;
    font-weight: 500;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
    gap: 0.25vw;
    transition: 0.25s ease;
}

.cp-reaction-btn {
    background: #404042;
    color: white;
    border-radius: 26px;
    padding: 0.5vw 0.75vw;
    height: 2.25vw;
    font-weight: 500;
    font-size: 0.9vw;
    display: none;
}

.cp-reactions {
    display: flex;
    align-items: center;
    gap: 0.25vw;
}

.cp-comment {
    margin-top: 2.625vw;
}

.cp-comment.cp-reply-comment {
    margin-top: 2vw;
    position: relative;
}

.cp-comment-form.cp-reply-form {
    padding-top: 1vw;
}

.cp-like-btn img,
.cp-like-btn svg {
    width: 1vw;
    height: 1vw;
    object-fit: contain;
    object-position: center;
}

.cp-like-btn path {
    transition: 0.25s ease;
}

.cp-like-btn.active {
    background: #f9c92a;
}

.cp-like-btn.active path {
    fill: #231f20;
}

.cp-like-btn.active .cp-like-count {
    color: #231f20;
}

.cp-more-btn {
    background: transparent;
    width: 1vw;
    height: 1vw;
}

.cp-more-btn img,
.cp-more-btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.25s ease;
}

.cp-like-count {
    font-size: 0.9vw;
    line-height: 100%;
    font-weight: 500;
    color: #EEEEEE;
    transition: 0.25s ease;
}


.cp-reply-spoiler-btn {
    background: transparent;
    padding-right: 0.625vw;
    font-size: 0.9vw;
    color: #F9C929;
    font-weight: 500;
    border-right: 1px solid #4B4B4B;
}

.cp-more-dropdown-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.cp-more-dropdown {
    position: absolute;
    top: 1.5vw;
    left: 0;
    padding: 1vw;
    border: 1px solid #4B4B4B;
    width: 12.5vw;
    background: #231f20;
    display: none;
    z-index: 10;
}

.cp-report-btn img,
.cp-report-btn svg {
    width: 1vw;
    height: 1vw;
    object-fit: contain;
    object-position: center;
}

.cp-copy-link-btn img,
.cp-copy-link-btn svg {
    width: 1vw;
    height: 1vw;
    object-fit: contain;
    object-position: center;
}

.cp-report-btn path,
.cp-copy-link-btn path {
    transition: 0.25s ease;
}

.cp-highlight {
    animation: cp-highlight-fade 2s ease-out;
    background: rgba(255, 235, 59, 0.2);
}

@keyframes cp-highlight-fade {
    from {
        background: rgba(255, 235, 59, 0.5);
    }

    to {
        background: transparent;
    }
}

.cp-rating-sharing-block {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5vw;
    border-top: 1px solid #4B4B4B;
    padding-bottom: 1.5vw;
}

.cp-share-btn {
    background: transparent;
    width: 2.25vw;
    height: 2.25vw;
    display: block;
    transition: 0.25s ease;
}

.cp-share-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: 0.25s ease;
}

.cp-sharing-buttons {
    display: flex;
    align-items: center;
    gap: 0.4vw;
    margin-top: 1vw;
}

.cp-article-likes {
    margin-top: 1vw;
}

.cp-article-like-btn {
    background: transparent;
    height: 2.5vw;
    background: #404042;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    gap: 0.25vw;
    transition: 0.25s ease;
}

.cp-article-like-btn svg,
.cp-article-like-btn img {
    width: 1.5vw;
    height: 1.5vw;
}

.cp-likes-count {
    color: #eeeeee;
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 100%;
    transition: 0.25s ease;
}

.cp-comment-head-row-account {
    margin-left: auto;
}

.cp-account-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.cp-account-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cp-user-name {
    font-weight: 500;
    color: #eee;
    font-size: 0.825vw;
    font-weight: 900;
    font-family: 'Golos Text', sans-serif;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.cp-account-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #231f20;
    border: 1px solid #4B4B4B;
    padding: 1vw;
    display: none;
    z-index: 100;
}


.cp-menu-item {
    display: flex;
    align-items: center;
    color: #eeeeee;
    text-decoration: none;
    font-size: 0.9vw;
    margin-bottom: 0.75vw;
    transition: 0.25s ease;
}

.cp-menu-item:hover {
    background: #231f20;
}

.cp-menu-item img {
    width: 18px;
    height: 18px;
}

.cp-auth-buttons {
    display: flex;
    gap: 0.5vw;
}

.cp-login-btn {
    background: transparent;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Golos Text', sans-serif;
    font-size: 0.825vw;
    color: #F9C929;
    padding-right: 0.5vw;
    border-right: 1px solid #4B4B4B;
}

.cp-register-btn {
    background: transparent;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Golos Text', sans-serif;
    font-size: 0.825vw;
    color: #F9C929;
}

.cp-account-trigger-avatar {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    overflow: hidden;
}

.cp-account-trigger-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cp-account-menu .cp-menu-item:last-child {
    margin-bottom: 0;
}

.cp-auth-modal,
.cp-email-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.cp-auth-modal-content,
.cp-email-modal-content {
    position: relative;
    background: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cp-auth-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}

.cp-auth-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cp-auth-method {
    padding: 0.7vw 1vw;
    background: #404042;
    cursor: pointer;
    font-size: 1vw;
    font-weight: 500;
    color: #A0A1A5;
    display: flex;
    gap: 1vw;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cp-auth-method img {
    width: 2vw;
    height: 2vw;
    object-fit: contain;
    object-position: center;
}

.cp-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.cp-tab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    cursor: pointer;
}

.cp-tab.active {
    color: #F9C929;
    font-weight: 900;
}

.cp-email-form {
    display: none;
}

.cp-email-form.active {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.cp-email-form {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.cp-email-form.active {
    display: flex;
}

.cp-auth-methods {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 0;
}

.cp-auth-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.cp-auth-modal-content {
    background: #231F20;
    width: 90%;
    max-width: 23vw;
    margin: 20px auto;
    padding: 3.75vw 1.9vw;
    position: relative;
}

.cp-tabs {
    display: flex;
    border-bottom: 1px solid #404042;
    margin-bottom: 1vw;
}

.data-tab-item {
    display: none;
}

.data-tab-item.active {
    display: block;
}

.cp-tab {
    flex: 1;
    padding: 0.9vw;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Golos Text', sans-serif;
    color: #A0A1A5;
    font-size: 0.9vw;
}

.cp-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #F9C929;
}

.cp-email-form {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.cp-email-form input {
    padding: 1.1vw 1vw;
    border: 1px solid #404042;
    background: transparent;
    font-size: 1vw;
    color: white;
}

.cp-auth-header-logo {
    width: 5.75vw;
    height: 2.9vw;
}

.cp-auth-header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cp-auth-methods-title {
    text-align: center;
    font-size: 0.9vw;
    font-weight: 500;
    padding: 1vw 0;
}

.cp-close-modal {
    position: absolute;
    top: 1.5vw;
    right: 1.9vw;
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
}

.cp-close-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cp-modal-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 900;
    font-size: 1.25vw;
    line-height: 1.8vw;
    text-transform: uppercase;
    color: #EEEEEE;
    margin-bottom: 2vw;
}

.cp-email-form label {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.cp-email-form label span {
    font-size: 0.9vw;
    font-weight: 500;
    color: #eee;
}

.cp-comments-list.cp-comments-list-profilie .cp-comment {
    background: #282425;
    padding: 1.5vw;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

.cp-user-profile {
    width: 100%;
}

.cp-user-profile-header {
    display: flex;
    padding-top: 1.5vw;
    gap: 1vw;
    margin-bottom: 2.7vw;
    align-items: center;
}

.cp-user-avatar {
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 50%;
    position: relative;
}

.cp-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cp-user-name-profilie {
    font-weight: 500;
    color: #eee;
    font-size: 1.25vw;
    font-weight: 900;
    font-family: 'Golos Text', sans-serif;
    text-transform: uppercase;
}

.cp-user-reg-date {
    color: #A0A1A5;
    font-size: 0.85vw;
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

.cp-user-info {
    padding-top: 0.5vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.cp-user-tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #4B4B4B;
}

.cp-user-tab {
    padding-bottom: 0.75vw;
    font-size: 0.9vw;
    font-weight: 900;
    font-family: 'Golos Text', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    width: 10vw;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.cp-user-tab:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}

.cp-user-tab.active:before {
    background: #f9c92a;
}

.cp-user-tab.active {
    color: #f9c92a;
}

.cp-report-options {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    margin-bottom: 2vw;
    padding-left: 2.25vw;
}

.cp-report-options label {
    font-size: 0.9vw;
    font-weight: 500;
    color: #eee;
    position: relative;
    cursor: pointer;
}

.cp-report-options label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.cp-report-options label:before {
    content: '';
    width: 1.25vw;
    height: 1.25vw;
    border: 1px solid #404042;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -0.3vw;
    left: -2.25vw;
    box-sizing: border-box;
}

.cp-report-options label.active:before {
    border: 0.325vw solid #F9C929
}

.cp-auth-modal-content button[type=submit] {
    width: 100%;
}

.cp-auth-modal-content .cp-modal-title {
    text-align: center;
}

.cp-modal-title-text {
    font-size: 0.9vw;
    text-align: center;
    line-height: 140%;
}

.cp-thank-you-modal p {
    margin-bottom: 2vw;
    text-align: center;
}

.cp-thank-you-modal button {
    width: 100%;
}

#cp-reported-reason {
    color: #f9c92a;
    font-size: 0.9vw;
    font-weight: 700;
    line-height: 140%;
}

.cp-comment.cp-reply-comment:before {
    content: '';
    position: absolute;
    top: -1vw;
    left: -2.1vw;
    width: 1.5vw;
    height: 2.5vw;
    /* background: red; */
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0 0 0 8px;
    border-color: #4B4B4B;
}


.cp-article-add-reaction-btn {
    background: transparent;
    height: 2.5vw;
    background: #404042;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    gap: 0.25vw;
    position: relative;
    transition: 0.25s ease;
}

.cp-article-add-reaction-btn svg,
.cp-article-add-reaction-btn img {
    width: 1.5vw;
    height: 1.5vw;
    transition: 0.25s ease;
}

.cp-article-add-reaction-btn svg path {
    transition: 0.25s ease;
}

.cp-article-likes {
    display: flex;
    gap: 0.25vw;
    align-items: center;
}

.cp-article-add-reaction-menu {
    position: absolute;
    bottom: 120%;
    left: 0;
    background: #231f20;
    border: 1px solid #4B4B4B;
    padding: 1vw;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1vw;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
}

.cp-article-add-reaction-menu-btn {
    background: transparent;
    font-size: 1.625vw;
}

.cp-article-reaction {
    background: transparent;
    height: 2.5vw;
    background: #404042;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    gap: 0.25vw;
    cursor: pointer;
}

.cp-article-reaction .emoji {
    font-size: 1.5vw;
}

.cp-article-reaction .count {
    font-size: 0.9vw;
    transition: 0.25s ease;
    color: white;
}

.cp-article-reactions {
    display: flex;
    align-items: center;
    gap: 0.25vw;
}

.cp-article-reaction.active .count {
    color: #231f20;
}

.cp-article-reaction.active {
    background: #f9c929;
}



.cp-comment-add-reaction-btn {
    background: #404042;
    color: white;
    border-radius: 26px;
    padding: 0.5vw 0.75vw;
    height: 2.25vw;
    font-weight: 500;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
    gap: 0.25vw;
    box-sizing: border-box;
    position: relative;
    transition: 0.25s ease;
}

.cp-comment-add-reaction-btn svg,
.cp-comment-add-reaction-btn img {
    width: 1vw;
    height: 1vw;
}

.cp-comment-add-reaction-btn path {
    transition: 0.25s ease;
}

.cp-comment-add-reaction-menu {
    position: absolute;
    bottom: 120%;
    left: 0;
    background: #231f20;
    border: 1px solid #4B4B4B;
    padding: 1vw;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1vw;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s ease;
}

.cp-comment-add-reaction-menu-btn {
    background: transparent;
    font-size: 1.625vw;
}

.cp-comment-reaction {
    background: #404042;
    color: white;
    border-radius: 26px;
    padding: 0.5vw 0.75vw;
    height: 2.25vw;
    font-weight: 500;
    font-size: 0.9vw;
    display: flex;
    align-items: center;
    gap: 0.25vw;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.25s ease;
}

.cp-comment-reactions {
    display: flex;
    align-items: center;
    gap: 0.25vw;
}

.cp-comment-head-row-left {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

.cp-comment-sorted-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #231f20;
    border: 1px solid #4B4B4B;
    padding: 1vw;
    z-index: 100;
    gap: 0.75vw;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
}

.cp-comment-sorted svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cp-comment-sorted {
    position: relative;
    width: 1.5vw;
    height: 1.5vw;
}

.cp-comment-sorted-item {
    font-size: 0.9vw;
    font-weight: 500;
    color: #A5A5A6;
    cursor: pointer;
    transition: 0.25s ease;
}

.cp-comment-sorted-item.active {
    color: #f9c92a;
}

.cp-state-card-mininfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75vw;
}

.cp-state-card-mininfo-left {
    display: flex;
    gap: 0.75vw;
    align-items: center;
}

.cp-state-card-mininfo-likes {
    display: flex;
    gap: 0.25vw;
    align-items: center;
    cursor: pointer;
}

.cp-state-card-mininfo-comments {
    display: flex;
    align-items: center;
    gap: 0.25vw;
}

.cp-state-card-mininfo-icon {
    width: 1.5vw;
    height: 1.5vw;
}

.cp-state-card-mininfo-icon svg {
    width: 100%;
    height: 100%;
}

.cp-state-card-mininfo-count {
    font-size: 0.9vw;
}

.cp-state-card-mininfo-count-view {
    display: flex;
    align-items: center;
    gap: 0.25vw;
}

.cp-article-like-btn.active {
    background: #f9c929;
}

.cp-article-like-btn.active .cp-likes-count {
    color: #231f20;
}

.cp-article-like-btn.active path {
    fill: #231f20;
}

.cp-article-like-btn path {
    transition: 0.25s ease;
}

.cp-auth-method-vk-widget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.avatar-letter {
    background: #404042;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125vw;
    color: #EEEEEE;
    font-weight: 500;
    border-radius: 50%;
}

.cp-state-card-mininfo-likes path {
    transition: 0.25s ease;
}

.cp-state-card-mininfo-likes.active path {
    fill: #f9c92a;
}


#authYandexBtn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cp-comment-form textarea {
    overflow-y: scroll;
    /* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ */
    scrollbar-width: none;
    /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² Firefox */
    -ms-overflow-style: none;
    /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² IE ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ Edge */
}

.cp-comment-form textarea::-webkit-scrollbar {
    display: none;
    /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² Chrome, Safari, Opera */
}

.cp-comment-reaction.active {
    background: #f9c92a;
}

.cp-comment-reaction.active .count {
    color: #231f20;
}

.cp-user-avatar-replace {
    position: absolute;
    bottom: -1vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2.25vw;
    height: 2.25vw;
    background: #A5A5A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.cp-user-avatar-replace input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cp-user-avatar-replace svg {
    width: 100%;
    height: 100%;
    width: 1.5vw;
    height: 1.5vw;
    object-fit: contain;
}

.cp-user-avatar-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.cp-comment-form-inputs {
    width: 100%;
    position: relative;
}

.cp-comment-form-attachment-input {
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.cp-comment-form-attachment-input svg {
    width: 1.5vw;
    height: 1.5vw;
}

.cp-comment-attachments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    margin-bottom: 1vw;
}

.cp-comment-attachments img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cp-comment-post-link {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    font-size: 0.9vw;
    font-weight: 900;
    font-family: 'Golos Text', sans-serif;
    text-transform: uppercase;
    position: relative;
    color: #f9c92a;
    margin-left: auto;
}

.cp-comment-post-link svg {
    width: 1.5vw;
    height: 1.5vw;
}

.cp-comment-post-title {
    color: rgba(160, 161, 165, 1);
    font-size: 0.75vw;
    font-weight: 500;
    padding-left: 1.25vw;
    border-left: 1px solid rgba(75, 75, 75, 1);
}

.cp-user-tab svg {
    width: 1.5vw;
    height: 1.5vw;
    min-width: 1.5vw;
}

.cp-user-tab svg path {
    fill: #a5a5a6;
}

.cp-user-tab.active svg path {
    fill: #f9c92a;
}

.cp-user-info-menu svg {
    width: 1.5vw;
    height: 1.5vw;
    min-width: 1.5vw;
}

.cp-user-info-menu a {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    font-size: 0.75vw;
    color: rgba(238, 238, 238, 1);
    font-weight: 500;
}

.cp-user-info-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
    margin-left: auto;
}

/* Animation */
@media(min-width:767px) {
    .cp-state-card-mininfo-likes:hover path {
        fill: #f9c92a;
    }

    .cp-share-btn:hover {
        transform: translate(0px, -0.2vw);
    }


    .cp-account-dropdown:hover .cp-account-menu {
        display: block;
    }

    .cp-account-menu .cp-menu-item:hover {
        color: #f9c92a;
    }

    .cp-comment-header:hover .cp-comment-user-name {
        color: #f9c92a;
    }

    .cp-like-btn:hover {
        background: #f9c92a;
    }

    .cp-like-btn:hover path {
        fill: #231f20;
    }

    .cp-like-btn:hover .cp-like-count {
        color: #231f20;
    }

    .cp-comment-add-reaction-btn:hover path {
        fill: #231f20;
    }

    .cp-comment-add-reaction-btn:hover {
        background: #f9c92a;
    }

    .cp-report-btn:hover path,
    .cp-copy-link-btn:hover path {
        fill: #f9c92a;
    }

    .cp-reply-btn:hover {
        color: #f9c92a;
    }

    .cp-report-btn:hover {
        color: #f9c92a;
    }

    .cp-copy-link-btn:hover {
        color: #f9c92a;
    }

    .cp-comment-sorted-item:hover {
        color: #f9c92a;
    }

    .cp-article-like-btn:hover .cp-likes-count {
        color: #231f20;
    }

    .cp-article-like-btn:hover path {
        fill: #231f20;
    }

    .cp-article-like-btn:hover {
        background: #f9c929;
    }

    .cp-article-add-reaction-btn:hover .cp-article-add-reaction-menu {
        visibility: visible;
        opacity: 1;
    }

    .cp-comment-add-reaction-btn:hover .cp-comment-add-reaction-menu {
        visibility: visible;
        opacity: 1;
    }

    .cp-comment-sorted:hover .cp-comment-sorted-menu {
        visibility: visible;
        opacity: 1;
    }

    .cp-article-add-reaction-btn:hover {
        background: #F9C929;
    }

    .cp-article-add-reaction-btn:hover svg path {
        fill: #231F20;
    }
}


@media (max-width: 767px) {
    .cp-comment-title {
        font-family: 'Golos Text', sans-serif;
        font-weight: 900;
        font-size: 5vw;
        line-height: 120%;
        text-transform: uppercase;
        color: #EEEEEE;
    }

    .cp-comment-head {
        padding-top: 8vw;
        border-top: 1px solid #4B4B4B;
        margin-bottom: 10vw;
    }

    .cp-comment-head-row {
        margin-bottom: 1vw;
        display: flex;
        justify-content: start;
        align-items: start;
        margin-bottom: 8vw;
        flex-direction: column;
        gap: 4vw;
    }

    .cp-comment-form {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 4vw;
        flex-direction: column;
    }

    .cp-comment-form textarea {
        width: 100%;
        background: transparent;
        border: 1px solid #4B4B4B;
        font-size: 4vw;
        padding: 3vw;
        height: 15vw;
        box-sizing: border-box;
        max-width: 100%;
        color: white;
        line-height: 130%;
        min-height: 10vw;
    }

    .cp-comment-header {
        display: flex;
        align-items: center;
        gap: 2vw;
        margin-bottom: 4vw;
    }

    .cp-comment-user-info {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .cp-comment-avatar {
        width: 10vw;
        min-width: 10vw;
        height: 10vw;
        border-radius: 50%;
        overflow: hidden;
    }

    .cp-comment-avatar img {
        width: 100%;
        height: 100%;
    }

    span.cp-comment-user-name {
        font-size: 4vw;
        font-weight: 600;
        color: #A0A1A5;
        line-height: 100%;
    }

    span.cp-comment-date {
        font-size: 3vw;
        font-weight: 500;
        color: #A0A1A5;
        line-height: 140%;
    }

    .cp-comment-content {
        margin-bottom: 4vw;
        font-size: 3.7vw;
        line-height: 140%;
        font-weight: 500;
        color: #EEEEEE;
    }

    .cp-comment-interactions {
        display: flex;
        gap: 1vw;
        align-items: center;
        margin-bottom: 4vw;
    }

    .cp-comment-additional-actions {
        display: flex;
        font-size: 0.9vw;
        align-items: center;
        gap: 3vw;
    }

    .cp-report-btn {
        background: transparent;
        color: #A5A5A6;
        font-weight: 500;
        font-size: 3.7vw;
        margin-bottom: 3vw;
        display: flex;
        gap: 2vw;
    }

    .cp-copy-link-btn {
        background: transparent;
        color: #A5A5A6;
        font-size: 3.7vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 2vw;
    }

    .cp-reply-btn {
        background: transparent;
        color: #A5A5A6;
        font-size: 3.7vw;
        font-weight: 500;
        padding-right: 3vw;
        border-right: 1px solid #4B4B4B;
    }

    .cp-like-btn {
        color: white;
        /* background: transparent; */
        height: 10vw;
        /* background: #404042; */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 26px;
        padding: 3vw 5vw;
        box-sizing: border-box;
        gap: 1vw;
    }

    .cp-reaction-btn {
        background: #404042;
        color: white;
        border-radius: 26px;
        padding: 0.5vw 0.75vw;
        height: 2.25vw;
        font-weight: 500;
        font-size: 0.9vw;
        display: none;
    }

    .cp-reactions {
        display: flex;
        align-items: center;
        gap: 1vw;
    }

    .cp-comment {
        margin-top: 12vw;
    }

    .cp-comment.cp-reply-comment {
        margin-top: 10vw;
    }

    .cp-comment-form.cp-reply-form {
        padding-top: 5vw;
    }

    .cp-like-btn img,
    .cp-like-btn svg {
        width: 5vw;
        height: 5vw;
        object-fit: contain;
        object-position: center;
    }

    .cp-more-btn {
        background: transparent;
        width: 5vw;
        height: 5vw;
    }

    .cp-more-btn img,
    .cp-more-btn svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .cp-like-count {
        font-size: 3.7vw;
        line-height: 100%;
        font-weight: 500;
        color: #EEEEEE;
    }


    .cp-reply-spoiler-btn {
        background: transparent;
        padding-right: 3vw;
        font-size: 3.7vw;
        color: #F9C929;
        font-weight: 500;
        border-right: 1px solid #4B4B4B;
    }

    .cp-more-dropdown-wrapper {
        display: flex;
        align-items: center;
        position: relative;
    }

    .cp-more-dropdown {
        position: absolute;
        top: 7vw;
        left: -27vw;
        padding: 3vw;
        border: 1px solid #4B4B4B;
        width: 51vw;
        background: #231f20;
        display: none;
    }

    .cp-report-btn img,
    .cp-report-btn svg {
        width: 5vw;
        height: 5vw;
        object-fit: contain;
        object-position: center;
    }

    .cp-copy-link-btn img,
    .cp-copy-link-btn svg {
        width: 5vw;
        height: 5vw;
        object-fit: contain;
        object-position: center;
    }

    .cp-highlight {
        animation: cp-highlight-fade 2s ease-out;
        background: rgba(255, 235, 59, 0.2);
    }

    @keyframes cp-highlight-fade {
        from {
            background: rgba(255, 235, 59, 0.5);
        }

        to {
            background: transparent;
        }
    }

    .cp-rating-sharing-block {
        display: flex;
        justify-content: space-between;
        padding-top: 8vw;
        border-top: 1px solid #4B4B4B;
        padding-bottom: 8vw;
        flex-direction: column;
        gap: 8vw;
    }

    .cp-share-btn {
        background: transparent;
        width: 10vw;
        height: 10vw;
        display: block;
    }

    .cp-share-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .cp-sharing-buttons {
        display: flex;
        align-items: center;
        gap: 2vw;
        margin-top: 3vw;
    }

    .cp-article-likes {
        margin-top: 3vw;
    }

    .cp-article-like-btn {
        background: transparent;
        height: 10vw;
        background: #404042;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 26px;
        padding: 3vw 5vw;
        box-sizing: border-box;
        gap: 1vw;
    }

    .cp-article-like-btn svg,
    .cp-article-like-btn img {
        width: 5vw;
        height: 5vw;
    }

    .cp-likes-count {
        color: #eeeeee;
        font-size: 3.7vw;
        font-weight: 500;
        line-height: 100%;
    }

    .cp-comment-head-row-account {
        margin-left: 0;
    }

    .cp-account-dropdown {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .cp-account-trigger {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .cp-user-name {
        font-weight: 500;
        color: #eeeeee;
        font-size: 3.5vw;
        font-weight: 900;
        font-family: 'Golos Text', sans-serif;
        text-transform: uppercase;
    }

    .cp-account-menu {
        position: absolute;
        top: 100%;
        right: 0;
        background: #231f20;
        border: 1px solid #4B4B4B;
        padding: 3vw;
        display: none;
        z-index: 100;
    }

    .cp-menu-item {
        display: flex;
        align-items: center;
        color: #eeeeee;
        text-decoration: none;
        transition: background 0.2s;
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .cp-menu-item:hover {
        background: #231f20;
    }

    .cp-menu-item img {
        width: 18px;
        height: 18px;
    }

    .cp-auth-buttons {
        display: flex;
        gap: 3vw;
    }

    .cp-login-btn {
        background: transparent;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Golos Text', sans-serif;
        font-size: 3.7vw;
        color: #F9C929;
        padding-right: 3vw;
        border-right: 1px solid #4B4B4B;
    }

    .cp-register-btn {
        background: transparent;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Golos Text', sans-serif;
        font-size: 3.7vw;
        color: #F9C929;
    }

    .cp-account-trigger-avatar {
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
        overflow: hidden;
        min-width: 10vw;
    }

    .cp-account-trigger-avatar img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .cp-account-menu .cp-menu-item:last-child {
        margin-bottom: 0;
    }

    .cp-auth-modal,
    .cp-email-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .cp-auth-modal-content,
    .cp-email-modal-content {
        position: relative;
        background: #fff;
        margin: 15% auto;
        padding: 20px;
        width: 90%;
        max-width: 400px;
        border-radius: 8px;
        animation: modalSlideIn 0.3s ease-out;
    }

    @keyframes modalSlideIn {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .cp-auth-header {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5vw;
    }

    .cp-auth-methods {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .cp-auth-method {
        padding: 2vw 4vw;
        background: #404042;
        cursor: pointer;
        font-size: 4vw;
        font-weight: 500;
        color: #A0A1A5;
        display: flex;
        gap: 4vw;
        align-items: center;
    }

    .cp-auth-method img {
        width: 10vw;
        height: 10vw;
        object-fit: contain;
        object-position: center;
    }

    .cp-tabs {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 2px solid #eee;
    }

    .cp-tab {
        flex: 1;
        padding: 12px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .cp-tab.active {
        color: #F9C929;
        font-weight: 900;
    }

    .cp-email-form {
        display: none;
    }

    .cp-email-form.active {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }



    .cp-email-form {
        display: none;
        flex-direction: column;
        gap: 15px;
    }

    .cp-email-form.active {
        display: flex;
    }

    .cp-auth-methods {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        padding: 2vw 0;
    }

    .cp-auth-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .cp-auth-modal-content {
        background: #231F20;
        width: 90%;
        max-width: 100%;
        margin: 20px auto;
        padding: 10vw 5vw;
        position: relative;
        box-sizing: border-box;
    }

    .cp-tabs {
        display: flex;
        border-bottom: 1px solid #404042;
        margin-bottom: 3vw;
    }

    .data-tab-item {
        display: none;
    }

    .data-tab-item.active {
        display: block;
    }

    .cp-tab {
        flex: 1;
        padding: 2.5vw;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Golos Text', sans-serif;
        color: #A0A1A5;
        font-size: 3.7vw;
    }

    .cp-tab.active::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        background: #F9C929;
    }

    .cp-email-form {
        display: flex;
        flex-direction: column;
        gap: 6vw;
    }

    .cp-email-form input {
        padding: 4vw;
        border: 1px solid #404042;
        background: transparent;
        font-size: 16px;
        color: white;
    }

    .cp-auth-header-logo {
        width: 25vw;
        height: 13vw;
    }

    .cp-auth-header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .cp-auth-methods-title {
        text-align: center;
        font-size: 4vw;
        font-weight: 500;
        padding: 2vw;
        padding-bottom: 4vw;
    }

    .cp-close-modal {
        position: absolute;
        top: 3vw;
        right: 3vw;
        width: 5vw;
        height: 5vw;
        cursor: pointer;
    }

    .cp-close-modal img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .cp-modal-title {
        font-family: 'Golos Text', sans-serif;
        font-weight: 900;
        font-size: 5vw;
        line-height: 120%;
        text-transform: uppercase;
        color: #EEEEEE;
        margin-bottom: 5vw;
    }

    .cp-email-form label {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }

    .cp-email-form label span {
        font-size: 4vw;
        font-weight: 500;
        color: #eee;
    }

    .cp-comments-list.cp-comments-list-profilie .cp-comment {
        background: #282425;
        padding: 4vw;
        width: 100%;
        box-sizing: border-box;
        margin-top: 3vw;
    }

    .cp-user-profile {
        width: 100%;
    }

    .cp-user-profile-header {
        display: flex;
        border-top: 1px solid #4B4B4B;
        padding-top: 8vw;
        gap: 10vw 3vw;
        margin-bottom: 8vw;
        flex-wrap: wrap;
    }

    .cp-user-avatar {
        width: 20vw;
        height: 20vw;
        border-radius: 50%;
        min-width: 20vw;
    }

    .cp-user-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .cp-user-name-profilie {
        font-weight: 500;
        color: #eee;
        font-size: 4.5vw;
        font-weight: 900;
        font-family: 'Golos Text', sans-serif;
        text-transform: uppercase;
        margin-bottom: 2vw;
        line-height: 140%;
    }

    .cp-user-reg-date {
        color: #A0A1A5;
        font-size: 3.7vw;
        display: flex;
        align-items: center;
        gap: 0.4vw;
        line-height: 120%;
    }

    .cp-user-info {
        padding-top: 0.5vw;
    }

    .cp-user-tabs {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #4B4B4B;
    }

    .cp-user-tab {
        padding-bottom: 3vw;
        font-size: 3.7vw;
        font-weight: 900;
        font-family: 'Golos Text', sans-serif;
        text-transform: uppercase;
        position: relative;
        line-height: 130%;
        gap: 2vw;
        width: 46vw;
    }

    .cp-user-tab:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: transparent;
    }

    .cp-user-tab.active:before {
        background: #f9c92a;
    }

    .cp-user-tab.active {
        color: #f9c92a;
    }

    .cp-report-options {
        display: flex;
        flex-direction: column;
        gap: 4vw;
        margin-bottom: 9vw;
        padding-left: 9vw;
    }

    .cp-report-options label {
        font-size: 4vw;
        font-weight: 400;
        color: #eee;
        position: relative;
        cursor: pointer;
    }

    .cp-report-options label input {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .cp-report-options label:before {
        content: '';
        width: 4vw;
        height: 4vw;
        border: 1px solid #404042;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: vw;
        left: -7.25vw;
        box-sizing: border-box;
    }

    .cp-report-options label.active:before {
        border: 1vw solid #F9C929;
    }

    .cp-auth-modal-content button[type=submit] {
        width: 100%;
    }

    .cp-auth-modal-content .cp-modal-title {
        text-align: center;
    }

    .cp-modal-title-text {
        font-size: 4vw;
        text-align: center;
        line-height: 140%;
    }

    .cp-thank-you-modal p {
        margin-bottom: 5vw;
        text-align: center;
    }

    .cp-thank-you-modal button {
        width: 100%;
    }

    #cp-reported-reason {
        color: #f9c92a;
        font-size: 4vw;
        font-weight: 700;
        line-height: 140%;
    }

    .cp-comment-form button[type=submit] {
        width: 100%;
    }

    .cp-comment.cp-reply-comment:before {
        content: '';
        position: absolute;
        top: -6vw;
        left: -5vw;
        width: 3vw;
        height: 12vw;
        border-left: 1px solid;
        border-bottom: 1px solid;
        border-radius: 0 0 0 5px;
        border-color: #4B4B4B;
    }


    .cp-state-card-mininfo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4vw;
    }

    .cp-state-card-mininfo-left {
        display: flex;
        gap: 4vw;
        align-items: center;
    }

    .cp-state-card-mininfo-likes {
        display: flex;
        gap: 2vw;
        align-items: center;
    }

    .cp-state-card-mininfo-comments {
        display: flex;
        align-items: center;
        gap: 2vw;
    }

    .cp-state-card-mininfo-icon {
        width: 6vw;
        height: 6vw;
    }

    .cp-state-card-mininfo-icon svg {
        width: 100%;
        height: 100%;
    }

    .cp-state-card-mininfo-count {
        font-size: 4vw;
    }

    .cp-state-card-mininfo-count-view {
        display: flex;
        align-items: center;
        gap: 2vw;
    }

    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸, ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°, ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
    .cp-article-add-reaction-btn {
        background: transparent;
        height: 10vw;
        background: #404042;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 26px;
        padding: 3vw 5vw;
        box-sizing: border-box;
        gap: 0.25vw;
        position: relative;
    }

    .cp-article-add-reaction-btn svg,
    .cp-article-add-reaction-btn img {
        width: 5vw;
        height: 5vw;
    }

    .cp-article-likes {
        display: flex;
        gap: 1vw;
        align-items: center;
        flex-wrap: wrap;
    }

    .cp-article-add-reaction-menu {
        position: absolute;
        bottom: 120%;
        left: 0;
        background: #231f20;
        border: 1px solid #4B4B4B;
        padding: 3vw;
        z-index: 100;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 3vw;
        visibility: hidden;
        opacity: 0;
        transition: 0.25s ease;
    }

    .cp-article-add-reaction-menu-btn {
        background: transparent;
        font-size: 6vw;
    }

    .cp-article-reaction {
        background: transparent;
        height: 10vw;
        background: #404042;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 26px;
        padding: 3vw 5vw;
        box-sizing: border-box;
        gap: 1.25vw;
        cursor: pointer;
    }

    .cp-article-reaction .emoji {
        font-size: 5vw;
    }

    .cp-article-reaction .count {
        font-size: 3.7vw;
    }

    .cp-article-reactions {
        display: flex;
        align-items: center;
        gap: 1vw;
        flex-wrap: wrap;
    }



    .cp-comment-add-reaction-btn {
        background: #404042;
        color: white;
        border-radius: 26px;
        padding: 3vw 5vw;
        height: 10vw;
        font-weight: 500;
        font-size: 0.9vw;
        display: flex;
        align-items: center;
        gap: 0.25vw;
        box-sizing: border-box;
        position: relative;
    }

    .cp-comment-add-reaction-btn svg,
    .cp-comment-add-reaction-btn img {
        width: 5vw;
        height: 5vw;
    }

    .cp-comment-add-reaction-menu {
        position: absolute;
        bottom: 120%;
        left: -15vw;
        background: #231f20;
        border: 1px solid #4B4B4B;
        padding: 3vw;
        z-index: 100;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 3vw;
        visibility: hidden;
        opacity: 0;
        transition: 0.25s ease;
    }

    .cp-comment-add-reaction-menu-btn {
        background: transparent;
        font-size: 6vw;
    }

    .cp-comment-reaction {
        background: #404042;
        color: white;
        border-radius: 26px;
        padding: 3vw 5vw;
        height: 10vw;
        font-weight: 500;
        font-size: 3.7vw;
        display: flex;
        align-items: center;
        gap: 1.25vw;
        cursor: pointer;
        box-sizing: border-box;
    }

    .cp-comment-reactions {
        display: flex;
        align-items: center;
        gap: 1vw;
    }

    .cp-comment-head-row-left {
        display: flex;
        align-items: center;
        gap: 6vw;
    }

    .cp-comment-sorted-menu {
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #231f20;
        border: 1px solid #4B4B4B;
        padding: 3vw;
        z-index: 100;
        gap: 2.5vw;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease;
    }

    .cp-comment-sorted svg {
        width: 100%;
        height: 100%;
    }

    .cp-comment-sorted {
        position: relative;
        width: 6vw;
        height: 6vw;
    }

    .cp-comment-sorted-item {
        font-size: 3.7vw;
        font-weight: 500;
        color: #A5A5A6;
        cursor: pointer;
    }

    .avatar-letter {
        font-size: 4.5vw;
    }

    .cp-comments-list-profilie .cp-more-dropdown {
        left: 1vw;
    }

    .cp-comment-add-reaction-btn.active .cp-comment-add-reaction-menu {
        opacity: 1;
        visibility: visible;
    }

    .cp-article-add-reaction-btn.active .cp-article-add-reaction-menu {
        opacity: 1;
        visibility: visible;
    }

    .cp-comment-sorted.active .cp-comment-sorted-menu {
        opacity: 1;
        visibility: visible;
    }

    .cp-account-dropdown.active .cp-account-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }


    .cp-user-avatar-replace {
        position: absolute;
        bottom: -3vw;
        left: 50%;
        transform: translate(-50%, 0);
        width: 8vw;
        height: 8vw;
        background: #A5A5A6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        overflow: hidden;
    }

    .cp-user-avatar-replace input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .cp-user-avatar-replace svg {
        width: 100%;
        height: 100%;
        width: 5vw;
        height: 5vw;
        object-fit: contain;
    }

    .cp-user-avatar-content {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
    }

    .cp-comment-attachments {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4vw;
        margin-bottom: 4vw;
    }

    .cp-comment-attachments img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }



    .cp-comment-form-attachment-input {
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translate(0%, -50%);
        cursor: pointer;
    }

    .cp-comment-form-attachment-input svg {
        width: 6vw;
        height: 6vw;
    }


    .cp-comment-post-link {
        display: flex;
        align-items: center;
        gap: 2vw;
        font-size: 4vw;
        font-weight: 900;
        font-family: 'Golos Text', sans-serif;
        text-transform: uppercase;
        position: relative;
        color: #f9c92a;
        margin-left: auto;
    }

    .cp-comment-post-link svg {
        width: 7vw;
        height: 7vw;
    }

    .cp-comment-post-title {
        color: rgba(160, 161, 165, 1);
        font-size: 3.7vw;
        font-weight: 500;
        padding-left: 0;
        border-left: none;
    }

    .cp-user-tab svg {
        width: 7vw;
        height: 7vw;
        min-width: 1.5vw;
    }

    .cp-user-tab svg path {
        fill: #a5a5a6;
    }

    .cp-user-tab.active svg path {
        fill: #f9c92a;
    }

    .cp-user-info-menu svg {
        width: 7vw;
        height: 7vw;
        min-width: 7vw;
    }

    .cp-user-info-menu a {
        display: flex;
        align-items: center;
        gap: 2.5vw;
        font-size: 3.7vw;
        color: rgba(238, 238, 238, 1);
        font-weight: 500;
        /* display: none; */
    }

    .cp-user-info-menu {
        display: flex;
        flex-direction: row;
        gap: 8vw;
        margin-left: auto;
    }

    .cp-comment-additional-actions {
        flex-wrap: wrap;
    }
}