* {
  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: #0d1016;
  font-family: Verdana, sans-serif;
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  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 .general-table-wrapper,
main .faq-container,
section .wrapper {
  color: #fff;
  margin: 0 auto;
  width: calc(100% - 280px);
  max-width: 1200px;
}

main .general-table-wrapper {
  overflow-x: overlay;
}

main section .wrapper {
  margin: 24px auto;
  padding: 20px;
  border-radius: 10px;
  background: #172034;
}

/* main section .wrapper * { width: 100%; max-width: 100%; } */
main section .wrapper h2 { text-align: left; font-size: 1.5rem; margin-bottom: 32px; }

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

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: 16px;
  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,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #c01414;
}

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

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.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: #a91704;
  font-size: 14px;
}

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

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

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

.pageError {
  min-height: calc(100vh - 70px);
}

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

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

.general-table thead {
  background: #fed6d6;
}

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

.general-table .general-tr .general-td {
  text-align: start;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
  background-color: rgb(0, 0, 0);
  padding: 16px 16px 16px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  .general-table .general-tr .general-td {
      padding-left: 10px;
      padding-right: 10px;
  }
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
  border: 1px solid #1a2033;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #0e121c;
}

.faq-container .faq-item:hover {
  border-color: #0e121c;
}

.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;
  text-align: left;
  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%;
  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: #f93333;
}

.faq-container .toggle:checked ~ .faq-question {
  color: #f93333;
}

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

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

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

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #000;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}

.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}

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

.button-block button::after {
  width: 78px;
  height: 52px;
  background-image: url(/circle_1.svg);
  left: 0;
  top: 0;
}

.button-block button::before {
  width: 135px;
  height: 68px;
  background-image: url(/circle_2.svg);
  right: -30px;
  bottom: 0;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #c01414;
}

.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

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



@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 {
    width: calc(100% - 32px);
  }

  main .wrapper {
    padding: 0 10px;
    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;
  }

  .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: 400px) {
  .general-table {
    max-width: 100%;
  }

  .general-table-wrapper {
    max-width: 100%;
  }
}



.footer {
  display: block;
  background: #181616;
  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;
}

.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}

.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: #c01414;
  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: 60px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 30px;
  background: #c01414;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-block-btn .buttons button {
  width: 48%;
}

