* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html, body {
    overflow-x: hidden;
}

:root {
    --black: #010A1C;
    --blue: #022E66;
    --red: #BC2041;
    --grey: #F3F7FA;
    --dark-blue: #002357;
    --yellow: #FFD802;
    --text-grey: #5A6375;
    --border-grey: #EAECF0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 24px;
    color: var(--dark-blue);
}

h2 {
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 12px;
    color: var(--dark-blue);
}

h3 {
    font-size: 26px;
    line-height: 150%;
}

h4 {
    font-size: 21px;
    line-height: 150%;
}

a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

a:hover {
    color: unset;
}

p {
    color: var(--text-grey);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.btn {
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 30px;
    color: var(--dark-blue);
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.navbar-collapse .btn {
    line-height: 26px;
}

.btn-primary {
    background: var(--yellow);
    color: var(--dark-blue);
}

.btn-primary:hover {
    background: var(--dark-blue);
}

.btn-primary svg {
    margin-right: 8px;
}

.btn-primary:hover svg path {
    fill: white;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:active {
    border: none;
    box-shadow: none;
    outline: none;
    background: var(--dark-blue);
}

.card {
    border: none;
}

.nav-link:focus, .nav-link:hover {
    color: unset;
}

@media (max-width: 1199px) {
   .menu_btn_support {
       margin-bottom: 24px;
   }
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }
}

/*LOADER STYLES*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    opacity: 1;
    z-index: 9999;
    /*display: none;*/
    /*opacity: 0;*/
}

#loader.hide {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: -99;
}

.loader_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.loader_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.loader_logo {
    margin-right: 60px;
    min-width: 265px;
}

.loader_logo span {
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 115px;
}

.loader_logo_blue {
    color: #369CE7;
}

.loader_logo_yellow {
    color: #FFD700;
}

.loader_title {
    font-family: 'Bitter', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #010A1C;
}

@media (max-width: 576px) {
    .loader_content img {
        max-width: 150px;
    }

    .loader_info {
        flex-direction: column;
        align-items: flex-start;
    }

    .loader_logo {
        margin-right: 0;
    }

    .loader_logo span {
        font-size: 60px;
        line-height: 85px;
    }
}

/*HEADER STYLES*/

header {
    background: white;
}

.navbar {
    box-shadow: 0 6px 8px -6px rgba(24, 39, 75, 0.12), 0 8px 16px -6px rgba(24, 39, 75, 0.08);
    padding: 10px 0;
}

.navbar-collapse {
    justify-content: space-between;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.29289L9.14645 0.146447C9.34171 -0.0488155 9.65829 -0.0488155 9.85355 0.146447C10.0488 0.341709 10.0488 0.658291 9.85355 0.853553L5.70711 5L9.85355 9.14645C10.0488 9.34171 10.0488 9.65829 9.85355 9.85355C9.65829 10.0488 9.34171 10.0488 9.14645 9.85355L5 5.70711L0.853553 9.85355C0.658291 10.0488 0.341709 10.0488 0.146447 9.85355C-0.0488155 9.65829 -0.0488155 9.34171 0.146447 9.14645L4.29289 5L0.146447 0.853553C-0.0488155 0.658291 -0.0488155 0.341709 0.146447 0.146447C0.341709 -0.0488155 0.658291 -0.0488155 0.853553 0.146447L5 4.29289Z' fill='%23737373'/%3E%3C/svg%3E");
}

.nav-item .dropdown-menu {
    border: none;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
    border-radius: 4px;
    width: fit-content;
    padding: 24px 20px 30px 24px;
    margin: 0 auto;
    margin-top: 13px;
    left: -15px;
}

.nav-item .nav-link.dropdown-toggle::after {
    display: none;
}

.nav-item .dropdown-item,
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    border-bottom: 2px solid transparent;
}

.nav-item .dropdown-menu li + li {
    margin-top: 12px;
}

.nav-item .dropdown-item {
    padding: 0;
    display: initial;
}

.nav-item .dropdown-item:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--dark-blue);
    border-color: var(--dark-blue);
    background: transparent;
}

