.contacts-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.contacts-page h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #1a1a1a;
}

.contacts-section {
    margin-bottom: 40px;
}

.contacts-section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.contact-item__icon {
    width: 48px;
    height: 48px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-item__content h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 6px;
    color: #1a1a1a;
}

.contact-item__content p {
    font-size: 0.9375rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.contact-item__content a,
.contacts-partner-text a {
    color: #3a5a7c;
    text-decoration: none;
}

.contact-item__content a:hover,
.contacts-partner-text a:hover {
    text-decoration: underline;
}

.contacts-description,
.contacts-partner-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

.contacts-partner-text {
    font-size: 0.9375rem;
    color: #666;
    margin-bottom: 0;
}
