@media screen and (min-width: 992px) and (max-width: 1320px) {
    .header .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .header .header-navigation > ul > li > a {
        font-size: 1em;
        white-space: nowrap;
        padding-left: 14px;
        padding-right: 14px;
    }

    .header .header-contact {
        font: var(--text-2);
    }

    .header .header-inner .header-logo img {
        height: 25px;
    }

    .header .header-contact .header-contact_icon {
        width: 42px;
        height: 42px;
    }

    .header .header-contact .header-contact_icon img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --heading-1: normal 600 30px/1.5 var(--font-theme);
        --heading-2: normal 600 28px/1.5 var(--font-theme);
        --heading-3: normal 600 26px/1.5 var(--font-theme);
        --heading-4: normal 600 24px/1.5 var(--font-theme);
        --heading-5: normal 600 22px/1.5 var(--font-theme);
        --heading-6: normal 600 20px/1.5 var(--font-theme);
        --heading-7: normal 600 18px/1.5 var(--font-theme);
        --heading-8: normal 600 15px/1.5 var(--font-theme);
        --heading-9: normal 600 13px/1.5 var(--font-theme);
        --heading-10: normal 600 11px/1.5 var(--font-theme);

        --text-1: normal 400 15px/1.5 var(--font-theme);
        --text-2: normal 400 13px/1.5 var(--font-theme);
        --text-3: normal 400 11px/1.5 var(--font-theme);
    }

    .section-hero .hero-content .hero-content_title {
        font: var(--heading-4);
        margin-bottom: 5px;
    }

    .section-hero .hero-content .hero-content_description {
        font: var(--heading-7);
    }

    .section-tools .card .card-header {
        height: 55px;
        width: 55px;
    }

    .section-gap {
        padding: 30px 0 !important;
    }

    .button-theme {
        font-size: 0.925em;
        padding: 6px 14px;
    }

    .button-theme.button-theme_circle {
        width: 36px;
        height: 36px;
    }

    .section-heading {
        margin-bottom: 20px !important;
    }

    .section-heading .heading-title {
        font: var(--heading-5);
    }

    .section-agency .agency-content {
        padding: 30px 16px;
    }

    .section-agency .agency-meta .agency-meta_item {
        padding: 24px 16px;
    }


    .button-contact {
        padding: 12px !important;
    }

    .button-contact .heading-9 {
        font-size: 1.075em;
    }

    .button-contact .text-3 {
        font-size: 0.925em;
    }
}

@media screen and (min-width: 992px) {
    .header .header-navigation > ul > li > a:before,
    .header .header-navigation > ul > li > button:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transform-origin: right center;
        transform: scale(0, 1);
        transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        height: 4px;
        z-index: 1;
        background: var(--primary-red);
    }

    .header .header-navigation > ul > li > a:after,
    .header .header-navigation > ul > li > button:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform-origin: right center;
        transform: scale(0, 1);
        transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        background-color: rgba(255, 255, 255, .15);
    }

    .header .header-navigation > ul > li:hover > a:before,
    .header .header-navigation > ul > li:hover > button:before,
    .header .header-navigation > ul > li:hover > a:after,
    .header .header-navigation > ul > li:hover > button:after {
        transform-origin: left center;
        transform: scale(1, 1);
    }
}

