.survey__form {
    /*  margin: 30px;*/
    margin: 30px 0;
}

.survey--title {
    margin-bottom: 20px;
}

.survey__block-header {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dadce0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 25px;
}

.survey__block-header::before {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -10px;
    right: -1px;
    content: "";
    background-color: var(--color-blue-1);
}

h6.survey__block--question.--required::before {
    content: "*";
    float: left;
    margin-right: 3px;
    color: var(--color-red-b);
}

.survey__block-item {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #dadce0;
}

.survey__block-answer.--radio input {
    width: 20px;
    height: 20px;
}

.survey__block-answer.--radio {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.survey__block-answer.--radio label {
    margin-bottom: 0;
}
input.--text-color-dark-6.--font-w-400.--font-size-14 {
    border: 0;
    border-bottom: 1px dotted rgb(0 0 0 / 42%);
    outline: none;
    box-shadow: none;
    width: 100%;
}

.survey__block-answer.--text input {
    border: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
    outline: none;
    box-shadow: none;
    width: 100%;
}

.survey__block-answer.--checkbox input {
    width: 20px;
    height: 20px;
}

.survey__block-answer.--checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.survey__block-answer.--checkbox label {
    margin-bottom: 0;
}

.survey button.btn.--btn-primary {
    padding: 12px 24px;
    border-radius: 5px;
}

/*# sourceMappingURL=survey.css.map */
