body{
    background-color: #171f36;
}
.pages_about_jackpot{
    display: flex;
    justify-content: space-between;
    padding-top: 3px;
}
.pages_jackpot_block {
    max-width: 282px;
    width: 100%;
}
.pages_jackpot_block a{
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.pages_jackpot_block a strong{
    color: #fb0;
    text-shadow: 1px 1px 4px rgba(71,7,7,.93);
    font-size: 17px;
    font-family: 'OpenSans-Bold';
    line-height: 1.2;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.pages_jackpot_price{
    display: flex;
    align-items: center;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
}
.pages_jackpot_price span{
    color: #fff900;
    text-shadow: 0 0 8px #f60;
    font-size: 22px;
    font-family: 'OpenSans-Bold';
    line-height: 1.2;
}
.pages_jackpot_slider{
    max-width: 830px;
    width: 100%;
    margin: 0 15px;
}
.pages_jackpot_slider_img{
    width: 100%;
    height: 370px;
}
.pages_jackpot_slider_img img{
    height: 100%;
    width: 100%;
}

.pages_jackpot_winners{
    max-width: 262px;
    width: 100%;
}
.pages_jackpot_winners h3{
    font-size: 16px;
    color: #feae00;
    line-height: 1.3;
    text-align: center;
    margin: 15px 0;
    text-transform: unset;
}
.basket-block__pages__hrefs ul{
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.basket-block__pages__hrefs ul li{
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    font-size: 11px;
    width: calc(50% - 1px);
    color: #fff;
    border: 1px solid #feae00;
    padding: 8px 0;
    text-align: center;
}
.basket-block__pages__hrefs ul .active-href{
    background-image: -o-linear-gradient(45deg,#e74c3c,#f39c12);
    background-image: linear-gradient(45deg,#e74c3c,#f39c12);
}
.basket-block__pages__hrefs ul li:last-child{
    border-radius: 0 6px 6px 0;
}
.basket-block__item{
    padding-left: 10px;
    width: 100%;
    height: 286px;
    overflow: auto;
}
.basket-block__item::-webkit-scrollbar {
    width: 5px;
}
.basket-block__item::-webkit-scrollbar-track {
    background: transparent;
}
.basket-block__item::-webkit-scrollbar-thumb {
    background: transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.basket-block__item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.basket-block__name strong{
    font-size: 13px;
    color: #ffffff;
}
.basket-block__icon{
    display: flex;
    align-items: center;
}
.basket-block__name{
    margin-left: 6px;
}
.basket-block__name  p{
    font-size: 10px;
    color: #ffffff;
}
.basket-block__price{
    height: 28px;
    white-space: nowrap;
    border-radius: 14px 0 0 14px;
    text-align: right;
    padding: 0 4px 0 5px;
    background: -webkit-gradient(linear,left top,left bottom,from(#feae00),to(#fa7c34));
    background: -o-linear-gradient(top,#feae00,#fa7c34);
    background: linear-gradient(180deg,#feae00,#fa7c34);
    -webkit-box-shadow: 0 0 5px 0 #feae00, inset 0 0 3px 1px #feae00;
    box-shadow: 0 0 5px 0 #feae00, inset 0 0 3px 1px #feae00;
}
.basket-block__price span{
    color: #171f36;
    font-size: 11px;
    line-height: 28px;

}
.games_vegas_main{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.games_vegas_block{
    width: 20%;
    padding: 10px;
}
.games_vegas_block a:hover{
    transform: scale(1.1);
    transition: 0.3s;

}
.games_vegas_block a{
    transition: 0.3s;

}
.games_vegas_block a:hover .games_vegas_svg{
    display: block;
    transition: 0.3s;
}
.games_vegas_img{
    border: 2px solid #feae00;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.games_vegas_img img{
    border-radius: 8px 8px 0 0;

    width: 100%;
    height: 100%;
    margin-bottom: -5px;
}
.games_vegas_svg{
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}
.games_vegas_title{
    border-radius: 0 0 8px 8px;
    background-color: #041020;
    padding: 13px 4px;
    transition: 0.3s;

}
.games_vegas_block a:hover .games_vegas_title{
    background-image: -o-linear-gradient(45deg,#e74c3c,#f39c12);
    background-image: linear-gradient(45deg,#e74c3c,#f39c12);
    transition: 0.3s;
}
.games_vegas_block a:hover .games_vegas_title strong{
    display: none;
}
.games_vegas_block a:hover .games_vegas_title span{
    display: block;
}

.games_vegas_title strong{
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.games_vegas_title span{
    display: none;
    color: white;
    font-size: 15px;
    text-align: center;

    text-transform: uppercase;
}

@media (max-width: 1440px){
    .pages_jackpot_slider {
        max-width: 689px;
    }
}
@media (max-width: 1300px){
    .pages_jackpot_slider {
        max-width: 609px;
    }
}
@media (max-width: 1170px) {
    .pages_about_jackpot{
        flex-direction: column;
        align-items: center;
    }
    .pages_jackpot_slider {
        max-width: 100%;
    }
    .pages_jackpot_block{
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .pages_jackpot_price {
        top: 45px;
    }
    .pages_jackpot_winners{
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
    .games_vegas_block{
        width: 25%;
    }

}

@media (max-width: 992px){
    .pages_jackpot_price span {
        font-size: 16px;
    }
    .pages_jackpot_price {
        top: 40px;
    }
    .pages_jackpot_block a strong {
        font-size: 14px;
        top: 8px;
    }
    .pages_jackpot_slider_img {
        height: 300px;
    }
    .games_vegas_block{
        width: 33.333333%;
    }

}
@media (max-width: 768px) {
    .games_vegas_block{
        width: 50%;
    }
    .pages_jackpot_block {
        max-width: 270px;
        flex-wrap: wrap;
    }
    .pages_jackpot_price span {
        font-size: 18px;
    }
}
@media (max-width: 576px){
    .pages_jackpot_price span {
        font-size: 18px;
    }
    .pages_jackpot_block a {
        margin-top: 10px;
    }
    .games_vegas_block {
        padding: 5px;
    }
    .games_vegas_main {
        margin: 0 -5px;
    }
    .games_vegas_title strong{
        font-size: 14px;
    }
    .games_vegas_title span{
        font-size: 14px;

    }
    .games_vegas_title {
        padding: 5px 4px;
    }
    .pages_jackpot_slider_img {
        height: 210px;
    }
}
