.header {
    position: sticky;
    top: 0;
    background: #fff;
}

.header .logo svg path {
    fill: black;
}
.header nav ul li a {
    color: #000;
}

.main {
    padding: 0px 40px 123px;
}
.box-form-contact {
    margin-top: 15px;
}

.box-iframe {
    margin-top: 15px;
}

.box-iframe iframe {
    width: 100%;
    height: 350px;
    filter: grayscale(1);
}

.form-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form-contact label {
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
}

.form-control {
    height: 45px;
    border: none;
    outline: none;
    border-radius: 0;
    background: rgba(236, 233, 233, 0.5);
}
.form-control:focus {
    transition: none;
    box-shadow: none;
    border: 1px solid rgb(236, 233, 233);
}

.box-button {
    justify-content: center;
}

.button-contact {
    margin-top: 10px;
    border: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    width: max-content;
    background: rgba(236, 233, 233, 0.5);
    padding: 6px 30px;
    transition: 0.4s;
    border: 1px solid rgba(236, 233, 233, 0.5);
}

.button-contact:hover {
    background-color: #fff;
    border: 1px solid rgb(236, 233, 233);
}
.response-form-display-none {
    display: none;
}

.response-form {
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 992px) {
    .main {
        padding-bottom: 17px;
    }
    .box-iframe iframe {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .main {
        padding-inline: 20px;
    }
    .box-iframe {
        margin-top: 15px;
    }
    .box-iframe iframe {
        height: 280px;
    }
    .form-contact label {
        font-size: 19px;
        line-height: 28px;
    }
    .button-contact {
        font-size: 22px;
    }
    .box-form-contact {
        margin-top: 0;
    }
    .name-phone {
        margin-top: 15px;
        gap: 15px;
        padding-top: 0;
    }
    .name-phone div {
        padding-top: 0;
        margin-top: 0;
    }
    .name-phone div:last-child {
        margin-top: 0;
    }
    .button-contact {
        font-size: 19px;
        line-height: 28px;
    }
    .g-5,
    .gx-5 {
        --bs-gutter-x: 0 !important;
    }
}

@media (max-width: 576px) {
    .box-iframe iframe {
        height: 220px;
    }
}
