.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 56px;
}

.offer {
    overflow: hidden;
    position: relative;
}

.offer:before {
    background-image: linear-gradient(266.13deg, #5f5dfe, #5f5dfe .01%, #94f094);
    position: absolute;
    content: '';
    width: 100%;
    height: 59px;
    bottom: 0;
    left: 0;
    display: block;
    filter: blur(40px);
    border-radius: 50px 50px 0 0;
    opacity: 0.4;
}
