.commentItem__textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    resize: none;
    -webkit-box-shadow: inset 0 1px 4px 1px #e1dfdf;
    box-shadow: inset 0 1px 4px 1px #e1dfdf;
    outline: none;
    height: 250px;
    max-height: 50px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 10px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.commentItem__textarea:focus {
    max-height: 400px;
}

.button__commentAnswersSave {
    height: 40px;
}

.commentItem__distrustsTags:empty {
    display: none;
}

.commentItem {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    grid-gap: 20px;
    padding-top: 40px;
}

.commentItem__distrustsTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commentItem__distrustsTags span {
    font-size: 12px;
    margin: 5px;
    border: 1px solid #c04f5e;
    border-radius: 5px;
    color: #c04f5e;
    padding: 2px 5px;
}

.commentItem__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px;
    grid-template-columns: 1fr 20px;
    grid-gap: 20px;
    padding: 0px 30px;
}

.commentItem__header+.extensionInfo__wrap {
    margin: 0 30px;
}

.commentItem__author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    grid-gap: 10px;
}

.commentItem__avatar {
    width: 40px;
    height: 40px;
    border-radius: 10em;
    overflow: hidden;
}

.commentItem__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.commentItem__authorData {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.commentItem__authorData .commentItem__title {
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.commentItem__authorData .commentItem__title:hover {
    color: #999;
}

.commentItem__authorData .commentItem__title a:hover {
    color: #073a54;
}

.commentItem__title {
    font-size: 17px;
    font-weight: 500;
    color: #404040;
    padding: 0;
    margin: 0;
}

.commentItem__datePlace {
    color: #767676;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commentItem__datePlace span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 280px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.commentItem__datePlace span a {
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.commentItem__datePlace span:not(:first-of-type):before {
    margin: 0 5px;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 5px;
    height: 5px;
    border-radius: 10em;
    background-color: #0c7bb3;
}

.commentItem__body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 14px;
    padding: 0 30px 10px 30px;
}

.commentItem__isEdit {
    color: #999;
    font-style: italic;
}

.commentItem__isEdit i {
    margin: 0 5px;
}

.commentItem__specialistsTitle {
    color: #636363;
    font-style: italic;
}

.commentItem__specialistsItems {
    display: grid;
    color: #999;
    font-style: italic;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.commentItem__specialistsBox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.commentItem__specialistsBox--hide {
    display: none;
}

.commentItem__specialist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.commentItem__specialistAvatar {
    width: 20px;
    height: 20px;
    border-radius: 10em;
    overflow: hidden;
}

.commentItem__specialistAvatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.commentItem__specialistPreviewAvatar {
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10em;
    -webkit-box-shadow: 1px 1px 4px #999;
    box-shadow: 1px 1px 4px #999;
}

.commentItem__specialistPreviewAvatar--show {
    opacity: 1;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    background: #fff;
}

@media screen and (max-width: 1024px) {

    .commentItem__specialistPreviewAvatar {
        display: none;
    }
}

.commentItem__body .commentItem__mark,
.commentItem__body .commentItem__edit {
    position: relative;
    justify-self: flex-end;
    padding: 0;
    display: none;
    right: -18px;
}

.feedbackAdminPanel--show~.commentItem__body .commentItem__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.commentItem__body--hidden {
    opacity: .5;
}

.commentItem__body--hidden+.commentItem__footer {
    opacity: .5;
}

.commentItem__body--noAnswer {
    padding-bottom: 30px;
}

.commentItem__text {
    font-size: 15px;
    line-height: 160%;
    color: #404040;
}

.commentItem__text p {
    margin-top: 0;
    width: 100%;
    overflow-wrap: anywhere;
}

.commentItem__fromWhere {
    font-size: 13px;
    color: #767676;
}

.commentItem__extensionInfo {
    color: #0b7bc1;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.commentItem__extensionInfo:hover {
    color: #0a76b9;
}

.commentItem__footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    position: relative;
    background: #FFFCF4;
    padding: 30px;
}

.commentItem__footer::before {
    content: '';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 1px;
    background: #EFF2F4;
    top: 0;
    justify-self: center;
}

.commentItem__footer p {
    padding: 0;
    margin: 0;
}

.commentItem__footer--adminHidden.commentItem__footer--firmHidden {
    display: none;
}

.commentItem__request {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.commentItem__request--hide {
    display: none;
}

.commentItem__mark,
.commentItem__edit {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    font-style: italic;
    font-size: 11px;
    color: #767676 !important;
}

.commentItem__mark {
    cursor: auto;
    right: 120px;
}

.commentItem__edit:hover {
    text-decoration: underline;
    color: #5c5c5c !important;
}

.commentItem__mark {
    font-weight: bold;
    color: tomato !important;
}

.commentItem__edit:hover i {
    text-decoration: none;
}

.commentItem__edit i {
    margin-right: 5px;
}

.commentItem__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    margin: 5px;
    font-size: 13px;
    max-width: calc(100% - 130px);
    color: tomato;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column: 1 / -1;
    margin-top: -30px;
    margin-left: -20px;
}

.feedbackAdminPanel--show~.commentItem__header .commentItem__note {
    margin-top: 0;
    margin-left: 0px;
}

.feedbackAdminPanel--loaded:not(.feedbackAdminPanel--show)~.commentItem__header .commentItem__note {
    margin-top: -50px;
}

.commentItem__note i {
    color: Tomato;
    margin-right: 10px;
    font-size: 16px;
}


.commentItem__images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 100px));
    grid-gap: 10px;
}

