@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }

  body {
    font-size: 1rem !important;
  }

  .content {
    padding: 0 20px;
  }

  .swiper_content {
    padding: 10px 20px;
  }

  .only_mobile {
    display: block;
  }

  body.fixed {
    padding-right: 0;
  }

  .gap {
    gap: 1rem;
  }

  .btn {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    gap: 8px;
  }

  .btn::after {
    width: 12px;
    height: 12px;
  }

  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    gap: 8px;
  }

  .btn_line::after {
    width: 12px;
    height: 12px;
    margin: 0;
  }

  .swiper_btns {
    gap: 1rem;
  }

  .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }

  .btn_more {
    font-size: 14px;
    gap: 5px;
    padding-bottom: 8px;
  }

  .btn_more.sm {
    font-size: 14px;
    padding-bottom: 8px;
  }

  .btn_more::after {
    width: 12px;
    height: 12px;
  }

  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }

  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }

  .head .btn {
    margin-top: 20px;
    padding: 10px 20px;
  }

  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }

  header.sticky {
    top: 0;
  }

  header .header_top {
    display: none;
  }

  header .logo img {
    height: 40px;
  }

  header .btns {
    gap: 20px;
    min-height: 4rem;
  }

  header .btn_contact {
    display: none;
  }

  footer .footer_main {
    padding: 3rem 0 4rem;
  }

  footer .footer_main .flex {
    flex-direction: column;
    gap: 0;
  }

  footer .head {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  footer .head h2 {
    max-width: unset;
    font-size: 18px;
  }

  footer .head .btn {
    margin-top: 20px;
    padding: 11px 20px;
  }

  footer .head .btn::after {
    margin: 0;
  }

  footer .slide_obj:not(.slide_connect) {
    width: 100%;
  }

  footer .slide_obj:not(.slide_connect) strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 1rem;
  }

  footer .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  footer .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }

  footer .slide_obj:not(.slide_connect)>div {
    display: none;
    padding: 0 1.2rem 1.2rem;
  }

  footer .slide_obj:not(.slide_connect)>div li {
    margin-bottom: 14px;
  }

  footer .slide_obj:not(.slide_connect)>div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }

  footer .slide_obj:not(.slide_connect)>div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  footer .slide_connect {
    width: 100%;
    padding-top: 20px;
  }

  footer .slide_connect strong {
    font-size: 18px;
    margin-bottom: 20px;
  }

  footer .slide_connect li {
    padding-left: 2rem;
    margin-bottom: 20px;
  }

  footer .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }

  footer .slide_connect li a {
    font-size: 1rem;
  }

  footer .slide_connect li .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }

  footer .slide_connect .email::before {
    top: 5px;
  }

  footer .slide_logo {
    margin: 0 0 1rem;
    order: -1;
  }

  footer .slide_logo .logo {
    max-width: 260px;
  }

  footer .copyright {
    padding: 20px 0;
  }

  footer .copyright .flex {
    gap: 2rem;
    flex-direction: column-reverse;
    align-items: unset;
  }

  footer .copyright p {
    font-size: 13px;
  }

  footer .copyright .social {
    gap: 1rem;
    justify-content: space-around;
  }

  footer .copyright .social a {
    width: 22px;
    height: 22px;
  }

  .product_item .info {
    padding: 1rem 20px 2rem;
  }

  .product_item span {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .product_item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .blog_item .info {
    padding: 1rem 20px 1.2rem;
  }

  .blog_item .metas {
    font-size: 14px;
    gap: 5px;
  }

  .blog_item .metas .cat {
    font-size: 16px;
  }

  .blog_item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .blog_item .btn_more {
    margin-top: 20px;
    padding-bottom: 8px;
    transform: translate(0);
    gap: 5px;
  }

  .blog_item .btn_more span {
    opacity: 1;
  }

  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
    flex-direction: column-reverse;
  }

  .home_banner .img {
    width: 100%;
    margin: 0;
    max-width: 444px;
  }

  .home_banner .head {
    padding: 0;
    max-width: unset;
  }

  .home_banner .title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: unset;
  }

  .home_banner .swiper_con {
    display: none;
  }

  .home_hoses {
    padding: 4rem 0;
  }

  .home_hoses .flex {
    display: block;
  }

  .home_hoses .head {
    max-width: unset;
  }

  .home_hoses .swiper_btns {
    margin-top: 20px;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .home_hoses .home_hoses_swiper {
    margin-top: 2rem;
  }

  .home_hoses .home_hoses_swiper a {
    border-radius: 12px;
  }

  .home_hoses .home_hoses_swiper .info {
    top: 1.2rem;
    bottom: 1.2rem;
    padding: 0 20px;
  }

  .home_hoses .home_hoses_swiper h3 {
    font-size: 18px;
  }

  .home_hoses .home_hoses_swiper .btn_more {
    margin-top: 10px;
  }

  .home_products {
    padding: 4rem 0 3rem;
  }

  .home_products .nav_list {
    gap: 1.2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 40px);
    margin: 2rem -20px 0;
    padding: 0 20px 2rem;
  }

  .home_products .nav_list::-webkit-scrollbar {
    display: none;
  }

  .home_products .nav_list a {
    font-size: 14px;
    padding: 12px 2rem;
    white-space: nowrap;
  }

  .home_products .home_products_swiper {
    margin-top: 1.2rem;
  }

  .home_products .swiper_btns {
    position: static;
    width: 100%;
    transform: translate(0);
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 2rem;
  }

  .home_products p.center:has(.btn_line) {
    margin-top: 2rem;
  }

  .home_argument {
    padding: 3rem 0 4rem;
  }

  .home_argument .items {
    margin-top: 2rem;
  }

  .home_argument .items ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home_argument .item a {
    gap: 1rem;
    padding: 1rem 20px 1.2rem;
    min-height: unset;
  }

  .home_argument .item .icon {
    width: 3rem;
    height: 3rem;
  }

  .home_argument .item .info {
    padding-top: 0;
  }

  .home_argument .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .home_argument .item p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  .home_argument .item .btn_more {
    margin-top: 20px;
    padding-bottom: 8px;
  }

  .home_solutions {
    padding: 4rem 0;
  }

  .home_solutions .main {
    display: block;
    margin-top: 2rem;
  }

  .home_solutions .home_solutions_intro_swiper {
    margin: 0;
  }

  .home_solutions .home_solutions_intro_swiper .info {
    padding: 1rem 20px;
    display: block;
  }

  .home_solutions .home_solutions_intro_swiper .info h3 {
    font-size: 18px;
    width: 100%;
  }

  .home_solutions .home_solutions_intro_swiper .info ul {
    max-width: unset;
    margin-top: 10px;
  }

  .home_solutions .home_solutions_intro_swiper .info ul li {
    font-size: 0.9rem;
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }

  .home_solutions .home_solutions_intro_swiper .info ul li::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }

  .home_solutions .home_solutions_swiper {
    position: static;
    width: 100%;
  }

  .home_solutions .home_solutions_swiper .swiper-slide {
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .home_solutions .home_solutions_swiper .swiper-slide::before {
    left: 1.5rem;
  }

  .home_solutions .home_solutions_swiper .swiper-slide.active .title {
    font-size: 18px;
  }

  .home_solutions .home_solutions_swiper .title {
    font-size: 16px;
  }

  .home_blog {
    padding: 4rem 0 3rem;
  }

  .home_blog .flex {
    display: block;
  }

  .home_blog .nav_list {
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 40px);
    margin: 1.5rem -20px 0;
    padding: 0 20px;
  }

  .home_blog .nav_list::-webkit-scrollbar {
    display: none;
  }

  .home_blog .nav_list a {
    font-size: 14px;
    padding-bottom: 8px;
    white-space: nowrap;
  }

  .home_blog .home_blog_swiper {
    margin-top: 1.2rem;
  }

  .home_blog .swiper_btns {
    position: static;
    width: 100%;
    transform: translate(0);
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 2rem;
  }

  .home_blog p.center:has(.btn_line) {
    margin-top: 2rem;
  }

  .home_partner {
    padding: 3rem 0 4rem;
  }

  .home_partner .home_partner_swiper {
    margin-top: 1.2rem;
  }

  .home_partner .home_partner_swiper .swiper-slide {
    margin-bottom: 0;
  }

  .home_partner .swiper-pagination {
    gap: 10px;
    margin-top: 2rem;
  }

  .home_partner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }




  /*** global css ***/
  .wd-action-btn {
    right: 2rem;
    bottom: 2rem;
    top: unset;
  }

  div.search-block div.content {
    height: 100%;
  }

  div.search-block {
    height: calc(100vh - 150px);
  }

  div.search-block.active {
    transform: translate(0);
  }

  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }

  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }

  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }

  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .quote_modal .btn {
    zoom: 1;
  }

  div.quote_modal form input[type="checkbox"]~span {
    font-size: 14px;
  }

  .lang_modal .modal_content {
    padding: 20px 1rem 1.5rem 1.5rem;
  }

  .lang_modal .modal_content .close {
    width: 2rem;
    height: 2rem;
    margin: 0 -8px 20px auto;
  }

  .lang_modal .modal_content .gtranslate_wrapper a {
    padding: 1rem 20px;
  }

  .lang_modal .modal_content .gtranslate_wrapper a img {
    width: 2rem;
    height: 2rem;
  }

  .lang_modal .modal_content .gtranslate_wrapper a span {
    font-size: 16px;
  }

  .lang_modal .modal_content .gtranslate_wrapper {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  /*** global css ***/

  .page_banner .flex {
    min-height: unset;
    padding: 4rem 0 4rem;
  }

  .page_banner .head p {
    margin-top: 12px;
  }

  nav.navigation .nav-links {
    gap: 8px;
  }

  nav.navigation .page-numbers {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    padding: 0 10px;
  }

  nav.navigation .next::after,
  nav.navigation .prev::after {
    background-size: 6px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }

  .head .subtitle {
    font-size: 15px;
  }

  .head h1 {
    font-size: 34px;
  }

  .head h2 {
    font-size: 28px;
  }

  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }

  .home_banner .title {
    font-size: 34px;
  }

  .home_argument .items ul {
    grid-template-columns: 1fr 1fr;
  }

  .home_solutions .main {
    display: grid;
    grid-template-columns: 28% 70%;
  }
}

/*# sourceMappingURL=mobile.css.map */