.navbar-light .navbar-nav .nav-item.dropdown .nav-link:focus {
    color: var(--dark-blue);
    /*border-color: transparent;*/
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-right: 45px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 4px 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 12px;
    }
}

@media (min-width: 1400px) {
    .navbar-brand {
        margin-right: 75px;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 24px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        width: fit-content;
        margin: 0 auto;
    }

    .nav-item .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
    }

    .nav-item .dropdown-menu li {
        text-align: center;
    }
}

.nav_end {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.language {
    display: flex;
    justify-content: center;
    margin-right: 24px;
}

.language a.dropdown-toggle {
    display: flex;
    align-items: center;
    color: var(--dark-blue);
    font-size: 16px;
    text-transform: uppercase;
    background: #F3F7FA;
    border-radius: 6px;
    padding: 10px;
}

.language a.dropdown-toggle.show {
    border-radius: 6px 6px 0 0;
}

.language a.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1746 10.1204C15.3843 9.94065 15.6999 9.96494 15.8796 10.1746C16.0593 10.3843 16.0351 10.6999 15.8254 10.8796L12.3254 13.8796C12.1382 14.0401 11.8619 14.0401 11.6746 13.8796L8.17461 10.8796C7.96495 10.6999 7.94067 10.3843 8.12038 10.1746C8.30009 9.96494 8.61574 9.94065 8.8254 10.1204L12 12.8415L15.1746 10.1204Z' fill='%23002357'/%3E%3C/svg%3E");
    border: none;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.language .dropdown-menu {
    background: var(--grey);
    padding: 10px 5px;
    border: none;
    min-width: auto;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 6px 6px;
}

.language a.active {
    background: var(--grey);
    color: var(--black);
}

.language .dropdown-item {
    padding: 2px 4px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    color: var(--dark-blue);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
}

.language .dropdown-item:focus,
.language .dropdown-item:hover {
    background: rgba(2, 46, 102, 0.2);
    color: var(--black);
}

.language a img {
    margin-right: 10px;
}

.intro {
    padding-top: 80px;
    padding-bottom: 60px;
}

.intro_left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.intro_info {
    max-width: 626px;
}

.intro_right .swiper {
    max-width: 696px;
    max-height: 696px;
    padding-right: 60px;
    padding-bottom: 60px;
    margin: 0;
}

.intro_right .swiper::after {
    content: '';
    position: absolute;
    max-width: 580px;
    max-height: 580px;
    width: 85%;
    height: 85%;
    border: 20px solid var(--dark-blue);
    bottom: 0;
    right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35px;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--dark-blue);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.intro_info .btn {
    margin-top: 34px;
}

@media (max-width: 1199px) {
    .nav_end {
        flex-direction: column;
    }

    .language {
        margin: 10px 0 24px;
    }
}

@media (max-width: 991px) {
    .intro_info {
        max-width: unset;
    }

    .intro_info .btn {
        margin-bottom: 34px;
    }

    .intro_right {
        margin-top: 24px;
    }

    .intro_right .swiper {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .intro_right .swiper {
        max-width: 676px;
        max-height: 676px;
        padding-right: 40px;
        padding-bottom: 40px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px;
    }

    .intro_right .swiper::after {
        border: 10px solid var(--dark-blue);
    }
}

@media (max-width: 576px) {
    .intro_info p {
        font-size: 16px;
    }
}

/*PAGE STYLES*/

section {
    padding: 60px 0;
}

.title_block {
    margin-bottom: 60px;
}

/*ABOUT SECTION*/

.about p {
    margin-bottom: 0;
}

.about_cards {
    margin-bottom: 74px;
}

.about_cards h4 {
    margin: 16px 0 12px 0;
}

@media (max-width: 767px) {
    .about_cards > div {
        margin-bottom: 20px;
    }
}

/*PROJECTS SECTION*/
.projects .container {
    position: relative;
}

.projects .btn:hover {
    color: white;
    background: var(--dark-blue);
}

.swiper_projects {
    margin-bottom: 44px;
}

/*.swiper_projects .card-body {*/
/*    padding: 12px 0;*/
/*}*/

/*.swiper_projects .card h3 {*/
/*    margin-bottom: 12px;*/
/*    color: var(--dark-blue);*/
/*}*/

/*.swiper_projects .card h3:hover {*/
/*    color: var(--yellow);*/
/*}*/

/*.swiper_projects .card-text {*/
/*    margin-bottom: 30px;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

img.card-img-top {
    width: auto;
}

.project_card {
    border: 1px solid var(--border-grey);
    border-radius: 6px;
    padding: 12px;
}

.project_card .card-img-top {
    border-radius: 6px;
    max-height: 11.5vw;
    max-width: 21vw;
}

.collected_block {
    padding: 12px;
    background: #ECF1F4;
    border-radius: 6px;
    margin-bottom: 24px;
}

.progress {
    position: relative;;
    background: white;
    border-radius: 1.25rem;
    margin-bottom: 12px;
}

.progress span {
    position: absolute;
    top: -2px;
    left: calc(50% - 17.5px);
    width: 35px;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.progress-bar {
    background-color: var(--yellow);
}

.collected_block b {
    color: var(--dark-blue);
}

.project_card .btn-primary {
    margin-left: 24px;
}

.swiper-button-prev-project,
.swiper-button-next-project {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--border-grey);
    border-radius: 56px;
}

.swiper-button-prev-project.swiper-button-disabled, .swiper-button-next-project.swiper-button-disabled {
    opacity: 0.6 !important;
}

.swiper-button-prev-project:hover,
.swiper-button-next-project:hover {
    background: var(--dark-blue);
}

.swiper-button-prev-project:hover svg path,
.swiper-button-next-project:hover svg path {
    fill: white;
}

.swiper-button-prev-project {
    left: -53px;
}

.swiper-button-next-project {
    right: -53px;
}

@media (max-width: 1200px) {
    .project_card .card-img-top {
        max-height: 14.5vw;
        max-width: 27vw;
    }
}

@media (max-width: 991px) {
    .project_card a.card-title {
        min-height: 78px;
    }
}

@media (max-width: 768px) {
    .project_card .card-img-top {
        max-height: 27.5vw;
        max-width: 50vw;
    }
}

@media (max-width: 576px) {
    .project_card a.card-title {
        min-height: 117px;
    }
}

/*SUPPORT SECTION*/
.support_block {
    border: 10px solid var(--dark-blue);
    padding: 38px 38px 21px;
}

.nav-tabs {
    margin-bottom: -1px;
    border: none;
}

.nav-tabs .nav-link {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    color: var(--dark-blue);
    padding: 12px 30px;
    /*margin-bottom: -2px;*/
}

.nav-tabs .nav-link:hover {
    background: var(--yellow);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--dark-blue);
    border-color: var(--border-grey) var(--border-grey) white;
}

.tab-content {
    border: 1px solid;
    border-image-slice: 1;
    /*border-color: var(--border-grey);*/
    border-image-source: linear-gradient(180deg, #EAECF0 0%, rgba(234, 236, 240, 0) 100%);
    border-radius: 0px 6px 6px 6px;
    padding: 30px 8px;
}

.list-group {
    margin-bottom: 38px;
}

.list-group-item {
    border: none;
    color: var(--text-grey);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.list-group-item span {
    color: var(--dark-blue);
    font-weight: 700;
}

@media (max-width: 1024px) {
    .mobile_hidden {
        display: none;
    }
}

@media (max-width: 576px) {
    .support_block {
        padding: 38px 10px 21px;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 12px 12px;
    }

    .list-group-item {
        word-break: break-all;
        padding: 0.5rem;
    }
}

@media (max-width: 320px) {
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px 7px;
    }
}

/*NEWS SECTION*/
.news .row {
    margin-bottom: 60px;
}

.news a.card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
    color: var(--black);
    display: block;
}

.news a.card-title:hover {
    color: var(--yellow);
}

.news .card-body {
    padding: 18px 0;
}

.news .card-img-block {
    position: relative;
    padding: 0 24px 24px 0;
}

.news .card-img-top-container {
    position: relative;
    /*max-width: 392px;*/
    /*max-height: 243px;*/
    width: fit-content;
    z-index: 99;
    border-radius: 6px;
    overflow: hidden;
}

.news .card-img-top {
    max-height: 12.5vw;
    max-width: 22vw;
}

.news .card-img-top:hover {
    transform: scale(1.1);
    transition: ease 0.5s;
}

.news .yellow_border {
    max-width: 392px;
    max-height: 243px;
    width: 94%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 8px solid var(--yellow);
    z-index: 0;
}

.news .card-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 10px;
}

