.contact_top {
    display: flex;
    justify-content: center; /* Вирівнюємо по центру горизонтально */
    align-items: center; /* Вирівнюємо по центру вертикально */
    background-size: cover; /* Зображення заповнює весь контейнер */
    background-position: center; /* Зображення вирівнюється по центру */
    background-repeat: no-repeat; /* Забороняємо повторення зображення */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Додаємо тінь */
}

.contact_top_cart {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 100px 0;
    flex-wrap: wrap;
    margin: 100px 0 100px 0;
}

@media (max-width: 1321px) {
    .contact_top_cart {
        border-radius: 0;
        margin: 0;
    }
}

.contact_top_cart_left {
    max-width: 526px;
}

.contact_top_cart_left_title {
    margin-bottom: 40px;
}

.contact_top_cart_left_too_title {
    margin-bottom: 60px;
}

.contact_top_cart_left_title {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
}

.contact_top_cart_left_too_title {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.contact_top_cart_left_component_phone_text {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
}

.contact_top_cart_left_component_phone,
.contact_top_cart_left_component_telegram,
.contact_top_cart_left_component_whatsapp,
.contact_top_cart_left_component_email {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    align-items: center;
}

.contact_top_cart_right .contact_top_cart_right_cart {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    min-height: 440px;
    height: auto;
    box-sizing: border-box;
    border: 2px solid rgb(184, 184, 184);
    border-radius: 16px;
    background: rgb(255, 255, 255);
    padding: 20px;
}

.contact_top_cart_right_title {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    margin-bottom: 20px;
}

.contact_top_cart_right_cart .username,
.contact_top_cart_right_cart .useremail,
.contact_top_cart_right_cart .userphone {
    box-sizing: border-box;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 8px;
    margin-bottom: 20px;
    height: 26px;
    padding: 0 5px 0 5px;
}

.input_text {
    box-sizing: border-box;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 8px;
    height: 80px;
}

.contact_top_cart_left,
.contact_top_cart_right {
    margin: 35px;
}

.contact_top_cart_right_button {
    box-sizing: border-box;
    border: 1px solid rgb(226, 180, 59);
    border-radius: 8px;
    background: rgb(226, 180, 59);
    width: 100%;
    max-width: 352px;
    height: 34px;
}

.contact_top_cart_right_cart_consent {
    display: flex;
    align-items: center;
    margin-top: 10px;
}



.contact_top_cart_right_cart_consent_text {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    margin-left: 5px;
}

.contact_top_cart_right_cart_consent_text_feedback{
    color: rgb(255 255 255);

}

.contact_social_block {
    margin-top: 14px;
}

.contact_social_title {
    margin: 0 0 10px;
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.contact_social_links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.contact_social_link {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    border: 1px solid #111111;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.contact_social_link:hover {
    color: #e2b43b;
    border-color: #e2b43b;
}

.contact_social_link svg {
    width: 18px;
    height: 18px;
    fill: rgb(0 0 0);
}

.contact_field_wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.contact_top_cart_right_cart .contact_field_wrap .username,
.contact_top_cart_right_cart .contact_field_wrap .useremail,
.contact_top_cart_right_cart .contact_field_wrap .userphone {
    margin-bottom: 8px;
}

.contact_top_cart_right_cart .contact_field_wrap .input_text {
    margin-bottom: 8px;
}

.contact_field_error {
    min-height: 16px;
    margin: 0;
    color: #d9534f;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 1.3;
}

.contact_invalid {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.2);
}

.contact_form_status {
    min-height: 18px;
    margin: 4px 0 6px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

.contact_form_status.is-loading {
    color: #7a5b08;
}

.contact_form_status.is-success {
    color: #2e7d32;
}

.contact_form_status.is-error {
    color: #d9534f;
}

.contact_top_cart_right_button:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}
