* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    height: 100%;
    font-family: Verdana, sans-serif;
    position: relative;
  }
  main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f1d0;
    font-family: Verdana, sans-serif;
  }
  main p,
  main span,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main figcaption,
  main li {
    color: #000;
    font-family: Verdana, sans-serif;
  }
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .faq-container {
    color: #383737;
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
  }
  main .general-table-wrapper {
    overflow-x: overlay;
    max-width: 1400px;
    margin: 0 auto;
  }
  main figure {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  main p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    line-height: normal;
  }
  main .wrapper {
    width: calc(100% - 280px);
    margin: 0 auto;
    max-width: 1400px;
    border-radius: 12px;
    border:4px solid #F8D5A2;
    padding: 40px 20px;
    margin-bottom: 12px;
  }
  main .wrapper:last-child {
    margin-bottom: 0;
  }
  body {
    overflow-x: hidden;
    position: relative;
    background: #f5f5f5;
  }
  a {
    text-decoration: none;
    transition: 0.3s;
  }
  table,
  tr,
  td,
  tbody,
  thead {
    font-family: Verdana, sans-serif;
  }
  input,
  button {
    font-family: Verdana, sans-serif;
    border: none;
    box-shadow: none;
    transition: 0.3s;
  }
  input {
    outline: none;
  }
  p,
  span,
  li,
  a {
    font-size: 18px;
    line-height: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
    padding: 15px 0;
    color: #1e1e24;
  }
  h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.32px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  h5,
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
  p,
  span,
  li,
  h1,
  h2,
  h3,
  
  b,
  i,
  label,
  input,
  button,
  td,
  tr,
  figcaption {
    color: #1e1e24;
  }
  a {
    color: #069b63;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
  }
  p {
    padding-bottom: 20px;
  }
  li {
    list-style: none;
  }
  button {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
  }
  img {
    max-width: 100%;
    display: block;
  }
  i {
    font-style: normal;
  }
  #__next {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .content {
    position: relative;
    flex-grow: 1;
    padding-top: 0px;
    background: #FFFAE4;
  }
  .content .content-block {
    margin-bottom: 20px;
    border-radius: 20px;
    background: #FFFAE4;
  }
  .content .general-ol {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    counter-reset: counter-ol;
    padding-left: 20px;
  }
  .content .general-ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    counter-increment: counter-ol;
  }
  .content .general-ol li::before {
    position: absolute;
    content: counter(counter-ol);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 50%;
    top: -2px;
    left: -26px;
    background: #0b754d;
    font-size: 14px;
  }
  .content .general-ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  a.content-button {
    background: #7D8A4C;
    width: 100%;
    max-width: 721px;
    border-radius: 8px;
    padding: 16px 32px;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  a.content-button:hover{
    opacity: 0.8;
  }
  .content .general-ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .content .general-ul li::before {
    content: no-open-quote;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    background-color: #0b754d;
    border-radius: 50%;
  }
  .pageError {
    min-height: calc(100vh - 70px);
  }
  .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .imgWrap {
    display: block;
    position: relative;
  }
  figure {
    margin-bottom: 20px;
    text-align: center;
  }
  figure span {
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -50%;
  }
  figcaption {
    color: #1e1e24;
    font-size: 14px;
  }
  .general-image {
    display: block;
    border-radius: 15px;
    max-height: 500px;
    width: auto;
    height: auto;
    margin: 0 auto 10px auto;
  }
  .general-image.vertical {
    max-height: 500px;
    max-width: 70%;
  }
  .general-image.horizontal {
    max-width: 100%;
  }
  .general-table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 20px auto;
    border-radius: 18px;
  }
  .general-table .general-tr {
    background: rgba(0, 0, 0, 0);
  }
  .general-table .general-tr .general-td {
    padding: 12px 16px;
    text-align: start;
    color: #383737;
    font-size: 16px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #7D8A4C;
    padding-left: 20px;
  }
  
  .general-table .general-tr .general-td.full {
    text-align: center;
    border-collapse: initial;
  }
  
  .general-table thead tr th {
    padding: 16px;
    color: #383737;
    font-size: 20px;
    font-weight: 700;
    border-right: 1px solid #0b8457;
    border-top: 1px solid #0b8457;
    border-bottom: 1px solid #0b8457;
  }
  .general-table thead tr th:first-child {
    border-right: 1px solid #0b8457;
    border-left: 1px solid #0b8457;
    border-top: 1px solid #0b8457;
  }
  .general-table thead tr th:last-child {
    border-right: 1px solid #0b8457;
    border-top: 1px solid #0b8457;
  }
  main .faq-container {
    width: calc(100% - 280px);
  }
  .faq-container .faq-item {
    margin: 0 auto;
    position: relative;
    min-height: 54px;
    margin-bottom: 20px;
    background-color: #f8f1d0;
    z-index: 5;
    border-radius: 26px;
    transition: all 0.4s ease;
    border: 1px solid #eac100;
  }
  .faq-container .faq-item:hover .icon::before,
  .faq-container .faq-item:hover .icon::after {
    background: #eac100;
  }
  .faq-container .faq-item:hover {
    border-color: #eac100;
  }
  .faq-container .faq-item:hover .faq-question {
    color: #0e121c;
  }
  .faq-container .faq-question {
    color: #0e121c;
    position: relative;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    top: 15px;
    width: 96%;
    line-height: 22px;
    padding-right: 25px;
  }
  .faq-container .faq-answer {
    width: 96%;
    padding: 10px 0 22px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .faq-container .icon {
    height: 18px;
    position: absolute;
    width: 18px;
    right: 25px;
    top: 25px;
    z-index: 2;
  }
  .faq-container .icon::before,
  .faq-container .icon::after {
    background: #0e121c;
    content: no-open-quote;
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 18px;
    transition: transform 0.4s ease;
  }
  .faq-container .toggle {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .faq-container .bg-active {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(242, 141, 36, 0.0784313725);
    border-radius: 26px;
    z-index: -1;
    opacity: 0;
  }
  .faq-container .toggle:checked ~ .bg-active {
    opacity: 1;
  }
  .faq-container .toggle:checked ~ .icon::before,
  .faq-container .toggle:checked ~ .icon::after {
    background: #000;
  }
  .faq-container .toggle:checked ~ .faq-question {
    color: #000;
  }
  .faq-container .toggle:checked ~ .faq-answer {
    color: #000;
  }
  .faq-container .toggle:not(:checked) ~ .icon:before {
    transform: rotate(180deg);
  }
  .faq-container .toggle:not(:checked) ~ .icon:after {
    transform: rotate(90deg);
  }
  .faq-container .toggle:checked ~ .faq-answer {
    height: auto;
    opacity: 1;
    z-index: 2;
  }
  .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .columns p {
    width: 100%;
  }
  .columns .column {
    width: 48%;
  }
  .columns .column-header {
    padding-top: 0;
    text-align: left;
  }
  .columns .column-p {
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
  }
  .columns .column-p::before {
    content: no-open-quote;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/list.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 8px;
  }
  .bannerSlots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    max-width: 1158px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .slot {
    position: relative;
  }
  .slot .slot-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .slot .slot-footer p {
    color: #0e121c;
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: 0;
    width: 100%;
  }
  .slot .slot-footer button,
  .slot-back button {
    min-width: 203px;
    border-radius: 4px;
    background: #c7351e;
    padding: 8px 28px;
    color: #fff;
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .slot-back button:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2023/12/arrow.svg) no-repeat;
    background-size: cover;
    content: "";
    left: 30px;
    bottom: 35px;
  }
  .slot-img {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
  .slot-img img {
    display: block;
    width: 340px;
    height: 180px;
    object-fit: cover;
    transition: 0.3s;
    border-radius: var(--border);
  }
  .slot-back {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
    z-index: 2;
  }
  .slot-img:hover .slot-back {
    opacity: 1;
  }
  .slot-img amp-img {
    object-fit: cover;
  }
  @media screen and (max-width: 1250px) {
    .bannerSlots {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 20px;
      max-width: 100%;
    }
    .author-container, .author-quote {
      width: calc(100% - 32px);
    }
    .slot {
      width: 170px;
      margin: 0 auto;
    }
    .slot-img img {
      min-width: 170px;
      height: 110px;
    }
    .slot .slot-footer {
      flex-direction: column;
      padding: 0px;
    }
    .slot .slot-footer p {
      padding: 8px 0 14px;
      font-size: 18px;
      text-transform: capitalize;
    }
    .slot .slot-footer button {
      font-size: 14px;
      min-width: 170px;
    }
    .slot-back button {
      min-width: 120px;
      font-size: 14px;
    }
    .slot-back button:before {
      width: 15px;
      height: 15px;
      left: 5px;
      bottom: 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .bannerSlots {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 366px) {
    .bannerSlots {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .frame {
    width: 640px;
    max-width: 98%;
    margin: 32px auto;
    aspect-ratio: 4/3;
  }
  .frame iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .table_of_contents_wrapper {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .table_of_contents {
    max-width: 400px;
    border-radius: 8px;
    border: 1px solid #f28d24;
  }
  .table_of_contents .toggle {
    display: none;
  }
  .table_of_contents .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #f28d24;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
  }
  .table_of_contents .table_box {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column;
  }
  .table_of_contents .toggle:checked + .lbl-toggle + div {
    max-height: 1000px;
    padding: 20px;
    background: #181616;
    border-radius: 8px;
    gap: 20px;
  }
  .table_of_contents .table_link {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }
  .table_of_contents .table_link:hover {
    color: #f28d24;
  }
  .content404Page.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #f8f1d0;
  }
  .content404Page.wrapper .content404 {
    display: flex;
    flex-direction: column;
    width: 280px;
  }
  .content404Page.wrapper .content404 img {
    display: block;
    margin: 0 auto;
  }
  .content404Page.wrapper .content404 h1 {
    color: #000;
  }
  .content404Page.wrapper .content404 button {
    display: inline-block;
    background: #eac100;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    color: #fff;
  }
  .content404Page.wrapper .content404 button:hover {
    background: #9e8202;
  }
  .contentMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #205685;
  }
  .contentMap h1 {
    text-align: left;
    color: #1e1e24;
    margin-bottom: 64px;
  }
  .contentMap .sitemapLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px;
  }
  .contentMap .sitemapLinks a {
    display: inline-block;
    color: #fff;
    margin: 0 auto 12px;
    position: relative;
  }
  .contentMap .sitemapLinks a:before {
    position: absolute;
    left: -16px;
    top: 10px;
    content: no-open-quote;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
  }
  .contentMap .sitemapLinks a:hover {
    color: #92c637;
  }
  .img-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .img-overlay .img-popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .img-overlay .img-popup.horizontal {
    aspect-ratio: 1/0.2;
  }
  .img-overlay .img-popup.vartical {
    aspect-ratio: 0.5/1;
  }
  .button-block {
    padding: 24px 16px;
    text-align: center;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .button-block button {
    position: relative;
    overflow: hidden;
    width: 620px;
    max-width: 100%;
    padding: 16px 34px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #eac002;
    box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  }
  .button-block a {
    position: relative;
    overflow: hidden;
    width: 620px;
    max-width: 100%;
    padding: 16px 34px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #eac002;
    box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  }
  .button-block button::after,
  .button-block button::before {
    position: absolute;
    content: no-open-quote;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .quote {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 96%;
    max-width: 600px;
    border-radius: 12px;
    background: transparent;
  }
  .quote p {
    padding: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #383737;
  }
  .quote::after,
  .quote::before {
    position: absolute;
    content: no-open-quote;
    width: 24px;
    height: 20px;
    background-image: url(/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .quote::after {
    left: -5px;
    top: -10px;
  }
  .quote::before {
    right: -5px;
    bottom: -10px;
    transform: rotate(180deg);
  }
  .currencys {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .currencys .currency {
    border: 1px solid #000;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    border-left: 5px solid #df0000;
    margin-bottom: 20px;
    width: 48%;
  }
  .currencys .currency p {
    max-width: 100%;
    width: 100%;
  }
  .currencys .currency .name {
    font-weight: bold;
  }
  .currencys .currency .date {
    color: rgba(0, 0, 0, 0.5);
  }
  .currencys .currency .answer {
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .slots-wrapper {
    background: #000;
    margin-bottom: 30px;
  }
  .slots-wrapper .slots-list {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .slots-wrapper .slots-list .slot {
    position: relative;
    border-radius: 4px;
    width: 300px;
    height: 188px;
    margin: 20px;
  }
  .slots-wrapper .slots-list .slot .slot-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
  }
  .slots-wrapper .slots-list .slot .slot-text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 3;
    position: relative;
    padding-bottom: 0;
  }
  .slots-wrapper .slots-list .slot .slot-img {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
  .slots-wrapper .slots-list .slot .slot-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .slots-wrapper .slots-list .slot .slot-img amp-img {
    object-fit: cover;
  }
  .slots-wrapper .slots-list .slot .slot-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-currency {
    padding: 16px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #a91704;
    transition: 0.4s;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-currency:hover {
    background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
  }
  .slots-wrapper .slots-list .slot .slot-back .toggle {
    display: none;
  }
  .slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #df0000;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
  }
  .slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
    background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
  }
  .slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle {
    display: none;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-box {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-box a {
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #df0000;
    width: 48%;
    color: #fff;
    border-radius: 8px;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-box button {
    width: 48%;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
  }
  .slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
    color: #a91704;
    border: 1px solid #a91704;
    background: #fff;
  }
  .slots-wrapper
    .slots-list
    .slot
    .slot-back
    .toggle:checked
    + .lbl-toggle
    + div {
    max-height: 300px;
    background: #000;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  @media screen and (max-width: 1250px) {
    main h1,
    main h2,
    main h3,
    main h4,
    main h5,
    main h6,
    main p,
    main ol,
    main ul,
    main figure,
    main .general-table-wrapper,
    main .faq-container,
    main .pm__container,
    main .author,
    main .casino-block-choice,
    main .bonus-list,
    main .quote  {
      width: calc(100% - 32px);
    }
    main .wrapper {
      padding: 10px 0;
      width: calc(100% - 32px);
    }
    h1 {
      font-size: 26px;
      line-height: 30px;
    }
    h2 {
      font-size: 22px;
      line-height: 32px;
    }
    h3 {
      font-size: 20px;
      line-height: 30px;
    }
    h4 {
      font-size: 18px;
      line-height: 28px;
    }
    h5,
    h6 {
      font-size: 16px;
      line-height: 26px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      padding: 10px 0;
    }
    .general-table .general-tr .general-td {
      padding-left: 10px;
      padding-right: 10px;
    }
    .content .contentMain {
      width: 100%;
    }
    .content .general-ol li,
    .content .general-ul li {
      width: 100%;
    }
    .columns {
      flex-wrap: wrap;
    }
    .columns .column {
      width: 100%;
    }
    .column-p {
      margin-left: 0;
    }
    .button-block button {
      padding: 14px 5px;
    }
    .quote {
      width: calc(100% - 32px);
    }
    .faq-container .faq-item {
      border-radius: 14px;
    }
    .faq-container .faq-question {
      width: 100%;
      padding-left: 20px;
      padding-right: 30px;
    }
    .faq-container .faq-answer {
      width: 100%;
      padding-left: 20px;
    }
    .faq-container .bg-active {
      border-radius: 14px;
    }
    .faq-container .icon {
      right: 15px;
    }
  }
  @media screen and (max-width: 600px) {
    .currencys .currency {
      width: 100%;
    }
  }
  @media screen and (max-width: 400px) {
    .general-table {
      max-width: 100%;
    }
    .general-table-wrapper {
      max-width: 100%;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  body {
    overflow-x: hidden;
    background: #f5f5f5;
  }
  .loginPage {
    min-height: 100vh;
    background: linear-gradient(90deg, #efe0fa, #be78f0);
  }
  .loginPage .header_logo {
    margin: 0 auto;
    width: 300px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loginPage .login {
    overflow: hidden;
    background-color: #fff;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    transform: translate(-50%, -50%);
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(190, 120, 240, 0.2);
  }
  .loginPage .login::before,
  .loginPage .login::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: -1;
  }
  .loginPage .login::before {
    left: 40%;
    bottom: -130%;
    background-color: rgba(158, 75, 220, 0.15);
    animation: wawes 6s infinite linear;
  }
  .loginPage .login::after {
    left: 35%;
    bottom: -125%;
    background-color: rgba(190, 120, 240, 0.2);
    animation: wawes 7s infinite;
  }
  .loginPage .login > input {
    display: block;
    font-size: 16px;
    background: #fff;
    width: 100%;
    border: 0;
    margin: 15px -10px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .loginPage .login > input:focus {
    transform: scale(1.05);
  }
  .loginPage .login > .loginButton {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
    background-color: #9e4bdc;
    transition: background-color 300ms;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .loginPage .login > .loginButton button {
    color: #fff;
  }
  .loginPage .login > .loginButton:hover {
    background-color: #b361ed;
  }
  @keyframes wawes {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .loginPage a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
  .admin_wrapper {
    padding-bottom: 20px;
  }
  .admin_wrapper a {
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    line-height: 28px;
    color: #22285e;
  }
  .admin_wrapper input {
    border: none;
    box-shadow: none;
    transition: 0.3s;
    outline: none;
  }
  .admin_wrapper input::placeholder {
    color: #fff;
  }
  .admin_wrapper button {
    border: none;
    box-shadow: none;
    transition: 0.3s;
    color: #22285e;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
  }
  .admin_wrapper p {
    font-size: 16px;
    line-height: 28px;
    color: #22285e;
  }
  .admin_wrapper span {
    font-size: 12px;
    line-height: 18px;
    color: #7a7e9e;
  }
  .admin_wrapper .quote__wrapper {
    position: relative;
  }
  .admin_wrapper .quote__wrapper::after {
    position: absolute;
    content: "";
    background-image: url(quote.c1fdb4a0.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    top: -15%;
    right: -1%;
  }
  .admin_wrapper .buttonTextarea {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 70px;
    resize: none;
    border: 1px solid #eee;
    border-radius: 15px;
    outline: none;
  }
  .admin_wrapper ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #22285e;
  }
  .admin_wrapper ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -25px;
    top: 13px;
    background: url(list.faf716c8.svg);
    background-size: cover;
  }
  .admin_wrapper ol {
    counter-reset: counter-ol;
  }
  .admin_wrapper ol li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #22285e;
    counter-increment: counter-ol;
  }
  .admin_wrapper ol li::before {
    position: absolute;
    content: counter(counter-ol);
    width: 30px;
    height: 30px;
    left: -20px;
    top: 5px;
  }
  .admin_wrapper h1 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper h2 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper h3 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper h4 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper h5 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper h6 {
    text-align: center;
    color: #22285e;
  }
  .admin_wrapper b {
    color: #22285e;
  }
  .admin_wrapper i {
    color: #22285e;
    font-style: normal;
    transition: 0.3s;
  }
  .admin_wrapper label {
    color: #22285e;
  }
  .admin_wrapper td {
    color: #22285e;
  }
  .admin_wrapper tr {
    color: #22285e;
  }
  .admin_wrapper figcaption {
    color: #22285e;
  }
  .admin_wrapper .image-tool__image {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
  }
  .admin_wrapper img {
    height: 100%;
    max-height: 500px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .admin_wrapper .wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .admin_wrapper .h2 {
    margin-bottom: 20px;
  }
  .admin_wrapper .h2 button {
    border-radius: 8px;
    padding: 10px 10px;
    background: #9e4bdc;
    color: #fff;
    position: relative;
  }
  .admin_wrapper .h2 button:hover {
    background: #be78f0;
  }
  .admin_wrapper .h2 button i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
    position: relative;
    top: 2px;
  }
  .admin_wrapper .h2 h2 {
    margin-bottom: 0;
  }
  .admin_wrapper header {
    padding: 20px 0;
  }
  .admin_wrapper .header_top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .admin_wrapper .header_logo {
    display: flex;
    align-items: center;
    margin-left: 260px;
  }
  .admin_wrapper .header_logo img {
    width: 40px;
    margin-right: 10px;
  }
  .admin_wrapper .header_logo span {
    font-size: 20px;
  }
  .admin_wrapper .header_logo.active {
    margin-left: 0;
  }
  .admin_wrapper .main_content .info {
    margin-left: 260px;
    background: #fff;
    border-radius: 8px;
  }
  .admin_wrapper .main_content .info h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .admin_wrapper .main_content .info .files-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 15px;
    gap: 15px;
    margin-bottom: 50px;
  }
  .admin_wrapper .main_content .info .files-list .image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 200px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .admin_wrapper .main_content .info .files-list .image img {
    padding: 10px;
    height: 100px;
  }
  .admin_wrapper .info_content {
    padding: 20px;
  }
  .admin_wrapper .info_content form button {
    padding: 5px;
    width: 180px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #9e4bdc;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
  }
  .admin_wrapper .info_content form button:hover {
    background-color: #be78f0;
  }
  .admin_wrapper .info_content .input {
    position: relative;
    margin: 0 10px;
  }
  .admin_wrapper .info_content .input label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .admin_wrapper .info_content .input-img {
    font-size: 12px;
  }
  .admin_wrapper .info_content .input-img img {
    border-radius: 50px;
  }
  .admin_wrapper .navigation_list {
    display: flex;
    justify-content: space-between;
  }
  .admin_wrapper .navigation_item {
    border-radius: 8px;
    background: #9e4bdc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-bottom: 20px;
  }
  .admin_wrapper .navigation_item i {
    display: block;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
  }
  .admin_wrapper .navigation_item a {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
  }
  .admin_wrapper .navigation_item:hover {
    background: #be78f0;
  }
  .admin_wrapper .info_field {
    display: flex;
    margin-bottom: 20px;
  }
  .admin_wrapper .info_field span {
    background: #be78f0;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    width: 25%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px 0 0 8px;
  }
  .admin_wrapper .info_field input {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 5px 10px;
    width: 75%;
    border-radius: 0 8px 8px 0;
  }
  .admin_wrapper .info_field input::placeholder {
    color: #22285e;
    opacity: 1;
    font-size: 16px;
  }
  .admin_wrapper .info_field input:focus {
    transform: scale(1.05);
    border-radius: 8px;
  }
  .admin_wrapper .info_field select {
    border-radius: 0 8px 8px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 5px 10px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #22285e;
    cursor: pointer;
  }
  .admin_wrapper .pages_item {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
  }
  .admin_wrapper .pages_item:last-child {
    margin-bottom: 0;
  }
  .admin_wrapper .pages_item h3 {
    text-align: left;
    font-size: 16px;
    position: relative;
    margin: 0 12px;
  }
  .admin_wrapper .pages_item img {
    width: 30px;
    flex: 0 0 auto;
    margin: 0;
    height: 30px;
    border-radius: 50%;
  }
  .admin_wrapper .pages_item .details {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .admin_wrapper .pages_item .details:hover {
    color: #9e4bdc;
  }
  .admin_wrapper .pages_item .details:hover i {
    color: #9e4bdc;
  }
  .admin_wrapper .pages_item .details span {
    color: #95d5b6;
    font-size: 24px;
  }
  .admin_wrapper .pages_item .delete:hover {
    color: #f80505;
  }
  .admin_wrapper .pages_item .delete:hover i {
    color: #f80505;
  }
  .admin_wrapper .pages_item_moves {
    display: flex;
    margin-left: auto;
    gap: 20px;
  }
  .admin_wrapper .pages_item_moves i {
    color: #b7b7b7;
    font-size: 14px;
    padding-right: 5px;
  }
  .admin_wrapper .pages_item_moves input {
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .admin_wrapper .pages_bound {
    margin-left: 30px;
    padding: 20px 0;
  }
  .admin_wrapper .pages_bound_item a {
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .admin_wrapper .pages_bound_item a:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(England-flag.5d086557.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .admin_wrapper .pages_bound_item a:hover {
    color: #be78f0;
  }
  .admin_wrapper .category_item {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
  }
  .admin_wrapper .category_item a {
    text-align: left;
    font-size: 16px;
  }
  .admin_wrapper .category_item a:hover {
    color: #be78f0;
  }
  .admin_wrapper .loginPage {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .admin_wrapper .loginPage .header_logo {
    display: flex;
    justify-content: center;
  }
  .admin_wrapper .loginPage form {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
  }
  .admin_wrapper .loginPage form div {
    margin-bottom: 15px;
  }
  .admin_wrapper .loginPage form label {
    display: flex;
  }
  .admin_wrapper .loginPage label span {
    background: #eee;
    font-size: 17px;
    padding: 5px 10px;
    border-radius: 8px 0 0 8px;
    width: 25%;
  }
  .admin_wrapper .loginPage label input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 75%;
    border-radius: 0 8px 8px 0;
    font-size: 17px;
    background: #fff;
  }
  .admin_wrapper .loginPage .loginButton {
    display: flex;
    justify-content: center;
  }
  .admin_wrapper .loginPage button {
    background: #9e4bdc;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 25px;
    text-transform: uppercase;
  }
  .admin_wrapper .loginPage button:hover {
    background: #be78f0;
  }
  .admin_wrapper .buttonAdmin {
    background: #9e4bdc;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 25px;
    text-transform: uppercase;
  }
  .admin_wrapper .buttonAdmin:hover {
    background: #be78f0;
  }
  .admin_wrapper .buttonsParent {
    display: flex;
    justify-content: space-between;
  }
  .admin_wrapper .buttonDelete {
    background: #eee;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 15px;
  }
  .admin_wrapper .buttonDelete:hover {
    background: #e10404;
    color: #fff;
  }
  .admin_wrapper .cardList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .admin_wrapper .cardList .cardItem {
    margin: 16px 0px 0px 0;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    width: 100%;
  }
  .admin_wrapper .cardList .cardItem h3 {
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 16px;
  }
  .admin_wrapper .cardList .cardItem .remove {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 8px;
    font-size: 24px;
    background: #f03c59;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .admin_wrapper .cardList .cardItem .remove span {
    color: #fff;
  }
  .admin_wrapper .cardList .cardItem .input {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .admin_wrapper .cardList .cardItem .input span {
    width: 120px;
    font-size: 15px;
  }
  .admin_wrapper .cardList .cardItem input {
    width: calc(100% - 120px);
    background: #eee;
    padding: 10px;
    flex-grow: 0.9;
  }
  .admin_wrapper .cardList button.addItem {
    width: 100%;
    height: 100px;
    background: #eee;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .admin_wrapper .cardList button.addItem span {
    font-size: 32px;
    color: #333;
  }
  .admin_wrapper .cardList .select {
    position: relative;
    width: 100%;
    display: flex;
  }
  .admin_wrapper .cardList .select div {
    margin-right: 15px;
  }
  .admin_wrapper .cardList .select div input {
    margin-right: 5px;
  }
  .admin_wrapper .cardList .menuName {
    width: 100%;
    margin-top: 16px;
  }
  .admin_wrapper .cardList .menuName input {
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 500px;
  }
  .admin_wrapper .saveButton {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
  }
  .admin_wrapper .sidebar {
    position: fixed;
    height: 100%;
    width: 320px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #be78f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 0px 20px 20px 0px;
  }
  .admin_wrapper .sidebar span {
    font-size: 12px;
    display: block;
  }
  .admin_wrapper .sidebar .material-icons {
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: -40px;
  }
  .admin_wrapper .sidebar a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .admin_wrapper .sidebar a:hover,
  .admin_wrapper .sidebar a:active,
  .admin_wrapper .sidebar a [aria-current] {
    background: #be78f0;
    border-radius: 0px 20px 20px 0px;
    width: 90%;
  }
  .admin_wrapper .sidebar .year {
    position: absolute;
    bottom: 20px;
  }
  .admin_wrapper .sidebar .openbtn {
    position: absolute;
    top: 17px;
    left: 25%;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
  }
  .admin_wrapper .sidebar__list {
    margin-left: 50px;
    height: 100%;
    padding-top: 50px;
    background-color: #9e4bdc;
  }
  .admin_wrapper .sidebar.active {
    width: 50px;
  }
  .admin_wrapper .info.active {
    margin-left: 0;
  }
  .admin_wrapper .openbtn.active {
    transform: rotate(0);
  }
  .admin_wrapper .ce-block {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .admin_wrapper .ce-block h2 {
    padding: 0;
    margin: 0;
  }
  .admin_wrapper .ce-block .faq_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .admin_wrapper .ce-block .faq_list span {
    cursor: pointer;
  }
  .admin_wrapper .ce-block .faq__add {
    display: block;
    text-align: center;
    padding: 5px 10px;
    width: 150px;
    cursor: pointer;
    color: #fff;
    background-color: #9e4bdc;
    border-radius: 10px;
  }
  .admin_wrapper .ce-block .faq_delete {
    background-color: #f03c59;
    border-radius: 8px;
    cursor: pointer;
  }
  .admin_wrapper .ce-block .faq_delete span {
    padding: 20px;
    color: #fff;
  }
  .admin_wrapper .buttonDelete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #f03c59;
  }
  .admin_wrapper .buttonDelete span {
    color: #fff;
    font-size: 19px;
  }
  .admin_wrapper .buttonAdmin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .admin_wrapper .buttonAdmin span {
    color: #fff;
    font-size: 19px;
  }
  .admin_wrapper .flag_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .admin_wrapper .buttons_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .admin_wrapper .category_delete {
    color: #fff;
  }
  .admin_wrapper .check_label {
    padding-left: 20px;
    cursor: pointer;
  }
  .admin_wrapper .radio_box {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .admin_wrapper .radio_box:checked + .check_style::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #9e4bdc;
    border-radius: 50%;
  }
  .admin_wrapper .check_style {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    border: 1px solid #be78f0;
    border-radius: 50%;
    background: none;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
  }
  .admin_wrapper .check_category {
    top: 3px;
    left: -2px;
  }
  .admin_wrapper .ce-popover__items {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .admin_wrapper .ce-popover__item {
    cursor: pointer;
  }
  .admin_wrapper .cdx-search-field__input::placeholder {
    color: #000;
  }
  .admin_wrapper .ce-popover__no-found,
  .admin_wrapper .ce-popover__item-icon {
    display: none;
  }
  .footer {
    display: block;
    background: #eac100;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }
  .footer .footerInner {
    display: block;
    text-align: center;
  }
  .footer .footerInner .dmca-badge {
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .footer .footerInner .dmca-badge img {
    display: block;
    margin: 0 auto;
  }
  .footerMenu {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-bottom: 1px solid #096c47;
      padding-bottom: 20px;
      flex-wrap: wrap;
  }
  
  .footerMenu a {
    color: #fff;
  }
  .footerMenu a:hover {
    text-decoration: underline;
  }
  .footer .footerInner .copyright {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
  }
  .footer .footerInner .copyright a {
    color:#F8D5A2;
  }
  .footer .footerInner p.footer-text {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin: 0;
    padding: 0;
  }
  .footer .footerInner .menu {
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
  }
  .footer .footerInner .menu a {
    color: #fff;
    margin: 0 5px 5px 5px;
  }
  .footer .scrollTop {
    background: #eac100;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 20px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5;
  }
  .footer .scrollTop.pam_content {
    opacity: 1;
  }
  .footer-block-btn {
    z-index: 5;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .footer-block-btn .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-block-btn .buttons .regButton {
    background: url(/button-reg.svg) no-repeat;
    background-size: contain;
    width: 253px;
    height: 57px;
  }
  .footer-block-btn .buttons .regButton:hover {
    opacity: 0.8;
  }
  .footer-block-btn .buttons .logButton {
    background: url(/button-log.svg) no-repeat;
    background-size: contain;
    width: 205px;
    height: 57px;
  }
  .footer-block-btn .buttons .logButton:hover {
    opacity: 0.8;
  }
  @media (max-width: 1250px) {
    .footer {
      padding: 20px 0 20px 0px;
    }
    .footer-block-btn {
      display: flex;
    }
  }
  @media (max-width: 390px) {
    .footer .footerInner .menu {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .icon {
    position: relative;
    width: 28px;
    height: 28px;
  }
  .icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .icon span:nth-child(1) {
    top: 5px;
  }
  .icon span:nth-child(2) {
    top: 47%;
  }
  .icon span:nth-child(3) {
    bottom: 50%;
  }
  .icon span:nth-child(4) {
    bottom: 5px;
  }
  .header {
    background: #FFFAE4;
    min-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0 0 0;
  }
  .header .headerInner {
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
  }
  .header .headerInner .headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .header .headerInner .logo {
    position: relative;
    padding-left: 30px;
  }
  .header .headerInner .toggle {
    width: 28px;
    height: 28px;
    left: 40px;
    top: 4px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 3;
  }
  .header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
    transform: scaleX(0);
  }
  .header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
    transform: scaleX(0);
  }
  .header .headerInner .toggle:checked ~ .menu {
    height: 100%;
    opacity: 1;
    padding-bottom: 40px;
    padding-top: 37px;
  }
  .header .headerInner .logo a {
    display: block;
  }
  .header .headerInner .logo .ampLogo {
    position: relative;
  }
  .header .headerInner .logo .ampLogo button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .header .headerInner .menu {
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    transition: all 0.3s ease;
  }
  .header .headerInner .menu a {
    text-align: center;
    color: #0c774e;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
  }
  .header .headerInner .menu a:hover {
    text-decoration: underline;
  }
  .header .headerInner .menu a.active {
    color: #786815;
    text-decoration: underline;
  }
  .buttons .regButton {
    background: url(/button-reg.svg) no-repeat;
    background-size: contain;
    width: 253px;
    height: 57px;
  }
  .buttons .regButton:hover {
    opacity: 0.8;
  }
  .buttons .logButton {
    background: url(/button-log.svg) no-repeat;
    background-size: contain;
    width: 205px;
    height: 57px;
  }
  .buttons .logButton:hover {
    opacity: 0.8;
  }
  @media screen and (max-width: 1960px) {
    .header {
      padding: 15px 0 0 0;
      position: relative;
    }
    .header .headerInner .toggle {
      left: 16px;
      top: 3px;
    }
  }
  @media screen and (max-width: 1250px) {
    .header .buttons {
      display: none;
    }
    .header .headerInner .headerWrapper {
      justify-content: space-between;
    }
    .header .headerInner .menu {
      display: none;
    }
  }
  @media screen and (max-width: 750px) {
    .header {
      padding: 10px 0 0 0;
    }
    .header .buttons .regButton {
      display: none;
    }
    a.content-button {
      width: calc(100% - 32px);
    }
  }
  .contentSidebar {
    width: 350px;
    height: 540px;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 100px;
    padding: 20px;
    background: #1b243a;
    border-radius: 15px;
  }
  .contentSidebar .appName {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .contentSidebar .appImg {
    display: flex;
    justify-content: center;
  }
  .contentSidebar .appItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
  }
  .contentSidebar .appItem button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .contentSidebar .appItem .appInfo {
    width: calc(100% - 40px);
  }
  .contentSidebar .appItem .appInfoTitle {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: block;
  }
  .contentSidebar .appItem .appInfoSubtitle {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    display: block;
  }
  .contentSidebar .appItem:nth-child(1n) {
    background: #8d53e9;
  }
  .contentSidebar .appItem:nth-child(1n):hover {
    background: #712cde;
  }
  .contentSidebar .appItem:nth-child(2n) {
    background: #00b7ff;
  }
  .contentSidebar .appItem:nth-child(2n):hover {
    background: #2ca0ce;
  }
  @media screen and (max-width: 1250px) {
    .contentSidebar {
      display: none;
    }
  }
  .burger {
    display: none;
    position: relative;
  }
  .mobileMenu {
    position: fixed;
    top: 0;
    right: 0%;
    display: block;
    z-index: 5;
    background: #f8f1d0;
    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: 75px;
  }
  .mobileMenu .mobileMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .mobileMenu .mobileMenuLinks a {
    color: #0b8457;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
  }
  .mobileMenu .mobileMenuLinks a:active {
    color: #f4486c;
  }
  .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) {
    .burger {
      display: block;
    }
  }
  .breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 25px;
    overflow-x: hidden;
  }
  .breadcrumbs a {
    color: #0b8457;
    font-size: 14px;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs .last {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
  }
  .breadcrumbs a:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    content: no-open-quote;
  }
  @media screen and (max-width: 1250px) {
    .breadcrumbs.wrapper {
      margin-top: 15px;
    }
  }
  .bannerApp {
    margin-top: 130px;
    background: url(/uploads/img/app_banner_bg.webp) no-repeat;
    background-size: cover;
  }
  .bannerApp .bannerAppWripper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
  }
  .bannerApp .bannerAppInfo {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .bannerApp .bannerAppInfo p {
    padding-bottom: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    width: 100%;
  }
  .bannerApp .bannerAppBtns {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .bannerApp .bannerAppBtns button {
    position: relative;
    padding: 18px 14px 40px 40px;
    width: 340px;
    color: #2f5fdc;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, 0.45);
    text-align: left;
  }
  .bannerApp .bannerAppBtns button::before {
    position: absolute;
    content: no-open-quote;
    width: 18px;
    height: 18px;
    top: 18px;
    left: 14px;
    background-image: url(/uploads/img/android-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bannerApp .bannerAppBtns button:hover {
    color: #fff;
    background: #2f5fdc;
    box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
  }
  .bannerApp .bannerAppBtns button:hover::before {
    background-image: url(/uploads/img/android_white.svg);
  }
  .bannerApp .bannerAppBtns button:after {
    content: "158003 скачиваний";
    position: absolute;
    top: 44px;
    left: 15px;
  }
  .bannerApp .bannerAppBtns .ios-btn:before {
    background-image: url(/uploads/img/apple.svg);
    left: 14px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    content: "35356 скачиваний";
    position: absolute;
    top: 44px;
    left: 15px;
  }
  .bannerApp .bannerAppBtns .ios-btn:hover::before {
    background-image: url(/uploads/img/apple_white.svg);
  }
  .bannerApp .bannerAppImg {
    width: 262px;
    margin-top: -30px;
  }
  .bannerApp {
    margin-top: 130px;
    background: url(/uploads/img/app_banner_bg.webp) no-repeat;
    background-size: cover;
  }
  @media screen and (max-width: 1250px) {
    .bannerApp {
      margin-top: 110px;
    }
    .bannerApp .bannerAppWripper {
      padding: 0 20px;
      justify-content: center;
    }
    .bannerApp .bannerAppInfo {
      align-items: flex-start;
      gap: 10px;
      padding: 15px 10px 15px 0;
    }
    .bannerApp .bannerAppInfo p {
      max-width: 250px;
      margin: 0;
      font-size: 26px;
      line-height: normal;
    }
    .bannerApp .bannerAppImg {
      margin-top: 15px;
      width: 105px;
      height: 214px;
    }
    .bannerApp .bannerAppImg img {
      width: 100%;
      height: 100%;
    }
    .bannerApp .bannerAppBtns {
      flex-direction: column;
      gap: 10px;
    }
    .bannerApp .bannerAppBtns button {
      padding: 10px 14px 30px 30px;
      width: 280px;
      font-size: 14px;
      line-height: 18px;
      border-radius: 8px;
    }
    .bannerApp .bannerAppBtns button::before {
      top: 10px;
      left: 8px;
    }
    .bannerApp .bannerAppBtns button:after {
      left: 11px;
      top: 30px;
    }
    .bannerApp .bannerAppBtns .ios-btn:after {
      left: 30px;
      top: 30px;
    }
    .bannerApp .bannerAppBtns .ios-btn::before {
      left: 8px;
    }
  }
  @media screen and (max-width: 550px) {
    .bannerApp {
      position: relative;
    }
    .bannerApp .bannerAppWripper {
      justify-content: flex-start;
    }
    .bannerApp .bannerAppWripper .bannerAppImg {
      position: absolute;
      right: 5px;
      bottom: 0;
    }
    .bannerApp .bannerAppWripper .bannerAppInfo {
      width: 200px;
    }
  }
  @media screen and (max-width: 450px) {
    .bannerApp .bannerAppBtns button {
      width: 180px;
    }
    .bannerApp .bannerAppBtns button:after {
      top: 35px;
    }
    .bannerApp .bannerAppBtns .ios-btn:after {
      top: 35px;
      left: 10px;
    }
  }
  @media screen and (max-width: 360px) {
    .bannerApp .bannerAppInfo p {
      font-size: 22px;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .mainBanner {
    margin: 10px 0 20px 0;
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #096c47 0%, #0b8457 100%);
  }
  .mainBanner_inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
  }
  .mainBanner_inner .mainBanner_inner-info {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 100px;
  }
  .mainBanner_img {
    background: url(/casino/total-casino.webp) no-repeat;
    background-position: right;
    width: 571px;
    height: 335px;
    background-size: contain;
  }
  .mainBanner_inner-info
    .mainBanner_inner-text
    .banner-title
    .banner-title-desc-main {
    font-family: Verdana;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
    text-align: left;
    color: #fff;
  }
  .mainBanner_inner-info .mainBanner_inner-text .banner-title p {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff;
  }
  @media screen and (max-width: 1960px) {
    .mainBanner {
      margin: 10px 0 20px 0;
    }
  }
  @media screen and (max-width: 1250px) {
    .mainBanner {
      height: 300px;
    }
    .mainBanner_inner {
      max-width: 100%;
      padding: 0 20px 0 20px;
    }
    .mainBanner_inner .mainBanner_inner-info {
      gap: 30px;
    }
    .mainBanner_inner .mainBanner_inner-info button {
      width: 100%;
    }
    .mainBanner_img {
      display: none;
    }
  }
  @media screen and (max-width: 720px) {
    .mainBanner {
      margin: 10px 0 10px 0;
      height: auto;
    }
    .mainBanner_inner {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px 0 0 0;
    }
    .mainBanner_inner .mainBanner_inner-info {
      justify-content: space-between;
      align-items: center;
      gap: 10px;
    }
    .mainBanner_inner .mainBanner_inner-info button {
      width: 200px;
    }
    .mainBanner_inner .mainBanner_img {
      display: none;
    }
    .mainBanner_inner-info
      .mainBanner_inner-text
      .banner-title
      .banner-title-desc-main {
      font-size: 30px;
      line-height: 35px;
    }
    .mainBanner_inner-info .mainBanner_inner-text .banner-title p {
      font-size: 14px;
      line-height: 16px;
    }
  }
  .nav-submenu {
    position: relative;
    height: 100%;
  }
  .nav-submenu:hover .nav-submenu-list {
    display: flex;
  }
  .nav-submenu .nav-submenu-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    height: 55px;
    display: flex;
    align-items: center;
  }
  .nav-submenu .nav-submenu-list {
    position: absolute;
    background: #000;
    top: 40px;
    left: -10px;
    width: 160px;
    flex-direction: column;
    padding: 10px 10px 0px 10px;
    display: none;
  }
  .nav-submenu .nav-submenu-list a {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  @media screen and (max-width: 1250px) {
    #mobileMenu .nav-submenu {
      margin-top: 20px;
    }
    #mobileMenu .nav-submenu-link {
      color: #df0000;
      font-size: 20px;
      text-align: center;
      font-weight: 700;
      line-height: 22px;
      text-transform: uppercase;
      display: block;
      height: auto;
    }
    #mobileMenu .nav-submenu-list {
      display: flex;
      width: 100%;
      left: 0;
      position: relative;
      top: 0;
    }
  }
  .promo {
    margin-top: 60px;
    background: #000 url(/uploads/img/mask.webp);
    padding: 20px 0;
  }
  .promo p {
    width: 100%;
  }
  .promo .promo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .promo .promo_wrapper .promo_info {
    text-align: center;
    width: 300px;
  }
  .promo .promo_wrapper .promo_info .promo_title {
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
  }
  .promo .promo_wrapper .promo_info .promo_text {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    font-size: 22px;
  }
  .promo .promo_wrapper .promo_info .promo_date {
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
  }
  .promo .promo_wrapper .promo_info .promo_date span {
    border-bottom: 2px dotted #fff;
  }
  .promo .promo_wrapper .promo_info .promo_percent {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    color: #ec2a0a;
  }
  .promo .promo_wrapper .promo_code-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promo .promo_wrapper .promo_code-info .promo_text {
    text-align: center;
    margin-bottom: 10px;
  }
  .promo .promo_wrapper .promo_code-info .promo_code {
    margin-bottom: 20px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 10px;
    background: #000;
    border: 5px dashed #fff;
    border-radius: 10px;
  }
  .promo .promo_wrapper .promo_code-info .promo_btn {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    display: inline-block;
    background: #a91704;
    padding: 8px 12px;
    border-radius: 8px;
  }
  @media screen and (max-width: 1250px) {
    .promo .promo_wrapper .promo_img {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .promo {
      padding: 0 0 10px 0;
    }
    .promo .promo_wrapper {
      flex-wrap: wrap;
    }
    .promo .promo_wrapper .promo_info {
      width: 100%;
    }
    .promo .promo_wrapper .promo_info .promo_title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0px;
    }
    .promo .promo_wrapper .promo_info .promo_text {
      margin-bottom: 0;
      font-size: 18px;
    }
    .promo .promo_wrapper .promo_info .promo_percent {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0px;
    }
    .promo .promo_wrapper .promo_info .promo_date {
      font-size: 16px;
    }
    .promo .promo_wrapper .promo_code-info {
      width: 100%;
    }
    .promo .promo_wrapper .promo_code-info .promo_text {
      margin-bottom: 0;
    }
    .promo .promo_wrapper .promo_code-info .promo_code {
      width: auto;
      font-size: 20px;
      border: 2px dashed #fff;
    }
    .promo .promo_wrapper .promo_code-info .promo_btn {
      font-size: 20px;
    }
  }
  .advantages {
    padding: 20px 0;
  }
  .advantages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .advantages ul li {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .advantages ul li img {
    width: 60px;
    height: 60px;
  }
  .advantages ul li p {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  @media (max-width: 1250px) {
    .advantages {
      overflow-x: scroll;
      flex-wrap: nowrap;
    }
    .advantages ul {
      justify-content: flex-start;
    }
    .advantages ul li {
      max-width: 160px;
      flex: 0 0 auto;
    }
  }
  .mirror-block {
    max-width: 600px;
    margin: 0 auto 20px auto;
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: #0e121c;
    border-radius: 16px;
  }
  .mirror-block img {
    margin-bottom: 16px;
    width: 60px;
    height: 60px;
  }
  .mirror-block span {
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .mirror-block p {
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
  }
  .mirror-block p span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #fff;
  }
  .mirror-block button {
    max-width: 400px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 24px;
    border-radius: 52px;
    background: #c01414;
  }
  @media (max-width: 1250px) {
    .mirror-block button {
      padding: 12px 24px;
    }
  }
  @media (max-width: 630px) {
    .mirror-block {
      padding: 20px;
      width: calc(100% - 32px);
    }
  }
  .cupon-banner {
    max-width: 600px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    background-color: #0e121c;
    border-radius: 26px;
    margin-bottom: 20px;
  }
  .content-side {
    width: 100%;
  }
  .content-side__title {
    padding-bottom: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
  }
  .content-side__promocode {
    display: flex;
    width: 100%;
  }
  .content-side__promocode-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    border-radius: 0px 52px 52px 0px;
    background: #fff;
    cursor: pointer;
  }
  .content-side__promocode-copy {
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 52px 0px 0px 52px;
    border: 2px solid #fff;
  }
  @media (max-width: 630px) {
    .promo-block {
      width: calc(100% - 32px);
    }
    .content-side__title {
      max-width: 300px;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 24px;
    }
  }
  .navButtons.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 26px;
    border-radius: 20px;
    border: 1px solid #0b8457;
  }
  .navButtons.wrapper .navButtonsItem {
    position: relative;
  }
  .navButtons.wrapper .navButtonsItem button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  @media screen and (max-width: 1250px) {
    .navButtons.wrapper .navButtonsItem {
      width: 120px;
      height: 90px;
    }
    .navButtons.wrapper .navButtonsItem img {
      width: 100%;
      height: 100%;
    }
    .navButtons.wrapper .navButtonsItem button {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 5;
    }
    .navButtons.wrapper .navButtonsItem:nth-child(5),
    .navButtons.wrapper .navButtonsItem:nth-child(6) {
      display: none;
    }
  }
  @media screen and (max-width: 750px) {
    .navButtons.wrapper {
      padding: 10px;
      gap: 5px;
    }
    .navButtons.wrapper .navButtonsItem {
      margin: 0 auto;
    }
    .navButtons.wrapper .navButtonsItem:nth-child(4) {
      display: none;
    }
  }
  @media screen and (max-width: 540px) {
    .navButtons.wrapper {
      display: grid;
      grid-template-columns: repeat(2, 2fr);
    }
    .navButtons.wrapper .navButtonsItem {
      margin: 0 auto;
    }
    .navButtons.wrapper .navButtonsItem:nth-child(4) {
      display: none;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .container {
    background: #eee;
    height: 100vh;
    padding-top: 200px;
  }
  /* 
  .casinos {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .casinos .casinos-header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #096c47;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
  }
  .casinos .casinos-header div {
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #fff;
    margin: 0 20px 0 50px;
  }
  .casino {
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 10px 30px 14px 40px;
    display: grid;
    grid-template-columns: 200px 224px auto 265px 200px;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #0b8457;
  }
  .casino .img img {
    width: 200px;
    height: 100px;
    border-radius: 10px;
  }
  .casino .rating {
    height: 63px;
    background-size: contain;
    background-position: center center;
    display: flex;
    margin-left: 25px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .casino .rating span {
    color: #000;
    font-weight: 400;
    font-size: 44px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .casino .rating .rating-block {
    font-size: 15px;
    margin: 10px 0px 0px 12px;
  }
  .casino .rating .rating-block .rating-img {
    margin-top: 4px;
    display: flex;
  }
  .casino .text {
    border-left: 1px solid #0b8457;
    border-right: 1px solid #0b8457;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .casino .text p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    padding-bottom: 8px;
    position: relative;
    padding-left: 30px;
    width: 100%;
  }
  .casino .text p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("/casino/casino-icon.svg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  .casino .bonus {
    padding-left: 20px;
  }
  .casino .bonus span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
    color: #000;
  }
  .casino .bonus p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    padding-top: 4px;
    display: table-cell;
  }
  .casino .button {
    width: 100%;
  }
  .casino .button button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000;
    background: #eac100;
    border-radius: 100px;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
  }
  .casino .button button:hover {
    opacity: 0.8;
  }
  @media screen and (max-width: 1250px) {
    .casino {
      display: grid;
      grid-template-columns: 200px 224px auto;
      padding: 10px 20px 14px 20px;
    }
    .casino .bonus {
      grid-column-start: 1;
      grid-column-end: 3;
      margin-top: 20px;
      padding-left: 0;
    }
    .casino .bonus p {
      font-size: 16px;
      line-height: 18px;
      padding-bottom: 0;
    }
    .casino .text {
      border-right: none;
    }
    .casino .button {
      max-width: 300px;
      height: 100%;
      display: flex;
      align-items: center;
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 850px) {
    .casino {
      grid-template-columns: 200px auto;
    }
    .casino .text {
      border-left: none;
      grid-column-start: 1;
      grid-column-end: 3;
      padding: 10px 0 0 0;
    }
    .casino .text p {
      padding-left: 0;
    }
    .casino .bonus {
      grid-column-start: 1;
      grid-column-end: 2;
    }
    .casino .button {
      min-width: 100%;
      justify-content: center;
      padding: 0 10px;
    }
    .casino .button button {
      max-width: 360px;
    }
    .casinos .casinos-header div {
      font-size: 12px;
      line-height: 15px;
      margin: 0 10px 0 0px;
    }
  }
  @media screen and (max-width: 500px) {
    .casino {
      grid-template-columns: 150px auto;
      padding: 10px 10px 10px 10px;
    }
    .casino .img {
      width: 100%;
      max-width: 135px;
    }
    .casino .img img {
      width: 130px;
      height: 65px;
    }
    .casino .bonus {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .casino .button {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .casino .rating {
      margin-left: 0;
    }
    .casino .rating span {
      font-size: 25px;
      line-height: 27px;
    }
    .casino .rating .rating-block {
      margin: 5px 0 0 5px;
      font-size: 13px;
      line-height: 16px;
    }
    .casino .text p {
      font-size: 12px;
      line-height: 15px;
    }
    .casinos .casinos-header div {
      font-size: 10px;
      line-height: 13px;
      margin: 0 5px 0 0px;
    }
  } */
  
  
  .plus-minus {
      display: grid;
      grid-template-columns: repeat(2, minmax(400px, 500px));
      grid-gap: 30px;
      gap: 30px;
      justify-content: center;
      margin-bottom: 30px
  }
  
  .plus-minus span {
      border-bottom: 2px solid;
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 29.05px;
      text-align: left;
      padding-left: 60px
  }
  
  .plus-minus p {
      display: block;
      padding: 0;
      padding-left: 50px;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 24.2px;
      text-align: left
  }
  
  .plus-minus__pro,.plus-minus__contra {
      width: 100%;
      border-bottom: solid 2px
  }
  
  .plus-minus__pro {
      border-color: #096c47;
  }
  
  .plus-minus__contra {
      border-color: #fa7c7c
  }
  
  .plus-minus__pro span {
      border-color: #096c47;
      color: #096c47;
  }
  
  .plus-minus__contra span {
      color: #ff2525
  }
  
  .plus-minus__head {
      padding-top: 13px;
      min-height: 56px;
      background-position: left 18px center;
      background-repeat: no-repeat
  }
  
  .plus-minus__pro .plus-minus__head {
      background-color: #60ba99;
      background-image: url(/plus_head.svg)
  }
  
  .plus-minus__contra .plus-minus__head {
      background-color: rgba(255,37,37,.2);
      background-image: url(/minus_head.svg)
  }
  
  .plus-minus .plus-minus__list-item {
      background-position: left 18px top 4px;
      background-repeat: no-repeat;
      margin-bottom: 10px
  }
  
  .plus-minus__list-item:first-of-type {
      margin-top: 20px
  }
  
  .plus-minus__list-item:last-of-type {
      margin-bottom: 20px
  }
  
  .plus-minus__pro .plus-minus__list-item {
      background-image: url(/plus.svg)
  }
  
  .plus-minus__contra .plus-minus__list-item {
      background-image: url(/minus.svg)
  }
  
  /* .currency-container,
  .license-container,
  .payment_methods-container {
      margin: 30px 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
      display: flex;
      width: 96%;
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .currency,
  .license,
  .payment_methods {
      background: #f9edb4;
      box-shadow: 0px 4px 4px 0px #1860C633;
      border-radius: 20px;
      width: 100%;
      max-width: 1200px;
      padding: 24px; 
  }*/
  
  .currency-header,
  .license-header,
  .payment_methods-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
  }
  .currency-header .img {
    margin-top: 8px;
  }
  
  .currency-title,
  .license-title,
  .payment_methods-title {
      font-family: Verdana, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 21.73px;
      letter-spacing: 0%;
  }
  .payment_methods-content p {
    margin: 0;
    padding: 0;    
    line-height: 1.6;
    font-family: Verdana, sans-serif;
  }
  .currency-content,
  .license-content,
  .payment_methods-content {
      line-height: 1.6;
      font-family: Verdana, sans-serif;
      
  }
  
  @media screen and (max-width: 600px) {
    .plus-minus {
        grid-template-columns: minmax(min-content, calc(100% - 20px))
    }
  }
  
  .contact-main {
    width: 100%;
    padding: 32px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #1b6249;
    display: flex;
    flex-direction: column;
    gap: 16px; 
    border-radius: 12px;
  }
  
  .contact-main input,
  .contact-main textarea {
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #FFF6E8;
    color: #767676;
    font-weight: 400;
  }
  
  .contact-main-message {
    width: 100%;
    height: 166px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border: none;
  }
  
  .contentBlock {
    background-color: #eac100;
    box-shadow: 4px 4px 2px 2px #e5e3e3;
    border: 1px solid #e8e5e5;
    padding: 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact {
    padding: 32px;
    background-color: #1b6249;
    border-radius: 12px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .contact-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .contact-info {
    flex: 1 1 400px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #fff;
  }
  
  .contact-item span {
    font-size: 18px;
    color: #fff;
  }
  
  .contact-item a {
    color: #FFF6E8;
  }
  
  .contact-map iframe {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  }
  
  .contact-form {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    background-color: #FFF6E8;
    color: #767676;
    font-weight: 400;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    resize: none;
  }
  
  .contact-form textarea {
    height: 166px;
  }
  
  .contact-form button {
    background-color: #eac100;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #d3a500;
  }
  
  
  
  /*  new casino block  */
  
  
  .c-wr , 
  .c-wr-winshark {
    background: #F8D5A2;
    border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-top: 20px;
  }
  
  .c-wr {
    position: relative;
  }
  
  .c-wr .casino-number {
    position: absolute;
    top:0;
    left: 0;
  }
  
  .c-wr .casino-number p {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    width: 40px;
    height: 40px;
    background-color: #7D8A4C;
    border-radius: 10px 0 10px 0;
    padding-top: 7px;
    text-align: center;
  }
  
  .c-i-wr {
    padding: 20px 24px;
  }
  
  .casinos, .casinos-reverse {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    width: calc(100% - 280px);
  }
  
  .c-b {
    background: #FFFAE4;
    border-radius: 10px;
    padding: 20px 24px 20px 24px;
    display: grid;
    grid-template-columns: 160px 30% 250px auto;
    align-items: center;
    border: 1px solid #f8f1d0;
    gap: 20px;
  }
  
  .c-b .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 160px;
  
  }
  
  .c-b .img span {
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
  
  .c-b .img .img_img {
    width: 160px;
    height: 66px;
    border-radius: 4px;
  }
  
  .c-b .r {
    height: 53px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .c-bo .r .title {
    font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #000;
  }
  
  .c-b .r.title .a {
    color: #000;
  }
  
  
  .c-b .r img {
    width: 15px;
  }
  
  .c-b .r span {
    color: #000;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 5px;
    
  }
  .c-b .r .r-i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c-b .r .license {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .c-b .b span {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
    text-align: left;
    color: #000;
  
  }
  
  .c-b .b p {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;  
    color: #000;
    padding-top: 8px;
    margin: 0;
    width: 100%;
    max-width: 300px;
  }
  
  .c-b .button {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .c-b .button button {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;  
    background: #7D8A4C;
    border-radius: 10px;
     border-radius: 10px;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 185px;
    padding: 14px 24px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    opacity: 1;
    color: #FFFFFF;
  }
  .c-b .button a {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;  
    background: #7D8A4C;
    border-radius: 10px;
     border-radius: 10px;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 185px;
    padding: 14px 24px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    opacity: 1;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .c-b .button .anm {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;  
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
     border-radius: 10px;
    box-shadow: none;
    width: 100%;
    max-width: 185px;
    padding: 13px 24px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    opacity: 1;
  }
  .c-b .button .info-casino {
    font-family: Tahoma;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.1px;
  text-align: left;
  color: #FFFFFF;
  background: transparent;
  position: relative;
  cursor: pointer;
  }
  .c-b .button .info-casino::after {
    content: url(/cards-casino/down.svg);
    width: 8px;
    height: 8px;
    position: absolute;
    padding-left: 5px;
  }
  
  .c-b .button button:hover {
    opacity: 0.8;
  }
  
  .c-b .button a:hover {
    opacity: 0.8;
  }
  
  .m-i {
    display: grid;
    margin-top: 10px;
    gap: 17px;
    grid-template-columns: 50% 48.8% auto;
  }
  .m-i .info-deposit {
    background: #FFFAE4;
    border-radius: 10px;
    padding: 5px 12px 5px 12px;
    width: 100%;
    max-width: 678px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  
  }
  .m-i  .min-dep , .m-i  .max-dep {
    background: #FFFAE4;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
  }
  .m-i  .min-dep .m-i-title , .m-i  .max-dep .m-i-title {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #000;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
  }
  
  .m-i  .min-dep span , .m-i  .max-dep span {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000;
  }
  
  .m-i .info-deposit .m-i-title {
    font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  }
  .m-i .info-deposit span {
    font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #000;
  }
  
  .m-i.visible {
    display: block;
  }
  .secure {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7A55D;
    padding: 9px 0;
    border-radius: 0 0 10px 10px;
  }
  .secure p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: unset;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 400;
    color:#FFFFFF;
  }
  .casinos-reverse .c-wr:nth-child(1) .img .img_img {
      background: url(/casino/Wildsino.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(2) .img .img_img {
      background: url(/casino/glitchspin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(3) .img .img_img {
      background: url(/casino/hero_spin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(4) .img .img_img {
      background: url(/casino/vincispin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(5) .img .img_img {
      background: url(/casino/oscarspin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(6) .img .img_img {
      background: url(/casino/casino_infinity.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(7) .img .img_img {
      background: url(/casino/magius.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  .casinos-reverse .c-wr:nth-child(8) .img .img_img {
      background: url(/casino/vegashero.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  
  .c-wr:nth-child(1) .img .img_img {
      background: url(/casino/glitchspin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
    .c-wr:nth-child(2) .img .img_img {
      background: url(/casino/oscarspin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
    .c-wr:nth-child(3) .img .img_img {
      background: url(/casino/vincispin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
    .c-wr:nth-child(4) .img .img_img {
      background: url(/casino/casino_infinity.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
    .c-wr:nth-child(5) .img .img_img {
      background: url(/casino/magius.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
    .c-wr:nth-child(6) .img .img_img  {
      background: url(/casino/vegashero.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  
    .c-wr:nth-child(7) .img .img_img  {
      background: url(/casino/hero_spin.webp) no-repeat;
      background-size: contain;
      background-position: 0 center;
    }
  
    .c-wr:nth-child(8) .img .img_img  {
        background: url(/casino/Wildsino.webp) no-repeat;
        background-size: contain;
        background-position: 0 center;
    }
  
    .c-wr:nth-child(9) .img .img_img  {
          background: url(/casino/MalinaCasino.webp) no-repeat;
          background-size: contain;
          background-position: 0 center;
    }
  
    .c-wr:nth-child(10) .img .img_img  {
            background: url(/casino/Librabet.webp) no-repeat;
            background-size: contain;
            background-position: 0 center;
    }
  
   .c-wr:nth-child(11) .img .img_img  {
            background: url(/casino/CaZeus.webp) no-repeat;
            background-size: contain;
            background-position: 0 center;
    }
  
   .c-wr:nth-child(12) .img .img_img  {
            background: url(/casino/Boomerang.webp) no-repeat;
            background-size: contain;
            background-position: 0 center;
    }
  
     .c-wr:nth-child(13) .img .img_img  {
            background: url(/casino/BDMBet.webp) no-repeat;
            background-size: contain;
            background-position: 0 center;
    }
  
  
    
  @media (max-width: 1250px) {
    .casinos {
      width: calc(100% - 32px);
    }
    .c-b {
        grid-template-columns: 50% 50%;
        padding: 20px 20px 14px 20px;
        gap: 14px;
    }
    .c-b .b p {
      max-width: unset;
    }
  
   .c-b  .b {
        padding-left: 0;
    }
  
    .c-b  .button {
        margin: 0 auto;
        justify-content: flex-start;
    }
    .c-b  .button button {
      max-width: 150px;
      padding: 14px 18px;
      font-size: 14px;
      line-height: 16px;
  }
  .c-b  .button a {
      max-width: 150px;
      padding: 14px 18px;
      font-size: 14px;
      line-height: 16px;
  }
  .c-b  .button .anm {
    max-width: 150px;
    padding: 13px 18px;
    font-size: 14px;
    line-height: 16px;
  }
  
  }
  @media (max-width: 930px) { 
    .c-b  .b {
      grid-column-start: 1;
      grid-column-end: 3;
  }
  }
  @media (max-width: 750px) { 
    .m-i {
      flex-direction: column;
    }
  }
  
  @media (max-width: 700px) {
    .c-b  {
        margin-bottom: 12px;
    }
  
  
    .c-b  .button {
        grid-column-start: 1;
        grid-column-end: 4;
        margin-left: 0;
    }
    .m-i {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .m-i .info-deposit  {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .m-i .min-dep, .m-i .max-dep {
      padding: 5px 12px 5px 12px;
    }
  
  }
  
  @media (max-width: 520px) {
    .c-b  {
      padding: 12px;
      gap: 14px 0; 
   
  }
    .c-b  .r {
        gap: 2px;
    }
    .c-b  .r .title {
      font-size: 14px;
      line-height: 15px;
    }
    .c-b  .b {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .c-b  .b p {
      text-align: center;
      font-size: 16px;
      line-height: 22px;
      padding: 5px 5px 5px 5px;
    }
    .c-b  .b span {
      text-align: center;
    }
    .c-b  .r span {
        font-size: 12px;
        line-height: 15px;
    }
    .c-b  .button {
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
  
  
  }
  
  @media (max-width: 420px) {
    .c-b  {
        grid-template-columns: 1fr 1fr;
        padding: 10px 10px 10px 10px;
        gap: 8px;
    }
   .c-b  .img {
      max-width: 100px;
    }
    .c-b  .img .img_img {
      width: 100px;
    }
  }
  
  
  .author.wrapper {
    width: 100%;
  }

  @media (max-width: 1250px) {
    .author.wrapper {
      width: calc(100% - 32px);
    }
  }
  
  .author-date {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 10px;
    margin: 0;
  }
  
  .author-date span {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #069b63;
  }
  
  main .author{
    display: block;
    gap: 20px;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .author img{
    border-radius: 100px;
  }
  
  .author-quote time {
    display: none;
  }

  .author-container, .author-quote {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .author-container, .author-quote figcaption {
    min-width: 100px;
  }
  
  .author-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  
  .author-container, .author-quote .author-name p{
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1F1F1F;
    text-transform: uppercase;
    margin: 0;
    width: auto;
  }
  
  .author-container, .author-quote p{
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    padding: 0;
    margin: 0;
  }
  
  .author-title{
    display: flex;
    justify-content: center;
    background-color: #DCFFEF;
    color: #333333;
    padding-right: 20px;
    gap: 10px;
    border-radius: 100px;
    align-items: center;
  }
  
  .author-title span{
    font-size: 14px;
  }
  
  
  
  
  .profile-card {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #ffe463;
    border-radius: 12px;
  }
  
  .profile-card img {
    border-radius: 100px;
    height: 120px;
    width: 120px;
  }
  
  .profile-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .profile-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  
  .profile-content .profile-name p {
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1F1F1F;
    text-transform: uppercase;
    margin: 0;
    width: auto;
  }
  .profile-name span{
    font-weight: 400;
    font-size: 15px;
  }
  
  .profile-content p {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F1F;
    padding: 0;
    margin: 0;
  }
  
  .profile-label {
    display: flex;
    justify-content: center;
    background-color: #DCFFEF;
    color: #333333;
    padding-right: 20px;
    gap: 10px;
    border-radius: 100px;
    align-items: center;
  }
  
  .profile-label span {
    font-size: 14px;
  }
  
  
  @media screen and (max-width: 900px) {
    .profile-name {
      flex-direction: column;
      align-items: flex-start; 
    }
    .profile-card {
      align-items: flex-start;
    }
    .profile-content .profile-name p {
      font-size: 15px;
    }
    .profile-content p {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .profile-card {
      flex-direction: column;
      align-items: center;
    }
    .profile-name {
      align-items: center;
    }
    .profile-name span{
      font-weight: 400;
      font-size: 14px;
    }
    .profile-card img {
      height: 80px;
      width: 80px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .profile-label {
      padding-right: 5px;
      gap: 2px;
    }
    .profile-card {
      gap: 5px;
      padding: 10px;
    }
    .profile-label span {
      font-size: 12px;
    }
    .profile-content .profile-name p {
      font-size: 14px;
    }
    .profile-content p {
      font-size: 11px;
    }
    .profile-name span{
      font-weight: 400;
      font-size: 13px;
    }
  }
  
  
  .footer {
    background: #eac100;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .footerInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .footerColumns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    text-align: left;
    justify-content: space-between;
  }
  
  .footerColumn {
    flex: 1;
    max-width: 300px;
  }
  
  .footerColumn--main {
    flex: 0 0 30%;
    max-width: 400px;
  }
  
  .footerLogo {
    margin-bottom: 20px;
  }
  
  .footerLogo img {
    max-width: 100%;
    height: auto;
  }
  
  .footerMenuTitle {
    font-size: 18px;
    font-weight: bold;
    color: #303238;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background: none;
  }
  
  .footerMenuTitle.accordion-toggle::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  
  .footerMenuTitle.accordion-toggle.active::after {
    content: '-';
  }
  
  .footerMenuGroup {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .footerMenuGroups {
    display: flex;
    gap: 30px;
  }
  
  .footerMenuGroup a,
  .contactItem a,
  .contactItem span {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
  }
  
  .footerMenuGroup a:hover,
  .contactItem a:hover {
    color: #000;
  }
  
  .copyright {
    color: #666;
    margin: 20px 0 0;
    line-height: 1.5;
    width: 100%;
  }
  
  .footerColumn--contacts {
    flex: 1;
    max-width: 250px;
  }
  
  .footerContacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }
  
  .contactItem {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
  }
  
  .contactIcon {
    flex-shrink: 0;
    margin-top: 2px;
    color: #303238;
  }
  
  
  @media (max-width: 860px) {
    .footerColumns {
      flex-direction: column;
      gap: 0;
    }
  
    .footerColumn {
      width: 100%;
      max-width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  
    .footerColumn--main {
      order: -1;
    }
  
    .footerLogo {
      display: none;
    }
  
    .footerMenuGroups {
      flex-direction: column;
      gap: 10px;
    }
  
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
    }
  
    .footerMenuTitle.accordion-toggle::after {
      display: block;
    }
  }
  
  @media (min-width: 861px) {
    .accordion-content {
      max-height: none;
      overflow: visible;
    }
  
    .footerMenuTitle.accordion-toggle::after {
      display: none;
    }
  }
  
  .pm__container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 24px;
      padding-bottom: 24px;
      max-width: 1400px;
      margin: 0 auto;
  }
  .pm__item {
      background: transparent;
      padding: 24px;
      border-radius: 16px;
  }
  .pm__headings span {
      display: block;
      text-align: left;
      color: #383737;
      font-size: 20px;
      line-height: 28px;
      font-weight: bold;
      padding-bottom: 8px;
  }
  .pm__item_plus .pm__headings {
      border-bottom: 1px solid rgba(112, 224, 14, 1);
  }
  .pm__item_minus .pm__headings {
      border-bottom: 1px solid rgba(255, 11, 11, 1);
  }
  .pm__container ul {
      padding: 20px;
      margin-top: 0;
      margin-bottom: 0;
      width: 100%;
  }
  .pm__container ul li {
      position: relative;
      padding-left: 34px;
      padding-bottom: 8px;
      color: #383737
  }
  .pm__container ul li:last-child {
      padding-bottom: 0;
  }
  .pm__item_plus li:before {
      content: '';
      width: 20px;
      height: 21px;
      position: absolute;
      top: -2px;
      left: 0;
      background: url(/plus-icon.svg)no-repeat;
      background-size: cover;
  }
  .pm__item_minus li:before {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      top: -1px;
      left: 0;
      background: url(/minus-icon.svg)no-repeat;
      background-size: cover;
  }
  
  @media (max-width: 900px) {
      .pm__container {
          grid-template-columns: repeat(1, 1fr);
      }
      .pm__item {
          padding: 18px;
      }
  }
  
  
  /* Author */
  .author-container, .author-quote{
    display: flex;
    gap: 20px;
    background-color: inherit;
    border-radius: 8px;
    flex-direction: unset;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
  }
  .author-text blockquote.author-name {
    font-size: 18px;
    font-weight: 500;
    color: #383737;
  }
  .author-info {
    display: flex;
    justify-content: center;
  }
  .author-text .author-name{
    font-size: 18px;
    font-weight: 500;
    color: #383737;
    padding-bottom: 8px;
    margin: 0;
  }
  .author-text .author-date{
    font-size: 16px;
    color: #383737;
    width: 100%;
    text-align: left;
  }
  .author-text span{
    font-weight: 700;
    color: #383737;
  }
  .author-img{
    border: 2px solid #FFF6CB;
    border-radius: 2px;
    border-radius: 100px;
  }
  @media(max-width:700px){
    .author-container, .author-quote {
      flex-direction: column;
      text-align: center;
    }
  }
  /* casino */
  .casino-info{
    display: flex;
    gap: 24px;
  }
  .casino-img-block{
    width: 432px;
    height: 224px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 40px;
  }
  .casino-info .casino-title{
    font-size: 16px;
  }
  @media(max-width:770px){
    .casino-info{
      flex-direction: column;
    }
    .casino-img-block{
      margin: 0 auto;
    }
  }
  @media(max-width:500px){
    .casino-img-block{
      width: 290px;
      height: 100px;
    }
  }
  
  
  
  /* plus/minus */
  .content-plus{
    border: 2px solid #7D8A4C;
    background-color: #FFFAE4;
    border-radius: 8px;
  }
  .content-plus .title-plus{
    font-size: 16px;
    font-weight: 700;
    color: #FEFEFE;
    background-color: #7D8A4C;
    padding: 20px;
    width: 100%;
  }
  .content-list{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .content-plus .list-plus{
    font-size: 16px;
  }
  .list-plus::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 6px;
    background: url(/plus.svg)no-repeat;
    background-size: cover;
  }
  
  .content-minus{
    border: 2px solid #D27F71;
    background-color: #FFFAE4;
    border-radius: 8px;
  }
  .content-minus .title-minus{
    background-color: #D27F71;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #FEFEFE;
  }
  .content-minus .list-minus{
    font-size: 16px;
  }
  .list-minus::before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 6px;
    background: url(/red-close.svg)no-repeat;
    background-size: cover;
  }
  .content-list {
    margin: 0;
  }
  
  
  .choice-img{
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .choice-img p {
    margin: 0;
  }
  .license-img,
  .rating-img{
    width: 32px;
    height: 32px;
  }
  .casino-block-choice{
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-left: 20px;
    max-width: 1400px;
  }
  
  .casino-block-choice p{
    margin-left: unset;
  }
  @media(max-width:900px){
    .choice-img{
      display: flex;
      flex-direction: column;
      align-items: start;
      margin-left: 20px;
    }
    .license-img,
    .rating-img{
      margin-bottom: 12px;
    }
  }
  
  
  
  .general-table .general-tr.dark-color .general-td{
    color: #3D3735;
  }
  .light-color .general-td{
    color: #3D3735;
  }
  .button-block button{
    background: #7D8A4C;
    width: 100%;
    max-width: 721px;
    border-radius: 8px;
    padding: 16px 32px;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .button-block button:hover {
    opacity: 0.8;
  }
  
  .casinos-bonus-block{
    box-shadow: 0px 0px 4px 0px #FFE259;
    background-color: #FFF6CB;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .strong-title{
    font-weight: 700;
  }
  
  .general-table-wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .table-img-block{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 28px;
    border: 1px solid #096D47;
    min-height: 100%;
    height: 380px;
  }
  .img-malina-casino{
    background-color: #360F39;
  }
  .malina-img , .libra-img , 
  .cazeus-img ,.boomerang-img ,
  .boomerang-img {
    height: auto;
  }
  .img-libra-casino{
    background-color: #1A1B30;
  }
  .img-cazeus-casino{
    background-color: #1A1B30;
  }
  
  .img-boomerang-casino{
    background-color: #040407;
  }
  
  .img-malina-bDMBet{
    background-color: #040407;
  }
  
  @media (max-width: 1250px) {
    .general-table-wrapper{
      flex-direction: column;
      gap: 12px;
    }
    .table-img-block {
      height: 120px;
      width: 100%;
    }
    .general-table-wrapper .general-table {
      margin-top: 0;
    }
  
  }
  .container-payment-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .container-payment{
    border:1px solid #7D8A4C;
    border-radius: 8px;
    padding: 20px;
  }
  .container-payment:last-child {
     grid-column: auto / span 2;
  }
  .container-payment:first-child:nth-last-child(even),
  .container-payment:first-child:nth-last-child(even) ~ .container-payment{
    grid-column: auto / span 1;
  }
  .payment-block{
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .container-payment p {
    margin: 0;
  }
  .payment-img{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .container-payment .payment-title{
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
  }
  @media(max-width:800px){
    .container-payment-info{
      display: flex;
      flex-wrap: wrap;
    }
  }
  
  
  .block-list{
    margin-left: 0;
  }
  .casino-list::before{
    content: "•";
    color: #096D47;
    margin-right: 12px;
  }
  .container-payment .casino-list{
    font-size: 16px;
  }
  
  .content-quote{
    background-color: #096D47;
    border-radius: 8px;
    width: 94%;
    margin: 20px auto;
    max-width: 1400px;
  }
  .content-quote p{
    color: #FEFEFE;
  }
  
  .container-casinos-rating{
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .casinos-img{
    width: 512px;
    height: 233px;
    border-radius: 8px;
  }
  @media(max-width:990px){
    .container-casinos-rating{
      grid-template-columns: 1fr;
    }
    .casinos-img{
      margin: 0 auto;
      margin-bottom: 16px;
    }
  }
  @media(max-width:600px){
    .casinos-img{
      width: 320px;
      height: 140px;
    }
  }
  
  
  
  .author-container, .author-quote--with-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-author{
    display: flex;
    gap: 20px;
  }
  .author-content p{
    color: #3D3735;
  }
  
  .footer{
    background-color: #55602C;
  }
  .footerColumn .footerMenuTitle,
  .footerMenuGroup{
    color: #ffffff;
  }
  @media(max-width:500px){
    .content-author{
      flex-direction: column;
      text-align: center;
    }
    .author-img{
      margin: 0 auto;
    }
  }
  
  
  
  .bonus-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 0 26px 20px;
    max-width: 1400px;
    border-radius: 8px;
  }
  .bonus-list p {
    padding-bottom: 0;
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
  }
  
  .banner {
    margin-bottom: 32px;
  }
  
  .banner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    gap: 60px;
  }
  .banner-content{
    position: relative;
    width: 100%;
    background: url(/bg-banner.webp) no-repeat;
    background-size: cover;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 60px;
    padding: 40px;
  }
  .banner-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .banner-img {
    width: 328px;
    height: 258px;
    object-fit: contain;
    z-index: 2;
    display: none;
  }
  .banner-text {
    z-index: 2;
  }
  .banner-text h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    max-width: 1012px;
    margin: 0;
    text-align: left;
    letter-spacing: unset;
    width: 100%;
    line-height: unset;
  }
  .banner-bonuses{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .container-bonus{
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #FFFAE4;
    border-radius: 8px;
    padding: 8px 20px;
    z-index: 2;
  }
  .container-bonus span{
    font-size: 18px;
    font-weight: 700;
    color: #383737;
  }
  .banner-icon{
    width: 32px;
    height: 32px;
  }
  
  @media(max-width:1300px){
    .banner-text h1 {
      font-size: 32px;
    }
    .container-bonus span {
      font-size: 14px;
    }
    .banner-icon {
      width: 24px;
      height: 24px;
    }
  }
  
  @media(max-width:1100px){
    .banner-text h1{
      font-size: 28px;
    }
    .container-bonus span{
      font-size: 14px;
    }
    .banner-icon{
      width: 24px;
      height: 24px;
    }
  }
  
  @media(max-width:885px){
    .banner-img{
      width: 250px;
      height: 180px;
    }
    .banner-text h1{
      font-size: 24px;
    }
    .container-bonus span{
      font-size: 12px;
    }
  }
  @media(max-width:745px){
    .container-bonus span{
      display: none;
    }
  }
  @media(max-width:585px){
    .banner-content{
      flex-direction: column;
      height: auto;
      padding: 20px;
    }
    .banner_wrap{
      gap:unset;
      flex-wrap: wrap;
    }
    .banner-text h1 {
      text-align: center;
      margin: 0 auto;
    }
    .banner-bonuses {
      justify-content: center;
    }
    .banner-icon{
      width: 32px;
      height: 32px;
    }
    .banner-img{
      width: 171px;
      height: 135px;
      margin: 0 auto;
      display: none;
    }
  }
  
  .casinosSmallList {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0 auto;
      max-width: 1400px;
      margin-bottom: 20px;
      gap: 20px;
  }
  .casinosSmallList .casinosItem {
      border-radius: 12px;
      border: 1px solid #7D8A4C;
  }
  .casinosSmallList .casinosItemImg {
      height: 80px;
      background: #fff;
      padding: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 32px;
  }
  
  .casinosSmallList p {
    text-align: center;
    font-weight: bold;
  }
  
  .casinosSmallList .casinosItemButton {
      padding: 12px;
  }
  .casinosSmallList .casinosItemButton button { 
      background-color: #7D8A4C;
      color: #FFFFFF;
      border-radius: 8px;
      padding: 12px 0px;
      font-size: 16px;
      cursor: pointer;
      width: 100%;
      transition: 0.4s;
      font-weight: bold;
  }
  .casinosSmallList .casinosItemButton a { 
      background-color: #7D8A4C;
      color: #FFFFFF;
      border-radius: 8px;
      padding: 12px 0px;
      font-size: 16px;
      cursor: pointer;
      width: 100%;
      transition: 0.4s;
      font-weight: bold;
      text-decoration: none;
      display: block;
      text-align: center;
  }
  @media screen and (max-width: 1250px) {
      .casinosSmallList {
          width: calc(100% - 32px);
      }
  }
  @media screen and (max-width: 650px) {
      .casinosSmallList {
          grid-template-columns: repeat(1, 1fr);
      }
  }
  
  .gt p {
    margin-left: unset;
    margin-right: unset;
  }
  
  .gt.c .general-table .general-tr .general-td p.mob {
    display: none;
  }
  
  .gt .button-block {
    padding: 0;
    margin: 0;
  }
  
  .gt .button-block button {
    width: 376px;
    color:#FFFFFF;
    background-color: #7D8A4C;
  }
  
  .gt .button-block a {
    width: 376px;
    color:#FFFFFF;
    background-color: #7D8A4C;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
  }
  
  .gt .button-block.wide button {
    width: unset;
  }
  
  .gt .button-block button::before {
    background-image: unset;
  }
  
  .gt .button-block button::after {
    background-image: unset;
  }
  
  .gt.c .general-table .general-tr .general-td.full {
    background-color: #F8D5A2;
    font-weight: 700;
    font-size: 18px;
  }
  
  .gt.c .general-table .general-tr .general-td {
    border:2px solid #F8D5A2;
  }
  
  .gt.c .general-table .general-tr .general-td.short {
    width: 280px;
  }
  
  .gt.c .general-table .general-tr .general-td.short img {
    margin: 0 auto;
  }
  
  .gt.c .general-table .general-tr .general-td p {
    margin: 0;
    padding: 0;
  }
  
  .gt.c .general-table .general-tr .general-td p.bold {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .gt.c .general-table .general-tr .general-td p {
    font-size: 18px;
    font-weight: 400;
  }
  
  .cp.wrapper p, .cb.wrapper p, .mp.wrapper p, .tb.wrapper p, .pm.wrapper p, .general-ul__container.wrapper p, .i-top.wrapper p, .una.wrapper p, .cos.wrapper p {
    width: 100%;
  }
  
  .pm.wrapper .author-container, .author-quote p {
    font-size: 18px;
    font-weight: 400;
  }
  
  .footer .footerInner.wrapper {
    border: unset;
    padding: 0;
  }
  
  @media(max-width:1250px){
    .cp.wrapper p, 
    .cb.wrapper p, 
    .mp.wrapper p, 
    .tb.wrapper p, 
    .pm.wrapper p, 
    .general-ul__container.wrapper p, 
    .i-top.wrapper p, .una.wrapper p, 
    .cos.wrapper p, .gt p, 
    .casino-block-choice p, 
    .choice-img, 
    .container-payment-info, 
    .casino-info,
    .content .general-ul {
      width: calc(100% - 32px);
      margin: 0 auto;
    }
  
    .pm.wrapper p.title-plus, .pm.wrapper p.title-minus {
      width: 100%;
    }
  
    .container-casinos-rating {
      display: block;
    }
  
    .casinos-img {
      margin: 0 auto;
      margin-bottom: 14px;
    }
  
    .pm.wrapper .author-container, .author-quote {
      width: calc(100% - 32px);
      margin: 0 auto;
    }
  }
  
  @media(max-width:900px){
    .choice-img {
      width: 100%;
    }
  
    .choice-img img {
      margin-left: 16px;
    }
  
    .cb.str .choice-img img {
      margin-left: 0;
    }
  
    .cb.str .choice-img p {
      width: unset;
    }
  }
  
  @media(max-width:650px){
    .gt .button-block button, .gt .button-block.wide button {
      max-width: 308px;
      font-size: 16px;
      font-weight: 700;
      padding: 20px;
      width: calc(100% - 32px);
    }
  
    .gt .button-block button, .gt .button-block a {
      max-width: 308px;
      font-size: 16px;
      font-weight: 700;
      padding: 20px;
      width: calc(100% - 32px);
    } 
  
    .gt .button-block button, .gt .button-block.wide a {
      max-width: 308px;
      font-size: 16px;
      font-weight: 700;
      padding: 20px;
      width: calc(100% - 32px);
    }
  
    .gt.c .general-table .general-tr .general-td.desktop {
      display: none;
    }
  
    .gt.c .general-table .general-tr .general-td p.mob {
      display: block;
    }
  
    .gt.c .general-table .general-tr .general-td p.bold {
      font-weight: 700;
      margin-bottom: 10px;
    }
  
    .gt.c .general-table .general-tr .general-td p {
      text-align: center;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
    }
  }


  .reviews {
    width: calc(100% - 280px);
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: center;
  }
  
  .reviews__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
  }
  
  .review {
    border: 2px solid #F8D5A2;
    border-radius: 12px;
    padding: 20px;
  }
  
  .review__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
  }

  .review__location {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }
  .review__location p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 0;
  }
  
  .review__avatar {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
  }
  
  .review__avatar--green { background: #92AC74;}
  .review__avatar--red { background: #D27F71;}
  .review__avatar--brown { background: #D7A55D;}
  
  .review__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .review__rating {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }
  .review__rating .review__stars {
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
  }
  .review__rating .review__name {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: left;  
    color: #383737; 
    padding-bottom: 0;
    margin: 0; 
    width: auto;
  }
  
  .review__stars {
    width: 110px;
    height: 20px;
    margin: 8px 0 12px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .review__text {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #383737;
    padding-bottom: 0;
    margin: 0;
  }

  @media screen and (max-width: 1250px) {
    .reviews {width: calc(100% - 32px); }
  }

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

  @media(max-width:400px){ 
    .review__avatar {
        max-width: 45px;
        height: 45px;
    }
    .review__rating .review__name  {
        font-size: 16px;
    }
    .review__text {
        font-size: 14px;
    }
    .review__stars img {
        width: 17px;
        height: 17px;
    }
  }
.review__container {
    width: calc(100% - 280px);
    margin: 0 auto;
    max-width: 1400px;
    border: 2px solid #F8D5A2;
    border-radius: 12px;
    padding: 24px;
}
 .review__title {
    background-color: #F8D5A2;
    border-radius: 8px;
    gap: 12px;
    padding: 16px 24px;
    width: 100%;
    display: flex;
    justify-content: center;

}
.review__title p {
    font-family: Verdana;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}
  .review__section {
    margin-bottom: 25px;
}


.user__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 721px;
    margin: 24px auto 0 auto;
    
}

.info__item {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center ;
}

.info__item label {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #383737; 
    width: 100%;
    max-width: 180px;   
}

.info__item input {
    padding: 10px 12px;
    border: 1px solid #F8D5A2;
    border-radius: 12px;
    font-size: 14px;
    transition: border-color 0.3s;
    width: 100%;
    max-width: 525px;
}

.info__item input:focus {
    outline: none;
    border-color: #4a90e2;
}

.rating {
    display: flex;
    border: 1px solid #F8D5A2;
    border-radius: 12px;
    max-width: 525px;
    width: 100%;
    background: #FFFAE4;
}
.rating .star {
    padding: 10px 42px;
    border-right: 1px solid #F8D5A2;
} 

.rating .star.active,
.rating .star.hover {
  background: #FFFFFF; 
}
.rating > :last-child {
    border-right: none;
    border-radius:  0 12px 12px 12px ;
}

.rating > :first-child {
  border-radius:  12px 0 0 12px ;
}


.star.active {
    color: #ffc107;
}

.review__section textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    resize: vertical;
    transition: border-color 0.3s;
}

.review__text:focus {
    outline: none;
    border-color: #4a90e2;
}

.review__btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit__btn {
    background: #7D8A4C;
    width: 100%;
    max-width: 721px;
    border-radius: 8px;
    padding: 16px 32px;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
}

.submit__btn:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1250px) {
    .review__container {width: calc(100% - 32px); }
  }

@media(max-width:800px){ 
    .info__item {
        flex-direction: column;
        width: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .review__section {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info__item input {
        max-width: unset;
    }
    .rating {
        width: unset;
        max-width: unset;
    }
    .rating .star {
        padding: 10px 20px;
    }
    .review__container {
        padding: 16px;
    }
    .review__title p {
        font-size: 16px;
    }

}

.table_link {
  display: block;
}


.showcase {width: calc(100% - 280px); max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; padding-bottom: 20px;}
.showcase_item {background: rgba(255, 250, 228, 1); border: 2px solid rgba(125, 138, 76, 1); border: 2px solid rgba(125, 138, 76, 1);
    border-radius: 12px; }
.showcase_number {position: absolute; top: -2px; left: 0; width: 35px; height: calc(100% + 4px); background: rgba(125, 138, 76, 1); display: flex; align-items: center;
    justify-content: center; border-radius: 12px 0 0 12px;}
.showcase_number.visible {border-radius: 12px 0 0 0px;}
.showcase_number span {font-size: 16px; color: rgba(255, 255, 255, 1);}
.showcase_top {display: grid; grid-template-columns: 160px 200px auto 181px; gap: 20px;position: relative; padding: 27px 20px 27px 59px;}
.showcase_img {background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 1px 0px rgba(93, 55, 0, 0.5); height: 100%; border-radius: 4px;
    display: flex; justify-content: center; align-items: center; padding: 8px;}
.showcase_info {display: flex; flex-direction: column;}
.showcase_info .showcase_name {font-size: 18px; font-weight: bold;}
.showcase_license_rating {display: flex; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid rgba(125, 138, 76, 1); padding-top: 12px;}
.showcase_rating, .showcase_license {display: flex; background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 1px 0px rgba(93, 55, 0, 0.5);
    align-items: center; justify-content: center; padding: 4px 8px; border-radius: 100px;}
.showcase_rating span, .showcase_license span, .showcase_protection span {font-size: 14px;}
.showcase_protection {display: flex; gap: 4px; align-items: center; padding-top: 12px;}
.showcase_bonus {background: rgba(255, 244, 196, 1); padding: 20px; border-radius: 4px;}
.showcase_bonus_title {display: flex; gap: 6px; align-items: center; margin-bottom: 12px;}
.showcase_bonus_title span {font-size: 15px;}
.showcase_bonus_value {font-size: 22px; font-weight: bold;}
.showcase_button button {width: 100%; background: rgba(125, 138, 76, 1); border-radius: 8px; color: rgba(255, 255, 255, 1); text-transform: uppercase;
    height: 66px; font-size: 18px; font-weight: bold; transition: 0.4s;}
.showcase_button button:hover {background: #D7A55D;}
.showcase_moreinfo {display: flex; align-items: center; gap: 4px; margin-top: 12px; cursor: pointer;}
.showcase_moreinfo span {font-size: 14px;}

.showcase_bottom {border-top: 1px solid rgba(125, 138, 76, 1); padding: 20px 50px; gap: 24px; grid-template-columns: 230px 230px auto;
    display: none;}
.showcase_bottom.visible { display: grid;}
.showcase_bottom_item {display: flex; flex-direction: column; gap: 12px;}
.showcase_bottom_name {font-weight: bold; font-size: 14px;}
.showcase_bottom_value {font-size: 16px;}
.showcase_protection_mobile {display: none;}

@media(max-width:1290px){ 
    .showcase_top { grid-template-columns: 160px 200px auto;}
    .showcase_button {grid-column-start: 1; grid-column-end: 4; display: flex; align-items: center; gap: 12px;}
    .showcase_button button {width: 181px;}
    .showcase_bottom {padding: 20px 20px;}
    .showcase_bottom {grid-template-columns: 150px 160px auto;}
}

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

@media(max-width:850px){ 
    .showcase_top { grid-template-columns: 176px auto; padding: 46px 0px 0px 0px; gap: 16px;}
    .showcase_button, .showcase_bonus {grid-column-start: 1; grid-column-end: 3;}
    .showcase_number {top: -2px; left: 0; width: 100%; height: 31px; border-radius: 12px 12px 0 0;}
    .showcase_bonus {border-radius: 0;}
    .showcase_img {margin-left: 16px;}
    .showcase_info {padding-right: 16px;}
    .showcase_bonus_value {font-size: 20px;}
    .showcase_bonus_title span {font-size: 14px;}
    .showcase_button {padding: 0 16px 16px 16px;}
    .showcase_bottom {grid-template-columns: 1fr; padding: 16px 16px; gap: 16px;}
    .showcase_bottom_item {gap:4px;}
}

@media(max-width:430px){
    .showcase_license_rating {flex-direction: column;}
    .showcase_rating, .showcase_license {align-self: flex-start;}
    .showcase_top {grid-template-columns: 136px auto; }
    .showcase_protection {display: none;}
    .showcase_protection_mobile {display: flex; grid-column-start: 1; grid-column-end: 3;  gap: 4px; align-items: center; padding: 12px 16px 0 16px; position: relative; justify-content: center;}
    .showcase_protection_mobile:before {content: ''; position: absolute; top: 0; left: 16px; width: 160px; height: 1px; background: rgba(125, 138, 76, 1);}
    .showcase_protection_mobile span {font-size: 14px;}
    .showcase_license_rating {border-bottom: none; padding-bottom: 0;}
    .showcase_button {flex-direction: column;}
    .showcase_button button {width: 100%;}
    .showcase_moreinfo {margin-top: 0;}
    .showcase_bonus_title {justify-content: center;}
    .showcase_bonus_value {display: block; text-align: center;}
}