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

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

.free-quote__inner {
    position: relative;
}

.form-quote {
    position: relative;
    padding: 0px 102px 0px 141px;
    max-width: 1073px;
    margin: -50px 0 0 auto;
    z-index: 3;
}

.intern .form-quote {
    margin: 0 0 -120px auto;
}

.form-quote form {
    position: relative;
    z-index: 2;
}

.form-quote__inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
}

.form-quote-title {
    color: #FFF;
    text-align: right;
    font-size: clamp(24px, 1rem + 1vw, 34px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 27px;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 54px;
    width: 300px;
    padding: 17px 30px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    font-family: "Archivo", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
}

.form-quote input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF !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: #FFF !important;
}

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

.nice-select .option {
    font-family: "Archivo", sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: none;
    line-height: 34px;
    min-height: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-quote form .nice-select {
    padding: 17px 30px;
    z-index: 3;
}

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

.form-quote form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 9px;
    width: 9px;
    margin-top: -5px;
    z-index: 3;
}

.form-quote form .nice-select:active:after,
.form-quote form .nice-select.open:after {
    border-bottom: 2px solid #1C1C1C;
    border-right: 2px solid #1C1C1C;
}

.form-quote form .nice-select .list {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    box-shadow: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 1px;
    z-index: 2;
    transform: none;
    padding: 8px 0 5px;
    border: 1px solid #B0B0B0;
    border-top: 0;
}

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

.form-quote form .nice-select:active,
.form-quote form .nice-select.open {
    border-color: #B0B0B0;
    background-color: #fff;
    color: #1C1C1C;
    font-weight: 700;
}

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

.nice-select .option:hover {
    background-color: #fff;
    color: #1C1C1C;
    text-decoration: underline;
}

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

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

.form-quote .form-quote__send button {
    height: 54px;
    width: 160px;
    background: #35C963;
    padding: 15px 30px;
}

.form-quote__send button:hover {}


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

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

.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-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form .input-group .input-group-append .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 19px 10px 16px 19px;
}

.contact-form .input-group-append+.form-control {
    padding-left: 45px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.contact-form .form-group.contact-form__note {
    color: #636363;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.715em;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contact-form .form-group.contact-form__note>div {
    gap: 25px;
}

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

.contact-form .contact-form__send button {}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    border-radius: 20px;
    border: 3px solid #929292;
    background: #1C1C1C;
    box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    padding: 50px 105px;
    z-index: 3;
    margin-bottom: -424px;
}

.blk-contact-form .contact-form__inputs>.row {
    margin: 0 -10px;
}

.blk-contact-form .contact-form__inputs>.row>div {
    padding-left: 10px;
    padding-right: 10px;
}