.wrap-content-contacts {
    padding: 0 !important;
}

.img-wrapper-contacts {
    width: 100%;
    height: 250px;
    position: relative;
    margin: 0;
}

.img-wrapper-contacts::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(169, 22, 28, 0.65) 0%, rgba(55, 73, 87, 0.65) 100%);
    z-index: 1;
    top: 0;
    /* right: 10px; */
    width: 100%;
    height: 100%;
}

.image-header-contacts {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-position: 40% 60%;
}


.img-wrapper-contacts span {
    position: absolute;
    color: white;
    font-size: 56px;
    line-height: 64px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}
.group-content {
    display: flex;
    min-height: 500px;
    width: 100%;

}

.content-menu {

    display: flex;
    max-width: 100%;
}
.main-content-contacts-info{
    padding: 4% 3%;
}
.main-content-ggmap{
    padding: 4% 3% 10% 2%;
}
.title-content-contacts p{
    
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 36px;
/* identical to box height, or 129% */


/* Color - Neutral/Neutral 02 */

color: #1E202F;


/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 1;
}
.content-infor-contacts p{
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #1E202F;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
.title-comment-contacts{
    padding: 0% 0% 5% 0%;
}
.input-title-comment-contacts {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px 10px 24px;
    gap: 8px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.group-input-captcha{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    gap: 16px;
}
.group-input-captcha >input{
    width: 65%;
}
.group-input-captcha >svg{
    width: 35%;
}
.content-comment-contacts{
    padding: 0% 0% 5% 0%;
}
.input-content-comment-contacts{
    box-sizing: border-box;
    resize: none;

/* Auto layout */

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 10px 10px 10px 24px;
gap: 8px;

width: 100%;


background: #FFFFFF;
/* Color - Neutral/Neutral 05 */

border: 1px solid #B3B3B3;
border-radius: 10px;

/* Inside auto layout */

flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
.send-comment-contacts{
    text-align: center;
    margin-top: 36px;
    height: auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}
.btn-send-comment-contacts{
    background: #A9161C;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #F5F6F7;
    flex: none;
    order: 0;
    flex-grow: 0;
    outline: none;
    border: none;
    padding: 8px 40px;
    border-radius: 10px;
    text-decoration: none;

}
.btn-send-comment-contacts:hover{
    color: #F5F6F7;
}
.main-content-ggmap{
    height: 100%;
}
@media (max-width: 	504px) {
    .group-input-captcha >input{
        width: 100%;
    }
    .group-input-captcha >svg{
        width: 100%;
    }
}
@media (max-width: 	992px) {
    .content-menu{
        display: flex;
    max-width: 100%;
    flex-direction: column !important;
    height: 100%;
    }
    .main-content-ggmap{
        height: 0%;
    }
}