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

html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #090f1e;
  font-family: Verdana, sans-serif;
}

main p,
main b,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  font-family: "Verdana", sans-serif;
  color: #fff;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #fff;
}

main a {
  color: #1e3ec7;
  font-family: Verdana, sans-serif;
}

main a:hover {
  text-decoration: underline;
}

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 {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
}

main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

main .wrapper {
  width: 100%;
  max-width: 1128px;
  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: 18px;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  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: #ffffff;
}

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

.buttons .logButton,
.notFoundButton {
  padding: 5px 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
  box-shadow: 0 6px 22px rgba(5, 109, 218, 0.3019607843);
  height: 40px;
  flex-grow: 0.67;
  margin-right: 10px;
}

.buttons .regButton {
  padding: 5px 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  margin-right: 20px;
  background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
  box-shadow: 0 6px 18px rgba(14, 161, 81, 0.3019607843);
  padding: 0px 10px;
  height: 40px;
  flex-grow: 1;
}

.bonus_banner {
  height: 400px;
  background: url(/bonus-back.webp);
  background-size: cover;
  position: relative;
  border-radius: 20px;
  background-position: center center;
}
.bonus_inner {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
.bonus_inner .bonus_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 678px;
  height: 400px;
  background: url(/bonus-img.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.bonus_text {
  width: 332px;
  margin-left: 60px;
  position: relative;
  z-index: 2;
}

.bonus_text p {
  color: #fff;
  font-family: Verdana;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 24px;
}

.bonus_text button {
  border-radius: 14px;
  background: linear-gradient(90deg, #f3bc2b 0%, #ea9726 100%);
  box-shadow: 0px 0px 12px 0px rgba(243, 188, 43, 0.58);
  color: #fff;
  font-family: Verdana;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 280px;
  padding: 16px 0;
}
.bonus_text button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1250px) {
  .bonus_banner {
    height: 180px;
  }
  .bonus_inner .bonus_img {
    width: 260px;
    height: 180px;
  }
  .bonus_text p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 23px;
  }
  .bonus_text {
    width: 166px;
    margin-left: 12px;
  }
  .bonus_text button {
    width: 128px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 410px) {
  .bonus_inner .bonus_img {
    width: 202px;
    height: 140px;
    top: 20px;
    right: -15px;
  }
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 40px;
}

.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-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  width: 48%;
  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;
}

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

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  width: 48%;
}

.content .general-ul li::before {
  content: no-open-quote;
  background: url(/uploads/img/list.svg);
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 0px;
}

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

.buttons {
  display: flex;
  align-items: center;
  padding: 10px 0 10px;
}

.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;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.general-table thead tr {
  color: #fff;
}

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

.general-table .general-tr .general-td {
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #ccc;
}

.general-table thead tr th {
  padding: 10px;
  border: 1px solid #ccc;
}

.faq-container {
  margin: 48px auto;
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1e1e24;
}

.faq-container .faq-item:last-child {
  border-bottom: none;
}

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

.faq-container .faq-item:hover {
  border-color: #3959d9;
}

.faq-container .faq-item:hover .faq-question {
  color: #3959d9;
}

.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 25px;
}

.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}

.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}

.faq-container .icon::before,
.faq-container .icon::after {
  background: #3959d9;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}

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

.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #3959d9;
}

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

