.buttons_row{display:flex;flex-wrap:nowrap;gap:22px;overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.buttons_row::-webkit-scrollbar{display:none}@media (max-width:992px){.buttons_row{overflow-x:auto}}.buttons_row .button,.buttons_row .button_outlined{border:1px solid #d01b49;border-radius:100px;color:#a8004a}.buttons_row .button{align-content:center;font-size:16px;font-weight:500;line-height:16px;min-width:251px;padding:14.5px 40px}.buttons_row .button_filled{background:#a8004a;color:#fff}.buttons_row{cursor:grab;user-select:none}.buttons_row:active{cursor:grabbing}