
.service-main_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    color: #33363F;
    margin-bottom: 28px;
    padding: 0;
    text-transform: none;
}
.chat {
    position: relative;
    border: 1px solid #C7C7C7;
    max-width: 766px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    min-height: 100px;
    max-height: 633px;
    margin: 0 0 20px;
    display: flex;
}
.chat_center {
    text-align: center;
    overflow-y: hidden;
    /*min-height: 100px;*/
}
.chat_center p {
    margin: 35px auto;
}
.chat__message {
    min-width: 200px;
    max-width: 300px;
    font-size: 12px;
    padding: 8px 10px 4px;
    margin: 0 0 8px 0;
    color: #33363F;
}
.chat__message_transparent {
    border: 1px solid #C7C7C7;
    border-radius: 8px 8px 8px 0;
}
.chat__message_grey {
    background: #D3D9D7;
    border: 1px solid #C7C7C7;
    border-radius: 8px 8px 0 8px;
}
.chat__item {
    display: flex;
    align-items: center;
}
.chat__item_left {
    justify-content: start;
}
.chat__item_right {
    justify-content: end;
}
.chat__data {
    display: flex;
    justify-content: end;
    margin: 11px 0 0;
    font-size: 10px;
    color: #696767;
}
.service-main_button_short {
    width: 38px;
    height: 38px;
    padding: 7px;
    background: #EFFE7D;
    border-radius: 8px;
    margin: 0 0 0 10px;
    cursor: pointer;
}
/*.service-main_button_short img {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/
.chat__controls {
    display: flex;
    justify-content: end;
}
.chat__inputs {
    display: flex;
    width: 500px;
}
.chat__message ul {
    margin: 1rem 0 0 0;
}
.chat__dialog {
    padding: 11px;
    width: 506px;
    overflow-y: auto;
}
.chat__marker {
    background: #F2F2F3;
    padding: 11px;
    width: 260px;
    position: sticky;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.chat__text-header {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 10px 0;
}
.chat__with-mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 9px;
    border-bottom: 1px solid #D3D9D7;
    cursor: pointer;
}
.mark__text {
    font-size: 12px;
    font-weight: 500;
}
.status__btn {
    cursor: pointer;
    margin: 0 10px 0 0;
    transition: filter 0.3s;
}
.status__btn {
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 22px;
}
.star {
    transition: fill 0.3s ease-in-out;
}
@media (hover: hover){
    .status__btn:hover .star {
        fill: #616c72;
    }
}
.status__btn.active .star {
    fill: #616c72;
}
.chat__text-header_normally {
    font-weight: 400;
}
.mobile-marks {
    display: none;
    border-radius: 8px;
    background: #EAEBEB;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    padding: 7px 14px;
    cursor: pointer;
    margin: 0 0 0 10px;
}
@media (max-width: 632px) {
    .chat__message {
        max-width: 250px;
    }
}
@media (max-width: 585px) {
    .mobile-marks {
        display: block;
        margin: 0 0 0 5px;
    }
    .chat__with-mark {
        display: none;
    }
    .chat {
        flex-wrap: wrap;
        border: none;
    }
    .chat__text-header {
        margin: 0;
    }
    .chat__marker {
        padding: 10px 12px;
        max-width: 500px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        margin: 0 0 20px 5px;
    }
    .chat__without-marks {
        margin: 0 0 0 9px;
    }
    .chat__marker {
        width: auto;
    }
    .chat__dialog {
        height: 400px;
        margin: 0 auto;
    }
    .chat__controls {
        justify-content: center;
    }
    .chat__inputs {
        width: 485px;
    }
}
@media (max-width: 536px) {
    .chat__inputs {
        width: 463px;
    }
}
@media (max-width: 375px) {
    .chat__message {
        min-width: 50px;
        max-width: 200px;
        font-size: 11px;
    }
}
@media (max-width: 320px ) {
    .container {
        min-width: 100px !important;
    }
}
@media (max-width: 375px) {
    .chat__message {
        min-width: 50px;
        max-width: 160px;
        font-size: 11px;
    }
}