        @media (max-width: 1400px) {
             :root {
                font-size: 15px;
            }
            .MainMenu {
                width: 64%;
            }
            .products ul {
                height: 42rem;
                width: calc(25% - 10px);
            }
            .products-Services__Headers-item {
                padding: 0 4.5rem;
            }
            li {
                font-size: 1.2rem;
            }
            .top-bar_right {
                width: 72%;
            }
            .top-bar_left {
                width: 28%;
            }
            .header-menu {
                width: 95vw;
                height: 6.5vw;
            }
            .logo {
                height: 6.2vw;
            }
            .menu-one {
                width: 90vw;
            }
        }
        
        @media (max-width: 1200px) {
             :root {
                font-size: 14px;
            }
            .products-Services__Headers-item {
                padding: 0 4rem;
            }
            .table-container {
                width: 100%;
            }
            li {
                font-size: 1.1rem;
            }
            nav{
                display:flex;
            }
            .sticky{
                display:flex;
            }
            .header-menu {
                max-width: 100%;
                height: 7vw;
            }
            .menu-one {
                width: 95vw;
            }
            .logo {
                height: 100%;
            }
            .image-part img {
                width: 107%;
            }
            .content-part-Right {
                width: 30%;
            }
            .content-part-Left {
                width: 70%;
            }
            .swiper-image {
                height: 27vw;
                width: max(270px,20vw);
            }
        }
        
        @media (max-width: 992px) {
             :root {
                font-size: 13px;
            }
            .products-Services__Headers-item {
                padding: 0 3.6rem;
            }
            .products ul {
                width: calc(33% - 10px);
            }
            .header-menu {
                max-width: 100vw !important;
                height: 100px;
                width: 95%;
                justify-content: space-around;
                align-items: center;
            }
            .logo {
                position: relative;
                width: 45%;
                margin-top: 0;
                right: 0;
            }
            #navbar {
                position: absolute;
                top: 100px;
                display: flex;
                flex-direction: column;
                width: 50%;
                background: rgb(71, 170, 230);
                display: none;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }
            header nav #navbar.active {
                display: block;
            }
            .top-bar_right ul {
                display: flex;
                flex-direction: column;
            }
            .top-bar_left {
                display: none;
            }
            #navbar.active {
                right: 0;
                display: block;
            }
            #navbar li {
                margin: 0;
                padding: 5px 10px;
                font-size: 20px;
            }
            .top-bar_menu-link {
                height: 10px;
                padding: max(20px, 3vw) 15px !important;
            }
            .menu-one {
                right: 0;
                display: none;
            }
            .menu-one.show {
                display: block;
                top: 0;
                position: relative;
            }
            .drop-one {
                position: relative;
            }
            .bars {
                display: block;
                z-index: 100 !important;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
            }
            .bars.rotate {
                transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
            }
            .sticky {
                /*top: 20px;*/
                justify-content: center;
                max-width: 100vw !important;
            }
            .allproducts .Products {
                box-sizing: border-box;
                border: 2px solid rgba(216, 132, 132, 0.801);
                height: 500px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                margin-bottom: 60px;
                text-align: center;
                margin: 10px 10px;
            }
            .allproducts img {
                /*width: 12vw;
              height: 12vw;*/
                transition: all 0.3s;
            }
            .footer-container {
                flex-direction: column !important;
            }
            .footer-container div {
                width: 90%;
                margin: 15px auto;
                align-items: center !important;
            }
            .main-content {
                flex-direction: column;
                align-items: center;
            }
            .content-part {
                width: 90%;
                flex-direction: column;
                align-items: center;
            }
            .content-part-Right {
                width: 75%;
            }
            .price {
                max-width: 30vw;
            }
            .swiper-image {
                height: 27vw;
                width: max(220px,20vw);
            }
        }
        
        @media (max-width: 768px) {
             :root {
                font-size: 12px;
            }
            .products-Services__Headers-item {
                padding: 0 2.9rem;
            }
            .Production-Container {
                display: block;
            }
            .Productions {
                width: 85%;
            }
            .products ul {
                width: calc(50% - 10px);
            }
            .price {
                max-width: 60vw;
                font-size: 16px;
            }
            .content-part-Left {
                width: 85%;
            }
            .Products-main-title {
                font-size: 40px;
            }
            .Product-cat,
            .Right-Product-Cat {
                font-size: 14px;
            }
            .swiper-image {
                height: 32vw;
                width: 38vw;
            }
        }
        
        @media (max-width: 576px) {
             :root {
                font-size: 12px;
            }
            .products-Services__Headers-item {
                padding: 0 2rem;
            }
            .products ul {
                width: calc(100% - 10px);
            }
            .price {
                max-width: 75vw;
                margin: 15px 0;
            }
            .Product-cat,
            .Right-Product-Cat {
                font-size: 14px;
            }
            .content-part-Left {
                width: 95%;
            }
            .Products-main-title {
                font-size: 30px;
            }
            .swiper-slide a {
                display: flex;
                width: 90%;
                align-items: center;
                justify-content: left;
            }
            .swiper-image {
                height: 32vw;
                width: 38vw;
            }
            .allproducts .Products {
                width: 330px;
            }
            .sticky {
                justify-content: space-around;
                max-width: 100vw !important;
            }
            .logo {
                right: -35px;
                width: 60%;
            }
            .swiper-body {
                margin-top: -5.7vh;
            }
            .mySwiper2 {
                height: 300px;
            }
            .allproducts img {
                width: 70%;
            }
            .Article-title{
                width:100%;
            }
            .swiper-slide p{
                max-width: min(200px,35vw);
                line-height: 2;
                font-size: 20px;
}
            }
        }