
/* ==================== RESET ==================== */
#ConsultationPhone_root__Cp8X2,
#ConsultationPhone_root__Cp8X2 *,
#ConsultationPhone_root__Cp8X2 *::before,
#ConsultationPhone_root__Cp8X2 *::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ==================== ROOT CONTAINER ==================== */
#ConsultationPhone_root__Cp8X2 {
  font-family: system-ui, -apple-system, &amp;amp;amp;quot;Segoe UI&amp;amp;amp;quot;, Roboto, &amp;amp;amp;quot;Helvetica Neue&amp;amp;amp;quot;, Arial, &amp;amp;amp;quot;Noto Sans&amp;amp;amp;quot;, sans-serif, &amp;amp;amp;quot;Apple Color Emoji&amp;amp;amp;quot;, &amp;amp;amp;quot;Segoe UI Emoji&amp;amp;amp;quot;, &amp;amp;amp;quot;Segoe UI Symbol&amp;amp;amp;quot;, &amp;amp;amp;quot;Noto Color Emoji&amp;amp;amp;quot; !important;
  direction: rtl !important;
  background: #050505 !important;
  background-color: #050505 !important;
  color: #d1d5db !important;
  padding-top: 5rem !important;
  min-height: 100vh !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_container__Mn4K9 {
  width: 100% !important;
}

