.block-questions__header {
    background: #f9f9f9;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.number-question {
    color: #999;
    font-size: 14px;
}

.choose-rubric {
    display: block;
    padding: 25px 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.btn.btn-white {
    padding: 6px 24px;
}

.user-questions__checkboxs .custom_checkbox {
    margin-right: 20px;
}

.question-footer {
    padding-bottom: 20px;
}

.showmore {
    padding: 20px 30px;
}

.user-question {
    padding-top: 20px;
    padding-bottom: 20px;
}

.a-title {
    margin-top: 20px;
}

.btn-white {
    border-color: rgba(222, 222, 222, 1);
    color: #000;
}

.tabs-disabler {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.side-link-to-survey {
    display: block;
    margin-top: 47px;
    line-height: 1.25;
    padding: 17px 23px 24px;
    text-align: center;
    background-color: #f9f9f9;
}

.side-link-to-survey:hover {
    text-decoration: none;
}

.icon-to-survey {
    width: 50px;
    height: 65px;
    display: block;
    margin: 0 auto 14px;
    background: url("../../images/redesign/audit.svg") no-repeat center top #f9f9f9;
}

.question-footer__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.question-footer__buttons__inner {
    display: flex;
    gap: 24px;
}

.question-one .side-link-to-survey {
    margin-top: 0;
    margin-bottom: 20px;
}

.agree-wrapper .custom_checkbox {
    float: left;
    width: 20px;
    display: inline-block;
}

.agree-wrapper .custom_checkbox ins {
    top: 2px;
}

.question-rating-block {
    font-size: 0.875rem;
    margin-top: 60px;
}

.question-rating-block .rt-grey {
    margin-bottom: 10px;
}

.question-rating-block .js-send-answerRating {
    font-size: 0.875rem;
    padding: 10px 34px;
}

.question-rating-block .rt-star-rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.modal-questions-add .modal-input-field {
    padding: 16px;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 4px;
}

.modal-questions-add textarea.modal-input-field {
    resize: none;
    max-height: 110px;
}

.modal-questions-add .btn {
    border-radius: 12px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .block-questions__header {
        padding-bottom: 30px;
        margin-bottom: 24px;
    }

    .lead {
        padding-top: 3px;
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 1.75rem;
        line-height: 1.28;
    }

    .question-footer__buttons .btn {
        border-radius: 12px;
    }

    .question-footer__buttons .get-back-link {
        margin-left: auto;
        font-weight: 600;
    }

    .btn.btn-white {
        padding: 10px 40px;
    }

    .user-questions__checkboxs {
        margin-bottom: 15px;
    }

    .question-footer {
        padding-bottom: 30px;
    }

    .user-question {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .a-title {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .text-to-survey,
    .icon-to-survey {
        display: inline-block;
        vertical-align: middle;
    }

    .side-link-to-survey {
        margin: 11px 0 34px;
        padding-top: 23px;
    }

    .icon-to-survey {
        margin: 0;
        width: 35px;
        background-size: contain;
        height: 45px;
    }

    .text-to-survey {
        width: 39%;
        padding-left: 17px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .side-link-to-survey {
        margin-bottom: 0;
    }

    .text-to-survey {
        width: 70%;
        text-align: left;
    }

    .inspector-page.final {
        padding-bottom: 0;
    }

    .question-one .side-link-to-survey {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .block-questions__header {
        margin-bottom: 38px;
    }

    .user-questions__checkboxs {
        width: 815px;
    }

    .question-footer {
        padding-bottom: 40px;
    }

    .user-question {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .a-title {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .btn.btn-white {
        padding: 12px 44px;
    }

    .user-questions__checkboxs {
        width: 950px;
    }

    .question-footer {
        padding-bottom: 50px;
        padding-top: 24px;
        margin-top: 48px;
        border-top: 1px solid rgba(222, 222, 222, 1);
    }

    .user-question {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .a-title {
        margin-top: 50px;
    }
}
