.startshop-forms-result-new.template-1 {
    display: block;
    margin: 0px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-wrapper {
    display: block;
    position: relative;

}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-caption {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-name {
    font-size: 16px;
    color: #222222;
    margin: 10px 0;
    font-weight: normal;
    display: block;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control {

}
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row-control .startshop-input-text,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dddddd;
    padding: 2px 0;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row-control [data-role='input']:focus,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row-control [data-role='input'].completed {
    padding: 18px 0;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-select,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-multiselect,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-text,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-code .startshop-input-text {
    width: 100%;
    outline: none !important;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea {
    resize: vertical;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box {
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box .startshop-forms-result-new-row-control-box-wrapper {
    display: block;
    overflow: hidden;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-button {
    display: block;
    font-size: 12px;
    padding: 11px 11px;
    width: 100%;
    margin-top: 30px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-caption {
    display: block;
    font-size: 16px;
    color: #222222;
    margin: 10px 0;
    font-weight: normal;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image {
    display: block;
    text-align: left;
    font-size: 0;
    margin-bottom: 5px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image img {
    display: inline-block;
}
.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-code input {
    border: 0;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-message-error {
    display: block;
    color: #ff114a;
    font-size: 12px;
    text-align: left;
}
.startshop-forms-result-new.template-1 .startshop-forms-result-new-row .startshop-forms-result-new-message-error,
.startshop-forms-result-new.template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-message-error {
    margin-bottom: 10px;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-required {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #ff0000;
}

.startshop-forms-result-new.template-1 .startshop-forms-result-new-sent {
    display: block;
    text-align: center;
}
.startshop-forms-result-new.template-1 .submit-block {
    margin-top: 20px;
    margin-bottom: 30px;
}

.startshop-forms-result-new.template-1 .submit-block .intec-button {
    padding: 16px 48px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}