.footer-block-btn .buttons .regButton {
  display: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(94deg, #e13d22 0%, #e15b22 100%);
}

.footer-block-btn .buttons .logButton {
  padding: 5px 24px;
  border-radius: 48px;
  background: #fff;
  color: #c01414;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 80px 0px;
  }

  .footer-block-btn {
    display: none;
    max-width: 358px;
    bottom: 20px;
  }

  .footer-block-btn .buttons .logButton {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}


.footer .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer .general-ul {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.footer .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.footer .general-ul li {
  padding-bottom: 0;
  padding-left: 10px;
}
.footer .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.footer .general-ul li::before {
  top: 12px;
  background-color: #80858f;
  width: 4px;
  height: 4px;
}

.footer general li {
  width: 100%;
}


.footer {
  display: block;
}
.footer .footerInner {
  display: block;
}
.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}
.footer .footerInner .copyright,
.footer .footerInner .copyright a {
  font-size: 12px;
}
.footer .footerInner .copyright {
  display: block;
  padding-top: 20px;
  color: #d2eeed;
}
.footer .footerInner {
  text-align: center;
}
.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: #ff2400;
  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 {
  background: #000;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
}
.footer-block-btn .buttons {
  display: none;
}
.footer-block-btn .buttons button {
  width: 48%;
  max-width: 300px;
  padding: 12px 0px;
  font-size: 16px;
}

.footer {
  padding-bottom: 40px;
}

.footer-top,
.footer-middle,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.footer-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-bottom .flex {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 5px auto;
}

.footer-bottom span {
  text-align: center;
}
.footer-column a {
  display: inline-block;
  width: fit-content;
}
.footer-top .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.footer-top .links a {
  color: rgb(210, 238, 237);
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
}
.footer-top {
  display: grid;
  grid-template-columns: repeat(2, 215px) 140px 350px;
  row-gap: 30px;
}
.footer-top .flex {
  display: flex;
}
.footer-middle {
  flex-direction: column;
}
.promo-section .promo-label {
  color: #FF2616;
  font-size: 12px;
}
.promo-section .divider {
  height: 24px;
  width: 1px;
  background: #FF2616;
  margin: 3px 24px;
}
.promo-section .promo-link {
  color: #d2eeed;
  font-size: 12px;
  text-align: left;
  width: 100%;
  display: block;
}
.footer-column {
  text-align: left;
}
.footer-column span,
.footer-bottom span {
  color: #d2eeed;
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.footer-column .general-ul li {
  margin-bottom: 0;
  text-align: left;
}
.footer-column .general-ul li a {
  font-size: 12px;
  color: #80858f;
  text-decoration: none;
}
.support button {
  display: block;
  margin: 8px 0;
  padding: 10px;
  border: none;
  color: white;
  cursor: pointer;
}
.providers img,
.payment-systems img {
  width: 120px;
  height: 100%;
}
.footer-middle .divider {
  background: linear-gradient(
    90deg,
    rgba(30, 35, 46, 0) 0%,
    rgba(128, 133, 143, 0.25) 27.6%,
    rgba(128, 133, 143, 0.5) 52.62%,
    rgba(128, 133, 143, 0.29) 74.48%,
    #0d1016 100%
  );
  height: 1px;
  width: 100%;
  margin: 5px 0;
}

.payment-systems,
.providers {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 90px);
  grid-template-rows: 48px 0;
  justify-content: center;
  column-gap: 10px;
}

.social-media img {
  width: 40px;
  margin-right: 10px;
}
.app-download button {
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.promo-section {
  grid-column: 1 / span 2;
}

.support .help-btn {
  color: #FF2616;
  width: 350px;
  height: 40px;
  border: 1px solid #FF2616;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .footer-column .general-ul {
    display: none;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .promo-section {
    grid-area: auto;
  }
  .support .help-btn {
    display: inline-block;
    width: 49%;
  }
  .footer-bottom {
    text-align: left;
    align-items: start;
  }
  .footer .footerInner {
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .providers img,
  .payment-systems img {
    width: 60px;
    height: 24px;
  }
  .payment-systems,
  .providers {
    column-gap: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .support .help-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .footer-block-btn .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .footer {
    padding: 20px 0 80px 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: #0d1016;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner .logo button {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
}

.header .headerInner .logo {
  position: relative;
  left: 35px;
}

.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 {
  display: flex;
  align-items: center;
  gap: 28px;
  transition: all 0.3s ease;
}
.header .headerInner .menu button {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.header .headerInner .menu a {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.header .headerInner .menu a:hover,
.header .headerInner .menu button:hover {
  color: #ff2400;
}

.header .headerInner .menu a.active {
  color: #ff2400;
}

.buttons .logButton {
  padding: 12px 24px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 48px;
  background: #da3737;
}

.buttons .regButton {
  position: relative;
  margin-right: 20px;
  background: #fff;
  padding: 12px 24px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  color: #e13d22;
}

@media screen and (max-width: 1960px) {
  .header {
    height: 64px;
    padding: 0.75rem 1rem;
    position: relative;
  }
  .header .headerInner .logo button {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }

  .header .headerInner .logo {
    left: unset;
    display: flex;
  }

  .header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }

  .header .buttons .regButton {
    margin-right: 0;
  }

  .header .buttons .regButton {
    background: #ff2400;
    color: #fff;
    font-size: 18px;
    border-radius: 0.25rem;
    font-weight: 600;
    margin-right: 0.5rem;
    position: relative;
  }
  .header .buttons .regButton::before {
  color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    content: "125%";
    position: absolute;
    top: -8px;
    right: 8px;
    z-index: 1;
    height: 16px;
    padding-right: 6px;
    padding-left: 27px;
    font-style: italic;
    line-height: 16px;
    background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);;
    border-radius: 8px;
}
.header .buttons .regButton::after {
  content: url(/gift.svg);
    position: absolute;
    top: -13px;
    right: 57px;
    z-index: 1;
    width: 12px;
}

  .header .buttons .regButton:hover {
    background: linear-gradient(
        0deg,
        rgba(49, 51, 52, 0.15),
        rgba(49, 51, 52, 0.15)
      ),
      #ff2400;
  }

  /* .header .buttons .regButton::after {
    content: "";
    animation: button-pulse 1.6s ease-out infinite 0.5s;
    position: absolute;
    border-radius: 0.25rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7, 0.5);
    background: rgba(255, 36, 0, 0.5);
    z-index: -1;
    transition: transform 0.5s linear;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
  } */

  @keyframes button-pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.7, 0.5);
      opacity: 0;
      border-radius: 0.25rem;
    }

    12% {
      opacity: 1;
    }

    34% {
      transform: translate(-50%, -50%) scale(1);
    }

    38% {
      opacity: 0;
    }

    40% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-radius: 0.5rem;
    }

    to {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-radius: 0.25rem;
    }
  }

  .header .buttons .logButton {
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: inherit;
    border: 1px solid #ff2400;
    font-weight: 600;
  }

  .header .buttons .logButton:hover {
    background: #ff2400;
    transition: 0.3s;
  }
}

@media screen and (max-width: 660px) {
  .header .headerInner .logo {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .header .buttons .logButton {display: none;}
  .header .buttons .regButton {margin-right: 0;}
}

@media screen and (max-width: 390px) {
  .header .buttons .regButton {
    padding: 10px 16px;
    font-size: 16px;
  }
  .header .buttons .logButton {
    padding: 10px 16px;
    font-size: 16px;
  }

  .header .logo {
    width: 90px;
  }
}

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

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #e13d22;
  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,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

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

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

.overlay[hidden] {
  display: none;
}

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

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}

.breadcrumbs a {
  color: #fff;
  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;
  }
}

