.contact-page-new {
    margin-top: 40px;
}

.contact-page__title {
    color: var(--Violet-600, #1B1444);
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    align-self: stretch;
    margin-bottom: 16px;
}
.contact-page__form-text p {
    font-family: var(--font-family-helvetica);
    align-self: stretch;
    color: var(--Violet-600, #1B1444);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contact-page__title--centered {
    text-align: center;
    align-self: stretch;
    color: var(--Violet-600, #1B1444);
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}

.contact-page__main-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-self: stretch;
}



.contact-page__left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}
.contact-page__right-column {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: normal;
    flex: 1 0 0;
}

/* --- Елементи всередині колонок --- */
.contact-page__image-wrapper { position: relative; }
.contact-page__main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    min-height: 663px;
    object-fit: cover;
}

.contact-page__logo-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 120px;
    height: 140px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
.contact-page__logo-overlay:hover {
    transform: scale(1.15);
    transition: transform 0.3s ease;
}
.contact-info__socials { display: flex; gap: 15px; margin-bottom: 2rem; }
.contact-info__socials .svg-icon { width: 32px; height: 32px; }
.contact-info__item {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-bottom: 2px solid rgba(27, 20, 68, 0.10);
}
.contact-info__label {
    color: var(--Violet-600, #1B1444);
    font-family: var(--font-family-helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    opacity: 0.5;
}
.contact-info__item p { margin: 0; }
.contact-info__link {
    color: var(--Violet-600, #1B1444);
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact-info__link:hover {
    text-decoration: underline;
}
/* --- Секція з формою --- */
.contact-page__form-section {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 29px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--White-600, #FFF);
}


.contact-page__map {
    border-radius: 20px;
    border: 14px solid #FFF;
}
.contact-page__map .embed-responsive-item iframe {
    height: auto;
    align-self: stretch;
    aspect-ratio: 1600.00/851.76;

}



@media (min-width: 992px) and (max-width: 1650px){
    .contact_container_page {
        padding: 0 40px;
    }
    .contact-page__map .embed-responsive-item iframe {
        aspect-ratio: 1600.00 / 900.76;
    }
}

.container_contact_form_page {

}
.contact_container_page  {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 109px;
    padding-bottom: 77px;
}
#page {
    background: var(--BG, #F2F3F6);
}
.caption_contact_page h1 {
    color: #1B1444;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-top: 22px;
}
.social_addresses_contact_page {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}
.icon_social_link_info_contact_page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    fill: #1B1444;
    transition: color 0.3s ease-in-out;
}

.link_info_contact_page {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: var(--all-time-transition);
}

.link_info_contact_page .icon_social_link_info_contact_page:hover {
    border-radius: 99px;
    background: var(--Gray-200, #F2F3F6);
    transition: var(--all-time-transition);
}
/* Стиль для назви (KRS:, Nip: і т.д.) */
.contact-label {
    color: var(--Violet-600, #1B1444);
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

/* Стиль для значення (цифри та інший текст після двокрапки) */
.contact-value {
    color: var(--Violet-600, #1B1444);
    font-family: var(--font-family-helvetica);;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-info__multiline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    color: var(--Violet-600, #1B1444);
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact-info__item:last-child {
    border-bottom: none;
}
.label_contact_form br {
    display: none;
}
.contact-page__form-section .input_contact_form {
   height: 44px;
    /*margin-bottom: 10px;*/
}
.contact-page__form-section .textarea_contact_form {
    margin-bottom: 29px;
    height: 152px;
}
.contact-page__form-section .form_contact_form br {
    display: none;
}
.contact-page__form-section label {
    display: block;
}
.contact-page__form-section .send_report_property_form {
    margin-left: auto;
}

.contact-info__link {
    display: inline-flex;
    align-items: center;
}


.arrow-container {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.arrow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    fill: #1B1444;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s ease;
}

.arrow-container .arrow-svg:first-child {
    transform: translate(0, 0);
    opacity: 0.3;
}

.arrow-container .arrow-svg:last-child {
    transform: translate(-100%, 100%);
    opacity: 0;
}


.contact-info__link:hover .arrow-svg:first-child {
    transform: translate(100%, -100%);
    opacity: 0;
}


.contact-info__link:hover .arrow-svg:last-child {
    transform: translate(0, 0);
    opacity: 1;
}
.contact-page__map-section {
    margin-top: 40px;
}
.contact-page__container_one {
    margin-bottom: 20px;
}


@media (min-width: 744px) and (max-width: 1099px) {
    .contact-page__main-layout{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact_container_page {
        padding-top: 89px;
        padding-bottom: 77px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-page__form-section .textarea_contact_form {
        height: 168px;
    }
    .contact-page__main-image {
        min-height: 704px;
    }
    .contact_container_page .container_breadcrumbs {
        display: none;
        margin-top: 0;
    }
    .caption_contact_page h1 {
        margin-top: 0;
    }
     .contact-page__left-column {
        gap: 10px;
        flex-direction: column-reverse;
    }
}
@media (max-width: 743px) {
    .contact-page__main-layout{
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .contact_container_page {
        padding-top: 79px;
        padding-bottom: 56px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact_container_page .container_breadcrumbs {
        display: none;
        margin-top: 0;
    }
    .contact-page__form-section .textarea_contact_form {
        height: 163px;
    }
    .caption_contact_page h1 {
        margin-top: 0;
        font-size: 32px;
    }
    .contact-page-new {
        margin-top: 10px;
    }
    .contact-page__main-image {
        min-height: 340px;
    }
    .contact-page__logo-overlay {
        width: 85px;
        height: 100px;
        bottom: 20px;
        right: 20px;
    }
    .contact-page__left-column {
        gap: 10px;
        flex-direction: column-reverse;
    }
    .contact-page__title {
        font-size: 32px;
    }
    .contact-page__form-section {
        padding: 20px;
    }
    .contact-page__map-section {
        margin-top: 20px;
    }
    .contact-page__container_one {
        margin-bottom: 14px;
    }
    .contact-page__title--centered {
        font-size: 32px;
    }
    .embed-responsive {
        min-height: 600px;
    }
    .contact-page__map .embed-responsive-item iframe {
        height: 100%;


    }

}
@media (max-width: 500px) {
    .contact-page__form-section .send_report_property_form {
        width: 100%;
    }
}


.container_contact_form_page .container_breadcrumbs {
    padding-left: 0;
}
