@import "../../05-objects/o-buttons.css";

.main-section {
    padding-top: 10rem;
    padding-bottom: 4rem !important;
}

.top-banner {
    display: flex;
    justify-content: center;
}

.top-banner-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    width: 25rem;
    text-transform: uppercase;;
}

.contact-container--row {
    margin-left: 10px;
}

.contact-container--row_text {
    padding-left: 0;
    margin-bottom: 5rem;
}

.contact-container--row_text h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
}

.contact-container--row_text p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    max-width: 100%;
    width: 49rem;

}

.inputs-wrapper {
    margin-bottom: 1.5rem;
}

.inputs-wrapper label {
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
}

.inputs-wrapper input, select, textarea {
    width: 33.5rem;
    height: 40px;
    top: 1308px;
    left: 297px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}

.inputs-wrapper select {
    line-height: normal;
    color: #0a0b0c;
    background-color: #FFFFFF;
}

.select-region {
    width: 33.5rem;
    height: 40px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.541)), url("../../../images/contact/br_down.png");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position-x: 97%;
    background-position-y: center;
}

.textarea {
    width: 76rem;
    height: 10.5rem;
    resize: none;
}

.contact-button-preset {
    text-transform: uppercase;
    padding: 13px 45px 13px 45px;
}

.bottom-section--background {
    background: #E9E9E9;
}

@media only screen and (max-width: 1200px) {
    .contact-container--row_text {
        width: 210%
    }

    .inputs-wrapper input, select, textarea {
        width: 25rem;
    }

    .select-region {
        width: 25rem;
    }

    .textarea {
        width: 54.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .main-section {
        padding-top: 6rem;
    }

    .inputs-wrapper input, select, textarea {
        width: 20rem;
    }

    .select-region {
        width: 20rem;
    }

    .textarea {
        width: 42rem;
    }
}

@media only screen and (max-width: 767px) {
    .inputs-wrapper {
        width: 100%;
    }

    .inputs-wrapper input, select, textarea {
        width: 100%;
    }

    .select-region {
        width: 100%;
    }

    .textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .bottom-section--background {
        display: none;
    }

    .contact-container--row_text h1 {
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 380px) {
    .inputs-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 330px) {
    .contact-container--row_text h1 {
        font-size: 38px;
        line-height: 45px;
    }
    .contact-container--row_text p {
        font-size: 20px;
        line-height: 30px;
    }
}
