.carousel-dots{flex-wrap:wrap;justify-content:center;gap:0;display:flex}.carousel-dots_wide{margin-top:7px}@media not screen and (width>=630px){.carousel-dots_wide{display:none}}.carousel-dots_phone{display:none}@media not screen and (width>=630px){.carousel-dots_phone{margin-top:12px;display:flex}}.carousel-dots_aside{justify-content:flex-end;margin-top:7px}@media not screen and (width>=630px){.carousel-dots_aside{justify-content:center;margin-top:8px}}.carousel-dots__dot{cursor:pointer;background:0 0;border:0;width:24px;height:24px;padding:0;position:relative}.carousel-dots__dot:before{content:"";background:#ffffff2e;border-radius:999px;width:6px;height:6px;transition:width .2s,background .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[dir=rtl] .carousel-dots__dot:before{left:auto;right:50%;transform:translate(50%,-50%)}.carousel-dots__dot_active:before{background:#3b82f6;width:18px}
