@media(max-width: 1720px)  {
    .header-phone {
        display: none;
    }
    
    .nav-list {
        gap: 12px;
    }
    
    .header-btn {
        padding: 24px 28px;
    }
}


@media(max-width: 1440px)  { 
    
    #popup-form {
            width: 60%;
    }
    
        .nav-list {
        gap: 8px;
    }
    
 
    .wrapper {
        padding-left: 30px;
           padding-right: 30px;
    }
    
   
    .hero-wrapper {
        padding-top: 250px;
          padding-bottom: 250px;
    }
    
    .hero-title {
        font-size: 56px;
    }
    
.btn {
         font-size: 12px;
}

.info-item {
    gap: 5px;
}

.info-list {
    gap: 0;
}


  /* portfolio page*/
            
            .portfolio-section img {
                    height: 290px;
            }
            
             /* services pages*/
           
           .about-title {
               font-size: 48px;
           }
           
           .about-text {
                   font-size: 20px;
           }
           
           /*package*/
           
           .package-item {
                   width: 32%;
           }
           
           /* form page */
           
           .form-page-wrap {
                   width: 70%;
           }
           
           /* handwash*/
           
           .about-koch-title-block h2 span {
    font-size: 72px;
}

.about-koch-title-block h2 {
    font-size: 64px;
}

.about-koch-subtitle {
    font-size: 52px;
 
}

.about-koch-content-title {
    font-size: 64px;
}

.about-koch-list {
    margin-top: 50px;
    gap: 20px;
}

.about-koch-list h4 {
    font-size: 32px;
}

.about-koch-list .text {
    font-size: 18px;
}

.about-koch-list li, .about-koch-list a {
    justify-content: center;
    padding: 30px;
    min-height: 0px;
    width: 47% !important;
}


.step-numb {
    font-size: 72px;
}

.step-title {
    font-size: 28px;
}

.step-description span {
    font-size: 18px;
}

.step-bot-title {
    font-size: 32px;
}

.step-bot-goal {
    font-size: 18px;
}

.step {
    padding: 45px;
    gap: 20px;
margin: 0;
}

.step-one-wrapper {
    padding-top: 150px;
    padding-bottom: 120px;
}

.step-three-wrapper {
    padding-bottom: 150px;
    padding-top: 90px;
}

.step-two-wrapper {
    padding-bottom: 90px;
}

.steps-sum-title {
    font-size: 64px;
}

.steps-sum-text {
    font-size: 20px;
}

.steps-sum-overlay h4 {
    font-size: 32px;
}

.steps-sum-overlay span {
    font-size: 20px;
} 

.steps-sum-overlay-btn {
    font-size: 16px;
}

.result-wrapper span {
    font-weight: 600;
    font-size: 72px;
}

.why-us-handwashing-subtitle {
    font-size: 72px;
}

.why-us-handwashing-title {
    font-size: 96px;
}

.why-us-handwashing-list h4 {
    font-size: 32px;
}

.why-us-handwashing-list .text {
    font-size: 18px;
}

.why-us-handwashing-list li {
    min-height: 0px;
    padding: 30px;
    gap: 20px;
    justify-content: center;
    width: 47%;
}

.about-koch-content-img {
    margin-top: 100px;
}

.about-koch-title-block {
    flex-direction: column;
}

.about-koch-wrapper {
    padding-top: 0;
}
}







