/******************************************************************************
* Form quote
*******************************************************************************/
.free-quote__inner {
    position: relative;
}

.form-quote {
    max-width: 428px;
    width: 100%;
    right: 0;
    bottom: 40px;
    position: absolute;
    padding: 40px 20px;
    z-index: 2;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.06) 102.69%);
    backdrop-filter: blur(7.40500020980835px);
}

.form-quote__title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.form-quote__legend {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    float: left;
}

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

.form-quote__inputs fieldset {
    width: 100%;
    padding: 20px;
}

.form-quote__inputs {
    display: flex;
    flex-direction: column;
}

.form-quote__inputs fieldset:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.form-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    width: 100%;
    gap: 16px;
    padding: 0;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.form-quote .form-group button {
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    display: block;
    font-family: "Inter", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    background: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.form-quote .form-group button:before,
.form-quote .form-group button:after {
    display: none;
}

.form-quote .form-group button>span:first-child {
    width: 60px;
    height: 60px;
    margin: 0 auto 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 1;
}

.form-quote .form-group button.active>span:first-child,
.form-quote .form-group button:hover>span:first-child,
.form-quote .form-group button:focus>span:first-child {
    background-color: #8DA87F;
    border-color: #8DA87F;
}

.form-quote .form-group button.active>span:first-child svg path,
.form-quote .form-group button:hover>span:first-child svg path,
.form-quote .form-group button:focus>span:first-child svg path {
    fill: #fff !important;
}

.form-quote .form-group button>span:last-child {
    display: flex;
    justify-content: center;
}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus,
.form-quote .form-group button.active *,
.form-quote .form-group button:hover *,
.form-quote .form-group button:focus * {
    color: #fff;
    background: none;
}

.form-quote .next-step {
    margin-top: 35px;
    text-align: center;
}

.form-quote .next-step button {
    background-color: #8DA87F;
    color: #fff;
}


/******************************************************************************
* 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: #585960;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625em;
    margin-bottom: 52px;
}

.contact-form .contact-form__send button {
    height: 56px;
    background: #1E3A66;
    color: #fff;
}

.contact-form .contact-form__send button:hover {
    background: #FEB300;
}

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


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 840px;
    margin-left: auto;
    padding: 40px;
    border-radius: 40px;
    background: #FFF;
}

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

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