.news .card-body .btn {
    padding: 12px 0;
    color: var(--blue);
}

.news .card-body .btn:hover {
    text-decoration: underline;
    color: var(--dark-blue);
}

.news .card-body .btn svg {
    margin-right: 8px;
}

@media (max-width: 1440px) {
    .news .card-img-top {
        max-height: 15vw;
        max-width: 30vw;
    }
}

@media (max-width: 1200px) {
    .news .card-img-top {
        max-height: 17vw;
    }
}

@media (max-width: 991px) {
    .news .card-img-top {
        max-height: 20vw;
        max-width: 31vw;
    }
}

@media (max-width: 768px) {
    .news .card-img-top {
        max-height: 25vw;
        max-width: 40vw;
    }
}

@media (max-width: 767px) {
    .news .card-img-top {
        max-height: 40vw;
        max-width: 65vw;
    }
}

@media (max-width: 576px) {
    .news .card-img-top {
        max-height: 53vw;
        max-width: 85vw;
    }
}

/*FOOTER STYLES*/
footer {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 10px solid var(--dark-blue);
}

footer * {
    color: var(--black);
}

.footer_logo {
    margin-bottom: 24px;
}

.footer_menu {
    margin-bottom: 30px;
}

.footer_menu a {
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 25px;
    border-bottom: 1px solid transparent;
    width: fit-content;
}

