body {
    font-family: Times New Roman;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
.container {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
}
.flex {
    display: flex;
}
.valign {
    align-items: center;
}
.nowrap {
    white-space: nowrap;
}
main {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 60px;
}
header {
    padding-top: 20px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}
.logo img {
    height: 40px;
    margin-right: 15px;
}
.logo-text {
    font-weight: bold;
    font-size: 1.2rem;
}
.header-top__nav a {
    color: #ffffff;
    margin-left: 25px;
    font-weight: 500;
}
.menu-btn {
    display: none;
}
.header-bottom {
    margin-top: 15px;
}
.header-bottom__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}
.header-bottom__nav li strong {
    color: #ffffff;
    font-weight: normal;
    font-size: 0.95rem;
    cursor: pointer;
}
.submenu__nav {
    display: none;
}
.main-wrap__bottom {
    text-align: center;
    margin-top: 80px;
    color: #1e3a8a;
}
.main-news .section-title a {
    color: #ffffff;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
}
.main-news__slider {
    background: rgba(255, 255, 255, 0.9);
    color: #1e3a8a;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.main-news__slider .date {
    font-weight: bold;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.main-news__slider a span {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
}
.main-wrap__bottom .contacts {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.main-wrap__bottom .contacts__phone a {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #1d4ed8;
    margin-bottom: 10px;
}
.main-wrap__bottom .contacts__phone a[href^="mailto"] {
    font-size: 1.5rem;
    font-weight: normal;
    color: #1e3a8a;
}
.main-wrap__bottom .contacts__signature {
    padding-left: 0 !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.appeal {
    padding: 60px 0;
    background-color: #ffffff;
}
.container-small {
    max-width: 800px;
    margin: 0 auto;
}
.appeal .section-title {
    text-align: center;
    font-size: 2rem;
    color: #222222;
    margin-bottom: 30px;
    position: relative;
}
.appeal div[style*="text-align: justify"] {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #4a5568;
    line-height: 1.7;
}
.documents-gallery {
    padding: 40px 0 60px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}
.documents .section-title a {
    font-size: 1.8rem;
    color: #222222;
    display: block;
    margin-bottom: 25px;
}
.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.documents-list__item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    margin-bottom: 10px;
    max-width: 500px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.documents-list__item::before {
    content: "PDF";
    background-color: #dc2626;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 4px;
    margin-right: 15px;
}
.documents-list__item a {
    color: #1d4ed8;
    font-weight: 500;
}
.documents-list__item a:hover {
    text-decoration: underline;
}
footer {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 40px 0;
}
footer .footer-top {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer-logo img {
    height: 40px;
    margin-right: 15px;
}
.footer-logo p {
    margin: 5px 0 0 0;
    font-size: 0.85rem;
    opacity: 0.7;
}
footer .contacts {
    display: flex;
    gap: 40px;
}
footer .contacts__phone a {
    display: block;
    color: #ffffff !important;
    margin-bottom: 8px;
    font-size: 0.95rem;
}
footer .contacts__signature {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}
.footer-bottom__nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom__nav .link a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}
.footer-bottom__nav .link a:hover {
    color: #ffffff;
}
@media (max-width: 768px) {
    .header-top {
        flex-direction: row;
    }
    .header-top__nav,
    footer .contacts__signature,
    .header-bottom {
        display: none;
    }
    .menu-btn {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
    }
    .menu-btn span {
        display: block;
        width: 25px;
        height: 3px;
        background: white;
        margin: 5px 0;
    }
    footer .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .contacts {
        flex-direction: column;
        gap: 15px;
    }
}
