header{
    background: #00100e;
    padding: 8px 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
}
.header-btn{
    gap: 10px;
}
.logo{
    width: 100px;
}
.btn{
    background: #ff2400;
    color: #fff;
    padding: 9px 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    font-size: 12px;
    transition: 0.2s;

}
.btn-line{
    color: #fff;
    padding: 8px 14px;
    border: 1px solid #ff2400;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    font-size: 12px;
    transition: 0.2s;
}
.btn-line:hover{
    background: #ff2400;
}





.home-bonus-main{
    margin-top: 90px;
}
.home-bonus-cnt{
    gap: 25px;
    flex-direction: column;
}
.home-bonus-card{
    width: 100%;
    height: 209px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom 0 right -10px;
    background-size: auto 100%;
}
.home-bonus-card:before{
    content: "";
    background-image: radial-gradient(84.73% 98.43% at 100% 60.83%, red, #f000);
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;

}
.home-bonus-card:after{
    content: "";
    border: 1px solid #ff2400cc;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.home-bonus-fon {
    padding: 11px 15px;
    z-index: 11;
    position: relative;
}
.home-bonus-photo {
    position: absolute;
    right: 1%;
    width: 190px;
    bottom: -3px;
    display: flex;
    z-index: 9;
}
.home-bonus-title-first{
    font-weight: 900;
    font-size: 36px;
    color: #fff;

}
.home-bonus-last{
    font-size: 24px;
    line-height: 24px;
    color: #fff;

}
.home-bonus-prize-prefix{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.home-bonus-second-line{
    background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 4px;
}
.home-bonus-fon .btn{
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
}

.home-bonus-card-sport .home-bonus-fon{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.home-bonus-photo img{
    width: 100%;
}

.bon-pic-left{
    display: none;
}




.home-bonus-card-sport .home-bonus-photo {
    right: auto;
    left: -8px;

}



.home-bonus-card-sport .home-bonus-photo img{
    border-radius: 0 0 0 30px;

}
.home-bonus-card-sport .home-bonus-last {
    text-align: right;
}

.home-bonus-card-sport .home-bonus-prize-prefix {
    text-align: right;
}

.home-bonus-card-sport:before {
    background: linear-gradient(264.74deg, #00cfa6cc, #00cfa600);
    z-index: 11;
    transform: rotate(180deg);
}
.home-bonus-card-sport:after {
    border: 1px solid #00cfa6cc;
}


.ui-block-sec{
    margin-top: 80px;
}
.ui-block-wrapper{
    gap: 8px;
}
.ui-block-title{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #d2eeed;
}
.block-description{
    color: #d2eeed;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}
.block-highlight-green{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #04cfaa 50%, rgba(0, 0, 0, 0) 100%);
    width: calc(100% + 2rem);
    height: 1px;
}
.ui-block-sport{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ui-block-sport-box{
    background-image: url("../img/stadion.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.ui-block-sport-box:after {
    background: linear-gradient(180deg, rgba(3, 23, 23, 0) 0%, rgba(3, 23, 23, .9) 26.04%, #00100E 100%);
    bottom: 0;
    content: "";
    height: 98px;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 10px;

}
.mobile-participant-time{
    align-items: center;
    background: rgba(13, 16, 22, .6);
    color: #d2eeed;
    display: flex;
    height: 1rem;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    font-size: .625rem;
    line-height: .875rem;
    font-weight: 400;
}
.mobile-participant-time:after {
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: .5rem solid rgba(13, 16, 22, .6);
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.ui-block-sport-flex{
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.ui-block-sport-left{
    gap: 10px;
    width: 33.333333%;
}
.ui-block-sport-logo{
    width: 48px;
    height: 48px;
}
.ui-block-sport-left strong{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
.ui-block-sport-center{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    width: 33.333333%;

}
.ui-block-sport-center small{
    text-align: center;
    display: block;
}
.ui-block-sport-flex{
    gap: 5px;
    position: relative;
    z-index: 1;
}

.ui-block-sport-count{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #3B6F6D;
    padding: 4px 15px;
}
.ui-block-sport-count small{
    color: #3B6F6D;
    margin-bottom: 2px;
    font-size: 10px;
}
.ui-block-sport-count span{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.go-to-sport{
    color: #fff;
    padding: 10px 14px;
    border: 1px solid #ff2400;
    background: unset;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
    margin: 25px auto 0;
    max-width: 350px;
    width: 100%;
    transition: 0.3s;
}
.go-to-sport:hover{
    background:  #ff2400;

}
.block-highlight-red{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ff2400 50%, rgba(0, 0, 0, 0) 100%);
    width: calc(100% + 2rem);
    height: 1px;
}

.ui-casino-sec{
    margin-top: 80px;
}
.ui-casino-head-scr{
    overflow-x: auto;
    display: flex;
    justify-content: center;
}
.ui-casino-head{
    margin-top: 15px;
    gap: 8px;
    padding-bottom: 6px;
    white-space: nowrap;
    width: 500px;
}
.ui-casino-href{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    padding: 8px;

}

.ui-casino-href small{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0.5;
}
.casino-href-act small{
    opacity: 1;
}
.ui-casino-href-icon{
    width: 22px;
    height: 22px;
}
.ui-casino-href-icon svg{
    width: 100%;
    height: 100%;
}

.ui-casino-href-icon svg rect{
    fill: rgb(128, 133, 143);
}
.ui-casino-href-icon svg path{
    fill: rgb(128, 133, 143);
}
.casino-href-act .ui-casino-href-icon svg rect{
    fill: #ff2400;
}
.casino-href-act .ui-casino-href-icon svg path{
    fill: #ff2400;
}

.all-games{
    margin-top: 20px;
    gap: 6px;
}
.all-games-box{
    width: 49%;
    position: relative;
    border-radius: 6px;
    transition: 0.3s;
}
.all-games-box img{
    border-radius: 6px;
    width: 100%;
}
.all-games-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(0,0,0,.7);
    transition: 0.3s;
    opacity: 0;
}
.all-games-box:hover .all-games-info{
    opacity: 1;
}
.all-games-info .slot_title{
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 5px 5px 10px;
    color: #ffffff;
}
.play-game{
    background: #ff2400;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    gap: 6px;
    transition: 0.3s;

}
.play-game svg{
    width: 24px;
    height: 24px;
}
.play-game-demo{
    background: unset;
    border-radius: 10px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: 0.3s;
}
.mobile-fixed{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2px;
    align-items: stretch;
    z-index: 600;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, .4);
    background-color: #00100E;
    transition: bottom .6s;
    padding-bottom: env(safe-area-inset-bottom, 1rem);
}
.mobile-fixed-href{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
}
.mobile-fixed-icon{
    display: flex;
    width: 24px;
    height: 24px;
}
.mobile-fixed-icon svg path{
    fill: #2a4241;
}
.mobile-href-act .mobile-fixed-icon svg path{
    fill: #ff2400;
}
.mobile-fixed-href:hover .mobile-fixed-icon svg path{
    fill: #ff2400;

}
.mobile-fixed-href span {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #2a4241;
    text-align: center;
}


.bonus-promo-codes{
    margin-top: 30px;
}
.top-event-card{
    display: none;
}

.description-casino{
    margin-top: 40px;
}
.promo-conditions {
    color: #80858f;
    line-height: 1.6;
    font-size: 15px;
}

.promo-conditions h3, .promo-conditions h4 {
    color: #ffffff;
    margin-top: 20px;
}

.promo-conditions ul, .promo-conditions ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.promo-conditions a {
    color: #4fd1c5;
    text-decoration: underline;
}

@media (min-width: 768px){
    .home-bonus-cnt {
        flex-direction: row;
    }
    .all-games-box {
        width: calc(33.3333333% - 4px);
    }
    .ui-block-sport {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }
    .ui-block-sport-box {
        width: calc(50% - 6px);
        background-image: unset;
        padding: 0;
        background: #031717;
    }
    .ui-block-sport-flex {
        padding: 0 5px 5px;
    }
    .ui-block-sport-box:after{
        display: none;
    }


    .event-card-sport{
        gap: 4px;
    }
    .mobile-participant-time{
        display: none;
    }
    .top-event-card{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;

        color: #4C8C89;
        padding: .5rem .75rem;
        border-bottom: 1px solid #2A4241;
        border-radius: .25rem .25rem 0 0;
        background: #021F1E;
        font-size: .75rem;
        line-height: 1rem;
        font-weight: 400;
    }
    .block-highlight-green {
        width: calc(100% + -15rem);
    }
    .block-highlight-red {
        width: calc(100% + -15rem);
    }
    .ui-casino-sec {
        margin-top: 60px;
    }
}

@media (min-width: 1024px){
    .all-games-box {
        width: calc(25% - 5px);
    }
    .home-bonus-fon {
        padding: 29px;
    }
    .home-bonus-card {
        height: 320px;
    }
    .home-bonus-title-first {
        font-size: 52px;
    }
    .home-bonus-last {
        font-size: 36px;
        line-height: 40px;
        color: #fff;
    }
    .home-bonus-prize-prefix {
        font-size: 32px;
        line-height: 32px;
        margin-top: 14px;
    }
    .home-bonus-second-line {
        font-size: 56px;
        line-height: 56px;
        margin-top: 10px;
    }
    .home-bonus-fon .btn {
        margin-top: 12px;
        font-size: 15px;
        padding: 10px 20px;
        font-weight: 500;
    }
    .home-bonus-photo {
        right: 1%;
        width: 309px;
        bottom: 4px;
    }
    .home-bonus-card-sport .home-bonus-fon {
        flex-direction: column;
        align-items: start;
    }
    .home-bonus-card-sport .home-bonus-last {
        text-align: left;
    }
    .home-bonus-card-sport .home-bonus-prize-prefix {
        text-align: left;
    }
    .bon-pic-left {
        display: block;
    }
    .bon-casino-right{
        display: none;
    }
    .home-bonus-card-sport .home-bonus-photo {
        right: 0;
        left: auto;
    }
    .home-bonus-card-sport:before {
        transform: rotate(0);
    }
    .ui-block-sport-box {
        width: calc(33% - 6px);
    }
    .btn {
        font-size: 14px;
    }
    .btn-line {
        font-size: 14px;
    }


}
@media (min-width: 1180px){
    .all-games-box {
        width: calc(20% - 5px);
    }
}

@media (min-width: 1280px){
    .mobile-fixed{
        display: none;
    }
    .all-games-box {
        width: calc(16.666666% - 5px);
    }
    .btn {
        font-size: 16px;
    }
    .btn-line {
        font-size: 16px;
    }
    .logo {
        width: 110px;
    }
    .home-bonus-main {
        margin-top: 110px;
    }
    .block-highlight-red {
        width: calc(100% + -55rem);
    }
    .block-highlight-green {
        width: calc(100% + -55rem);
    }
}


