.background-consultation {
    background: url("../images/background-consultation.jpg") center no-repeat;
    background-size: cover;
    height: 810px;
}

/* CONTAINER CONSULTATION */
.container-consultation {
    display: flex;
    justify-content: flex-end;
    padding-left: 145px;
    padding-top: 105px;
    margin-right: 145px;
}

.get-consult-container {
    border: 1px solid rgba(126, 126, 126, 0.5);
    background: rgba(0, 0, 0, 0.8);
    padding: 95px 95px 65px;
}

/* CONTENT */
.get-consult {
    margin-top: 0;

    color: #ffffff;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 40px;
}

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

.your_name {
    padding-bottom: 20px;
    margin-bottom: 20px;

    background: transparent;
    border: none;
    border-bottom: 1px solid #c8b197;
    width: 100%;

    color: #ffffff;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.your_name::placeholder {
    color: #ffffff;
}

.your_name:focus {
    outline: none;
}

.your_number {
    padding-bottom: 20px;
    margin-bottom: 60px;

    background: transparent;
    border: none;
    border-bottom: 1px solid #c8b197;
    width: 100%;

    color: #ffffff;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.your_number::placeholder {
    color: #ffffff;
}

.your_number:focus {
    outline: none;
}

.your_number::-webkit-inner-spin-button,
.your_number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.container-btn-send {
    width: 100%;
    height: 80px;
    border: 3px solid #c8b197;

    margin-bottom: 45px;

    cursor: pointer;
}

.btn-send {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    color: #ffffff;
    font-family: sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

.container-btn-send:hover .btn-send {
    color: #c8b197;
}

.form-notice {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 18px;
}