/* ==================== HERO SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_hero__Bg7Y3 {
  position: relative !important;
  background: #080808 !important;
  background-color: #080808 !important;
  padding: 5rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  overflow: hidden !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroPattern__Lp2W8 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png') !important;
  opacity: 0.05 !important;
  z-index: 0 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroContent__Qr5T6 {
  position: relative !important;
  z-index: 10 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  text-align: center !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroTitle__Zx9N1 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroDesc__Jk3M7 {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: #9ca3af !important;
  margin-bottom: 2rem !important;
  text-align: justify !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroButtons__Vb8H4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  align-items: center !important;
  justify-content: center !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_btnPrimary__Wt2K5 {
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  color: #000000 !important;
  padding: 1rem 2rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;
  box-shadow: 0 0 30px rgba(197, 165, 93, 0.3) !important;
  cursor: pointer !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_btnPrimary__Wt2K5:hover {
  background-color: #b0924f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 0 40px rgba(197, 165, 93, 0.5) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_btnIcon__Yr6P3 {
  animation: tada 1.5s ease-in-out infinite !important;
}

@keyframes tada {
  0%, 100% { transform: scale(1) rotate(0deg); }
  10%, 20% { transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_btnSecondary__Ux7L9 {
  background: #111111 !important;
  background-color: #111111 !important;
  border: 1px solid rgba(239, 68, 68, 0.5) !important;
  color: #ffffff !important;
  padding: 1rem 2rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease !important;
  cursor: pointer !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_btnSecondary__Ux7L9:hover {
  background-color: #ef4444 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

@media (min-width: 640px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroButtons__Vb8H4 {
    flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroTitle__Zx9N1 {
    font-size: 3rem !important;
  }
  
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_heroDesc__Jk3M7 {
    text-align: center !important;
  }
}

/* ==================== WHY US SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_whyUs__Df5N2 {
  padding: 4rem 1rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_sectionTitle__Ah3B6 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 3rem !important;
}

/* Stats Grid */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statsGrid__Gk9M1 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1.5rem !important;
  margin-bottom: 3rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statBox__Fn8R4 {
  background: #111111 !important;
  background-color: #111111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-align: center !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
  cursor: pointer !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statBox__Fn8R4:hover {
  border-color: #C5A55D !important;
  transform: scale(1.05) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statNumber__Tp2W7 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #C5A55D !important;
  margin-bottom: 0.5rem !important;
  transition: transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statBox__Fn8R4:hover .ConsultationPhone_statNumber__Tp2W7 {
  transform: scale(1.1) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_statLabel__Qs4J8 {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
}

@media (min-width: 640px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_statsGrid__Gk9M1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_statsGrid__Gk9M1 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Benefits Grid */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitsGrid__Lm7Y5 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitCard__Np3X9 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  background: #151515 !important;
  background-color: #151515 !important;
  padding: 1.25rem !important;
  border-radius: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitCard__Np3X9:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(197, 165, 93, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitIcon__Cr8K2 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 9999px !important;
  background: rgba(197, 165, 93, 0.1) !important;
  background-color: rgba(197, 165, 93, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #C5A55D !important;
  flex-shrink: 0 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitTitle__Ht6N1 {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  margin-bottom: 0.25rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitDesc__Jq9R7 {
  font-size: 0.75rem !important;
  color: #9ca3af !important;
  line-height: 1.5 !important;
}

@media (min-width: 640px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitsGrid__Lm7Y5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_benefitsGrid__Lm7Y5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ==================== PHONE LINES SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_phoneLines__Xv2P5 {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_linesGrid__Km8T3 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1.5rem !important;
  max-width: 56rem !important;
  margin: 0 auto 2rem auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineCard__Dp7W1 {
  position: relative !important;
  background: #111111 !important;
  background-color: #111111 !important;
  border-radius: 1.5rem !important;
  padding: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-align: center !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineCard__Dp7W1:hover {
  border-color: #C5A55D !important;
  transform: translateY(-4px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineDecor__Qn4Y8 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 4rem !important;
  height: 4rem !important;
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  opacity: 0.05 !important;
  border-bottom-left-radius: 9999px !important;
  transition: opacity 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineCard__Dp7W1:hover .ConsultationPhone_lineDecor__Qn4Y8 {
  opacity: 0.1 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineMainIcon__Fr9X5 {
  font-size: 3rem !important;
  color: #C5A55D !important;
  margin-bottom: 1rem !important;
  display: block !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineTitle__Gw5J2 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineNumber__Hs8K6 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  display: block !important;
  margin-bottom: 1rem !important;
  text-decoration: none !important;
  direction: ltr !important;
  transition: color 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineNumber__Hs8K6:hover {
  color: #C5A55D !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineDesc__Tn3M9 {
  font-size: 0.75rem !important;
  color: #9ca3af !important;
  margin-bottom: 1rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_lineHours__Uv6P2 {
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
  border-radius: 0.5rem !important;
  padding: 0.75rem !important;
  font-size: 0.75rem !important;
  color: #d1d5db !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_hoursLabel__Wr7Q4 {
  display: block !important;
  color: #C5A55D !important;
  font-weight: 700 !important;
  margin-bottom: 0.25rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_infoBox__Zm5N7 {
  background: rgba(59, 130, 246, 0.1) !important;
  background-color: rgba(59, 130, 246, 0.1) !important;
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
  border-radius: 0.75rem !important;
  padding: 1rem !important;
  text-align: center !important;
  color: #93c5fd !important;
  font-size: 0.875rem !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

@media (min-width: 768px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_linesGrid__Km8T3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==================== TOPICS SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topics__Bq8Y4 {
  padding: 4rem 1rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicsGrid__Lp9K3 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 2rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicCard__Mv7R2 {
  background: #111111 !important;
  background-color: #111111 !important;
  padding: 2rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  position: relative !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicCard__Mv7R2:hover {
  border-color: #C5A55D !important;
  transform: translateY(-4px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicUrgent__Nw4X8 {
  border-color: rgba(239, 68, 68, 0.2) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicUrgent__Nw4X8:hover {
  border-color: rgba(239, 68, 68, 0.5) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicBadge__Oy6T5 {
  position: absolute !important;
  top: -1rem !important;
  right: 2rem !important;
  background: #ef4444 !important;
  background-color: #ef4444 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 9999px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicTitle__Pz3M1 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicTitleIcon__Qx8W9 {
  color: #C5A55D !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicUrgent__Nw4X8 .ConsultationPhone_topicTitleIcon__Qx8W9 {
  color: #ef4444 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicList__Rs5N4 {
  list-style: none !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicList__Rs5N4 li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  margin-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  color: #9ca3af !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_listDot__St2K7 {
  color: #C5A55D !important;
  font-size: 1.125rem !important;
  margin-top: -0.25rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicUrgent__Nw4X8 .ConsultationPhone_listDot__St2K7 {
  color: #ef4444 !important;
}

@media (min-width: 768px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_topicsGrid__Lp9K3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ==================== PRICING SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_pricing__Tw9X1 {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_pricingGrid__Um4K8 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 2rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceCard__Vn7P5 {
  background: #151515 !important;
  background-color: #151515 !important;
  padding: 2rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceCardFeatured__Ew7Q3 {
  position: relative !important;
  overflow: hidden !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageDecor__Fx2P9 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 6rem !important;
  height: 6rem !important;
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  opacity: 0.05 !important;
  border-bottom-left-radius: 9999px !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceCardGradient__Nv8Y6 {
  background: linear-gradient(135deg, #1a1a1a, #000000) !important;
  border-color: rgba(197, 165, 93, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceCardTitle__Wo2M3 {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  margin-bottom: 1.5rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_giftIcon__Ox7K9 {
  color: #C5A55D !important;
}

/* Price List */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceList__Xp6T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceItem__Yq5R1 {
  display: flex !important;
  flex-direction: column !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceRow__Zr8W4 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 0.25rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceName__As3N7 {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceAmount__Bt9K2 {
  color: #C5A55D !important;
  font-weight: 700 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceAmountRed__Dv6M8 {
  color: #f87171 !important;
  font-weight: 700 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_priceNote__Cu4X6 {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
}

/* Package List */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageList__Gy8T5 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageBox__Hz4N2 {
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageHighlight__Mw2X3 {
  border-right: 4px solid #C5A55D !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageInfo__Iw9K7 {
  display: flex !important;
  flex-direction: column !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageName__Jx3M1 {
  color: #ffffff !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  display: block !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packageOldPrice__Ky6R4 {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  text-decoration: line-through !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_packagePrice__Lz5W8 {
  color: #C5A55D !important;
  font-weight: 700 !important;
}

/* Discount List */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_discountList__Pw4T2 {
  list-style: none !important;
  margin-bottom: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_discountItem__Qy9M5 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_discountText__Rz3N8 {
  color: #d1d5db !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_discountBadge__Sx6W1 {
  background: rgba(197, 165, 93, 0.2) !important;
  background-color: rgba(197, 165, 93, 0.2) !important;
  color: #C5A55D !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.25rem !important;
  font-weight: 700 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_discountNote__Ty2K7 {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  text-align: center !important;
}

@media (min-width: 1024px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_pricingGrid__Um4K8 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ==================== PROCESS SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_process__Uz5P4 {
  padding: 4rem 1rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepsGrid__Vw8R9 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepCard__Wx3T6 {
  background: #111111 !important;
  background-color: #111111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  position: relative !important;
  transition: transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepCard__Wx3T6:hover {
  transform: translateY(-4px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepNumber__Xy7M2 {
  position: absolute !important;
  top: -1rem !important;
  right: 1.5rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepTitle__Yz9N5 {
  color: #ffffff !important;
  font-weight: 700 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepDesc__Za4K8 {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  line-height: 1.5 !important;
}

@media (min-width: 640px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepsGrid__Vw8R9 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_stepsGrid__Vw8R9 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* ==================== CASE STUDIES SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_cases__Ab6W3 {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_casesGrid__Bc9X7 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 2rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_caseCard__Cd4T2 {
  background: #111111 !important;
  background-color: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_caseCard__Cd4T2:hover {
  border-color: #C5A55D !important;
  transform: translateY(-4px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_caseTitle__De7M5 {
  color: #ffffff !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_caseLocation__Ef2N9 {
  color: #C5A55D !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_caseDesc__Fg8K6 {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_casesGrid__Bc9X7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ==================== OFFERS SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offers__Gh5P8 {
  padding: 4rem 1rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offersGrid__Hi3R4 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerCard__Ij9W7 {
  background: linear-gradient(180deg, #151515, #111111) !important;
  padding: 2rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-align: center !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerCard__Ij9W7:hover {
  border-color: #C5A55D !important;
  transform: translateY(-4px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerCardPopular__No7X6 {
  border-color: #C5A55D !important;
  transform: scale(1.05) !important;
  box-shadow: 0 0 30px rgba(197, 165, 93, 0.1) !important;
  position: relative !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_popularBadge__Op3M2 {
  position: absolute !important;
  top: 0 !important;
  right: 50% !important;
  transform: translate(50%, -50%) !important;
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 9999px !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerIconBox__Jk6T1 {
  width: 4rem !important;
  height: 4rem !important;
  margin: 0 auto 1.5rem auto !important;
  background: #1a1a1a !important;
  background-color: #1a1a1a !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #C5A55D !important;
  font-size: 3rem !important;
  transition: transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerCard__Ij9W7:hover .ConsultationPhone_offerIconBox__Jk6T1 {
  transform: scale(1.1) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerIconRed__Qr6W5 {
  color: #ef4444 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerTitle__Kl2M5 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerList__Lm8N9 {
  list-style: none !important;
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  margin-bottom: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerList__Lm8N9 li {
  margin-bottom: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerBtn__Mn4K3 {
  color: #C5A55D !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  transition: opacity 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerBtn__Mn4K3:hover {
  opacity: 0.8 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerBtnRed__Rs2T4 {
  color: #f87171 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerBtnPrimary__Pq9R8 {
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  color: #000000 !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_offerBtnPrimary__Pq9R8:hover {
  background-color: #b0924f !important;
  transform: scale(1.05) !important;
}

@media (min-width: 768px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_offersGrid__Hi3R4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ==================== FAQ SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faq__St8M7 {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faqContainer__Tu5N1 {
  max-width: 56rem !important;
  margin: 0 auto !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faqItem__Uv3K6 {
  background: #111111 !important;
  background-color: #111111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-bottom: 1rem !important;
  transition: border-color 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faqItem__Uv3K6:hover {
  border-color: rgba(197, 165, 93, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faqQuestion__Vw9P9 {
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_faqAnswer__Wx6R3 {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  line-height: 1.6 !important;
}

/* ==================== FINAL CTA SECTION ==================== */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_finalCta__Xy2W8 {
  padding: 4rem 1rem 2rem 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBox__Yz7M4 {
  background: linear-gradient(135deg, #1a1a1a, #111111) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  max-width: 80rem !important;
  margin: 0 auto !important;
  position: relative !important;
  overflow: hidden !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaContent__Za5N9 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 3rem !important;
}

/* Tips Section */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_tipsTitle__Bc4P7 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_tipsList__Cd9R2 {
  list-style: none !important;
  margin-bottom: 2rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_tipsList__Cd9R2 li {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  margin-bottom: 1rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_checkIcon__De6T5 {
  color: #C5A55D !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_securityAlert__Ef3M8 {
  background: rgba(153, 27, 27, 0.2) !important;
  background-color: rgba(153, 27, 27, 0.2) !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_shieldIcon__Fg7W1 {
  color: #ef4444 !important;
  font-size: 1.25rem !important;
  flex-shrink: 0 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_alertText__Gh2N6 {
  font-size: 0.75rem !important;
  color: #fca5a5 !important;
  line-height: 1.5 !important;
}

/* CTA Buttons */
#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaButtons__Hi8K4 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaHeading__Ij5P9 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnGrid__Jk3R7 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1rem !important;
  width: 100% !important;
  max-width: 28rem !important;
  margin-bottom: 1.5rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnMain__Kl9T2 {
  background: #C5A55D !important;
  background-color: #C5A55D !important;
  color: #000000 !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnMain__Kl9T2:hover {
  background-color: #b0924f !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnSecond__Op4P6 {
  background: #111111 !important;
  background-color: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnSecond__Op4P6:hover {
  border-color: #C5A55D !important;
  transform: translateY(-2px) !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaIcon__Lm6M5 {
  font-size: 2rem !important;
  margin-bottom: 0.25rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaIconWhatsapp__Pq7W3 {
  font-size: 2rem !important;
  margin-bottom: 0.25rem !important;
  color: #25D366 !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaLabel__Mn2N8 {
  font-size: 0.875rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaNumber__No8K1 {
  font-size: 1.125rem !important;
}

#ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaFooter__Qr5X9 {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
}

@media (min-width: 640px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaBtnGrid__Jk3R7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ConsultationPhone_root__Cp8X2 .ConsultationPhone_ctaContent__Za5N9 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #000;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 230px;
                height: 100px;
                max-width: 230px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #222 ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  1px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  1px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 1px solid #C5A55D;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #fff;
                    border-radius: 3px;
                    background: #C5A55D ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #C5A55D ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #C5A55D ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #C5A55D ;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #C5A55D ;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #fff;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #fff;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #C5A55D ;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #C5A55D ;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 230px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}