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


.form-quote {
    position: relative;
    z-index: 5;
    max-width: 1040px;
    min-height: 248px;
    padding: 35px 70px;
    border-top: 10px solid #52AE32;
    background: rgba(17, 17, 17, 0.90);
    backdrop-filter: blur(12.5px);
    margin-top: -133px;
}

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

.form-quote-ico {
    margin-right: 20px;
}

.form-quote form {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 24px;
}

.form-quote-title {
    color: #52AE32;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0769222em;
    text-transform: uppercase;
}

.form-quote-subtitle {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

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

.form-quote__inputs>.row {
    margin: 0 -7px;
    gap: 15px 0;
}

.form-quote__inputs>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.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: 40px;
    width: 100%;
    padding: 8px 14px;
    text-transform: none;
    border-radius: 0;
    border: 0;
    background: #FFF;
    font-family: "Lato", sans-serif;
    color: #96989D;
    text-align: left;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375em;
    box-shadow: none;
    margin: 0;
}

.form-quote form .form-quote__inputs input.form-control:focus {
    background: #FFF;
    border: 0;
    color: #96989D;
}

.form-quote form .form-quote__inputs input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #96989D !important;
}

.form-quote form .form-quote__inputs input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #96989D !important;
    opacity: 1;
    /* Firefox */
}

.form-quote form .form-quote__inputs input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #96989D !important;
}

.form-quote .nice-select .option {
    color: #95979C;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: none;
    line-height: 35px;
    min-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
}

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

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

.form-quote form .nice-select:after {
    right: 22px;
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #95979C;
    border-right: 3px solid #95979C;
    display: inline-block;
    margin-top: -2px;
    z-index: 3;
    border-radius: 2px;
}

.form-quote form .nice-select .list {
    width: 100%;
    -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: 4px;
    z-index: 2;
    transform: none;
    padding: 0;
}

.blk-free-quote .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: #51AD32;
    color: #fff;
}

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

.form-quote.contact-form .form-group {
    margin-bottom: 0;
    display: inline-block;
}


.form-quote .form-quote__send button {
    width: 95px;
    height: 95px;
    border: 0;
    background-color: #52AE32;
}

.form-quote .form-quote__send button:before {
    display: none;
}

.form-quote .form-quote__send button:hover {
    background-color: #034991;
}


/** Modal free quote **/

.blk-modal-free-quote {
    position: fixed;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
}

.blk-modal-free-quote.open {
    top: 0;
    opacity: 1;
}

.blk-modal-free-quote .backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.blk-modal-free-quote.open .backdrop {
    opacity: 1;
    top: 0;
}

.blk-modal-free-quote .form-quote {
    max-width: 654px;
    padding: 35px 70px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    margin: 0 auto;
}

.blk-modal-free-quote.open .form-quote {
    transform: translateY(0);
    opacity: 1;
}

.blk-modal-free-quote .form-quote form {
    flex-direction: column;
}

.blk-modal-free-quote .form-quote .form-quote__send {
    width: 100%;
}

.blk-modal-free-quote .form-quote .form-quote__send button {
    width: 100%;
    height: auto;
    padding: 17px 25px 13px 25px;
}

.blk-modal-free-quote #close-free-quote {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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

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

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

.contact-form .form-group label.error {
    font-size: 0.75rem;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form__note {
    color: #96989D;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

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


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


/** Blk contact form **/

.blk-contact-form {
    position: relative;
}

.blk-contact-form .sect-title .bloc-title {
    margin-bottom: 23px;
}