/******************************************************************************
* Free quote form 
*******************************************************************************/

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

.blk-free-quote-form {
    position: relative;
}

.blk-free-quote-form .sect-title {
    border-top: 1px solid #534F4D;
    margin-top: 80px;
    padding-top: 48px;
}

.form-quote {
    max-width: 477px;
    padding: 35px;
    position: relative;
    z-index: 2;
    width: 100%;
    background: #000;
    backdrop-filter: blur(5px);
}


.form-quote form {
    position: relative;
}

.form-quote__inputs {
    display: flex;
    gap: 30px;
    position: relative;
}

.form-quote__inputs:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    border-right: 1px solid #B0B0B0;
    width: 1px;
    height: 100%;
}

.form-quote__title {
    color: #FDFDFD;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.625em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.06em;
    margin-bottom: 30px;
}

.form-quote__title span {
    color: #7B4B49;
    font-size: clamp(30px, 1rem + 1.3vw, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.138888em;
}

.form-quote__legend {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 16px;
}

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

.form-quote .form-group button[type="button"] {
    font-family: "Epilogue", sans-serif;
    color: #534F4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.94em;
    text-transform: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
    width: auto;
    font-style: normal;
    height: 40px;
    padding: 14px 20px 10px;
    border-radius: 0;
    border: 0;
    background: #DDD;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: 188px;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
}

.form-quote .form-group button[type="button"] span {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-quote .form-group button[type="button"].active,
.form-quote .form-group button[type="button"]:hover,
.form-quote .form-group button[type="button"]:focus {
    outline: none;
    color: #fff;
}

.form-quote .form-group button[type="button"].active *,
.form-quote .form-group button[type="button"]:hover *,
.form-quote .form-group button[type="button"]:focus * {
    color: #fff;
}

.form-quote .list-btn {
    position: relative;
    gap: 16px;
}

.form-quote .next-step {}

.form-quote .next-step button {
    width: 188px;
    height: 40px;
}


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

.contact-form {
    position: relative;
}

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

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

.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.875em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857em;
}

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

.contact-form .form-group .contact-form__send button {}


/** Blk contact form **/

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