.webform {
    margin: 20px;
}

.control-label.js-form-required.form-required, .webform .fieldset-legend.js-form-required.form-required, .webform .control-label {
    color: #00665F;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.webform .select2-selection.select2-selection--single {

    box-shadow: none;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #dddddd;
    height: auto;
    padding: 12px;
    line-height: inherit;
}

.webform .select2.error .select2-selection,
.webform input.error,
.webform textarea.error {
    border: 1px solid #e1134f;
}

.webform .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.webform .control-label.option,
.webform .form-text,
.webform .form-email,
.webform .js-form-file.form-file.form-control,
.webform .form-tel,
.webform .form-date,
.webform .form-textarea {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.webform .form-date {
    display: block;
    width: 100%;
}

.webform .form-required:after,
.webform .error.form-item--error-message {
    color: #e1134f;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary.btn {
    border: none !important;
    border-radius: 30px;
    background: #A8D42E !important;
    color: #142749 !important;
    text-align: center !important;
    font-family: 'WorkSans-Regular' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    width: 170px;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 9px 16px 9px 16px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.webform .webform-button--submit.button.button--primary.js-form-submit.form-submit.btn-primary.btn::after {
    content: var(--rigth-arrow-blue);
    height: 24px;
    width: 24px;
}

.webform .btn-default, .btn-group>.btn-default, .btn-primary, .btn-group>.btn-primary, .html .fake-submit {
    background: #007A2E;
    color: white;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, a.bg-primary:hover, a.bg-primary:focus {
    background-color: #85C701;
    color: white;
}

.html .form-actions .form-submit {
    margin-right: 1em;
    font-weight: bold;
}