.sticky-bottom-form{position:fixed;bottom:0;left:0;right:0;width:100%;padding:8px 16px 16px;border-radius:24px 24px 0 0;background-color:#fff;box-shadow:0 4px 24px 0 rgba(0,39,91,.2);transition:height .3s ease-in-out;height:76px;z-index:9999999}.sticky-bottom-form .toggle-button-wrapper{position:relative;width:100%;box-shadow:0 4px 24px 0 rgba(0,39,91,.2)}.sticky-bottom-form .toggle-button-wrapper .tour-filter-toggle-button{position:absolute;top:-10px;left:50%;transform:translate(-50%,-50%);padding:8px;border:none;border-radius:50px;background-color:#fff;line-height:1}.sticky-bottom-form .details-content{display:flex;flex-direction:column;position:relative;overflow:visible;max-width:100%;height:100%;border-radius:24px 24px 0 0;transition:height .3s ease-in-out,opacity .3s ease-in-out}.sticky-bottom-form .details-content .details-block-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-width:100%;padding:0;box-shadow:none}.sticky-bottom-form .details-content .details-content-wrapper{position:relative}.sticky-bottom-form .details-content .details-content-wrapper .search-input-wrapper{margin-bottom:12px}.sticky-bottom-form .details-content .details-content-wrapper .search-input-wrapper .search-input-label{margin-bottom:6px;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:1.6;color:#626262}.sticky-bottom-form .details-content .details-content-wrapper .tour-filter-toggle-button{position:absolute;top:-22px;left:50%;transform:translate(-50%,-50%);padding:8px;border:none;border-radius:50px;background-color:#fff;line-height:1}.sticky-bottom-form .details-content.closed{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.sticky-bottom-form .details-content.closed .details-title{font-family:Unbounded,sans-serif;font-weight:500;font-size:16px;line-height:1.4;margin-bottom:0}.sticky-bottom-form .details-content.closed .details-title.price{display:flex;align-items:center;margin-bottom:0;font-family:Unbounded,sans-serif;font-weight:500;font-size:24px;line-height:1.4;color:#0f71d6}.sticky-bottom-form .details-content.closed .continue-footer-button{display:flex;align-items:center;justify-content:center;padding:13px 28px;min-width:138px;background-color:#121214;border-radius:15px}.sticky-bottom-form.opened{height:calc(100vh - 80px);transition:height .3s ease-in-out}.sticky-bottom-form.opened .details-content{padding-top:16px}.sticky-bottom-form .search-button{display:flex;align-items:center;justify-content:center;padding-top:9px;padding-bottom:9px;background-color:#121214;border-radius:15px}.sticky-bottom-form .search-button .search-button-icon{margin-right:8px}