/* 

.pinup-double {
  margin-top: 40px;
}
.pinup-banner-wrap {padding: 0.75rem 1rem;}

.pinup-double .pinup-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 10px auto 0;
}

.pinup-double .pinup-wrap .pinup-left {
  max-width: 540px;
  width: 100%;
  height: 320px;
  position: relative;
}

.pinup-double .pinup-wrap .pinup-left .underlay {
  background: url("/uploads/img/bonus-sport-underlay-desk.webp") no-repeat;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 100%;
  background-position: bottom 0 right -240px;
}

.pinup-double .pinup-wrap .pinup-left .underlay-bg {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13171f;
  position: absolute;
  border-radius: 1rem;
  background-image: radial-gradient(
    84.73% 98.43% at 100% 60.83%,
    red,
    rgba(255, 0, 0, 0)
  );
  z-index: 1;
}

.pinup-double .pinup-wrap .pinup-left img.pinup-left-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 310px;
  z-index: 3;
}

.pinup-double .pinup-wrap .pinup-content {
  padding: 2rem;
  height: auto;
}

.pinup-double .pinup-wrap .pinup-content .pinup-title {
  position: relative;
  z-index: 4;
}



.pinup-double .pinup-wrap .pinup-content .pinup-title .h3 {
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 3.25rem;
  color: #fff;
  text-transform: uppercase;
  margin: unset;
  padding: unset;
  text-align: left;
}

.pinup-double .pinup-wrap .pinup-content .pinup-title .p {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin: unset;
  padding: unset;
  text-align: left;
}

.pinup-double .pinup-wrap .pinup-content .pinup-descr {
  position: relative;
  z-index: 4;
  margin-top: 16px;
}

.pinup-double .pinup-wrap .pinup-content .pinup-descr .h4 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  margin: unset;
  padding: unset;
  text-align: left;
}
.pinup-double .pinup-wrap .pinup-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pinup-double .pinup-wrap .pinup-content button.btn-banner-apk {
  width: 180px;
}

.pinup-double .pinup-wrap .pinup-content .pinup-descr .colored {
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8px;
  font-weight: 600;
}

.pinup-double .pinup-wrap .pinup-content button {
  z-index: 4;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  line-height: 24px;
  color: #fff;
  background-color: #ff2400;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 0.25rem;
  width: 285px;
}

.pinup-double .pinup-wrap .pinup-content .btn-banner-casino {
  align-self: flex-start;
}

.button-block .btn-apk {
  background: left 1rem center url(/android.svg) no-repeat, #009b7f;
  width: 320px;
}

.pinup-double .pinup-wrap .pinup-content button:hover {
  background: linear-gradient(
      0deg,
      rgba(49, 51, 52, 0.15),
      rgba(49, 51, 52, 0.15)
    ),
    #ff2400;
}

.pinup-double .pinup-wrap .pinup-right {
  max-width: 540px;
  width: 100%;
  height: 320px;
  position: relative;
}

.pinup-double .pinup-wrap .pinup-right img.pinup-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 310px;
  transform: rotateY(180deg)
}

.pinup-double .pinup-wrap .pinup-right .underlay {
  background: url("/uploads/img/bonus-casino-underlay-desk.webp") no-repeat;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 100%;
}

.pinup-double .pinup-wrap .pinup-right .underlay-bg {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  position: absolute;
  border-radius: 1rem;
  background-image: radial-gradient(
    105.93% 112.43% at 114.58% 68.81%,
    #00ffb2,
    rgba(0, 255, 209, 0)
  );
  z-index: 3;
}
.pinup-double .pinup-wrap .pinup-content button.btn-banner-apk:hover {
  background: left 1rem center url(/android.svg) no-repeat, #009b7f;
  opacity:.8;
} */

