

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news/feedback/style.css?17701712045758*/
.feedback-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px 16px;
    padding: 16px 0 0;
}

@media(min-width: 576px){
    .feedback-wrapper{
        padding: 16px 0 32px;
    }
}

@media(min-width: 992px){
    .feedback-wrapper{
        flex-direction: row;
        align-items: flex-start;
        padding: 40px 0 100px;
    }
}

@media(min-width: 1200px){
    .feedback-wrapper{
        gap: 20px 30px;
    }
}

.feedback-right-container{
    margin: 0 -20px;
}

@media(min-width: 576px){
    .feedback-right-container{
        margin: 0;
    }
}

@media(min-width: 992px){
    .feedback-left-container,
    .feedback-right-container{
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        min-width: 280px;
        width: 280px;
    }

    .feedback-middle-container{
        width: calc(100% - 280px * 2 - 16px * 2);
    }
}

@media(min-width: 1200px){
    .feedback-left-container,
    .feedback-right-container{
        top: 112px;
    }
    .feedback-middle-container{
        width: calc(100% - 280px * 2 - 30px * 2);
    }
}

.feedback-authors{
    background-color: var(--background-color);
    border-radius: 8px;
    padding: 10px;
}

.feedback-authors-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    margin-bottom: 12px;
}

.feedback-authors-list{
    display: flex;
    flex-direction: column;
}

.feedback-authors-item{
    min-height: 56px;
    z-index: 0;
}

.feedback-authors-item > div{
    position: relative;
}

.feedback-authors-item:last-child{
    margin-bottom: 0;
}

.feedback-authors-item-inner{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid var(--background-color);
    border-radius: 4px;
    padding: 8px;
    z-index: 2;
}

.feedback-authors-item:hover {
    z-index: 1;
}

.feedback-authors-item:hover > .feedback-authors-item-inner{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.feedback-authors-item-photo{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-authors-item-photo img{
    width: 100%;
    object-fit: cover;
}

.feedback-authors-item-button{
    display: none;
}

.feedback-authors-item:hover .feedback-authors-item-button{
    display: block;
    margin-top: 8px;
}

.feedback-authors-item-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

.feedback-authors-item-position{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.feedback-authors-item-button a.btn{
    width: 106px;
    height: 29px;
    font-size: 13px;
    line-height: 13px;
}

.feedback-right-container{
    display: flex;
    flex-direction: column-reverse;
}

@media(min-width: 992px){
    .feedback-right-container{
        flex-direction: column;
        gap: 20px;
    }
}

.feedback-btns-form{
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--background-color);
    border-radius: 0 0 8px 8px;
    padding: 6px 20px 20px;
}

@media(min-width: 576px) {
    .feedback-btns-form{
        padding: 12px;
    }
}

@media(min-width: 992px) {
    .feedback-btns-form{
        border-radius: 8px;
        padding: 12px;
    }
}

.feedback-btn-write-us-wrapper{
    position: fixed;
    bottom: 59px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px 20px 0;
}

body div.bottom-toolbar{
    box-shadow: none;
}

@media(min-width: 992px){
    .feedback-btn-write-us-wrapper{
        position: static;
        background: transparent;
        padding: 0;
    }
}

.feedback-btn-write-us{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 8px;
}

.feedback-btn-write-us:hover{
    color: #fff;
    background-color: #b12e5a;
}

.feedback-low-quality{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color:var(--heading-color);
    background-color: #fff;
    background-image: url('/local/templates/mavt_adaptiv_2022/components/bitrix/news/feedback/images/low-quality-product.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right 28px;
    border-radius: 8px;
    padding: 12px;
}

.feedback-low-quality span{
    display: inline-block;
    width: 165px;
}

.feedback-faq{
    background-color: var(--background-color);
    border-radius: 8px 8px 0 0;
    padding: 20px 20px 6px;
}

@media(min-width: 576px){
    .feedback-faq{
        padding: 12px 12px 6px;
    }
}

@media(min-width: 992px){
    .feedback-faq{
        border-radius: 8px;
        padding: 12px;
    }
}


.feedback-faq-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    margin-bottom: 12px;
}

.feedback-desc{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--heading-color);
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .feedback-desc{
        font-size: 16px;
        line-height: 20px;
        color: var(--heading-color);
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/feedback/style.css?17701712045065*/
.feedback-items{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media(min-width: 768px) {
    .feedback-items{
        gap: 16px;
    }
}

.feedback-items .listview-item-wrapper{
    cursor: default;
    padding: 0;
}

.feedback-items .listview-item{
    border-radius: 12px;
    background-color: var(--background-color);
    padding: 16px;
}

.feedback-items .listview-item .line.line--full_width{
    margin: 16px 0px;
}

.feedback-items .asking{
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 12px;
}

@media(min-width: 768px) {
    .feedback-items .asking{
        border-radius: 16px;
        margin-bottom: 16px;
    }
}

.feedback-items .question-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--heading-color);
    margin-bottom: 16px;
}

.feedback-items .asking-name{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.feedback-items .asking-date-create{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--signature-color);
}

.feedback-items .answer-text{
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.feedback-items .answering-manager{
    gap: 12px;
}

.feedback-items .answer-detail > .d-flex{
    gap: 8px;
}

.feedback-items .answer-detail .answer-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--heading-color);
}

.feedback-items .answer-write{
    position: relative;
}

.feedback-items .answer-write > a{
    gap: 4px;
    height: 29px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    border-radius: 4px;
    padding: 0 8px;
}

.answer-write-managers{
    display: none;
}

.feedback-items .answer-write:hover .answer-write-managers{
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 260px;
    background-color: var(--background-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 2px;
    z-index: 100;
}

.answer-write-managers-item{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
}

.answer-write-managers-item-photo{
    display: inline-block;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.answer-write-managers-item-photo img{
    width: 100%;
    object-fit: cover;
}

.answer-write-managers-item-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

.answer-write-managers-item-position{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.feedback-items .answer-detail + div{
    gap: 12px;
    margin-top: 12px;
}

.feedback-items .answering-photo{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-items .answering-photo img{
    width: 100%;
    object-fit: cover;
}

.feedback-items .answering-photo + div{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feedback-items .answering-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
}

.feedback-items .answering-position{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.feedback-items .answer-date-create{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--signature-color);
}

@media(min-width: 576px){
    .feedback-items .answer-date-create{
        text-align: right;
    }
}

.feedback-items .onlyauthuser{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

@media(min-width: 576px){
    .feedback-items .onlyauthuser{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
    }
}

@media(min-width: 992px){
    .feedback-items .onlyauthuser{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media(min-width: 1200px){
    .feedback-items .onlyauthuser{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.feedback-items .listview-item .actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.feedback-items .listview-item .actions .faqm span, 
.feedback-items .listview-item .actions .faqr span {
    display: inline-block;
    line-height: 13px;
    border-bottom: 1px dotted;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/faq/style.css?1770171204362*/
.list-faq{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.listview-item-wrapper{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
}

.listview-item-faq-detail{
    padding-top: 20px;
}
/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news/feedback/style.css?17701712045758 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/feedback/style.css?17701712045065 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/faq/style.css?1770171204362 */