@media (max-width: 1280px) {
    .section-agency__image img {
        position: unset !important;
        top: unset !important;
        right: unset !important;
        height: auto !important;
        width: 100% !important;
    }

    .section-agency .agency-content {
        padding: 40px 35px 20px 35px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        padding: 0;
        position: sticky;
        background: var(--dark-color);
        z-index: 21;
    }

    .header .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .header .header-inner {
        padding: 10px 0;
        width: 100%;
    }

    .header .header-inner .header-logo img {
        height: 20px;
    }

    .header .header-contact {
        margin-left: auto;
    }

    .header .header-contact .header-contact_icon {
        height: 36px;
        width: 36px;
    }

    .header .header-contact .header-contact_icon img {
        width: 18px;
        height: 18px;
    }

    .header .header-contact .text-2 {
        font-size: 1.15em;
    }

    .header .header-logo,
    .header .header-contact {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
    }

    .header .header-hamburger .hamburger-button {
        position: relative;
        width: 20px;
        height: 16px;
        transform: translateY(-1px);
        display: block;
    }

    .header .header-hamburger .hamburger-button > i {
        background-color: var(--bs-white);
        width: 100%;
        height: 2px;
        position: absolute;
        display: block;
        transition: var(--transition-default);
        left: 0;
    }

    .header .header-hamburger .hamburger-button > i:nth-child(1) {
        top: 0;
    }

    .header .header-hamburger .hamburger-button > i:nth-child(2) {
        top: 7px;
    }

    .header .header-hamburger .hamburger-button > i:nth-child(3) {
        bottom: 0;
        width: 15px;
        left: auto;
        right: 0;
    }

    .is-navigation .header .header-hamburger .hamburger-button > i:nth-child(1) {
        transform: rotate(45deg);
        top: 7px;
    }

    .is-navigation .header .header-hamburger .hamburger-button > i:nth-child(2) {
        left: 50%;
        width: 0;
    }

    .is-navigation .header .header-hamburger .hamburger-button > i:nth-child(3) {
        transform: rotate(-45deg);
        bottom: 7px;
        width: 100%;
    }

    .header-overlay {
        background: rgba(0, 0, 0, 0.65);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: var(--transition-default);
        -o-transition: var(--transition-default);
        transition: var(--transition-default);
        height: 100vh;
    }

    .is-navigation .header-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header .header-navigation {
        position: absolute;
        top: 56px;
        height: 0;
        width: calc(100% + var(--bs-gutter-x));
        max-width: calc(100% + var(--bs-gutter-x));
        background-color: var(--bs-white) !important;
        left: calc(var(--bs-gutter-x) * -0.5);
        right: calc(var(--bs-gutter-x) * -0.5);
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: var(--transition-default);
    }

    .is-navigation .header .header-navigation {
        height: calc(100vh - 56px);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header .header-navigation > ul {
        flex-direction: column;
        gap: 0;
    }

    .header .header-navigation > ul > li {
        width: 100%;
    }

    .header .header-navigation > ul > li > a,
    .header .header-navigation > ul > li > button,
    .header .header-navigation > ul > li > ul > li > a {
        color: var(--dark-color);
        width: 100%;
        text-align: left;
        justify-content: space-between;
        padding: 15px 0 !important;
        font-size: 1.15em;
    }

    .header .header-navigation > ul > li > button[aria-expanded=true] > i {
        transform: rotate(180deg);
    }

    .header .header-navigation > ul > li > a:before {
        display: none;
    }

    .header .header-navigation > ul > li + li {
        border-top: 1px solid var(--black-250);
    }

    .header .header-navigation > ul > li > ul {
        position: static;
        width: 100%;
        min-width: 100%;
        left: unset;
        top: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        background-color: transparent !important;
        border-top: 1px solid var(--black-250);
    }

    .header .header-navigation > ul > li > ul > li > a {
        padding-left: 15px;
    }
    .header .header-navigation > ul > li > ul > li:hover > a {
        color:var(--primary-grey);
    }

    .is-navigation {
        height: 100%;
        overflow: hidden;
    }

    .section-hero .hero-content .hero-content_description {
        display: none;
    }

    .product-card {
        padding: 16px 0
    }

    .product-card .card-title {
        font: var(--heading-6);
    }

    .product-card .card-text {
        font: var(--text-2);
    }

    .product-card .card-image {
        margin-top: 30px !important;
    }

    .section-introduction {
        flex-direction: column;
    }

    .section-introduction .section-heading {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-introduction .introduction-media {
        position: relative !important;
        width: 100% !important;
        inset: unset !important;
    }

    .button-contact > i, .button-contact > .icon {
        width: 36px;
        height: 36px;
    }

    .footer .footer-top {
        padding: 30px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .footer-top .footer-list {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer .footer-top .footer-social {
        width: 100%;
        justify-content: center;
    }

    .footer .footer-bottom {
        padding: 30px 0;
    }

    .slider-theme .slider-navigation .button-theme {
        display: none;
    }

    .contact-form .contact-form_item .contact-form_item--input {
        font-size: 1em;
    }

    .page-contact .contact-list .contact-list_item .contact-content .contact-content_value {
        font-size: 1em;
    }

    .page-contact .col-border {
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-left: 0;
    }

    .slider-products_2 .product-card .card-title {
        font: var(--heading-7);
    }

    .article-detail .article-title {
        font-size: 1.75em;
    }

    .page-product_detail .section-information {
        height: auto;
    }

    .page-product_detail .section-detail {
        height: 175vw;
    }

    .section-hero.slider-theme .slider-pagination {
        bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .section-breadcrumb .breadcrumb-list .breadcrumb .breadcrumb-item {
        display: none;
    }

    .section-breadcrumb .breadcrumb-list .breadcrumb .breadcrumb-item:nth-child(1),
    .section-breadcrumb .breadcrumb-list .breadcrumb .breadcrumb-item:nth-child(2) {
        display: block;
    }

    .section-breadcrumb .breadcrumb-list .breadcrumb .breadcrumb-item > a {
        font-size: 14px;
    }

    .detail-content {
        font-size: 15px;
    }

    .detail-content h1 {
        font-size: 1.45em;
    }

    .detail-content h2 {
        font-size: 1.375em;
    }

    .detail-content h3 {
        font-size: 1.3em;
    }

    .detail-content h4 {
        font-size: 1.225em;
    }

    .detail-content h5 {
        font-size: 1.15em;
    }

    .detail-content h6 {
        font-size: 1.075em;
    }

    .page-articles .article-large .article-card {
        flex-direction: column;
    }

    .page-articles .article-large .article-card .card-header {
        width: 100%;
    }

    .page-articles .article-large .article-card .card-body {
        padding: 15px 0 !important;
    }

    .section-products .swiper {
        padding: 10px;
        margin: -10px;
    }

    .section-products .swiper-slide {
        transform: translate3d(0px, 0px, -300px) rotateX(0deg) rotateY(0deg) scale(0.9) !important;
    }

    .section-products .swiper-slide-active {
        transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }

    .section-agency .agency-meta .agency-meta_item {
        width: 100%;
        height: 250px;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-bottom {
        padding: 30px 0 80px;
    }

    .article-detail .article-meta {
        flex-wrap: wrap;
        font: var(--text-2);
        gap: 8px;
    }

    .article-detail .article-social {
        margin-left: 0 !important;
    }

    .section-agency .agency-meta .agency-meta_item {
        padding: 36px 16px;
    }
}

@media (max-width: 575px) {
    .section-agency .agency-meta {
        flex-wrap: wrap;
    }

    .section-agency .agency-content {
        padding: 50px 15px;
    }

    .product-info__actions-flex .button-contact {
        width: 100% !important;
    }

}

@media (max-width: 425px) {
    .product-info__actions-flex {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 345px) {
    .section-heading .heading-title {
        font: var(--heading-6)
    }
}
