/*
 * Стили раздела EDP (фамильный сайт) — префикс edp-
 */
.edp-page {
    background-color: #3B403A;
    margin: 0;
    padding: 0;
}
.edp-page a:link {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}
.edp-page a:visited {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}
.edp-page a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: underline;
}
.edp-layout-table {
    width: 100%;
    max-width: 1000px;
    min-height: 901px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    background-repeat: repeat-x;
    table-layout: fixed;
}
.edp-layout-table.edp-bg-main {
    background-image: url('bg_index.jpg');
}
.edp-layout-table.edp-bg-second {
    background-image: url('bg_2.jpg');
}
.edp-nav-cell {
    cursor: pointer;
}
.edp-title-block {
    font-size: 18px;
    font-family: Arial, sans-serif;
}
.edp-title-block .edp-title {
    padding: 10px;
    font-size: 32px;
    font-family: Arial, sans-serif;
    color: #3B403A;
}
.edp-content-cell {
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    font-family: Arial, sans-serif;
}
.edp-content-cell.edp-content-text {
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 4px;
}
.edp-home-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.edp-home-links {
    text-align: center;
    margin: 1em 0;
    font-size: 18px;
}
.edp-home-links a {
    cursor: pointer;
}
.edp-links-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3em;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-family: Arial, sans-serif;
}
.edp-links-cols .edp-links-col .edp-links-item {
    margin-bottom: 1em;
}
.edp-links-cols .edp-links-col .edp-links-item:last-child {
    margin-bottom: 0;
}
