.tournaments {
	max-width: 80%;
	box-shadow: 0 0 0 3px #000;
	border: 2px solid #152b5a;
	margin: 20px auto 20px auto;
    height: 14rem;
    position: relative;
}
.tournaments h2 {
    margin-top: 1rem;
}
.tournaments-inner {
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.6), transparent);
    display: flex;
    height: 60%;
    color: #eaeaf0;
    font-size: 0.9rem;
    padding: 2rem;
    line-height: 1rem;
}
.tournaments-inner-left {
    flex-basis: 50%;
}
.tournaments-inner-left h2 {
    font-size: 18px;
}
.tournaments-inner-center {
    flex-basis: 15%;
    text-align: right;
}
.tournaments-inner-right {
    flex-basis: 35%;
    text-align: right;
}
.tournaments .btn-blue {
    position: absolute;
    float: right;
    right: 1rem;
    bottom: 2rem;
    width: 100px;
}
.t1 {
    background: url(../images/tournaments/tournament1.webp) center / cover;
}
.t2 {
    background: url(../images/tournaments/tournament2.webp) center / cover;
}
.t3 {
    background: url(../images/tournaments/tournament3.webp) center / cover;
}
.t4 {
    background: url(../images/tournaments/tournament4.webp) center / cover;
}




@media (max-width: 992px) {
    .tournaments-inner {
        flex-direction: column;
        padding: 1rem;
        height: 70%;
    }
    .tournaments-inner-center {
        text-align: left;
    }
    .tournaments-inner-right {
        text-align: left;
        display: none;
    }
    .tournaments .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;
        margin-bottom: 30px;
    }
    body .top__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 .tournaments .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 0rem 3rem;
    line-height: 1.5rem;
    /* width: 1000px; */
    margin: 20px auto 0px 25px;
	text-align: justify;
}
.top__table {
    color: white;
    margin: 0 auto;
    width: 80%;
    border: 1px solid rgba(12,109,235,.5);
}
.top__table thead {
    color: #aaaabd;
    font-size: 0.8rem;
    background-color: #242a39;
    font-weight: normal;
    height: 3rem;
}
.top__table tbody {
    text-align: center;
}
.top__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;
    list-style-type: none;
}
.section-bonuses-block > li { 
    width: 100px;
    flex-basis: 315px;
    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;
    top: 11rem;
    left: 1.3rem;
    width: 170px;
}
.section-header-bonus {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: justify;
}




.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;
}





.tournaments .button-blue.news {
    position: absolute;
    float: left;
    bottom: 2rem;
    width: 200px;
    left: 4rem;
}
.n1 {
    background: url(../images/news/news1.webp) center / cover;
}
.n2 {
    background: url(../images/news/news2.webp) center / cover;
}
.n3 {
    background: url(../images/news/news3.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-wrap: wrap;
    justify-content: center;
}
.donation img {
    width: 50px;
    margin: .46875rem;
    height: 30px;
    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;
}
@media (max-width: 992px) {

    .img-mobile-app {
        display: block;
    }
    .img-desktop-app {
        display: none;
    }
    .app-info-img {
        background-size: 80%;
    }
	/*.donation img {*/
	/*	width: 105px;*/
	/*}*/
}
@media (max-width: 570px) {
    .donation-article-flex {
        flex-direction: column;
    }
    .img-article-wrap {
        min-width: 100%;
    }
}



