.contacts-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.contacts-section h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--accent-color);
}

.contact-info-block, .additional-contacts, .how-to-get-there, .feedback {
    padding: 40px;
    border-radius: 30px;
    box-shadow: var(--shadow);
    margin-bottom: 40px;
}

.contact-info-block h2, .additional-contacts h2, .how-to-get-there h2, .feedback h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: var(--accent-color);
}

.address, .phone, .email, .working-hours {
    font-size: 20px;
    margin: 20px 0;
}

.address strong, .phone strong, .email strong {
    color: #444;
}

.feedback .important {
    font-weight: bold;
    color: #e74c3c;
    margin-top: 20px;
}

.map-wrapper {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: var(--shadow);
    text-align: center;
}

.map-placeholder {
    background: #eee;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #777;
    border-radius: 20px;
}