* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
  background: #000;
  touch-action: manipulation;
}
main {
  background: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  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 {
  color: #fff;
  margin: 0 auto;
  width: calc(100% - 280px);
  max-width: 1200px;
}

main .general-table-wrapper {
  overflow-x: overlay;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
}
main .wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
}
body {
  overflow-x: hidden;
  position: relative;
}
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: #fff;
}
h1 {
  font-size: 29px;
  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: #fff;
}
a {
  color: #ffc300;
}
a:hover {
  text-decoration: underline;
}
p {
  padding-bottom: 20px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
}
#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
}
.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: #d72323;
  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: #d72323;
  border-radius: 50%;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}
.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
  border-radius: 18px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #141414;
  padding-left: 20px;
}
.general-table thead tr th {
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #d72323;
  border-top: 1px solid #d72323;
  border-bottom: 1px solid #d72323;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #d72323;
  border-left: 1px solid #d72323;
  border-top: 1px solid #d72323;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #d72323;
  border-top: 1px solid #d72323;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #111;
  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: #d72323;
}
.faq-container .faq-item:hover {
  border-color: #d72323;
}
.faq-container .faq-item:hover .faq-question {
  color: #fff;
}
.faq-container .faq-question {
  color: #fff;
  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%;
  background: rgba(242, 141, 36, 0.0784313725);
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #fff;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #fff;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #fff;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.faq-container .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}
.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.columns p {
  width: 100%;
}
.columns .column {
  width: 48%;
}
.columns .column-header {
  padding-top: 0;
  text-align: left;
}
.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}
.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}
.bannerSlots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 1158px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slot {
  position: relative;
}
.slot .slot-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.slot .slot-footer p {
  color: #0e121c;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin: 0;
  width: 100%;
}
.slot .slot-footer button,
.slot-back button {
  min-width: 203px;
  border-radius: 4px;
  background: #c7351e;
  padding: 8px 28px;
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.slot-back button:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2023/12/arrow.svg) no-repeat;
  background-size: cover;
  content: '';
  left: 30px;
  bottom: 35px;
}
.slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.slot-img img {
  display: block;
  width: 340px;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--border);
}
.slot-back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 2;
}
.slot-img:hover .slot-back {
  opacity: 1;
}
/* .slot-img amp-img {
  object-fit: cover !important;
} */
.fixed-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 21px 40px;
  background: rgba(26, 26, 26, 0.9);
  box-shadow: -4px -4px 4px rgba(0, 0, 0, 0.25);
}
.fixed-panel__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.fixed-panel__casino {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fixed-panel__casino-icon img {
  width: 160px;
  height: 66px;
}
.fixed-panel__casino-title {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 12px;
  width: auto;
  max-width: 100%;
  padding-bottom: 0;
}
.fixed-panel__casino-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.fixed-panel__casino-icon-mobile {
  display: none;
}
.fixed-panel__casino-rating img {
  width: 20px;
  height: 20px;
}
.fixed-panel__casino-rating span {
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  width: auto;
  max-width: 100%;
  padding-bottom: 0;
}
.fixed-panel__bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.fixed-panel__bonus span {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  margin: 0;
  width: auto;
  max-width: 100%;
  padding-bottom: 0;
  text-shadow: 0 0 4px #ac7210;
}
.fixed-panel__bonus p {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #fec108;
  margin: 0;
  width: auto;
  max-width: 100%;
  padding-bottom: 0;
  text-align: center;
  text-shadow: 0 0 4px #ac7210;
}
.fixed-panel__button-wrapper button {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  background: #c7102d;
  border-radius: 8px;
}
.fixed-panel__button-close {
  position: relative;
  right: -80px;
  top: -50px;
  width: 40px;
  height: 40px;
  background: #7f0014;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  .bannerSlots {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    max-width: 100%;
  }
  .slot {
    width: 170px;
    margin: 0 auto;
  }
  .slot-img img {
    min-width: 170px;
    height: 110px;
  }
  .slot .slot-footer {
    flex-direction: column;
    padding: 0px;
  }
  .slot .slot-footer p {
    padding: 8px 0 14px;
    font-size: 18px;
    text-transform: capitalize;
  }
  .slot .slot-footer button {
    font-size: 14px;
    min-width: 170px;
  }
  .slot-back button {
    min-width: 120px;
    font-size: 14px;
  }
  .slot-back button:before {
    width: 15px;
    height: 15px;
    left: 5px;
    bottom: 25px;
  }
  .fixed-panel {
    padding: 14px 40px;
  }
  .fixed-panel__casino-icon img {
    width: 128px;
    height: 52px;
  }
  .fixed-panel__casino-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .fixed-panel__casino-rating span {
    font-size: 16px;
    line-height: 18px;
  }
  .fixed-panel__bonus {
    gap: 8px;
    max-width: 233px;
  }
  .fixed-panel__bonus span {
    font-size: 12px;
    line-height: 14px;
  }
  .fixed-panel__bonus p {
    font-size: 16px;
    line-height: 18px;
  }
  .fixed-panel__button-wrapper button {
    font-size: 14px;
    line-height: 16px;
  }
  .fixed-panel__button-close {
    width: 24px;
    height: 24px;
    right: -20px;
    top: -30px;
  }
  .fixed-panel__button-close img {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 600px) {
  .bannerSlots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .fixed-panel {
    padding: 8px 16px;
  }
  .fixed-panel__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0px;
  }
  .fixed-panel__button-wrapper {
    grid-column: 1 / 3;
  }
  .fixed-panel__casino-icon-mobile {
    display: block;
  }
  .fixed-panel__casino-icon-desc {
    display: none;
  }
  .fixed-panel__casino-icon img {
    width: 66px;
    height: 52px;
  }
  .fixed-panel__casino-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
  }
  .fixed-panel__casino-rating img {
    width: 12px;
    height: 12px;
  }
  .fixed-panel__casino-rating span {
    font-size: 14px;
    line-height: 16px;
  }
  .fixed-panel__bonus span {
    font-size: 10px;
    line-height: 12px;
  }
  .fixed-panel__bonus p {
    font-size: 14px;
    line-height: 16px;
  }
  .fixed-panel__button-wrapper button {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 16px;
    width: 100%;
  }
  .fixed-panel__button-close {
    right: 20px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 366px) {
  .bannerSlots {
    grid-template-columns: repeat(1, 1fr);
  }
}
.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #f28d24;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #f28d24;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.table_of_contents .table_link:hover {
  color: #f28d24;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #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: #ffc300;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #c4b06d;
}
.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: #d72323;
  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: #e50539;
}
.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);
}
.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;
}
.slots-wrapper {
  background: #000;
  margin-bottom: 30px;
}
.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slots-wrapper .slots-list .slot {
  position: relative;
  border-radius: 4px;
  width: 300px;
  height: 188px;
  margin: 20px;
}
.slots-wrapper .slots-list .slot .slot-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
}
.slots-wrapper .slots-list .slot .slot-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 3;
  position: relative;
  padding-bottom: 0;
}
.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.slots-wrapper .slots-list .slot .slot-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.slots-wrapper .slots-list .slot .slot-img amp-img {
  object-fit: cover;
}
.slots-wrapper .slots-list .slot .slot-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review {
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #a91704;
  transition: 0.4s;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle {
  display: none;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle {
  display: none;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box a {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  width: 48%;
  color: #fff;
  border-radius: 8px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
  color: #a91704;
  border: 1px solid #a91704;
  background: #fff;
}
.slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle + div {
  max-height: 300px;
  background: #000;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .general-table-wrapper,
  main .faq-container {
    width: calc(100% - 32px);
  }
  main .wrapper {
    padding: 0;
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }
  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .button-block button {
    padding: 14px 5px;
  }
  .quote {
    width: calc(100% - 32px);
  }
  .faq-container .faq-item {
    border-radius: 14px;
  }
  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }
  .faq-container .bg-active {
    border-radius: 14px;
  }
  .faq-container .icon {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
  main h1 { font-size: 20px; }
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
  }
}
.footer {
  display: block;
  background: #322f2c;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  padding-bottom: 130px;
}
.footer .footerInner {
  display: block;
  text-align: center;
}
.footerInfo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 20px;
  justify-items: center;
}
.footerInfo .contacts,
.footerInfo .eighteen-plus,
.footerInfo .menu-left,
.footerInfo .menu-right {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.footerInfo .contacts .title,
.footerInfo .eighteen-plus .title,
.footerInfo .menu-left .title,
.footerInfo .menu-right .title,
.footerLinks .title {
  color: #b9b9b9;
  font-family: Tahoma;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #a40a0a;
  padding-bottom: 8px;
}
.footerInfo .contacts .info,
.footerInfo .eighteen-plus .info {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b9b9b9;
  text-align: left;
}
.footerInfo .contacts .info-colored {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffc300;
  text-align: left;
}
.menu-left .menu-item-footer,
.menu-right .menu-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.menu-left .menu-item a,
.menu-right .menu-item a {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b9b9b9;
  text-align: left;
}
.footerMenu {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.footerMenu a,
.menu-left .menu-item-footer a {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b9b9b9;
  text-align: left;
}
.footerLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  border-bottom: 1px solid #4d4d4d;
  padding: 20px 0;
}
.footerLinks .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}
.footer .copyright {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  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: #d72323;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 190px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.footer-block-btn .buttons {
  width: 100%;
}
.footer-block-btn .buttons .play {
  margin: auto;
  max-width: 400px;
  width: 100%;
}
.footer-block-btn .buttons .play:hover {
  opacity: 0.8;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 120px 0px;
  }
  /* .footer-block-btn {
    display: flex;
  } */
  .footerInner .contacts,
  .footerInner .eighteen-plus {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .footerInfo {
    justify-items: unset;
  }
  .footerLinks {
    align-items: flex-start;
  }
  .footerLinks .links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .copyright {
    justify-content: flex-start;
    display: flex;
  }
}
@media (max-width: 800px) {
  .menu-left,
  .menu-right {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}
@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: #000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
}
.header .headerInner {
  height: 100%;
  padding: 0;
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.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 {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  text-align: center;
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px;
}
.header .headerInner .menu a:hover {
  color: #ffc300;
  text-decoration: underline;
}
.header .headerInner .menu a.active {
  color: #ffc300;
  text-decoration: underline;
}

.buttons {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  gap: 8px;
  max-width: 316px;
}

.buttons .play {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  gap: 10px;
  background: #fec108;
  border-radius: 8px;
  font-family: 'Verdana';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #c8102e;
  grid-column: span 2;
}

.buttons-mobile {
  display: none;
}

.btn-apple,
.btn-android,
.btn-apple-mobile,
.btn-android-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: #444444;
  border-radius: 8px;
  text-indent: -9999px;
}

.btn-apple span,
.btn-android span,
.btn-apple-mobile span,
.btn-android-mobile span {
  font-family: 'Verdana';
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: none;
}

.btn-apple img,
.btn-android img,
.btn-apple-mobile img,
.btn-android-mobile img {
  width: auto;
  height: 22px;
}

.header .headerInner .menu .submenu a {
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  text-align: start;
}

.buttons .play:hover {
  opacity: 0.8;
}
@keyframes glowing {
  0% {
    background-color: #ffc300;
    box-shadow: 0 0 5px #ffc300;
  }
  50% {
    background-color: #f9ae4d;
    box-shadow: 0 0 20px #f9ae4d;
  }
  100% {
    background-color: #ffc300;
    box-shadow: 0 0 5px #ffc300;
  }
}
.buttons .play {
  animation: glowing 1300ms infinite;
}
@media screen and (max-width: 1960px) {
  .header {
    padding: 20px 0;
    position: relative;
  }
  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }
  .header .headerInner .logo {
    left: unset;
  }

  .header .headerInner .logo img {
    max-width: 60px;
  }
}
@media screen and (max-width: 1350px) {
  /* .header .buttons {
    display: none;
  } */

  .header {
    padding: 20px;
  }

  .header .headerInner .headerWrapper {
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
  }
  /* .header .headerInner .menu {
    display: none;
  } */
  .buttons .play {
    font-weight: bold;
    font-size: 14px;
    flex-grow: 1;
    padding: 8px 2px;
  }
  .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    /* width: 70%; */
    width: 158px;
    max-width: 100%;
  }
  .btn-apple span,
  .btn-android span {
    display: none;
  }

  .btn-apple, .btn-android, .btn-apple-mobile, .btn-android-mobile {
    padding: 5px 16px;
  }

  .buttons-mobile {
    display: none;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; */
  }
}
@media screen and (max-width: 750px) {
  .header .buttons .regButton {
    display: none;
  }

  .headerWrapper .logo img {
    max-width: 60px;
  }

  main .wrapper {
    width: calc(100% - 20px);
  }

}

