.div-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* HEADER */
.div-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
}

.div-head-1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.div-head-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.div-head-2 a {
    text-decoration: none;
    color: #333;
    font-weight: bolder;
}

.div-head p {
    font-weight: bolder;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.div-head img {
    width: 60px;
    height: auto;
}

/* PANEL */
.div-panel {
    border-top: 5px solid steelblue;
    min-height: 180px;
    background: url(/images/panel1.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 20px;
}



.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.my-table {
    width: 100%;
    min-width: 700px;
    /* или сколько нужно */
    border-collapse: collapse;
}

.div-about {
    font-size: 1rem;
}

.div-about p,
.div-about li {
    font-size: 1.2rem;
}

/* ====================
    Руководство
================== */

* {
    box-sizing: border-box;
}

.div-managers {
    padding: 30px 15px;
    overflow-x: hidden;
}

.managers-card {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    gap: 40px;
    align-items: flex-start;

    background: #fff;
    border-radius: 20px;
    padding: 35px;

    box-shadow: 0 8px 30px rgba(0,0,0,0.08);

    overflow: hidden;
}

.managers-card-image {
    flex: 0 0 360px;
    max-width: 360px;
}

.managers-card-image img {
    width: 100%;
    height: auto;
    display: block;

    border-radius: 18px;
    object-fit: cover;

    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.managers-card-content {
    flex: 1;
    min-width: 0;
}

.managers-card-content h2 {
    color: #003b71;
    margin-bottom: 10px;
}

.managers-card-content h5 {
    color: steelblue;
    margin-bottom: 25px;
    line-height: 1.5;
}

.managers-card-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
    text-align: justify;
}


.div-stabfund {
    line-height: 1.7;
}

.stabfund-img {
    float: left;
    width: 400px;
    max-width: 100%;

    margin-right: 35px;
    margin-bottom: 15px;

    border-radius: 10px;
}

.div-stabfund p,
.div-stabfund li {
    text-align: justify;
    font-size: 1.2rem;
}



/* Адаптивность */
@media (max-width: 768px) {

    .spk-about {
        padding: 40px 15px;
    }

    .spk-about__container {
        flex-direction: column;
        gap: 25px;
    }

    .spk-about__content h2 {
        font-size: 26px;
    }

    .spk-about__content p {
        font-size: 16px;
    }

    .spk-card {
        padding: 20px;
    }
}

/* ==================
Совет директоров
==================*/

/* =========================
   BOARD PAGE
========================= */

.spd-board-header{
    background:
        linear-gradient(rgba(10,45,80,0.85), rgba(10,45,80,0.85)),
        url("../images/board-bg.jpg") center/cover no-repeat;

    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.spd-board-header h1{
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.spd-board-header p{
    width: 70%;
    margin: auto;
    font-size: 18px;
    line-height: 1.7;
}

.spd-board-section{
    width: 100%;
    padding: 60px 40px;
    background: #f4f7fb;
}

.spd-board-grid{
    max-width: 1400px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.spd-board-card{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    transition: 0.3s;
}

.spd-board-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.spd-board-photo{
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.spd-board-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spd-board-content{
    padding: 30px;
}

.spd-board-name{
    font-size: 24px;
    font-weight: 700;
    color: #0f4c81;
    margin-bottom: 10px;
}

.spd-board-position{
    font-size: 16px;
    font-weight: 600;
    color: #1f7ac0;
    margin-bottom: 20px;
}

.spd-board-description{
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.spd-board-contacts{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spd-board-contacts a{
    color: #0f4c81;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.spd-board-contacts a:hover{
    color: #1f7ac0;
}

/* =========================
   DESCRIPTION
========================= */

.spd-board-description{
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

/* короткий текст */

.spd-board-short-text{
    margin-bottom: 12px;
}

/* скрытый блок */

.spd-board-full-text{
    height: 0;

    overflow: hidden;
    opacity: 0;

    transition:
        height 0.4s ease,
        opacity 0.3s ease;

}

.spd-board-full-text.spd-board-full-text-open{
    opacity: 1;
}

/* кнопка */

.spd-board-more-btn{

    background: none;
    border: none;

    color: #1f7ac0;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    padding: 0;

    transition: 0.2s;
}

.spd-board-more-btn:hover{
    color: #0f4c81;
}