
    *,
*::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;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  .content {
    padding-top: 70px;
  }
}

    .header--4 {
  height: 80px;
  background: #EDE3CE;;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--4 img {
  width: 173px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1250px) {
  .header--4 {
  height: 60px;
  }
  .header-inner--4 {
  justify-content: center;
  }
}


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

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

.components .copy__text--3 {
  color: #221D1E;;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

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


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

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

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

.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: #AB672D;;
  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: #AB672D;;
  color: #fff;
  width: 25px;
  left: 0px;
  top: 0px;
  height: 25px;
  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);
}

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

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

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

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

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

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

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  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: #EABD4D;;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #EABD4D;;
  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;
  padding-right: 20px;
}

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

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

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

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

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

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


    
  .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 */

.banner {
  padding: 38px 0px; 
}

.bannerInner {
  position: relative;
}

@media (min-width: 1025px) {
  .bannerInner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .bannerInner-content img {
    width: 240px;
    height: auto;
  }

  .banner-text {
    max-width: 690px;
    text-align: center;
  }

  .banner-text h1 {
    margin-bottom: 12px;
    color: #AB672D;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }

  .banner-text p {
    color: #EABD4D;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .banner {
    padding: 0;
  }

  .bannerInner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .bannerInner-content img {
    width: 140px;
    height: auto;
    position: absolute;
    top: 0;
  }

  .bannerInner-content img:first-of-type {
    left: 0;
  }

  .bannerInner-content img:last-of-type {
    right: 0;
  }


  .bannerInner-content .banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 10px; 
  }

  .bannerInner-content .banner-text h1 {
    font-size: 28px;
    margin: 0;
    color: #AB672D;
    width: 531px;
  }

  .bannerInner-content .banner-text p {
    margin-top: 30px;
    font-size: 15px;
    color: #EABD4D;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 8px 16px;
    margin-bottom: 40px;
  }

  .bannerInner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bannerInner-content img:last-of-type {
    display: none;
  }

  .bannerInner-content img:first-of-type {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .bannerInner-content .banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  .bannerInner-content .banner-text h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #AB672D;
  }

  .bannerInner-content .banner-text p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    color: #EABD4D;
  }
}

/* vitrina */

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

.casino {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: auto auto;
  gap: 16px 40px;
  padding: 16px;
  background: #EDE3CE;
  border: 16px solid #5C3C20;
  border-radius: 20px;
  align-items: start;
  font-family: Tahoma, sans-serif;
}

.casino .casino_img {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino .casino_img img {
  height: auto;
  background-color: #221D1E;
  border-radius: 4px;
  width: 160px;
}

.casino .casino_button {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: start;
}

.casino .casino_button .name {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.casino .casino_button button {
  background-color: #C66B1D;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

.casino .offer-details {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
}

.casino .offer-details .bonus {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.casino .offer-details .info {
  grid-column: 2;
  grid-row: 1;
}

.casino .offer-details .bonus .title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #333;
}

.casino .offer-details .bonus .text {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.casino .offer-details .info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 160px;
  font-size: 14px;
  color: #333;
  
}

.casino .offer-details .info .title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 4px;
  color: #333;
  line-height: 110%;
}

.casino .offer-details .info .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
}

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

  .casino {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    text-align: center;
    justify-items: center;
  }

  .casino .casino_img {
    grid-column: 1;
    grid-row: 1;
  }

  .casino .casino_img img {
    width: 241px;
  }

  .casino .offer-details {
    grid-column: 1;
    grid-row: 2;
    align-items: center;
    gap: 16px;
    padding: 0;
  }

  .casino .casino_button {
    grid-column: 1;
    grid-row: 3;
    gap: 12px;
    font-size: 20px;
  }
  

  .casino .offer-details .bonus {
    text-align: center;
  }

  .casino .offer-details .bonus .text {
    line-height: 24px;
  }

  .casino .offer-details .info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}

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

  .casino {
    padding: 20px 24px;
    gap: 16px;
  }

  .casino .offer-details .bonus .text {
    font-size: 18px;
  }

  .casino .casino_img img {
    width: 220px;
  }
}