@media (max-width: 1280px) {
  .bottom-panel {
    display: block;
  }
}
/* 
@media (max-width: 1000px) {
  .pinup-double .pinup-wrap .pinup-right .pinup-content .pinup-title .p {
    text-align: right;
    width: 100%;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-title .p {
    font-size: 26px;
    line-height: 26px;
  }

  .pinup-double {
    margin-top: 0px;
  }

  .pinup-double .pinup-wrap {
    gap: 1rem;
  }

  .pinup-double .pinup-wrap .pinup-left {
    height: 209px;
  }

  .pinup-double .pinup-wrap .pinup-left img.pinup-left-img {
    width: 194px;
  }

  .pinup-double .pinup-wrap .pinup-left .underlay {
    background-position: bottom 0 right -110px;
  }

  .pinup-double .pinup-wrap .pinup-content {
    height: auto;
    padding: 1rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-title .h3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-title .h3 .p {
    font-size: 24px;
    line-height: 24px;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-descr {
    margin-top: 10px;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-descr .h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-descr .colored {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-top: 0;
  }

  .pinup-double .pinup-wrap .pinup-content button {
    margin-top: 10px;
  }

  .pinup-double .pinup-wrap .pinup-right {
    height: 209px;
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content {
    text-align: right
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content .pinup-title .h3 {
    width: 100%;
    text-align: right
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content .pinup-title .h3 .p {
    width: 100%;
    text-align: right
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content .pinup-descr .h4 {
    text-align: right;
    width: 100%;
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content img.pinup-right-img {
    width: 194px;
    left: 0;
    transform: rotateY(360deg)
  }
  .pinup-double .pinup-wrap .pinup-content .btn-banner-casino {
    align-self: flex-end;
  }
}

@media (max-width: 700px) {
  .pinup-double .pinup-wrap {
    display: block;
  }

  .pinup-double .pinup-wrap .pinup-left {
    max-width: unset;
    margin-bottom: 24px;
  }

  .pinup-double .pinup-wrap .pinup-left .underlay {
    background-position: bottom 0 right 0px;
  }

  .pinup-double .pinup-wrap .pinup-left img.pinup-left-img,
  .pinup-double .pinup-wrap .pinup-right .pinup-content img.pinup-right-img {
    right: 80px;
  }

  .pinup-double .pinup-wrap .pinup-right {
    max-width: unset;
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content .underlay {
    background-size: cover;
  }
}

@media (max-width: 520px) {
  .pinup-double .pinup-wrap .pinup-left img.pinup-left-img,
  .pinup-double .pinup-wrap .pinup-right .pinup-content img.pinup-right-img {
    right: 0;
  }
}

@media (max-width: 420px) {
  .pinup-double .pinup-wrap .pinup-left {
    height: 189px;
    margin-bottom: 10px;
  }

  .pinup-double .pinup-wrap .pinup-left img.pinup-left-img {
    width: 170px;
  }

  .pinup-double .pinup-wrap .pinup-left .underlay {
    height: 189px;
    background-position: bottom 0 right -100px;
  }

  .pinup-double .pinup-wrap .pinup-content {
    height: auto;
    padding: 0.75rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-title h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-title h3 p {
    font-size: 20px;
    line-height: 20px;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-descr h4 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .pinup-double .pinup-wrap .pinup-content .pinup-descr .colored {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .pinup-double .pinup-wrap .pinup-right, .pinup-double .pinup-wrap .pinup-right .pinup-content .underlay {
    height: auto;
  }

  .pinup-double .pinup-wrap .pinup-right .pinup-content img.pinup-right-img {
    width: 170px;
  }
}


@media screen and (max-width: 340px) {
  .pinup-double .pinup-wrap .pinup-content button {
    padding: 0.5rem 1rem;
    width: 263px;
  }
} */

