.pharma_categories_list{display:flex;flex-direction:column;gap:15px;margin-bottom:15px;overflow:hidden;max-height:350px;position:relative}.pharma_categories_list:after{content:"";width:100%;height:100px;display:block;bottom:0;left:0;position:absolute;background:linear-gradient(0deg,#fff,transparent)}.pharma_categories_list.open{max-height:100%}.pharma_categories_list.open:after{display:none}.pharma_categories_list-item{display:flex;justify-content:flex-start;align-items:center;gap:10px;border:#E5E5E5 1px solid;padding:10px 15px;border-radius:10px;font-size:16px;transition:all 0.35s ease-in-out}.pharma_categories_list-item:hover{border-color:#86ddc8;box-shadow:rgb(0 0 0 / .1) 0 3px 10px}.pharma_categories_list-item__icon{min-width:28px;width:28px}.pharma_categories_list-item__count{justify-self:flex-end;background:#44BA9E;color:#fff;padding:0 6px;border-radius:360px;font-size:12px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.pharma_categories_list-item__title{flex-grow:1}.pharma_categories__title{color:#020101;font-size:28px;font-weight:500}.pharma_categories__title-border{position:relative;pointer-events:none;height:2px;display:block;width:100%;background:#ECECEC;margin-top:10px;margin-bottom:25px}.pharma_categories__title-border-inside{position:absolute;width:100px;height:4px;display:block;background:#44BA9E;top:-2px}.pharma_categories__toggle{background:#44BA9E;cursor:pointer;color:#fff;font-size:25px;display:flex;align-items:center;justify-content:center;border-radius:360px;margin:0 auto;width:35px;height:35px;transition:all 0.2s ease-in-out}.pharma_categories__toggle:hover{opacity:.8}