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

.free-quote-section {
    padding: 104px 0;
}

.form-quote {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1316px;
    border-radius: 0 8px 8px 8px;
    background: #FFF;
    box-shadow: 0 4px 48px 0 rgba(15, 10, 60, 0.12);
    margin: -68px auto 0;
    padding: 26px 40px;
    z-index: 3;
}

.form-quote-ico {
    border-radius: 12px 12px 0 0;
    background: #3B4D9B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -61px;
    left: 0;
    width: 97px;
    height: 61px;
    padding: 14px 24px;
}

.form-quote .sect-title .bloc-title {
    color: #3B4D9B;
    font-size: clamp(26px, 1rem + 1.1vw, 32px);
    font-weight: 300;
    line-height: normal;
}

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

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

.form-quote__inputs fieldset {
    border-right: 1px solid rgba(27, 27, 27, 0.1);
    padding-right: 45px;
}

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

.form-quote .form-quote__legend {
    color: #3B4D9B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 16px;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    width: 220px;
    height: 52px;
    padding: 18px 21px;
    margin: 0;
    border-radius: 8px;
    background: #EEF0F9;
    border: 0;
    font-family: "Inter", sans-serif;
    color: #1B1B1B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
}

.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: 302px;
}

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

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

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

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

.nice-select .option {
    font-family: "Inter", sans-serif;
    color: #080D22;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.142855em;
    min-height: 30px;
    padding: 0;
}

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

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

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

.form-quote form .nice-select .list {
    width: calc(100% - 42px);
    margin-top: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(102, 100, 122, 0.11);
    z-index: 2;
    transform: none;
    padding: 0 13px;
    margin-left: 21px;
}

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

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

.nice-select .option:hover {
    background: none;
    color: #080D22;
    font-weight: 700;
}

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

.form-quote .form-quote__send button {}

.form-quote__send button:hover {}


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

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

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

.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 .input-group-prepend {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form .form-group .input-group .form-control {
    border-radius: 16px;
}

.contact-form .input-group-prepend .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    width: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.contact-form .form-group.contact-form__note {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 52px;
}

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


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    border-radius: 4px;
    background: #6B77AD;
    padding: 52px;
}

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