@media screen and (max-width: 360px) {
  .btn-apple, .btn-android, .btn-apple-mobile, .btn-android-mobile {
    padding: 10px;
  }
}

.contentSidebar {
  width: 350px;
  height: 540px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  padding: 20px;
  background: #1b243a;
  border-radius: 15px;
}
.contentSidebar .appName {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contentSidebar .appImg {
  display: flex;
  justify-content: center;
}
.contentSidebar .appItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.contentSidebar .appItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contentSidebar .appItem .appInfo {
  width: calc(100% - 40px);
}
.contentSidebar .appItem .appInfoTitle {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: block;
}
.contentSidebar .appItem .appInfoSubtitle {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  display: block;
}
.contentSidebar .appItem:nth-child(1n) {
  background: #8d53e9;
}
.contentSidebar .appItem:nth-child(1n):hover {
  background: #712cde;
}
.contentSidebar .appItem:nth-child(2n) {
  background: #00b7ff;
}
.contentSidebar .appItem:nth-child(2n):hover {
  background: #2ca0ce;
}
@media screen and (max-width: 1250px) {
  .contentSidebar {
    display: none;
  }
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #444;
  width: 100%;
  max-width: 320px;
  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: 28px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
  color: #FEC108;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks .mobileMenu .submenu a {
  font-size: 15px;
}

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

.mobileMenu .submenu {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  width: 100%;
  margin-left: 25px;
  align-items: flex-start;
}
.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: 1120px) {
  /* .burger {
    display: block;
  }

  .buttons {
    display: flex;
  } */

  .header .headerInner .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    height: auto;
  }

  .header .headerInner .menu a {
    padding: 5px;
  }

}
main .breadcrumbs.wrapper {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
  flex-wrap: wrap;
}
main .breadcrumbs.wrapper a {
  color: #ffc300;
  font-size: 14px;
}
main .breadcrumbs.wrapper a:hover {
  text-decoration: none;
}
main .breadcrumbs.wrapper .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}
main .breadcrumbs.wrapper 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) {
  main .breadcrumbs.wrapper {
    margin-top: 15px;
  }
}
.bannerApp {
  margin-top: 130px;
  background: url(/uploads/img/app_banner_bg.webp) no-repeat;
  background-size: cover;
}
.bannerApp .bannerAppWripper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
.bannerApp .bannerAppInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bannerApp .bannerAppInfo p {
  padding-bottom: 0;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  width: 100%;
}
.bannerApp .bannerAppBtns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bannerApp .bannerAppBtns button {
  position: relative;
  padding: 18px 14px 40px 40px;
  width: 340px;
  color: #2f5fdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, 0.45);
  text-align: left;
}
.bannerApp .bannerAppBtns button::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 14px;
  background-image: url(/uploads/img/android-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerApp .bannerAppBtns button:hover {
  color: #fff;
  background: #2f5fdc;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
}
.bannerApp .bannerAppBtns button:hover::before {
  background-image: url(/uploads/img/android_white.svg);
}
.bannerApp .bannerAppBtns button:after {
  content: '158003 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:before {
  background-image: url(/uploads/img/apple.svg);
  left: 14px;
}
.bannerApp .bannerAppBtns .ios-btn:after {
  content: '35356 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:hover::before {
  background-image: url(/uploads/img/apple_white.svg);
}
.bannerApp .bannerAppImg {
  width: 262px;
  margin-top: -30px;
}
.bannerApp {
  margin-top: 130px;
  background: url(/uploads/img/app_banner_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1250px) {
  .bannerApp {
    margin-top: 110px;
  }
  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }
  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 10px 15px 0;
  }
  .bannerApp .bannerAppInfo p {
    max-width: 250px;
    margin: 0;
    font-size: 26px;
    line-height: normal;
  }
  .bannerApp .bannerAppImg {
    margin-top: 15px;
    width: 105px;
    height: 214px;
  }
  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }
  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }
  .bannerApp .bannerAppBtns button {
    padding: 10px 14px 30px 30px;
    width: 280px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }
  .bannerApp .bannerAppBtns button::before {
    top: 10px;
    left: 8px;
  }
  .bannerApp .bannerAppBtns button:after {
    left: 11px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    left: 30px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn::before {
    left: 8px;
  }
}
@media screen and (max-width: 550px) {
  .bannerApp {
    position: relative;
  }
  .bannerApp .bannerAppWripper {
    justify-content: flex-start;
  }
  .bannerApp .bannerAppWripper .bannerAppImg {
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  .bannerApp .bannerAppWripper .bannerAppInfo {
    width: 200px;
  }

  main .breadcrumbs.wrapper .last { margin-left: 0; }
}
@media screen and (max-width: 450px) {
  .bannerApp .bannerAppBtns button {
    width: 180px;
  }
  .bannerApp .bannerAppBtns button:after {
    top: 35px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    top: 35px;
    left: 10px;
  }
}
@media screen and (max-width: 360px) {
  .bannerApp .bannerAppInfo p {
    font-size: 22px;
  }
  .btn-apple span,
  .btn-android span,
  .btn-apple-mobile span,
  .btn-android-mobile span {
    font-size: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
  margin-block: 0;
  box-sizing: border-box;
}
.banner-home {
  height: 420px;
  background: linear-gradient(270deg, #400000 0%, #c8102e 100%);
}
.banner-home .banner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px 20px 0;
}
.banner-home .banner-title img {
  max-width: 571px;
}
.banner-home .banner-title .banner-title-desc {
  width: 60%;
}
.banner-home .banner-title span {
  color: #fff;
  font-size: 42px;
  line-height: 51.04px;
  width: 100%;
  text-align: left;
  padding: 0;
}
.banner-home .banner-title p {
  width: 709px;
  color: #fff;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 19.45px;
  padding-bottom: 0;
}
@media (max-width: 1960px) {
  .banner-home {
    height: 400px;
  }
  .banner-home .banner-title {
    padding: 20px;
  }
}
@media (max-width: 1350px) {
  .banner-home {
    height: auto;
  }
  .banner-home .banner-title .banner-title-desc {
    width: 100%;
  }
  .banner-home .banner-title span {
    font-size: 36px;
    line-height: 44px;
  }
  .banner-home .banner-title p {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .banner-home .banner-title {
    display: block;
  }
  .banner-home .banner-title img {
    margin: 0 auto;
    max-height: 180px;
    max-width: 100%;
  }
}
@media (max-width: 880px) {
  .banner-home .banner-title {
    padding: 5px 0;
    display: block;
  }
  .banner-home .banner-title span {
    font-size: 20px;
    line-height: 38px;
  }
  .banner-home .banner-title p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 550px) {
  .banner-home .banner-title span {
    font-size: 24px;
    line-height: 32px;
    padding-top: 0px;
  }
  .banner-home .banner-title p {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
}
.nav-submenu {
  position: relative;
  height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
  display: flex;
}
.nav-submenu .nav-submenu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #000;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}
.nav-submenu .nav-submenu-list a {
  margin-bottom: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 20px;
  }
  #mobileMenu .nav-submenu-link {
    color: #df0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    height: auto;
  }
  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
}
.promo {
  margin-top: 60px;
  background: #000 url(/uploads/img/mask.webp);
  padding: 20px 0;
}
.promo p {
  width: 100%;
}
.promo .promo_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo .promo_wrapper .promo_info {
  text-align: center;
  width: 300px;
}
.promo .promo_wrapper .promo_info .promo_title {
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.promo .promo_wrapper .promo_info .promo_text {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
}
.promo .promo_wrapper .promo_info .promo_date {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
}
.promo .promo_wrapper .promo_info .promo_date span {
  border-bottom: 2px dotted #fff;
}
.promo .promo_wrapper .promo_info .promo_percent {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #ec2a0a;
}
.promo .promo_wrapper .promo_code-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo .promo_wrapper .promo_code-info .promo_text {
  text-align: center;
  margin-bottom: 10px;
}
.promo .promo_wrapper .promo_code-info .promo_code {
  margin-bottom: 20px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 10px;
  background: #000;
  border: 5px dashed #fff;
  border-radius: 10px;
}
.promo .promo_wrapper .promo_code-info .promo_btn {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  display: inline-block;
  background: #a91704;
  padding: 8px 12px;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .promo .promo_wrapper .promo_img {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .promo {
    padding: 0 0 10px 0;
  }
  .promo .promo_wrapper {
    flex-wrap: wrap;
  }
  .promo .promo_wrapper .promo_info {
    width: 100%;
  }
  .promo .promo_wrapper .promo_info .promo_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .promo .promo_wrapper .promo_info .promo_text {
    margin-bottom: 0;
    font-size: 18px;
  }
  .promo .promo_wrapper .promo_info .promo_percent {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .promo .promo_wrapper .promo_info .promo_date {
    font-size: 16px;
  }
  .promo .promo_wrapper .promo_code-info {
    width: 100%;
  }
  .promo .promo_wrapper .promo_code-info .promo_text {
    margin-bottom: 0;
  }
  .promo .promo_wrapper .promo_code-info .promo_code {
    width: auto;
    font-size: 20px;
    border: 2px dashed #fff;
  }
  .promo .promo_wrapper .promo_code-info .promo_btn {
    font-size: 20px;
  }
}
.advantages {
  padding: 20px 0;
}
.advantages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.advantages ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.advantages ul li img {
  width: 60px;
  height: 60px;
}
.advantages ul li p {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1250px) {
  .advantages {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .advantages ul {
    justify-content: flex-start;
  }
  .advantages ul li {
    max-width: 160px;
    flex: 0 0 auto;
  }
}
.mirror-block {
  max-width: 600px;
  margin: 0 auto 20px auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #0e121c;
  border-radius: 16px;
}
.mirror-block img {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
}
.mirror-block span {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.mirror-block p {
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.mirror-block p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
}
.mirror-block button {
  max-width: 400px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 24px;
  border-radius: 52px;
  background: #c01414;
}
@media (max-width: 1250px) {
  .mirror-block button {
    padding: 12px 24px;
  }
}
@media (max-width: 630px) {
  .mirror-block {
    padding: 20px;
    width: calc(100% - 32px);
  }
}
.cupon-banner {
  max-width: 600px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  background-color: #0e121c;
  border-radius: 26px;
  margin-bottom: 20px;
}
.content-side {
  width: 100%;
}
.content-side__title {
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
.content-side__promocode {
  display: flex;
  width: 100%;
}
.content-side__promocode-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  border-radius: 0px 52px 52px 0px;
  background: #fff;
  cursor: pointer;
}
.content-side__promocode-copy {
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 52px 0px 0px 52px;
  border: 2px solid #fff;
}
@media (max-width: 630px) {
  .promo-block {
    width: calc(100% - 32px);
  }
  .content-side__title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.navButtons.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 26px;
  border-radius: 20px;
  border: 1px solid #ffc300;
}
.navButtons.wrapper .navButtonsItem {
  position: relative;
}
.navButtons.wrapper .navButtonsItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 1250px) {
  .navButtons.wrapper .navButtonsItem {
    width: 120px;
    height: 90px;
  }
  .navButtons.wrapper .navButtonsItem img {
    width: 100%;
    height: 100%;
  }
  .navButtons.wrapper .navButtonsItem button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(5),
  .navButtons.wrapper .navButtonsItem:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .navButtons.wrapper {
    padding: 10px;
    gap: 5px;
  }
  .navButtons.wrapper .navButtonsItem {
    margin: 0 auto;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .navButtons.wrapper {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  .navButtons.wrapper .navButtonsItem {
    margin: 0 auto;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(4) {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  background: #eee;
  height: 100vh;
  padding-top: 200px;
}
/* .casinos-heading {
  display: flex;
  margin: 24px 0 16px;
  background: #3e3636;
  padding: 8px 169px 8px 94px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}
.casinos-heading span {
  color: #fff;
  font-weight: 400;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.casino {
  background: #3e3636;
  border-radius: 10px;
  padding: 10px 30px 14px 40px;
  display: grid;
  grid-template-columns: 200px 224px auto 245px 200px;
  align-items: center;
  margin-bottom: 15px;
}
.casino .img img {
  display: block;
  width: 200px;
  height: 100px;
  border-radius: 10px;
}
.casino .rating {
  height: 63px;
  background-size: contain;
  background-position: center center;
  display: flex;
  margin-left: 25px;
  color: #fff;
}
.casino .rating span {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.casino .rating .rating-block {
  font-size: 15px;
  margin: 10px 0px 0px 12px;
}
.casino .rating .rating-block .rating-img {
  margin-top: 4px;
  display: flex;
}
.casino .text {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.casino .text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  padding-bottom: 8px;
  position: relative;
  padding-left: 30px;
  width: 100%;
}
.casino .text p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/casino-icon.svg") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.casino .bonus {
  padding-left: 20px;
}
.casino .bonus span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  color: #fff;
}
.casino .bonus p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
  padding-top: 4px;
  display: table-cell;
}
.casino .button {
  width: 100%;
}
.casino .button button {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  background: #d72323;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}
.casino .button button:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .casinos-heading {
    display: none;
  }
  .casinos {
    margin-top: 32px;
  }
  .casino {
    grid-template-columns: 200px 224px auto;
    padding: 10px 20px 14px 20px;
  }
  .casino .text {
    border-right: none;
  }
  .casino .button {
    max-width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 850px) {
  .casino {
    grid-template-columns: 200px auto;
  }
  .casino .text {
    border-left: none;
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 10px 0 0 0;
  }
  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .casino .button {
    min-width: 100%;
    justify-content: center;
    padding: 0 10px;
  }
  .casino .button button {
    max-width: 360px;
    padding: 12px 0;
  }
}
@media (max-width: 500px) {
  .casino {
    grid-template-columns: 135px auto;
    padding: 10px 10px 10px 10px;
  }
  .casino .img img {
    width: 88%;
    height: auto;
  }
  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino .button {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino .rating {
    margin-left: 10px;
    justify-content: center;
    align-items: center;
  }
  .casino .rating span { 
    font-size: 27px;
  }
  .casino .rating .rating-block {
    margin: 5px 0 0 5px;
    font-size: 12px;
  }
  .casino .rating .rating-block .rating-img img {
    width: 12px;
    height: 12px;
  }
} */



.casinos-wrapper,
.casinos-wrapper-winshark {
  background: #322f2c;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px 24px;
  border: 2px transparent solid;
}

.casinos-wrapper.highlighted {
  position: relative;
  border: 2px solid rgba(254, 193, 8, 1);
}

.casinos-wrapper.highlighted .legend {
  position: absolute;
  left: calc((100% - 360px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  top:-22px;
  height: 44px;
  width: 360px;
  padding: 12px 32px;
  background: #FEC108;
  border-radius: 4px;
}

.casinos-wrapper.highlighted .legend img {
  width: 16px;
}

.casinos-wrapper.highlighted .legend span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.casinos-wrapper-winshark .img .img_img {
  background: url(/winshark.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.casino {
  background: #444444;
  border-radius: 10px;
  padding: 20px 24px 20px 24px;
  display: grid;
  grid-template-columns: 160px 15% 250px auto;
  align-items: center;
  border: 1px solid #3e3636;
  gap: 20px;
}

.casino .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  border-radius: 4px;
  background: #000;
}

.casino .img span {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.casino .img .img_img, .casino .img img {
  width: 160px;
  height: 66px;
  border-radius: 4px;
  object-fit: cover;
}

.casino .rating {
  height: 53px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.casino .rating .title {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
.granawin,
.wizz,
.rolling {
  margin: 0 auto 20px auto;
}

.casino .rating img {
  width: 15px;
}

.casino .rating span {
  color: #fff;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 5px;
}
.casino .rating .rating-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.casino .rating .license {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.casino .bonus span {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: #acacac;
}

.casino .bonus p {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #fff;
  padding-top: 8px;
  margin: 0;
  width: 100%;
  max-width: 300px;
}

.casino .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #c7102d;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 185px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
}
.casino .button .anm {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  max-width: 185px;
  padding: 13px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
}
.casino .button .info-casino {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.1px;
  text-align: left;
  color: #ffffff;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.casino .button .info-casino::after {
  content: url(/cards-casino/down.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  padding-left: 5px;
}

.casino .button button:hover {
  opacity: 0.8;
}

.more-info {
  display: grid;
  margin-top: 10px;
  background: #322f2c;
  gap: 17px;
  grid-template-columns: 50% 25% auto;
}
.more-info .info-deposit {
  background: #444444;
  border-radius: 10px;
  padding: 5px 12px 5px 12px;
  width: 100%;
  max-width: 678px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.more-info .min-dep,
.more-info .max-dep {
  background: #444444;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  max-width: 365px;
}
.more-info .min-dep .more-info-title,
.more-info .max-dep .more-info-title {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
}

.more-info .min-dep span,
.more-info .max-dep span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
}

.more-info .info-deposit .more-info-title {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 8px;
}
.more-info .info-deposit span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #fff;
}

.more-info.visible {
  display: block;
}

.casinos-wrapper .img_img.img_reblz {
  background: url(/cards-casino/Reblz_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_rolling {
  background: url(/cards-casino/rolling-slots.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_winsane {
  background: url(/cards-casino/Winsane_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_cashwin {
  background: url(/cards-casino/cashwin.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_ritzo {
  background: url(/cards-casino/Ritzo_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_boomerangbet {
  background: url(/cards-casino/Boomerang.bet_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_winscore {
  background: url(/cards-casino/Winscore_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_dragonslots {
  background: url(/cards-casino/Dragonslots_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_vegazcasino {
  background: url(/cards-casino/Vegaz_Casino_1x.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_wildfortune {
  background: url(/cards-casino/WildFortune.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_glitch-spin {
  background: url(/cards-casino/glitch-spin-new.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_spinlander {
  background: url(/cards-casino/spinlander-img.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_goldspin {
  background-image: url(/cards-casino/goldspin.webp);
  background-size: contain;
  background-position: 0 center;
  background-color: #000;
  width: 160px;
  height: 66px;
  background-repeat: no-repeat;
}

.casinos-wrapper .img_img.img_bdmbet {
  background-image: url(/cards-casino/BDMbet.webp);
  background-size: contain;
  background-position: 0 center;
  background-color: #000;
  width: 160px;
  height: 66px;
  background-repeat: no-repeat;
}
.casinos-wrapper .img_img.img_winhero {
  background: url(/cards-casino/winhero-img.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_winshark {
  background: url(/winshark.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_godofwins {
  background: url(/cards-casino/godofwins-casino-logo.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 160px;
  height: 66px;
}
.casinos-wrapper .img_img.img_granawin {
  background: url(/cards-casino/Granawin.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_wild-tokyo {
  background: url(/wild-tokyo.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_wizz-spin {
  background: url(/cards-casino/wizz-spin.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_playfina {
  background: url(/cards-casino/playfina.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_asino {
  background: url(/cards-casino/asino.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_instaspin {
  background: url(/cards-casino/instaspin.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_zotabet {
  background: url(/cards-casino/zotabet.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_slots-gallery {
  background: url(/cards-casino/SlotsGallery.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_liraspin {
  background: url(/cards-casino/liraspin.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_tsars {
  background: url(/cards-casino/Tsars-casino.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_rioace {
  background: url(/cards-casino/Rioace.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_spinline {
  background: url(/cards-casino/Spinline.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_boomerangbetio {
  background: url(/cards-casino/Boomerang.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_neospin {
  background: url(/cards-casino/NeoSpin.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_leovegas {
  background: url(/cards-casino/leovegas.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_unibet {
  background: url(/cards-casino/unibet.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

.casinos-wrapper .img_img.img_royalcasino {
  background: url(/cards-casino/royalcasino.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_mariacasino {
  background: url(/cards-casino/maria_casino.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_mrgreen {
  background: url(/cards-casino/mr_green.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_betinia {
  background: url(/cards-casino/betinia.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_campobet {
  background: url(/cards-casino/campobet.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_kapowcasino {
  background: url(/cards-casino/kapow_casino.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_bet365 {
  background: url(/cards-casino/bet365.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.casinos-wrapper .img_img.img_jackpotbet {
  background: url(/cards-casino/jackpotbet.webp) no-repeat;
  background-size: contain;
  background-position: 0 center;
}

@media (max-width: 1250px) {
  .casino {
    grid-template-columns: 50% 50%;
    padding: 20px 20px 14px 20px;
    gap: 14px;
  }
  .casino .bonus p {
    max-width: unset;
  }

  .casino .bonus {
    padding-left: 0;
  }

  .casino .button {
    margin: 0 auto;
    justify-content: flex-start;
  }
  .casino .button button {
    max-width: 150px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 16px;
  }
  .casino .button .anm {
    max-width: 150px;
    padding: 13px 18px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 930px) {
  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 750px) {
  .more-info {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .casino {
    margin-bottom: 12px;
  }

  .casino .button {
    grid-column-start: 1;
    /* grid-column-end: 3; */
    grid-column-end: 4;
    margin-left: 0;
  }
  .more-info {
    grid-template-columns: 1fr 1fr;
  }
  .more-info .info-deposit {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .more-info .min-dep,
  .more-info .max-dep {
    padding: 5px 12px 5px 12px;
  }
}

@media (max-width: 520px) {
  .casino {
    padding: 12px;
    gap: 14px 0;
  }
  .casino .rating {
    gap: 2px;
  }
  .casino .rating .title {
    font-size: 14px;
    line-height: 15px;
  }
  .casino .bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .casino .bonus p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 5px 5px 5px;
  }
  .casino .bonus span {
    text-align: center;
  }
  .casino .rating span {
    font-size: 12px;
    line-height: 15px;
  }
  .casino .button {
    /* flex-direction: column; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .casino {
    grid-template-columns: 1fr 1fr;
    padding: 10px 10px 10px 10px;
    gap: 8px;
  }
  .casino .img {
    max-width: 130px;
  }
  .casino .img .img_img {
    width: 130px;
  }
}

.menu-item {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  left: 0;
  z-index: 10;
}

.menu-item:hover .submenu {
  display: block;
  text-align: start;
  width: 100%;
}

a.inactive {
  pointer-events: none;
  color: #aaa;
}
@media (max-width: 1850px) {
  .menu-item:hover .submenu {
    top: 30px;
  }
}
@media (max-width: 1250px) {
  .menu-item:hover .submenu {
    top: 10px;
  }
}

.menu-item {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  background-color: #111;
  border: 1px solid #444;
  top: 140%;
  left: 0;
  z-index: 10;
  width: 224px;
  padding: 7px;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  transition-delay: 0.3s;
}

.submenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #c2c2c2;
}

.menu-item:hover .submenu {
  display: block;
}

a.inactive {
  pointer-events: none;
  color: #aaa;
}

.mobileMenu .submenu {
  position: relative;
  top: 10px;
}

.mobileMenu .menu-item {
  position: relative;
  text-align: left;
  padding: 10px 0px;
}

.mobileMenu .submenu a {
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  position: relative;
  max-width: 240px;
  line-height: 1.35;
}

.mobileMenu .submenu a:before {
  position: absolute;
  left: -24px;
  top: 9px;
  content: url('/arrow-right-new.svg');
}

.menu-item > a::after {
  content: ' ▶';
  color: #C2C2C2;
  font-size: 0.8em;
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
  position: relative;
  top: -1px;
}

.menu-item:hover > a::after {
  transform: rotate(90deg);
}

.mobileMenu .menu-item > a::after {
  content: none;
}

/*  casino card  */

.casino-info {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 20px;
}

.main-info,
.plus-minus-list,
.info-items {
  background-color: #313131;
  padding: 24px;
  border-radius: 12px;
}

.casino-info .main-info {
  max-width: 477px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}

.casino-info .main-info.grown {
  flex-grow: 1;
}

.casino-info .plus-minus-list {
  max-width: 400px;
}

.casino-info .info-items {
  max-width: 485px;
}

.main-info .name-casino,
.main-info .bonus-text span,
.plus-minus-list span {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 0;
}

.main-info .bonus-text span,
.plus-minus-list span {
  font-size: 14px;
}

.main-info .payment-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.main-info .img-casino {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 117px;
  max-width: 403px;
  border-radius: 8px;
}

.main-info .img-wizzSpin {
  background-image: url(/uploads/img/media/webp/casino-denmark-nemid-wizzspin.webp);
}

.main-info .img-goldSpin {
  background-image: url(/uploads/img/media/webp/casino-denmark-nemid-goldspin.webp);
}

.main-info .img-reblz {
  background-image: url(/uploads/img/media/webp/casino-denmark-nemid-reblz.webp);
}

.main-info .img-wildFortune {
  background-image: url(/uploads/img/media/webp/casino-denmark-nemid-wild-fortune.webp);
}

.main-info .img-celebrino {
  background-image: url(/uploads/img/media/webp/celebrino-casino-logo.webp);
}

.main-info .img-24casino {
  background-image: url(/uploads/img/media/webp/24casino-logo.webp);
}

.main-info .img-luna {
  background-image: url(/uploads/img/media/webp/luna-casino-logo.webp);
}

.main-info .img-nordicbet {
  background-image: url(/uploads/img/media/webp/nordicbet-casino-logo.webp);
}

.main-info .img-spilleboden {
  background-image: url(/uploads/img/media/webp/spilleboden-casino-logo.webp);
}

.main-info .img-hot7 {
  background-image: url(/uploads/img/media/webp/hot7-logo.webp);
}

.main-info .img-playojo {
  background-image: url(/uploads/img/media/webp/playojo-logo.webp);
}

.main-info .img-toptally {
  background-image: url(/uploads/img/media/webp/toptally-logo.webp);
}

.main-info .img-glitchSpin {
  background-image: url(/glitchSpin.png);
}

.main-info .img-winshark {
  background-image: url(/winshark.png);
}

.main-info .img-wild {
  background-image: url(/wild.png);
}

.main-info .img-freshbet {
  background-image: url(/freshbet.png);
}

.main-info .img-1Bet {
  background-image: url(/1Bet.png);
}

.main-info .img-rioace {
  background-image: url(/rioace-casino-dk.webp);
}

.main-info .img-asino {
  background-image: url(/asino-casino-dk.webp);
}

.main-info .img-bdmbet {
  background-image: url(/bdmbet-casino-dk.webp);
}

.main-info .img-neospin {
  background-image: url(/neospin-casino-dk.webp);
}

.main-info .img-spinline {
  background-image: url(/spinline-casino-dk.webp);
}

.main-info .bonus-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-info .bonus-text p {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  padding-top: 12px;
  padding-bottom: 16px;
  color: #fec108;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}

.plus-minus-list span {
  text-decoration: underline;
  text-decoration-color: #bebebe;
  text-underline-offset: 4px;
  margin-bottom: 20px;
}

.plus-minus-list ul {
  width: 100%;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.plus-minus-list ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 14px;
  color: #fff;
  display: flex;
}

/* .plus-minus-list .items-plus li::before {
  content: url(cards/marker-green.png);
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-right: 8px;
}

.plus-minus-list .items-minus li::before {
  content: url(cards/marker-red.png);
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-right: 8px;
} */

.casino-table {
  border-collapse: separate;
  border-spacing: 12px 20px;
}

.casino-table td {
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

.casino-table td:first-child {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #bebebe;
  text-underline-offset: 4px;
  white-space: nowrap;
  color: #fff;
}

.casino .button {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-transform: unset;
}
.casino .button .rezension {
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #c70000;
  border: none;
  width: 100%;
  max-width: 150px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
  filter: drop-shadow(5px 5px 0 #860000);
}

.casino .button button,
.headerWrapper .button button,
.main-info .button button {
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #c7102d;
  border: none;
  width: 100%;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
  border-radius: 10px;
}
.casino .button .info-casino {
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.casino .button button:hover {
  opacity: 0.8;
}

.items-plus img {
  margin-right: 8px;
}
.items-minus img {
  margin-right: 8px;
}

@media screen and (max-width: 850px) {
  .casino-info {
    flex-direction: column;
  }

  .casino-info .main-info,
  .casino-info .plus-minus-list,
  .casino-info .info-items {
    max-width: none;
    padding: 12px;
    border-radius: 12px;
  }

  .plus-minus-list {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 390px) {
  .casino-table td {
    font-size: 10px;
  }
  .casino-info .main-info,
  .casino-info .plus-minus-list,
  .casino-info .info-items {
    padding: 8px;
  }
  .casino-table {
    border-spacing: 5px 17px;
  }
}

.general-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.general-th,
.general-td {
  padding: 10px;
  text-align: left;
}

.general-table .general-tr:first-child .general-td,
.general-table thead .general-tr .general-th {
  background-color: #c7102d;
  color: #fff;
}

.conainer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-box {
  margin: 20px 0px;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  padding: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #1e1e1e;
}

.profile-box.altered {
  justify-content: flex-start;
}

.profile-box img {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.profile-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.profile-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.profile-content .profile-header h3,
.profile-box.altered .profile-content .profile-header p {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  width: auto;
  text-align: left;
}

.profile-box.blocked .profile-header {
  display: block;
}

.profile-box.blocked .profile-content .profile-header h3 {
  margin-bottom: 16px;
}

.profile-content p {
  font-weight: 400;
  font-size: 18px;
  color: #d3d3d3;
  padding: 0;
  margin: 0;
  width: 100%;
}

.profile-tag {
  display: flex;
  justify-content: center;
  background-color: #dcffef;
  color: #333333;
  padding-right: 20px;
  gap: 10px;
  border-radius: 100px;
  align-items: center;
}

.profile-tag span {
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .profile-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-box {
    align-items: flex-start;
  }

  .profile-content .profile-header span {
    font-size: 15px;
  }

  .profile-content p {
    font-size: 12px;
  }

  .profile-box img {
    border-radius: 100px;
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 700px) {
  .profile-box {
    flex-direction: column;
    align-items: center;
  }

  .profile-header {
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .profile-tag {
    padding-right: 5px;
    gap: 2px;
  }

  .profile-box {
    gap: 5px;
    padding: 10px;
  }

  .profile-tag span {
    font-size: 12px;
  }

  .profile-content .profile-header span {
    font-size: 14px;
  }

  .profile-content p {
    font-size: 11px;
  }
}
.content .content-blocks {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 24px 20px;
  border-radius: 12px;
  background-color: #1e1e1e;
}

.content .content-blocks.header1{
  background: url('/h1-background.webp');
  background-size: cover;
  padding: 20px 16px;
}

.content .content-blocks.header1 h1 {
  width: 100%;
  max-width: 100%;
}

.block-licenser {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  background-color: #1e1e1e;
  padding: 0 !important;
}

.licenser-info {
  background-color: #141414;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #ffffff80;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.licenser-info p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #d3d3d3;
}

.licenser-info span {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}

.licenser-title {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.licenser-title img {
  height: 28px;
  width: 28px;
}

@media (max-width: 1024px) {
  .block-licenser {
    flex-wrap: wrap;
  }

  .licenser-info {
    flex: 1 1 calc(50% - 12px);
  }
}

@media (max-width: 900px) {
  .licenser-info p {
    font-size: 16px;
    line-height: 20px;
  }

  .licenser-info span {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .licenser-info {
    flex: 1 1 100%;
  }

  .licenser-info p {
    font-size: 14px;
    line-height: 20px;
  }

  .licenser-info span {
    font-size: 16px;
    line-height: 20px;
  }

  .licenser-title img {
    height: 24px;
    width: 24px;
  }
}

.info-block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #1e1e1e;
  padding: 0 !important;
}

.info-card:first-child {
  width: 100%;
}

.info-card:not(:first-child) {
  width: calc(50% - 6px);
}

.info-card.full-width {
  width: 100%;
}

.info-card {
  background-color: #141414;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #ffffff80;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.info-card p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #d3d3d3;
}

.info-card-title {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
}

.info-card-title h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}

.info-card-title img {
  height: 28px;
  width: 28px;
}

@media (max-width: 900px) {
  .info-card p {
    font-size: 16px;
    line-height: 20px;
  }

  .info-card-title h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .info-card:not(:first-child) {
    width: 100%;
  }

  .info-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .info-card-title h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .info-card-title img {
    height: 24px;
    width: 24px;
  }
}

.games-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #1e1e1e;
  padding: 0 !important;
  margin-bottom: 40px !important;
}

.game-feature-card {
  width: calc(50% - 6px);
  background-color: #141414;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #ffffff80;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.game-feature-card--full {
  width: calc(50% - 6px);
}

.game-feature-card p {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #d3d3d3;
}

.game-feature-header {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
}

.game-feature-header h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}

.game-feature-header img {
  height: 28px;
  width: 28px;
}

@media (max-width: 900px) {
  .game-feature-card p {
    font-size: 16px;
    line-height: 20px;
  }

  .game-feature-header h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .game-feature-card {
    width: 100%;
  }

  .game-feature-card--full {
    width: 100%;
  }

  .game-feature-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .game-feature-header h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .game-feature-header img {
    height: 24px;
    width: 24px;
  }
}

.plusMinusInner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background-color: #1e1e1e;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.itemPlus,
.itemMinus {
  width: 50%;
  background-color: #141414;

  border-radius: 12px;
}
.itemPlusHead,
.itemMinusHead {
  border-radius: 12px 12px 0 0;
  padding: 12px 16px;
}
.itemPlusHead span,
.itemMinusHead span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.itemPlusHead {
  background-color: #00874f;
}
.itemMinusHead {
  background-color: #c7102d;
}
.plusMinusInner ul li {
  list-style: none;
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}
.plusMinusInner ul {
  padding: 20px 24px;
  width: 100%;
  border-radius: 12px;
}
.itemPlus li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/itemplus.png) no-repeat;
  background-size: cover;
}
.itemMinus li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/itemMinus.png) no-repeat;
  background-size: cover;
}
.plusMinusInner img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1050px) {
  .itemPlus,
  .itemMinus {
    width: 100%;
  }
  .plusMinusInner {
    flex-wrap: wrap;
  }
}

.risk {
  background-color: #3c3c3c;
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
}

.block-risk {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #141414;
  border: 1px solid #ffffff80;
  padding: 24px;
  border-radius: 8px;
}

.title-risk {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.title-risk h3 {
  color: #d3d3d3;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  display: flex;
  width: 100%;
  padding: 0;
}

.block-risk p {
  color: #d3d3d3;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.title-risk img {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) {
  .block-risk p {
    font-size: 14px;
  }
  .title-risk h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .block-risk {
    padding: 16px;
  }
}

.risk-section {
  background-color: #3c3c3c;
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
}

.risk-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #141414;
  border: 1px solid #ffffff80;
  padding: 24px;
  border-radius: 8px;
}

.risk-header {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.risk-header h3 {
  color: #d3d3d3;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  display: flex;
  padding: 0;
  width: 100%;
  text-align: left;
}

.risk-card p {
  color: #d3d3d3;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .risk-card p {
    font-size: 14px;
  }
  .risk-header h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .risk-card {
    padding: 16px;
  }
}

.toc-wrapper {
  margin: 32px auto;
  overflow: hidden;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ffffff;
  width: 100%;
  max-width: 1300px;
}
.toc-toggle {
  width: 100%;
  text-align: left;
  padding: 17px 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.toc-content {
  padding: 0 10px 10px 10px;
}
.toc-list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.toc-list li {
  margin: 16px 0;
  border-bottom: 1px solid #454966;
  padding: 16px 0;
}
.toc-list a {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.arrow {
  transition: transform 0.3s ease;
}
.toc-toggle.open .arrow {
  transform: rotate(180deg);
}
.date {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 42px;
}
.date time {
  color: #fff;
}

.author.wrapper {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  margin: 16px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  max-width: 1380px;
}

.author.wrapper .show-mob { display: none; }

.author.wrapper .text {
  margin-left: 16px;
  flex-grow: 1;
  max-width: calc(100% - 80px);
}

.author.wrapper .text .name {
  display: block;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px rgba(199, 16, 45, 1) solid;
  margin-bottom: 12px;
}

.author.wrapper .text p {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  max-width: 100%;
}

.author.wrapper .text p img {
  margin-right: 8px;
}

.author.wrapper .text p span {
  font-size: 16px;
  color: #D7D7D7;
}


@media (max-width: 800px) {

  .author.wrapper .show-mob { display: block; }
  .author.wrapper .hide-mob { display: none; }
  .author.wrapper .text .name { font-size: 16px; }
  .author.wrapper .text p span { font-size: 14px; }

}

@media (max-width: 540px) {

  .casinos-wrapper.highlighted .legend {
    padding: 12px;
    width: 276px;
    left: calc((100% - 276px) / 2);
  }

  .casinos-wrapper.highlighted .legend span {
    font-size: 12px;
  }

}


.showcase {width: 100%; max-width: 1400px; margin: 0 auto;}
.showcase_item {background: rgba(68, 68, 68, 1); border: 1px solid rgba(62, 54, 54, 1); border-radius: 10px; padding: 49px 24px 20px 24px;
    position: relative; display: grid; grid-template-columns: 200px 200px auto 279px; gap: 20px 10px; align-items: center; margin-bottom: 20px;}
.showcase_img {height: 130px; background: rgba(0, 0, 0, 1); border-radius: 4px; width: 100%; display: flex; align-items: center; justify-content: center;
    padding: 8px;}
.showcase_img img {max-width: 100%;}
.showcase_number {position: absolute; top: 0; left: 24px; background: rgba(248, 188, 28, 1); border-radius: 0 0 4px 4px; display: flex; justify-content: center;
    align-items: center; height: 29px; width: 29px;}
.showcase_number span, .showcase_tags span {color: rgba(0, 0, 0, 1); font-size: 14px; font-weight: 700;}
.showcase_tags {position: absolute; top: 0; left: 63px; background: rgba(248, 188, 28, 1); border-radius: 0 0 4px 4px; display: flex; justify-content: center;
    align-items: center; height: 29px; padding: 0 15px; gap:5px;}
.showcase_info {display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.showcase_name {color: rgba(255, 255, 255, 1); font-size: 25px; font-weight: 700;}
.showcase_license_rating {display: flex; flex-direction: column; gap: 8px;}
.showcase_license, .showcase_rating {background: rgba(30, 30, 30, 1); width: 151px; height: 35px; border-radius: 4px; display: flex; justify-content: center; 
    align-items: center; }
.showcase_license {gap: 4px;}
.showcase_rating {gap: 1px;}
.showcase_license span {color: rgba(255, 255, 255, 1); font-size: 14px;}
.showcase_rating span {color: rgba(255, 255, 255, 1); font-size: 14px; font-weight: 700;}
.showcase_bonus {padding-right: 20px;}
.showcase_bonus .showcase_title {color: rgba(255, 255, 255, 1); font-size: 14px;}
.showcase_bonus .showcase_value {color: rgba(248, 188, 28, 1); font-size: 28px; font-weight: 700; width: 100%; padding-bottom: 0;}
.showcase_buttons {display: flex; flex-direction: column; gap: 12px; align-items: center;}
.showcase_buttons .showcase_mainbutton {background: rgba(199, 16, 45, 1);box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.69); width: 100%;
    border-radius: 10px; border-radius: 10px; padding: 14px 0; color: rgba(255, 255, 255, 1); font-size: 16px; font-weight: 700; transition: 0.4s;}
.showcase_buttons .showcase_mainbutton:hover {opacity: 0.8;}
.showcase_buttons .showcase_extralink {color: rgba(255, 255, 255, 1); font-size: 14px; text-decoration: underline;}
.showcase_buttons .showcase_extralink:hover {color: rgba(248, 188, 28, 1);}
.showcase_text {grid-column-start: 1; grid-column-end: 5; display: flex; justify-content: space-between; gap: 10px; align-items: flex-end;}
.showcase_text p {width: 100%; max-width: 80%; color: rgba(255, 255, 255, 1); font-size: 12px; margin-left: 0; padding-bottom: 0;}
.showcase_date {display: flex; justify-content: center; align-items: center; background: rgba(50, 50, 50, 1); border-radius: 4px; gap: 2px;
    padding: 7px 8px;}
.showcase_date span {color: rgba(255, 255, 255, 1); font-size: 12px;}

@media screen and (max-width: 1250px) {
  .showcase {width: calc(100% - 32px);}
}
@media (max-width: 1200px) {
    .showcase_item {grid-template-columns: 200px 200px auto 187px;}
}
@media (max-width: 1000px) {
    .showcase_item {grid-template-columns: 160px 200px auto;}
    .showcase_buttons, .showcase_text {grid-column-start: 1; grid-column-end: 4;}
    .showcase_bonus .showcase_value {font-size: 24px;}
    .showcase_name {font-size: 22px;}
    .showcase_bonus {padding-right: 0px;}
}
@media screen and (max-width: 750px) {
  .showcase {width: calc(100% - 20px);}
}
@media (max-width: 700px) {
    .showcase_item {grid-template-columns: 160px auto; padding: 43px 10px 10px 10px; gap: 10px 10px;}
    .showcase_buttons, .showcase_text, .showcase_bonus {grid-column-start: 1; grid-column-end: 3;}
    .showcase_img {height: 95px;}
    .showcase_name {font-size: 18px;}
    .showcase_number {left: 10px; height: 23px; width: 28px;}
    .showcase_tags {height: 23px; width: calc(100% - 58px ); left: 48px;}
    .showcase_license, .showcase_rating {height: 30px;}
    .showcase_license_rating {gap: 4px;}
    .showcase_rating span {font-size: 12px;}
    .showcase_bonus .showcase_title {font-size: 12px; display: block; text-align: center; padding-bottom: 5px;}
    .showcase_bonus .showcase_value {font-size: 20px; padding-bottom: 5px; text-align: center;}
    .showcase_text {padding-top: 10px; flex-direction: column; align-items: center;}
    .showcase_text p {max-width: 100%; text-align: center;}
    .showcase_date {background: transparent; padding: 0 0;}
}
@media (max-width: 450px) {
  .showcase_tags span {font-size: 11px; line-height: 12px;}
}
@media (max-width: 390px) {
  .showcase_item {grid-template-columns: 1fr auto;}
}

@media screen and (max-width: 800px) {
  .header {
    padding: 10px;
  }
 .header .headerInner .menu {
    display: none;
  }
  .buttons {
    display: flex;
    width: 100%;
  }
  .burger {
    display: block;
  }
  .buttons .play {
    padding: 11px 2px;
  }
  .btn-apple, .btn-android, .btn-apple-mobile, .btn-android-mobile {
    padding: 10px;
  }
  .header .headerInner .logo img {
    max-width: 40px;
  }
}

.pm__container {
    margin-bottom: 24px;
}
.pm__container_inner {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}
.pm__item {
    background: transparent;
    border-radius: 8px;
}
.pm__headings {
    padding: 14px;
    border-radius: 12px 12px 0 0;
}
.pm__headings span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.pm__item_plus .pm__headings {
    background: #00874f;
}
.pm__item_minus .pm__headings {
    background: #c7102d;
}
.pm__container ul {
    padding: 12px 16px;
	width: 100%;
	border-radius: 0 0 8px 8px;
}

.pm__container .pm__item_plus ul {
	border: 1px #00874f solid;
}

.pm__container .pm__item_minus ul {
	border: 1px #c7102d solid;
}

.pm__container ul li {
    position: relative;
    padding-left: 32px;
    padding-bottom: 16px;
	list-style: none;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(/plus.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(/minus.svg)no-repeat;
    background-size: cover;
}

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