.arrow-btn{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:nowrap;gap:4px;justify-content:flex-start;width:-moz-fit-content;width:fit-content}.arrow-btn__title{border-radius:28px;box-sizing:border-box;color:var(--white);display:block;font-size:18px;font-weight:600;line-height:22px;padding:16px 24px}.arrow-btn__arrow,.arrow-btn__title{background-color:var(--orange);transition:all .3s ease}.arrow-btn__arrow{align-items:center;border-radius:50%;display:flex;height:54px;justify-content:center;width:54px}.arrow-btn__arrow:before{background-color:var(--white);content:"";height:24px;-webkit-mask-image:url(../nuxt/icons/arrow-up.svg);mask-image:url(../nuxt/icons/arrow-up.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;rotate:90deg;width:20px}.arrow-btn:hover .arrow-btn__arrow,.arrow-btn:hover .arrow-btn__title{background-color:var(--orange-hover)}.arrow-btn:hover .arrow-btn__arrow{transform:translate(8px)}@media screen and (max-width:768px){.arrow-btn__title{font-size:16px;padding:9px 24px}.arrow-btn__arrow{height:40px;min-width:40px;width:40px}.arrow-btn__arrow:before{height:20px;width:16px}}