@media(max-width: 1024px)  {
    
     .portfolio-list {
    grid-template-columns: repeat(2, 1fr);
  }
    
      .insta-crop iframe {
    top: -56px;
    height: calc(100% + 80px) !important;
  }
    /* main page*/
    
        #popup-form {
        width: 90vw;
    }

    
     .nav-list {
    max-height: 0;
      position: absolute;
      top: 100%;
      flex-direction: column;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--yellow);
      width: 100%;
      
      opacity: 0;
      box-shadow: 0 -20px 30px -15px rgba(0, 0, 0, 0.3);
    
    }
    
    .services-nav-item:hover .hover-list  {
        display: none;
    }
    
    .nav-link:before {
        background: rgba(0,0,0,0.5);
    }
    
    
 .nav-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px; /* висота тіні */
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
  pointer-events: none; /* щоб не заважала клікам */
  z-index: 1;
}
    
      
    
    .nav-link::before {
        color: white;
    }
    
    .header-burger {
        display: block;
            width: 30px;
    height: 30px;
    margin-left: 15px;
    }
    
  
    .info-list {
    
    justify-content: center;
    }
    
    .sponsor-disabled-text {
        display: none;
    }
    
    .twok {
        margin-right: 25px;
    }
    
    .company-logo {
        width: 100px;
    }
    
    .training-program-block {
            margin-top: 18px;
    }
    
    .training-program-btn {
        align-self: center;
    }
    .training-program-text {
        margin-bottom: 24px;
    }
    
     .training-program-wrapper .main-title  {
             margin-bottom: 10px;
     }
 .why-us--main-list {
     gap: 10px
 }
 
 .why-us--main-item {
     min-height: 200px;
         flex: 1 1 calc(48% - 30px);
 }
 

  .why-us--main-wide {
    flex: 1 1 100%;
  }
 
 .title  {
     font-size: 32px;
     
 }
 
 .main-title {
     font-size: 18px;
 }
 
 .big-title {
     font-size: 35px;
 }
 
 .main-sub-title {
      font-size: 42px;
 }
 
 .mission-section {
    padding-bottom: 56px;
}
 
 .services-item {
     width: 100%;
 }
 
 .user-comment {
     font-size: 18px;
 }
 
 .swiper-content-wrapper  {
     flex-direction: column-reverse;
 }
 
 .swiper-right {
     padding: 0;
 }
 
 .swiper-left {
 margin-top: 15px;
 flex-direction: row;
 gap: 17px;
 align-items: center;
}

.user-pfp {
    max-width: 40px;
    margin: 0;
}

.user-name, .user-review-date {
    font-size: 14px;
}

.google-icon {
    display: none;
}

.reviews-title {
    margin-bottom: 35px;
}
.swiper-slide {
    padding-bottom: 0;
}

.swiper-controls {
    max-width: 1000px;
}

  /* all sevices page*/
    
    .services-nav-btn {
        font-size: 20px;
    }
            
            .services-nav {
                    justify-content: space-around;
                    width: 100%;
            }
            
            /*  portdolio page*/
            
           
            
            .portfolio-nav-btn {
                font-size: 18px;
            }
            
            /* contact  us */
            
            .contact-us-title {
 font-size: 56px;
 margin-bottom: 90px;
            }
            
             .contact-form-group label, .contact-us-form-input {
                 font-size: 18px;
             }

           /* services pages*/
           
           .about-text {
               display: none;
           }
            
            .about-title {
                max-width: 100%;
            }
            
            .works-wide-list .works-list-item {
    min-height: 310px;
}

      .works-list .works-list-item {
      min-height: 200px;    
}

.works-wide-list, .works-list {
    gap: 10px;
}

.works-lists-wrapper {
    gap: 10px;
}
 
 .FAQ-list {
    max-width: 100%;
}

.why-item-title  {
    font-size: 30px;
}

.why-list-item {
    min-height: 300px;
    width: 100%;
}

.why-list {
    flex-direction: column;
}

/*package*/
 .package-item {
                   width: 49%;
           }
           
           .package-wrapper {
    padding-bottom: 45px;
    
}

/*pay here*/

.pay-here-content-wrapper {
    flex-direction: column;
    justify-content: normal;
}

.pay-block {
    border: none;
    margin-top: 55px;
    align-self: center;
    width: 100%;
}

.pay-here .package-list {
   max-width: 100%; 
}

.pay-here .package-wrapper {
    padding-bottom: 250px;
}

/* handwashing*/


.handwashing-hero-title {
    font-size: 100px;
    letter-spacing: -5px;
    line-height: 90px;
    max-width: 200px;
}

.handwashing-hero-wrapper {
    flex-direction: column;
    align-items: start;
    padding-top: 317px;
    gap: 25px;
}


.handwashing-hero-block {
    gap: 20px;
}

.handwashing-hero-block span {
    font-size: 18px;
}

.handwashing-hero-wrapper {
    padding-bottom: 50px;
}

.plans-list {
    margin-top: 50px;
    flex-wrap: wrap;
}

.plan {
    width: 100%;
        padding: 40px 50px 40px
}

.plan-name {
    font-size: 48px;
}

.plan-list-item {
    font-size: 18px;
    padding-bottom: 15px;
}

.plan-advantage {
    font-size: 18px;
}

.plan-price {
    font-size: 48px;
}

.plan-duration {
    font-size: 14px;
}

