.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.embla {
    overflow: hidden;
    max-width: 1150px;
    margin: 0 auto;
}

.embla__slide:nth-child(1) {
    margin-left: 20px;
}

.embla__slide:nth-last-child(1-n) {
    margin-right: 10px;
    margin-left: 10px;
}

.embla .promotion__card__img {
    border-radius: 0px;
}

.embla__container {
    display: flex;
    gap: 15px;
    margin-left: 6px;
    margin-right: 6px;
}

.embla .promotion__title {
    font-size: 30px;
}

.embla .promotion__get {
    font-size: 17px;
}

.embla__slide {
    transform: translate3d(0, 0, 0);
    flex: 0 0 32%;
    min-width: 0;
    height: 234px;
}

.sideMenuOverlay {
    display: none;
}

.wins_gadget__wrapper {
    overflow: hidden;
    margin-right:0px !important;
    margin-left:0px !important;
    width: 100%;
    background:linear-gradient(to left, #A92084, #FBB71A );
    padding-bottom:24px;
    padding-top:24px;
    max-width:1400px;
    border-radius:20px;
}

.scroll-area {
    background: linear-gradient(to left, #A92084, #FBB71A);
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}
.wins_gadget {
    display: flex;
    gap: 10px;
    min-width: 0;
}

.wins_gadget_item {
    border: 1px solid #1A1D5E;
    padding: 7px;
    background: linear-gradient(to left, #100D42, #1A1D5E, #181A44);
    width: 160px;
    border-radius: 5px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:center;
    height:222px;
}

.wins_gadget_item__img_wrapper {
    width: 130px;
    height: 100px;
    position: relative;
}

.wins_gadget_item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.wins_gadget_item__name {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-bottom:10px;
    width: 100%;
    text-align:center;
    overflow:hidden;
    line-height:17px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-overflow: ellipsis;
}

.wins_gadget_item_space {
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
}

.wins_gadget_item__amount {
    color: #EAB33D;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom:0px;
    text-overflow: ellipsis;
}


.wins_gadget__wrapper {
    --scroll-duration: 80s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: auto;
}

.js-winsGadget {
    display: flex;
    gap: 10px;
}

.text-max-width {
    max-width:1200px;
}

@media (max-width: 768px) {

    .wins_gadget_item__img_wrapper {
        width: 140px;
    }
}