@media (max-width: 1599.98px) {}

@media (max-width: 1399.98px) {
    .main-content {
        max-width: 1184px;
    }
}

@media (max-width: 1199.98px) {
    .main-content {
        max-width: 976px;
    }

    .navbar .logo {
        margin-left: 15px;
        max-width: 182px;
    }

    .navbar .nav-links a {
        padding: 0 15px;
    }

    .hero-section .mySwiper2 .main-content .btn {
        width: 162px;
    }

    .hero-section .mySwiper2 .main-content p {
        padding: 24px;
        margin: 0;
        min-height: unset;
    }

    .hero-section .mySwiper2 .main-content {
        align-items: center;
    }

    .hero-section .slider-thumb .thumb-title {
        padding: 14px;
    }

    .babel-section .bable-descr p {
        margin: 25px 0;
    }

    .clients-section {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .clients-section img {
        max-width: 144px;
    }

    .product-accordion .product-list ul {
        padding: 10px 0 0 12px
    }

    .detail-main-section .pages-tab {
        width: 199px;
    }

    .about-content .about-clients,
    .contact-content h4,
    .about-content h4,
    .about-content p {
        max-width: 636px;
    }

    .detail-main-section {
        margin-bottom: 42px;
    }

    .hero-img {
        margin-bottom: -107.5px;
    }
}

@media (max-width: 991.98px) {
    body {
        font-size: 13px;
    }

    .main-content {
        max-width: 752px;
    }

    .navbar .nav-links a.home-link {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .navbar .nav-links a {
        padding: 0 8px;
    }

    .navbar .nav-serach {
        max-width: 209px;
        padding: 12px;
    }

    .navbar .nav-serach input {
        width: 100%;
    }

    .hero-section .mySwiper2 .main-content h4 {
        max-width: 225px;
        font-size: 18px;
        min-height: 130px;
    }

    .hero-section .mySwiper2 .main-content p {
        padding: 14px;
        line-height: normal;
    }

    .hero-section .mySwiper2 .main-content .btn {
        width: 142px;
        margin-left: 12px;
        height: 46px;
    }

    .hero-section .slider-thumb .thumb-icon {
        height: 66px;
    }

    .hero-section .slider-thumb .slide-btn img {
        max-height: 32px;
    }

    .hero-section .slider-thumb .slide-btn:last-child img {
        max-height: 25px;
    }

    .hero-section .slider-thumb .thumb-title {
        padding: 8px 3px;
        height: 80px;
    }

    .hero-section .slider-thumb {
        bottom: 130px;
    }

    .babel-section .bable-descr {
        padding: 25px 25px 0 22px;
    }

    .babel-section .babel-link div {
        min-height: 170px;
    }

    .babel-section .babel-link p {
        margin: 25px 0;
    }

    .babel-section .bable-descr p a.view {
        width: 178px;
    }

    .clients-section img {
        max-width: 110px;
    }

    footer .links {
        gap: 8px;
    }

    .about-content .about-clients img {
        margin: 12px 30px 16px 0;
        max-width: 111px;
        max-height: 64px;
    }

    .hero-img {
        object-fit: cover;
    }

    .contact-content p.contact-email {
        min-height: 30px;
    }

    .contact-form .input-group {
        margin-right: 4px;
        margin-bottom: 30px;
        width: calc(50% - 4px);
    }

    .contact-form .input-group textarea {
        height: 166px;
    }

    .contact-form .btn {
        width: 178px;
    }

    .products-list .product-card {
        width: calc(50% - 5px);
    }

    .products-list {
        row-gap: 20px;
    }

    .product-detail p {
        margin-bottom: 16px;
    }

    .product-detail h4 {
        font-size: 16px;
    }

    .navbar {
        position: unset;
        align-items: center;
        background: #fff;
    }

    .menu-icon {
        margin: auto;
    }


    .hero-img {
        height: unset;
        margin-bottom: -24px;
    }

    .navbar .logo {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .main-content {
        max-width: 564px;
    }

    .navbar .logo {
        max-width: 162px;
    }

    .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        width: 42px;
        border: none;
        background-color: #fff;
        outline: none;
        margin-right: 12px;
    }

    .navbar {
        justify-content: space-between;
    }

    .nav-menu {
        position: fixed;
        max-width: 280px;
        flex-direction: column;
        right: 0;
        height: 100vh;
        overflow: auto;
        z-index: 3;
        background: #fff;
        box-shadow: -25px 0 74px #00000021;
        transform: translateX(100%);
        transition: all .3s ease-in-out;
    }

    .nav-menu.show-menu {
        transform: translateX(0%);
    }

    .navbar .nav-links {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 24px;
        gap: 14px;
        flex-grow: unset;
        height: fit-content;
    }

    .navbar .nav-serach {
        width: calc(100% - 28px);
        max-width: unset;
        margin: 14px;
        height: fit-content;
        border: 1px solid #00000033;
    }

    .navbar .nav-serach input {
        padding: 0;
    }

    .navbar .nav-links a {
        padding: 0;
        border: none;
    }

    .navbar .nav-links a.home-link {
        margin-bottom: 12px;
    }

    .closs-menu {
        display: block;
        position: absolute;
        top: 24px;
        right: 24px;
    }

    .hero-section .slider-thumb {
        bottom: 110px;
    }

    .hero-section .mySwiper2 .main-content h4 {
        max-width: 150px;
        font-size: 14px;
        min-height: 110px;
    }

    .hero-section .mySwiper2 .main-content p {
        padding: 8px;
    }

    .hero-section .mySwiper2 .main-content .btn {
        width: 112px;
        margin-left: 8px;
        height: 42px;
    }

    .hero-section .slider-thumb .slide-btn img {
        max-height: 24px;
    }

    .hero-section .slider-thumb .slide-btn:last-child img {
        max-height: 18px;
    }

    .hero-section .slider-thumb .thumb-icon {
        height: 48px;
    }

    .hero-section .slider-thumb p {
        font-size: 10px;
    }

    .hero-section .slider-thumb .thumb-title {
        padding: 6px 0px;
        height: 50px;
    }

    .navbar .logo:before {
        display: none;
    }

    .hero-section {
        border: none;
    }

    .babel-section .main-content {
        flex-direction: column;
    }

    .babel-section .bable-descr {
        padding-top: 0;
    }

    .babel-section .bable-descr p a.view {
        margin-top: 14px;
    }

    .babel-section .babel-link,
    .babel-section .bable-descr {
        width: 100%;
    }

    .clients-section img {
        max-width: 119px;
    }

    .clients-section .main-content {
        gap: 6px;
    }

    .clients-section {
        padding: 20px 0;
    }

    footer .links {
        flex-wrap: wrap;
        gap: 8px;
    }

    footer .links ul:nth-child(4) .empty-link,
    footer .links ul:nth-child(5) .empty-link {
        display: none;
    }

    footer .links ul {
        max-width: 182px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer-bottom .footer-logo {
        margin-top: 0;
    }

    .page-content-inner {
        padding: 16px 20px 1px;
    }

    .page-title {
        padding: 22px 10px 1px 20px;
        margin-top: -22px;
    }

    .detail-main-section .pages-tab:before {
        height: 29px;
        top: calc(-29px + -16px);
    }

    .detail-main-section .pages-tab:after {
        height: 16px;
        top: -16px;
    }

    .about-content p {
        margin-bottom: 18px;
        line-height: 21px;
    }

    .detail-main-section .main-tab {
        height: 47px;
    }

    .product-accordion .product-list a img {
        width: 32px;
        height: 18px;
    }

    .product-accordion input:checked~.product-list {
        height: 503px;
    }

    .detail-main-section .pages-tab {
        width: 169px;
        margin-top: calc(29px + 16px);
    }

    .about-content .about-clients img {
        margin: 12px 10px 16px 0;
        max-width: 130px;
        max-height: 52px;
    }

    .about-content .about-clients img:nth-child(1) {
        max-width: 140px;
    }

    .page-title h1 {
        font-size: 20px;
    }

    .product-accordion .product-list a {
        gap: 10px;
    }

    .contact-form .input-group {
        margin-right: 0;
        margin-bottom: 24px;
        width: 100%;
    }

    .contact-content p {
        margin-bottom: 20px;
    }

    .contact-content h4 {
        font-size: 16px;
    }

    .products-list {
        row-gap: 10px;
        margin-bottom: 24px;
    }

    .navbar {
        align-items: unset;
    }
}

@media (max-width: 575.98px) {
    .main-content {
        max-width: 98%;
    }

    .hero-section .mySwiper2 .main-content {
        flex-direction: column;
    }

    .hero-section .slider-thumb {
        position: unset;
    }

    .hero-section .slider-thumb .swiper-wrapper {
        flex-wrap: wrap;
    }

    .hero-section .slider-thumb .slide-btn {
        width: 25% !important;
    }

    .navbar .logo {
        max-width: 122px;
    }

    .hero-section .mySwiper2 .main-content h4 {
        max-width: unset;
        min-height: unset;
        padding: 12px;
        background-size: cover;
    }

    .hero-section .mySwiper2 .main-content .btn {
        width: 106px;
        margin-left: 0;
        margin-bottom: 12px;
        height: 38px;
    }

    .hero-section .mySwiper2 .main-content p {
        text-align: center;
    }

    .babel-section .bable-descr p {
        margin: 14px 0;
        line-height: normal;
    }

    .babel-section .bable-descr p a.view {
        width: 158px;
        height: 43px;
    }

    .babel-section .babel-link div {
        min-height: 150px;
        padding: 35px 20px 0 14px;
    }

    .babel-section .babel-link img {
        height: 131px;
    }

    .babel-section .bable-descr {
        padding: 0 14px;
    }

    .clients-section {
        padding: 16px 0;
    }

    .clients-section img {
        max-width: 98px;
    }

    footer {
        padding: 15px 20px 0px 20px;
    }

    .empty-link {
        display: none;
    }

    footer .links ul {
        max-width: 48%;
    }

    .footer-bottom a,
    .footer-bottom .copyright-text {
        margin: 0;
    }

    .footer-bottom {
        margin-top: 28px;
    }

    .detail-main-section .product-accordion {
        display: none;
    }

    .detail-main-section .main-tab.mobile-product {
        display: flex;
    }

    .detail-main-section {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .detail-main-section .pages-tab {
        width: 100%;
    }

    .page-title {
        margin-top: 0;
    }

    .detail-main-section .pages-tab:before {
        border-top-right-radius: 4px;
    }

    .detail-main-section .main-tab {
        height: 42px;
        padding: 12px 14px;
    }

    .page-title {
        padding: 14px 9px 1px 14px;
    }

    .page-title h1 {
        font-size: 18px;
    }

    .about-content .about-clients img {
        margin: 8px 10px 10px 0;
    }

    .about-content .about-clients {
        margin-bottom: 14px;
    }

    .contact-content h4,
    .about-content h4 {
        font-size: 16px;
        line-height: 32px;
    }

    .page-content-inner {
        padding: 12px 14px 1px;
    }

    .about-content p {
        margin-bottom: 18px;
        line-height: 19px;
    }

    .product-detail p {
        margin-bottom: 12px;
    }

    .sitemap-links ul {
        padding-left: 12px;
    }
}
@media (max-width: 991.98px) {
	ul.contform li,ul.contform li input[type="text"],ul.contform li input[type="url"],ul.contform li input[type="email"], ul.contform li input[type="tel"]{width: 100% !important;}
}

 