
    *,
*::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;
}
.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[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 (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: block;
  }
}

    .header--2 {
  height: 80px;
  background: #CEDED1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

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

.header-inner__logo--2 img {
  width: 195px;
  height: 56px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__text--2 {
  color: #fff;
  margin-right: 0;
}

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

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

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

.btn-reg--2.dn {
  display: none;
  width: 100%;
}

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

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

@media (max-width: 1250px) {
  .header--2 {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding-bottom: 10px;
  }
  .header-inner--2 {
  justify-content: center;
  }
  .header-inner__text--2 {
  margin-right: auto;
  }
  .header-inner__menu--2 {
  display: none;
  }
  .header-inner__buttons--2 {
  display: none;
  }
  .btn-reg--2.dn {
  display: block;
  width: 75%;
  }
  .header-inner__logo--2 img {
    position: relative;
    top: 15px;
    margin-right: 0;
  }
}


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

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

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
  padding: 20px 0;
  }
  .copy--4 {
  gap: 8px;
  }
  .components .copy__text--4 {
  font-size: 14px;
  }
  .copy__copyright--4 {
  font-size: 12px;
  }
}


    
    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .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: #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;
}

.content-block a {
  color: #7394FF;
}

.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: #316D3B;
  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: #316D3B;
  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);
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.general-tr {
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

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

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

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

.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: 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;
  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-top: 12px;
  padding-right: 20px;
}

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

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

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

.scrollToTop {
  background: #fa4d00;
  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: #fff;
  width: 50%;
  height: 50%;
}

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


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

  .author-date {
    color: #316D3B;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 10px;
  }
  
  .author-date span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #316D3B;
  }
  
  .author{
    margin: 20px 0px;
    border: 1px solid #316D3B;
    box-shadow: 0px 0px 2px 2px #316D3B;
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #CEDED1;
    border-radius: 12px;
  }
  
  .author img{
    border-radius: 100px;
  }
  .author-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .author-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  
  .author-container .author-name p{
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1F1F1F;
    text-transform: uppercase;
    margin: 0;
    width: auto;
  }
  
  .author-container p{
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    padding: 0;
    margin: 0;
  }
  
  .author-title{
    display: flex;
    justify-content: center;
    background-color: #FFEB35;
    color: #333333;
    padding-right: 20px;
    gap: 10px;
    border-radius: 100px;
    align-items: center;
  }
  
  .author-title span{
    font-size: 14px;
  }
  
  
  @media screen and (max-width: 900px) {
    .author-name {
      flex-direction: column;
      align-items: flex-start; 
    }
    .author{
      align-items: flex-start;
    }
    .author-container .author-name p {
      font-size: 15px;
    }
    .author-container p {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .author {
      flex-direction: column;
      align-items: center;
    }
    .author-name {
      align-items: center;
    }
  
  }
  @media screen and (max-width: 500px) {
    .author-title{
      padding-right: 5px;
      gap: 2px;
    }
    .author{
      gap: 5px;
      padding: 10px;
    }
    .author-title span{
      font-size: 12px;
    }
    .author-container .author-name p {
      font-size: 14px;
    }
    .author-container p {
      font-size: 11px;
    }
  }

  .advantagesBlock {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 24px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 32px auto;
  }
  
  .advantages, 
  .disadvantages {
    width: 100%;
  }
  
  .advantages {
    border: 1px solid #3CB08A;
  }
  
  .disadvantages {
    border: 1px solid #F74444;
  }
  
  .advantagesHead,
  .disadvantagesHead {
    padding: 16px 16px;
    border-radius: 8px 8px 0 0;
  }
  
  .advantagesHead span,
  .disadvantagesHead span {
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: left;
  }
  
  .advantagesHead {
    background: #3CB08A;
  }
  
  .disadvantagesHead {
    background: #F74444;
  }
  
  .advantagesList,
  .disadvantagesList {
    padding: 16px 16px 4px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box; 
  }
  
  .advantages {
      border-radius: 12px;
  }
  
  .disadvantages {
    border-radius: 12px;
  }
  
  .advantagesList li,
  .disadvantagesList li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 30px;
    color: #000;
    width: 100%; 
    box-sizing: border-box; 
    overflow-wrap: break-word; 
    word-break: break-word; 
    white-space: normal; 
  }
  
  .advantagesList li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(/like.svg) no-repeat;
    background-size: cover;
  }
  
  .disadvantagesList li:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(/dislike.svg) no-repeat;
    background-size: cover;
  }
  
  @media (max-width: 950px) {
    .advantages, 
    .disadvantages {
      width: 100%;
    }
    .advantagesBlock {
      flex-wrap: wrap;
    }
  }

 /* Banner */
.banner{
  background: url(/backgroundImg.webp) no-repeat;
  background-size: cover;
  margin: 10px 0 24px 0;
  padding: 53px 20px 53px 20px;
  border-radius: 10px;
}
.components .banner h1{
  font-size: 48px;
  color: #25432A;
  line-height: 64px;
  margin: 0 auto;
  width: 100%;
  max-width: 679px;
}

/* Author */
.author-banner {
  border: 2px solid #316D3B;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 20px;
  padding: 32px;
}
.author-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.author-photo {
  border-radius: 50%;
  border: 2px solid #316D3B;
  width: 64px;
  height: 64px;
}
.author-identity {
  flex-grow: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}
.author-name {
  font-weight: 700;
  font-size: 24px;
}
.author-role {
  color: #316D3B;
  font-size: 16px;
  margin: 3px 0 0;
}
.author-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.author-badges span{
  color: #316D3B;
  font-size: 18px;
}
.img-author-badges{
  width: 38px;
  height: 38px;
}
.badges{
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-content p {
  margin-bottom: 12px;
}
.author-date {
  color: #316D3B;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1250px) {
  .author-banner {
    padding: 16px;
  }
}


/* Casino showcase */
.components h2{
  margin-top: 24px;
}
.casino-wrapper-case{
  display: grid;
  grid-template-columns: 296px 1fr; 
  grid-template-rows: 100px auto;
  border: 2px solid #316D3B;
  border-radius: 20px;
  padding: 62px 24px 24px 24px;
  gap: 12px 40px;
  margin-bottom: 24px;
}
.casino-button{
  grid-row-start: 2;
  grid-row-end: 3;
}
.casino-info-blocks {
  display: grid;
  grid-template-columns: 250px auto  160px; 
  gap: 40px; 
}

.casino-block-img{
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 296px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.casino-button button{
  background-color: #316D3B;
  color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
}

.components p.casino-title-bonus{
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.components p.casino-title{
  font-size: 16px;
}

@media (max-width: 1250px) {
  .casino-wrapper-case {
    padding: 24px;
  }
  .casino-info-blocks {
    grid-template-columns: 1fr; 
    gap: 10px;
    grid-row-start: 1;
    grid-row-end: 3;

  }
  .casino-block-img {
    width: 100%;
  }
  .components .banner h1{
    font-size: 40px;
  }
}
@media(max-width:822px) {
  .author-badges {
    margin-top: 16px;
}
}
@media(max-width:750px){ 
  .casino-wrapper-case{
    grid-template-columns: 1fr;

  }
  .casino-info-blocks{
    text-align: center;
    gap: 10px;
    grid-row-start: 2;
    grid-row-end: 3;
  
  }
  .casino-button{
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media(max-width:360px){
  .img-author-badges{
    width: 24px;
    height: 24px;
  }
  .components .banner h1{
    font-size: 24px;
    line-height: 28px;
  }
}
  