@media screen and (device-aspect-ratio: 40/71) {

}


@media screen and (min-width: 300px) and (max-width: 767px) {

    .mainmenu {
        top: 84px;
        height: 100%;
        overflow-y: scroll;}

    .carousel-inner {padding:  20px 0;}




}



@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {

    #horizontal-multilevel-menu, #horizontal-multilevel-menu ul {
        font-size: 0.9rem;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}


@media screen and (min-width: 768px) and (max-width: 1022px) {

    .grid-1-2 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 1fr);
        min-height: 300px;
    }

}


@media screen and (min-width: 300px) and (max-width: 1022px) {
    .mainmenu .accordion-body a {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0;
        display: block;
    }

    .mainmenu .accordion-body a:last-child {
        border-bottom: none;
    }

    .mainmenu .accordion {
        --bs-accordion-bg: none;
        --bs-accordion-inner-border-radius: 0;
        --bs-accordion-border-radius: 0;
    }

    .mainmenu .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        font-weight: 500;
    }


    .symbolism__item {
        padding: 64px 0;
    }
    .symbolism__item:last-of-type {
        padding-bottom: 80px;
    }
    .symbolism__item .title {
        margin: 0 0 40px;
        font-size: 48px;
        line-height: 56px;
    }
    .emblem__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 48px;
    }
    .emblem__thumb {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 0;
        border: 0;
    }
    .emblem__thumb::before {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        right: 50%;
        border-bottom: 1px solid var(--border-color);
    }
    .emblem__thumb img {
        width: 414px;
        max-width: 100%;
    }
    .emblem__content {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .emblem-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        width: 50%;
        padding: 48px 0 56px 6.25vw;
    }
    .emblem-info__title {
        width: 175px;
        margin: 0 0 8px;
        font-size: 72px;
        line-height: 1;
    }
    .emblem-info__description {
        width: 175px;
        font-size: 16px;
        line-height: 24px;
    }
    .emblem-description {
        width: 100%;
    }
    .emblem-description .lead {
        margin: 0 0 48px;
    }
    .emblem-description__item {
        margin: 0 0 48px;
    }
    .emblem-description__thumb {
        width: 18.75vw;
        min-width: 18.75vw;
        margin-right: 6.25vw;
    }
    .flag__main {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }
    .flag__main::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 200vw;
        height: 1px;
        background-color: var(--border-color);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .flag__thumb {
        width: calc(100% + 12.5vw);
        -webkit-transform: translateX(-6.25vw);
        -ms-transform: translateX(-6.25vw);
        transform: translateX(-6.25vw);
    }
    .flag__content {
        width: 100%;
        padding: 48px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flag-info {
        -webkit-transform: translateX(6.25vw);
        -ms-transform: translateX(6.25vw);
        transform: translateX(6.25vw);
    }
    .flag-info__tile {
        margin: 0 0 8px;
        font-size: 72px;
        line-height: 1;
    }
    .flag-info__description {
        width: 160px;
        font-size: 16px;
        line-height: 24px;
    }
    .flag__description {
        width: 100%;
    }
    .flag-colors {
        width: 100%;
        margin: 0 0 -48px;
    }
    .flag-colors__item {
        width: 50%;
        margin: 0 0 48px;
    }
    .anthem__description {
        width: 100%;
    }
    .anthem__text {
        width: 50%;
    }
    .anthem__references {
        padding-left: 6.25vw;
    }
    .anthem__container .anthem__title {
        font-size: 32px;
        line-height: 1;
    }
    .anthem__audio {
        margin: 0 0 48px;
    }
    .sheet-music .btn {
        margin-top: 40px;
    }

}


@media screen and (min-width: 1024px) and (max-width: 1199px) {

}

@media screen and (min-width: 1220px) {


    .logo-wrap {
        position: relative;
        top: 30px;}
}