.bottom-panel {
  display: none;
}

@media screen and (max-width: 1280px) {
  .bottom-panel {
    display: block;
  }
}

.bottom-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 600;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
  background-color: #0d1016;
  transition: bottom 0.6s;
  padding: 0 1rem;
}

.bottom-panel .panel-items {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 1fr);
}

.bottom-panel .panel-items .panel-item {
  display: grid;
  text-align: center;
  grid-gap: 2px;
  text-decoration: none;
  padding: 0.5rem 0;
}

.bottom-panel .panel-items .panel-item img {
  margin: 0 auto;
}

.bottom-panel .panel-items .panel-item button p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #80858f;
  padding: 0;
}

.bottom-panel .panel-items .panel-item button:hover p {
  transition: 0.3s;
  color: #ff2400;
}

@media (max-width: 720px) {
  .bottom-panel {
    padding: unset;
  }

  .bottom-panel .panel-items .panel-item img {
    width: 24px;
    height: 24px;
  }

  .bottom-panel .panel-items .panel-item button p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
  }
}

@media (max-width: 430px) {
  .bottom-panel .panel-items .panel-item button p {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

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





/* main button */
.main_button_block {
  padding: 24px;
  text-align: center;
}
.main_button_block button {
  background: #f8c602;
  border: 1px solid #0051d8;
  padding: 15px 20px;
  border-radius: 10px;
  color: #000d40;
  font-size: 20px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.main_button_block button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 420px) {
  .button-block button {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .button-block button {
    font-size: 11px;
  }
}

.casinoBlockParent {background:#181616; margin: 20px 0; padding: 0 1rem;}
.casinoBlock {
  display:grid;
  justify-content:space-between;
  align-items:center;
  max-width: 1200px;
  margin: 0 auto;
  padding:30px 0px;
  grid-template-columns:repeat(4,auto)
}
.casinoBlock img {
  width:123px;
  height:48px;
  display:inline-block;
  margin:0 auto
}
.casinoBlock .stars {
  display:flex;
  justify-content:center
}
.casinoBlock .star {
  width:20px;
  height:20px;
  margin:0 4px
}
.casinoBlock .bonus {
  font-size:20px;
  font-weight:600;
  padding-bottom:0;
  text-align:center
}
.casinoBlock button {
  background:#00cfa6;
  padding:10px 20px;
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  color: #000;
  font-size: 1rem;
}
@media (max-width:800px) {
  .casinoBlock {
    grid-template-columns:repeat(2,auto);
    justify-content:center;
    gap:25px
  }
}
@media (max-width:500px) {
  .casinoBlock {
    grid-template-columns:repeat(1,auto);
    gap:15px
  }
}

.casino__counterParent {max-width: 1200px; margin: 0 auto; padding: 0 1rem;}
.casino__counter {
  display:flex;
  justify-content:space-between;
  margin:64px 0;
  flex-wrap:wrap
}
.casino__counter_items {
  display:flex;
  flex-wrap:wrap
}
.casino__counter_items .item {
  width:200px;
  height:160px;
  border:4px #00cfa6 solid;
  border-radius:8px;
  margin-right:24px;
  position:relative
}
.casino__counter_items .img {
  max-width:84px;
  padding:10px;
  background:#0d1016;
  position:absolute;
  top:-42px;
  left:calc(50% - 42px)
}
.casino__counter_items img {
  max-width:100%
}
.casino__counter_items .item p {
  position:absolute;
  bottom:0;
  left:18px;
  font-size:16px;
  text-transform:uppercase;
  line-height:1.2;
  max-width:85%;
  width: 100%;
}
.casino__counter_items .item p span {
  display:block;
  font-size:19px;
  font-weight:700;
  color:yellow;
  line-height:1.2
}
.casino__counter_number span {
  color:yellow;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  position:relative;
  display:block
}
.casino__counter_number span:before {
  content:url(/curve.svg);
  position:absolute;
  top:12px;
  left:-52px
}
.casino__counter_number p {
  margin-top:18px;
  margin-bottom:24px;
  font-weight:700;
  color:#fff6a9;
  font-size:44px
}
.casino__counter_number b {
  position:relative;
  width:54px;
  height:54px;
  line-height:54px;
  overflow:hidden;
  display:inline-block;
  border:3px #fff solid;
  border-radius:9px;
  margin-bottom:12px;
  margin-right:4px;
  color: #fff;
}
.casino__counter_number b:after {
  content:"0 \A  1 \A  2 \A  3 \A  4 \A  5 \A  6 \A  7 \A  8 \A  9 \A";
  font-size:28px;
  font-style:normal;
  white-space:pre;
  position:absolute;
  top:0;
  left:30%
}
.casino__counter_number .num {
  position:relative;
  max-width:394px;
  display:inline-flex;
  margin-top: 10px;
}
.casino__counter_number b:nth-child(1):after {
  content:"2 \A  3 \A  4 \A  5 \A  6 \A  7 \A  8 \A   9 \A"
}
.casino__counter_number b:nth-child(2):after {
  content:"5 \A  5 \A  6 \A  7 \A  8 \A  9 \A"
}
.casino__counter_number button {
  padding:10px 40px;
  background: #ff2400;
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-size:17px;
  border-radius:8px;
  max-width:160px
}
.casino__counter_number b:nth-child(1):after {
  animation:animate 100000s steps(10) infinite
}
.casino__counter_number b:nth-child(2):after {
  animation:animate 10000s steps(10) infinite
}
.casino__counter_number b:nth-child(3):after {
  animation:animate 1000s steps(10) infinite
}
.casino__counter_number b:nth-child(4):after {
  animation:animate 100s steps(10) infinite
}
.casino__counter_number b:nth-child(5):after {
  animation:animate 10s steps(10) infinite
}
.casino__counter_number b:nth-child(6):after {
  animation:animate 1s steps(10) infinite
}
.casino__counter_number .num:before {
  content:"₸";
  position:absolute;
  width:24px;
  height:24px;
  background:yellow;
  color:#333;
  transform:rotate(8deg);
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  bottom:12px;
  right:-12px;
  font-weight:700;
  z-index:9;
  font-size:22px
}
@keyframes animate {
  0% {
    top:0
  }
  100% {
    top:-540px
  }
}

@media (max-width:1200px) {
  .casino__counter_number {
    width:100%;
    margin-top:32px
  }
  .casino__counter_number span::before {
    display:none
  }
  .casino__counter_items {
    justify-content:space-between;
    width:100%
  }
  .casino__counter_items .item {
    width:33%;
    height:120px
  }
  .casino__counter_items .item {
    margin-right:0
  }
  .casino__counter {
    margin: 44px 0 20px 0;
  }
}

@media (max-width:850px) {
  .casino__counter_items .img {
    max-width:64px
  }
  .casino__counter_items .item p span {
    font-size:14px
  }
  .casino__counter_items .item p {
    font-size:12px;
    bottom:-6px;
    left: 8px;
  }
}

@media (max-width:400px) {
  .casino__counter_items .item:last-child {
    display:none
  }
  .casino__counter_items .item {
    width:48%
  }
  .casino__counter_number b {
    width:42px
  }
  .casino__counter_number b::after {
    left:10%
  }
  .casino__counter_number button {
    width:100%
  }
}


.banner {
  height: 100%;
  margin: 0 auto 10px auto;
  width: 94%;
  max-width: 1600px;
}
.banner .banner_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
}
.banner .banner_inner span {
  display: block;
  z-index: 3;
}
.banner .banner_inner .banner_left {
  display: flex;
  flex-direction: column;
  padding: 28px 0 32px 28px;
  width: 56%;
  height: 213px;  border-radius: 20px;
  position: relative;
  background: #170500;
}
.banner .banner_inner .banner_left .banner_info,
.banner .banner_inner .banner_right .banner_info {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.banner .banner_inner .banner_left .banner_left_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: right 0 center url(/left.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}
.banner .banner_inner .banner_right {
  display: flex;
  flex-direction: column;
  padding: 28px 0 32px 28px;
  width: 42%;
  height: 213px;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(289.76deg, rgba(21, 25, 31, 0.5) 0%, rgba(2, 195, 137, 0.5) 85.12%);
}
.banner .banner_inner .banner_right .banner_caption_gradient {
  margin-top: 25px;
}
.banner .banner_inner .banner_right .banner_right_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: right 0 center url(/right.webp) no-repeat;
  background-size: cover;
  z-index: 1;
}
.banner .banner_inner button {
  background: #ff2400;
  color: #fff;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 41px;
  margin: 0;
}
.banner .banner_inner button:hover {
  opacity: 0.8;
}

.banner_title {
font-weight: 700;
font-style: italic;
font-size: 32px;
line-height: 100%;
text-transform: uppercase;
color: #fff;
}
.banner_title_colored {
  width: 80%;
font-style: italic;
font-size: 28px;
line-height: 100%;
text-transform: uppercase;
background: linear-gradient(180deg, #FFC600 0%, #FF9100 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: table;
margin-top: 12px;
}
@media screen and (max-width: 1280px) { 
  .banner_title {
    font-size: 25px;

    }
    .banner_title_colored {
    font-size: 25px;
    }
}

@media screen and (max-width: 1000px) {
  .banner .banner_inner {
    flex-wrap: wrap;
    gap: 15px;
  }
  .banner .banner_inner .banner_left {
    height: 186px;
    width: 100%;
    padding: 17px 0 17px 17px;
    overflow: hidden;
  }
  .banner .banner_inner .banner_right {
    height: 144px;
    width: 100%;
    padding: 17px 0 17px 17px;
    overflow: hidden;
  }
  .banner {
    margin-top: 0;
    height: auto;
  }
  .banner_title {
    font-size: 20px;
    width: 55%;

    }
    .banner_title_colored {
    font-size: 18px;
width: 70%    }
    .banner .banner_inner .banner_left .banner_info,
    .banner .banner_inner .banner_right .banner_info {
      margin-top: 12px;
    }
}
.galleryInner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.galleryInner:has(.galleryItem:nth-child(13):last-child) {
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.galleryInner:has(.galleryItem:nth-last-child(-n+3)) {
  justify-content: center;
}

.galleryItem {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.galleryItem span {
  font-family: Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  order: 2;
}

.galleryImg {
  width: 100%;
  aspect-ratio: 220 / 169;
  max-width: 220px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  order: 1;
  position: relative;
  transition: all 0.3s ease;
}

.galleryImg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.galleryImg:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.galleryImg a {
  display: block;
  width: 100%;
  height: 100%;
}

.galleryImg .hover-buttons {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  flex-direction: column;
  gap: 10px;
  width: 80%;
}

.galleryImg:hover .hover-buttons {
  display: flex;
}

.hover-buttons button {
  display: block;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.hover-buttons .demo-btn {
  background-color: #FFFFFF;
  color: #000;
}

.hover-buttons .play-btn {
  background-color: #FF2400;
  color: #FFF;
}

.hover-buttons button:hover {
  transform: scale(1.05);
}

.hot-fruits-100 { background-image: url('/slots/hot-fruits-100.webp'); }
.pin-up-athena-s-glory { background-image: url('/slots/pin-up-athena-s-glory.webp'); }
.allways-hot-fruits { background-image: url('/slots/allways-hot-fruits.webp'); }
.sunny-coin-2 { background-image: url('/slots/sunny-coin-2.webp'); }
.wild-crowns { background-image: url('/slots/wild-crowns.webp'); }
.gold-gold-gold { background-image: url('/slots/gold-gold-gold.webp'); }
.sunlight-princess { background-image: url('/slots/sunlight-princess.webp'); }
.coins { background-image: url('/slots/coins.webp'); }
.aviator { background-image: url('/slots/aviator.webp'); }
.maya-sun { background-image: url('/slots/maya-sun.webp'); }
.crystal-fruits { background-image: url('/slots/243-crystal-fruits.webp'); }
.hot-fruits { background-image: url('/slots/7-hot-fruits.webp'); }
.green-chilli { background-image: url('/slots/green-chilli.webp'); }
.story-of-odin { background-image: url('/slots/story-of-odin.webp'); }

.all-slots-btn {
  display: block;
  max-width: 492px;
  width: 492px;
  height: 41px;
  background-color: #FF2400;
  border-radius: 6px;
  padding: 12px 24px;
  margin: 20px auto;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 17px;
}

@media screen and (max-width: 768px) {
  .galleryInner {
    grid-template-columns: repeat(4, 1fr);
  }

  .galleryImg {
    max-width: 142px;
    aspect-ratio: 142 / 109;
  }

  .galleryInner:has(.galleryItem:nth-child(13):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }

  .galleryItem span {
    font-size: 14px;
  }

  .galleryItem:nth-child(13),
  .galleryItem:nth-child(14),
  .galleryItem:nth-child(15) {
    transform: translateX(50%);
  }

  .hover-buttons button{
    padding: 6px 10px;
    font-size: 12px;
  }

  .all-slots-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 576px) {
  .galleryInner {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner_title {
    width: 80%;
  }

  .galleryImg {
    max-width: 142px;
    aspect-ratio: 142 / 109;
  }

  .galleryInner:has(.galleryItem:nth-child(13):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }

  .galleryItem:nth-child(13),
  .galleryItem:nth-child(14),
  .galleryItem:nth-child(15) {
    transform: none;
  }

  .galleryItem:nth-child(15) {
    display: none;
  }

  .hover-buttons button {
    padding: 5px 8px;
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .hover-buttons button {
    padding: 4px 6px;
    font-size: 10px;
  }
}