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

.free-quote-section {
    padding: 40px 0;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    position: relative;
}

.free-quote-section:before {
    content: '';
    height: 2px;
    width: 100%;
    border-top: 2px solid #fff;
    top: 10px;
    left: 0;
    position: absolute;
}

.form-quote {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.form-quote .sect-title {
    width: 246px;
    margin-right: 30px;
}

.form-quote .sect-title .bloc-title {
    font-size: 28px;
    line-height: 1.35em;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 57px;
    width: 299px;
    padding: 18px 22px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #fff;
    font-family: "Evolventa", sans-serif;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1.2em;
}

.blk-free-quote-form .form-quote form .nice-select,
.blk-free-quote-form .form-quote form input.form-control,
.blk-free-quote-form .form-quote form select {
    width: 299px;
}

.form-quote input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222 !important;
}

.form-quote input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222 !important;
    opacity: 1;
    /* Firefox */
}

.form-quote input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222 !important;
}

.form-quote textarea::placeholder {
    color: #222 !important;
}

.nice-select .option {
    font-family: "Evolventa", sans-serif;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    line-height: 1.2em;
    line-height: 48px;
    min-height: 48px;
    padding-left: 32px;
    padding-right: 32px;
}

.form-quote form .nice-select {
    padding: 18px 22px;
    z-index: 3;
}

.form-quote form #typeRealiseSelect+.nice-select {
    z-index: 4;
}

.form-quote form .nice-select:after {
    right: 29px;
    border-bottom: 3px solid #222;
    border-right: 3px solid #222;
    height: 10px;
    width: 10px;
    margin-top: -7px;
    z-index: 3;
}

.form-quote form .nice-select .list {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 0;
    box-shadow: none;
    background: #fff;
    -webkit-box-shadow: 5px 0 15px 0 rgb(29 29 27 / 15%);
    box-shadow: 5px 0 15px 0 rgb(29 29 27 / 15%);
    margin-top: -57px;
    z-index: 2;
    transform: none;
    padding: 0;
}

.form-quote form .nice-select.open .current {
    z-index: 3;
    position: relative;
}

.form-quote form .nice-select.open .list {
    transform: none;
    height: auto;
}

.form-quote .nice-select .option:hover {
    background-color: #4d657e;
    color: #fff;
}

.form-quote .nice-select .option:first-child,
.form-quote .nice-select .option:hover:first-child {
    color: transparent !important;
    background: none !important;
    height: 57px;
}

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

.form-quote .form-quote__send {}

.form-quote .form-quote__send button {
    width: 187px;
    height: 57px;
}

.form-quote__send button:hover {}

/******************************************************************************
* Contact form
*******************************************************************************/
.contact-form .form-group {
    margin-bottom: 18px;
    position: relative;
}

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

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

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

.contact-form fieldset {
    display: flex;
    align-items: center;
    -webkit-column-gap: 70px;
    column-gap: 70px;
}

.contact-form fieldset legend,
.contact-form .form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    width: auto;
    float: left;
    margin: 0;
}

.contact-form .form-check {
    user-select: none;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.contact-form .form-check input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.contact-form .form-check .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-check:hover .form-check-label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.contact-form .form-check input[type="radio"]:checked+.form-check-label:before {
    background-color: #fff;
}

.radio-mark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 1px solid black;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.2s;
}

.contact-form .form-group.contact-form__note {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55em;
    position: relative;
    margin-top: -3px;
    margin-bottom: 13px;
    color: #bebebe;
}

.contact-form .contact-form__send button {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #fff;
    background: none;
    height: 60px;
    padding: 0;
    margin-left: 25px;
    border: 0;
    box-shadow: none;
}

.contact-form .contact-form__send button img {
    margin: 0 0 0 10px;
}

.contact-form .contact-form__send button:hover img {
    transform: translateX(10px);
}

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


/** Blk contact form **/

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