
*,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  max-width: 800px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: relative;
}
#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }

}

    .header--1 {
  height: 80px;
  background: linear-gradient(180deg, rgba(6, 7, 9, 0.5) 0%, rgba(12, 15, 18, 0) 100%);
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: 270px;
  height: 64px;
}

.header-inner__menu--1 {
  color: #fff;
  margin-left: auto;
  margin-right: 32px;
  display: none;
  gap: 20px;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #000;
  background: rgba(253, 176, 9, 1);
  border-radius: 8px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: rgba(253, 176, 9, 1);
  background: transparent;
  border: 1px solid rgba(253, 176, 9, 1);
  border-radius: 8px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {
  
  .header-inner--1 {
  justify-content: center;
  }
  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }
}


    .footer--3 {
  padding: 20px 0;
  background: rgba(32, 39, 49, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.footer--3 p {
  margin-bottom: 0;
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
}

.footer--3 a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


    .footer-block-btn--1 {
  padding: 20px 10px;
  background: #000000;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: rgba(253, 176, 9, 1);
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #000000;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid rgba(253, 176, 9, 1);
  background: transparent;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: rgba(253, 176, 9, 1);
}

    .content-block {
      max-width: 1250px;
      margin: 230px auto 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      overflow: scroll
    }
    .components {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: rgba(194, 69, 64, 1);
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.general-link {
  color: rgba(194, 69, 64, 1);
}

.general-table-wrapper {
  border: 1px solid rgba(26, 18, 91, 1);
  border-radius: 20px;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: rgba(0, 0, 0, 0);
}

.general-tr {
  background: rgba(0, 0, 0, 0);
}

.general-tr:nth-child(2n) {
  background: #eaeefb;
}

.general-td {
  border: 1px solid rgba(26, 18, 91, 1);
  text-align: center;
  padding: 10px;
}

.general-th {
  border: 1px solid rgba(26, 18, 91, 1);
  text-align: center;
  padding: 10px;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: rgba(194, 69, 64, 1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 16px 16px 50px;
}

.general-ol-li::before {
  background: #1A125B;
  color: #fff;
  width: 24px;
  left: 16px;
  top: 26px;
  height: 24px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.faq-item {
  background: rgba(19, 7, 53, 1);
  border: none;
  border-radius: 6px;
  position: relative;
  min-height: 54px;
  margin: 0 auto 20px;
  transition: 0.4s;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  top: 15px;
  padding-right: 45px;
  padding-left: 20px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  width: 96%;
  padding: 10px 0 22px;
  height: 0;
  top: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-left: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: rgba(194, 69, 64, 1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: scroll;
  }
} 
  .components {
    font-family: 'Verdana', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  

.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background:rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}
.banner {
    width: 100vw;
    background: url(/banner-bg.webp) no-repeat;
    background-position: 89% 89%;
    background-size: cover;
    height: 388px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 0 20px 0;
    position: absolute;
    top: 2px;
    left:0;
}
.banner::after{
    content: no-open-quote;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 388px;
    position: absolute;
    background: #0C0F1280;
    height: 100%;
}
.banner__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

.banner__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column; 
    z-index: 2;
}
.banner__info h1 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #fff;    
    margin-bottom: 0;
    width: 96%;
    max-width: 1200px;
    text-align: left;
}
.banner__info p {
    background: #0C0F1280;
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #fff;    
    width: 96%;
    max-width: 1200px;
    padding: 16px 0 24px 0;
    margin-bottom: 0;
}
.casinos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    justify-items: center;
    justify-content: center;
    width:100%;
    max-width: 1300px;
    height: auto;
    margin: 20px auto;
}
.casinos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    background: #F0F8FF;
    border-radius: 12px;
    padding: 20px;
    height: auto;
}
.casinos-wrapper .casino-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;    
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    width: 96%;
    max-width: 330px;
}
.casinos-wrapper .casino-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;    
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    width: 96%;
    max-width: 330px;
    height: 180px;
}
.casino-top .top-title {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #1A125B;
}
.casino-top .top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #F0F8FF;
    width: 312px;
    max-width: 100%;
    height: 80px;
}
.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.top-info .vip ,
.top-info .app ,
.top-info .min-dep  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
}
.top-info .vip p ,
.top-info .app p ,
.top-info .min-dep p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #041524;
}
.top-info .min-dep .bold {
    font-family: Verdana;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #1A125B;
}

