a,
button,
input {
  transition: 0.3s
}
.general-table,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}
.slot-img,
.slot-img img,
.slots-wrapper .slots-list .slot .slot-img{
  object-fit: cover
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  position: relative;  
  background-color: #001A28; 
}
body,
html,
main {
  font-family: Tahoma, Geneva, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



main .faq-container,
main .general-table-wrapper,
main figure,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main ol,
main p,
main ul {
  /* margin: 0 auto; */
  max-width: 1400px;
  color: #fff;
}

main .general-table-wrapper {
  overflow-x: overlay;
  margin-bottom: 16px;
}

main p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 20px;
}

/* main .wrapper {
  width: 100%;
} */

body {
  overflow-x: hidden;
  position: relative;
}

a {
  color: #0265a7;
  text-decoration: underline;
}

button,
input,
table,
tbody,
td,
thead,
tr {
  font-family: Verdana, sans-serif;
}

button,
input {
  border: none;
  box-shadow: none;
}

input {
  outline: 0;
}

h1,
h2,
h3 {
  padding: 20px 0;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}

h2 {
  font-size: 24px;
  line-height: 38px;
}

h2,
h3 {
  padding-bottom: 15px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}

.footer .footerInner .footer-info,
p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#_next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0;
}
/* 
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
} */

.button-block button:before,
.buttons .regButton:before,
.columns .column-p:before,
.content .general-ul li:before,
.contentMap .sitemapLinks a:before,
.nav_item:after,
.nav_item:before,
.slot-back button:before {
  content: no-open-quote;
  content: no-open-quote;
}

/* header */

.header {
  position: relative;
}