.plan-btn {
        font-size: 16px;
}

.steps-wrapper {
    padding: 50px 0 20px;
}

.titles-wrapper {
gap: 25px;
    flex-direction: column;
}

    .why-us-handwashing-title {
        font-size: 72px;
    }
.why-us-handwashing-subtitle {
        font-size: 48px;
    }
    
    .why-us-handwashing-list {
    margin-top: 30px;
}

.filler {
    display: none !important;
}



}

@media(max-width: 768px)  {
        
  .insta-crop iframe {
    top: -66px;
    height: calc(100% + 40px) !important;
  }
    .handwashing-hero-section {

    background-position: center top 30%;
}
    
.handwashing-hero-wrapper {
    padding-top: 200px;
}
    .handwashing-hero-title {
    font-size: 60px;
    line-height: 49px;
}
    
        .header-btn {
        padding: 12px 20px;
        border-radius: 30px;
    }
    
    /* main page */
    
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
.hero-section {
  
    height: 80vh;
}
    .hero-wrapper {
        padding-bottom: 95px;
    }
    
    .hero-title {
        font-size: 30px;
    }
    
    .hero-text {
        font-size: 15px;
    }
    
    .info-img {
        max-width: 75px;
    }
    
    .twok, .highlited-k {
        font-size:  40px;
    }
    
    
    .info-wrapper {

        display: block
;
    align-items: center;
    justify-content: space-around;
}
    .info-item:first-child p {
        font-size: 15px;
    }
    
     .info-item:last-child p {
        font-size: 13px;
        max-width: 100px;
    }
    
        .twok {
        margin-right: 5px;
    }
    
     .why-us--main-item {
    flex: 1 1 100%;
  }

  .why-us--main-wide {
    flex: 1 1 100%;
  }
    
    .services-wrapper {
        padding-bottom: 25px;
    }
    .application-section {
        display: none;
    }
    
    .reviews-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}

