.tournament {
	max-width: 80%;
	position: relative;
	box-shadow: 0 0 0 3px #000;
	border: 2px solid #152b5a;
	margin: 20px auto 30px auto;
    height: 14rem;
    position: relative;
}
.tournament h2 {
    margin-top: 1rem;
    font-weight: lighter;
}
.tournament-inner {
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6), transparent);
    display: flex;
    height: 30%;
    color: #eaeaf0;
    font-size: 0.9rem;
    padding: 2rem;
    line-height: 1rem;
}
.tournament-inner-left {
    flex-basis: 50%;
}
.tournament-inner-center {
    flex-basis: 25%;
    text-align: right;
}
.tournament-inner-right {
    flex-basis: 25%;
    text-align: right;
}
.tournament .button-blue {
    position: absolute;
    float: right;
    right: 3rem;
    bottom: 2rem;
    width: 200px;
}
.t1 {
    background: url(../images/tournaments/tournaments1.webp) center / cover;
}
.t2 {
    background: url(../images/tournaments/tournaments2.webp) center / cover;
}
.t3 {
    background: url(../images/tournaments/tournaments3.webp) center / cover;
}
.t4 {
    background: url(../images/tournaments/tournaments4.webp) center / cover;
}




@media (max-width: 992px) {
    .tournament-inner {
        flex-direction: column;
        padding: 1rem;
        height: 70%;
    }
    .tournament-inner-center {
        text-align: left;
    }
    .tournament-inner-right {
        text-align: left;
        display: none;
    }
    .tournament .button-blue {
        position: absolute;
        right: 2rem;
        bottom: 1rem;
    }

    body .section-header-p {
        padding: 0rem 2.5rem;
        line-height: 1rem;
        font-size: 0.8rem;
        margin: 0px;
        /* width: 300px; */
        display: block;
    }
    body .hof__table {
        font-size: 0.8rem;
    }



    .first-column .section-bonuses-block > li { 
        margin: 0rem 2rem;
        padding: 0px;
    }
    .first-column .section-bonuses-block .button-blue {
        bottom: 2.2rem;
        left: 1.3rem;
        width: 120px;
    }


    .faq .faq-container {
        margin: 0rem 2rem;
        margin-bottom: 4rem;
    }


    body .tournament .button-blue.news {
        position: absolute;
        float: left;
        bottom: 2rem;
        width: 160px;
        left: 2rem;
    }
}



.load-more {
    height: 10rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
    
}




.l1 {
    background: url(../images/lotteries/lotteries1.jpg) center / cover;
}
.l2 {
    background: url(../images/lotteries/lotteries2.jpg) center / cover;
}
.l3 {
    background: url(../images/lotteries/lotteries3.jpg) center / cover;
}
.l4 {
    background: url(../images/lotteries/lotteries4.jpeg) center / cover;
}
.l5 {
    background: url(../images/lotteries/lotteries5.jpg) center / cover;
}





.section-header-p {
    color: #ccc;
	max-width: 100%;
    padding: 0rem 5rem;
    line-height: 1.5rem;
    /* width: 1000px; */
    margin: 20px auto 0px 25px;
}
.hof__table {
    color: white;
    margin: 0 auto;
    width: 80%;
    border: 1px solid rgba(12,109,235,.5);
}
.hof__table thead {
    color: #aaaabd;
    font-size: 0.8rem;
    background-color: #242a39;
    font-weight: normal;
    height: 3rem;
}
.hof__table tbody {
    text-align: center;
}
.hof__table td {
    height: 3rem;
    /* border-bottom: 1px solid #210e0e; */
}
.level_7 {
    background-image: url(../images/ab3022818a6e31a40c23.webp);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}




.section-bonuses-block {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.3rem;
    padding: 0px;
}
.section-bonuses-block > li { 
    width: 100px;
    flex-basis: 370px;
    position: relative;
}
.section-bonuses-block li img { 
    object-fit: cover; 
    width: 100%; 
    height: 100%; 
    vertical-align: middle; 
    border-radius: 15px; 
}
.section-bonuses-block .button-blue {
    position: absolute;
    bottom: 2.6rem;
    left: 1.3rem;
    width: 170px;
}




.faq {
    margin-top: 2rem;
    width: 100%;
    color: white;
    font-weight: bold;
    overflow: hidden;
}
.faq-container {
    margin: 0px 60px 0px 60px;
}
.faq-input {
    width: 0;
    height: 0;
    appearance: none;
}
.faq-item {
    padding: 0px;
    margin-top: -15px;
}
.faq-title {
    border: 1px solid #152b5a;
    background-color: #061333;
    display: block;
    padding: 1rem;
    cursor: pointer;
    margin: 0px;
    margin-bottom: 2px;
}
.faq-text {
    padding: 1rem;
    display: none;
    border: 1px solid #152b5a;
    max-width: 700px;
    font-weight: normal;
    line-height: 1.4rem;
    background-color: #061333;
}
.faq-input:checked ~ .faq-text {
    display: block;
}





.tournament .button-blue.news {
    position: absolute;
    float: left;
    bottom: 2rem;
    width: 200px;
    left: 4rem;
}
.n1 {
    background: url(../images/news/new1.webp) center / cover;
}
.n2 {
    background: url(../images/news/new2.webp) center / cover;
}
.n3 {
    background: url(../images/news/new3.webp) center / cover;
}




.app-info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
}
.app-info-item {
    display: flex;
    padding: 0rem;
}
.app-info-img {
    flex-basis: 20%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.app-info-text {
    flex-basis: 80%;
}
.app-info p {
    left: 30px;
}
.img1 {
    background-image: url(../images/present-1592396425.webp);

}
.img2 {
    background-image: url(../images/lock-1592396394.webp);
}
.img3 {
    background-image: url(../images/phone-1592396407.webp);
}
.img-mobile-app {
    display: none;
}





.donation {
    display: flex;
    flex-direction: row;
	gap: 30px;
}
.donation img {
    width: 80px;
    margin: .46875rem;
    height: 50px;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.8);
    border: 1px solid #1c242e;
    transition: all .3s ease-in-out;
}
.donation .methods {
	text-align: center;
	flex-basis: 50%;
    min-width: 30%;
    margin-top: 1em;
}
.donation .text {
	text-align: justify;
	flex-basis: 50%;
}
.donation p {
    text-align: justify;
}





@media (max-width: 992px) {
    .img-mobile-app {
        display: block;
    }
    .img-desktop-app {
        display: none;
    }
    .app-info-img {
        background-size: 80%;
    }
	.donation {
		flex-direction: column;
	}
	.donation img {
		width: 105px;
	}
}