.spinwheel {
    padding-top: 43px;
    overflow: hidden;
}
.spinwheel__slider {
    padding-top: 30px;
    position: relative;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}
.spinwheel__slider:before {
    position: absolute;
    content: "";
    width: 196px;
    height: 196px;
    border: 2px solid #ed6b21;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.spinwheel__slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff);
}
.spinwheel .owl-stage-outer {
    max-height: 185px;
}
.spinwheel__item {
    border: 1px solid #282828;
    padding-top: 100%;
    position: relative;
}
.spinwheel__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.spinwheel .owl-stage {
    margin-left: -20px;
}
.spinwheel .owl-item.center {
    margin: 0 40px 0 20px !important;
}
.spinwheel .owl-item.center .spinwheel__wrap:before {
    opacity: 1;
}
.spinwheel__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.spinwheel__wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, hsla(0, 100%, 100%, 0.08) 0, hsla(0, 100%, 100%, 0) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s 3s;
    opacity: 0;
}
.spinwheel__image {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    filter: invert(1);
}
.spinwheel__title {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.spinwheel__button .js-spin-btn {
    margin: 10px 0px 30px 0px;
    width: auto;
    padding: 10px;
    font-size: 24px;
    font-family: "Bebas Neue Book";
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #ed6b21 !important;
    box-shadow: none;
    cursor: pointer;
}

.spinwheel__button .js-spin-btn:hover {
    opacity: 0.9;
}

@media (max-width: 1280px) {
    .spinwheel__slider:before {
        width: 163px;
        height: 159px;
    }
    .spinwheel__image {
        width: 40px;
        height: 40px;
    }
    .spinwheel__title {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 979px) {
    .spinwheel__slider {
        max-width: 160px;
        margin-bottom: 55px;
        min-height: 160px;
    }
    .spinwheel__slider:before {
        width: 193px;
        height: 193px;
    }
    .spinwheel__slider:after {
        display: none;
    }
    .spinwheel .owl-stage {
        margin-left: 0;
    }
    .spinwheel .owl-stage-outer {
        overflow: visible;
    }
    .spinwheel .owl-item.center {
        margin: 0 35px 0 0 !important;
    }
}