.footer_menu a:hover {
    color: var(--dark-blue);
    border-color: var(--blue);
    width: fit-content;
}

.footer_contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.footer_contacts a {
    font-weight: 500;
}

.footer_contacts.address {
    width: 100%;
}

.footer_contacts.address p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}

.footer_contacts:first-of-type {
    margin-right: 66px;
}

.footer_contacts span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--dark-blue);
    margin-bottom: 12px;
}

.footer_menu a,
.footer_contacts a {
    padding: 0;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.footer_bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-grey);
}

.footer_bottom p.copyright {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--black);
}

.footer_bottom a {
    text-decoration: underline;
    color: var(--dark-blue);
}

@media (max-width: 991px) {
    .footer_logo {
        margin-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .footer_menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_menu a {
        margin: 10px 0;
    }

    .footer_contacts {
        display: flex;
        flex-direction: column;
    }

    .footer_contacts a {
        margin: 10px 0;
    }

    .footer_bottom {
        flex-direction: column;
    }

    .copyright {
        margin-top: 24px;
    }
}

/*PROJECTS PAGE STYLES*/
.projects_content {
    padding-top: 48px;
}

.page_title {
    background: #F1F1F1;
    padding: 50px 0;
}

.page_title h2 {
    margin-bottom: 0;
}

.projects_content .row > div {
    margin-bottom: 36px;
}

.project_card .card-body {
    padding: 12px 0;
}

/*.project_card h3 {*/
/*    margin-bottom: 12px;*/
/*    color: var(--dark-blue);*/
/*}*/

/*.project_card h3:hover {*/
/*    color: var(--yellow);*/
/*}*/

.project_card a.card-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    margin-bottom: 12px;
    color: var(--dark-blue);
    display: block;
}

.project_card a.card-title:hover {
    color: var(--yellow);
}

.project_card .card-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

/*PROJECT SINGLE STYLES*/
.B_crumbBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    margin-bottom: 60px;
}

.B_crumbBox li {
    padding: 0 4px;
}

.B_crumbBox li.B_firstCrumb {
    padding-left: 0;
}

.B_crumbBox a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--text-grey);
}

.B_currentCrumb {
    color: var(--dark-blue);
}