.team-photo-section {
        min-height: 220px;
}
    
    .training-program-block {
        max-width: 100%;
    }
    
    .training-porgram-wrap {
        justify-content: center;
    }
    
    .training-program-title {
            max-width: 100%;
    }
    .footer-wrapper {
        flex-direction: column;
        gap: 20px
    }
    
    .footer-right .footer-title {
        margin: 0;
    }
    
    .footer-right {
        margin-top:  20px;
            display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
    
    .footer-left {
        width: 100%;
    }
    
    .footer-left ul {
        display: none;
    }
    
     .footer-left span {
        display: none;
    }
    
    .footer-phone-last-part {
        display: block;

    }
    
    .footer-logo {
        align-self: center;
    }
    
    .title {
        margin: 0;
    }
    
    /* all services page*/
    
    .all-services .services-wrapper {
        padding-top: 0;
    }
    
    .services-nav-btn {
        font-size: 16px;
    }
    
    /* portfolio page*/
    
    .portfolio .main-title {
    margin-top: 50px;
}
    
    .portfolio-item-title {
        font-size: 16px;
    }
    
     .portfolio-item-text {
        font-size: 14px;
    }
    
  
    

   
    
    .portfolio-nav {
  gap: 78px;
  overflow-x: auto;
  white-space: nowrap; 
  padding: 10px 0;
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none; 
}

.portfolio-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.portfolio-nav-btn {
  flex: 0 0 auto;
}
    /*contact us*/
    
       .contact-form-row {
   flex-direction: column;
}
.contact-form-group {
  width: 100%; 
}
   .contact-us .wpcf7-submit  {
            align-self: center;
    }
    
   .contact-us .wpcf7-form-control-wrap {
       width: 100%; 
    }
    
    
.contact-us .wpcf7 textarea {
    max-height: 41px;
}

    .contact-form-group label, .contact-us-form-input {
        font-size: 16px;
    }
    
    .contact-us-wrapper {
            padding-top: 68px;
    }
    
    .contact-info-wrapper {
    flex-direction: column;
}


.contact-info-list {
        margin-top: 40px;

}

.contact-info-title {
    max-width: 1000px;
  
}

.contact-info-span {
    font-size: 14px;
}

/* services pages*/

.about-wrapper{
   padding-top: 25px;
    padding-bottom: 25px;
}

.why-wrapper {
    padding-top: 45px;

}

.works-wrapper {
    padding-bottom: 20px;
}
.works-list-item  {
    padding: 20px 20px;
    min-height: 200px !important;
}

.works-wide-list, .works-list {
        grid-template-columns: repeat(1, 1fr);
}

.gallery-btn {
        margin-top: 50px;
}

.main-sub-title {
    margin-left: 0;
    margin-bottom: 30px;
}


.FAQ-list-item {
        padding: 34px;
}

.FAQ-item-title {
        font-size: 15px;
}

.FAQ-item-text {
     font-size: 13px;
}

.FAQ-item-btn::after {
        height: 20px;
}


.FAQ-item-btn::before {
        width: 20px;
}

.faq-wrapper {
    padding-left: 0;
    padding-right: 0;
        padding-bottom: 66px;

}
   
   .FAQ-item-title::before {
           width: 14px;
    height: 14px;
    background-size: contain;
   }
   
   .photosection-deckstop-photo {
    display: none;
}
.photosection-phone-photo {
    display: block;
}
   
  .user-transition-wrapper {
      padding-top: 0;
  }
  
   .detailing .photosection-wrapper, .ppf .photosection-wrapper {
      display:none;
  }
  
  .why-list {
    margin-top: 25px;
  }
  
  /* about us*/
  
 .about-us-fact-text {
     font-size: 18px;
     margin: 0;
 }
 
 /*package*/
 
 .package-item-price {

    font-size: 18px;
    }
    
    .package-item-btn {
        padding-left:  16px;
        padding-right:  16px;
    }
    
.package-item img {
        max-width: 250px;
}

.package-section .title {
        font-size: 36px;
}

.package-subtitle {
        font-size: 18px;
            margin-bottom: 25px;
}

.package-wrapper {
    padding-top: 0;
}

.package .services-navigation-wrapper {
    padding-top: 151px;
}

.filter-options {
  overflow-x: auto;
  white-space: nowrap; 
  padding: 10px 0;
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none; 
      margin-bottom: 21px;
}

/*form page*/
 .form-page-wrap {
                   width: 100%;
                       gap: 12px;
                       margin-top: 28px;
                           margin-bottom: 79px;
           }
           
           .form-page-wrap label {
    font-size: 16px;
}

.form-page-input {
        padding: 14px
}

.form-page-textarea {
    max-height: 140px;
}
          
          
    .popup-form-text {
        font-size: 16px;
    }
    .popup-form-btn {
            padding: 15px 15px !important;
    }
    
    /*pay here*/
    
   .pay-here .package-wrapper {
    padding-bottom: 75px;
    padding-top: 75px;
}

   .step-one-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
        .step-numb {
        font-size: 35px;
    }
    
    .step-numb::before {
    width: 21px;
    height: 28px;
}

.step-title {
        font-size: 20px;
    }
    
    .step-description span {
        font-size: 13px;
    }
    
    .step-bot-title {
        font-size: 20px;
    }
    
        .step-bot-goal {
        font-size: 12px;
    }
    
    .step-bot-goal::before {
    width: 15px;
    height: 20px;
    margin-right: 9px;
}

    .step-one-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
        .step-two-wrapper {
        padding-bottom: 50px;
    }
    
        .step-three-wrapper {
        padding-bottom: 50px;
        padding-top: 0;
    }
    
    
    .steps-sum-overlay {
    box-shadow: none;
   position:  static;
    width: 109%;
    min-height: 0px;
    background-color: #FFB014;
    border-radius: 20px;
    padding: 30px;
    z-index: 1;
    margin-left: -30px;
    margin-bottom: 0;
}

.steps-sum {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
}

.result-wrapper {
    padding: 50px 0 100px;
}

.result-wrapper span {
    margin: 0 auto;
}

.after {
    margin-top: 10px !important;
}

    .why-us-handwashing-list li {
        width: 100%;
    }
    
    .why-us-handwashing-wrapper {
    padding-bottom: 75px;
}

    .why-us-handwashing-title {
        font-size: 55px;
    }
    
        .why-us-handwashing-subtitle {
        font-size: 36px;
    }
    
    .about-koch-title-block h2:last-of-type {
    margin-top: 0;
}

    .about-koch-title-block h2 span {
        font-size: 44px;
    }
    
    .about-koch-title-block h2 {
        font-size: 33px;
    }
    .about-koch-subtitle {
    font-size: 33px;
    margin: 50px 0;
}

.about-koch-content {
    padding: 20px;
    padding-bottom: 0;
}

    .about-koch-list li, .about-koch-list a {
        width: 100% !important;
    }
    
    .about-koch-btn {
        display: none !important;
    }
    
        .about-koch-btn-hidden {
            display: inline-flex !important;
        }
 
}
@media(max-width: 640px)  {
    
  
  
   .portfolio-list {
    grid-template-columns: 1fr;
  }

    .package-item {
        width: 100%;
        flex: 1 1 auto;
    }
    
.pop-up-form-group p:nth-child(3n),
.pop-up-form-group p:nth-child(4n) {
 display: none;
}

.pop-up-form-group p {
    width: 100%;
}

 
}


