@media (min-width: 1920px) {

    .container,
    .container-lg {
        max-width: 1640px;
    }
}

@media (max-width: 1919.98px) and (min-width: 1500px) {

    .container,
    .container-lg {
        max-width: 1440px;
    }
}


@media (max-width: 1919.98px) {}


@media (max-width: 1399.98px) {
    :root {
        --font-size-base: 16px;
        --font-size-small: 14px;
        --font-size-tini: 12px;
        --font-size-tini2: 11px;
        --font-size-h1: 38px;
        --font-size-h2: 30px;
        --font-size-h3: 24px;
        --font-size-h4: 20px;
        --font-size-h5: 18px;
        --font-size-h6: 16px;
        --space-size-1: 8px;
        --space-size-2: 16px;
        --space-size-3: 24px;
        --space-size-4: 32px;
        --space-size-5: 40px;
        --input-height: 40px;
    }

    .site-header .site-branding img {
        height: 56px;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --space-size-1: 6px;
        --space-size-2: 12px;
        --space-size-3: 18px;
        --space-size-4: 24px;
        --space-size-5: 32px;
        --input-height: 40px;
    }
    
    .concert-filter-box h2 {
        font-size: 1.66rem;
    }

}

@media (max-width: 991.98px) {
    .site-header .menu-newsletter {
        display: none;
    }
    .menu-header-mobile {
        width: 100%;
        overflow: hidden;
        display: none !important;
    }

    .menu-header-mobile .main-navigation {
        display: flex;
    }

    .site-footer {
        text-align: center;
    }

    .newsletter-box {
        margin-left: auto;
        margin-right: auto;
    }

    .concert-filter-box {
        flex-wrap: wrap;
    }
    .concert-filter-box h2 {
        margin-bottom: 0;
    }
    .sliderSwiper .swiper-button-next, .sliderSwiper .swiper-button-prev {
        width: 30px;
        height: 14px;
    }
}

@media (max-width: 767.98px) {
    .item-testi .avt-wrap {
        display: none;
    }

    .item-testi .content-wrap {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        padding-bottom: calc(var(--space-size-5) + var(--space-size-4));
    }

    .item-testi .content-wrap .content,
    .item-testi .content-wrap .name {
        text-align: center;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    .nav-tabs .nav-item .nav-link {
        margin: 0 auto;
    }

    .project-filter {
        flex-wrap: wrap;
    }

    .project-filter>* {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    :root {
        --font-size-h1: 36px;
        --font-size-h2: 28px;
    }
    
    .section-banner.original-wrap {
      padding-inline: 0.75rem;
    }
    
    .img-wrap-original {
      margin-bottom: 0.75rem;
    }
}