.supervisory {
    width: 100%;
    padding: 60px;
    background-color: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.supervisory-title {
    color: white;
    font-size: 40px;
    font-family: Cygre;
    font-weight: 700;
}

.supervisory-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 60px;
}

.supervisor {
    display: flex;
    max-width: 200px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.supervisory-image {
    width: 200px;
    height: 223.11px;
    border-radius: 20px;
    object-fit: cover;
}

.supervisory-info {
    text-align: start;
    color: white;
}

.supervisory-name {
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    line-height: 30px;
}

.supervisory-position {
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: 350;
    line-height: 23px;
}

.members {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 65px;
}

.members-title {
    color: #29517A;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    text-align: center;
}

.members-section {
    width: 100%;
    max-width: 1204px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 60px 171px;
    flex-wrap: wrap;
}

.member {
    display: flex;
    max-width: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.member-image {
    width: 200px;
    height: 223.11px;
    border-radius: 20px;
    object-fit: cover;
}

.member-info {
    text-align: start;
}

.member-name {
    color: black;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

.member-position {
    color: black;
    font-size: 12px;
    font-family: Arial, serif;
    text-align: center;
    font-weight: 350;
    line-height: 23px;
}

.documents {
    margin: 0 auto;
    padding: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.documents-title {
    color: black;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    text-align: center;
}

.documents-content {
    display: flex;
    max-width: 1020px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.document-button {
    min-width: 220px;
    max-width: 413px;
    padding: 10px 20px;
    background-color: #FF4E2E;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-family: Arial, serif;
    font-weight: 350;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}

.reestr-chlen {
    margin: 0 auto;
    padding: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.reestr-title {
    color: black;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    text-align: center;
}

.reestr-mobile-button {
    display: none;
    min-width: 220px;
    max-width: 413px;
    padding: 10px 20px;
    background-color: #FF4E2E;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-family: 'Cygre Book', serif;
    font-weight: 350;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}

.reestr-table {
    width: 100%;
    max-width: 1145px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #FF4E2E;
    border-radius: 15px;
    background-color: #FF4E2E;
}

.reestr-table th,
.reestr-table td {
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #FF4E2E;
}

.reestr-table thead th {
    background-color: #FF4E2E;
    color: white;
    font-size: 16px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
}

.reestr-table tbody td {
    background-color: white;
    color: black;
    font-size: 16px;
    font-family: Arial, serif;
    font-weight: 350;
}

@media (max-width: 919px) {
    .reestr-mobile-button{
        display: flex;
    }
    .reestr-table{
        display: none;
    }
}

.achievements {
    width: 100%;
    padding: 60px;
    background: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.photogallery-title {
    color: white;
    font-size: 40px;
    font-family: 'Cygre';
    font-weight: 700;
    word-wrap: break-word;
}

.photogallery-content .slick-next,
.photogallery-content .slick-prev {
    background: url("../img/strelkawhite.svg") no-repeat;
    color: #fff;
    width: 73px;
    height: 24px;
    font-size: 0;
    border: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-14%);
    margin: 0;
}

.photogallery-content .slick-next {
    right: 0;
    rotate: 180deg;
}

.photogallery-content .slick-prev {
    left: 0;
}

.photogallery-content .slick-list{
    max-width: 1058px !important;
}

.achievements-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-navigation .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 10px 14px 10px;
}

.achievements-navigation .slick-dots li {
    margin: 0 4px;
}

.achievements-navigation .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    transition: background-color 0.3s ease;
}

.achievements-navigation .slick-dots li.slick-active button {
    background-color: #A9A9A9;
}

.frame4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.frame7 {
    width: 100%;
    max-width: 76px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.ellipse {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 9999px;
}

.photogallery-content {
    width: 100%;
    max-width: 1246px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.line {
    width: 30px;
    border: 3px solid white;
}

.photogallery-bigphoto {
    width: 100%;
    height: 100%;
    max-width: 518px;
    max-height: 518px;
    border-radius: 10px;
    background: #595566;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photogallery-bigphoto img {
    width: 100%;
    height: 100%;
    max-width: 518px;
    max-height: 518px;
    border-radius: 10px;
    object-fit: scale-down;
}

.frame7 {
    width: 100%;
    max-width: 76px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.partners {
    width: 100%;
    padding: 60px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.partners-title {
    color: #29517A;
    font-size: 40px;
    font-family: 'Cygre';
    font-weight: 700;
    word-wrap: break-word;
}

.partners-slider {
    width: 100%;
    max-width: 1320px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.partners-slider-content {
    width: 100%;
    max-width: 1320px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding:30px 0 30px 0;
}

.partners-slider-content-block {
    padding: 10px;
    background: white;
    box-shadow: 0px 7px 19px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 110px;
    text-decoration: none;
}

.carousel-inner{
    overflow: visible !important;
}

.ellipse16 {
    display: flex;
    align-items: center;
    width: 59px;
    height: 59px;
    border-radius: 9999px;
}

.ellipse16 img {
    max-width: 59px;
    max-height: 59px;
    border-radius: 9999px;
}

.partners-slider-content-block-text {
    width: 300px;
    color: black;
    font-size: 16px;
    font-family: Arial;
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

@media (max-width: 1327px) {
    .frame4{
        flex-direction: column;
    }
    .members-section{
        gap: 60px;
    }
    .photogallery-bigphoto{
        max-width: 450px;
    }
    .photogallery-content{
        max-width: 839px;
    }
    .photogallery-content .slick-list{
        max-width: 735px !important;
    }
}

@media (max-width: 1182px) {
    .photogallery-bigphoto{
        max-width: 350px;
    }
}

@media (max-width: 1005px) {
    .photogallery-bigphoto{
        max-width: 488px;
    }
    .photogallery-content{
        max-width: 657px;
    }
    .achievements{
        padding: 30px;
    }
    .photogallery-content .slick-list{
        max-width: 489px !important;
    }
}

@media (max-width: 801px) {
    .photogallery-bigphoto{
        max-width: 300px;
    }
    .photogallery-content{
        max-width: 600px;
    }
    .photogallery-content .slick-list{
        max-width: 304px !important;
    }

}

@media (max-width: 818px) {
    .partners{
        padding: 20px;
    }
}

@media (max-width: 769px) {
    .supervisory-title {
        font-size: 38px; /* было 40 */
    }

    .supervisory-name {
        font-size: 22px; /* было 24 */
    }

    .supervisory-position {
        font-size: 14px; /* было 16 */
    }

    .members-title {
        font-size: 38px; /* было 40 */
    }

    .member-name {
        font-size: 22px; /* было 24 */
    }

    .member-position {
        font-size: 14px; /* было 16 */
    }

    .documents-title {
        font-size: 38px; /* было 40 */
    }

    .document-button {
        font-size: 14px; /* было 16 */
    }

    .reestr-title {
        font-size: 38px; /* было 40 */
    }

    .reestr-mobile-button {
        font-size: 14px; /* было 16 */
    }

    .photogallery-title {
        font-size: 38px; /* было 40 */
    }

    .partners-title {
        font-size: 38px; /* было 40 */
    }

    .partners-slider-content-block-text {
        font-size: 14px; /* было 16 */
    }
    .partners-slider-content-block{
        max-width: 340px;
    }
    .partners{
        padding: 30px 0 30px 0;
    }
    .photogallery-content .slick-next,
    .photogallery-content .slick-prev{
        display: none !important;
    }
}