* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Tahoma", sans-serif;
  background-color: #1A1D16;
  color: #fff;
}

main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
}

.section {
  background: #4D6037;
  color: #fff;
  padding: 32px;
  margin: 24px auto;
  box-shadow: 0 0 4px 0 #00000040;
  max-width: 1280px;
  border-radius: 32px;
}

.section,
.casino-grid,
.reviews,
.bonuses,
.payments,
.faq-container,
.steps,
.general-table-wrapper,
.quote,
.author,
.mainbanner-inner,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 1250px) {
  .section,
  .casino-grid,
  .reviews,
  .bonuses,
  .payments,
  .faq-container,
  .steps,
  .general-table-wrapper,
  .quote,
  .author,
  .mainbanner-inner,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure {
    width: calc(100% - 22px);
  }

   .section {
    padding: 22px;
  }
}

@media (max-width: 720px) {
  .section,
  .casino-grid,
  .reviews,
  .bonuses,
  .payments,
  .faq-container,
  .steps,
  .general-table-wrapper,
  .quote,
  .author,
  .mainbanner-inner,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure  {
    width: calc(100% - 10px);
  }

  .section {
    padding: 10px;
  }
}


p,
ol,
ul,
figure,
.general-table-wrapper,
.faq-container {
  color: #fff;
  font-family: 'Tahoma', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  padding: 0;
  color: #FFFFFF;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5,
h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 20px;
}

span,
li,
a {
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #8DC63F;
  transition: color 0.3s ease;
}

a:hover {
  color: #6FA32E;
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
}

.vertical .general-image {
  max-height: 500px;
  max-width: 70%;
}

.horizontal .general-image {
  max-width: 100%;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figcaption {
  color: #fff;
  font-size: 12px;
}

.content .general-ol {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 72px;
}

.content .general-ol li {
  position: relative;
  margin-bottom: 25px;
  counter-increment: counter-ol;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
}

.content .general-ol li:before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: inherit;
  border: 1.5px solid #FFFFFF;
  outline: 3px solid #4D6037;
  box-shadow: 0 0 0 4.5px #fff;
  top: 0;
  left: -68px;
  font-family: 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  -webkit-text-stroke: 0.5px #fff;
}

.content .general-ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #E7F0DC;
  font-size: 18px;
}

.content .general-ul li:before {
  content: no-open-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 4px;
  background-color: #7CB342;
  border-radius: 50%;
}

@media (max-width: 718px) {

  .content .general-ol {
    padding-left: 32px;
  }

  .content .general-ol li {
    padding-left: 10px;
  }


}

/* Mainbanner */
.mainbanner {
  padding: 30px 0 10px 0;
  margin-bottom: 24px;
  font-family: 'Tahoma', sans-serif;
}

.mainbanner-inner {
  margin: 0 auto;
}

.mainbanner-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

.mainbanner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mainbanner-card {
  position: relative;
  z-index: 1;
  width: 54%;
  min-width: 280px;
  padding: 32px;
  background-color: #1A1D16;
  border-radius: 32px;
}

.mainbanner-title {
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  color: #549D00;
}

.mainbanner-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mainbanner-author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.mainbanner-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mainbanner-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
}

.mainbanner-author-role {
  font-size: 12px;
  color: #DEDEDE
}

.mainbanner-badges {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  display: flex;
  gap: 12px;
}

