.faq-module__update-link {
    display: block;
    margin: 5px;
}
.faq-module__update-link a {
    font: normal 12px Arial, sans-serif;
    color: #FFF !important;
    display: inline-block;
    padding: 2px 8px;
    background: rgba( 0, 0, 0, 0.7 );
    text-decoration: underline;
}
.faq-list__emty {
    color: #888;
    display: block;
    font-size: 1rem;
    margin: 20px 0;
    text-transform: uppercase;
}
.faq-module__page-content {
    margin-bottom: 20px;
}

.faq-list {
    margin-bottom: 20px;
}
.faq-item {
    font-size: .875rem;
    line-height: 1.5;
    min-height: 30px;
    position: relative;
}
.faq-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-item__question {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 0 30px 0 50px;
    position: relative;
    text-align: justify;
    text-decoration: none;
    user-select: none;
}
.faq-item__question::before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8BAMAAACDehesAAAAGFBMVEUgp0E6rVNyv4Go1rC027vW69rh8OT////zuUZaAAAAQ0lEQVQoz2NgGBSAUUkAhc9UrkBFvmtoWHlqaAicH14OAqU45altP6b/BhEoRwZDlF9sbGxsjsQvANLsePhDyX/4AQAmIabAQlLcuwAAAABJRU5ErkJggg==')
    no-repeat;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 30px;
}
.faq-item.active .faq-item__question::before {
    background-position: 0 -30px;
}
.faq-item__answer {
    border: 2px solid #20a741;
    color: #000;
    display: none;
    margin: 20px 0 30px 50px;
    padding: 10px 30px;
    position: relative;
    text-align: justify;
}
.faq-item__answer::before {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAMAAABV0m3JAAAAbFBMVEUAAAAgp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Egp0Ehp0IjqEMkqUUlqUUnqkcoqkgpqkin3LSq3rev37qy4b224sC548O95cbA5snD58zE6MzE6M3///83HVlQAAAAEHRSTlMAAWhtcnZ7gIaKj5SXmJn+vND21gAAAFlJREFUeNpdyFcKgDAUBMDYu66xxN72/ndUCAgv8znq55eecgUNKnfDph3cjdBOt5EbQ8+k3AR6IeWm0OtXdmu7GbqNFOvl6HdSboH+IOUqjCeFx0CZi3T3BcDgD7L3xXVwAAAAAElFTkSuQmCC');
    content: '';
    height: 12px;
    left: 50px;
    position: absolute;
    top: -12px;
    width: 20px;
}
.faq-list__item.active .faq-item__answer {
    display: block;
}

.faq-module--widget {
    margin: 30px 0;
}

.faq-module__leftcol {
    width: 780px;
}
.faq-module__rightcol {
    width: 390px;
}


.faq-form {
    background-color: #FFF;
    border: 1px solid #e3e5e7;
    padding: 20px 30px;
}
.faq-form__title {
    color: #20a741;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-form__note {
    font-size: .75rem;
    line-height: 1.5;
}
.faq-form__field {
    margin: 15px 0;
}
.faq-form__field input,
.faq-form__field textarea {
    border: 1px solid #e3e5e7;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: .875rem;
    padding: 0 10px;
    width: 100%;
}
.faq-form__field input::placeholder,
.faq-form__field textarea::placeholder {
    opacity: .85;
}
.faq-form__field input {
    height: 2.25rem;
    line-height: 2.25rem;
}
.faq-form__field textarea {
    height: 110px;
    line-height: 1.375rem;
    padding: .5rem 10px;
}

@media (max-width: 1200px) {
    .faq-module__leftcol {
        width: 100%;
    }
    .faq-module__rightcol {
        margin: 20px auto;
        max-width: 350px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .faq-item__question {
        padding: 0 0 0 40px;
    }
    .faq-item__answer {
        margin: 20px 0 30px 0;
        padding: 10px 20px;
    }
}