.vxr_contacts96_main_box {
    position: relative;
    padding: 130px 0;
    background: #ffffff;
    overflow: hidden;
}

.vxr_contacts96_main_box .vxr_contacts96_leaf_deco {
    position: absolute;
    top: 80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.06;
    z-index: 1;
    pointer-events: none;
}

.vxr_contacts96_main_box .vxr_contacts96_container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}

.vxr_contacts96_main_box .vxr_contacts96_head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.vxr_contacts96_main_box .vxr_contacts96_tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c5a1e;
    margin-bottom: 24px;
}

.vxr_contacts96_main_box .vxr_contacts96_tag_line {
    display: block;
    width: 40px;
    height: 1px;
    background: #0c5a1e;
}

.vxr_contacts96_main_box .vxr_contacts96_title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 3.8vw, 54px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.vxr_contacts96_main_box .vxr_contacts96_title em {
    font-style: italic;
    color: #0c5a1e;
    font-weight: 400;
}

.vxr_contacts96_main_box .vxr_contacts96_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.vxr_contacts96_main_box .vxr_contacts96_grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.vxr_contacts96_main_box .vxr_contacts96_info_block {
    background: #f7f5f0;
    padding: 40px 40px 32px;
    border-radius: 4px;
    border-left: 3px solid #0c5a1e;
    margin-bottom: 24px;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vxr_contacts96_main_box .vxr_contacts96_info_item:first-child {
    padding-top: 0;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item i {
    width: 44px;
    height: 44px;
    background: #0c5a1e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.vxr_contacts96_main_box .vxr_contacts96_info_lbl {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0c5a1e;
    margin-bottom: 6px;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item > div > span:not(.vxr_contacts96_info_lbl),
.vxr_contacts96_main_box .vxr_contacts96_info_item > div > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item > div > a:hover {
    color: #0c5a1e;
}

.vxr_contacts96_main_box .vxr_contacts96_info_item small {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 3px;
    line-height: 1.4;
}

.vxr_contacts96_main_box .vxr_contacts96_map {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.vxr_contacts96_main_box .vxr_contacts96_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    filter: grayscale(0.4);
    transition: filter 0.4s ease;
}

.vxr_contacts96_main_box .vxr_contacts96_map:hover iframe {
    filter: grayscale(0);
}

.vxr_contacts96_main_box .vxr_contacts96_form_wrap {
    background: #ffffff;
    padding: 48px 50px;
    border-radius: 4px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.vxr_contacts96_main_box .vxr_contacts96_form_wrap h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.vxr_contacts96_main_box .vxr_contacts96_form_wrap > p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 30px 0;
}

.vxr_contacts96_main_box .vxr_contacts96_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vxr_contacts96_main_box .vxr_form_row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vxr_contacts96_main_box .vxr_form_row label {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

.vxr_contacts96_main_box .vxr_form_rq::after {
    content: ' *';
    color: #0c5a1e;
}

.vxr_contacts96_main_box .vxr_form_field {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    background: #f7f5f0;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: all 0.3s ease;
    outline: none;
}

.vxr_contacts96_main_box .vxr_form_field:focus {
    background: #ffffff;
    border-color: #0c5a1e;
    box-shadow: 0 0 0 3px rgba(12, 90, 30, 0.1);
}

.vxr_contacts96_main_box textarea.vxr_form_field {
    resize: vertical;
    min-height: 110px;
    font-family: inherit;
}

.vxr_contacts96_main_box select.vxr_form_field {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;
    charset=UTF-8,%3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c5a1e'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    padding-right: 42px;
}

.vxr_contacts96_main_box input[type="file"].vxr_form_field {
    padding: 12px 16px;
    cursor: pointer;
}

.vxr_contacts96_main_box input[type="file"].vxr_form_field::file-selector-button {
    margin-right: 14px;
    padding: 8px 14px;
    background: #0c5a1e;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.vxr_contacts96_main_box .vxr_form_description_field {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    line-height: 1.5;
}

.vxr_contacts96_main_box .gdpr-consent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-top: 4px;
}

.vxr_contacts96_main_box .gdpr-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #0c5a1e;
    flex-shrink: 0;
    cursor: pointer;
}

.vxr_contacts96_main_box .gdpr-consent label {
    cursor: pointer;
}

.vxr_contacts96_main_box .gdpr-consent a {
    color: #0c5a1e;
    text-decoration: underline;
    font-weight: 500;
}

.vxr_contacts96_main_box .vxr_form_submit {
    padding: 17px 30px;
    background: #0c5a1e;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.vxr_contacts96_main_box .vxr_form_submit:hover {
    background: #1a7c31;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(12, 90, 30, 0.3);
}

.vxr_contacts96_main_box .vxr_form_response {
    padding: 20px 24px;
    background: rgba(12, 90, 30, 0.08);
    color: #0c5a1e;
    border-radius: 3px;
    border-left: 3px solid #0c5a1e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .vxr_contacts96_main_box {
        padding: 90px 0;
    }

    .vxr_contacts96_main_box .vxr_contacts96_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .vxr_contacts96_main_box {
        padding: 70px 0;
    }

    .vxr_contacts96_main_box .vxr_contacts96_container {
        padding: 0 20px;
    }

    .vxr_contacts96_main_box .vxr_contacts96_info_block {
        padding: 32px 26px 24px;
    }

    .vxr_contacts96_main_box .vxr_contacts96_form_wrap {
        padding: 34px 28px;
    }
}

.vxr_contacts96_leaf_deco.vxr13A1D {
    transform: translateY(202.931px) rotate(20.2931deg);
}