.casino-bottom .bottom-games ,
.casino-bottom .bottom-description {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.bottom-games .bold ,
.bottom-description .bold {
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #041524;
}
.bottom-games p ,
.bottom-description  p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #041524;
}
.casino-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.casino-button button {
    background: #FDB009;
    padding: 14px 24px;
    border-radius: 4px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    width: 100%;
}

@media (max-width: 1200px) {
    .casinos {
        grid-template-columns: 1fr 1fr;
    }
    .banner__info h1 { 
        padding-left: 20px;
    }
    .banner__info p {
        padding: 16px 0 24px 20px;
    }
  }

  @media (max-width: 800px) {
    .casinos {
        grid-template-columns: 1fr;
    }
    .banner__info h1 {
        font-size: 28px;
    }
    .banner__info p {
        font-size: 14px;
    }
  }
  @media (max-width: 500px) { 
    .banner__info p {
        padding: 16px 0 24px 15px;
    }
    .banner__info h1 { 
        padding-left: 10px;
    }
    .casinos-wrapper {
       width: 75%;
    }
    .banner__info p { 
        width: 90%;
    }
  }
  @media (max-width: 330px) { 
    .casinos-wrapper {
        width: 65%;
     }
  }

  .contentBlock {
    background: #E5F2FF;
    width: 100vw;
    max-width: unset;
    padding: 32px 0;
    margin: 20px 0;
  }
  .contentBlockWrapper{
    max-width: 1250px;
    margin: 0 auto; 
    width: 96%;
  }
  .list {
    display: grid;
    justify-items: center;
    align-items: flex-start;
    gap:16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
  .list .list__left,
  .list .list__right {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   flex-direction: column;
   gap: 16px;
   height: 100%;
  }
  .list .list__left .list__item ,
  .list .list__right .list__item {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .list__item p {
   font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #1E1E1E;
  }
  .list__item.wide {
    height: 100%;
  }

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

.games {
    display: grid;
    grid-gap: 16px;
    margin-bottom: 20px;
}
.games-colored {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 20px;
}
.games-colored  .game__container-colored {
    background: #F0F8FF;
    border-radius: 12px;
    padding: 20px;
}
  .games__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    grid-gap: 16px;
    justify-items: center;
  }
  .games__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    grid-gap: 16px;
    
  }
  .games .game__container ,
  .games__bottom .game__container {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
  }
  .game__container .game__title ,
  .game__container-colored .game__title-colored {
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     flex-direction: column;
     gap: 12px;
     font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #1E1E1E;
    border-bottom: 2px solid #E5F2FF;
    padding-bottom: 16px;
  }
  .game__container-colored .game__title-colored {
  border-bottom: 2px solid #1A125B;
  }
  .game__title .title ,
  .game__title-colored .title-colored {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #1E1E1E;
  }
  .game__title p ,
  .game__title-colored p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #1E1E1E; 
  }
  .game__description  ,
  .game__description-colored {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #1E1E1E; 
    padding-top: 16px;
  }

@media (max-width: 1100px) { 
    .games__top  {
        grid-template-columns: 1fr 1fr;
    }
    .game__container.wide {
        grid-column-start: 1;
        grid-column-end: 3;
    }
  }
  @media (max-width: 850px) {  
   .games-colored {
    grid-template-columns: 1fr;
   }
  }
  @media (max-width: 600px) {
    .games__top  ,
    .games__bottom {
        grid-template-columns: 1fr;
    }
    .game__container.wide {
        grid-column-start: 1;
        grid-column-end: 1;
    }
  }

  .live-games {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }

.live-games .live-game {
    background: #F0F8FF;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}
@media (max-width: 500px) {
.live-games .live-game , 
.list .list__left .list__item, .list .list__right .list__item{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

