/* Основная секция */
.contacts_main_section {
    padding: 40px 0;
}

/* Левая колонка контактов */
.figma_contacts_left {
    font-family: 'Inter', sans-serif;
}

.figma_contact_title span {
    color: #292A2A;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.40px;
}

.figma_contact_value_large {
    color: #292A2A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

/* Социальные кнопки (круги) */
.figma_socials {
    margin-top: 8px;
}

.figma_social_btn {
    width: 48px;
    height: 48px;
    background: #F3F4F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.figma_social_btn:hover {
    background: #e2e6e9;
    transform: translateY(-2px);
}

.figma_social_btn svg {
    width: 24px;
    height: 24px;
}

/* Нижний текст */
.figma_bottom_text {
    color: #878D91;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.90px;
    max-width: 410px;
}

/* Стили для карты */
#map11223123 {
    width: 100%;
    height: 587px;
    border-radius: 16px;
    overflow: hidden;
}

/* Реквизиты (правая колонка) - если нужно выравнивание */
.col-lg-5 .Frame124023 {
    width: 100%;
}