/* b-pform-ico */

.b-pform-ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #666;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform {
}

.b-pform_multistep { /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg {
}

.b-pform form {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}

.iexmodal .b-pform__wrap {
    border: none;
    padding: 10px;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title {
    margin-bottom: 20px;
}

.b-pform__fail {
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__info {
    padding: 0 0 20px;
    font-weight: bold;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel {
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single {
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy {
    font-size: 14px;
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy {
    color: #fff;
}

.b-pform__optlabel_remember {
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform__options .b-pform__optlabel:last-child {
    margin-bottom: 0;
}

.b-pform__options input {
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item {
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input,
.b-pform__options {
    padding: 0 30px 0 9px;
}

.b-pform__input {
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder {
    opacity: 0.6;
}

.b-pform__options {
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #3399cc;
    outline: 0 none;
}

.iexform-has-error {
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star {
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star {
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend {
    font-size: 14px;
    margin-top: 15px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons {
    position: relative;
    margin-top: 15px;
}

.b-pform_multistep .b-pform__buttons {
    display: flex;
}

.b-pform__btcol {
}

.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3) {
    flex-grow: 0; /* не растягивать, ширина будет определяться контентом или flex-basis */
}

.b-pform__btcol:nth-child(2) {
    text-align: center;
    flex-grow: 1; /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico {
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico {
    left: 50%;
    margin-left: -14px;
}

.b-pform__bt_next .b-pform-ico {
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next {
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev {
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks {
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover {
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks {
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next {
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev {
    text-transform: uppercase;
}

.b-pform__bt_next {
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success {
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success {
    display: none;
}

.iexform-before-success.active {
    display: block;
}

.iexform-after-success.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
    color: #ffffff;
}

.b-pform_for_dark_bg .b-pform__confirmed {
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin: 24px auto;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks {
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap {
    margin-top: 5px;
}

.b-pform__hint-ico {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.iexform-file-wrap .b-pform__hint-ico {
    right: 77px;
}

.b-pform__hint {
    /* реализуется на tooltip.js */
}

.b-pform__plusbt {
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating {
    position: relative;
}

.iexform-updating:after {
    display: none;
    content: "";
    position: absolute;
    background: url("img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.b-pform__filepreview {
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item {
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del {
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name {
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext {
    height: calc(100% - var(--fileNameHeight) / 2);
}

.b-pform__filewrap {
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap {
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message {
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file {
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton {
    bottom: auto;
    top: 0;
}

.b-pform__filereal {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step {
    display: none;
}

.b-pform__step_curr {
    display: block;
}

.b-pform__steptitle {
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 30px;
    color: #fff;
    margin-left: -30px;
}

.b-pform__stepbulls {
}

.b-pform__stepbulls i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.b-pform__stepbulls i + i {
    margin-left: 5px;
}

.b-pform__stepbulls i.curr {
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}

.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}

.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited {
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    cursor: pointer;
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before {
    background-color: #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}

.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-widget */

.b-pform-widget,
.b-pform-widget *,
.b-pform-widget *::after,
.b-pform-widget *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;

}

.b-pform-widget {
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    opacity: 0;
}

.b-pform-widget.--tab {
    top: auto;
    bottom: 0;
    right: 20px;
}

.b-pform-widget__menu {
}

.b-pform-widget__option,
.b-pform-widget__option:hover,
.b-pform-widget__option:active {
    display: block;
    position: relative;
    border-style: solid;
    color: #fff !important;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    transition: background-color .2s;
}

.b-pform-widget.--tab .b-pform-widget__option {
    padding-top: 18px;
    padding-bottom: 18px;
}

.b-pform-widget__option:hover {
    background-color: #ec673c;
}

.b-pform-widget__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-widget.--tab .b-pform-widget__option:first-child {
    border-top-right-radius: 13px;
    border-bottom-left-radius: 0;
}

.b-pform-widget__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-widget__option .b-pform-ico {
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 18px;
}

.b-pform-widget__toggle,
.b-pform-widget__toggle:hover,
.b-pform-widget__toggle:focus {
    display: block;
    float: right;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    color: #fff !important;
    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
    transition: background-color .2s;
}

.b-pform-widget__toggle .b-pform-ico {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.b-pform-widget.--collapsed .b-pform-widget__toggle .b-pform-ico {
    transform: translateY(-50%) rotate(180deg);
}

/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons {
        text-align: center;
    }

    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt {
        width: auto;
        padding: 0 17px;
    }

    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }

    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt {
        box-sizing: border-box;
    }

    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit {
        margin-bottom: 15px;
    }

    .b-pform__bt_close,
    .b-pform__authlinks {
        position: static;
    }
}


/* > form-flex */


.form-flex .form-flex__box textarea,
.form-flex .form-flex__box input {
    width: 100%;
    resize: none;
}

.form-flex-before-success.active {
    display: flex !important;
}

.form-flex__box {
    width: calc(50% - 20px);
}

.form-flex__box:last-child {
    width: calc(42% - 20px);
    min-width: 454px;
    padding-top: 34px;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.form-flex__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 17px;
    display: flex;
}

.form-flex__title::before {
    content: '';
    background: url(svg/car.svg);
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.form-flex__checkbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (min-width: 960px) {
    .form-flex__checkbox {
       flex-direction: unset;
        flex-wrap: wrap;
    }
}

.form-flex .checkbox-item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-flex .checkbox-item input {
    display: none;
}

.form-flex .checkbox-label {
    font-size: 16px;
    line-height: 25px;
    color: #494949;
    display: flex;
    align-items: center;
}

.form-flex .checkbox-label::before {
    content: '';
    background: url(/wp-content/themes/betheme-child/svg/check-box-off.svg);
    width: 24px;
    height: 24px;
    margin-right: 14px;
    display: block;
    border-radius: 5px;
}

.checkbox-item input:checked + .checkbox-label {
    font-weight: 500;
}

.checkbox-item input:checked + .checkbox-label::before {
    background: url(/wp-content/themes/betheme-child/svg/check-box-on.svg);
}

.form-flex .form-flex__textarea textarea {
    font-size: 18px !important;
    line-height: 25px !important;
    padding: 22px 33px !important;
    height: 227px !important;
    max-height: 227px !important;
}

.form-flex__textarea textarea::placeholder,
.form-flex__textarea textarea::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #CCCCCC;
}

.form-flex__contact {
    width: 100%;
}

.form-flex__contact + p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.form-flex__contact input {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 15px 20px 15px !important;
}

.form-flex__contact input::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #CCCCCC;
}

.form-flex__textarea textarea,
.form-flex__contact input {
    background-color: #FFFFFF !important;
    box-shadow: 0px 2px 2px #e2f0f0 !important;
    border-radius: 12px !important;
    border: 0 !important;
}

.form-flex__contact input {
    height: 53px !important;
}

.form-flex input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    width: 100%;
    margin-right: 0;
    height: 53px;
}

.form-flex__input {
    line-height: 16px;
    margin-bottom: 16px;
}

.form-flex__input .label {
    font-size: 13px;
    font-weight: 500;
    color: #494949;
    margin-bottom: 8px;
    display: block;
}


.form-flex__acceptance {
    margin-top: 15px;
}

.form-standart__acceptance {
    margin-top: 15px
}

.acceptance-item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.acceptance-item input {
    position: absolute;
    opacity: 0;
}

.acceptance-label {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    font-size: 14px;
}

.form-flex__button-submit  {
    width: 100%;
}

.form-flex__button-submit button {
    width: 100%;
    height: 53px;
}
/*acceptance*/
.acceptance-label::before {
    content: '';
    background: url(/wp-content/themes/betheme-child/svg/no-check.svg) no-repeat center;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
    min-width: 14px;
    min-height: 14px;
    filter: invert(70%);
    opacity: 0.7;
}

.acceptance-item input:checked + .acceptance-label::before {
    background: url(/wp-content/themes/betheme-child/svg/check.svg) no-repeat center;
}

.form-flex .wpcf7-spinner {
    position: absolute;
}

.succes-form,
.wpcf7-response-output {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008585;
    margin: auto;
    padding: 20px 0;
}

.form-succes-text-white .succes-form,
.form-succes-text-white .wpcf7-response-output {
    color: #fff;
}

.form-succes-text-white .succes-form::before,
.form-succes-text-white .wpcf7-response-output::before {
    color: #fff;
}

@media screen and (max-width: 959px) {
    .form-flex {
        flex-wrap: wrap;
    }

    .form-flex__box {
        width: 100%;
    }

    .form-flex__box:last-child {
        width: 100%;
        min-width: 100%;
    }

    .form-flex__checkbox .wpcf7-list-item {
        width: 100%;
    }
}

/* < form-flex */


.form-header__button {
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.form-header__button {
    background-color: #222222 !important;
    border-radius: 0 !important;
    min-height: 50px;
}

.form-header__input input {
    margin: 0;
}

.form-header__input .order-input {
    width: 100%;
}

.form-policy {
    color: #ffffff;
}

.form-standart-popup {
    padding: 0 !important;
    border-radius: 20px;
}

.form-standart__button {
    background-color: #222222 !important;
    width: 100%;
    justify-content: center;
}

.flex-form__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.form-acceptance,
.form-acceptance a {
    color: #fff !important;
}

.form-acceptance .acceptance-label::before {
    content: '';
    background: url(/wp-content/themes/betheme-child/svg/no-check.svg) no-repeat center;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
    min-width: 14px;
    min-height: 14px;
    filter: invert(0%) !important;
    opacity: 1 !important;
}

.form-header__form {
    margin-bottom: 8px !important;
}

.form-header__input input {
    margin: 0 !important;
}

.form-header__headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.form-header__title {
    text-align: center;
}

@media (min-width: 960px) {
    .form-header__title {
        font-size: 24px;
    }
}

.form-header__subtle {
    text-align: center;
}

.form-header__button {
    border-radius: 10px !important;
}

@media (min-width: 960px) {
    .form-header__button {
        border-left: none !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

.form-flex__confirmed {
    display: flex;
    flex-direction: column;
    color: #494949;
}

.form-flex__confirmed-title {
    text-align: center;
    font-size: 20px;
}

@media (min-width: 960px) {
    .form-flex__confirmed-title {
        font-size: 24px;
    }
}

.form-flex__confirmed-text {
    text-align: center;
}

.form-flex__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 960px) {
    .form-flex__wrapper {
        flex-direction: row;
    }
}