.B_lastCrumb {
    display: none;
}


.single_image {
    max-width: 1076px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
}

.news_single .single_image {
    padding: 0 60px 60px 0;
}

.single_image img {
    width: 100%;
    border-radius: 6px;
}

.single_image .card-img-top-container {
    position: relative;
    z-index: 99;
}

.single_image .yellow_border {
    max-width: 990px;
    max-height: 540px;
    width: 94%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 20px solid var(--yellow);
    z-index: 0;
}

.single_content {
    max-width: 856px;
    margin: 30px auto 0;
}

.single_text {
    margin-bottom: 48px;
}

.single_text h3 {
    color: var(--dark-blue);
}

.single_text a {
    color: var(--dark-blue);
    text-decoration: underline;
}

.single_content h1 {
    margin-bottom: 12px;
}

.date {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--text-grey);
    margin-bottom: 48px;
}

section.project_single {
    padding: 24px 0 60px;
}

.project_single .collected_block {
    margin: 30px auto 0 auto;
    padding: 24px 12px;
    text-align: center;
    max-width: 1076px;
}

.project_single .collected_block p {
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .single_image {
        padding: 0 30px 30px 0;
    }

    .single_image .yellow_border {
        border-width: 10px;
    }
}

/*NEWS PAGE STYLES*/
.news_content .row.news > div {
    margin-bottom: 6px;
}

/*NEWS SINGLE STYLES*/
section.news_single {
    padding: 24px 0 60px;
}

/*ABOUT THE FOUNDATION PAGE STYLES*/
.about_img {
    max-width: 396px;
    margin: 0 auto;
}

.about_content .loader_logo {
    margin-right: 48px;
}

.about_content .loader_logo span {
    font-size: 85px;
    line-height: 95px;
}

.about_content .loader_title {
    font-size: 25px;
    line-height: 32px;
}

.about_subtitle {
    margin-bottom: 48px;
}

/*INFORMATIONS PAGES STYLES*/
section.information_content {
    padding: 24px 0 60px;
}

section.information_content p{
    font-size: 16px;
    line-height: 26px;
}

.information_content.privacy-policy .single_image,
.information_content.privacy-policy .date,
.information_content.offer-agreement .single_image,
.information_content.offer-agreement .date {
    display: none;
}

/* MUSEUM STYLES */
.museum_content .tab-content {
    border: none;
    width: 100%;
    padding: 0 8px;
}

.museum_tabs {
    display: flex;
    align-items: flex-start;
}

.nav-pills {
    max-width: 306px;
    margin-right: -21px;
}

.nav-pills .nav-item:has(.nav-link) {
    padding-right: 24px;
}

.nav-pills .nav-item:has(.nav-link.active) {
    padding-right: 0;
}

.nav-pills .nav-link {
    color: var(--black);
    text-align: start;
    width: 100%;
    border: 1px solid var(--border-grey);
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    transition: .3s;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--dark-blue);
    border-radius: 6px 0 0 6px;
}

.nav-pills .nav-link svg {
    min-width: 24px;
    width: 24px;
}

.nav-pills .nav-link.active svg path {
    fill: white;
}

.museum_item {
    margin-bottom: 24px;
}

.museum_item .card-img-top-container {
    text-align: center;
    background-color: #E7E7E7;
}

.museum_item .card-img-top-container img {
    height: 100%;
    max-height: 172px;
}

.museum_item .card-body{
    padding: 8px;
}

.museum_item .card-text{
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 150%;
}

@media (max-width: 768px) {
    .museum_tabs {
        flex-direction: column;
    }
}

.modal-header {
    border-bottom: none;
    padding: 8px;
}

.modal-header .btn-close{
    border-radius: 6px;
    border: 1px solid var(--border-grey, #EAECF0);
    padding: 19px;
}

.modal-body {
    padding: 96px;
    padding-top: 40px;
}

.modal-body h2 {
    font-size: 40px;
}

.modal-body p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-grey);
}

.modal-body .card-text{
    color: var(--text-grey);
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 48px;
}

.museum_media {
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 20px;
    }
}