.mainbanner-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background-color: #1B2412;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.mainbanner-badge-icon {
  display: flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.mainbanner-badge-icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .mainbanner-card {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .mainbanner-card {
    min-width: 200px;
    padding: 24px 20px;
  }

  .mainbanner-media {
    padding: 16px;
  }

  .mainbanner-title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .mainbanner-author {
    gap: 10px;
  }

  .mainbanner-author-img {
    width: 40px;
    height: 40px;
  }

  .mainbanner-author-name {
    font-size: 14px;
  }

  .mainbanner-author-role {
    font-size: 12px;
  }

  .mainbanner-badges {
    gap: 8px;
  }

  .mainbanner-badge {
    padding: 7px 12px;
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .mainbanner-media {
    border-radius: 16px;
    min-height: 300px;
    padding: 16px;
  }

  .mainbanner-card {
    width: 100%;
    padding: 20px;
    min-width: unset;
    border-radius: 16px;
  }

  .mainbanner-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .mainbanner-author-img {
    width: 48px;
    height: 48px;
  }

  .mainbanner-badge--followers {
    display: none;
  }

  .mainbanner-badges {
    align-self: stretch;
  }

  .mainbanner-badge--reviews {
    flex: 1;
    justify-content: center;
  }
}

/* FAQ */
.faq-container {
  margin: 24px auto;
}

.faq-container .faq-item {
  position: relative;
  margin-bottom: 20px;
}

.faq-container .faq-question {
  display: block;
  color: #fff;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  padding: 14px 56px 14px 20px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  background-color: #4D6037;
  border-radius: 999px;
  transition: border-radius 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 18px;
}

.faq-container .faq-answer {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  font-family: 'Tahoma', sans-serif;
  color: #E7F0DC;
  background-color: #1B2412;
  transition: opacity 0.3s ease;
}

.faq-container .icon {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 4;
  pointer-events: none;
}

.faq-container .icon:before,
.faq-container .icon:after {
  content: '';
  position: absolute;
  background-color: #fff;
}

.faq-container .icon:before {
  width: 12px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-container .icon:after {
  width: 3px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

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

.faq-container .toggle:checked ~ .faq-question {
  border-radius: 16px 16px 0 0;
}

.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  padding: 14px 20px 16px;
  border: 1px solid #33431F;
  border-top: none;
  border-radius: 0 0 16px 16px;
  background: inherit;
}

.faq-container .toggle:checked ~ .icon:after {
  opacity: 0;
}

@media (max-width: 720px) {
  .faq-container .faq-question,
  .faq-container .faq-answer {
    font-size: 14px;
  }

  .faq-container .icon {
    right: 12px;
    top: 12px;
  }
}

/* buttons */
button,
input {
  font-family: "Verdana", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-play {
  background-color: #E8C547;
  color: #1B2412;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-play:hover {
  background-color: #C9A227;
}

/* wrapper */
.wrapper {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1280px;
}

/* Header */
.header {
  background-color: #44740B;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
}

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1280px;
  padding: 7px 0;
}

.logo__icon {
  height: 48px;
  width: auto;
  display: block;
}

.logoButton {
  background: none;
  border: none;
  padding: 0;
}

.menu {
  display: flex;
  gap: 20px;
}

.menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.menu a:hover,
.menu a.active {
  color: #E8C547;
}

.btn-bonus {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 999px;
  white-space: nowrap;
}

.btn-bonus--ghost {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}

.btn-bonus--ghost:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.btn-bonus--solid {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #1B2412;
}

.btn-bonus--solid:hover {
  background-color: #e6e6e6;
}

/* header mobile fixed CTA */
.header-mobile-cta {
  display: none;
}

@media (max-width: 768px) {
  .header-mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(15, 20, 10, 0.75);
    padding: 10px 16px;
    text-align: center;
  }

  .header-mobile-cta__btn {
    display: inline-block;
    background-color: #E8C547;
    color: #1B2412;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 999px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .header-mobile-cta__btn:hover {
    background-color: #C9A227;
    color: #1B2412;
  }
}

/* burger */

.burger {
  display: none;
  position: relative;
}

@media (max-width: 768px) {
  .burger {
    display: block;
  }

  .btn-bonus {
    display: none;
  }

  .menu {
    display: none;
  }

  .header__dropdown {
    display: block;
  }

  .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }

  .header__burger span {
    background-color: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }

  .top {
    top: 0;
  }
  .meat {
    top: 8px;
  }
  .bottom {
    top: 16px;
  }

  .menu-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #1B2412;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #33431F;
  }

  .menu-list a {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    display: block;
    text-align: center;
  }

  .menu-list a:hover,
  .menu-list a.active {
    color: #E8C547;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .logo__container .logo__icon {
    height: 36px;
  }
}

/* table */
.general-table-wrapper {
  overflow-x: auto;
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid #33431F;
  background-color: #4D6037;
  padding: 24px;
}

.general-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.general-table thead tr {
  background-color: #1B2412;
}

.general-table th {
  color: #fff;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  border-right: 6px solid #4D6037;
  border-radius: 8px;
}

