html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: MontserratMedium;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"),
      url(../fonts/Montserrat-Medium.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratRegular;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
      url(../fonts/Montserrat-Regular.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratBold;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
      url(../fonts/Montserrat-Bold.woff) format("woff");
    font-style: normal;
}
body{
    background-color: #252932;
}
html{
    scroll-behavior: smooth;
}
h2{
    font-family: MontserratMedium;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
h3{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
h4{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
h5{
    font-family: MontserratMedium;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
.col-2-item-block h1{
    font-family: MontserratMedium;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}
blockquote{
    font-family: MontserratMedium;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
p{
    font-family: MontserratRegular;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
li{
    line-height: 22px;
}
.sidebar-kaz {
    background:#0b1827;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 20px;
 
    height: 100%;
    max-width: 240px;
}
.logo {
    max-width: 200px;
    width: 200px;
}
.spisok__list{
    margin-top: 30px;
    padding-top: 10px;
    max-width: 200px;
    border-top: 1px solid #185ea1;
}
.spisok__list li{
    padding: 15px 0px;

}
.spisok__list li a{
    color: #ffffff;
    font-family: MontserratMedium;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.spisok__list li a:hover{
    color: #185ea1;
}
.spisok__list li a img{
    width: 26px;
    height: 26px;
    filter: grayscale(1);
    transition: all 0.4s ease 0s;
}
.l1{
    text-align: end;
}
.l1 span{
    justify-content: end;
}
.spisok__list li a:hover img{
    filter: grayscale(0);
}
li a.active img{
    filter: grayscale(0);
}
li a.active{
    color: #185ea1;
}
.top__header-block {
    padding: 10px 40px 10px 40px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    width: 100%;
    background:#0b1827;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__list{
    display: flex;
    gap: 15px;
}
.header__list li a img{
    width: 26px;
    height: 26px;
    filter: grayscale(0);
}
.header__list li a{
    color: #ffffff;
    font-family: MontserratMedium;
    font-size: 16px;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.header__list li a:hover{
    color: #185ea1;
}
.flex__btn {
    display: flex;
    gap: 20px;
}
.main__btn {
    padding: 12px 60px 12px 40px;
    background-color: #ffffff;
    font-family: MontserratMedium;
    font-size: 16px;
    border: 1px solid #185ea1;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}
.main__btn2 {
    padding: 12px 60px 12px 40px;
    background-color: #185ea1;
    border: 1px solid #fff;
    font-family: MontserratMedium;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    overflow: hidden;
}
.white-login{
    position: absolute;
    content: "";
    right: 35px;
    top: 10px;
    transition: all 0.5s ease 0s;
}
.black-login{
    position: absolute;
    content: "";
    right: 35px;
    top: -30px;
    transition: all 0.5s ease 0s;
}
.white-login1{
    position: absolute;
    content: "";
    right: 35px;
    top: -23px;
    transition: all 0.5s ease 0s;
}
.black-login1{
    position: absolute;
    content: "";
    right: 35px;
    top: 9px;
    transition: all 0.5s ease 0s;
}
.main__btn:hover .black-login{
    top: 10px;
}
.main__btn:hover .white-login{
    top: 43px;
}
.main__btn2:hover .black-login1{
    top: 43px;
}
.main__btn2:hover .white-login1{
    top: 9px;
}
.main__btn img{
    width: 22px;
}
.main__btn2 img{
    width: 22px;
}
.main__btn:hover{
    color: #185ea1;

}

.main__btn2:hover{
    background-color: #185ea1;

}
.padding-container {
    padding: 20px 40px 20px 40px;

    background-size: 30px 30px;
    
    background-repeat: repeat;
    background-position: center;
    background-blend-mode: color;
}
.flex__bonus {
    display: flex;
    gap: 50px;
    margin: 50px 0px;
}
.bonus__item {
    flex: 0 1 50%;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    transition: all 0.4s ease 0s;
    border: 2px solid #0d1016;
}
.bonus__item::before{
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1rem;
    background-image: radial-gradient(84.73% 98.43% at 100% 60.83%,red,#f000);

}
.bonus__item:hover{
    border: 2px solid #ff2400;
    box-shadow: 4px -4px 10px #ff2200c9;
}
.bonus__item::after{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #13171f;
    z-index: -2;
    border-radius: 15px;
}

@media (max-width:1450px) {
    .header__list{
        display: none;
    }
    .burger-men {
        display: block !important;
        width: 30px;
    }
}
.bg2::before{
    background: linear-gradient(110.74deg,#00cfa666,#00cfa600);
    z-index: 1;
}
.banner-slot-bonus{
    flex: 0 1 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 225px 20px 60px 20px;
    background-blend-mode: color;
    border: 2px solid #185ea1;
    background:#00000057 url(../img/banner1.jpg);
    background-size: cover !important;
    background-position: left !important;
    transition: all 0.8s ease 0s;
}
.bg3{
    background: #00000057 url(../img/banner2.jpg) !important;
    background-blend-mode: color;

    background-size: cover !important;
    background-position: left !important;
}

@media (max-width:1450px) {
    .banner-slot-bonus{
        padding: 255px 20px 60px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .flex__bonus{
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .banner-slot-bonus{
        padding: 200px 20px 40px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .sport__bonus{
        margin-top: 50px !important;
    }
}
@media (max-width:700px) {
    .banner-slot-bonus{
        padding: 150px 20px 40px 20px;
    }
}
.left__bonus {
    flex: 0 1 40%;
    position: relative;
    z-index: 2;
}
.title__bonus {
    font-family: MontserratBold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 46px;
    padding: 7px;
    display: inline-flex;
    border-radius: 10px;
    background-color: #185ea1;
    animation:colot-title 3s ease infinite;
}
@keyframes colot-title {
    0%{
        color: #fff;
    }
    50%{
        color: #000000;
    }
    100%{
        color: #fff;
    }
}
.subtitle__bonus {
    font-family: MontserratMedium;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.price__bonus {
    font-family: MontserratMedium;
    color: #fff;
    font-size: 22px;
}
.logo a img{
    max-width: 70px;
}
.logo__main a img{
    max-width: 200px;
}
.price__bonus span{
    font-family: MontserratBold;

    font-size: 50px;
    display: flex;
    color: #185ea1;

}
.bonus__btn {
    margin-top: 20px;
}
.bonus__btn a{
    background-color: #185ea1;
    padding: 12px 50px;
    font-family: MontserratMedium;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
}
.bonus__btn a:hover{
    background: #f82100;
}
.right__img {
    flex: 0 1 50%;
    height: 100%;
    position: relative;
}
.right__img img{
    position: absolute;
    content: "";
    right: 0px;
    top: -245px;
    width: 100%;
    z-index: 3;
}



.sport__bonus {
    margin-top: 100px;
    text-align: center;
}
.title__sport {
    font-size: 50px;
    color: #ffffff;
    background: radial-gradient(50% 50% at 50% 50%,#185ea1,#0000);
    font-family: MontserratBold;
    position: relative;
    z-index: 2;
}
.title__sport::before{
background: radial-gradient(50% 50% at 50% 50%,#185ea1,#185ea1 15.45%,#0000);
top: 45px;
width: 820px;
height: 10px;
content: "";
    position: absolute;
    top: 25px;
    width: 100%;
    height: 35px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.title__sport::after{
    content: "";
    position: absolute;
    width: 482px;
    height: 72px;
    top: 14px;
    left: 50%;
    transform: translate(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #b0caff7a, #0000);
    z-index: 1;
}
.subtitle__sport {
    font-size: 20px;
    color: #ffffff;
    font-family: MontserratRegular;
    margin-bottom: 5px;
    margin-top: 15px;
}
.subtitle__sport strong{
    font-family: MontserratBold;
}
.line{
    width: 300px;
    margin: 20px auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #185ea1 50%,rgba(0,0,0,0) 100%);
}
.line::before{
    position: absolute;
    content: "";
    font-size: 30px;
    width: 100px;
    height: 4px;
    left: 100px;
    background-color: #185ea1;
    top: -1px;
  color: #185ea1;
}
.sport__bonus img{
    width: 100%;
    margin-top: 20px;
}
.text__sport {
    margin-top: -30px;
    font-family: MontserratMedium;
    font-size: 25px;
    color: #000000;
}
.bonus__btn {
}


.kazino__bonus{
    margin: 100px 0px;
    text-align: center;
}
.tl2{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#0000);
    z-index: 2;
}
.tl2::before{
    background: radial-gradient(50% 50% at 50% 50%,#ff24001a,#ff24001a 15.45%,#0000);
}
.tl2::after{
    background: radial-gradient(50% 50% at 50% 50%,#0d1016,#0000);
}
.ln2{
    width: 300px;
    margin: 0 auto;
    position: relative;
    height: 2px;
    background: linear-gradient(90deg,rgba(0,0,0,0) 0%, #ff2400 50%,rgba(0,0,0,0) 100%);
}
.ln2::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    left: 100px;
    top: -1px;
    background-color: #ff2400;
}

.flex__slot {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.item__slot {
    flex: 0 1 20%;
    position: relative;
    transition: all 0.4s ease 0s;
    border: 1px solid #0d1016;
}
.item__slot img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.item__slot:hover .ovelay{
    opacity: 1;
}
.item__slot:hover{
    scale: 1.1;
    border: 1px solid #00cfa6;
}
.ovelay {
    position: absolute;
    content: "";
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009d;
    transition: all 0.4s ease 0s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
}
.btn-slot,
.btn-slot2 {
    width: 100%;
}
.btn-slot a{
    justify-content: center;
    background-color: #c21a00;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    display: flex;
}
.btn-slot a:hover,
.btn-slot2 a:hover{
    background-color: #8b1401;
}
.btn-slot2 a{
    background-color: transparent;
    border: 2px solid #8b1401;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 10px 30px;
    font-family: MontserratMedium;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.block__info{
    margin: 100px 0px;
    text-align: center;
}
.block__info img{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.block__footer-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid #252932;
    padding-top: 20px;
}
.footer__title {
    font-family: MontserratMedium;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}
.block__footer-item {
    display: flex;
    flex: 0 1 25%;
    flex-direction: column;
    gap: 10px;
}
.block__footer-item a{
    font-family: MontserratMedium;
    font-size: 16px;
    color: #bdbdbd;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}
.block__footer-item a:hover{
    scale: 1.05;
}
.border__block {
    border: 1px solid #e4e4e4;
    padding: 14px 50px;
    background-color: transparent;
    font-family: MontserratMedium;
    font-size: 16px;
    max-width: 100px;
    color: #cfcfcf;
}
.footer__bottom {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
    flex-wrap: wrap ;
    
}   
.footer__bottom:nth-child(1){
    justify-content: space-between;
}
.block__footer-bottom-item {
    
    display: flex;
    justify-content: center;

}
.block__footer-bottom-item:hover{

}


.border__block1{
    margin-top: 25px;
    border: 1px solid #eaeaea;
    font-family: MontserratMedium;
    font-size: 16px;
    display: flex;
    width: 60px;
    color: #b0b0b0;
    height: 60px;
    justify-content: center;
    align-items: center;
}

@media (max-width:1700px) {
    .right__img {
        flex: 0 1 40%;
        height: 100%;
        position: relative;
    }
    .left__bonus {
        flex: 0 1 60%;
        position: relative;
        z-index: 2;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -115px;
        width: 100%;
        z-index: 3;
    }
}
.sidebar-kaz{
     
    left: -100%;
    top: 0px;
}
@media (max-width:1250px) {
    
    .top__header-block {
        padding: 20px 20px 20px 20px;
     
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .padding-container {
        padding: 20px 20px 20px 20px;

    }

    .title__bonus {
        font-size: 36px;
    }
    .subtitle__bonus{
        font-size: 36px;
    }
    .price__bonus span{
        font-size: 30px;
    }
    .bonus__btn a{
        background-color: #ff2400;
        padding: 10px 30px;
        font-family: MontserratMedium;
        color: #fff;
        text-decoration: none;
        transition: all 0.4s ease 0s;
        border-radius: 5px;
    }
    .flex__slot{
        flex-wrap: wrap;
    }
    .item__slot{
        flex: 0 1 23%;
    }
}
@media (max-width:1100px) {
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -80px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:992px) {
    .flex__bonus{
        flex-direction: column;
    }
    .bonus__item {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -135px;
        width: 100%;
        z-index: 3;
    }
    .footer__bottom{
        flex-wrap: wrap;
    }
    .sport__bonus img{
       height: 150px;
       object-fit: cover;
    }
    .item__slot{
        flex: 0 1 31%;
    }
}
@media (max-width:700px) {
    .item__slot{
        flex: 0 1 47%;
    }
    .main__btn{
        padding: 10px 30px 10px 10px;
        line-height: normal;
    }
    .main__btn2{
        padding: 10px 30px 10px 10px;
    }
    .white-login{
        right: 5px;
    }
    .white-login1{
        right: 5px;
    }
    .black-login{
        right: 5px;
    }
    .black-login1{
        right: 5px;
    }
}
@media (max-width:600px){
    .right__img img{
        position: absolute;
        content: "";
        right: 0px;
        top: -110px;
        width: 100%;
        z-index: 3;
    }
    .block__footer-flex{
        flex-direction: column;
        gap: 20px;
    }
    .main__btn{
        padding: 5px 25px 5px 10px;
        line-height: normal;
    }
    .main__btn2{
        padding: 5px 25px 5px 10px;
    }
    .header__list{
        display: none;
    }
    .logo__main{
        display: block;
    }
}
@media (max-width:550px) {

    .title__bonus {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .subtitle__bonus{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .price__bonus{
        font-size: 14px;
    }
    .price__bonus span{
        font-size: 26px;
    }
    .right__img img{
        position: relative;
        content: "";
        right: 0px;
        top: 10px;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width:500px) {
    .item__slot{
        flex: 0 1 100%;
    }
    .left__bonus {
        flex: 0 1 70%;
        position: relative;
        z-index: 2;
    }
    .bonus__btn a{
        padding: 10px 20px;
        font-size: 14px;
    }
  
    .flex__btn{
        gap: 10px;
    }
}


.col__2-block{
    display: flex;
    gap: 20px;
    align-items: center;
}
.col-2-item-block {
    flex: 0 1 50%;
}
.col-2-item-block h2{

    margin-bottom: 15px;
}
.col-2-item-block img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #185ea1;
    border: 2px solid #185ea1;
}
.advent__list{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.advent__list li{
    transition: all 0.5s ease 0s;
    background-color: transparent;
    border-bottom: 1px solid #185ea1;
    padding: 10px;
    color: #000000;
    font-family: MontserratRegular;
}
.advent__list li:hover{
    background-color: #185ea1;
    color: #fff;
}


.advent__list1{
    margin: 10px 0px;
    padding: 5px;

    border-radius: 10px;
}

.advent__list1 li{
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
  
    color: #000000;
    margin-top: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #bcbcbc 100%);
    font-family: MontserratRegular;
}
.advent__list2{
    display: flex;
    margin: 10px 0px;
    gap: 10px;
    border-radius: 2px;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    color: #ffffff;
    background: linear-gradient(180deg, #a76c1f 0%, #eeeeee 100%);
}
.advent__list2 li{
    flex: 0 1 43%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
   
}
li{
    font-family: MontserratRegular; 
}



.block__text{
    padding: 100px 20px 50px 20px;
    background-color: #ffffffa9;
}




/* Анимация */
.t1{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t1._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p1{
    scale: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease 0.1s;
  }
  .p1._active{
    scale: 1;
    transform: translateX(0px);
  }
  .t2{
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.7s ease 0s;
  }
  .t2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .p2{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease 0.1s;
  }
  .p2._active{
    opacity: 1;
    transform: translateY(0px);
  }
  .i1{
    transform: translateY(50px) rotate(10deg);
    transition: all 0.8s ease 0s;
    opacity: 0;
  }
  .i1._active{
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
  .a1{
    transform: translateX(-100px);
    opacity: 0;
    scale: 0.7;
    transition: all 0.8s ease 0.2s;
  }
  .a1._active{
    opacity: 1;
    scale: 1;
    transform: translateX(0px);
}
@media (max-width:607px) {
    .slot-block{
        flex: 0 1 100%;
    }
    .advent__list2 li{
        flex: 0 1 100%;
    }
    .col__5-item{
        flex: 0 1 100%;
    }
    .top__header-block{
        padding: 20px 10px;
    }
    .col__3-item{
        flex: 0 1 100%;
    }

}


.burger-men {
    display: none;
    position: relative;
}
.burger {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #185ea1;
    transition: all 0.5s ease-in-out;
}
.burger::before {
    position: absolute;
    content: "";
    top: -7px;
    width: 30px;
    height: 2px;
    background-color: #185ea1;
    transition: all 0.5s ease-in-out;
}
.burger::after {
    position: absolute;
    content: "";
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #185ea1;
    transition: all 0.5s ease-in-out;
}

.burger-men._active .burger{
    background-color: transparent;
}
.burger-men._active .burger::before{
    transform: translate(0px, 5px) rotate(45deg);
}
.burger-men._active .burger::after{
    transform: translate(0px, -9px) rotate(-45deg);
}
.sidebar-kaz{
    transition: all 0.5s ease 0s;
    z-index: 100;
}
.sidebar-kaz._active{
   left: 0%;
}


@media (max-width:1250px) {
    .burger-men{
        display: block;
        width: 30px;
    }

}
.list__mobile{
    display: none;
}
p strong{
    font-weight: 700;
}

@media (max-width:600px) {
    .list__mobile{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    h1{
        font-size: 26px;
    }

}
@media (max-width:400px) {
    .logo__main a img{
        max-width: 70px;
    }
}

.scroll-bonus-item {
    position: relative;
    margin-top: 30px;
    min-height: 1px;
}

.specialPromo {
    position: absolute;
    left: 50%;
    translate: -50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px 10px;
    border-radius:20px;
    background: rgb(5, 119, 72);
    text-align: center;
    color: #185ea1;
    text-decoration: none;
    font-size: 26px;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    transition: 0.3s ease;
    transition-property: width, box-shadow;
    font-family: MontserratMedium;
    z-index: 2;
    box-sizing: border-box;
  }
  .specialPromo_sticky {
    position: fixed;
    bottom: 0;
    width: 100vw;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.15);
  }
.specialPromo__icon img{
    transition: all 0.5s ease 0s;
}
.specialPromo__text{
    transition: all 0.5s ease 0s;
}
.specialPromo:hover .specialPromo__text{
    color: #185ea1;
}
.specialPromo:hover .specialPromo__icon img{
    scale: 1.1;
}
@media (max-width:992px) {
    .specialPromo{
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }
    .block__footer-flex{
        margin-top: 30px;
    }
}
  
.modal1{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 100;
}
.form-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #185ea1;
    border-radius: 10px;
    padding: 20px 30px;
    width: 350px;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.input-field {
    margin-bottom: 15px;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"] {
    background-color: #f8f8f8;
    color: #333;
    font-family: MontserratRegular;
}

label {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-family: MontserratRegular;
}

.birth-date {
    display: flex;
    justify-content: space-between;
}

.birth-date select {
    width: 30%;
}

.gender-options {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.gender-options label {
    display: flex;
    align-items: center;
    font-family: MontserratRegular;
    gap: 5px;
}

.info-text, .terms {
    font-size: 12px;
    font-family: MontserratRegular;
    line-height: 1.4;
    color: #e6e6e6;
}
.main__btn a{
    color: #000;
    text-decoration: none;
}
.form-btn{
    background-color: #ff3e3e;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 50%;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-family: MontserratRegular;
    transition: all 0.4s ease 0s;
    border: 1px solid #ff3e3e;
}
.form-btn:hover{
    background-color: transparent;
}

button:hover {
    background-color: #2db556;
}
@media (max-width:600px) {
    .form-container{
        padding: 10px;
        width: 300px;
    }
    .main__btn img{
        width: 14px;
    }
    .main__btn2 img{
        width: 14px;
    }
}
.testimonial{
    font-family: MontserratRegular;
    color: #fff;
    line-height: 110%;
    text-align: center;
    margin-top: 15px;
}


.wrapper{
    position: relative;
}
.block-chat {
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 1000;
}
.viseble-chat {
    display: flex;
    padding: 10px;
    background-color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #ebebeb;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.unviseble-chat.active-chat{
    opacity: 1;
}
.open-chat {
    width: 32px;
    height: 32px;
}
.unactive-img{
    opacity: 0;
    transform: translateX(100px);
}
.close-chat {
    position: absolute;
    content: "";
    left: 50%;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translate(-50% ,-50%);
    opacity: 0;
    display: none;
}
.active-img{
    display: block;
    opacity: 1;
}
.unviseble-chat {
    display: none;
    background-color: #ebebeb;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    width: 42px;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: 0.6s ease 0s;
}
.unviseble-chat.active-chat{
    display: flex;
}
.unviseble-chat a img{
    width: 32px;
    height: 32px;
}
.unviseble-chat a{
    display: flex;
    justify-content: center;
}
.border-new{
    border-radius: 0px 0px 100px 100px;
    background-color: #ebebeb;
}
.block-popular{
    background-color:#2d2d2d;
    padding: 10px 10px;
    border-radius: 10px;
}
    .block-chat{
        bottom: 50px;
        right: 10px;
        left: auto;
    }

.padding-container1 h2{
    color: #fff;
}
@media (max-width:600px) {
    .block-chat{
        left: auto;
        right: 20px;
    }
    .logo__main a img{
        width: 54px;
    }
}



.top-block {
    padding-top: 100px;
}
.padding-container {
}
.container2 {
    max-width: 1440px;
    margin: 0 auto;
}
.flex__top-block {
    display: flex;
    gap: 30px;
    align-items: center;
}
.left-top-block-text {
    flex: 0 1 50%;
}
.left-top-block-text h1{
    font-family: MontserratMedium;
    font-size: 45px;
    color: #fff;

}
.left-top-block-text p{
    margin: 30px 0px;
}
.left-top-block-text h1 span{
    color: rgb(249 73 61);
}
.right-top-block-img{
    flex: 0 1 50%;
}
.right-top-block-img img{
    width: 100%;
    max-width: 500px;
}
.flex__btn-top {
    display: flex;
    gap: 20px;
}
.flex__btn-top a{
    padding: 10px 25px;
    background-color: rgb(249 73 61);
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: MontserratMedium;
    color: #fff;
}
.flex__btn-top a:hover{
    scale: 1.05;
}
.flex__btn-top a:nth-child(2){
    padding: 10px 25px;
    background-color: rgb(68, 68, 68);
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: MontserratMedium;
    color: #fff;
}


@media (max-width:992px) {
    .flex__top-block{
        flex-direction: column;
    }
}
@media (max-width:700px) {
    .grid-cols-33{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (max-width:500px) {
    .flex__btn-top{
        flex-direction: column;
        max-width: 300px;
    }
    .flex__btn-top a{
        justify-content: center;
    }
}



.block-mini-banner {
}
.padding-container {
}
.flex__mini-banner {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.banner-item {
    flex:  0 1 10%;
    overflow: hidden;
    border-radius: 10px;
}
.banner-item a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-family: MontserratMedium;
    color: #fff;
    gap: 10px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.banner-item a:hover img{
    transform: translateY(-15px);
    scale: 1.1;
}
.banner-item a:hover{
    color: #ff0505;
}
.banner-item a img{
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}





table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: MontserratRegular;
}
th, td {
    padding: 12px;
    border: 1px solid #000000;
    text-align: center;
}
th {
    background: #313131;
    color: #fff;
}
tr:nth-child(even) {
    background: #4b4b4b;
    color: #fff;
}
tr:hover {
    background: #e2e2e2;
    color: #000;
}


.top__win {
}
.padding-container {
}
.col__2-block {
}
.col-2-item-block {
}
.game__win {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}
.win__item {
    flex: 0 1 30%;
    font-family: MontserratMedium;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.win__item img{
    width: 100%;
    border-radius: 10px;
    max-width: 150px;
}


.game-block {
}
.padding-container {
}
.flex-game-items {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.game-item {
    flex: 0 1 24%;
    font-family: MontserratRegular;
    color: #fff;

}
.game-item a {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    text-decoration: none;
    font-family: MontserratMedium;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease 0s;
    padding-bottom: 20px;
  
}

.game-item a  img{
    width: 100%;
    max-height: 200px;
    border-radius: 10px;

    object-fit: contain;
}
.game-item a span{
    font-size: 22px;
}
.game-item a:hover{
    color: #ff0000;
}
@media (max-width:992px) {
    .col__2-block{
        flex-direction: column !important;
    }
    .flex__mini-banner{
        flex-wrap: wrap;
    }
    .banner-item{
        flex: 0 1 20%;
    }
    .footer__bottom{
        justify-content: center;
    }

    .flex-game-items{
        gap: 25px;
    }
    .game-item{
        flex: 0 1 45%;
    }
}
@media (max-width:650px) {
    .game__win{
        flex-wrap: wrap;
        justify-content: center;
    }
    .game-item{
        flex: 0 1 100%;
    }
    .win__item{
        flex: 0 1 45%;
        align-items: center;
    }
    .banner-item{
        flex: 0 1 30%;
    }
}
@media (max-width:500px) {
    .game__win{
        gap: 45px;
    }
    .win__item{
        flex: 0 1 100%;
        align-items: center;
    }
    .banner-item{
        flex: 0 1 45%;
    }
}
.main__block {
    overflow: hidden;
   
    padding: 60px 20px 20px 20px;
}
main{
    background:url(../img/bg-main.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}



.hull-block {
    height: 100vh;
    background: #0000009a url(../img/suratbet_welcome_bonus-1.jpg) !important;
    background-blend-mode: color;
    background-size: cover !important;
    background-position: center !important;

}
.hull-block .padding-container1 {
    background-color: transparent;
    padding: 50px 40px 100px 40px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 30px;
    align-items: center;
}
.bonus-text {
    font-family: MontserratMedium;
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}
.main__btn{
    cursor: pointer;
}
.hull-block .padding-container .main__btn a{
    display: flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    
    width: 200px;
}
@media (max-width:500px) {
    .hull-block .padding-container1{
        padding: 40px 20px 20px 20px;
        height: 650px;
    }
    .hull-block{
        height: 650px;
    }
}