.order-wrap {
    background-color: #f5f5f5;
    /*color: #fff;*/
    margin-bottom: 50px;
    margin-top: 50px;
    margin: auto;
    max-width: 1170px;
    padding: 90px 40px 10px;
    position: relative;
}
.order-wrap > .wrap {
    position: relative;
}

form.success + .order-success {
    opacity: 1;
    visibility: visible;
}
.order-success p {
    font-size: 21px;
    margin-bottom: 50px;
}

.order-wrap h1,
.order-wrap h2 {
    text-align: center;
    margin: auto;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 0.3em;
}
.form-contacts {
    max-width: 570px;
    margin: auto;
    text-align: left;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.form-contacts.success {
    opacity: 0;
    visibility: hidden;
}
.form-row > .form-field {
    float: left;
}
.form-field {
    margin: 20px 0 0;
    box-sizing: border-box;
}
.form-contacts .form-row > .form-field {
    width: 33.3%;
    padding: 0 5px;
}
.form-contacts .form-row > .form-field:first-of-type {
    padding: 0 15px 0 0;
}
.form-contacts .form-row > .form-field:last-of-type {
    padding: 0 0 0 15px;
}
.form-input-holder {
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    padding: 24px 0 0;
}
.honeypot {
    display: none;
}
.form-input-holder {
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    padding: 24px 0 0;
}
.form-label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    -moz-transform: translate(0, 35px);
    -webkit-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    transform: translate(0, 35px);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 21px;
}
.form-contacts .form-label, .form-contacts .form-input-fake, .form-contacts .form-input {
    font-size: 18px;
    color: #23252c;
}
.form-input-fake, .form-input {
    font-size: 20px;
    line-height: 1.2;
    border: 0;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid rgba(35,37,44,0.3);
    display: block;
    outline: none;
    width: 100%;
    background: transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -ms-transition: border-color 300ms;
    transition: border-color 300ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.form-contacts .form-label, .form-contacts .form-input-fake, .form-contacts .form-input {
    font-size: 18px;
    color: #23252c;
}
.form-contacts .form-input-fake, .form-contacts .form-input {
    padding: 10px 0;
}
.ui-selectmenu-button {
    display: inline-block;
    position: relative;
    padding: 9px 20px 9px 0;
    color: #23252c;
    font-size: 20px;
    line-height: 1.35;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    -o-transition: border-color 300ms;
    -ms-transition: border-color 300ms;
    transition: border-color 300ms;
    border-bottom: 1px solid rgba(35,37,44,0.3);
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-input-holder .ui-selectmenu-button {
    display: block;
    width: 100% !important;
}
.form-contacts .ui-selectmenu-button {
    line-height: 23px;
}
.ui-selectmenu-button .ui-selectmenu-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-icon {
    width: 13px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.field-resizable-textarea textarea.form-input {
    position: unset;
    min-height: 42px;
    height: 42px;
    max-height: 63px;
    resize: vertical;
    width: 100%;
}
.form-contacts .field-resizable-textarea textarea.form-input {
    padding-right: 30px;
}
.form-contacts .btn-paperclip-attach-files {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: 0;
    border: 0;
    background: none;
    width: 14px;
    padding: 2px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}
.form-input-fake {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    min-height: 40px;
}
.form-input:focus + .form-label,
.form-input.active + .form-label {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.form-contacts .form-input.error {
    border-color: #f71a1a;
    color: #f71a1a;
}
.form-contacts .form-input.error + label {
    color: #f71a1a;
}

.form-contacts .form-controls {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-circle,
.order-wrap .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: #f4d631;
    border-radius: 50px;
    border: 2px solid #f4d631;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: auto;
    max-width: 211px;
    min-width: 250px;
    padding: 12px 30px 13px 30px;
    text-align: center;
    width: 100%;
    -webkit-transition: color 0.3s ease-out, border-color 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, border-color 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, border-color 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, border-color 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, border-color 0.3s ease-out, background 0.3s ease-out, background-color 0.3s ease-out;
}
.btn-circle:not([disabled]):hover,
.btn-circle:not([disabled]):focus,
.order-wrap .btn:not([disabled]):hover,
.order-wrap .btn:not([disabled]):focus {
    background-color: #fff;
}
.section-title-outer p + .btn-circle {
    margin-top: 35px;
}
.section-title-outer p + .btn-circle:hover {
    background-color: #13181d;
    color: #f4d631;
}
.order-wrap .btn.loading,
.order-wrap .btn.loading:hover,
.order-wrap .btn.loading:focus {
    background-color: #cccccc;
    border-color: #bdbdbd;
    color: #4c4c4c;
    cursor: default;
}

.order-success {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}


@media only screen and (max-width: 1285px) {
    .order-wrap {
        width: 75%;
    }
}