@media screen and (max-width: 992px) {
    html {
        overflow-x: hidden;
    }

    .no-mobile {
        display: none;
    }

    .no-desktop {
        display: block;
    }


    .scrolled.menu-active .header {
        background: #ffffff00 !important;
        backdrop-filter: blur(00px) !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
        transition: 400ms !important;
    }

    .scrolled .header-menu {
        top: 0px !important;
        padding-top: 150px !important;
    }

    .header-lang a {
        font-size: 16px;
        font-weight: 600;
        margin: 0 7px;
    }

    .fixed-socials {
        left: 5px;
        display: none;
    }

    footer {
        background: #383838;
        z-index: 99 !important;
        position: relative !important;
    }

    a.footer-logo img {
        height: 30px;
    }

    a.footer-logo {
        width: 100%;
        height: 90px;
        display: flex;
    }

    .footer-menu-col {
        margin: 10px 0;
    }

    .main-slider .slider-content h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .main-slider .slider-content p {
        font-size: 14px;
        font-weight: 400;
    }

    .main-slider {
        position: relative;
        z-index: 99;
        background: #000;
    }

    .slider-buttons {
        flex-wrap: wrap;
    }

    .slider-controls {
        transform: translate(0px, -200px);
    }

    .slider-buttons .slider-button {
        margin: 0 20px;
        width: 75px;
        height: 75px;
        font-size: 14px;
        font-weight: 400;
    }

    .counter-item span {
        font-size: 40px;
        font-weight: bolder;
        color: #4d4d4d;
        line-height: 1;
        margin-bottom: 5px;
    }

    .counter-row {
        padding: 50px 0px;
    }

    .counter-item {
        margin: 15px 0;
    }


    .main-about-item {
        padding: 25px 0px !important;
        /* padding: 25px 35px !important; */
    }

    .main-about-item:nth-child(odd) .row {
        flex-direction: column-reverse !important;
    }

    span.about-item-title {
        font-size: 30px;
    }

    .map-title span,
    .supporters-title span {
        font-size: 30px;
    }

    .map-content {
        padding: 0;
        scale: 1.2;
    }

    .map-content svg {
        height: 200px;
    }

    .map-title {
        padding: 15px 0;
        margin-bottom: 0px;
    }

    .main-map {
        margin-bottom: 25px;
    }

    .header-menu {
        padding: 125px 0px 20px 0 !important;
        text-align: center !important;
    }

    .inner-page {
        padding: 35px 0;
    }

    section.corporate-page.inner-page .row {
        flex-direction: column-reverse;
    }

    aside.media-aside,
    aside.product-list-aside,
    aside.corporate-aside {
        margin-bottom: 35px;
    }

    .page-banner {
        height: 250px;
        padding-top: 100px;
    }

    .page-banner h1 {
        font-size: 30px;
    }

    ol.breadcrumb * {
        font-size: 12px;
    }

    span.menu-title {
        height: 55px;
        font-size: 18px;
    }

    aside ul li a {
        height: 50px;
        font-size: 14px;
    }

    .corporate-content p {
        font-size: 14px;
    }

    .corporate-page .counter-row {
        padding: 50px 0 !important;
    }

    section.product-list-page {
        padding: 35px 0;
    }

    .supporter-item .title {
        font-size: 12px;
    }

    .news-item,
    .video-item,
    .gallery-item {
        margin-bottom: 15px;
    }

    .detail-image {
        margin-bottom: 25px;
    }

    .contact-us h2 {
        font-size: 30px;
        line-height: 1;
    }

    .contact-map {
        margin-top: 45px;
    }

    .contact-map iframe {
        height: 450px;
    }

    .contact-informations ul a,
    .contact-informations ul p {
        font-weight: 400;
        color: #555555;
        font-size: 14px;
        transition: 400ms;
    }

    .product-summary-col {
        padding-top: 15px;
    }

    .product-summary-col h1.product-detail-title {
        font-size: 34px;
    }

    .product-detail-summary {
        font-size: 15px;
    }

    .product-detail-features.features ul {
        padding-left: 15px;
        font-size: 15px;
    }

    .product-big-image .image img {
        height: 275px;
    }

    .product-big-image .image {
        height: 425px !important;
    }

    .product-big-image .image .item.slider-item {
        height: 300px;
    }

    .product-big-image {
        margin-top: 0px;
    }
}


/** max992 **/


/**** Laptop ****/
@media (max-width: 1600px) {

    .main-about-item {
        padding: 25px 50px;
    }

}

@media (max-width: 1366px) {}

/**** Laptop END ****/


/**** Tablet ****/
@media screen and (max-width: 768px) {}

/**** Tablet END ****/

@media screen and (min-width: 992px) {}

@media screen and (max-width: 375px) {
    /** IphoneX **/
}

/* @media (min-width: 1399px) { */
@media (min-width: 1200px) {
    .container {
        max-width: 1640px !important;
        padding: 0 50px !important;
    }

    .fixed-socials {
        left: 10px;
    }


    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm,
    .page-container-xl {
        max-width: 1640px !important;
    }
}

@media (max-width: 992px) {

    .page-container,
    .page-container-lg,
    .page-container-md,
    .page-container-sm {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {

    .page-container,
    .page-container-md,
    .page-container-sm {
        max-width: 720px !important;
    }
}

@media (max-width: 576px) {

    .page-container,
    .page-container-sm {
        max-width: 540px !important;
    }
}

.page-container,
.page-container-fluid,
.page-container-lg,
.page-container-md,
.page-container-sm,
.page-container-xl {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}