@media (max-width:570px) {  .zb-el-container-mobile--hide {    display:none !important;  }}.zb-el-zionContainer--float--right {  float:right;}.zb-el-zionContainer--float--left {  float:left;}.zb-el-zionText {  -webkit-box-orient:vertical;  overflow:hidden;  display:-webkit-box;  text-overflow:ellipsis;  overflow-wrap:break-word;  word-break:break-word;  line-height:180%;}.zb-el-zionText a {  color:inherit;  text-decoration:none;}.zb-el-zionText a > * {  -webkit-box-orient:vertical;  overflow:hidden;  display:-webkit-box;  text-overflow:ellipsis;  overflow-wrap:break-word;  word-break:break-word;}#uid2264246419552 { word-break:break-word;overflow-wrap:break-word; }#uid2264246419552 * { word-break:break-word;overflow-wrap:break-word; }#uid2264246419554 { word-break:break-word;overflow-wrap:break-word; }#uid2264246419554 * { word-break:break-word;overflow-wrap:break-word; }#uid2264246419556 { word-break:break-word;overflow-wrap:break-word; }#uid2264246419556 * { word-break:break-word;overflow-wrap:break-word; }#uid2264246419558 { word-break:break-word;overflow-wrap:break-word; }#uid2264246419558 * { word-break:break-word;overflow-wrap:break-word; }#uid22642464195510 { word-break:break-word;overflow-wrap:break-word; }#uid22642464195510 * { word-break:break-word;overflow-wrap:break-word; }#uid22642464195512 { word-break:break-word;overflow-wrap:break-word; }#uid22642464195512 * { word-break:break-word;overflow-wrap:break-word; }    .main-container {      font-family:'Arial', sans-serif;      line-height:1.6;      color:#333;      max-width:1200px;      margin:0 auto;      padding:20px;    }    .hero-section {      text-align:center;      margin-bottom:40px;      padding:20px;      background-color:#f8f9fa;      border-radius:8px;    }    .hero-section h1 {      font-size:2.5rem;      margin-bottom:10px;      color:#2c3e50;    }    .hero-section p {      font-size:1.1rem;      color:#666;    }    .products-section {      margin-bottom:60px;    }    .products-section h2 {      text-align:center;      margin-bottom:30px;      font-size:2rem;      color:#2c3e50;    }    .product-grid {      display:grid;      grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));      gap:25px;    }    .product-card {      background-color:#fff;      border:1px solid #e0e0e0;      border-radius:8px;      padding:20px;      box-shadow:0 2px 5px rgba(0,0,0,0.1);      transition:all 0.3s ease;    }    .product-card:hover {      transform:translateY(-5px);      box-shadow:0 5px 15px rgba(0,0,0,0.15);    }    .product-card img {      width:100%;      height:200px;      object-fit:cover;      border-radius:4px;      margin-bottom:15px;    }    .product-card h3 {      font-size:1.3rem;      margin-bottom:10px;      color:#2c3e50;    }    .product-card p {      color:#666;      margin-bottom:20px;    }    .btn {      display:inline-block;      padding:10px 20px;      background-color:#3498db;      color:#fff;      text-decoration:none;      border-radius:4px;      transition:background-color 0.3s;    }    .btn:hover {      background-color:#2980b9;    }    .why-choose-us {      margin-bottom:60px;      background-color:#f8f9fa;      padding:40px 20px;      border-radius:8px;    }    .why-choose-us h2 {      text-align:center;      margin-bottom:30px;      font-size:2rem;      color:#2c3e50;    }    .advantages-grid {      display:grid;      grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));      gap:20px;      text-align:center;    }    .advantage-item i {      font-size:2.5rem;      color:#3498db;      margin-bottom:15px;    }    .advantage-item h3 {      font-size:1.2rem;      margin-bottom:10px;      color:#2c3e50;    }    .customer-reviews {      margin-bottom:60px;    }    .customer-reviews h2 {      text-align:center;      margin-bottom:30px;      font-size:2rem;      color:#2c3e50;    }    .reviews-grid {      display:grid;      grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));      gap:25px;    }    .review-item {      background-color:#fff;      border:1px solid #e0e0e0;      border-radius:8px;      padding:20px;      box-shadow:0 2px 5px rgba(0,0,0,0.1);    }    .review-item img {      width:80px;      height:80px;      border-radius:50%;      margin-bottom:15px;    }    .review-item p {      color:#666;      font-style:italic;    }    .customer-cases {      margin-bottom:60px;      background-color:#f8f9fa;      padding:40px 20px;      border-radius:8px;    }    .customer-cases h2 {      text-align:center;      margin-bottom:30px;      font-size:2rem;      color:#2c3e50;    }    .cases-grid {      display:grid;      grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));      gap:25px;    }    .case-item {      background-color:#fff;      border:1px solid #e0e0e0;      border-radius:8px;      padding:20px;      box-shadow:0 2px 5px rgba(0,0,0,0.1);    }    .case-item img {      width:100%;      height:200px;      object-fit:cover;      border-radius:4px;      margin-bottom:15px;    }    .case-item h3 {      font-size:1.2rem;      margin-bottom:10px;      color:#2c3e50;    }    .case-item p {      color:#666;    }    .cta-section {      text-align:center;      background-color:#3498db;      color:#fff;      padding:40px 20px;      border-radius:8px;    }    .cta-section h2 {      font-size:1.8rem;      margin-bottom:15px;    }    .cta-section p {      margin-bottom:20px;      font-size:1.1rem;    }    .cta-btn {      padding:12px 30px;      background-color:#fff;      color:#3498db;      border:none;      border-radius:4px;      font-size:1.1rem;      cursor:pointer;      transition:background-color 0.3s;    }    .cta-btn:hover {      background-color:#f1f1f1;    }    @media (max-width:768px) {      .hero-section h1 {        font-size:2rem;      }      .products-section h2, .why-choose-us h2, .customer-reviews h2, .customer-cases h2 {        font-size:1.5rem;      }    }  #uid2264246419551 .zb-section__innerWrapper { display:block; }#uid2264246419553 .zb-section__innerWrapper { display:block; }#uid2264246419555 .zb-section__innerWrapper { display:block; }#uid2264246419557 .zb-section__innerWrapper { display:block; }#uid2264246419559 .zb-section__innerWrapper { display:block; }#uid22642464195511 .zb-section__innerWrapper { display:block; }