{"id":7,"date":"2026-02-11T13:31:08","date_gmt":"2026-02-11T13:31:08","guid":{"rendered":"https:\/\/yellow-caribou-590671.hostingersite.com\/?page_id=7"},"modified":"2026-09-08T06:37:34","modified_gmt":"2026-09-08T06:37:34","slug":"home","status":"publish","type":"page","link":"https:\/\/atlas-sa.net\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-138acfe e-con-full e-flex e-con e-parent\" data-id=\"138acfe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a29b64 e-con-full e-flex e-con e-child\" data-id=\"4a29b64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f96bcf5 e-con-full e-flex e-con e-child\" data-id=\"f96bcf5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b27001d elementor-widget elementor-widget-html\" data-id=\"b27001d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ========================================================\r\n     \u0623\u0637\u0644\u0633 | Hero Carousel \u2014 Elementor HTML Widget Snippet\r\n     (FIXED: full-bleed width now measured with JS instead of\r\n     the fragile 100vw \/ calc(-50vw + 50%) trick, so it lines\r\n     up correctly in both Arabic (RTL) and English (LTR).)\r\n     ======================================================== -->\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900&display=swap');\r\n\r\n#atlasCarousel *,\r\n#atlasCarousel *::before,\r\n#atlasCarousel *::after {\r\n  box-sizing: border-box;\r\n  margin: 0;\r\n  padding: 0;\r\n}\r\n\r\n\/* \u2500\u2500 Carousel Wrapper \u2500\u2500 *\/\r\n#atlasCarousel {\r\n  font-family: 'Cairo', sans-serif;\r\n  direction: rtl;\r\n  position: relative;\r\n  width: 100%;              \/* was: 100vw \u2014 JS now sets the real pixel width *\/\r\n  overflow: hidden;\r\n  background: #0a0a0a;\r\n  user-select: none;\r\n}\r\n\r\n\/* \u2500\u2500 Slides Track \u2500\u2500 *\/\r\n#atlasCarousel .atlas-track {\r\n  display: flex;\r\n  width: 200%;\r\n  height: 100%;\r\n  transition: transform 0.85s cubic-bezier(0.77, 0, 0.18, 1);\r\n  will-change: transform;\r\n}\r\n\r\n\/* \u2500\u2500 Individual Slide \u2500\u2500 *\/\r\n#atlasCarousel .atlas-slide {\r\n  position: relative;\r\n  width: 50%;\r\n  height: 100%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  overflow: hidden;\r\n}\r\n\r\n\/* \u2500\u2500 Ken Burns zoom-in keyframe \u2500\u2500 *\/\r\n@keyframes atlasBgZoom {\r\n  from { transform: scale(1);    }\r\n  to   { transform: scale(1.12); }\r\n}\r\n\r\n\/* \u2500\u2500 Background Image \u2500\u2500 *\/\r\n#atlasCarousel .atlas-bg {\r\n  position: absolute;\r\n  inset: 0;\r\n  background-size: cover;\r\n  background-position: center;\r\n  background-repeat: no-repeat;\r\n  transform: scale(1);\r\n  will-change: transform;\r\n  -webkit-backface-visibility: hidden;\r\n  backface-visibility: hidden;\r\n  image-rendering: -webkit-optimize-contrast;\r\n}\r\n\r\n\/* \u2500\u2500 Only the active slide runs the animation \u2500\u2500 *\/\r\n#atlasCarousel .atlas-slide.is-active .atlas-bg {\r\n  animation: atlasBgZoom 6s linear forwards;\r\n}\r\n\r\n\/* \u2500\u2500 Dark Overlay \u2500\u2500 *\/\r\n#atlasCarousel .atlas-overlay {\r\n  position: absolute;\r\n  inset: 0;\r\n  background: linear-gradient(\r\n    to bottom,\r\n    rgba(0,0,0,0.15) 0%,\r\n    rgba(0,0,0,0.45) 45%,\r\n    rgba(0,0,0,0.75) 100%\r\n  );\r\n  pointer-events: none;\r\n}\r\n\r\n\/* \u2500\u2500 Content Box \u2500\u2500 *\/\r\n#atlasCarousel .atlas-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  width: 100%;\r\n  max-width: 740px;\r\n  padding: 40px 48px;\r\n  text-align: center;\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n}\r\n\r\n@media (max-width: 992px) {\r\n  #atlasCarousel .atlas-content { padding: 32px 36px; }\r\n}\r\n\r\n@media (max-width: 600px) {\r\n  #atlasCarousel .atlas-content { padding: 24px 18px; }\r\n}\r\n\r\n\/* \u2500\u2500 Heading \u2500\u2500 *\/\r\n#atlasCarousel .atlas-heading {\r\n  font-size: clamp(28px, 4.5vw, 58px);\r\n  font-weight: 900;\r\n  line-height: 1.3;\r\n  letter-spacing: 0.02em;\r\n  color: #ffffff !important;\r\n  margin-bottom: 14px;\r\n  text-align: center;\r\n  opacity: 0;\r\n  transform: translateY(28px);\r\n  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;\r\n}\r\n\r\n#atlasCarousel .atlas-slide.is-active .atlas-heading {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\r\n\/* \u2500\u2500 Body Text \u2500\u2500 *\/\r\n#atlasCarousel .atlas-body {\r\n  font-size: clamp(13px, 1.45vw, 15px);\r\n  font-weight: 400;\r\n  line-height: 1.85;\r\n  color: rgba(255,255,255,0.82) !important;\r\n  margin-bottom: 26px;\r\n  max-width: 520px;\r\n  text-align: center;\r\n  opacity: 0;\r\n  transform: translateY(24px);\r\n  transition: opacity 0.6s ease 0.46s, transform 0.6s ease 0.46s;\r\n}\r\n\r\n#atlasCarousel .atlas-slide.is-active .atlas-body {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\r\n\/* \u2500\u2500 Buttons Row \u2500\u2500 *\/\r\n#atlasCarousel .atlas-btns {\r\n  display: flex;\r\n  gap: 10px;\r\n  flex-wrap: nowrap;\r\n  justify-content: center;\r\n  align-items: center;\r\n  opacity: 0;\r\n  transform: translateY(20px);\r\n  transition: opacity 0.6s ease 0.60s, transform 0.6s ease 0.60s;\r\n}\r\n\r\n#atlasCarousel .atlas-slide.is-active .atlas-btns {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550 PRIMARY BUTTON \u2550\u2550\u2550\u2550 *\/\r\n#atlasCarousel a.atlas-btn-primary,\r\n#atlasCarousel a.atlas-btn-primary:link,\r\n#atlasCarousel a.atlas-btn-primary:visited {\r\n  -webkit-appearance: none !important;\r\n  appearance: none !important;\r\n  display: inline-flex !important;\r\n  align-items: center !important;\r\n  gap: 9px !important;\r\n  background: #C8A06B !important;\r\n  color: #ffffff !important;\r\n  font-family: 'Cairo', sans-serif !important;\r\n  font-size: clamp(12px, 1.3vw, 14px) !important;\r\n  font-weight: 700 !important;\r\n  padding: 11px 22px !important;\r\n  border: 2px solid #C8A06B !important;\r\n  border-radius: 10px !important;\r\n  text-decoration: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  cursor: pointer !important;\r\n  white-space: nowrap !important;\r\n  transition: background 0.25s, border-color 0.25s, transform 0.18s !important;\r\n}\r\n\r\n#atlasCarousel a.atlas-btn-primary:hover,\r\n#atlasCarousel a.atlas-btn-primary:focus,\r\n#atlasCarousel a.atlas-btn-primary:active {\r\n  background: #a07848 !important;\r\n  border-color: #a07848 !important;\r\n  color: #ffffff !important;\r\n  text-decoration: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  transform: translateY(-2px) !important;\r\n}\r\n\r\n#atlasCarousel a.atlas-btn-primary svg {\r\n  flex-shrink: 0;\r\n  stroke: #ffffff !important;\r\n  transition: transform 0.25s;\r\n}\r\n\r\n#atlasCarousel a.atlas-btn-primary:hover svg {\r\n  transform: translateX(-4px);\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550 SECONDARY BUTTON \u2550\u2550\u2550\u2550 *\/\r\n#atlasCarousel a.atlas-btn-secondary,\r\n#atlasCarousel a.atlas-btn-secondary:link,\r\n#atlasCarousel a.atlas-btn-secondary:visited {\r\n  -webkit-appearance: none !important;\r\n  appearance: none !important;\r\n  display: inline-flex !important;\r\n  align-items: center !important;\r\n  gap: 9px !important;\r\n  background: transparent !important;\r\n  color: #ffffff !important;\r\n  font-family: 'Cairo', sans-serif !important;\r\n  font-size: clamp(12px, 1.3vw, 14px) !important;\r\n  font-weight: 600 !important;\r\n  padding: 11px 20px !important;\r\n  border: 2px solid rgba(255,255,255,0.55) !important;\r\n  border-radius: 10px !important;\r\n  text-decoration: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  cursor: pointer !important;\r\n  white-space: nowrap !important;\r\n  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.18s !important;\r\n}\r\n\r\n#atlasCarousel a.atlas-btn-secondary:hover,\r\n#atlasCarousel a.atlas-btn-secondary:focus,\r\n#atlasCarousel a.atlas-btn-secondary:active {\r\n  background: rgba(200,160,107,0.18) !important;\r\n  border-color: #C8A06B !important;\r\n  color: #C8A06B !important;\r\n  text-decoration: none !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  transform: translateY(-2px) !important;\r\n}\r\n\r\n\/* \u2550\u2550\u2550\u2550 NAVIGATION ARROWS \u2550\u2550\u2550\u2550 *\/\r\n#atlasCarousel .atlas-arrows {\r\n  position: absolute;\r\n  bottom: 32px;\r\n  left: 36px;\r\n  z-index: 10;\r\n  display: flex;\r\n  gap: 10px;\r\n}\r\n\r\n@media (max-width: 600px) {\r\n  #atlasCarousel .atlas-arrows { left: 12px; bottom: 18px; }\r\n}\r\n\r\n#atlasCarousel button.atlas-arrow {\r\n  -webkit-appearance: none !important;\r\n  appearance: none !important;\r\n  width: 42px !important;\r\n  height: 42px !important;\r\n  border: 1.5px solid rgba(255,255,255,0.40) !important;\r\n  border-radius: 50% !important;\r\n  background: rgba(0,0,0,0.28) !important;\r\n  display: flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  cursor: pointer !important;\r\n  color: #ffffff !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  padding: 0 !important;\r\n  transition: background 0.25s, border-color 0.25s, transform 0.18s !important;\r\n}\r\n\r\n#atlasCarousel button.atlas-arrow:hover,\r\n#atlasCarousel button.atlas-arrow:focus,\r\n#atlasCarousel button.atlas-arrow:active {\r\n  background: #C8A06B !important;\r\n  border-color: #C8A06B !important;\r\n  color: #ffffff !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  transform: scale(1.1) !important;\r\n}\r\n\r\n#atlasCarousel button.atlas-arrow svg {\r\n  display: block;\r\n  stroke: #ffffff !important;\r\n  fill: none !important;\r\n  pointer-events: none;\r\n}\r\n\r\n\/* \u2500\u2500 Dots \u2500\u2500 *\/\r\n#atlasCarousel .atlas-dots {\r\n  position: absolute;\r\n  bottom: 44px;\r\n  right: 36px;\r\n  z-index: 10;\r\n  display: flex;\r\n  gap: 8px;\r\n  align-items: center;\r\n}\r\n\r\n@media (max-width: 600px) {\r\n  #atlasCarousel .atlas-dots { right: 12px; bottom: 22px; }\r\n}\r\n\r\n#atlasCarousel button.atlas-dot {\r\n  -webkit-appearance: none !important;\r\n  appearance: none !important;\r\n  width: 8px !important;\r\n  height: 8px !important;\r\n  border-radius: 50% !important;\r\n  background: rgba(255,255,255,0.35) !important;\r\n  cursor: pointer !important;\r\n  border: none !important;\r\n  padding: 0 !important;\r\n  outline: none !important;\r\n  box-shadow: none !important;\r\n  transition: background 0.3s, width 0.4s, border-radius 0.4s !important;\r\n}\r\n\r\n#atlasCarousel button.atlas-dot.is-active {\r\n  background: #C8A06B !important;\r\n  width: 24px !important;\r\n  border-radius: 4px !important;\r\n}\r\n\r\n\/* \u2500\u2500 Progress Bar \u2500\u2500 *\/\r\n#atlasCarousel .atlas-progress {\r\n  position: absolute;\r\n  bottom: 0;\r\n  right: 0;\r\n  left: 0;\r\n  height: 3px;\r\n  background: rgba(255,255,255,0.08);\r\n  z-index: 10;\r\n}\r\n\r\n#atlasCarousel .atlas-progress-fill {\r\n  height: 100%;\r\n  background: #C8A06B;\r\n  width: 0%;\r\n  transition: width linear;\r\n}\r\n<\/style>\r\n\r\n<div id=\"atlasCarousel\" role=\"region\" aria-label=\"\u0639\u0631\u0648\u0636 \u0623\u0637\u0644\u0633\">\r\n\r\n  <div class=\"atlas-track\" id=\"atlasTrack\">\r\n\r\n    <!-- \u2550\u2550\u2550\u2550 SLIDE 1 \u2550\u2550\u2550\u2550 -->\r\n    <div class=\"atlas-slide is-active\" aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649\">\r\n      <div class=\"atlas-bg\" style=\"background-image: url('https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/building-3-100.jpg.webp');\"><\/div>\r\n      <div class=\"atlas-overlay\"><\/div>\r\n      <div class=\"atlas-content\">\r\n        <h2 class=\"atlas-heading\">\r\n            \u0634\u0631\u064a\u0643\u0643\u0645 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0641\u064a \u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a\r\n           <\/h2>\r\n        <p class=\"atlas-body\">\u062d\u0644\u0648\u0644 \u0639\u0642\u0627\u0631\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u062a\u0644\u0628\u0651\u064a \u062a\u0637\u0644\u0639\u0627\u062a\u0643\u0645 \u0648\u062a\u0631\u0641\u0639 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u064a\u0629 \u0644\u0623\u0635\u0648\u0644\u0643\u0645 \u0639\u0644\u0649 \u0627\u0644\u0645\u062f\u0649 \u0627\u0644\u0628\u0639\u064a\u062f.<\/p>\r\n        <div class=\"atlas-btns\">\r\n          <a href=\"https:\/\/atlas-sa.net\/%d8%aa%d9%88%d8%a7%d8%b5%d9%84-%d9%85%d8%b9%d9%86%d8%a7\/\" class=\"atlas-btn-primary\">\r\n            \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"\/><polyline points=\"12 5 5 12 12 19\"\/><\/svg>\r\n          <\/a>\r\n          <a href=\"https:\/\/atlas-sa.net\/services\/\" class=\"atlas-btn-secondary\">\u0627\u0643\u062a\u0634\u0641 \u062e\u062f\u0645\u0627\u062a\u0646\u0627<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- \u2550\u2550\u2550\u2550 SLIDE 2 \u2550\u2550\u2550\u2550 -->\r\n    <div class=\"atlas-slide\" aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629\">\r\n      <div class=\"atlas-bg\" style=\"background-image: url('https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/building-2-100.jpg.webp');\"><\/div>\r\n      <div class=\"atlas-overlay\"><\/div>\r\n      <div class=\"atlas-content\">\r\n        <h2 class=\"atlas-heading\">\u0646\u0639\u0645\u0644 \u0628\u0630\u0643\u0627\u0621 \u0648\u0643\u0641\u0627\u0621\u0629<\/h2>\r\n        <p class=\"atlas-body\">\u0625\u062f\u0627\u0631\u0629 \u0645\u0631\u0627\u0641\u0642 \u0628\u0645\u0639\u0627\u064a\u064a\u0631 \u0639\u0627\u0644\u0645\u064a\u0629 \u062a\u0636\u0645\u0646 \u0643\u0641\u0627\u0621\u0629 \u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0648\u0639\u0648\u0627\u0626\u062f \u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0645\u0648\u062b\u0648\u0642\u0629 \u0644\u0644\u0645\u0633\u062a\u062b\u0645\u0631\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u062f\u0649 \u0627\u0644\u0637\u0648\u064a\u0644.<\/p>\r\n        <div class=\"atlas-btns\">\r\n          <a href=\"https:\/\/wa.me\/966115116069\" class=\"atlas-btn-primary\">\r\n            \u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629\r\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"\/><polyline points=\"12 5 5 12 12 19\"\/><\/svg>\r\n          <\/a>\r\n          <a href=\"https:\/\/atlas-sa.net\/%d9%85%d9%86-%d9%86%d8%ad%d9%86\/\" class=\"atlas-btn-secondary\">\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0624\u0633\u0633\u0629<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div><!-- \/atlas-track -->\r\n\r\n  <!-- Navigation Arrows -->\r\n  <div class=\"atlas-arrows\">\r\n    <button class=\"atlas-arrow\" id=\"atlas-prev\" aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\">\r\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\r\n    <\/button>\r\n    <button class=\"atlas-arrow\" id=\"atlas-next\" aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\">\r\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>\r\n    <\/button>\r\n  <\/div>\r\n\r\n  <!-- Dots -->\r\n  <div class=\"atlas-dots\" role=\"tablist\">\r\n    <button class=\"atlas-dot is-active\" data-index=\"0\" role=\"tab\" aria-selected=\"true\"  aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649\"><\/button>\r\n    <button class=\"atlas-dot\"           data-index=\"1\" role=\"tab\" aria-selected=\"false\" aria-label=\"\u0627\u0644\u0634\u0631\u064a\u062d\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629\"><\/button>\r\n  <\/div>\r\n\r\n  <!-- Progress Bar -->\r\n  <div class=\"atlas-progress\">\r\n    <div class=\"atlas-progress-fill\" id=\"atlas-progress-fill\"><\/div>\r\n  <\/div>\r\n\r\n<\/div><!-- \/atlasCarousel -->\r\n\r\n<script>\r\n(function () {\r\n\r\n  var carousel = document.getElementById('atlasCarousel');\r\n\r\n  \/* \u2500\u2500 FIX: measure the real viewport offset with JS instead of\r\n     trusting 100vw \/ calc(-50vw + 50%) to line up with the parent.\r\n     This self-corrects no matter what an ancestor container is\r\n     doing differently between the Arabic (RTL) and English (LTR)\r\n     versions of the page. \u2500\u2500 *\/\r\n  function setFullBleed() {\r\n    carousel.style.width = '';\r\n    carousel.style.marginLeft = '';\r\n    var rect = carousel.getBoundingClientRect();\r\n    var vw = document.documentElement.clientWidth; \/\/ excludes scrollbar, unlike 100vw\r\n    carousel.style.width = vw + 'px';\r\n    carousel.style.marginLeft = (-rect.left) + 'px';\r\n  }\r\n\r\n  function setHeight() {\r\n    var carouselTop = carousel.getBoundingClientRect().top + window.scrollY;\r\n    var remaining   = window.innerHeight - carouselTop;\r\n    var height = Math.max(320, Math.min(remaining, window.innerHeight));\r\n    if (window.innerWidth <= 768) {\r\n      height = Math.round(window.innerHeight * 0.75);\r\n    }\r\n    carousel.style.height = height + 'px';\r\n  }\r\n\r\n  function layout() {\r\n    setFullBleed();\r\n    setHeight();\r\n  }\r\n\r\n  layout();\r\n  window.addEventListener('resize', layout);\r\n  setTimeout(layout, 300);\r\n  setTimeout(layout, 800);\r\n\r\n  var DURATION    = 6000;\r\n  var TOTAL       = 2;\r\n\r\n  var track       = document.getElementById('atlasTrack');\r\n  var slides      = document.querySelectorAll('#atlasCarousel .atlas-slide');\r\n  var dots        = document.querySelectorAll('#atlasCarousel .atlas-dot');\r\n  var progressBar = document.getElementById('atlas-progress-fill');\r\n  var btnPrev     = document.getElementById('atlas-prev');\r\n  var btnNext     = document.getElementById('atlas-next');\r\n  var current     = 0;\r\n  var timer       = null;\r\n\r\n  function goTo(index) {\r\n    index = ((index % TOTAL) + TOTAL) % TOTAL;\r\n\r\n    \/* \u2500\u2500 Outgoing slide: stop zoom where it is \u2500\u2500 *\/\r\n    var outBg = slides[current].querySelector('.atlas-bg');\r\n    slides[current].classList.remove('is-active');\r\n    outBg.style.animation = 'none';\r\n    outBg.style.transform  = 'scale(1)';\r\n\r\n    dots[current].classList.remove('is-active');\r\n    dots[current].setAttribute('aria-selected', 'false');\r\n\r\n    current = index;\r\n\r\n    \/* \u2500\u2500 Incoming slide: restart zoom from scale(1) \u2500\u2500 *\/\r\n    var inBg = slides[current].querySelector('.atlas-bg');\r\n    inBg.style.animation  = 'none';\r\n    inBg.style.transform  = 'scale(1)';\r\n    inBg.offsetHeight; \/* force reflow before re-applying animation *\/\r\n    inBg.style.animation  = '';\r\n\r\n    slides[current].classList.add('is-active');\r\n    dots[current].classList.add('is-active');\r\n    dots[current].setAttribute('aria-selected', 'true');\r\n    track.style.transform = 'translateX(' + (current * 50) + '%)';\r\n\r\n    progressBar.style.transition = 'none';\r\n    progressBar.style.width = '0%';\r\n    requestAnimationFrame(function () {\r\n      requestAnimationFrame(function () {\r\n        progressBar.style.transition = 'width ' + DURATION + 'ms linear';\r\n        progressBar.style.width = '100%';\r\n      });\r\n    });\r\n  }\r\n\r\n  function startAuto() {\r\n    clearInterval(timer);\r\n    timer = setInterval(function () { goTo(current + 1); }, DURATION);\r\n  }\r\n\r\n  btnPrev.addEventListener('click', function () { goTo(current - 1); startAuto(); });\r\n  btnNext.addEventListener('click', function () { goTo(current + 1); startAuto(); });\r\n\r\n  dots.forEach(function (dot) {\r\n    dot.addEventListener('click', function () {\r\n      goTo(parseInt(this.getAttribute('data-index'), 10));\r\n      startAuto();\r\n    });\r\n  });\r\n\r\n  carousel.addEventListener('keydown', function (e) {\r\n    if (e.key === 'ArrowRight') { goTo(current - 1); startAuto(); }\r\n    if (e.key === 'ArrowLeft')  { goTo(current + 1); startAuto(); }\r\n  });\r\n\r\n  var touchStart = 0;\r\n  carousel.addEventListener('touchstart', function (e) {\r\n    touchStart = e.changedTouches[0].screenX;\r\n  }, { passive: true });\r\n  carousel.addEventListener('touchend', function (e) {\r\n    var diff = touchStart - e.changedTouches[0].screenX;\r\n    if (Math.abs(diff) > 40) { goTo(diff > 0 ? current + 1 : current - 1); startAuto(); }\r\n  }, { passive: true });\r\n\r\n  carousel.addEventListener('mouseenter', function () { clearInterval(timer); });\r\n  carousel.addEventListener('mouseleave', startAuto);\r\n\r\n  goTo(0);\r\n  startAuto();\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19aab2c e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"19aab2c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;background_motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;background_motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t<div class=\"elementor-element elementor-element-8cc79ed e-con-full e-flex e-con e-child\" data-id=\"8cc79ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4ed6d9e e-con-full elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"4ed6d9e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e341ef elementor-invisible elementor-widget elementor-widget-image\" data-id=\"8e341ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"559\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-1024x559.webp\" class=\"attachment-large size-large wp-image-1359\" alt=\"\" srcset=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-1024x559.webp 1024w, https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-300x164.webp 300w, https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-768x419.webp 768w, https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-1536x838.webp 1536w, https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/06\/\u0635\u0648\u0631\u0629-\u0627\u0644\u0645\u0648\u0642\u0639-\u062a\u0639\u062f\u064a\u0644-\u062c\u062f\u064a\u062f-3.jpg-2048x1117.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a05d195 e-con-full e-flex e-con e-child\" data-id=\"a05d195\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-34df673 e-con-full e-flex e-con e-child\" data-id=\"34df673\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8474092 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"8474092\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>+7 \u00a0\u0633\u0646\u0648\u0627\u062a \u0641\u064a \u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0631\u0641\u0639 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u064a\u0629 \u0644\u0644\u0639\u0642\u0627\u0631<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c61b550 e-con-full e-flex e-con e-child\" data-id=\"c61b550\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00ce44d elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"00ce44d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"font-claude-response-body break-words whitespace-normal\">\u0646\u062d\u0646 \u0645\u0624\u0633\u0633\u0629 \u0623\u0637\u0644\u0633 \u0627\u0644\u0631\u0627\u0626\u062f\u0629 \u0644\u0644\u0645\u0642\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0639\u0645\u0627\u0631\u064a\u0629\u060c \u0645\u0646\u0638\u0645\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0631\u0627\u0641\u0642 \u0648\u0627\u0644\u0623\u0645\u0644\u0627\u0643 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0639\u0642\u0627\u0631\u064a \u060c \u0646\u0642\u062f\u0645 \u062d\u0644\u0648\u0644\u0627\u064b \u0639\u0642\u0627\u0631\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u0631\u0641\u0639 \u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u062a\u0639\u0632\u064a\u0632 \u0642\u064a\u0645\u062a\u0647\u0627 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u064a\u0629 \u0648\u0641\u0642 \u0623\u0639\u0644\u0649 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062c\u0648\u062f\u0629 \u0648\u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629.<\/p><p class=\"font-claude-response-body break-words whitespace-normal\">\u0646\u062d\u0631\u0635 \u0639\u0644\u0649 \u062a\u0642\u062f\u064a\u0645 \u062e\u062f\u0645\u0627\u062a \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0634\u0645\u0644 \u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u0631\u0627\u0641\u0642 \u060c \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0648\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0627\u0644\u0641\u0646\u064a \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0644\u0627\u0643 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0639\u0642\u0627\u0631\u064a \u0628\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0648\u0627\u0643\u0628 \u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0633\u0648\u0642 \u0648\u062a\u0644\u0628\u064a \u062a\u0637\u0644\u0639\u0627\u062a \u0627\u0644\u0645\u0644\u0627\u0643 \u0648\u0627\u0644\u0645\u0633\u062a\u062b\u0645\u0631\u064a\u0646.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6571053 animated-slow elementor-align-right elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6571053\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-hang\" href=\"https:\/\/drive.google.com\/file\/d\/19hiEpHRG89kzYIiYPM-gDrTJMZ8HzFaW\/view?usp=sharing\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0628\u0631\u0648\u0641\u0627\u064a\u0644 \u0627\u0644\u0634\u0631\u0643\u0629<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0315aa e-flex e-con-boxed e-con e-parent\" data-id=\"e0315aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c07af2 e-con-full e-flex e-con e-child\" data-id=\"3c07af2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93bbc6a elementor-widget__width-initial elementor-widget-mobile__width-inherit animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"93bbc6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"text-center mb-12\"><h2 class=\"text-3xl md:text-4xl font-bold text-primary\">\ufea7\ufeaa\ufee3\ufe8e\u062a\u0646\u0627<\/h2><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7c0c46 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-invisible elementor-widget elementor-widget-n-carousel\" data-id=\"c7c0c46\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;a52c553&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;65d3a98&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;93c5e97&quot;},{&quot;_id&quot;:&quot;7db4be8&quot;,&quot;slide_title&quot;:&quot;Slide #4&quot;}],&quot;autoplay_speed&quot;:2500,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;slides_to_show&quot;:&quot;4&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-acc656c e-flex e-con-boxed e-con e-child\" data-id=\"acc656c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-334610e e-con-full e-flex e-con e-child\" data-id=\"334610e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce9d095 elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ce9d095\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d8%af%d8%a7%d8%b1%d8%a9-%d8%b5%d9%8a%d8%a7%d9%86%d8%a9-%d8%a7%d9%84%d8%b9%d9%82%d8%a7%d8%b1-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cubes\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d8%af%d8%a7%d8%b1%d8%a9-%d8%b5%d9%8a%d8%a7%d9%86%d8%a9-%d8%a7%d9%84%d8%b9%d9%82%d8%a7%d8%b1-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0646\u0641\u064a\u0630 \u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0628\u0643\u0641\u0627\u0621\u0629 \u0639\u0627\u0644\u064a\u0629 \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-58a454e e-flex e-con-boxed e-con e-child\" data-id=\"58a454e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7d47604 e-con-full e-flex e-con e-child\" data-id=\"7d47604\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c68e0f elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6c68e0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%a7%d9%81%d9%82-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0631\u0627\u0641\u0642\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-school\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d9%85%d8%b1%d8%a7%d9%81%d9%82-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0631\u0627\u0641\u0642\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0643\u0627\u0645\u0644 \u0644\u0644\u0645\u0631\u0627\u0641\u0642 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629 \u0628\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86e55cc e-flex e-con-boxed e-con e-child\" data-id=\"86e55cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8799004 e-con-full e-flex e-con e-child\" data-id=\"8799004\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-044be9b elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"044be9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d8%a3%d9%85%d9%84%d8%a7%d9%83-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0644\u0627\u0643\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-building\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d8%af%d8%a7%d8%b1%d8%a9-%d8%a7%d9%84%d8%a3%d9%85%d9%84%d8%a7%d9%83-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0644\u0627\u0643\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0648\u0627\u0644\u062a\u0627\u062c\u064a\u0631 \u0644\u062a\u0639\u0638\u064a\u0645 \u0639\u0648\u0627\u0626\u062f \u0627\u0644\u0639\u0642\u0627\u0631\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bc91c11 e-flex e-con-boxed e-con e-child\" data-id=\"bc91c11\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6124c3d e-con-full e-flex e-con e-child\" data-id=\"6124c3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00fb1a8 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"00fb1a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d9%84%d8%aa%d8%b3%d9%88%d9%8a%d9%82-%d8%a7%d9%84%d8%b9%d9%82%d8%a7%d8%b1%d9%8a-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0639\u0642\u0627\u0631\u064a\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-chart-bar\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/atlas-sa.net\/%d8%a7%d9%84%d8%aa%d8%b3%d9%88%d9%8a%d9%82-%d8%a7%d9%84%d8%b9%d9%82%d8%a7%d8%b1%d9%8a-%d9%81%d9%8a-%d8%a7%d9%84%d8%b3%d8%b9%d9%88%d8%af%d9%8a%d8%a9\/\" >\n\t\t\t\t\t\t\t\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0639\u0642\u0627\u0631\u064a\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \u062a\u0633\u0648\u064a\u0642 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u064a\u0633\u0631\u0651\u0639 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0628\u064a\u0639 \u0648\u0627\u0644\u062a\u0623\u062c\u064a\u0631.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75e6fe4 e-grid e-con-full animated-slow elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible e-con e-child\" data-id=\"75e6fe4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c16dbe4 elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"c16dbe4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-school\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0631\u0627\u0641\u0642\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0646\u062a\u0648\u0644\u0649 \u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u062c\u0645\u0639\u0627\u062a \u0627\u0644\u0633\u0643\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\u060c \u0648\u0625\u0628\u0631\u0627\u0645 \u0627\u0644\u0639\u0642\u0648\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0645\u0639 \u0645\u0642\u062f\u0645\u064a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0625\u0639\u062f\u0627\u062f \u0645\u064a\u0632\u0627\u0646\u064a\u0627\u062a\u0647\u0627. \u0643\u0645\u0627 \u0646\u0634\u0631\u0641 \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0641\u0629 \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0639\u0627\u0645\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f52b4da elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f52b4da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cubes\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0646\u0636\u0645\u0646 \u0633\u0644\u0627\u0645\u0629 \u0627\u0644\u0645\u0628\u0627\u0646\u064a \u0639\u0628\u0631 \u062a\u0646\u0641\u064a\u0630 \u062e\u0637\u0637 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0648\u0642\u0627\u0626\u064a\u0629 \u0648\u0627\u0644\u0637\u0627\u0631\u0626\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629\u060c \u0648\u0627\u0644\u062a\u064a \u062a\u0634\u0645\u0644 \u0627\u0644\u062a\u0631\u0645\u064a\u0645\u060c \u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u062a\u0643\u064a\u064a\u0641\u060c \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621\u060c \u0627\u0644\u0633\u0628\u0627\u0643\u0629\u060c \u0648\u0627\u0644\u0645\u0635\u0627\u0639\u062f \u0648\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u062d\u0631\u064a\u0642.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c10b631 elementor-view-stacked e-transform elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"c10b631\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-building\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u0645\u0644\u0627\u0643\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0646\u0642\u062f\u0645 \u062d\u0644\u0648\u0644\u0627\u064b \u0634\u0627\u0645\u0644\u0629 \u062a\u0634\u0645\u0644 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0627\u0644\u0645\u0644\u0627\u0643 \u0648\u0627\u0644\u0645\u0633\u062a\u0623\u062c\u0631\u064a\u0646\u060c \u0648\u062a\u0623\u062c\u064a\u0631 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u062a\u0648\u062b\u064a\u0642 \u0639\u0642\u0648\u062f\u0647\u0627\u060c \u0645\u0639 \u062a\u062d\u0635\u064a\u0644 \u0627\u0644\u0625\u064a\u062c\u0627\u0631\u0627\u062a \u0648\u0645\u062a\u0627\u0628\u0639\u0629 \u0627\u0644\u062a\u0639\u062b\u0631 \u0648\u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87caf78 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"87caf78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-chart-bar\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0639\u0642\u0627\u0631\u064a\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u0646\u0648\u0641\u0631 \u062d\u0644\u0648\u0644\u0627\u064b \u0628\u064a\u0639\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0628\u062f\u0623 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062e\u0637\u0637 \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0645\u0644\u0627\u062a \u0627\u0644\u062a\u0633\u0648\u064a\u0642\u064a\u0629 \u0644\u0643\u0644 \u0645\u0634\u0631\u0648\u0639\u060c \u0648\u062a\u0633\u0648\u064a\u0642 \u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u0621\u060c \u0648\u0635\u0648\u0644\u0627\u064b \u0625\u0644\u0649 \u0628\u064a\u0639 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0633\u0643\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\u060c \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b981755 e-con-full e-flex e-con e-parent\" data-id=\"b981755\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-55b56c0 e-flex e-con-boxed e-con e-child\" data-id=\"55b56c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00fe08a elementor-widget__width-initial elementor-widget-mobile__width-inherit animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"00fe08a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"text-center mb-12\"><h2 class=\"text-3xl md:text-4xl font-bold text-primary\">\u0642\u064a\u0645\u0646\u0627<\/h2><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5eaff3e elementor-pagination-type-bullets elementor-pagination-position-outside elementor-invisible elementor-widget elementor-widget-n-carousel\" data-id=\"5eaff3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;1849882&quot;},{&quot;_id&quot;:&quot;9635c9b&quot;,&quot;slide_title&quot;:&quot;Slide #2&quot;},{&quot;_id&quot;:&quot;d9c7681&quot;,&quot;slide_title&quot;:&quot;Slide #3&quot;},{&quot;_id&quot;:&quot;2f9bc00&quot;,&quot;slide_title&quot;:&quot;Slide #4&quot;}],&quot;slides_to_show&quot;:&quot;4&quot;,&quot;autoplay_speed&quot;:3000,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9e24ce5 e-flex e-con-boxed e-con e-child\" data-id=\"9e24ce5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8a66107 e-con-full e-flex e-con e-child\" data-id=\"8a66107\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b22f7ca elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"b22f7ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufedf\ufeb8\ufed4\ufe8e\ufed3\ufef4\ufe94\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufe86\ufee3\ufee6 \ufe91\ufe84\ufeeb\ufee4\ufef4\ufe94 \u0627\ufedf\ufeee\ufebf\ufeee\u062d \ufed3\ufef2 \ufe9f\ufee4\ufef4\ufeca \ufe97\ufecc\ufe8e\ufee3\ufefc\ufe97\ufee8\ufe8e\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42ca4fe e-flex e-con-boxed e-con e-child\" data-id=\"42ca4fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2a6f7ef e-con-full e-flex e-con e-child\" data-id=\"2a6f7ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-258a62c elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"258a62c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-check\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufea3\ufe98\ufeae\u0627\ufed3\ufef4\ufe94\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufed8\ufeaa\u0645 \ufea7\ufeaa\ufee3\ufe8e\u062a \ufe91\ufee4\ufecc\ufe8e\ufef3\ufef4\ufeae \ufecb\ufe8e\ufedf\ufef4\ufe94 \ufe97\ufee0\ufe92\ufef2 \u0627\ufea3\ufe98\ufef4\ufe8e\ufe9f\ufe8e\u062a \u0627\ufedf\ufecc\ufee4\ufefc\u0621\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f805ffa e-flex e-con-boxed e-con e-child\" data-id=\"f805ffa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4884a56 e-con-full e-flex e-con e-child\" data-id=\"4884a56\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d698e5 elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7d698e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-brain\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufe91\ufe98\ufedc\ufe8e\u0631\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufeb4\ufe98\ufea8\ufeaa\u0645 \u0623\ufea3\ufeaa\u062b \u0627\ufedf\ufe98\ufed8\ufee8\ufef4\ufe8e\u062a \ufedf\ufe98\ufed8\ufeaa\ufef3\ufee2 \ufea3\ufee0\ufeee\u0644 \ufed3\ufecc\ufe8e\ufedf\ufe94\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 \u0645\u0646 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78204a1 e-flex e-con-boxed e-con e-child\" data-id=\"78204a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-714b05c e-con-full e-flex e-con e-child\" data-id=\"714b05c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac9118a elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ac9118a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-clock\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufedf\ufe98\ufeb0\u0627\u0645\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \ufee7\ufea4\ufeae\u0635 \ufecb\ufee0\ufef0 \ufe97\ufee0\ufe92\ufef4\ufe94 \ufe97\ufec4\ufee0\ufecc\ufe8e\u062a \ufecb\ufee4\ufefc\ufe8b\ufee8\ufe8e \ufe91\ufe84\ufed3\ufec0\ufede \ufec3\ufeae\ufef3\ufed8\ufe94\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af2a6e0 e-grid e-con-full animated-slow elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible e-con e-child\" data-id=\"af2a6e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd3a9e5 elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"dd3a9e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufedf\ufeb8\ufed4\ufe8e\ufed3\ufef4\ufe94\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufe86\ufee3\ufee6 \ufe91\ufe84\ufeeb\ufee4\ufef4\ufe94 \u0627\ufedf\ufeee\ufebf\ufeee\u062d \ufed3\ufef2 \ufe9f\ufee4\ufef4\ufeca \ufe97\ufecc\ufe8e\ufee3\ufefc\ufe97\ufee8\ufe8e\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d23865c elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"d23865c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-check\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufea3\ufe98\ufeae\u0627\ufed3\ufef4\ufe94\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufed8\ufeaa\u0645 \ufea7\ufeaa\ufee3\ufe8e\u062a \ufe91\ufee4\ufecc\ufe8e\ufef3\ufef4\ufeae \ufecb\ufe8e\ufedf\ufef4\ufe94 \ufe97\ufee0\ufe92\ufef2 \u0627\ufea3\ufe98\ufef4\ufe8e\ufe9f\ufe8e\u062a \u0627\ufedf\ufecc\ufee4\ufefc\u0621\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8a8b25 elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e8a8b25\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-brain\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufe91\ufe98\ufedc\ufe8e\u0631\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\ufee7\ufeb4\ufe98\ufea8\ufeaa\u0645 \u0623\ufea3\ufeaa\u062b \u0627\ufedf\ufe98\ufed8\ufee8\ufef4\ufe8e\u062a \ufedf\ufe98\ufed8\ufeaa\ufef3\ufee2 \ufea3\ufee0\ufeee\u0644 \ufed3\ufecc\ufe8e\ufedf\ufe94\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0489dcc elementor-view-stacked e-transform e-transform elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0489dcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-3,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-clock\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u0627\ufef9\ufedf\ufe98\ufeb0\u0627\u0645\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t \ufee7\ufea4\ufeae\u0635 \ufecb\ufee0\ufef0 \ufe97\ufee0\ufe92\ufef4\ufe94 \ufe97\ufec4\ufee0\ufecc\ufe8e\u062a \ufecb\ufee4\ufefc\ufe8b\ufee8\ufe8e \ufe91\ufe84\ufed3\ufec0\ufede \ufec3\ufeae\ufef3\ufed8\ufe94\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76d5265 e-con-full e-flex e-con e-parent\" data-id=\"76d5265\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b9b95e7 e-con-full e-flex e-con e-child\" data-id=\"b9b95e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d976407 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d976407\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-id=\"ce86fc3\" data-element_type=\"widget\" data-settings=\"{&quot;wcf-animation&quot;:&quot;fade&quot;,&quot;delay&quot;:0.65,&quot;fade-from&quot;:&quot;bottom&quot;,&quot;data-duration&quot;:0.65,&quot;fade-offset&quot;:30,&quot;ease&quot;:&quot;power2.out&quot;}\" data-widget_type=\"wcf--counter.default\">\n<div data-id=\"4e34825\" data-element_type=\"widget\" data-settings=\"{&quot;wcf-animation&quot;:&quot;fade&quot;,&quot;delay&quot;:0.35,&quot;fade-from&quot;:&quot;bottom&quot;,&quot;data-duration&quot;:0.75,&quot;fade-offset&quot;:40,&quot;wcf_text_animation&quot;:&quot;none&quot;,&quot;ease&quot;:&quot;power2.out&quot;}\" data-widget_type=\"wcf--text.default\">\n<div class=\"elementor-element elementor-element-2ed4c97 elementor-widget__width-initial elementor-widget-mobile__width-inherit wcf-t-animation-none elementor-widget elementor-widget-wcf--title\" data-id=\"2ed4c97\" data-element_type=\"widget\" data-settings=\"{&quot;wcf-animation&quot;:&quot;fade&quot;,&quot;fade-from&quot;:&quot;bottom&quot;,&quot;data-duration&quot;:0.75,&quot;fade-offset&quot;:40,&quot;wcf_text_animation&quot;:&quot;none&quot;,&quot;delay&quot;:0.15,&quot;on-scroll&quot;:1,&quot;ease&quot;:&quot;power2.out&quot;}\" data-widget_type=\"wcf--title.default\">\n<div class=\"elementor-widget-container\">\n<h2 class=\"wcf--title\" >\u0625\u062f\u0627\u0631\u0629 \u062a\u0635\u0646\u0639 \u0627\u0644\u0641\u0631\u0642<\/h2>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-accc8d3 e-con-full e-flex e-con e-child\" data-id=\"accc8d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a61e77b elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"a61e77b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u062e\u0628\u0631\u0629 \u062a\u0633\u0647\u0645 \u0641\u064a \u0631\u0641\u0639 \u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0648\u062a\u0639\u0632\u064a\u0632 \u0642\u064a\u0645\u0629 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0625\u0633\u062a\u062f\u0627\u0645\u0629<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b183bec e-con-full e-flex e-con e-child\" data-id=\"b183bec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-63ef0da e-grid e-con-full e-con e-child\" data-id=\"63ef0da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19a7564 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"19a7564\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">\u0627\u0644\u0625\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u0645\u0628\u0631\u0645\u0629<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"3000\" data-to-value=\"113\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"> +<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-754fb45 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"754fb45\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">\u0633\u0646\u0648\u0627\u062a \u0627\u0644\u062e\u0628\u0631\u0629<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"3000\" data-to-value=\"7\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adf06e2 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"adf06e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">\u0627\u0644\u0625\u062d\u062a\u0641\u0627\u0638 \u0628\u0627\u0644\u0639\u0645\u0644\u0627\u0621<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"3000\" data-to-value=\"95\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">%<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5007b17 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"5007b17\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">\u0648\u062d\u062f\u0629 \u0633\u0643\u0646\u064a\u0629<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"3000\" data-to-value=\"1000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b1a82f e-con-full e-flex e-con e-parent\" data-id=\"2b1a82f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e04027 elementor-widget__width-inherit elementor-widget elementor-widget-image-carousel\" data-id=\"1e04027\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;7&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:4000,&quot;slides_to_show_mobile&quot;:&quot;3&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0645\u0646 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/03\/\u0644\u0648\u0642\u0648-\u062d\u0635\u0627\u062f-\u0627\u0644\u062a\u0645\u0644\u064a\u0643-scaled-e1780550802619.png\" alt=\"\u0644\u0648\u0642\u0648 \u062d\u0635\u0627\u062f \u0627\u0644\u062a\u0645\u0644\u064a\u0643\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0645\u0646 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/03\/\u0644\u0648\u0642\u0648-\u0627\u062a\u062d\u0627\u062f-\u0627\u0644\u0645\u0627\u0633\u0629-scaled-e1780550847907.webp\" alt=\"\u0644\u0648\u0642\u0648 \u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0627\u0633\u0629\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 \u0645\u0646 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/03\/\u0644\u0648\u0642\u0648-\u0627\u0646\u0634\u0627\u0621-scaled-e1780550881846.png\" alt=\"\u0644\u0648\u0642\u0648 \u0627\u0646\u0634\u0627\u0621\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 \u0645\u0646 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/03\/\u0644\u0648\u0642\u0648-\u0627\u062f\u064a\u0627\u0631-scaled-e1780550929766.png\" alt=\"\u0644\u0648\u0642\u0648 \u0627\u062f\u064a\u0627\u0631\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 \u0645\u0646 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/03\/\u0644\u0648\u0642\u0648-\u0631\u0626\u0627\u0644-\u0627\u0644\u0639\u0642\u0627\u0631\u064a\u0629-scaled-e1780550983460.png\" alt=\"\u0644\u0648\u0642\u0648 \u0631\u0626\u0627\u0644 \u0627\u0644\u0639\u0642\u0627\u0631\u064a\u0629\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0634\u0631\u064a\u0643\u0643\u0645 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0641\u064a \u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a \u062d\u0644\u0648\u0644 \u0639\u0642\u0627\u0631\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u062a\u0644\u0628\u0651\u064a \u062a\u0637\u0644\u0639\u0627\u062a\u0643\u0645 \u0648\u062a\u0631\u0641\u0639 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u064a\u0629 \u0644\u0623\u0635\u0648\u0644\u0643\u0645 \u0639\u0644\u0649 \u0627\u0644\u0645\u062f\u0649 \u0627\u0644\u0628\u0639\u064a\u062f. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0643\u062a\u0634\u0641 \u062e\u062f\u0645\u0627\u062a\u0646\u0627 \u0646\u0639\u0645\u0644 \u0628\u0630\u0643\u0627\u0621 \u0648\u0643\u0641\u0627\u0621\u0629 \u0625\u062f\u0627\u0631\u0629 \u0645\u0631\u0627\u0641\u0642 \u0628\u0645\u0639\u0627\u064a\u064a\u0631 \u0639\u0627\u0644\u0645\u064a\u0629 \u062a\u0636\u0645\u0646 \u0643\u0641\u0627\u0621\u0629 \u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0648\u0639\u0648\u0627\u0626\u062f \u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0645\u0648\u062b\u0648\u0642\u0629 \u0644\u0644\u0645\u0633\u062a\u062b\u0645\u0631\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u062f\u0649 \u0627\u0644\u0637\u0648\u064a\u0644. \u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 +7 \u00a0\u0633\u0646\u0648\u0627\u062a \u0641\u064a \u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0631\u0641\u0639 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u064a\u0629 \u0644\u0644\u0639\u0642\u0627\u0631 \u0646\u062d\u0646 \u0645\u0624\u0633\u0633\u0629 \u0623\u0637\u0644\u0633&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643<\/title>\n<meta name=\"description\" content=\"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atlas-sa.net\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\" \/>\n<meta property=\"og:description\" content=\"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atlas-sa.net\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-08T06:37:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/\",\"url\":\"https:\\\/\\\/atlas-sa.net\\\/\",\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#website\"},\"datePublished\":\"2026-02-11T13:31:08+00:00\",\"dateModified\":\"2026-09-08T06:37:34+00:00\",\"description\":\"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/atlas-sa.net\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/atlas-sa.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#website\",\"url\":\"https:\\\/\\\/atlas-sa.net\\\/\",\"name\":\"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/atlas-sa.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#organization\",\"name\":\"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\",\"url\":\"https:\\\/\\\/atlas-sa.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/atlas-sa.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Screenshot_3-6-2026_195650_-Photoroom.png\",\"contentUrl\":\"https:\\\/\\\/atlas-sa.net\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Screenshot_3-6-2026_195650_-Photoroom.png\",\"width\":261,\"height\":334,\"caption\":\"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643\"},\"image\":{\"@id\":\"https:\\\/\\\/atlas-sa.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","description":"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atlas-sa.net\/en\/","og_locale":"en_US","og_type":"article","og_title":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","og_description":"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629","og_url":"https:\/\/atlas-sa.net\/en\/","og_site_name":"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","article_modified_time":"2026-09-08T06:37:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/atlas-sa.net\/","url":"https:\/\/atlas-sa.net\/","name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - \u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","isPartOf":{"@id":"https:\/\/atlas-sa.net\/#website"},"datePublished":"2026-02-11T13:31:08+00:00","dateModified":"2026-09-08T06:37:34+00:00","description":"\u0634\u0631\u0643\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u0645\u0644\u0627\u0643 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u0642\u062f\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u062a\u0631\u0641\u0639 \u0642\u064a\u0645\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0648\u062a\u0636\u0645\u0646 \u0627\u0633\u062a\u062f\u0627\u0645\u062a\u0647 \u0648\u0641\u0642 \u0631\u0624\u064a\u0629 \u0627\u0644\u0645\u0645\u0644\u0643\u0629 2030. \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0648\u0627\u0637\u0644\u0628 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629","breadcrumb":{"@id":"https:\/\/atlas-sa.net\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atlas-sa.net\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atlas-sa.net\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/atlas-sa.net\/"},{"@type":"ListItem","position":2,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"}]},{"@type":"WebSite","@id":"https:\/\/atlas-sa.net\/#website","url":"https:\/\/atlas-sa.net\/","name":"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","description":"","publisher":{"@id":"https:\/\/atlas-sa.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atlas-sa.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/atlas-sa.net\/#organization","name":"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643","url":"https:\/\/atlas-sa.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/atlas-sa.net\/#\/schema\/logo\/image\/","url":"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/02\/Screenshot_3-6-2026_195650_-Photoroom.png","contentUrl":"https:\/\/atlas-sa.net\/wp-content\/uploads\/2026\/02\/Screenshot_3-6-2026_195650_-Photoroom.png","width":261,"height":334,"caption":"\u0627\u0637\u0644\u0633 \u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0645\u0644\u0627\u0643"},"image":{"@id":"https:\/\/atlas-sa.net\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":602,"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":1795,"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/pages\/7\/revisions\/1795"}],"wp:attachment":[{"href":"https:\/\/atlas-sa.net\/en\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}