.commentItem__imageBox {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.commentItem__imageBox img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.removeImageButton {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: tomato;
    top: -7px;
    right: -7px;
    border: none;
    border-radius: 10em;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.removeImageButton::after {
    font-family: 'icons2' !important;
    content: '\e916';
    color: #fff;
    font-size: 10px;
}

.removeImageButton:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

.commentItem__answerTextarea {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.commentItem__imageBox--isAdult {
    position: relative;
}

.commentItem__button--isAdult {
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 100%;
    border: none;
    color: #333;
}

.commentItem__button--isAdult i {
    pointer-events: none;
    font-size: 50px;
    color: #fff;
    margin: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.isAdultMessage {
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
    max-width: 120px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}

.isAdultMessage::before {
    content: '';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7px;
    height: 100%;
    border-radius: 10px;
    background-color: tomato;
    margin-left: -15px;
    opacity: .5;
}

.commentItem__imageBox--isAdult:hover~.isAdultMessage {
    opacity: 1;
}

.commentItem__imageBox--preload .commentItem__button--isAdult i {
    -webkit-animation: infinite ease-in-out wink .5s;
    animation: infinite ease-in-out wink 1s;
}

@-webkit-keyframes wink {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.commentItem__button--isAdult:hover i {
    color: #333;
}

.feedbackTextarea,
.commentItem__answerTextarea textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: #333;
    padding: 10px;
    outline: none;
    resize: none;
    height: 500px;
    max-height: 50px;
    -webkit-box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    width: 100%;
    box-sizing: border-box;
}

.feedbackTextarea,
.commentItem__answerTextarea textarea:focus {
    max-height: 150px;
}

.commentItem__footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-height: 10000px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.commentItem__footer--hide {
    max-height: 0;
    padding: 0 30px;
}

.answersTextareaWrap textarea::-webkit-scrollbar {
    width: 2px;
    background-color: #c4c4c4;
    border-radius: 9em;
}

.answersTextareaWrap textarea::-webkit-scrollbar-thumb {
    background-color: #0c94e8;
    border-radius: 9em;
}

.answersTextareaWrap textarea::-webkit-scrollbar-button:vertical:start:decrement {
    background: transparent;
    background-color: transparent;
    height: 0px;
}

.answersTextareaWrap,
.answersParagraphWrap {
    display: grid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    position: relative;
    background: #FFFCF4;
    height: auto;
    max-height: 10000px;
}

.answersParagraphWrap--hidden,
.answersTextareaWrap--hidden {
    display: none;
}

.p_a2_firmPage_feedbacksFirmDesign_feedBackComments_getChangeTextFeedback,
.feedbackTextarea {
    display: none;
}

.commentItem__body--edit .commentItem__text {
    display: none;
}

.commentItem__body--edit .p_a2_firmPage_feedbacksFirmDesign_feedBackComments_getChangeTextFeedback {
    display: block;
}

.commentItem__body--edit .feedbackTextarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

.feedbackTextarea::-webkit-scrollbar {
    width: 5px;
    background-color: #c4c4c4;
    border-radius: 9em;
}

.feedbackTextarea::-webkit-scrollbar-thumb {
    background-color: #0c94e8;
    border-radius: 9em;
}

.feedbackTextarea::-webkit-scrollbar-button:vertical:start:decrement {
    background: transparent;
    background-color: transparent;
    height: 0px;
}

.commentItem__contentPlug {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.ui3-preloaderInfinity::before {
    background-color: #fff;
}

.commentItem__contentPlug {
    margin-bottom: 20px;
}

.commentItem__datePlace--firmAddress a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 450px) {
    :global(.scrollStyleSvelteComponent::-webkit-scrollbar) {
        width: 1px;
        background-color: #c4c4c4;
        border-radius: 9em;
    }
}

@media screen and (max-width: 768px) {

    .commentItem__images {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(auto, 50px));
        grid-gap: 10px;
    }

    .commentItem__imageBox {
        width: 50px;
        height: 50px;
    }

    .isAdultMessage {
        display: none;
    }

    .commentItem__imageBox i {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 390px) {

    .commentItem__author,
    .commentItem__header {
        grid-template-columns: 1fr;
    }

    .commentItem__type.common__icon {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5px;
    }
    .commentItem__edit {
        margin-right: 20px;
    }
}