.elementor-9598 .elementor-element.elementor-element-95cdadc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--border-radius:12px 12px 12px 12px;--margin-top:0px;--margin-bottom:12px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:0px;--padding-left:12px;--padding-right:12px;}.elementor-9598 .elementor-element.elementor-element-95cdadc:not(.elementor-motion-effects-element-type-background), .elementor-9598 .elementor-element.elementor-element-95cdadc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #C1E5FF 0%, #E3DAFF 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-9598 .elementor-element.elementor-element-791cc5b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:4px 0px 8px 0px;}.elementor-9598 .elementor-element.elementor-element-791cc5b .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:20px;font-weight:600;line-height:22px;color:#20202D;}.elementor-9598 .elementor-element.elementor-element-49b16f4 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items, .elementor-9598 .elementor-element.elementor-element-49b16f4 > .jet-listing-grid > .jet-listing-grid__items{--columns:3;}.elementor-9598 .elementor-element.elementor-element-49b16f4{width:var( --container-widget-width, 102.2% );max-width:102.2%;--container-widget-width:102.2%;--container-widget-flex-grow:0;}.elementor-9598 .elementor-element.elementor-element-49b16f4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9598 .elementor-element.elementor-element-49b16f4.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for jet-listing-grid, class: .elementor-element-49b16f4 *//* ===== glass-dots: pill как в оригинале + точки ===== */

.glass-dots .jet-slick-dots{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;

  height: 21px !important;
  padding: 6px 10px !important;

  background: rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 0.5px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;

  width: max-content !important;
  margin: 10px auto 0 !important;

  list-style: none !important;
}

/* li без отступов */
.glass-dots .jet-slick-dots li{
  margin: 0 !important;
  padding: 0 !important;
}

/* reset кнопки */
.glass-dots .jet-slick-dots li button{
  width: 10px !important;   /* "поле" под активную точку */
  height: 10px !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  background: transparent !important;

  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  opacity: 1 !important;
  cursor: pointer;
}

/* ВАЖНО: точка рисуется через :before (как у slick по дефолту) */
.glass-dots .jet-slick-dots li button:before{
  content: "" !important;
  display: block !important;

  width: 6px;
  height: 6px;

  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);

  opacity: 1 !important;
  position: static !important;

  transition: width .2s ease, height .2s ease, background-color .2s ease;
}

/* активная точка */
.glass-dots .jet-slick-dots li.slick-active button:before{
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.55);
}/* End custom CSS */