.popup-form__message-view {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    background-color: var(--white);
    font-family: var(--baseFontFamily);
    font-size: 15px;
    line-height: var(--baseLineHeight);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px 10px 10px 10px;
}
.video-wrapper {
    max-width: 100%;
}
.video-wrapper video {
    max-width: 100%;
    width: 100%;
}
.sidebar__container {
    max-height: 644px;
}
.message-view-admin{
    align-items: center;
    /*min-height: 36px;*/
    font-style: normal;
    font-weight: var(--medium);
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
    margin-bottom: 20px;
    margin-left: 30px;
}
.message-view-user{
    align-items: center;
    /*min-height: 36px;*/
    font-style: normal;
    font-weight: var(--medium);
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
    align-self: flex-end;
    margin-bottom: 26px;
    margin-left: 200px;
}
.message-view-user-item {
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    padding: 7px 10px;
    background-color: var(--white);
    position: relative;
    display: inline-block;
}
.message-view-admin-item {
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    padding: 7px 10px;
    background-color: #FFF8FA;
    position: relative;
    display: inline-block;
    width: 100%;
}
.message-view-user + .message-view-admin,
.message-view-admin +  .message-view-user{
    margin-top: 15px;
}

.message-view-time{
    position: absolute;
    color: var(--secondary);
    font-size: 8px;
    top: -20px;
    left: 0;
    font-size: 11px;
}

.view-active {
    background-color: var(--primary-thin);
    border-radius: var(--border-radius);
    color: var(--primary);
    position: relative;
}

.date-item{
    display: none;
}
.view-active .date-item{
    position: absolute;
    display: block;
    padding: 2px;
    top: -3px;
    left: 0;
    font-size: 10px;
    background-color: #ffff00;
    border-radius: var(--border-radius);
    line-height: 11px;
}

.title-date-view{
    font-style: normal;
    font-weight: var(--semi-bold);
    font-size: 14px;
}

.pagonation__list li{
    min-width: 36px;
}

.fqa-link img{
    width: 48px;
    height: 48px;
}

.accordeon .accordeon__head p.flex-auto{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.accordeon .accordeon__body iframe{
    margin-top: 20px;
}

.accordeon .accordeon__body strong{
    font-weight: 600;
}

.accordeon .accordeon__body p b {
    font-weight: 900;
}

.accordeon .accordeon__body h1{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.accordeon .accordeon__body h2{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.accordeon .accordeon__body h3{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}