.app-filter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px}.app-filter__item{position:relative;text-transform:uppercase;font-size:14px;line-height:14px;font-weight:600;color:#00283b;padding:10px 13px;border-radius:26px;transition:background-color .4s ease,color .4s ease}.app-filter__item:not(:first-child):before{content:"";position:absolute;width:12px;height:.5px;background-color:#00283b;top:50%;left:-36px;transform:translateY(-50%)}.app-filter__item.active{background-color:#00283b;color:#fff}@media screen and (max-width: 640px){.app-filter{gap:20px}.app-filter__item{padding:8px 10px;font-size:12px;line-height:12px}.app-filter__item:not(:first-child):before{content:"";position:absolute;width:10px;height:.5px;background-color:#00283b;top:50%;left:-15px;transform:translateY(-50%)}}
