

/* Start:/local/components/bikecenter/voprosy/templates/.default/style.css?17709904964383*/
.question_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions__subtitle {
    text-align: left;
}
.questions__subtitle.need-auth {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .question_header {
        flex-direction: column;
        gap: 8px;
        align-items: unset;
        padding-top: 20px;
    }
    .questions__subtitle {
        margin-right: 20px;
        margin-top: 0;
    }
}
.question__form-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    padding: 0 16px;
    background-color: #0c1111;
    color: #fff;
    margin-left: auto;
    transition: all 0.3s ease;
    width: 285px;
}

@media screen and (max-width: 600px) {
    .question__form-toggle {
        width: auto;
        margin: 0;
    }
}


.question__form-toggle.question__form-toggle-hidden {
    background-color: #f2f3f5;
    color: #000;
}

.add_question{
	height: 0px;
	overflow:hidden;
    transition: all 0.2s ease-in-out;
    padding-top: 20px;
}

.question-form {
    margin: 0;
    padding: 0;
}
.question-reply-field {
    border: none;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #F2F3F5;
}
div.bxlhe-frame {
    font-size: 12px;
    color: black;
    overflow: hidden;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    background: #fff !important;
}
table.bxlhe-frame-table td {
    background-color: #fff !important;
}
td.bxlhe-editor-cell {
    overflow: hidden;
    vertical-align: top;
    background: #f8f8f8 !important;
    padding: 0;
    height: auto !important;
    padding: 12px !important;
}
.lha-textarea {
    width: 100%;
    border-width: 0 !important;
    background-color: #fff !important;
    resize: none !important;
    color: #273242;
    outline: 0;
	height: 100%;
    border-width: 0 !important;
    margin: 0 !important;
}
.question-submit-btn {
    margin-right: 20px;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    padding: 0 80px;
    background-color: #0c1111;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.question-submit-btn:hover {
    background-color: #27AE60;
}

.question-block-container {
    margin-top: 16px;
}

.questions__item {
    position: relative;
    padding-top: 20px;
}
.questions__list {
    display: block;
    position: relative;
}
.question_title {
    display: flex;
    gap: 20px;
}
.question-post-reply-buttons {
    position: relative;
}
.question-post-reply-buttons a:hover {
    text-decoration: underline;
}
.question-post-reply-buttons a {
    color: #969696;
    font-size: 11px;
    margin-left: 2px;
    text-decoration: none;
}
.moderation-question-actions {
    background-color: beige;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
    font-size: 12px;
    padding: 4px 16px 4px 8px;
    border-radius: 10px 0 10px 0;
    border: 1px solid #bdbdbd;
    color: #0c1111;
}
.question-post-reply-buttons span.separator {
    background-color: #E0E0E0;
    display: inline-block;
    margin: 0 1px;
    height: 7px;
    line-height: 5px;
    width: 1px;
}
.question__author {
    font-weight: bold;
}
.question_date {
    color: #7d7d7d;
    margin-bottom: 12px;
}

.questions__answer {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #f2f3f5 url("/local/components/bikecenter/voprosy/templates/.default/./images/answer-arrow.svg") 20px 45% no-repeat;
    padding: 16px 16px 16px 72px;
    margin-bottom: 24px;
    margin-top: 16px;
    box-sizing: border-box;
}

.questions__answer svg use {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .questions__answer {
        background: #fff url("/local/components/bikecenter/voprosy/templates/.default/./images/answer-arrow-mobile.svg") 0 45% no-repeat;
        padding: 0 0 0 36px;
        margin-bottom: 12px;
    }
    .questions__answer svg use {
        margin-top: 0;
    }
}
.lha-source-div {
    display: block!important;
}
/* End */
/* /local/components/bikecenter/voprosy/templates/.default/style.css?17709904964383 */
