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

.blk-form-free-quote {
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    background: #173B40;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 26px;
    gap: 20px;
    justify-content: space-between;
    max-width: 947px;
    margin: -102px auto 0;
    z-index: 3;
}

.intern .blk-form-free-quote {
    margin: 0 -15px 0 0;
    max-width: 407px;
    flex-direction: column;
}

.blk-form-free-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: end;
    gap: 20px;
}

.form-quote__title {
    display: flex;
    flex-direction: column;
    width: 181px;
}

.intern .form-quote__title {
    width: 100%;
    text-align: center;
}

.form-quote__title .sect-title .bloc-title {
    color: #91A9AD;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15385em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blk-form-free-quote p {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333333em;
    margin-bottom: 0;
}

.blk-form-free-quote .form-group.form-quote__legend {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.form-quote__inputs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 20px;
    background: #8F9FA7;
}

.intern .blk-form-free-quote .form-quote__inputs fieldset,
.intern .blk-form-free-quote .list-btn {
    width: 100%;
}

.blk-form-free-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.blk-form-free-quote .form-group button {
    font-family: "Manrope", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33333em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    letter-spacing: normal;
    align-items: center;
    gap: 8px;
    width: auto;
    text-align: center;
    height: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
    min-width: 109px;
}

.blk-form-free-quote .form-group button:before {
    display: none;
}

.blk-form-free-quote .form-group button span:first-child {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 25px;
    background: #FFF;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blk-form-free-quote .form-group button span:first-child:before {
    position: absolute;
    content: "";
    background-color: #173B40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    scale: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blk-form-free-quote .form-group button.active span:first-child:before,
.blk-form-free-quote .form-group button:hover span:first-child:before,
.blk-form-free-quote .form-group button:focus span:first-child:before {
    scale: 1;
}

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

.blk-form-free-quote .form-group button.active,
.blk-form-free-quote .form-group button:hover,
.blk-form-free-quote .form-group button:focus {
    outline: none;
    color: #fff;
}

.blk-form-free-quote .form-group button.active span:first-child,
.blk-form-free-quote .form-group button:hover span:first-child,
.blk-form-free-quote .form-group button:focus span:first-child {
    color: #fff;
}

.intern .blk-form-free-quote .next-step {
    width: 100%;
}

.blk-form-free-quote .next-step button {
    width: 61px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: none;
    padding: 12px;
}

.intern .blk-form-free-quote .next-step button {
    height: 56px;
    width: 100%;
}

.blk-form-free-quote .next-step button:hover {
    background: #8F9FA7;
}

.blk-form-free-quote .next-step button span {
    border-radius: 20px;
    border: 2px solid #8F9FA7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blk-form-free-quote .next-step button:hover span {
    border-color: #fff;
}

.blk-form-free-quote .next-step button:hover span svg path {
    stroke: #fff !important;
}


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

.contact-form {
    position: relative;
}

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

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

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: normal;
    text-transform: none;
    position: relative;
}

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

.contact-form .form-group.contact-form__note b {
    font-weight: 600;
}

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

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

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

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


/** Blk contact form **/

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