.contacts {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.schedule {
margin: 20px 0 30px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.schedule h3 {
    margin-top: 0;
    color: #333;
}

.schedule p {
    margin: 5px 0;
}




.documents-section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.documents-section h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.documents-list {
    display: flex;
    flex-direction: column;
}

.document-item {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.document-item:last-child {
    border-bottom: none;
}

.document-item a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

.document-item a:hover {
    color: #004499;
    text-decoration: underline;
}

.document-item strong {
    color: #333;
    font-weight: 600;
}