.general-table th:last-child {
  border-right: none;
}

.general-table th:nth-child(1) { background-color: #1A1D16; }
.general-table th:nth-child(2) { background-color: #3F5028; }
.general-table th:nth-child(3) { background-color: #587C28; }
.general-table th:nth-child(4) { background-color: #549D00; }

.general-table td {
  padding: 12px 20px;
  font-family: 'Tahoma', sans-serif;
  color: #fff;
  border-bottom: 1px solid #2A3A1C;
  border-left: none;
  position: relative;
}

.general-table td::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  background-color: #3F5028;
}

.general-table tr:last-child td {
  border-bottom: none;
}

.general-table a {
  color: #7CB342;
  font-weight: 700;
}

.general-table a:hover {
  color: #6FA32E;
}

@media (max-width: 768px) {
  .general-table {
    min-width: 520px;
  }

  .general-table th {
    padding: 10px 12px;
    font-size: 16px;
  }

  .general-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

/* Casinos */
.casinos {
  padding: 40px 0;
}

.casinos h2 {
  font-size: 22px;
  text-align: center;
}

/* Footer */
.footer {
  background-color: #1B2412;
  padding: 0;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

.footer__disclaimer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__age {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer__text {
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding-bottom: 0;
}

.footer__top {
  background-color: #44740B;
  padding: 28px 0;
}

.footer__bottom {
  background-color: #4D6037;
  padding: 12px 0;
  text-align: center;
}

.footer__copyright {
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  color: #fff;
}

.footer .scrollTop {
  background: #7CB342;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer-block-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E2A13;
  padding: 12px 0;
  text-align: center;
  display: none;
}

.footer-block-btn button {
  background-color: #E8C547;
  color: #1B2412;
  padding: 10px 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}



@media (max-width: 1250px) {

  .footer-block-btn {
    display: block;
  }
}

@media (max-width: 720px) {
 .footer {
    margin-bottom: 60px;
  }

  .footer__disclaimer {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .footer__top {
    padding: 20px 0;
  }
}

@media (max-width: 420px) {
  .footer__disclaimer {
    flex-direction: column;
  }
}

@media (max-width: 1250px) {
  .wrapper,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure {
    width: calc(100% - 32px);
  }
}

@media (max-width: 720px) {
  .wrapper,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5,
  h6 {
    font-size: 12px;
  }


  .content .general-ol li:before {
    width: 18px;
    height: 18px;
    font-size: 10px;
    left: -25px;
  }

  .content .general-ul li:before {
    width: 5px;
    height: 5px;
    top: 5px;
  }


  .faq-container .faq-answer {
    padding: 0 15px 10px;
  }

  .faq-container .icon {
    right: 10px;
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .faq-container .icon:before {
    width: 12px;
    height: 3px;
  }

  .faq-container .icon:after {
    width: 3px;
    height: 12px;
  }
}

/* PlusMinus */
.plusMinus {
  padding: 10px 0 24px;
  width: 100%;
}

.plusMinus-inner {
  display: flex;
  gap: 20px;
}

.plusMinus-column {
  flex: 1;
  height: stretch;
  background-color: #4D6037;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 #00000040;
  padding: 24px;
}

.plusMinus-title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.plusMinus-title--advantages {
  background-color: #549D00;
}

.plusMinus-title--disadvantages {
  background-color: #FF4245;
}

.plusMinus-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.plusMinus-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-family: 'Tahoma', sans-serif;
  color: #E7F0DC;
}

.plusMinus-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

@media (max-width: 1250px) {
  .plusMinus {
    width: calc(100% - 22px);;
  }
}

@media (max-width: 768px) {
  .plusMinus-inner {
    flex-direction: column;
    gap: 16px;
  }
}

.block {
  background-color: #C9E4A6;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  align-items: center;
  gap: 20px;
  display: grid;
  min-height: 72px;
  grid-template-columns: 215px 1fr;
  overflow: hidden;
}

.block-title {
  background-color: #3D5A1E;
  color: #E8F5D0;
  font-weight: 700;
  font-size: 18px;
  height: 100%;
  padding: 22px 0;
  text-align: center;
}

.block .bonus-details,
.block .stats-items,
.block .payment-items,
.block .crypto-items {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.block .info-items {
  display: grid;
  grid-template-columns: 6fr 6fr 10fr 9fr;
}

.block .info-item,
.block .stat-item,
.block .payment-item,
.block .crypto-item {
  display: flex;
  flex-direction: column;
}

.block .label {
  font-size: 12px;
  color: #565656;
}

.block .value {
  font-size: 14px;
  font-weight: bold;
  color: #26252B;
}

.block-bonus .bonus-details {
  flex-direction: column;
  gap: 10px;
}

.block-bonus .bonus {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-bonus .bonus-icon {
  font-size: 20px;
}

.block-bonus .additional-info {
  background-color: #1E2A13;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

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

  .block .info-items {
    grid-template-columns: minmax(200px, 0.9fr) 1fr;
  }

  .block-title {
    padding: 4px 0;
    height: auto;
  }
  .info-items {
    padding: 10px 20px;
  }

  .block .info-items,
  .block .stats-items,
  .block .payment-items,
  .block .crypto-items {
    gap: 10px;
    justify-content: space-between;
    padding: 0 10px 12px 10px;
  }

  .block-bonus .bonus-details {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .block .stats-items {
    flex-direction: column;
    align-items: center;
  }
  .block .value {
    text-align: center;
  }
}

.quote {
  margin-bottom: 20px;
}

.quote_inner {
  background: #1A1D16;
  box-shadow: 0 0 4px 0 #00000040;
  border-radius: 32px;
  padding: 32px;
  position: relative;
}

.quote p {
  color: #E7F0DC;
  line-height: 100%;
  font-size: 18px;
  margin-left: 100px;
  width: auto;
}

.quote_inner:before {
  content: '';
  width: 71px;
  height: 71px;
  position: absolute;
  left: 24px;
  top: calc((100% - 71px) / 2);
  background: url(/quote.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 940px) {
    .quote p {
      width: 100%;
    }
}

@media (max-width: 640px) {
  .quote_inner:before {
    width: 40px;
    height: 40px;
    left: 16px;
    top: 20px;
  }
  .quote_inner {
    padding: 76px 16px 20px 16px;
  }
  .quote p {
    margin-left: 0;
  }
}


/* author */
.author {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 32px;
  background-color: #4D6037;
  box-shadow: 0 0 4px 0 #00000040;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.author__top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author__photo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}

.author__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.author__name {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0;
}

.author__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #549D00;
  font-size: 14px;
  color: #fff;
}

.author__check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.author__title span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.author__title img {
  width: 20px;
  height: 20px;
}

.author__desc {
  margin: 0;
  font-size: 18px;
  color: #E7F0DC;
}

@media (max-width: 720px) {
  .author__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .author__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .author__desc {
    font-size: 14px;
  }
}

.button-block {
  padding: 24px;
  text-align: center;
  margin: 20px 0;
}

.button-block button {
  background-color: #E8C547;
  color: #1B2412;
  padding: 16px 32px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-block button:hover {
  opacity: 0.8;
}


.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #1E2A13;
  color: #fff;
  width: 100%;
  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: 25px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}

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

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

.mobileMenu .mobileMenuLinks .btn-bonus-buy {
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #E8C547;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: color 0.3s ease;
}

.mobileMenu .mobileMenuLinks .btn-bonus-buy img {
  margin-right: 8px;
}

.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;
}

.content404Page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content404Page .button404 {
  background: #E8C547;
  border-radius: 8px;
  color: #1B2412;
  font-size: 16px;
  padding: 16px 32px;
  font-weight: bold;
  transition: 0.4s;
  margin: 0 auto;
}

.content404Page .button404:hover {
  opacity: 0.8;
}

.content404 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.content404 img {
  margin: 0 auto;
}

.content404Page h1 {
  width: 100%;
  text-align: center;
}

@media (max-width: 599px) {
  .content404Page h1 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* casino vitrina */
.casino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0 auto;
}

.casino-card {
  background-color: #4D6037;
  border-radius: 32px;
  padding: 32px;
  min-height: 429px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  box-shadow: 0 4px 4px 0 #00000040;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.casino-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 2px #A8D65C, 0 0 28px 0 #7CB34280;
}

.casino-card .casino-logo,
.casino-card .bonus,
.casino-card .casino-license,
.casino-card .casino-rating {
  background: #1A1D16;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 #00000040;
  width: 100%;
  padding: 10px 14px;
}

.casino-card .casino-title {
  font-family: 'Tahoma', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.casino-card .casino-logo {
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0px;
  margin-bottom: 0;
  background: #fff;

}

.casino-card .casino-logo img {
  max-height: 58px;
  max-width: 100%;
  object-fit: contain;
  margin: 0;
}

.casino-card .bonus {
  font-family: 'Tahoma', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  padding: 12px 20px;
}

.casino-license {
  font-family: 'Tahoma', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0px;
  align-self: stretch;
  justify-content: center;
}

.casino-flag {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

.casino-license span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: 'Tahoma', sans-serif;
}

.casino-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  justify-content: center;
}

.casino-star {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.casino-rating-score {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 4px;
}

.casino-card .play-button {
  background-color: #D0B72A;
  font-family: 'Tahoma', sans-serif;
  color: #1A1D16;
  border-radius: 1000px;
  padding: 12px 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
  transition: background-color 0.25s;
}

.casino-card .play-button:hover {
  background-color: #C9A227;
}

@media (max-width: 950px) {
  .casino-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}

.steps__item {
  margin-bottom: 4px;
}

.steps__header {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #4D6037;
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
}

.steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-color: #fff;
  border-radius: 50%;
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  color: #16200D;
  line-height: 1;
}

.steps__title {
  font-family: 'Tahoma', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

.steps__text {
  padding: 0 20px 10px;
  color: #fff;
}

@media (max-width: 768px) {
  .steps__header {
    padding: 8px 16px 8px 8px;
    gap: 10px;
  }

  .steps__num {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .steps__text {
    padding: 0 12px 10px;
  }
}

@media (max-width: 480px) {
  .steps__text {
    padding: 0 8px 10px;
  }
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto 24px;
}

.reviews__card {
  display: flex;
  flex-direction: column;
  background-color: #4D6037;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 0px 4px 0 #00000040;
}

.reviews__title {
  font-family: 'Tahoma', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 130%;
  margin: 10px 0;
}

.reviews__text {
  font-family: 'Tahoma', sans-serif;
  font-size: 18px;
  color: #E1EAD4;
  line-height: 110%;
  flex-grow: 1;
  margin: 0;
}

.reviews__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #7CB342;
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.reviews__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reviews__name {
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.reviews__country {
  font-family: 'Tahoma', sans-serif;
  font-size: 13px;
  color: #B9C9A6;
}

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

  .reviews__title {
    font-size: 20px;
  }

  .reviews__text {
    font-size: 16px;
  }
}

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

  .reviews__card {
    padding: 16px;
  }

  .reviews__title {
    font-size: 18px;
  }
}

.payments {
  margin: 0 auto 24px;
}

.payments__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #4D6037;
  border-radius: 999px;
  box-shadow: 0 0px 4px 0 #00000040;
  padding: 16px 40px;
}

.payments__icon {
  height: 44px;
  width: 70px;
  object-fit: contain;
  display: block;
}

@media (max-width: 720px) {
  .payments__inner {
    border-radius: 16px;
    padding: 16px 20px;
    gap: 16px 20px;
  }

  .payments__icon {
    height: 32px;
  }
}

.bonuses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto 24px;
}

.bonuses__card {
  background-color: #4D6037;
  border-radius: 32px;
  box-shadow: 0 0px 4px 0 #00000040;
  padding: 24px;
}

.bonuses__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.bonuses__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.bonuses__title {
  font-family: 'Tahoma', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  text-align: left;
}

.bonuses__text {
  font-family: 'Tahoma', sans-serif;
  font-size: 18px;
  color: #E1EAD4;
  line-height: 100%;
  padding-bottom: 0;
}

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

  .bonuses__card {
    padding: 16px;
  }

  .bonuses__header {
    gap: 4px;
  }

  .bonuses__icon {
    width: 25px;
    height: 25px;
  }

  .bonuses__title {
    font-size: 18px;
  }

  .bonuses__text {
    font-size: 14px;
  }
}