.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 {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.table_of_contents .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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;
  border: 1px solid #222;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #222;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}

.table_of_contents .table_link:hover {
  color: #222;
}

.content404Page {
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #090f1f;
}
.content404 {
  padding-top: 30vh;
  gap: 30px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top404Page {
  background: #141b2f;
  height: 80px;
}
.top404Page_inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 98%;
  max-width: 1128px;
  margin: 0 auto;
}
.top404Page_inner img {
  width: 109px;
  height: 50px;
}
.page404Text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.page404Text img {
  width: 500px;
  height: 255px;
}
.page404Text p {
  font-family: Verdana, sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 28px 0;
}
.page404Text button {
  background: linear-gradient(180deg, #34a3f6 0%, #0e76d5 100%);
  padding: 23px 108px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  font-family: Tahoma, sans-serif;
  border-radius: 10px;
}
.page404Text button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1250px) {
  .top404Page {
    height: 60px;
  }
  .top404Page_inner {
    justify-content: center;
  }
  .top404Page_inner img {
    width: 88px;
    height: 40px;
  }
  .page404Text {
    padding: 24px 23px 0 23px;
  }
  .page404Text img {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  .page404Text p {
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    padding: 20px 0;
  }
  .page404Text button {
    padding: 14px 38px;
    font-size: 18px;
  }
}

.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;
  text-align: center;
  margin: 10px 0;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-block button {
  padding: 18px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background: #a91704;
}

.button-block button:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

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

.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.reviews {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .review {
  border: 1px solid #000;
  padding: 20px 20px 0 20px;
  border-radius: 20px;
  border-left: 5px solid #df0000;
  margin-bottom: 20px;
  width: 48%;
}

.reviews .review p {
  max-width: 100%;
  width: 100%;
}

.reviews .review .name {
  font-weight: bold;
}

.reviews .review .date {
  color: rgba(0, 0, 0, 0.5);
}

.reviews .review .answer {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  margin-bottom: 20px;
}

.slotsHeader {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 15px 0px 10px;
}

.slotsHeader div {
  display: flex;
  align-items: center;
}

.slotsHeader svg {
  height: 30px;
  margin-right: 10px;
}

.slotsHeader span {
  font-size: 19px;
  font-weight: 700;
}

.slotsHeader .gamesCount {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.slotsHeader .gamesCount span {
  color: #0085ff;
  font-size: 13px;
  font-weight: 500;
}

.slotsHeader .gamesCount span:nth-last-child(1) {
  color: #94a6cd;
  font-size: 11px;
}

.slots-wrapper {
  margin-bottom: 20px;
}

.slots-wrapper ::-webkit-scrollbar {
  height: 10px;
}

.slots-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #003b72;
  border-radius: 10px;
}

.slots-wrapper ::-webkit-scrollbar-thumb {
  background: #0f1a31;
  border-radius: 10px;
}

.slots-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #003b72;
}

.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.slots-wrapper .slots-list .slot {
  border-radius: 12px;
  width: 150px;
  height: 145px;
  display: flex;
  flex-direction: column;
}

.slots-wrapper .slots-list .slot .slot-text {
  margin-top: 8px;
  text-align: left;
}

.slots-wrapper .slots-list .slot .slot-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  width: 155px;
  height: 115px;
}

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

@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 10px;
  }

  main p,
  main li,
  main td {
    font-size: 16px;
  }

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

  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 {
    padding-top: 20px;
  }

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

  .headerInner .buttons {
    margin: 0 10px;
  }

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

  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton {
    padding: 5px 5px;
  }

  .footer-block-btn .buttons .logButton {
    padding: 4px 4px;
  }

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

@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  background: #f5f5f5;
}

.footer {
  background: #09101e;
  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;
}

