.c-form-result-new.c-form-result-new-form-1 {
    margin-top: 90px;
}

.c-form-result-new.c-form-result-new-form-1 .intec-content-wrapper {
    margin: 0;
}
.form-result-custom2 {
    min-width: 100%;
    margin: 0;
}
.custom2-form {
    display: flex;
    justify-content: center;
}
.custom2-form .form-result-new-element {
    margin-right: 83px;
}
.custom2-form .form-result-new-element:last-child {
    margin-right: 0;
}
.custom2-form .form-result-new-input {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.custom2-consent {
    text-align: center;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
    margin-bottom: 45px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-wrap {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid;
    outline: none;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder {
    font-size: 20px;
    color: inherit;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input:focus::placeholder {
    opacity: 1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email {
    font-size: 20px;
    padding: 18px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-textarea {
    font-size: 20px;
    line-height: 21px;
    padding: 18px 25px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text.type-captcha {
    min-width: initial;
    max-width: initial;
    padding-right: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-caption {
    font-size: 19px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent {
    font-size: 0;
    margin-top: 0px;
    overflow: hidden;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator {
    position: relative;
    display: block;
    overflow: hidden;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator-content {
    display: block;
    position: relative;
    width: 17px;
    height: 17px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator-content::before {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #333;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent input:checked + .form-result-new-consent-indicator-content::before {
    display: block;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-content a {
    color: inherit;
    text-decoration: underline;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit {
    font-size: 0;
    text-align: center;
    padding-top: 45px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 30px;
    -webkit-border-radius: 68px;
    -moz-border-radius: 68px;
    border-radius: 68px;
    outline: none;
    -webkit-transition-property: color, background-color, border-color, opacity;
    -moz-transition-property: color, background-color, border-color, opacity;
    -ms-transition-property: color, background-color, border-color, opacity;
    -o-transition-property: color, background-color, border-color, opacity;
    transition-property: color, background-color, border-color, opacity;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit-button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-title {
    margin-bottom: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha {
    padding-top: 20px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-error,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-error {
    margin-top: 10px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-sent,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-message {
    min-height: 350px;
    font-size: 25px;
    text-align: center;
}

.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-light,
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-input {
    color: #FFF!important;
    border-color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit-button,
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit-button[disabled]:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #fff;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit-button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FF8230;
}
.form-result-custom2 svg {
    stroke: #fff;
    margin-left: 17px;
}
.form-result-custom2 .form-result-new-submit-button[disabled]:hover svg {
    stroke: #fff;
}
.form-result-custom2 .form-result-new-submit-button:hover svg {
    stroke: #FF8230;
}

.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-dark,
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-input {
    color: #333!important;
    border-color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit-button,
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit-button[disabled]:hover {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit-button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #333;
}

@media all and (max-width: 1000px) {
    .custom2-form .form-result-new-element {
        margin-right: 30px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
        float: none!important;
        margin: auto;
        width: initial;
        max-width: 720px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .c-form-result-new.c-form-result-new-form-1 {
        margin-top: 60px;
    }
    .custom2-form {
        flex-direction: column;
    }
    .custom2-form .form-result-new-element {
        margin-right: 0;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-header,
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
        margin-bottom: 33px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
        font-size: 25px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-description {
        font-size: 15px;
    }
    .custom2-form input {
        padding: 10px !important;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title,
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-description,
    .custom2-consent,
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-submit {
        text-align: left;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder {
        font-size: 14px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-submit-button {
        font-size: 13px;
        padding: 15px 25px;
    }
    .form-result-custom2 svg {
        margin-left: 12px;
        height: 12px;
    }

    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
        padding: 80px 30px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
        font-size: 35px;
        line-height: 40px;
    }
}
