/******************************************************************************
* Form quote
*******************************************************************************/

.blk-form-free-quote {
    position: absolute;
    max-width: 1192px;
    width: 100%;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 15px;
}

.blk-form-free-quote form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 10px 10px 20px;
    border-radius: 16px;
    background: #FFF;
}

.form-quote__title {
    color: #FFF;
    font-family: "Inria Serif", serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.333333em;
    margin-bottom: 16px;
    text-align: center;
}

.blk-form-free-quote .form-quote__legend {
    color: #0E192C;
    font-family: "Inria Serif", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    float: left;
    margin: 0;
    width: auto;
}

.form-quote__inputs {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.form-quote__inputs fieldset {
    display: flex;
    align-items: center;
}

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

.form-quote__inputs fieldset {
    position: relative;
}

.form-quote__inputs fieldset:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 1px solid #0E192C;
    width: 1px;
    height: 100%;
}

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
}

.blk-form-free-quote .list-btn .form-group {
    position: relative;
    margin-bottom: 0;
}

.blk-form-free-quote .list-btn .form-group:not(:last-child) {
    border-right: 1px solid rgba(135, 135, 135, 0.30);
}

.blk-form-free-quote .form-group button {
    font-family: "Inria Sans", sans-serif;
    color: #878787;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    position: relative;
    display: flex;
    letter-spacing: normal;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    height: auto;
    width: 170px;
    padding: 14px 12px;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
}

.blk-form-free-quote .form-group button:before {
    display: none;
}

.blk-form-free-quote .form-group button.active,
.blk-form-free-quote .form-group button:hover,
.blk-form-free-quote .form-group button:focus {
    outline: none;
    color: #EBBB57;
}


.blk-form-free-quote .form-group button.active svg path.stroke,
.blk-form-free-quote .form-group button:hover svg path.stroke,
.blk-form-free-quote .form-group button:focus svg path.stroke {
    fill: none !important;
    stroke: #EBBB57 !important;
}

.blk-form-free-quote .form-group button.active svg path,
.blk-form-free-quote .form-group button:hover svg path,
.blk-form-free-quote .form-group button:focus svg path {
    fill: #EBBB57 !important;
}

.blk-form-free-quote .next-step button:before {
    display: none;
}

.blk-form-free-quote .next-step button {
    width: 117px;
    height: 48px;
    padding: 8px 30px;
    border-radius: 10px;
}


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

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

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

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

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

.contact-form .form-group.contact-form__note {
    color: #878787;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.57143em;
}

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

.contact-form .form-group .contact-form__send button {
    width: 100%;
    margin-top: 14px;
}

.contact-form__inputs>.row {
    margin: 0 -8px;
}

.contact-form__inputs>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 608px;
    width: 100%;
}

.blk-contact-form .bloc-text {
    margin-bottom: 30px;
}