.section-sticky{position:sticky;top:85px;padding:10px 0;z-index:999;margin-bottom:-80px;width:100%;background:#fff}
@media(min-width:426px){.section-sticky{margin-bottom:-100px}
}
.section-sticky .button{width:100%;display:flex;justify-content:center}
@media(min-width:450px){.section-sticky .button{justify-content:flex-end}
}
.section-sticky .button .button__btn{display:flex;justify-content:center;width:100%}
@media(min-width:450px){.section-sticky .button .button__btn{width:150px}
}