

/* Start:/contacts/style.css?17745250487319*/
.bx-breadcrumb {
    margin-bottom: 26px !important;
}
.bx-breadcrumb,
.contacts-section {
    margin: 0 auto;
    width: 100%;
    max-width: 1672px;
}

.contacts-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 319px;
}

.contacts-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #5a2c82;
    max-height: 319px;
}

.contacts-title {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Exo;
    font-weight: 600;
    font-size: 96px;
    line-height: 99%;
    text-align: center;
    margin: 0;
    z-index: 2;
}

.contacts-content {
    max-width: 1405px;
    margin: 0 auto;
    padding: 0 20px;
}

.managers-title {
    font-family: Exo;
    font-weight: 600;
    font-size: 32px;
    line-height: 62.4px;
    color: #000000;
    margin: clamp(32px, 1.8846rem + 0.5128vw, 40px) 0 16px 0;
}

.table-responsive {
    overflow-x: auto;
}

.managers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.managers-table th,
.managers-table td {
    padding: 16px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #b1b1b1;
}

.managers-table tr th:first-child,
.managers-table tr td:first-child {
    padding-left: 67px;
}
.managers-table tr td:first-child {
    font-family: Exo;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.managers-table tr td:nth-child(2) {
    font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.managers-table th {
    background-color: #f0e6f7;
    font-weight: bold;
    font-family: Exo;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    border: none;
}
.managers-table a {
    font-family: Exo;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6646ab;
    text-decoration: underline;
}

.managers-table a:hover {
    text-decoration: none;
}

.manager-list {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 40px 0;
}

.manager-item {
    border: 1px solid rgba(102, 70, 171, 0.24);
    background: #fff;
    height: stretch;
    max-width: calc(100% / 4 - 16px);
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.manager-item-title {
    margin: 0;
    color: #000;
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}

.manager-item-title .manager-lastname,
.manager-item-title .manager-firstname {
    display: block;
}

.manager-item-text {
    color: #000;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.manager-item-link {
    color: #6646ab;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
}

.manager-item-link:hover {
    text-decoration: none;
}

.supply-department {
    max-width: 1405px;
    margin: 0 auto;
    padding: 0 20px;
    margin: 34px auto 64px auto;
}

.supply-department-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #dbd3eb;
    padding: 24px 128px 24px 67px;
    flex-wrap: wrap;
}

.supply-department-title {
    margin: 0;
    color: #000;
    font-family: "Exo", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    width: 33%;
    margin: 0;
}

.supply-department-text {
    color: #000;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    width: fit-content;
    margin: 0;
}

.supply-department-link {
    color: #6646ab;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
    width: fit-content;
    margin: 0;
}

.supply-department-link:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .contacts-title {
        font-size: 36px;
        left: 50%;
        top: 40%;
    }

    .managers-table thead {
        display: none;
    }

    .managers-table,
    .managers-table tbody,
    .managers-table tr {
        display: block;
        width: 100%;
    }

    .managers-table td {
        display: block;
        text-align: left;
        padding: 8px 15px;
    }

    .managers-table tr td:first-child {
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        border-top: 1px solid #b1b1b1;
        padding-top: 15px;
    }

    .managers-table td {
        border: none;
    }

    .managers-table tr td:nth-child(2) {
        padding-bottom: 0px;
        padding-top: 5px;
    }

    .managers-table tr td:nth-child(3) {
        padding-top: 0;
        border-bottom: 1px solid #ddd;
    }

    .managers-title {
        font-size: 28px;
        line-height: 1.3;
        margin: 50px 0 20px 0;
    }
}

.contacts-content-header {
    margin: 34px auto 0 auto;
}

.contacts-content-header .managers-table {
    margin: 0;
}

.contacts-content-header table * {
    border: none;
    background-color: #dbd3eb;
}

.contacts-content-header table th {
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 32px;
}

.contacts-content-header table td {
    padding-bottom: 24px;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .contacts-content-header .managers-table thead {
        display: block;
    }

    .contacts-content-header .managers-table thead tr th {
        padding: 16px;
        font-size: 24px;
        line-height: 130%;
    }

    .contacts-content-header .managers-table tr td:first-child {
        border: none;
        padding: 0 30px 0 16px;
    }

    .managers-title {
        margin: 32px 0 16px 0;
    }

    .manager-list {
        gap: 8px;
        margin: 0 0 32px 0;
        flex-wrap: wrap;
    }

    .manager-item {
        max-width: 100%;
    }

    .supply-department {
        margin: 32px auto 28px auto;
    }

    .supply-department-content {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .supply-department-title {
        width: 100%;
        font-size: 24px;
    }

    .supply-department-text {
        width: 100%;
    }

    .supply-department-link {
        width: 100%;
    }
}

@media (768px <= width <= 1024px) {
    .contacts-content-header .managers-table thead {
        display: block;
    }

    .managers-table,
    .managers-table tbody,
    .managers-table tr {
        display: block;
        width: 100%;
    }

    .managers-table tr th:first-child,
    .managers-table tr td:first-child {
        padding-left: 16px;
    }

    .manager-item {
        max-width: calc(100% / 2 - 4px);
    }

    .manager-item:last-child {
        max-width: 100%;
    }

    .manager-list {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .supply-department-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.director-numb {
    white-space: pre;
}

.director-numb::before {
    content: attr(data-phone);
}

/* End */
/* /contacts/style.css?17745250487319 */
