.faq-modal,
.faq-modal *,
.faq-modal:before,
.faq-modal:after {
    box-sizing: border-box;
}

.faq-modal {
    background: rgba(0,0,0,.44);
    padding-left: 80px;
    font-size: 0;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s;
    transition-property: opacity, visibility;
    overflow: hidden;
    z-index: 10001;
}

.faq-modal:not(.is-show) {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.faq-modal:after {
    width: 0;
    content: '';
}

.faq-modal:after,
.faq-modal__center {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.faq-modal__close {
    background: transparent;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: rgba(255,255,255, .6);
    outline: none;
    border-radius: 0;
    border: none;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all .4s;
    cursor: pointer;
    z-index: 2;
}

.faq-modal__close svg {
    width: 30px;
    height: 30px;
    display: block;
    fill: currentColor;
    color: inherit;
}

.faq-modal__center {
    background: #fff;
    width: 100%;
    max-width: 840px;
    font-size: 14px;
    color: #1C0209;
    text-align: left;
    position: relative;
}

.faq-modal__inner {
    max-height: 100vh;
    display: flex;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
}

.faq-modal__aside {
    background: #F0F2F4;
    max-width: 250px;
    min-height: 100vh;
    flex: 0 0 250px;
    font-size: 14px;
    position: sticky;
    top: 0;
}

.faq-modal__aside-header {
    background: inherit;
    padding: 15px 20px 15px 38px;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

.faq-modal__aside-header-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}

.faq-modal__aside-nav {
    padding: 10px 0;
}

.faq-modal__aside-nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.faq-modal__aside-nav-item {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.faq-modal__aside-nav-el {
    position: relative;
}

.faq-modal__aside-nav-link,
.faq-modal__aside-nav-dropdown a {
    max-width: 100%;
    padding: 4px 8px;
    display: inline-block;
    transition: all .4s;
    vertical-align: top;
}

.faq-modal__aside-nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.faq-modal__aside-nav-link.is-active,
.faq-modal__aside-nav-dropdown a.is-active {
    background: #5C6A80;
    color: #fff;
    border-radius: 14px;
}

.faq-modal__aside-nav-btn-toggle {
    background: linear-gradient(to right, rgba(227, 232, 235, 0) 0, rgba(227, 232, 235, 0.7) 6%, #e3e8eb 20%, #e3e8eb 100%);
    height: 100%;
    padding: 2px 10px 0 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    line-height: inherit;
    color: rgba(83,92,105, .4);
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    transition: all .4s;
    transition-property: visibility, opacity;
    cursor: pointer;
    z-index: 1;
}

.faq-modal__aside-nav-btn-toggle:before,
.faq-modal__aside-nav-btn-toggle:after {
    display: none;
    font-size: inherit;
    color: inherit;
}

.faq-modal__aside-nav-btn-toggle:before {
    content: attr(data-title-active);
}

.faq-modal__aside-nav-btn-toggle:after {
    content: attr(data-title-normal);
}

.faq-modal__aside-nav-btn-toggle.is-active:before,
.faq-modal__aside-nav-btn-toggle:not(.is-active):after {
    display: block;
}

.faq-modal__aside-nav-dropdown {
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none;
}

.faq-modal__aside-nav-dropdown.is-active {
    display: block;
}

.faq-modal__aside-nav-dropdown li {
    margin: 0;
    padding: 0;
}

.faq-modal__aside-nav-el,
.faq-modal__aside-nav-dropdown li {
    padding: 4px 10px 4px 30px;
    transition: all .4s;
    transition-property: background;
}

.faq-modal__aside-nav-dropdown li {
    padding-left: 40px;
}

.faq-modal__main {
    flex-grow: 1;
}

.faq-modal__article {
    padding: 20px 38px;
}

.faq-modal__article-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
}

.faq-modal__article-new-link {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5381C2;
    display: inline-flex;
    align-items: center;
    transition: all .4s;
}

.faq-modal__article-new-link:after {
    background: 50% / contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3V21H21V12H19V19H5V5H12V3H3ZM14 3V5H17.5859L8.29297 14.293L9.70703 15.707L19 6.41406V10H21V3H14Z' fill='%235381C2'/%3E%3C/svg%3E%0A");
    content: '';
    margin-left: .5ch;
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}

.faq-modal__article-author {
    margin: 14px 0;
    display: flex;
    align-items: center;
}

.faq-modal__article-author-picture {
    width: 64px;
    max-width: 64px;
    height: 64px;
    margin-right: 20px;
    flex: 0 0 64px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.faq-modal__article-author-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-modal__article-author-text {
    flex-grow: 1;
}

.faq-modal__article-author-name {
    line-height: inherit;
}

.faq-modal__article-author-seen {
    font-size: 13px;
    line-height: inherit;
    color: #9d9d9d;
}

.faq-modal__article-content {
    font-size: 14px;
}

.faq-modal__article-content img {
    max-width: 100%;
    height: auto;
}

.faq-modal .article-rating {
    margin-right: 12px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .faq-modal__aside-nav-el:not(:hover) .faq-modal__aside-nav-btn-toggle {
        opacity: 0;
        visibility: hidden;
    }
    .faq-modal__article-new-link:hover {
        color: #5381C2;
        text-decoration: underline;
    }
    .faq-modal__aside-nav-el:hover,
    .faq-modal__aside-nav-dropdown li:hover {
        background: #e3e8eb;
    }
    .faq-modal__aside-nav-link:hover,
    .faq-modal__aside-nav-dropdown a:hover {
        text-decoration: none;
    }
    .faq-modal__close:hover {
        color: rgba(255,255,255, 1);
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .faq-modal {
        padding-left: 0;
    }
    .faq-modal__close {
        width: 34px;
        height: 34px;
        top: 13px;
        right: initial;
        left: 2px;
        color: #ccc;
    }
    .faq-modal__close:hover {
        color: #000;
    }
    .faq-modal__close svg {
        width: 22px;
        height: 22px;
    }
    .faq-modal__aside-nav-el {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq-modal__aside-nav-btn-toggle {
        background: #F0F2F4 !important;
        padding-left: 14px;
        flex-shrink: 0;
        position: relative;
    }
    .faq-modal__center {
        max-width: 100%;
    }
    .faq-modal__inner {
        flex-wrap: wrap;
    }
    .faq-modal__aside,
    .faq-modal__main {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .faq-modal__aside-header {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .faq-modal__aside {
        max-width: 100%;
        min-height: 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .faq-modal__article-title {
        font-size: 26px;
    }
    .faq-modal__like {
        flex-wrap: wrap !important;
    }
    .faq-modal__like .article-rate {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .faq-modal__like .article-rate {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
}