.contact.module {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 42vw;
}

.contact.module > .left,
.contact.module > .right {
    width: 50%;
}

.contact.module > .right {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contact.module .left {
    border-right: 1px solid var(--color-black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact.module .left .title {
    padding: 2vw;
    width: 38vw;
    display: block;
}

.contact.module .left .bottom {
    border-top: 1px solid var(--color-black);
}

.contact.module .left .bottom .row {
    border-bottom: 1px solid var(--color-black);
    display: flex;
    flex-wrap: wrap;
    height: calc(4.7vw - 1px);
}

.contact.module .left .bottom .row:last-child {
    border-bottom: 0;
}

.contact.module .left .bottom .row > * {
    padding: 1.5vw 1.8vw 1.8vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contact.module .left .bottom .left {
    width: 30%;
}

.contact.module .left .bottom .right {
    width: 70%;
}

.contact.module .right .title {
    padding: 1.5vw 1.8vw 1.8vw;
    display: block;
    border-bottom: 1px solid var(--color-black);
}

.contact.module .right form {
    padding: 1.5vw 1.8vw 0;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.contact.module .right form input[type="text"],
.contact.module .right form input[type="email"],
.contact.module .right form textarea {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    line-height: 1.2rem;
    resize: none;
}

.contact.module .right .wpcf7.js {
    height: 100%;
}

.contact.module .field-row {
    width: 100%;
    display: block;
    margin-bottom: 2.5vw;
}

.contact.module .field-row p {
    margin-bottom: 0;
    display: flex;
}

.contact.module .field-row label {
    margin-right: 1vw;
}

.contact.module .submit-button {
    width: calc(100% + 3.6vw);
    left: -1.8vw;
    position: relative;
    border-top: 1px solid var(--color-black);
    background-color: var(--color-gray);
    position: relative;
    height: 4.7vw;
}

.contact.module .submit-button input[type="submit"] {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 1.5vw 1.8vw 1.8vw;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    cursor: pointer;
    transition: 0.4s all ease;
}

.contact.module .submitting .submit-button input[type="submit"] {
    opacity: 0.4;
    pointer-events: none;
}

.contact.module .submit-button input[type="submit"]:hover {
    filter: invert(100%);
}

.contact.module .submit-button input[type="submit"]:disabled {
    cursor: not-allowed;
    filter: none !important;
}

.contact.module .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 2.1vw;
    border: 0;
    color: var(--color-black);
}

.contact.module .acceptances {
    border-top: 1px solid var(--color-black);
    padding: 0.5vw 1.8vw;
    margin-bottom: 0;
    width: calc(100% + 3.6vw);
    left: -1.8vw;
    position: relative;
}

.contact.module .field-row.font-size-30-50:not(.acceptances) {
    margin-bottom: 1vw;
}

.product-tabs.contact.module .acceptances {
    width: 100% !important;
    left: 0 !important;
    border-top: 0;
    padding: 0.5vw 1.8vw;
}

.contact.module .acceptances .wpcf7-list-item {
    margin-left: 0;
}

.contact.module .wpcf7-acceptance a,
.contact.module .field-row a {
    color: var(--color-black);
    text-decoration: underline;
    margin: 0 0.25vw;
}

.contact.module .acceptances input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.wpcf7-spinner {
    display: none !important;
}

.grecaptcha-badge {
    display: none;
}

@media only screen and (max-width: 768px) {
    .contact.module {
        display: block;
        min-height: 0;
        overflow: hidden;
    }

    .contact.module > .left,
    .contact.module > .right {
        width: 100%;
    }

    .contact.module > .left {
        border-right: 0;
    }

    .contact.module .left .title {
        width: 100%;
        padding: 3.84vw;
    }

    .contact.module .left .bottom .left {
        width: 40%;
    }
    .contact.module .left .bottom .right {
        width: 60%;
    }

    .contact.module .left .bottom .row > *,
    .contact.module .right .title {
        padding: 3.84vw;
    }

    .contact.module .left .bottom .row {
        height: auto;
    }

    .contact.module .right form {
        padding: 3.84vw 3.84vw 0;
    }

    .contact.module > .right {
        border-top: 1px solid var(--color-black);
        display: block;
    }

    .contact.module .field-row {
        margin-bottom: 12vw;
    }

    .contact.module .submit-button {
        height: 12.85vw;
        width: calc(100% + 12.3vw);
        left: -6.15vw;
    }

    .contact.module .submit-button input[type="submit"] {
        padding: 0 6.15vw;
        background-position: -webkit-calc(100% - 6.5vw) center;
    }

    .contact.module .acceptances {
        width: calc(100% + 7.68vw);
        padding: 3.84vw;
        left: -3.84vw;
        margin-bottom: 0;
    }
}
