@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    border: none;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a,
button {
    cursor: pointer;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    line-height: 1.5;
    font-family: 'Inter';
    /* filter: grayscale(100%); */
}

.padding-container {
    display: flex;
}


.padding-container {
    /* padding: 0 60px; */
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    min-height: 75vh;
}

a {
    text-decoration: none;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
    height: 100%;
}

/* .container {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 1500px;
    padding-left: 20px;
} */

.container {
    margin: 0 0 0 300px;
    width: calc(100% - 300px);
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 5px;
}

.nav_location {
    background-color: #000;
    padding: 12px 0;
}

.d-flex {
    display: flex;
}

.white_text {
    color: #fff;
}

.gap-20 {
    gap: 20px
}

.gap-40 {
    gap: 40px
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-end {
    justify-content: end;
}

.fit-content {
    width: fit-content;
    height: fit-content;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.main_nav_block {
    border-bottom: solid 1px #CDCDCD;
}

.main_nav {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.main_section {
    min-height: 64vh;
}

.black {
    color: #000 !important;
}

.title.black {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px
}

.logo-text {
    max-width: 221px;
    text-transform: uppercase;
    line-height: 20px;
}

.nav-list {
    display: flex;
    gap: 30px;
}

.header-text {
    max-width: 1070px;
    width: 100%;
    font-size: 40px;
    line-height: 45px;
}

.header-second-text {
    max-width: 610px;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.main-btn {
    width: 100%;
    border-radius: 8px;
    padding: 10px 60px;
    background-color: #0D0D74;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-header {
    font-size: 32px;
    margin-bottom: 40px;
    color: #000;
}

.big_activities {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.activities_block {
    display: flex;
    gap: 20px;
}

.types {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.type_block {
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    padding: 20px;
    max-width: 664px;
    width: 100%;

}

.type_block h5 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    margin-top: 44px;
}

.form_block {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 100%;
}

.form_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form_header h4 {
    font-weight: 500;
    font-size: 32px;
    max-width: 508px;
    width: 100%;
    line-height: 38px;
}

.form_header p {
    font-weight: 400;
    font-size: 18px;
    max-width: 338px;
    width: 100%;
    line-height: 21px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.min_activities {
    width: 24%;
    height: 100%;
    width: 24%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.activity_card {
    border: 1px solid #D2D2D2;
    border-radius: 8px;
}

.card_text {
    padding: 20px;
}

.card_text h4 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.card_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6B6B6B;
}

.news {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-block {
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    max-width: 434px;
    width: 100%;
}

.news-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

.news-text h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.news-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.news-text a {
    text-decoration-line: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.news-text span {
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.gallery_block:nth-child(1) {
    width: 59%;
}

.gallery_block:nth-child(2) {
    width: 39%;
}

.gallery_block:nth-child(3) {
    width: 49%;
}

.gallery_block:nth-child(4) {
    width: 49%;
}

.gallery_block img {
    width: 100%;
    height: 100%;
}

.partners {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 34px 88px;
    width: 317px;
}

.footer {
    border-top: 1px solid #D2D2D2;
    text-align: center;
    margin-top: 80px;
    padding: 78px 0;
}

.filtersearch {
    display: flex;
    border: show;
    border: #888888;
}

.search_block {
    margin-top: 20px;
    display: flex;
    width: 15%;
}


.table_block button {
    background: #0D0D74;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #888888;
    border-radius: 0px 8px 8px 0px;
    max-width: 53px;
    width: 100%;
}


.table_block {
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    margin-top: 15px;
    width: 100%;
}


thead {
    height: 40px;
}

tbody tr {
    width: 100%;
}

tbody tr td {
    max-width: 240px;
    width: 12.5%;
    padding: 10px;
}

.feedback_table td:last-child {
    text-align: center;
}

thead tr {
    background-color: #F0F0F0;
}

tbody tr:nth-child(2n) {
    background-color: #F0F0F0;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.dropdown.open .dropdown-content {
    display: block;
    max-height: 200px;
    display: block;
    max-height: 200px;
    overflow-y: scroll;
    border: 0.1px solid #888888;
    border-radius: 0 0 8px 8px;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #fff;
}
/* Видео */
/* Контейнер для видео */
.videos-container1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Видео не будут переноситься на новую строку */
    gap: 20px;
    margin: 0 auto;
    max-width: 1000px; /* Ограничиваем максимальную ширину */
    padding: 20px;
}

/* Обертка для каждого видео */
.video-wrapper1 {
    width: 30%; /* Уменьшаем ширину, чтобы поместились 3 видео в ряд */
    aspect-ratio: 9/16; /* Вертикальное соотношение (книжное) */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Стили для самого видео */
.video-iframe1 {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Сохраняет соотношение сторон и масштабирует видео */
}


/* Заголовок */
.black_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .videos-container1 {
        flex-direction: column; /* Переключаем видео на вертикальное размещение на маленьких экранах */
        align-items: center;
    }

    .video-wrapper1 {
        width: 90%; /* Видео занимает больше пространства на мобильных устройствах */
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .black_title {
        font-size: 20px; /* Уменьшаем размер заголовка на очень маленьких экранах */
    }
}
/* Видео */
.dropdown.open:nth-child(-n+5) .dropdown-content {
    z-index: 101;
}



.dropdown.open .dropdown-content::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #ffffff00;
}

.dropdown.open .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #686881;
    border-radius: 9em;
}

.dropdown.open .dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.navbar nav::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #ffffff00;
}

.navbar nav::-webkit-scrollbar-thumb {
    background-color: #686881;
    border-radius: 9em;
}

.navbar nav::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.dropdown.open .dropdown-content {
    animation: slideDown 1s ease;
    max-height: 200px;
}


@keyframes slideDown {
    from {
        max-height: 0;
    }

    to {
        max-height: 200px;
    }
}


/* .dropdown.open .dropdown-toggle {
    background-color: #686881;
} */

.drpd-block {
    width: 100%;

    padding-right: 10px;
}

.dropdown button {
    color: #000;
    height: 40px;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 220px;
    border: 1px solid #888888;
    justify-content: space-between;
    padding: 10px;
}

.dropdown button img {
    width: 20px;
    height: 10px;
}

.dropdown.open button {
    border-radius: 8px 8px 0 0;
}

.corp-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 8px;
}

/* .navbar-container {
    max-width: 300px;
    width: 100%;
} */


.navbar-container {
    width: 300px;
    position: fixed;
}


/* .navbar {
    padding-right: 36px;
    max-width: 300px;
    width: 100%;
    border-right: 1px solid #D9D9D9;
    padding-top: 40px;
    height: 100vh;
    position: fixed;
    z-index: 100;
} */

.navbar {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #D9D9D9;
    /* padding-top: 40px; */
    height: 100vh;
    z-index: 100;
    padding: 5px;
}

.navbar nav {
    flex-grow: 1;
    overflow-y: auto;
    margin-top: 70px;
}


aside ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

aside li {
    list-style: none;
}

aside li a {
    color: #000;
    transition: .3s;
}

aside li a:hover {
    color: #0D0D74;
    font-weight: 700;
    transition: .3s;
}

aside li span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

aside li .dropdown {
    margin: 0;
}

.dropdown-nav-btn {
    color: #000 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    text-align: left;
    padding: 0 !important;
    border: none !important;
}

aside li .dropdown.open .dropdown-content {
    display: block;
    display: block;
    max-height: 100% !important;
    overflow-y: none !important;
    border: none !important;
    border-radius: none !important;
    position: inherit;
}

.dropdown-content ul {
    margin-top: 20px;
    gap: 14px;
}


.language_change {
    position: relative;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    align-items: center;
}

.language_change span {
    font-size: 16px;
}

.language_change .dropdown a,
.language_change .dropdown li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language_change .dropdown .dropdown-content {
    width: 126px;
    border: none;
}
@media screen and (max-height: 900px) {
    .language_change .dropdown .dropdown-content {
        position: absolute;
        bottom: 36px;
    }
}

.header_block {
    background-color: #0D0D74;
    border-radius: 20px;
    padding: 30px;
    background-image: url(../img/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.title {
    font-weight: 400;
    font-size: 36px;
    line-height: 51px;
    color: #FFFFFF;
    max-width: 980px;
}

.add_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 715px;
    margin-top: 20px;
}

.mt-25p {
    margin-top: 25%;
}

.mt-23p {
    margin-top: 23%;
}

.expert-btn {
    background-color: #0D0D74;
    padding: 10px;
    max-width: 230px;
    width: 100%;
    display: flex;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.expert-btn span {
    color: #fff;
}




.banner-block {
    background-color: #0D0D74;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 99%;
    transition: .5s;
    margin-top: 20px;
    font-size: 30px;
}

.white-btn {
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    padding: 20px 66px;
    height: 100%;
    font-size: 18px;
}

.black_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin: 60px 0;
}

.activities-container {
    width: 100%;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.activities-block {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    display: flex;
    height: 164px;
    transition: all 0.2s;
    width: 100%;
}

.activities-img {
    padding: 45px;
    border-right: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activities-img img {
    max-width: 70px;
    max-height: 70px;
}

.activities-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activities-text h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    transition: .5s;
}

.activities-text a {
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #000000;
    opacity: 0;
    transition: .5s;
}

.activities-block:hover {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    transition: .5s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.activities-block:hover .activities-text h3 {
    margin-bottom: 30px;
    transition: .5s;
}

.activities-block:hover a {
    opacity: 1;
    transition: .5s;
}

.blue-block {
    background-color: #0D0D74;
    padding: 30px;
    color: #fff;
    border-radius: 20px;
    background-image: url(../img/blue_block_arnament.png);
    background-repeat: no-repeat;
    background-position: 99%;
    transition: .5s;
}

.blue-block:hover {
    background-position: 98%;
    transition: .5s;
    box-shadow: 4px 4px 20px 2px rgb(0 0 0 / 32%);
}

.blue-block-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
}

.slider {
    display: flex;
    /* overflow-x: hidden; */
    width: 100%;
    padding: 5px;
}

.card {
    flex: 0 0 400px;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(135, 135, 135, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.slider-btn {
    color: #000;
    border-radius: 100%;
    border: 1px solid #DEDEDE;
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-btn:last-child img {
    transform: rotateZ(180deg);
}

.card img {
    aspect-ratio: 434 / 290;
    height: auto;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.card-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

.card-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    max-height: 65px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.card-text p {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
    margin-bottom: 25px;
}

.card-text a {
    text-decoration: underline;
    color: #000;
}

.card-text span {
    color: #00000045;
}


.card-news {
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(135, 135, 135, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.news_inner_img {
    aspect-ratio: 434 / 290;
    width: auto;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.card-news img {
    aspect-ratio: 434 / 290;
    height: auto;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.card-news-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 48%;
}


.card-news-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.card-news-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    margin-bottom: 10px;
    color: #000;
}

.card-news-text a {
    text-decoration: underline;
    color: #000;
}

.card-news-text span {
    color: #00000045;
}

.card-news-text div p {
    text-decoration-line: underline;
    color: #000;
}

.card-news-text div span {
    text-decoration: none !important;
}

.card-text p {
    color: #000;
}

.card-text div {
    align-items: center;
}

.card-text div p {
    text-decoration-line: underline;
    margin: 0;
}





.big-btn {
    background: #0D0D74;
    border-radius: 100px;
    padding: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.stakeholders-container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
}

.stakeholder-block {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 161px;
    padding: 20px;
}

.stakeholder-block img {
    margin: auto;
    object-fit: contain;
}

.main_footer {
    border-top: 1px solid #d8d8d8;
    padding: 30px 60px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    margin-top: 170px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.white_main_block {
    width: fit-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 30px;
    margin-top: 25px;
}

.white_block_text {
    max-width: 666px;
    padding-left: 20px;
    width: 100%;
}

.white_block_text ul {
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.white_block_text li {
    list-style: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.h-100p {
    height: 100%;
}

.white_min_block {
    width: 100%;
    padding: 30px;
    position: relative;
    background-image: url(../img/white_arnament.png);
    background-color: #fff;
    background-position: 99%;
    background-repeat: no-repeat;
    box-shadow: -10px 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-top: 50px;
    min-height: 245px;
    transition: .5s;
}

.white_min_block:hover {
    transition: .5s;
    background-position: 98%;
}

.min_block_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}

.min_block_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    color: #000000;
    max-width: 1240px;
}

.label_min_block {
    position: absolute;
    top: -22px;
    background-color: #FFE68E;
    padding: 10px 20px;
    border-radius: 100px;
}

.label_min_block span {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.mission-container .white_min_block:last-child {
    background-image: url(../img/white_bottom_arnament.png);
    background-position: 99% 96%;
}

.yellow_block {
    background-color: #FFE68E;
    padding: 10px 20px;
    border-radius: 100px;
    width: fit-content;
    margin: 30px 0;
}

.yellow_block span {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}


.video-block {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    transition: height 0.5s ease;
    border-radius: 20px;
    margin-bottom: 60px;
}

.video-block--active {
    height: 70vh;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 179px;
    height: 179px;
    border: none;
    background-color: transparent;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #fff;
    padding: 32px 0 32px 43px;
}

video.video-iframe {
    min-height: 500px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block--active .video-overlay,
.video-block--active .play-button {
    display: none;
}

.history_block {
    border-top: 1px solid #000;
    padding-bottom: 60px;
    width: 100%;
    text-align: left;
    display: flex;
}

.year {
    font-weight: 200;
    font-size: 96px;
    color: #000;
    width: 40%;
}

.history_text {
    font-weight: 400;
    font-size: 18px;
    width: 60%;
    padding-top: 30px;
    max-width: 586px;
}

.legal_basis_block {
    max-width: 510px;
    width: 100%;
    border-left: 3px solid #0D0D74;
    padding-left: 20px;
    margin-bottom: 40px;
}

.legal_basis_block span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6D6D6D;
}

.legal_basis_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.legal_basis_block a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0D0D74;
}

.union_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.union_text {
    padding-left: 20px;
}

.union_text ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.union_text li {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    list-style: none;
}

.union_text h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin-top: 20px;
}

.union_block {
    background-color: #fff;
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    padding: 14px;
    margin-top: 20px;
}

.union_block span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6D6D6D;
}

.union_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.union_block a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0D0D74;
}

.photo_archive_container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.photo_card {
    aspect-ratio: 1 / 1;
    max-width: 362px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.photo_card img {
    object-fit: cover;
    filter: brightness(.5);
}

.year_img {
    filter: none !important;
}



.photo_card span {
    position: absolute;
    font-weight: 400;
    font-size: 28px;
    z-index: 100;
    line-height: 39px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.w-100p {
    width: 100%;
}

.white_main_block h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    max-width: 1110px;

}

.white_main_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-top: 20px;
    max-width: 666px;
}

.activities_btn {
    max-width: 283px;
    width: 100%;
    background: #0D0D74;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
    justify-content: center;
    display: flex;
}

ol {
    padding: 0;
    list-style-position: inside;
}

.news_container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
    height: 100%;
}

.news_container .card-news {
    flex: none;
    margin: 0;
}

.news_container .card-text p {
    margin-top: 0;
}

.blue-block-na {
    background-color: #0D0D74;
    border-radius: 20px;
    height: 336px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.blue-block-na p {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.blue-block-na h2 {
    color: #fff;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
}

.blue-block-na h3 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
}

.contacts_container .white_main_block {
    width: 100%;
}

.white_main_block h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
}

.contacts_container {
    display: grid;
    grid-template-columns: 1.23fr 1fr;
    gap: 20px;
}

.form_inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.form_inputs input {
    border-bottom: 1px solid #404040;
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 30px;
    color: #404040;
    outline: none
}

.flex-columt {
    flex-direction: column;
}

.form_inputs input::-webkit-input-placeholder {
    color: #404040;
}

.contacts_container .white_main_block:last-child {
    height: 50%;
}

.dop_info {
    height: 41%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.dop_info span {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;

    color: #828282;
}

.filter_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dropdown:nth-child(2n) button {
    width: 265px;
}

.dropdown:nth-child(3n) button {
    width: 290px;
}

.dropdown:last-child button {
    width: 624px;
}

.search_form {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 20px;
}

.search_form input {
    border: 1px solid #888888;
    border-radius: 8px;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.search_form button {
    background: #0D0D74;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
    border: 1px solid #888888;
    border-radius: 8px;
    max-width: 53px;
    width: 100%;
    color: #fff;
}

.table_block tr th {
    max-width: 240px;
    width: 10%;
}

.experts_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 100px;
}

.experts_container .legal_basis_block {
    max-width: none;
}

.schools_container {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-top: 30px;
}

.mt-150 {
    margin-top: 150px;
}

.blue-block h3 {
    font-weight: 400;
    font-size: 32px;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.school_block {
    aspect-ratio: 9 / 5;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.school_block img {
    width: 100%;
    object-fit: none;
}


.copyright {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

.social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.copyright a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright a img {
    width: 24px;
}

.doc_block {
    max-width: 471px;
    margin-top: 20px;
}

.doc_block span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6D6D6D;
}

.doc_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.doc_block a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0D0D74;
}

.resurs tr th,
.resurs tr td {
    width: fit-content;
    max-width: none;
    padding: 5px 20px;
}

.accordion {
    max-width: 283px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #0D0D74;
    margin-top: 20px;
    border-radius: 10px;
    transition: .3s;
    position: absolute;
    right: 10px;
    bottom: 28px;
}

.white_main_block {
    position: relative;
}

.accordion::before {
    content: url('../img/icons/arrow_down.png');
}

.accordion.active::before {
    content: url('../img/icons/arrow_up.png');
}

.active,
.accordion:hover {
    background-color: #383870;
    transition: .3s;
    position: absolute;
    right: 10px;
    bottom: 10px;

}

.panel {
    display: none;
    background-color: white;
    overflow: hidden;
}

textarea {
    border-radius: 8px;
    border: 1px solid;
    margin-bottom: 40px;
    padding: 10px;
    font-size: 17px;
    color: #000;
}

.navbar-container-mob {
    display: none;
}

.navbar-container-mob {
    border-bottom: 1px solid #D9D9D9;
    min-height: 60px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.mob-nav-btn {
    border-radius: 8px;
    height: 36px;
    background-color: #0D0D74;
    color: #fff;
    width: 40px;
    padding: 8px;
}

.nav-content {
    height: 400px;
    background-color: #fff;
    display: none;
    padding: 0 20px;
    height: 90vh;
}

.nav-content li span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.open-nav {
    display: block !important;
}

.nav-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.nav-content li .dropdown.open .dropdown-content {
    display: block;
    display: block;
    max-height: 100% !important;
    overflow-y: none !important;
    border: none !important;
    border-radius: none !important;
    position: inherit;
}

.nav-content li .dropdown.open .dropdown-content ul {
    margin-top: 10px;
}

.dir-block {
    display: flex;
}

.union_title {
    display: flex;
    gap: 20px;
}

.smi_container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
    height: 100%;
}

.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.fullscreen-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.news-img-container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, 320px);
}

.news-img-container .news_inner_img {
    aspect-ratio: auto;
}


@media screen and (max-width: 991px) {
    .navbar-container {
        display: none;
    }

    .padding-container {
        display: block;
    }

    .white_block_text {
        padding-left: 0;
        margin-top: 30px;
    }




    .navbar-container-mob {
        display: block;
    }

    .container {
        margin: 0;
        width: 100%;
        max-width: 1500px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 90px;
    }

    .corp-text {
        font-size: 18px;
        margin-top: 20px;
    }

    .main_footer {
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .dir-block {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .union_container {
        grid-template: inherit
    }

    .photo_card span {
        font-size: 24px;
    }

    .union_title {
        flex-direction: column;
    }

    .activities-container {
        grid-template-columns: 1fr;
    }

    .contacts_container {
        grid-template-columns: auto;
    }

    .dop_info {
        margin-top: 50px;
        height: auto;
    }

    .feedback_table thead tr th,
    .feedback_table tbody tr td {
        min-width: 200px;
    }
}

@media screen and (max-width: 745px) {
    .history_block {
        flex-direction: column;
        align-items: center;
    }

    .year {
        font-size: 56px;
    }

    .history_text {
        font-size: 14px;
    }

    .photo_archive_container {
        justify-items: center;
    }

    .mob-scroll {
        overflow-x: auto !important;
    }

    .white_main_block h4 {
        font-size: 24px;
    }

    .white_main_block {
        padding: 10px;
    }

    .white_block_text li {
        font-size: 16px;
        line-height: 24px;
    }

    .white_block_text ul {
        gap: 10px;
    }


}


@media screen and (max-width: 548px) {
    .activities-container {
        justify-items: center;
    }

    .activities-block {
        max-width: 354px;
        width: 100%;
    }

    .blue-block-na h2 {
        font-size: 28px;
    }

    .mob-logo {
        width: 40%;
    }

    .blue-block-title {
        font-size: 20px;
        line-height: 20px;
    }

    .white-btn {
        padding: 10px 66px;
    }

    .blue-block {
        background-size: 40px;
    }

    .activities-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .label_min_block span {
        font-weight: 500;
        font-size: 12px;
        color: #000;
    }

    .header_block .white-btn {
        padding: 16px 65px;
        width: 100%;
    }

    .nav-header img {
        width: 35%;
    }

    .mob-nav-btn img {
        width: 100%;
    }

    .align-baseline {
        align-items: baseline !important;
    }

    .title {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        max-width: 980px;

    }

    .dop_info span {
        font-size: 12px;
        line-height: 20px;
    }

    .container {
        padding-top: 90px;
    }

    .activities-img {
        padding: 20px;
    }

    .activities-text {
        padding: 10px;
    }

    .activities-text h3 {
        font-size: 16px;
    }

    .activities-block {
        height: 140px;
    }

    .black_title {
        font-size: 24px;
        margin: 60px 0 30px 0;
    }
}