.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:50px;white-space:nowrap}.navbar__list{border-radius:100px;display:flex;justify-content:flex-start;align-items:flex-start;align-self:stretch;flex-wrap:wrap}.navbar__item-wrapper{padding:10px;margin-bottom:10px;background:var(--color-berry-light)}.navbar__item-wrapper--row-start{border-top-left-radius:100px;border-bottom-left-radius:100px}.navbar__item-wrapper--row-end{border-top-right-radius:100px;border-bottom-right-radius:100px}.navbar__item{display:flex;padding:6px 35px;justify-content:center;align-items:center;gap:10px;border-radius:100px;color:#fff}.navbar__item,.navbar__item.active{font-family:Poppins-Regular,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.navbar__item.active{background:hsla(0,0%,100%,.8);color:#000}.navbar__item:last-child{border-right:none}.navbar__dot{width:13px;height:13px;border-radius:50%;border:1px solid var(--color-berry-bright);margin-right:10px}.navbar__dot--active{background-color:var(--color-berry-bright)}