/******************************************************************************
* Form free quote
*******************************************************************************/
.free-quote__inner {
    position: relative;
}

.form-quote {
    /* background: url('../images/bg-02.jpg') no-repeat top left; */
    background-size: cover;
    /* max-width: 1096px; */
    max-width: max-content;
    position: relative;
    /* padding: 29px 62px 39px; */
    border-radius: 50px;
    z-index: 3;
    margin: -166px auto 0;
}

.free-quote-section .rectangle {
    width: 698px;
    height: 1301px;
    background: #E4E4E4;
    margin-top: 166px;
}

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

.form-quote__inputs {
    position: relative;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 43px;
}

.form-quote__title {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.652em;
    margin-bottom: 0;
}

.form-quote__legend {
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 18px;
    text-align: center;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
}

.form-quote .form-group button {
    position: relative;
    display: flex;
    height: 47px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: auto;
    color: #FFF;
    text-align: center;
    font-family: "Neulis Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    background-color: transparent;
    text-align: center;
    border: 1px solid #FFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 145px;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: normal;

}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus {
    outline: none;
    color: #fff;
    border-color: #93B14C;
    background: #93B14C;
}

.form-quote .form-group button.active *,
.form-quote .form-group button:hover *,
.form-quote .form-group button:focus * {
    color: #fff;
}

.form-quote .list-btn {
    position: relative;
}

.form-quote .list-btn .form-group:not(:last-child) {
    margin-right: 9px;
}

.form-quote .next-step {
    margin-top: 35px;
}

.form-quote .next-step button {
    width: 118px;
}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 24px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 183px;
}

.contact-form .form-group .form-control.error {
    border: 0;
    border-bottom: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form .contact-form__note {
    color: #1E1E1E;
    font-family: "Neulis Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6em;
    margin-top: 35px;
}

.contact-form .contact-form__send button {
    width: 118px;
    padding: 10px 36px;
}


.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 670px;
    margin-left: auto;
}

.blk-contact-form form {
    position: relative;
    min-height: 660px;
    border-radius: 40px;
    background: #E4E4E4;
    overflow: hidden;
    padding: 76px 75px 72px;
}

.blk-contact-form .sect-title .bloc-title {
    margin-bottom: 52px;
}