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

.free-quote-section .layer-shape {
    margin-bottom: -795px;
}

.form-quote {
    border-radius: 0 0 0 10px;
    background: #202020;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 32px 0 35px 35px;
    max-width: 923px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.form-quote:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: -50%;
    background-color: #202020;
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 65px;
}

.form-quote__content {
    max-width: 380px;
}

.form-quote__inputs {
    max-width: 410px;
}

.form-quote .form-quote__title {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(28px, 1rem + 1.1vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.275em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form-quote form .form-quote__inputs input.form-control,
.form-quote form .form-quote__inputs select,
.form-quote form .form-quote__inputs .nice-select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 25px;
    padding: 0 0 5px 10px;
    text-transform: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #FFF;
    font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    box-shadow: none;
    margin: 0;
}

.form-quote input:focus {
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #FFF;
}

.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 .nice-select .option {
    color: #111;
    font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    text-transform: none;
    min-height: 30px;
    padding-left: 13px;
    padding-right: 13px;
}

.form-quote form .form-quote__inputs .nice-select {
    padding: 0 0 5px 10px;
    z-index: 3;
    height: 30px;
}

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

.form-quote form .nice-select:after {
    right: 10px;
    display: inline-block;
    margin-top: -8px;
    z-index: 3;
    border-radius: 2px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 9px;
    width: 9px;
}

.form-quote form .nice-select .list {
    width: calc(100% - 42px);
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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: 1px;
    z-index: 2;
    transform: none;
    padding: 5px 0;
}

.form-quote form .nice-select .current {
    width: 242px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.form-quote form .nice-select .current {
    width: 162px;
}

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

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

.form-quote form .nice-select .option:hover {
    background-color: transparent;
    color: #111;
}

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

.form-quote .form-group {
    margin-bottom: 30px;
}

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

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

.form-quote .next-step button {}

.form-quote .next-step button:hover {}


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

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

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

.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 .form-group.contact-form__note {
    color: #B0B0B0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.715em;
}

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


/** Blk contact form **/

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

.blk-contact-form:before {
    content: '';
    position: absolute;
    left: -8%;
    top: 0;
    border-left: 1px solid #575757;
    width: 1px;
    height: 100%;
}

.blk-contact-form .sect-title .bloc-title {
    margin-bottom: 35px;
    font-size: clamp(28px, 1rem + 1.1vw, 36px);
    text-transform: uppercase;
    line-height: 1.275em;
}