
    *,
*::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;
  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;
}

#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;
  min-height: 90vh;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
}
.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);
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}

.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: block;
  }
}

    .header--1 {
  height: 80px;
  background: #231E3D;;
  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: 215px;
  height: 40px;
}

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

.header-inner__menu--1 a {
  color: #fff;
}

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

.btn-reg--1 {
  color: #fff;
  background: #F9619F;;
  border-radius: 10px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

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


    .footer--3 {
  padding: 20px 0;
  background: #231E3D;;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--3 p {
  margin-bottom: 0;
  color: #fff;
}

.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--2 {
  padding: 20px 10px;
  background: #231E3D;;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--2 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #F9619F;;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}

.fix-btn-log--2 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: #FFFFFE;;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #2a2a2a;
  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: #F9619F;;
  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;
}

.content-block a {
  color: #F9619F;;
}

.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: #F9619F;;
  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;
}

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

.general-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

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

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

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

.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  color: #000;
}

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

.faq-item {
  background: #F9619F;;
  border: none;
  border-radius: 6px;
  padding: 20px 0px 20px 20px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
}

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

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

.icon {
  height: 20px;
  position: absolute;
  width: 20px;
  right: 16px;
  top: 23px;
  z-index: 2;
}

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

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

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 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-right: 20px;
  padding-top: 12px;
}

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

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

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

.scrollToTop {
  background: #F9619F;;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

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

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
}


    
  .components {
    font-family: 'Tahoma', 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;
  }


/* vitrina */

.casinos {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 16px;
  padding-bottom: 20px;
}

.casino {
  background: #473D85;
  border-radius: 10px;
  padding: 17px 34px;
  display: grid;
  grid-template-columns: 300px 290px auto;
  align-items: center;
  gap: 16px;
  margin: 0 10px;
}

.casino span {
  color: #fff;
  text-align: center;
}

.casino .casino_name {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.casino .casino_name img {
  width: 160px;
  border-radius: 4px;
  display: block;
}

.casino .casino_name .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.casino_name .name span {
  font-family: Tahoma;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
}

.casino_name .name span.title {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.casino .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.casino .info-wrapper span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}

.casino .info-wrapper p {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 6px;
}

.casino .button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #F9619F;
  border: none;
  border-radius: 10px;
  padding: 12px 40px;
  width: 100%;
  max-width: 168px;
  cursor: pointer;
  transition: 0.4s;
}

.casino .button button:hover {
  opacity: 0.8;
}

@media (min-width: 1081px) {
 .casino > *:not(:last-child) {
  border-right: 1px solid #FFFFFF80;
  margin-right: 10px;
}

.casinos-title {
  text-align: left;
}

.casinos-title > *:not(:last-child) {
  border-right: none;
}


.casino .info-wrapper:last-of-type {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 24px;
}

.casino .info-wrapper:last-of-type .info-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
  
}

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

 .casino:first-child {
  display: none;
 }

 .casino {
  grid-template-columns: 1fr;
  text-align: center;
 }

 .casino .casino_name {
  border-bottom: 1px solid #FFFFFF80;
  padding-bottom: 10px;
  justify-content: center;
 }

 .info-wrapper .bonus {
    margin-top: 28px;
    border-top: 1px solid #FFFFFF80;
    padding-top: 20px;
 }

 .casino .button {
  margin-top: 8px;
 }
}

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

 .casino .casino_name {
  justify-content: center;
 }
}

/* banner */
.banner {
  margin-bottom: 32px;
  padding: 0 10px;
}

.bannerInner {
  position: relative;
  background-image: url(/casinos/banner-img.webp);
  background-repeat: no-repeat;
  background-position: 10% 10%;
  background-size: cover;
  height: 304px;
  border-radius: 24px;
  padding-top: 76px;
  padding-left: 56px;
  font-family: Tahoma, sans-serif;
  z-index: 1;
}

.banner .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  z-index: 0;
  height: 100%;
}

.text-banner {
  position: relative;
  z-index: 2;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.text-banner .title {
  color: #fff;
  padding: 0;
  font-family: Verdana;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  max-width: 813px;
}

.banner .banner-btn {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.banner .banner-btn button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background-color: #F9619F;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}

.banner .banner-btn .banner-icon {
  width: 24px;
  height: 24px;
}

@media (max-width: 950px) {
  .banner {
     padding: 0; 
  }
  
  .bannerInner {
    height: 278px;
    padding-top: 40px;
    border-radius: 0;
    padding-left: 0;
  }

  .banner .overlay {
    border-radius: 0;
  }

  .text-banner {
    text-align: center;
    align-items: center;
    margin: 0 60px;
  }

  .banner .banner-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .banner .banner-btn button {
    padding: 12px 16px;
  }
}

@media (max-width: 640px) {
   .banner {
     padding: 0; 
  }

  .bannerInner {
    height: 322px;
    padding-top: 32px;
    background-position: 80% 10%;    
    border-radius: 0;
  }

  .text-banner {
    margin: 0 40px;
  }

  .text-banner .title {
    font-size: 24px;
    line-height: 28px;
  }

  .banner .banner-btn {
    flex-direction: column;
    gap: 12px;
  }

  .banner .banner-btn button {
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
  }

  .banner .banner-btn .banner-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 420px) {
   .banner {
     padding: 0; 
  }

  .bannerInner {
    height: 422px;
    border-radius: 0;
  }
}

  