.shoptimizer-archive .archive-header .col-full{
    max-width:1440px ;
}
.shoptimizer-archive .col-full{
  max-width:100%;
}
/* .site-content .shoptimizer-archive .archive-header .col-full .woocommerce-breadcrumb {
    margin-left: 0 ;
} */
.main-content .customer-service-form .customer-service-container {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .main-content .customer-service-form .customer-service-container .title{
    font-family: 'Matritsa';
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 0.96px;
    color: #000000;
    margin-bottom: 10px;
  }
  .main-content .customer-service-form .customer-service-container .subtitle{
    font-family: 'Matritsa';
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    color: #999999;
    margin-bottom: 15px;
  }
  .main-content .customer-service-form .customer-service-container .description{
    font-family:'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
  }
  .main-content .customer-service-form .customer-service-container .description .highlight-text{
    font-weight: 700;
  }
  .main-content .customer-service-form .customer-service-container .description a{
    color: #EF6526;
    text-decoration: underline;
  }
  .wpcf7  form{
    max-width:650px;
    width:100%;
  }
  form .pc-contact-form h2{
    font-family: 'Matritsa';
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
   
  }
  form .pc-contact-form .contact-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;        
    
}
form .pc-contact-form .contact-row.contact-textarea{
  max-height:210px;
  height:100%;
}
form .pc-contact-form .contact-row .contact-column {
    flex: 1 1 48%; 
    min-width: 250px; 
}
.contact-row .wpcf7-form-control {
    height: 40px;
    border: 1px solid #C3C3C3;
    padding: 5px 10px; 
    box-sizing: border-box; 
    width: 100%; 
    font-size: 14px;
    border-radius:4px;
    line-height: 14px;  
}
.contact-row .wpcf7-form-control::placeholder{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #C3C3C3;
}
.contact-row input[type="number"]::placeholder {
    color: #000;
}
.contact-row p{
    width:100%;
}
.contact-row p textarea{
    height: 209px !important;
    
}
.pc-contact-form p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.pc-contact-form p.note{
    margin-top: 5px;
    padding-right: 20px;
    text-align: start ;
    
}
.pc-contact-form p strong{
    font-weight: 600;
}
.pc-contact-form p input[type="submit"]{
    max-width: 266px;
    width: 100%;
    background-color: #EF6526;
    border-radius: 2px;
    padding: 8px 0;
    font-family: 'Matritsa';
    font-size: 16px;
    font-weight: 900;
}
.pc-contact-form p input[type="submit"]:hover{
    background-color:#d24d1f;
}
.section.customer-service-content{
    background-color: #EDEDED;
    margin-bottom: 10px;
}
.container{
    display: flex;
    flex-wrap: wrap;          
    gap: 10px;               
    justify-content: center;
    align-items: stretch;
    /* padding: 10px 0; */
}
.first-content,
.second-content {
  flex: 1;
  padding: 20px;
 
}
.separate-content {
    width: 10px;
    background-color: #ffffff;
    height: auto;
  }
.first-content {
  margin-right: 10px;
  padding-left: 0px !important;
}
.second-content {
  margin-left: 10px;
}
.container .first-content .content,
.container .second-content .content{
    max-width: 485px;
    width:100%
}

.container .first-content .content p,
.container .second-content .content p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    
}
.container .second-content .content p span{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
.container .second-content .content p a{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}
.container .first-content .content p a{
    color: #EF6526;
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: stretch;
      padding: 0 !important;
    }
    .archive-header .col-full .woocommerce-breadcrumb{
      padding: 0 15px;
    }
    .separate-content {
      height: 10px;
      width: 100%; 
    }
    .first-content,
    .second-content {
      padding: 20px !important;
    
    }
    .second-content {
        margin-left: 0;
      }
      .main-content .customer-service-form .customer-service-container {
        padding: 0 15px;
        margin-bottom: 20px;
        margin-top: 20px;
        }
        .section.customer-service-content {
          margin-bottom: 20px;
        }
        .pc-contact-form p.note {
          padding-right: 0;
        }
        .mobile-br-before::before {
          content: "\A"; 
          white-space: pre; 
        }
        
  }
  @media screen and (max-width:480px){
    form .pc-contact-form .contact-row{
      gap: 0;
    }
    .pc-contact-form p input[type="submit"]{
      max-width: 100%;
      width: 100%;
    }
   
  }
  form .contact-row .contact-column .wpcf7-form-control.wpcf7-select,
  form .contact-row .contact-column .wpcf7-form-control.wpcf7-number {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px; 
    color: #000000;
  }
  form .contact-row .contact-column .wpcf7-form-control.wpcf7-text,
  form .contact-row .contact-column .wpcf7-form-control.wpcf7-textarea{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px; 
    color: #C3C3C3;
  }
  @media screen and (min-width:768px) and (max-width:1440px){
    .first-content{
      padding-left: 30px !important;
    }
 }