.footer .footerInner .footer-menu {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .footerInner .footer-menu a {
  color: #1e1e24;
  margin: 0 5px 5px 5px;
}

.footer .scrollTop {
  background: linear-gradient(to bottom right, #0095ff, #0855c4);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

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

.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  display: none;
  justify-content: center;
  align-items: center;
}

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

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

  .footer .footerInner .copyright i {
    display: block;
    padding-top: 10px;
  }

  .footer-block-btn {
    display: flex;
    background-color: #090f1e;
    border-top: 1px solid #1f2841;
    height: 60px;
    padding: 0px 5px;
  }

  .footer-block-btn .buttons {
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
  }

  .footer-block-btn .buttons button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-block-btn .buttons .footer-icon svg {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    max-height: 22px;
    max-width: 22px;
  }

  .footer-block-btn .buttons .footer-icon span {
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
}

.header {
  background: #090f1e;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  height: unset;
  width: 100%;
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #141b2e;
}

.header .headerInner .header-fix {
  display: flex;
}

.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: 100%;
  align-items: center;
}

.header .headerInner .menu a {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.header .headerInner .menu a:last-child {
  margin-right: 0;
}

.header .headerInner .menu a:hover {
  color: #fc4665;
}

.header .headerInner .menu a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.buttons .logButton {
  padding: 5px 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
  box-shadow: 0 6px 22px rgba(5, 109, 218, 0.3019607843);
}

.buttons .logButton:hover,
.buttons .logButton:active {
  background-image: linear-gradient(to bottom right, #0855c4, #0855c4);
}

.buttons .regButton {
  padding: 5px 24px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  margin-right: 20px;
  background-image: linear-gradient(80deg, #31bc69 -8%, #089e4e 93%);
  box-shadow: 0 6px 18px rgba(14, 161, 81, 0.3019607843);
  margin-right: 0;
}

.buttons .btn-apk {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 10px;
  flex-grow: 1;
  background: linear-gradient(90deg, #975ae5 0%, #4b97e6 100%);
  margin-right: 10px;
  padding: 5px 24px;
  height: 40px;
  align-items: center;
}

.buttons .btn-apk img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.buttons .btn-android {
  border: 1px solid #975ae5;
  border-radius: 10px;
  padding: 10px 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .header {
    display: flex;
    flex-direction: column;
  }
  /* 
    .menu {
        display: none ;
    } */

  .buttons {
    padding: 10px 0px 10px;
  }

  .buttons .logButton {
    margin-right: 10px;
    flex-grow: 0.67;
  }

  .buttons .regButton {
    flex-grow: 1;
    margin-right: 0px;
  }

  .buttons .regButton,
  .buttons .logButton {
    font-size: 14px;
    padding: 0px 10px;
    height: 40px;
  }
}

.buttons .btn-apk {
  font-size: 14px;
}

.buttons .btn-apk img {
  width: 14px;
  height: 14px;
}

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

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

  .burger img {
    min-height: 25px;
    min-width: 25px;
  }
}

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

.breadcrumbs a {
  color: #000;
  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 {
    padding-top: 35px;
  }
}

.nav-submenu {
  position: relative;
  height: 100%;
}

.nav-submenu:hover .nav-submenu-list {
  display: flex;
}

.nav-submenu .nav-submenu-link {
  color: #3959d9;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}

.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}

.nav-submenu .nav-submenu-list a {
  margin-bottom: 12px;
  margin-right: 0px;
}

@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 0px;
  }

  #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;
    margin-bottom: 18px;
    margin-top: 32px;
  }

  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }

  #mobileMenu .nav-submenu-list a {
    margin-bottom: 28px;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.iconsWrapper {
  background: #173562;
  display: flex;
  justify-content: center;
}

.iconsWrapper .icons {
  justify-content: space-evenly;
  gap: 16px;
  display: flex;
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  padding: 16px;
}

.iconsWrapper .icons .split {
  height: 100%;
  width: 2px;
  background-color: #043e7d;
}

.iconsWrapper .icons .icon {
  width: 20%;
  position: relative;
}

.iconsWrapper .icons .icon img {
  display: block;
  height: 39px;
  margin: 0 auto 12px;
}

.iconsWrapper .icons .icon span {
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
}

.iconsWrapper .icons .icon button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iconsWrapper .icons .icon.last {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 760px) {
  .iconsWrapper .icons {
    display: flex;
    gap: 0px;
    padding: 8px;
  }

  .iconsWrapper .icons .icon {
    width: auto;
  }

  .iconsWrapper .icons .icon img {
    height: 24px;
  }

  .iconsWrapper .icons .icon span {
    font-size: 8px;
  }
}

.odds-title {
  align-items: center;
  background-color: #0a4c99;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.odds-title span {
  color: #fff;
  padding-left: 32px;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.odds-title span:before {
  background: url(/uploads/img/icons/icon6.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  display: block;
  content: no-open-quote;
}

.odds-title span:after {
  background: url(/uploads/img/icons/icon7.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  display: block;
  content: no-open-quote;
  top: 3px;
}

.odds {
  width: 100%;
  background: #e8ecf1;
  padding: 12px 16px 24px 8px;
}

.footer-table-menu {
  background-color: #fff;
  border-radius: 20px;
  margin: 10px 0 20px 0;
}

.footer-table-menu-link {
  margin: 0 5px;
  padding: 5px;
  border-radius: 30px;
}

.footer-table-menu-link:hover {
  background-color: #e8ecf1;
}

.footer-table-block-title-left span {
  flex: 0 0 auto;
}

.footer-table-menu-item {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  font-size: 13px;
  flex: 0 0 auto;
}

.footer-table-menu-item-first {
  background-color: #fa4d00;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 4px 7px;
  color: #fff;
  margin: 0 5px;
  border-radius: 30px;
  font-weight: 700;
}

.footer-table-play-block {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
  max-width: 1128px;
  margin: 10px auto;
}

.footer-table-block-title {
  display: flex;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  align-items: center;
  background-color: #e8ecf1;
  height: 43px;
  padding: 0 10px;
}

.footer-table-block-title-left {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.footer-table-block-title-left:hover {
  color: #fa4d00;
}

.footer-table-block-title-left span {
  margin-left: 10px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.footer-table-block-title-righ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54.5%;
}

.footer-table-block-title-righ span {
  width: 10%;
  display: flex;
  justify-content: center;
  color: #546370;
  font-size: 13px;
}

.footer-table-block-title-righ a {
  display: flex;
  justify-content: center;
  font-size: 13px;
  width: 43px;
}

.down-icon {
  background-image: url("https://cdn-dhlba.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/images/optimized/rev-ad21344/wp-content/themes/1Winsitesi/images/down.svg");
  width: 15px;
  height: 15px;
}

.down-icon.nitro-lazy {
  background-image: none;
}

.footer-table-block-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  position: relative;
  border-bottom: 2px solid #e8ecf1;
}

.footer-table-block-content:last-child {
  border-bottom: 0;
}

.footer-table-block-content-left {
  padding: 5px;
  display: flex;
  align-items: center;
}

.table-time {
  display: flex;
  flex-direction: column;
  color: #546370;
  padding: 0 20px;
  font-weight: 700;
}

.table-time span {
  font-size: 11px;
  color: #9ea7b2;
}

.table-comands {
  display: flex;
  flex-direction: column;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 2px;
  transition: 0.3s;
}

.table-comands span {
  font-size: 14px;
  text-align: left;
  color: #000;
}

.table-comands:hover {
  color: #1183d3;
  background-color: #f3f6f8;
  box-shadow: 0 0 3px 1px #8fbde7;
  transform: translateX(5px);
}

.footer-table-block-content-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49.5%;
  margin-right: 58px;
}

.footer-table-block-content-right a {
  width: 10%;
  display: flex;
  justify-content: center;
  color: #094b95;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 5px;
  border-radius: 31px;
  transition: 0.3s;
}

.footer-table-block-content-right a:hover {
  background-color: #094b95;
  color: #fff;
}

.footer-table-block-content-right button {
  color: #094b95;
}

.top-block {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #fa4d00;
  color: #fff;
  padding: 1px 5px;
  font-weight: 500;
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .odds {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    gap: 10px;
  }

  .odds .footer-table-play-block {
    width: 300px;
  }

  .odds .footer-table-block-title-righ {
    display: none;
  }

  .odds .footer-table-block-content {
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    border-bottom: none;
  }

  .odds .footer-table-block-content .top-block {
    top: 23px;
  }

  .odds .footer-table-block-content-right {
    width: 100%;
    margin-right: 0;
    overflow: scroll;
    min-height: 50px;
    height: 100%;
  }

  .odds .footer-table-block-content-right button {
    color: #888;
    background: #e8ecf1;
    min-width: 50px;
    min-height: 30px;
    border-radius: 5px;
    margin-right: 2px;
  }
}

.winlineWrapper ::-webkit-scrollbar {
  height: 5px;
}

.winlineWrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #003b72;
  border-radius: 10px;
}

.winlineWrapper ::-webkit-scrollbar-thumb {
  background: #0f1a31;
  border-radius: 10px;
}

.winlineWrapper ::-webkit-scrollbar-thumb:hover {
  background: #003b72;
}

.winlineWrapper .items {
  display: flex;
  width: 100%;
  background-color: #090f1e;
  overflow: hidden;
  justify-content: space-between;
  height: 45px;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 15px;
}

.winlineWrapper .items .item {
  align-items: center;
  display: flex;
}

.winlineWrapper .items .item span {
  align-items: center;
  color: #fff;
  display: flex;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
  white-space: nowrap;
  cursor: pointer;
}

.winlineWrapper .items .item span.lucky-jet {
  background: url(/uploads/img/lucky-jet.svg);
  width: 58px;
  height: 15px;
  margin: 0 10px;
}

.winlineWrapper .items .item span.jetx {
  background: url(/uploads/img/jetx.svg);
  width: 35px;
  height: 15px;
  margin: 0 10px;
}

.winlineWrapper .items .item span.aviator {
  background: url(/uploads/img/aviator.svg);
  width: 60px;
  height: 15px;
  margin: 0 10px;
}

.winlineWrapper .items .main span {
  color: #0095ff;
  box-shadow: 0 6px 22px rgba(5, 109, 218, 0.3019607843);
  border-radius: 20px;
}

.bannerNewYear {
  height: 400px;
}
.bannerNewYear-inner {
  background: url(/newyear/newyear.webp) no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  border-radius: 20px;
}
.bannerNewYear-text {
  padding: 0 0 0 70px;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.bannerNewYear-textTop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.bannerNewYear-title {
  background: rgba(0, 3, 42, 0.46);
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  color: rgba(255, 255, 255, 1);
  align-self: baseline;
}
.bannerNewYear-text img {
  width: 384px;
  height: 76px;
}
.bannerNewYear-info {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 22px;
}
.bannerNewYear-text button {
  background: linear-gradient(90deg, #f3bc2b 0%, #ea9726 100%);
  box-shadow: 0px 0px 12px 0px rgba(243, 188, 43, 0.58);
  width: 280px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
}
.bannerNewYear-text button:hover {
  opacity: 0.8;
}
.bannerNewYear-date {
  color: rgba(186, 186, 186, 1);
  font-size: 12px;
  padding-top: 22px;
}
.bannerNewYear-img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 416px;
  height: 359px;
  background: url(/newyear/newyear-img.webp) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1080px) {
  .bannerNewYear {
    height: 338px;
  }
  .bannerNewYear-inner {
    background-position: 0% 50%;
  }
  .bannerNewYear-text {
    padding: 0 0 0 22px;
  }
  .bannerNewYear-title {
    font-size: 18px;
  }
  .bannerNewYear-info {
    font-size: 16px;
  }
  .bannerNewYear-text img {
    width: 349px;
    height: 67px;
  }
  .bannerNewYear-text {
    gap: 5px;
  }
  .bannerNewYear-date {
    padding-top: 15px;
  }
  .bannerNewYear-info {
    padding-bottom: 15px;
  }
  .bannerNewYear-img {
    width: 300px;
    height: 259px;
  }
}
@media (max-width: 780px) {
  .bannerNewYear-img {
    right: 1%;
  }
}
@media (max-width: 680px) {
  .bannerNewYear {
    height: auto;
  }
  .bannerNewYear-textTop {
    padding: 20px 10px 0 10px;
    text-align: center;
  }
  .bannerNewYear-text {
    max-width: 100%;
    padding: 0 0;
    align-items: center;
  }
  .bannerNewYear-title {
    border: 1px solid rgba(137, 137, 137, 1);
    font-size: 14px;
    align-self: center;
  }
  .bannerNewYear-text img {
    width: 300px;
    height: 57px;
    margin: 0 auto;
  }
  .bannerNewYear-img {
    right: calc((100% - 300px) / 2);
    bottom: 17%;
  }
  .bannerNewYear-button {
    padding-top: 220px;
    display: flex;
    justify-content: center;
  }
  .bannerNewYear-date {
    background: rgba(9, 0, 60, 0.4);
    width: 100%;
    padding: 10px 10px 20px 10px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }
  .bannerNewYear-inner {
    background: url(/newyear/newyear-mobile.webp) no-repeat;
    background-size: cover;
  }
}

/*  payments  */

.payments_panel {
  width: 100%;
  max-width: 1560px;
  margin: 30px auto;
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
  background-color: #003b72;
}

.payments_title {
  display: block;
  font-family: Inter;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1.32px;
  text-align: center;
  margin: 0 auto 32px;
}

.payments_panel .payments_list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 40px;
  width: 100%;
}

.payments_panel .pay_card {
  height: 90px;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #1c8d4c 0%, #104828 100%);
  justify-content: center;
  cursor: pointer;
}

.payments_panel .pay_card:hover {
  opacity: 0.8;
}

@media screen and (max-width: 870px) {
  .payments_panel .pay_card {
    height: 60px;
  }

  .payments_panel .pay_card img {
    height: 40px;
  }
}

@media screen and (max-width: 570px) {
  .payments_panel .payments_list {
    grid-template-columns: 1fr;
  }
.payments_title{
    font-size: 20px;
}
}