.headerInner{
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 20px 32px 20px;
  box-sizing: border-box;
}
.headerWrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FBFDFC;
  border-radius: 8px;
  padding: 12px 40px;
}
.header-block-left{
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-navigation .header-nav-list{
  display: flex;
  gap: 24px;
  border-left: 1px solid #44ADCF;
  padding-left: 24px;
  width: 100%;
}

.button-block {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.logButton, .button-block-btn{
  background-color: #C3D431;
  padding: 16px 24px;
  border-radius: 8px;
  color: #001A28;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
}

.logButton:hover, .button-block-btn:hover {
  opacity: .8;
}

.header-navigation-block a{
  color: #012437;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}

.header-navigation-block a:hover {
  color: #44ADCF;
}

@media(max-width:1100px){
  .header-navigation[hidden]{
    display: none;
  }
  .headerInner{
    padding: 20px 20px 24px 20px;;
  }
  .header-button {
    display: flex;
    align-items: center;
    gap: 16px; 
  }

  .header-navigation{
    display: block;
    position: absolute;
    top: 71%;
    right: 20px;
    left: 20px;      
    background: #FBFDFC;
    padding: 20px;
    width: auto;
    z-index: 3;
    border-radius: 0 0 8px;
  }
  .header-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .header-navigation .header-nav-list{
    border: none;
  }
  .header-navigation-block a{
    font-weight: 400;
    font-size: 18px;
  }
  .header-navigation li{
    position: relative;
    padding-left: 20px;
  }
  .header-navigation li::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;  
    height: 16px;
    background: url("/iconArrowNav.svg") no-repeat center;
    background-size: cover;
  }
}
@media(max-width:800px){
  .logButton{
    display: none;
  }
}

/* burger */
.header-burger-btn {
  display: none;
  position: relative;
  width: 43px;
  height: 43px;
  border: none;
  background-color:  #35AAFF;
  border-radius: 5px;
  cursor: pointer;
}
.header-burger-btn span {
  position: absolute;
  top: 20px;
  right: 9px;
  border-radius: 50px;
  width: 24px;
  height: 3px;
  background-color: #FBFDFC;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.header-burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}
.header-burger-btn span:nth-child(3) {
  transform: translateY(10px);
}
.header-burger-btn.show span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header-burger-btn.show span:nth-child(2) {
  opacity: 0;
}
.header-burger-btn.show span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 1100px) {
    .header-burger-btn {
      display: block;
      z-index: 2;
    }
  }



/* main content */
.contentMain {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.casino-info{
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-left: 2px solid #C3D431;
  background-color: #012437;
  border-radius: 0 4px 4px 0;
  padding: 16px 24px;
}
.casino-info h1{
  color: #FBFDFC;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
}
.casino-title{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-title p{
  color: #FBFDFC;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.casino-button .regButton,
.casino-button .conditionsButton{
  border: 2px solid #C3D431;
  background-color: transparent;
  color: #C3D431;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
  transition: 0.8s ease;
}
.casino-button .regButton:hover,
.casino-button .conditionsButton:hover{
  background-color: #C3D431;
  color: #001A28;
}
.casino-info .casino-button{
  display: flex;
  gap: 16px;
}
@media(max-width:800px){
  .casino-info h1{
    font-size: 26px;
  }
  .casino-title p{
    font-size: 18px;
  }
}
@media(max-width:600px){
  .casino-info .casino-button {
    flex-direction: column;
  }
}
/* advantages-block */
h2{
  text-align: left;
  color: #FBFDFC;
  border-left: 2px solid #C3D431;
  padding: 0 0 0 16px;
  /* margin: 40px 0 0 0; */
  margin: 40px 0 24px 0;
}
.advantages-block{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.advantages-block .advantages-info{
  box-shadow: 0px 0px 4px 0px #44ADCF;
  background: linear-gradient(180deg, #001622 0%, #003653 100%);
  border-radius: 8px;
  padding: 24px;
  z-index: 1;
}
.advantages-info .advantages-text{
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 700;
}
.advantages-info span{
  color: #FBFDFC;
  font-size: 16px;
}
.advantages-info a{
  color: #FBFDFC;
  text-decoration: none;
}
.advantages-info{
  position: relative;
}
.advantages-img{
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 2;
}
.advantages-img .advantages-icon{
  width: 100px;
  height: 100px;
}
@media(max-width:1100px){
  .advantages-block{
    grid-template-columns: repeat(2, 1fr);
  }
  .advantages-img .advantages-icon{
    width: 80px;
    height: 80px;
  }
}
@media(max-width:750px){
  .advantages-block{
    grid-template-columns: 1fr;
  }
}
@media(max-width:600px){
  .casino-design-block h2{
    font-size: 22px;
  }
}


/* showcase-block */

.showcase {
  margin-bottom: 40px;
}

.showcase-block{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.showcase-block-info{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #44ADCF;
  background: linear-gradient(180deg, #001622 0%, #003653 100%);
}
.showcase-title p{
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.showcase-title {
  border-bottom: 1px solid #44ADCF;
  padding-bottom: 20px;
}
.showcase-title span{
  color: #FBFDFC;
  font-size: 16px;
  width: 100%;
}
.showcase-button .bonusButton{
  background-color: transparent;
  border: 2px solid #C3D431;
  color: #C3D431;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  transition: 0.8s ease;
}
.showcase-button .bonusButton:hover{
  background-color: #C3D431;
  color: #001A28;
}
.showcase-deposit-block {
  display: flex;
  flex-direction: column;
}
/* .showcase-deposit-block div {
  display: flex;
  align-items: center;
} */
.showcase-block-info p,
.showcase-block-info span{
  padding: 0;
}
.showcase-deposit-block p{
  color: #FBFDFC;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.showcase-deposit-block span{
  color: #FBFDFC;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.showcase-button{
  display: flex;
  justify-content: center;
}
@media(max-width:1100px){
  .showcase-block{
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase-block-info-third{
    display: grid;
    grid-column: 1 /3;
  }
}
  @media(max-width:750px){
  .showcase-block{
    grid-template-columns: 1fr;
  }
  .showcase-block-info-third{
    grid-column: 1;
  }
}



/* games-catalog */
.games-catalog{
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.games-catalog .slotsButton,
.games-catalog .tableButton,
.games-catalog .liveButton{
  border: 2px solid #C3D431;
  background-color: transparent;
  color: #C3D431;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
  transition: 0.8s ease;
}
.games-catalog .slotsButton:hover,
.games-catalog .tableButton:hover,
.games-catalog .liveButton:hover{
  background-color: #C3D431;
  color: #001A28;
}

.games-catalog-info{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.games-catalog-name{
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 0px 4px 0px #44ADCF;
  background: linear-gradient(180deg, #001622 0%, #003653 100%);
  border-radius: 8px;
  padding: 24px;
}
.games-catalog-name p{
  color: #FBFDFC;
  font-size: 16px;
  font-weight: 700;
  padding: 0;

}
.games-catalog-name span{
  color: #FBFDFC;
  font-size: 16px;
  border-left: 1px solid #44ADCF;
  padding-left: 20px;
}
.payment-system{
  color: #FBFDFC;
  font-size: 20px;
}
@media(max-width:1100px){
  .games-catalog-info{
    grid-template-columns: 1fr;
  }
}
  @media(max-width:750px){
    .games-catalog-name{
      flex-direction: column;
      align-items: flex-start;
    }
    .games-catalog-name span{
      border-left: none;
      border-top: 1px solid #44ADCF;
      padding-top: 12px;
      padding-left: 0;
    }
    .payment-system{
      font-size: 18px;
    }
  }

/* faq */
.faq-item {
  background-color: #012437;
  border-left: 2px solid #C3D431;
  border-radius: 0 4px 4px 0;
  margin-top: 24px;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.faq-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.faq-question span {
  color: #FBFDFC;
  font-size: 18px;
  font-weight: 700;
}
.faq-answer {
  overflow: hidden;
  max-height: 0;
  padding: 16px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-answer p {
  color: #FBFDFC;
  font-size: 16px;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.img-arrow-close {
  display: none;
}

.alternative .faq-answer, .faq-item.active .faq-answer {
  max-height: 300px;
  padding: 16px;
}
.alternative .faq-answer p,.faq-item.active .faq-answer p {
  opacity: 1;
  transform: translateY(0);
}
.alternative .faq-answer .img-arrow-open, .faq-item.active .img-arrow-open {
  display: none;
}
.alternative .faq-answer .img-arrow-close, .faq-item.active .img-arrow-close {
  display: block;
}



/* list-general */
.general-ul li,
.general-ol li{
  color: #FBFDFC;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.general-ul,
.general-ol{ 
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.general-ol{
  counter-reset: my-counter; 
}
.general-ol li::before {
  counter-increment: my-counter; 
  content: counter(my-counter); 
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #C3D431;
  color: #C3D431; 
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;  
  height: 24px;
  background: url("/iconLike.svg") no-repeat center;
  background-size: cover;
}
@media(max-width:750px){
  .general-ul li, 
  .general-ol li {
    font-size: 18px;
  }
}

/* general-table  */
.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  color: #fff;
  width: 50%;
}
.general-table .general-title{
  background-color: #44ADCF;
  color: #001A28;
  font-size: 18px;
  font-weight: 700;
  border-right: 1px solid #001A28;
  padding: 16px 20px;
}
.general-tr .light-color,
.general-tr .dark-color{
  border: 1px solid #44ADCF;
  color: #FBFDFC;
  font-size: 18px;
  padding: 12px 20px;
}
.general-tr .light-color{
  background-color: #012437;
}
.general-tr .dark-color{
  background-color: #001A28;
}
@media(max-width:700px){
  .general-tr .light-color,
  .general-tr .dark-color{
    font-size: 16px;
  }
  .general-table .general-title{
    padding: 12px;
  }
  .general-tr .light-color,
  .general-tr .dark-color{
  padding: 10px 12px;
}
}




/* footer */
.footerInner{
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 20px 0 20px;
}
.footer-info {
  display: flex;
  justify-content: center;
  background-color: #000F17;
  border-radius: 8px 8px 0 0;
}
.footer-info .copyright{
  color: #FBFDFC;
  font-size: 14px;
  padding: 40px;
}



.footer-buttons{
  display: none;
  gap: 12px;
  background-color: #FBFDFC;
  border-radius: 8px;
  padding: 8px 12px;
  position: fixed;
  bottom: 16px;
  left: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  z-index: 999;
}
.footer-buttons .loginButton{
  background-color: #C3D431;
  border-radius: 8px;
  padding: 10px 20px;
  color: #001A28;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 49%;
}
.footer-buttons .registrationButton{
  background-color: #44ADCF;
  border-radius: 8px;
  padding: 10px 20px;
  color: #FBFDFC;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 49%;
}
@media(max-width:800px){
  .footer-buttons{
    display: block;
  }
}
@media(max-width:500px){
  .footer-info .copyright{
    font-size: 12px;
  }
}









.login-section {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #1b3a58;
    padding: 0 20px;
    background-color: #001622;
    height: 160px;
    box-shadow: 0px 0px 4px 0px #44ADCF;
    box-shadow: 0px 0px 20px 0px #A6A6A640 inset;
    overflow: hidden;
}

.login-section_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.login-section_action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section_btn {
    background-color: #C3D431;
    color: #001A28;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    transition: background 0.2s ease;
}

.login-section_btn:hover {
    background-color: #d6f500;
}

.login-section_trophy {
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.login-section_trophy img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 18px rgba(100, 180, 255, 0.45));
}

.login-section-text {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.login-section_title {
    font-size: 24px;
    padding: 0;
}

.login-section_second {
    height: 150px;
}

@media (max-width: 900px) {
    .login-section {
        height: 130px;
        padding: 0 16px;
    }

    .login-section_btn {
        font-size: 14px;
        padding: 13px 36px;
    }
    
    .login-section_second {
        height: 130px;
    }
}

@media (max-width: 600px) {
    .login-section {
        height: 110px;
        padding: 0 12px;
    }

    .login-section_wrap {
        gap: 14px;
    }

    .login-section_btn {
        font-size: 13px;
        padding: 11px 22px;
    }
    
    .login-section_second {
        height: 110px;
    }
}

@media (max-width: 520px) {
    .login-section_title {
        font-size: 20px;
    }
}

@media (max-width: 470px) {
    .login-section_title {
        font-size: 20px;
    }
    
    .login-section {
        height: 150px;
    }
    
    .login-section_second {
        height: 150px;
    }
}

@media (max-width: 432px) {
    .login-section {
        height: 90px;
        padding: 0 10px;
    }

    .login-section_wrap {
        gap: 0px;
    }

    .login-section_btn {
        font-size: 12px;
        padding: 10px 14px;
    }

    .login-section_trophy img {
        position: relative;
        right: -15px;
    }

    .login-section_btn {
        position: relative;
        right: -30px;
    }
    
    .login-section_second {
        height: 150px;
    }
    
    .login-section_second .login-section_btn {
        position: static;
        right: 0;
    }
    
    .login-section_second .login-section_trophy img {
        position: static;
        right: 0;
    }
}

@media (max-width: 475px) {
    .login-section {
        padding: 0 10px;
    }

    .login-section_wrap {
        gap: 0;
        justify-content: flex-start;
        position: relative;
    }

    .login-section-text {
        max-width: 205px;
        position: relative;
        z-index: 2;
    }

    .login-section_title {
        font-size: 18px;
    }

    .login-section_btn {
        font-size: 12px;
        padding: 12px 14px;
        white-space: nowrap;
        position: relative;
        left: 0;
    }

    .login-section_trophy {
        position: relative;
        left: -20px;
        z-index: 1;
    }

    .login-section_trophy img {
        height: 100%;
        width: auto;
        min-width: 140px;
        object-fit: contain;
    }
}

.auth-methods{
  padding: 10px 0;
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}


.auth-row{
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  align-items: stretch;
}

.auth-num{
  height: 100%;
  min-height: 56px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #44ADCF;
  box-shadow: 0px 0px 20px 0px #A6A6A640 inset;
  border: 1px solid rgba(120, 220, 255, .18);
  background: #001622;
  color: #e9f7ff;
  font-weight: 400;
  font-size: 30px;
  display: grid;
  place-items: center;
}


.auth-card{
  border-radius: 6px;
  background: linear-gradient(180deg, #001622 0%, #003653 100%);
  border: 1px solid rgba(120, 220, 255, .18);
  box-shadow: 0px 0px 4px 0px #44ADCF;
  padding: 16px;
}

.auth-title{
  color: #FBFDFC;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.auth-desc{
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}


.reviews-block{
  padding: 10px 0;
}

.reviews-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.review-item,
.reviews-summary{
  border-radius: 10px;
  padding: 18px 22px;
  background: linear-gradient(180deg, #001622 0%, #003653 100%);
  border: 1px solid rgba(120, 220, 255, .16);
  box-shadow: 0px 0px 4px 0px #44ADCF;
}

.review-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.review-name{
  color: #FBFDFC;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.review-subtitle{
  margin-top: 6px;
  color: rgba(255,255,255,.45);
  font-size: 14px;
  font-weight: 400;
}

.review-text{
  color: #FBFDFC;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

.review-stars,
.summary-stars{
  display: inline-flex;
  gap: 2px;
  white-space: nowrap;
  user-select: none;
  margin-top: 2px;
}

.star{
  font-size: 16px;
  line-height: 1;
  color: rgba(215,255,80,.25);
  text-shadow: 0 0 10px rgba(200,255,60,.12);
}
.star--on{
  color: #C3D431;
  text-shadow: 0 0 12px rgba(200,255,60,.22);
}
.star--off{
  color: rgba(207,228,58,.35);
}

.reviews-summary{
  display: grid;
  grid-template-columns: auto auto;  
  column-gap: 36px;
  align-items: center;
  justify-content: center;           
  min-height: 170px;
  background: #001622;
}

.summary-left{
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-left: 0;    
}

.summary-value{
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #C3D431;
  text-shadow: 0 0 18px rgba(200,255,60,.16);
}

.summary-max{
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,.45);
}

.summary-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;       
}

.summary-title{
  color: rgba(255,255,255,.95);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.reviews-summary .star{
  font-size: 30px;
  line-height: 1;
}

.summary-stars{
  justify-content: flex-start;
}


@media (max-width: 900px){
.reviews-grid{ grid-template-columns: 1fr; }

.reviews-summary{
  grid-template-columns: 1fr;
  row-gap: 10px;
  justify-items: center;
  text-align: center;
}

.summary-right{ align-items: center; }
.summary-stars{ justify-content: center; }
}

.bonus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.bonus {
  height: 144px;
  border-radius: 8px;
  border: 1px solid rgba(74, 206, 255, .35);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #44ADCF;
}

.bonus::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 10px;
  opacity: .7;
  pointer-events: none;
}

.bonus::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 0;
}

.bonus.b1::after { background-image: url("/king.png"); }
.bonus.b2::after { background-image: url("/vip.png"); }
.bonus.b3::after { background-image: url("/cat.png"); }
.bonus.b4::after { background-image: url("/x2.png"); }
.bonus.b5::after { background-image: url("/football1.png"); }
.bonus.b6::after { background-image: url("/football2.png"); }
.bonus.b7::after { background-image: url("/day.png"); }
.bonus.b8::after { background-image: url("/stavka.png"); }

.bonus-body {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
}

.bonus-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.bonus-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #fff;
}

.bonus-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  overflow-wrap: break-word;
}

@media (max-width: 720px) {
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .bonus-body {
    padding: 8px;
  }
}

  .info_sources_list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 16px;
  margin-bottom: 20px;
  }

  .info_sources_item{
    position: relative;
    padding-left: 44px; 
    color: #FBFDFC;
  }

  .info_sources_title{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
  }

  .info_sources_desc{
    margin-top: 6px;
    color: #FBFDFC;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
  }

  .info_sources_item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
  }

  .info_sources_item_mail:before{ background: url(/icon-mail.png) no-repeat center / 22px 22px; }
  .info_sources_item_support:before{ background: url(/icon-support.png) no-repeat center / 22px 22px; }
  .info_sources_item_telegram:before{ background: url(/icon-tg.png) no-repeat center / 22px 22px; }
  .info_sources_item_sms:before{ background: url(/Line.png) no-repeat center / 22px 22px; }

  @media (max-width: 800px){
    .info_sources_list{
      grid-template-columns: 1fr;
      row-gap: 16px;
    }
  }

  .main-banner{
  position: relative;
  height: 231px;
  border-radius: 10px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg,
      rgba(0,22,34,.82) 0%,
      rgba(0,22,34,.62) 45%,
      rgba(0,22,34,.42) 68%,
      rgba(0,22,34,.20) 82%,
      rgba(0,22,34,0) 92%
    ),
    url("/img-banner-bg.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: center;
}

.main-banner-content{
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  max-width: 720px;
}

.main-banner-title{
  color: #FBFDFC;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.15;
}

.main-banner-button{
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 8px;
  background: #C3D431;
  color: #061018;
  font-weight: 700;
  font-size: 14px;
}

.main-banner-button:focus-visible{
  outline: 2px solid rgba(195,212,49,.9);
  outline-offset: 2px;
}

@media (max-width: 900px){
  .main-banner{
    height: 200px;
    background-position: center, calc(100% + 30px) center;
  }
  .main-banner-content{ padding: 18px; max-width: 100%; }
  .main-banner-title{ font-size: 22px; }
}

@media (max-width: 600px){
  .main-banner{
    height: 190px;
    background-position: center, calc(100% + 70px) center;
  }
}

@media (max-width: 480px){
.main-banner{
  height: 180px;
  background-image:
    linear-gradient(90deg,
      rgba(0,22,34,.92) 0%,
      rgba(0,22,34,.82) 50%,
      rgba(0,22,34,.60) 72%,
      rgba(0,22,34,.35) 86%,
      rgba(0,22,34,.10) 95%
    ),
    url("/img-banner-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: center, calc(100% + 90px) center;
}

.main-banner-title{ font-size: 15px; line-height: 1.2; }
.main-banner-button{ width: 100%; padding: 12px 14px; font-size: 13px; }
}


  .header-button{
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .header_icon_button{
    width: 49px;
    height: 49px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 49px;
  }

  .header_icon_button img{
    width: 49px;
    height: 49px;
    display: block;
  }

  .header_register_button{
    background-color: #44ADCF;
    padding: 16px 24px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
  }

  .header_register_button:hover{ filter: brightness(.95); }
  .header_register_button:active{ transform: translateY(1px); }

  .header_register_button:focus-visible,
  .header_icon_button:focus-visible{
    outline: 2px solid rgba(195,212,49,.9);
    outline-offset: 2px;
  }

  @media (max-width: 800px) {
    .logButton,.header_icon_button img, .header_register_button {
        display: none;
    }
}