@media(max-width: 425px)  {
    
    .hero-section {
        height: 50vh;
    }
    .insta-crop {
    aspect-ratio: 1 / 1;
  }

  .insta-crop iframe {
    top: -55px;
    height: 100% !important;
  }
  
        .steps-sum-title {
        font-size: 48PX;
    }
    
    /* main page*/
    .services-item {
            min-height: 145px;
    }
    
    .hero-wrapper {
        padding-top: 100px;
    }
    
    .btn  {
            padding: 15px 20px
    }
    
    .btn-with::before {
        display: none;
    }
    
        .header-btn {
                padding: 8px 14px;
        box-shadow: none;
        }
        
        .company-logo {
            width: 42px;
        }
        
        .title {
            font-size: 21px;
        }
        
        .main-title {
            font-size: 12px;
        }
        
        .big-title {
                    font-size: 21px;
        }
        
        .main-sub-title {
             font-size: 14px
        }
        
        .studio-wrapper    .main-sub-title {
              font-size: 18px
        }
        
        .mission-wrapper .main-sub-title  {
              font-size: 24px
        }
        
        .reviews-title {
            font-size: 15px;
        text-transform: uppercase;
        }
        
        .services-lists {
            margin-top: 30px;
        }
        
        .services-item-title {
               font-size: 18px;
        }
        
        .services-item-btn  {
               font-size: 8px;
                       margin-top: 5px;
        }
        
          .training-program-text {
              font-size: 14px;
          }
          
          .training-program-block {
              margin-top: 28px;
          }
          
          .why-us--main-wrapper {
    padding-top: 58px;
          }
          
          .training-program-wrapper {
    padding-bottom: 58px;
}

 .popup-form-btn {
          font-size: 13px !important;
    }
    

/* all services page*/

.services-nav {
        justify-content: space-between;
}

   .services-nav-btn {
        font-size: 12px;
    }
    
    .services-list-title {
        font-size: 18px;
    }
    
    .services-list-title {
        margin-top: 40px;
    }
    
/*portfolio page*/

    .portfolio-section img {
        height: 169px;
    }

    .portfolio-nav-btn {
        font-size: 14px;
    }
    
    /*contact us*/
    .contact-us-title {
    font-size:  24px;
    text-transform: uppercase;
}
    
.contact-info-title {
    font-size:  24px;
}

.contact-info-text {
      font-size:  17px;
}

.contact-theme-info {
    font-size: 19px;
}

/* services pages*/


.FAQ-list-item {
    padding: 16px;
}

    .FAQ-item-btn::after {
        height: 13px;
        width: 1.5px;
    }
    
      .FAQ-item-btn::before {
        width: 13px;
        height: 1.5px;
    }
    
    .FAQ-list {
        gap: 5px
    }
    
    .why-item-title {
        text-transform: none;
        font-size: 16px;
    }
    
    .why-item-text {
        display: none;
    }
    
    .why-list-item {
        min-height: 182px;
    }
    
    .why-list {
            margin-bottom: 50px;
    }
    
    .works-wrapper {
        padding-top: 0;
    }
    
    .works-under-title {
        margin-left: 0;
        font-size:12px;
    }
    
    /*package*/
    .package .services-navigation-wrapper {
    padding-top: 103px;
}

/*form page*/
.form-page-wrapper {
    padding-top: 105px;
}

   /*pay here*/
    
    .pay-block-title {
        font-size: 16px;
    }
    
    .pay-block span {
        font-size:14px;
    }
    
    .pay-block-sum {
        font-size: 16px;
    }
    
    .pay-block-btn {
        font-size: 12px;
         padding-top: 14px;
    padding-bottom: 14px;
    }
    
    /*handwashing */
       
}