@font-face {
  font-family: 'Roboto Condensed';
  src: url('/fonts/RobotoCondensed.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #1b0b1e;
  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, 
.contactsInner,
.section,
.section .advantages,
.registration, 
.verification,
.login-block,
.playing,
.winnings, 
.deposit,
.security,
.app-block,
.pokies,
.live-casino {
  color: #fff;
  margin: 0 auto;
  width: calc(100% - 280px);
  max-width: 1200px;
}

.section p,
.section .advantages p,
.section .providers p,
.registration p, 
.verification p,
.login-block p,
.playing p,
.winnings p, 
.deposit p,
.security p ,
.app-block p,
.pokies p,
.live-casino p {
  width: 100%;
  max-width: none;
  padding: 0 24px;
  color: #fff;
}

main .general-table-wrapper {
  overflow-x: overlay;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  padding: 0;
  margin-bottom: 12px;
}
main .wrapper {
  width: calc(100% - 280px);
  margin: 0 auto;
  max-width: 1200px;
}
body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}
input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 16px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #fff;
}
a{
  color: #f28d24;
}
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: #f28d24;
  font-size: 14px;
}
.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}
.general-table {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
  border-radius: 20px;
}

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

.general-table .general-tr:nth-child(even) {
  background-color: #3C1544;
}

.general-table .general-tr:nth-child(odd) {
  background-color: #240F28;
}

.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
}
.general-table thead tr th {
  padding: 16px;
  color: #f28d24;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #f28d24;
  border-top: 1px solid #f28d24;
  border-bottom: 1px solid #f28d24;
}

.general-table .general-tr .general-td:first-child {
  border-right: 1px solid #f28d24;
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
  border: 1px solid #1a2033;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #0e121c;
}
.faq-container .faq-item:hover {
  border-color: #0e121c;
}
.faq-container .faq-item:hover .faq-question {
  color: #0e121c;
}
.faq-container .faq-question {
  color: #0e121c;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #0e121c;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(242, 141, 36, 0.0784313725);
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #f28d24;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #f28d24;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #f28d24;
}
.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;
}
@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;
  }
}
@media screen and (max-width: 600px) {
  .bannerSlots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 366px) {
  .bannerSlots {
    grid-template-columns: repeat(1, 1fr);
  }
}
.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.table_of_contents_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 26px;
  border-radius: 20px;
  border: 2px solid #f28d24;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: auto;
}
.table_of_contents_wrapper .table_link {
  white-space: nowrap;
  color: #fff;
  border-right: 2px solid #f3b75f;
  padding-right: 5px;
}
.table_of_contents_wrapper .table_link:hover { 
  color:  #f28d24;
}
.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: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}
.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}
.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}
.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}
.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}
.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
  color: #92c637;
}
.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-overlay:target {
  visibility: visible;
  opacity: 1;
}
.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}
.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}
.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}
.button-block {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0);
}
.button-block button {
  position: relative;
  overflow: hidden;
  width: 620px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #e50539;
  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, 
  .section,
  .registration, 
  .verification,
  .login-block,
  .playing,
  .winnings, 
  .deposit,
  .security,
  .app-block,
  .pokies,
  .live-casino   {
    width: calc(100% - 32px);
  }
  main .wrapper {
    padding: 25px 0;
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }
  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .button-block button {
    padding: 14px 5px;
  }
  .quote {
    width: calc(100% - 32px);
  }
  .faq-container .faq-item {
    border-radius: 14px;
  }
  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }
  .faq-container .bg-active {
    border-radius: 14px;
  }
  .faq-container .icon {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body {
  overflow-x: hidden;
  background: #f5f5f5;
}
.loginPage {
  min-height: 100vh;
  background: linear-gradient(90deg, #efe0fa, #be78f0);
}
.loginPage .header_logo {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginPage .login {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(190, 120, 240, 0.2);
}
.loginPage .login::before,
.loginPage .login::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.loginPage .login::before {
  left: 40%;
  bottom: -130%;
  background-color: rgba(158, 75, 220, 0.15);
  animation: wawes 6s infinite linear;
}
.loginPage .login::after {
  left: 35%;
  bottom: -125%;
  background-color: rgba(190, 120, 240, 0.2);
  animation: wawes 7s infinite;
}
.loginPage .login > input {
  display: block;
  font-size: 16px;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 15px -10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > input:focus {
  transform: scale(1.05);
}
.loginPage .login > .loginButton {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  background-color: #9e4bdc;
  transition: background-color 300ms;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.loginPage .login > .loginButton button {
  color: #fff;
}
.loginPage .login > .loginButton:hover {
  background-color: #b361ed;
}
@keyframes wawes {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loginPage a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.admin_wrapper {
  padding-bottom: 20px;
}
.admin_wrapper a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper input {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  outline: none;
}
.admin_wrapper input::placeholder {
  color: #fff;
}
.admin_wrapper button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
  color: #22285e;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.admin_wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper span {
  font-size: 12px;
  line-height: 18px;
  color: #7a7e9e;
}
.admin_wrapper .quote__wrapper {
  position: relative;
}
.admin_wrapper .quote__wrapper::after {
  position: absolute;
  content: '';
  background-image: url(/_next/static/media/quote.c1fdb4a0.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  top: -15%;
  right: -1%;
}
.admin_wrapper .buttonTextarea {
  position: relative;
  padding: 15px;
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #eee;
  border-radius: 15px;
  outline: none;
}
.admin_wrapper ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
}
.admin_wrapper ul li::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  top: 13px;
  background: url(/_next/static/media/list.faf716c8.svg);
  background-size: cover;
}
.admin_wrapper ol {
  counter-reset: counter-ol;
}
.admin_wrapper ol li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #22285e;
  counter-increment: counter-ol;
}
.admin_wrapper ol li::before {
  position: absolute;
  content: counter(counter-ol);
  width: 30px;
  height: 30px;
  left: -20px;
  top: 5px;
}
.admin_wrapper h1 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h2 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h3 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h4 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h5 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper h6 {
  text-align: center;
  color: #22285e;
}
.admin_wrapper b {
  color: #22285e;
}
.admin_wrapper i {
  color: #22285e;
  font-style: normal;
  transition: 0.3s;
}
.admin_wrapper label {
  color: #22285e;
}
.admin_wrapper td {
  color: #22285e;
}
.admin_wrapper tr {
  color: #22285e;
}
.admin_wrapper figcaption {
  color: #22285e;
}
.admin_wrapper .image-tool__image {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.admin_wrapper img {
  height: 100%;
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.admin_wrapper .wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.admin_wrapper .h2 {
  margin-bottom: 20px;
}
.admin_wrapper .h2 button {
  border-radius: 8px;
  padding: 10px 10px;
  background: #9e4bdc;
  color: #fff;
  position: relative;
}
.admin_wrapper .h2 button:hover {
  background: #be78f0;
}
.admin_wrapper .h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.admin_wrapper .h2 h2 {
  margin-bottom: 0 !important;
}
.admin_wrapper header {
  padding: 20px 0;
}
.admin_wrapper .header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .header_logo {
  display: flex;
  align-items: center;
  margin-left: 260px;
}
.admin_wrapper .header_logo img {
  width: 40px;
  margin-right: 10px;
}
.admin_wrapper .header_logo span {
  font-size: 20px;
}
.admin_wrapper .header_logo.active {
  margin-left: 0;
}
.admin_wrapper .main_content .info {
  margin-left: 260px;
  background: #fff;
  border-radius: 8px;
}
.admin_wrapper .main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.admin_wrapper .main_content .info .files-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 50px;
}
.admin_wrapper .main_content .info .files-list .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 200px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .main_content .info .files-list .image img {
  padding: 10px;
  height: 100px;
}
.admin_wrapper .info_content {
  padding: 20px;
}
.admin_wrapper .info_content form button {
  padding: 5px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out;
}
.admin_wrapper .info_content form button:hover {
  background-color: #be78f0;
}
.admin_wrapper .info_content .input {
  position: relative;
  margin: 0 10px;
}
.admin_wrapper .info_content .input label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5px;
}
.admin_wrapper .info_content .input-img {
  font-size: 12px;
}
.admin_wrapper .info_content .input-img img {
  border-radius: 50px;
}
.admin_wrapper .navigation_list {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .navigation_item {
  border-radius: 8px;
  background: #9e4bdc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}
.admin_wrapper .navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
.admin_wrapper .navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.admin_wrapper .navigation_item:hover {
  background: #be78f0;
}
.admin_wrapper .info_field {
  display: flex;
  margin-bottom: 20px;
}
.admin_wrapper .info_field span {
  background: #be78f0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px 0 0 8px;
}
.admin_wrapper .info_field input {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
}
.admin_wrapper .info_field input::placeholder {
  color: #22285e;
  opacity: 1;
  font-size: 16px;
}
.admin_wrapper .info_field input:focus {
  transform: scale(1.05);
  border-radius: 8px;
}
.admin_wrapper .info_field select {
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 5px 10px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #22285e;
  cursor: pointer;
}
.admin_wrapper .pages_item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.admin_wrapper .pages_item:last-child {
  margin-bottom: 0;
}
.admin_wrapper .pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}
.admin_wrapper .pages_item img {
  width: 30px;
  flex: 0 0 auto;
  margin: 0;
  height: 30px;
  border-radius: 50%;
}
.admin_wrapper .pages_item .details {
  display: flex;
  align-items: center;
  gap: 3px;
}
.admin_wrapper .pages_item .details:hover {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details:hover i {
  color: #9e4bdc;
}
.admin_wrapper .pages_item .details span {
  color: #95d5b6;
  font-size: 24px;
}
.admin_wrapper .pages_item .delete:hover {
  color: #f80505;
}
.admin_wrapper .pages_item .delete:hover i {
  color: #f80505;
}
.admin_wrapper .pages_item_moves {
  display: flex;
  margin-left: auto;
  gap: 20px;
}
.admin_wrapper .pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}
.admin_wrapper .pages_item_moves input {
  text-align: center;
  border-bottom: 1px solid #000;
}
.admin_wrapper .pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}
.admin_wrapper .pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.admin_wrapper .pages_bound_item a:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(/_next/static/media/England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.admin_wrapper .pages_bound_item a:hover {
  color: #be78f0;
}
.admin_wrapper .category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}
.admin_wrapper .category_item a {
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .category_item a:hover {
  color: #be78f0;
}
.admin_wrapper .loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin_wrapper .loginPage .header_logo {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage form {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}
.admin_wrapper .loginPage form div {
  margin-bottom: 15px;
}
.admin_wrapper .loginPage form label {
  display: flex;
}
.admin_wrapper .loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
  width: 25%;
}
.admin_wrapper .loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 8px 8px 0;
  font-size: 17px;
  background: #fff;
}
.admin_wrapper .loginPage .loginButton {
  display: flex;
  justify-content: center;
}
.admin_wrapper .loginPage button {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .loginPage button:hover {
  background: #be78f0;
}
.admin_wrapper .buttonAdmin {
  background: #9e4bdc;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.admin_wrapper .buttonAdmin:hover {
  background: #be78f0;
}
.admin_wrapper .buttonsParent {
  display: flex;
  justify-content: space-between;
}
.admin_wrapper .buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 15px;
}
.admin_wrapper .buttonDelete:hover {
  background: #e10404;
  color: #fff;
}
.admin_wrapper .cardList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin_wrapper .cardList .cardItem {
  margin: 16px 0px 0px 0;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}
.admin_wrapper .cardList .cardItem h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}
.admin_wrapper .cardList .cardItem .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: #f03c59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .remove span {
  color: #fff;
}
.admin_wrapper .cardList .cardItem .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin_wrapper .cardList .cardItem .input span {
  width: 120px;
  font-size: 15px;
}
.admin_wrapper .cardList .cardItem input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}
.admin_wrapper .cardList button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .cardList button.addItem span {
  font-size: 32px;
  color: #333;
}
.admin_wrapper .cardList .select {
  position: relative;
  width: 100%;
  display: flex;
}
.admin_wrapper .cardList .select div {
  margin-right: 15px;
}
.admin_wrapper .cardList .select div input {
  margin-right: 5px;
}
.admin_wrapper .cardList .menuName {
  width: 100%;
  margin-top: 16px;
}
.admin_wrapper .cardList .menuName input {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 500px;
}
.admin_wrapper .saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.admin_wrapper .sidebar {
  position: fixed;
  height: 100%;
  width: 320px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #be78f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 0px 20px 20px 0px;
}
.admin_wrapper .sidebar span {
  font-size: 12px;
  display: block;
}
.admin_wrapper .sidebar .material-icons {
  position: absolute;
  font-size: 30px;
  color: #fff;
  left: -40px;
}
.admin_wrapper .sidebar a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.admin_wrapper .sidebar a:hover,
.admin_wrapper .sidebar a:active,
.admin_wrapper .sidebar a [aria-current] {
  background: #be78f0;
  border-radius: 0px 20px 20px 0px;
  width: 90%;
}
.admin_wrapper .sidebar .year {
  position: absolute;
  bottom: 20px;
}
.admin_wrapper .sidebar .openbtn {
  position: absolute;
  top: 17px;
  left: 25%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.admin_wrapper .sidebar__list {
  margin-left: 50px;
  height: 100%;
  padding-top: 50px;
  background-color: #9e4bdc;
}
.admin_wrapper .sidebar.active {
  width: 50px;
}
.admin_wrapper .info.active {
  margin-left: 0;
}
.admin_wrapper .openbtn.active {
  transform: rotate(0);
}
.admin_wrapper .ce-block {
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.admin_wrapper .ce-block h2 {
  padding: 0 !important;
  margin: 0 !important;
}
.admin_wrapper .ce-block .faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.admin_wrapper .ce-block .faq_list span {
  cursor: pointer;
}
.admin_wrapper .ce-block .faq__add {
  display: block;
  text-align: center;
  padding: 5px 10px;
  width: 150px;
  cursor: pointer;
  color: #fff;
  background-color: #9e4bdc;
  border-radius: 10px;
}
.admin_wrapper .ce-block .faq_delete {
  background-color: #f03c59;
  border-radius: 8px;
  cursor: pointer;
}
.admin_wrapper .ce-block .faq_delete span {
  padding: 20px;
  color: #fff;
}
.admin_wrapper .buttonDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #f03c59 !important;
}
.admin_wrapper .buttonDelete span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .buttonAdmin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin_wrapper .buttonAdmin span {
  color: #fff;
  font-size: 19px;
}
.admin_wrapper .flag_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.admin_wrapper .buttons_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin_wrapper .category_delete {
  color: #fff;
}
.admin_wrapper .check_label {
  padding-left: 20px;
  cursor: pointer;
}
.admin_wrapper .radio_box {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.admin_wrapper .radio_box:checked + .check_style::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9e4bdc;
  border-radius: 50%;
}
.admin_wrapper .check_style {
  position: absolute;
  width: 15px !important;
  height: 15px;
  top: 1px;
  border: 1px solid #be78f0;
  border-radius: 50% !important;
  background: none !important;
  padding: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
}
.admin_wrapper .check_category {
  top: 3px;
  left: -2px;
}
.admin_wrapper .ce-popover__items {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.admin_wrapper .ce-popover__item {
  cursor: pointer;
}
.admin_wrapper .cdx-search-field__input::placeholder {
  color: #000;
}
.admin_wrapper .ce-popover__no-found,
.admin_wrapper .ce-popover__item-icon {
  display: none;
}
.footer {
  display: block;
  background: #181616;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .footer-contacts{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}
.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
}
.footer .footerInner .menu {
  padding: 18px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #f28d24;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #1b0b1e;
}
.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-block-btn .buttons .regButton {
  background-image: url(/sign-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}
.footer-block-btn .buttons .logButton {
  background-image: url(/button-log-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 70px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 390px) {
  .footer-block-btn .buttons .logButton,
  .footer-block-btn .buttons .regButton {
    height: 30px;
  }
}
.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: rgba(0, 0, 0, 0);
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner {
  height: 100%;
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.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 {
  display: block;
  position: relative;
}
.header .headerInner .logo  button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.header .headerInner .logo .logo-mobil {
  display: none;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}
.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.header .headerInner .menu a:hover {
  color: #f28d24;
}
.header .headerInner .menu a.active {
  color: #f28d24;
}

.buttons {
  gap: 20px;
}

.buttons .logButton{
  width: 250px;
  background: linear-gradient(to right, #F28D24, #FD634E);
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 10px 26px; 
}
.buttons.logButton :hover {
  opacity: 0.7;
}
.buttons .regButton {
  width: 250px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding: 10px 26px; 
}
.buttons .regButton:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1960px) {
  .header {
    padding: 25px 0;
    position: relative;
  }
  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }
  .header .headerInner .logo {
    left: unset;
  }
}
@media screen and (max-width: 1250px) {
  .header .buttons .logButton,
  .header .buttons .regButton {
    width: 190px;
    height: 39px;
  }
  .header .headerInner .menu {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header .buttons .regButton,
  .header .buttons .logButton {
    display: none;
  }
  .header .headerInner .logo .logo-mobil {
    display: none;
  }
}
.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: #1b0b1e;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}
.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media screen and (max-width: 1250px) {
  .burger {
    display: block;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}
.breadcrumbs a {
  color: #fff;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}
.breadcrumbs a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}
@media screen and (max-width: 1250px) {
  .breadcrumbs.wrapper {
    margin-top: 15px;
  }
}
.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;
  color: transparent;
}
.bannerApp .bannerAppBtns button::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 14px;
  background-image: url(/uploads/img/android-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerApp .bannerAppBtns button:hover {
  color: #fff;
  background: #2f5fdc;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
}
.bannerApp .bannerAppBtns button:hover::before {
  background-image: url(/uploads/img/android_white.svg);
}
.bannerApp .bannerAppBtns button:after {
  content: '158003 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:before {
  background-image: url(/uploads/img/apple.svg);
  left: 14px;
}
.bannerApp .bannerAppBtns .ios-btn:after {
  content: '35356 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:hover::before {
  background-image: url(/uploads/img/apple_white.svg);
}
.bannerApp .bannerAppImg {
  width: 262px;
  margin-top: -30px;
}
.bannerApp {
  margin-top: 130px;
  background: url(/uploads/img/app_banner_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1250px) {
  .bannerApp {
    margin-top: 110px;
  }
  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }
  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 10px 15px 0;
  }
  .bannerApp .bannerAppInfo p {
    max-width: 250px;
    margin: 0;
    font-size: 26px;
    line-height: normal;
  }
  .bannerApp .bannerAppImg {
    margin-top: 15px;
    width: 105px;
    height: 214px;
  }
  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }
  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }
  .bannerApp .bannerAppBtns button {
    padding: 10px 14px 30px 30px;
    width: 280px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }
  .bannerApp .bannerAppBtns button::before {
    top: 10px;
    left: 8px;
  }
  .bannerApp .bannerAppBtns button:after {
    left: 11px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    left: 30px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn::before {
    left: 8px;
  }
}
@media screen and (max-width: 550px) {
  .bannerApp {
    position: relative;
  }
  .bannerApp .bannerAppWripper {
    justify-content: flex-start;
  }
  .bannerApp .bannerAppWripper .bannerAppImg {
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  .bannerApp .bannerAppWripper .bannerAppInfo {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .bannerApp .bannerAppBtns button {
    width: 180px;
  }
  .bannerApp .bannerAppBtns button:after {
    top: 35px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    top: 35px;
    left: 10px;
  }
}
@media screen and (max-width: 360px) {
  .bannerApp .bannerAppInfo p {
    font-size: 22px;
  }
}
/* .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  height: 350px;
  background-image: url(/uploads/img/banner-bg.webp);
  background-position: center;
  border-radius: 20px;
}
.banner .banner-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 750;
  line-height: 47px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.banner .banner-info {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
font-weight: 750;
line-height: 29.4px;
text-align: center;
color:  #FD634E;
text-transform: uppercase;
}
.banner button {
  width: 344px;
  height: 70px;
  background-image: url(/banner-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  color: transparent;
}
.banner button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .banner {
    height: 246px;
    padding: 0!important;
  }
  .banner img {
    width: 269px;
    height: 116px;
  }
  .banner button {
    width: 213px;
    height: 44px;
    background-size: contain;
  }
  .banner .banner-title { 
    font-size: 30px;
    line-height: 40px;
  }
  .banner .banner-info { 
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 330px) { 
  .banner .banner-title { 
    font-size: 25px;
    line-height: 35px;
  }
  .banner .banner-info { 
    font-size: 15px;
    line-height: 20px;
  }
} */

.banner {
  height: 400px;
  width: 100%;
  margin-bottom: 10px;
}
.banner .banner_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.banner .banner_inner .banner_left {
  width: 48%;
  background: url(/uploads/img/bg-banner-1_1x.webp) no-repeat;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.banner .banner_inner .banner_left .banner_info {
  padding: 70px 20px 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* .banner .banner_inner .banner_left .banner_info .banner_text {
  background: url(/uploads/img/text-left.svg) no-repeat;
  width: 439px;
  height: 155px;
  background-size: cover;
} */
 .banner_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
 }
.banner_info .banner_text .title {
  color: #F28D24;
  font-family: Verdana;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.banner_info .banner_text .title__gradient {
  color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(254.29deg, #E39BDE 47.54%, #97BBFF 82.63%);
  font-family: Verdana;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.banner_info .banner_text .welcome-bonus {
  color: #fff;
  font-family: Verdana;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.banner .banner_inner .banner_left .banner_info button {
  margin-top: 40px;
}

.banner .banner_inner .banner_right {
  width: 48%;
  background: url(/uploads/img/bg-banner-2_1x.webp) no-repeat;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.banner .banner_inner .banner_right .banner_info {
  padding: 70px 20px 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* .banner .banner_inner .banner_right .banner_info .banner_text {
  background: url(/uploads/img/text-right.svg) no-repeat;
  width: 439px;
  height: 160px;
  background-size: cover;
} */
.banner .banner_inner .banner_right .banner_info button {
  margin-top: 40px;
}
.banner .banner_inner .banner_right .banner_right_img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/banner_right_img.webp) no-repeat;
  width: 350px;
  height: 380px;
  background-size: cover;
  z-index: 1;
}
.banner .banner_inner .banner_left .banner_info button {
  width: 344px;
  height: 70px;
  background-image: url(/uploads/img/btn-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  color: transparent;
  cursor: pointer;
}
.banner .banner_inner .banner_right .banner_info button {
  width: 344px;
  height: 70px;
  background-image: url(/uploads/img/btn-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  color: transparent;
  cursor: pointer;

}
.banner .banner_inner .banner_left .banner_info button:hover ,
.banner .banner_inner .banner_right .banner_info button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1390px) {
  .banner .banner_inner .banner_left {
    width: 49%;
  }
  .banner .banner_inner .banner_right {
    width: 49%;
  }
}
@media screen and (max-width: 1250px) {
.banner .banner_inner .banner_left .banner_info {
  padding: 30px 20px 30px 20px;
}
.banner .banner_inner .banner_right .banner_info {
  padding: 40px 20px 40px 20px;
}
}
@media screen and (max-width: 1030px) {
  .banner {
    height: auto;
    margin-top: 0px;
  }

  .banner_text {
    gap: 15px;
   }
  .banner_info .banner_text .title, 
  .banner_info .banner_text .title__gradient {
    font-size: 22px;
    line-height: 26px;
  }
  .banner_info .banner_text .welcome-bonus {
    font-size: 30px;
  }
  .banner .banner_inner {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .banner .banner_inner .banner_left {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
    max-width: 1030px;
    background: url(/uploads/img/bg-banner-1-mob_1x.webp) no-repeat;
    border-radius: 20px;
    background-position: center center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .banner .banner_inner .banner_right {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
    max-width: 1030px;
    background: url(/uploads/img/bg-banner-2-mob_1x.webp) no-repeat;
    border-radius: 20px;
    background-position: center center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner .banner_inner .banner_left .banner_info button {
    width: 289px;
    height: 70px;
    background-image: url(/uploads/img/button-left-mob.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    color: transparent;
    cursor: pointer;
    background-position: center;

  }
  .banner .banner_inner .banner_right .banner_info button {
    width: 289px;
    height: 70px;
    background-image: url(/uploads/img/button-right-mob.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    color: transparent;
    cursor: pointer;
    background-position: center;

  }

  /* .banner .banner_inner .banner_right .banner_info .banner_text {
    background: url(/uploads/img/text-right-mob.svg) no-repeat;
    width: 420px;
    height: 160px;
    background-size: contain;
    background-position: center;

  } */

  /* .banner .banner_inner .banner_left .banner_info .banner_text {
    background: url(/uploads/img/text-left-mob.svg) no-repeat;
    width: 417px;
    height: 120px;
    background-size: cover;
    background-position: center;

  }  */
  .banner .banner_inner .banner_left .banner_info button {
    margin-top: 10px;
  }
  .banner .banner_inner .banner_right .banner_info button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1030px) { 
  .banner .banner_inner .banner_right .banner_info  {
    padding: o;
  }
}
@media screen and (max-width: 400px) {
  /* .banner .banner_inner .banner_right .banner_info .banner_text {
    background: url(/uploads/img/text-right-mob-1.svg) no-repeat;
    width: 303px;
    height: 115px;
    background-size: contain;
    background-position: center;

  } */
  .banner_info .banner_text .title ,
  .banner_info .banner_text .title__gradient {
    font-size: 18px;
    line-height: 24px;
  }
  .banner_info .banner_text .welcome-bonus {
    font-size: 25px;
  }
  /* .banner .banner_inner .banner_left .banner_info .banner_text {
    background: url(/uploads/img/text-left-mob-1.svg) no-repeat;
    width: 275px;
    height: 115px;
    background-size: contain;
    background-position: center;

  }  */
}

.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: 2px solid #f28d24;
}
.navButtons.wrapper .navButtonsItem {
  position: relative;
}
.navButtons.wrapper .navButtonsItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  color: transparent;
}
@media screen and (max-width: 1250px) {
  .navButtons.wrapper .navButtonsItem {
    width: 80px;
    height: 80px;
  }
  .navButtons.wrapper .navButtonsItem img {
    width: 100%;
    height: 100%;
  }
  .navButtons.wrapper .navButtonsItem button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 750px) {
  .navButtons.wrapper {
    padding: 10px;
    gap: 5px;
  }
  .navButtons.wrapper .navButtonsItem {
    width: 50px;
    height: 50px;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(even) {
    display: none;
  }
}

.icons {
width: 100%;
max-width: 1200px;
margin: 20px auto 40px auto;
padding: 0 10px 0 10px;
}
.icons-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.icons-wrapper .icon-bonus{
  grid-column-start: 1;
  grid-column-end: 3;
}
.icons-wrapper .icon-reg {
  grid-column-start: 3;
  grid-column-end: 5;
}
.icons-wrapper .icon-bonus ,
.icons-wrapper .icon-reg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, #3C1544 10.29%, #36113D 51.73%, #1B0B1E 100%);
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  height: 165px;
  position: relative;
}
.icons-wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, #3C1544 10.29%, #36113D 51.73%, #1B0B1E 100%);
  border-radius: 20px;
  width: 100%;
  max-width: 320px;
  height: 165px;
  position: relative;
}

.icons-wrapper .icon .icon-img-app { 
background: url(/uploads/img/icon-Mobile-app.svg) no-repeat;
background-position: center;
background-size: contain;
width: 100px;
height: 100px;
}
.icons-wrapper .icon .icon-img-casino { 
  background: url(/uploads/img/icon-casino.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  }
  .icons-wrapper .icon .icon-img-slot { 
    background: url(/uploads/img/icon-slots.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 100px;
    }
    .icons-wrapper .icon .icon-img-licence { 
      background: url(/uploads/img/icon-licence.svg) no-repeat;
      background-position: center;
      background-size: contain;
      width: 100px;
      height: 100px;
      }

      .icons-wrapper .icon-bonus .icon-img-bonus { 
        background: url(/uploads/img/icon-bonus.svg) no-repeat;
        background-position: center;
        background-size: contain;
        width: 100px;
        height: 100px;
        }

        .icons-wrapper .icon-reg  .icon-img-reg { 
          background: url(/uploads/img/icon-reg.svg) no-repeat;
          background-position: center;
          background-size: contain;
          width: 100px;
          height: 100px;
          }
.icons-wrapper .icon .icon-title,
.icons-wrapper .icon-bonus .icon-title,
.icons-wrapper .icon-reg .icon-title {
  font-family: Verdana;
font-size: 20px;
font-weight: 700;
line-height: 24.31px;
text-align: center;
color: #fff;
margin: 0;
width: 100%;

}
.icon a ,
.icon-reg a ,
.icon-bonus a {
position: absolute;
width: 100%;
height: 100%;
}

@media screen and (max-width: 900px) { 
  .icons-wrapper {
    display: grid;
    justify-items: center;
    grid-template-columns: unset;
    gap: 20px;
}
  .icons-wrapper .app {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .icons-wrapper .casino {
    grid-column-start: 3;
    grid-column-end: 6;
  }
  .icons-wrapper .slot {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .icons-wrapper .licence {
    grid-column-start: 3;
    grid-column-end: 6;
  }
  .icons-wrapper .icon-bonus{
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .icons-wrapper .icon-reg {
    grid-column-start: 1;
    grid-column-end: 6;
  }

  .icons-wrapper .icon-bonus ,
.icons-wrapper .icon-reg {
  max-width: unset;
  width: 100%;
}
.icons-wrapper .icon {
  max-width: unset;
  width: 98%;
}
}

@media screen and (max-width: 580px) {  
  .icons-wrapper .icon .icon-img-app, 
  .icons-wrapper .icon .icon-img-casino,
  .icons-wrapper .icon .icon-img-slot ,
  .icons-wrapper .icon .icon-img-licence,
  .icons-wrapper .icon-bonus .icon-img-bonus,
  .icons-wrapper .icon-reg .icon-img-reg {
    width: 60px;
    height: 60px;
  }

.icons-wrapper .icon .icon-title,
.icons-wrapper .icon-bonus .icon-title,
.icons-wrapper .icon-reg .icon-title {
  font-family: Verdana;
font-size: 14px;
line-height: 17px;
}
.icons-wrapper .icon-bonus ,
.icons-wrapper .icon-reg {
height: 126px;
}
.icons-wrapper .icon {
  height: 126px;
}
}

.table-info {
  width: 98%;
  max-width: 1200px;
  margin: 20px auto 20px auto;
  padding: 0 10px 0 10px;
}
.table-info .table-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-items: center;
}
.table-info-wrapper .bonus-vip {
  grid-column-start: 1;
  grid-column-end: 3;
  background: url(/uploads/img/img-bonus_1x.webp) no-repeat;
  background-position: 46% -10%;
  width:100%;
  max-width: 1200px;
  height: 220px;
  border-radius: 20px;
  position: relative;
  object-fit: cover;
}

.table-info-wrapper .bonus-vip .bonus-title  {
  font-family: Verdana;
font-size: 40px;
font-weight: 700;
line-height: 48.61px;
text-align: center;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}


.table-info-wrapper .bonus-vip  .bonus-bottom  {
background: #336CD7;
border-radius:  0 0 20px 20px;
width: 100%;
height: 80px;
position: absolute;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.table-info-wrapper .bonus-vip  .bonus-bottom .bottom-left ,
.table-info-wrapper .bonus-vip  .bonus-bottom .bottom-right ,
.table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-left,
.table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-right ,
.table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-left,
.table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-right ,
.table-info-wrapper .bonus-friday .bonus-bottom .bottom-left,
.table-info-wrapper .bonus-friday .bonus-bottom .bottom-right ,
.table-info-wrapper .bonus-birthday .bonus-bottom .bottom-left, 
.table-info-wrapper .bonus-birthday .bonus-bottom .bottom-right {
  font-family: Verdana;
font-size: 20px;
font-weight: 700;
line-height: 24.31px;
color: #fff;
text-transform: uppercase;
}
.table-info-wrapper .bottom-center {
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.table-info-wrapper .bonus-tuesday {
background: url(/uploads/img/img-tuesday_1x.webp) no-repeat;
background-position: 46% -10%;
object-fit: cover;
width: 100%;
max-width: 680px;
height: 220px;
border-radius: 20px;
position: relative;
}

.table-info-wrapper .bonus-tuesday  .bonus-bottom  {
  background: #F28D24;
  border-radius:  0 0 20px 20px;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  }

  .table-info-wrapper .bonus-tuesday .bonus-title  {
    font-family: Verdana;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.61px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  width: 100%;
  }

  .table-info-wrapper .bonus-wednesday {
    background: url(/uploads/img/img-wednesday_1x.webp) no-repeat;
    background-position: 46% -10%;
    object-fit: cover;
    width: 100%;
    max-width: 680px;
    height: 220px;
    border-radius: 20px;
    position: relative;
    }

    .table-info-wrapper .bonus-wednesday  .bonus-bottom  {
      background: #FD634E;
      border-radius:  0 0 20px 20px;
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      }
      .table-info-wrapper .bonus-wednesday .bonus-title  {
        font-family: Verdana;
      font-size: 40px;
      font-weight: 700;
      line-height: 48.61px;
      text-align: center;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      width: 100%;
      }

      .table-info-wrapper .bonus-friday {
        background: url(/uploads/img/img-friday_1x.webp) no-repeat;
        background-position: 46% -10%;
        object-fit: cover;
        width: 100%;
        max-width: 680px;
        height: 220px;
        border-radius: 20px;
        position: relative;
        }

        .table-info-wrapper .bonus-friday  .bonus-bottom  {
          background: #B236AA;
          border-radius:  0 0 20px 20px;
          width: 100%;
          height: 80px;
          position: absolute;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 20px;
          }
          .table-info-wrapper .bonus-friday .bonus-title  {
            font-family: Verdana;
          font-size: 40px;
          font-weight: 700;
          line-height: 48.61px;
          text-align: center;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 50px;
          width: 100%;
          }

          .table-info-wrapper .bonus-birthday {
            background: url(/uploads/img/img-birthday_1x.webp) no-repeat;
            background-position: 46% -10%;
            object-fit: cover;
            width: 100%;
            max-width: 680px;
            height: 220px;
            border-radius: 20px;
            position: relative;
            }
    
            .table-info-wrapper .bonus-birthday  .bonus-bottom  {
              background: #7D0396;
              border-radius:  0 0 20px 20px;
              width: 100%;
              height: 80px;
              position: absolute;
              bottom: 0;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 20px;
              }
              .table-info-wrapper .bonus-birthday .bonus-title  {
                font-family: Verdana;
              font-size: 40px;
              font-weight: 700;
              line-height: 48.61px;
              text-align: center;
              color: #fff;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-top: 50px;
              width: 100%;
              }
@media screen and (max-width: 1100px) {  
  .table-info-wrapper .bonus-vip  .bonus-bottom .bottom-left ,
  .table-info-wrapper .bonus-vip  .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-friday .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-friday .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-birthday .bonus-bottom .bottom-left, 
  .table-info-wrapper .bonus-birthday .bonus-bottom .bottom-right {
    font-family: Verdana;
  font-size: 14px;
  line-height: 20px;
  }

  .table-info-wrapper .bonus-vip .bonus-title ,
  .table-info-wrapper .bonus-tuesday .bonus-title,
  .table-info-wrapper .bonus-wednesday .bonus-title,
  .table-info-wrapper .bonus-friday .bonus-title,
  .table-info-wrapper .bonus-birthday .bonus-title {
    font-size: 25px;
    line-height: 35px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 880px) {   
  .table-info .table-info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .table-info-wrapper .bonus-vip  {
    max-width: 680px;
  }
}
@media screen and (max-width: 580px) {    
  .table-info-wrapper .bonus-vip .bonus-bottom,
  .table-info-wrapper .bonus-tuesday .bonus-bottom ,
  .table-info-wrapper .bonus-wednesday .bonus-bottom,
  .table-info-wrapper .bonus-friday .bonus-bottom ,
  .table-info-wrapper .bonus-friday .bonus-bottom ,
  .table-info-wrapper .bonus-birthday .bonus-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .table-info-wrapper .bonus-vip  .bonus-bottom .bottom-left ,
  .table-info-wrapper .bonus-vip  .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-tuesday  .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-wednesday .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-friday .bonus-bottom .bottom-left,
  .table-info-wrapper .bonus-friday .bonus-bottom .bottom-right ,
  .table-info-wrapper .bonus-birthday .bonus-bottom .bottom-left, 
  .table-info-wrapper .bonus-birthday .bonus-bottom .bottom-right {
    font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
  }
}

.table-about {
  width: 98%;
  max-width: 1200px;
  margin: 20px auto 20px auto;
  padding: 0 10px 0 10px;
}

.table-about .table-about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.table-about-wrapper .table-about-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background: #3C1544;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  height: 186px;
}
.table-about-wrapper .table-about-left .table-left-title {
position: absolute;
top: 0;
border-radius: 20px 20px 0 0;
background: #F28D24;
font-family: Verdana;
font-size: 20px;
font-weight: 700;
line-height: 24.31px;
text-align: left;
color: #fff;
width: 100%;
height: 48px;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 24px;
}

.table-about-wrapper .table-about-left .table-about-info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  padding: 70px 24px 24px 24px;  
}

.table-about-info .info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.table-about-info .info-wrapper .info-title {
  font-family: Verdana;
font-size: 18px;
font-weight: 700;
line-height: 21.88px;
color: #fff;
}
.table-about-info .info-wrapper .info-more {
  font-family: Verdana;
font-size: 18px;
font-weight: 400;
line-height: 21.88px;
color: #fff;
}

.table-about-wrapper .table-about-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background: #3C1544;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  height: 186px;
}

.table-about-wrapper .table-about-right .table-right-title {
  position: absolute;
  top: 0;
  border-radius: 20px 20px 0 0;
  background: #FD634E;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  }

  .table-about-wrapper .table-about-right .table-about-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    padding: 70px 24px 24px 24px;  
  }
  @media screen and (max-width: 910px) {   
    .table-about .table-about-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .table-about-wrapper .table-about-left ,
    .table-about-wrapper .table-about-right {
      max-width: unset;
    }
  }
  @media screen and (max-width: 490px) {  
    .table-about-info .info-wrapper .info-title {
    font-size: 12px;
    line-height: 20px;
    }
    .table-about-info .info-wrapper .info-more {
    font-size: 13px;
    line-height: 20px;
    }
    .table-about-wrapper .table-about-left .table-about-info,
    .table-about-wrapper .table-about-right .table-about-info {
      padding: 50px 15px 10px 15px;
    }
    .table-about-wrapper .table-about-right .table-right-title ,
    .table-about-wrapper .table-about-left  .table-left-title {
      text-align: center;
      padding-left: 0;
      justify-content: center;
    }
    .table-about-wrapper .table-about-left ,
    .table-about-wrapper .table-about-right {
      height: 142px;
    }

.table-about-wrapper .table-about-right .table-right-title ,
.table-about-wrapper .table-about-left .table-left-title {
  height: 35px;
}
}

.game-offer {
  width: 98%;
  max-width: 1200px;
  margin: 20px auto 20px auto;
  padding: 0 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.game-offer .game-offer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  height: 188px;
  background: #3C1544;
  border-radius: 20px;
  position: relative;
}

.game-offer-wrapper  .offer-title {
  position: absolute;
  height: 48px;
  width: 100%;
  background: #B236AA;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  top: 0;
  border-radius: 20px 20px 0 0;
}

.game-offer-wrapper .offer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
}
.offer-icons .offer-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-top: 70px;
}

.offer-icons .offer-icon .icon-slots {
  background: url(/uploads/img/icon-slots.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-pokies {
  background: url(/uploads/img/icon-pokies.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-roulette {
  background: url(/uploads/img/icon-Roulette.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-jackpots {
  background: url(/uploads/img/icon-Jackpots.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-table {
  background: url(/uploads/img/icon-Table.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-lottery {
  background: url(/uploads/img/icon-Lottery.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-blackjack {
  background: url(/uploads/img/icon-Blackjack.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.offer-icons .offer-icon .icon-info {
  font-family: Verdana;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.88px;
  color: #fff;
  text-transform: uppercase ;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1110px) { 
.game-offer-wrapper .offer-icons { 
flex-wrap: wrap;
}

.game-offer .game-offer-wrapper {
  flex-direction: row;
  height: auto;
}
.game-offer-wrapper .offer-icons {
  justify-content: normal;
  padding: 70px 10px 20px 10px;
  gap: 20px;
}
.offer-icons .offer-icon {
  padding-top: 0;
  width: 145px;
}
}
@media screen and (max-width: 800px) {  
  .offer-icons .offer-icon .icon-slots ,
  .offer-icons .offer-icon .icon-pokies,
  .offer-icons .offer-icon .icon-roulette ,
  .offer-icons .offer-icon .icon-jackpots,
  .offer-icons .offer-icon .icon-table,
  .offer-icons .offer-icon .icon-lottery,
  .offer-icons .offer-icon .icon-blackjack {
      width: 40px;
      height: 40px;
  }
  .offer-icons .offer-icon .icon-info {
    font-size: 16px;
    line-height: 20px
  }
  .offer-icons .offer-icon {
    padding-top: 0;
    width: auto;
  }
  .game-offer-wrapper .offer-icons {
    justify-content: center;
  }
 
}
.payment {
  width: 98%;
  max-width: 1200px;
  margin: 20px auto 20px auto;
  padding: 0 10px 0 10px;
}
.payment .payment-title {
  position: absolute;
  top: 0;
  border-radius: 20px 20px 0 0;
  background: #336CD7;
  height: 48px;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  color: #fff;
  width: 100%;
}
.payment .payment-wrapper {
position: relative;
}
.payment .payment-wrapper .payment-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  height: 146px;
  background: #3C1544;
  border-radius: 20px;
  padding: 70px 24px 24px 24px ;
}
.payment-wrapper .payment-icons  .payment-visa {
    background: url(/uploads/img/visa.svg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 40px;
}
.payment-wrapper .payment-icons  .payment-maestro {
  background: url(/uploads/img/maestro.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-master {
  background: url(/uploads/img/master-card_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-skrill {
  background: url(/uploads/img/skrill.svg) no-repeat;
  background-position: center;
  background-size: cover;  
  width: 60px;
  height: 40px;
}

.payment-wrapper .payment-icons  .payment-instadebit {
  background: url(/uploads/img/Instadebit_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-rapid {
  background: url(/uploads/img/rapid_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-transfer {
  background: url(/uploads/img/Bank-Transfer_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-neosurf {
  background: url(/uploads/img/neosurf_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-bitcoin {
  background: url(/uploads/img/Bitcoin_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-jeton {
  background: url(/uploads/img/Jeton-Pay_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-paysafe {
  background: url(/uploads/img/paysafe_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}
.payment-wrapper .payment-icons  .payment-neteller {
  background: url(/uploads/img/neteller_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 40px;
}

@media screen and (max-width: 1000px) {   
  .payment .payment-wrapper .payment-icons {
    flex-wrap: wrap;
  }
  .payment .payment-wrapper {
    height: auto;
  }
  .payment .payment-wrapper .payment-icons {
    height: auto;
    justify-content: flex-start;
  }
}

.app-info {
  width: 98%;
  max-width: 1200px;
  margin: 20px auto 20px auto;
  padding: 0 10px 0 10px;
}

.app-info .app-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

}
.app-info-wrapper  .app-left {
  width: 100%;
  position: relative;
  background: #3C1544;
  border-radius: 20px;
  height: 118px;
}
.app-info-wrapper  .app-left .app-left-title {
 position: absolute;
 background: #FD634E;
border-radius: 20px 20px 0 0;
font-family: Verdana;
font-size: 20px;
font-weight: 700;
line-height: 24.31px;
text-align: left;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 24px;
width: 100%;
color: #fff;
height: 48px;
}
.app-info-wrapper  .app-left  .app-left-info {
  font-family: Verdana;
font-size: 18px;
font-weight: 700;
line-height: 21.88px;
text-align: left;
padding: 70px 24px 10px 24px;
color: #fff;
}

.app-info-wrapper  .app-right {
  width: 100%;
  position: relative;
  background: #3C1544;
  border-radius: 20px;
  height: 118px;
}
.app-info-wrapper  .app-right .app-right-title {
 position: absolute;
 background: #F28D24;
border-radius: 20px 20px 0 0;
font-family: Verdana;
font-size: 20px;
font-weight: 700;
line-height: 24.31px;
text-align: left;
display: flex;
justify-content: flex-start;
align-items: center;
padding-left: 24px;
width: 100%;
color: #fff;
height: 48px;
}
.app-info-wrapper  .app-right  .app-right-info {
  font-family: Verdana;
font-size: 18px;
font-weight: 700;
line-height: 21.88px;
text-align: left;
padding: 70px 24px 10px 24px;
color: #fff;
}

@media screen and (max-width: 610px) {   
  .app-info .app-info-wrapper {
    grid-template-columns: 1fr;
}
.app-info-wrapper .app-right .app-right-title ,
.app-info-wrapper .app-left .app-left-title ,
.table-about-wrapper .table-about-right .table-right-title ,
.table-about-wrapper .table-about-left .table-left-title,
.game-offer-wrapper .offer-title,
.payment .payment-title{
  justify-content: center;
  padding-left: 0;
}
}

.contact-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
}

.contact-info {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #333;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.contact-item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}

.contact-map {
  flex: 1 1 400px;
  min-width: 300px;
}

.contact-form {
  flex: 1 1 400px;
  background: #222;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background: #333;
  color: #fff;
  font-size: 14px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.contact-btn {
  background: #B236AA;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #7e2778;
}

@media (max-width: 768px) {
  .contact-columns {
    flex-direction: column;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-info {
    flex: 1 1 150px;
  }

  .contact-form {
    padding: 0;
    background: transparent;
  }

  .form-group input,
  .form-group textarea {
    background: #222;
  }
}


/* table of contents */

.toc-wrapper {
  margin: 32px auto;
  overflow: hidden;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #fff;
  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 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  display: flex;
  gap: 15px;
  background: linear-gradient(90deg, #4a0b36, #9b3a9c);
  flex-wrap: wrap;
  border-radius: 10px;
}
.toc-list li {
  margin: 6px 12px;
  padding: 6px 0 ;
  list-style-type: disc;
}
.toc-list a {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #fff;  

}
.arrow {
  transition: transform 0.3s ease;
}
.toc-toggle.open .arrow {
  transform: rotate(180deg);
}

[id] {
  scroll-margin-top: 80px; 
}


/* vitrina slots shortcode */


.wrapper_slots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 20px auto;
  max-width: 1400px;
}

.gallery {
  max-width: 210px;
  height: auto;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-item .slots {
  display: block;
  width: 100%;
  height: auto;
}

.card-overlay {
  position: absolute;
  top: 0;          
  left: 0;           
  right: 0;          
  bottom: 0;       
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

.play-icon {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.card-overlay .title {
  position: absolute;
  top: 85px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}

.gallery-item:hover .card-overlay {
  opacity: 1;
}

.view-all {
    display: none;
  }

.gallery {
    display: block;
  }

@media (max-width: 940px) {

  .gallery-item:hover .card-overlay {
    opacity: 0;
  }

  .view-all {
    display: block;
    margin: 24px auto;
    padding: 12px 60px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    background: linear-gradient(to right, #F28D24, #FD634E);
    border-radius: 8px;
    max-width: 190px;
    text-align: center;
  }

  .hide-mobile {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
  }

}

@media (max-width: 590px) {

.hide-mobile.shown {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
} 
}

/* new styles */

.section {
  background: #3C1544;
  padding: 14px 24px;
  margin-bottom: 20px;
  border-radius: 20px;
}
 
.section .advantages {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
}

.section .advantages .advantages-item {
  display: flex;
  flex-direction: column;
  text-align: left;  
  gap: 24px;
  width: 100%;
}

.section .advantages .advantages-item p {
  padding: 0;
 
}

.advantages-item .icon-title {
  position: relative;
  padding-left: 44px; 
  margin: 0 24px;;
}


.advantages-item .icon-title.icon-1::before {
  content: "";
  background: url("/uploads/img/gift-icon.svg") no-repeat center / contain;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}


.advantages-item .icon-title.icon-2::before {
  content: "";
  background: url("/uploads/img/slot-machine.svg") no-repeat center / contain;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.advantages-item .icon-title.icon-3::before {
  content: "";
  background: url("/uploads/img/mobile-icon.svg") no-repeat center / contain;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.registration, 
.verification, 
.login-block,
.playing,
.winnings,
.deposit,
.security,
.app-block,
.pokies,
.live-casino  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  gap: 40px;
  margin-bottom: 40px;
  font-family: Verdana, sans-serif;
}

.registration .left, 
.verification .right, 
.login-block .left,
.playing .left,
.winnings .left,
.deposit .right,
.security .right,
.app-block .left,
.pokies  .left,
.live-casino .right {
  padding: 24px;
  background-color: #3C1544;
  border-radius: 20px;
}


.section h1,
.section h2,
.section h3,
.section h4,
.section .advantages .advantages-item h3,
.registration .left .title, 
.verification .right .title, 
.login-block .left .title,
.playing .left .title,
.winnings .left .title,
.deposit .right .title,
.security .right .title,
.app-block .left .title,
.pokies .left .title,
.live-casino .right .title
  {
  text-transform: uppercase;
  margin: 0 auto;
  background: linear-gradient(to right, #F28D24, #FD634E);
  border-radius: 12px;
  margin-bottom: 24px;
  width: 100%;
  padding: 10px;
} 

.section .advantages .advantages-item h3 {
    margin-bottom: 0;
}

.left p, .right p {
  padding: 0;
  color: #fff;
  font-family: 'Verdana', sans-serif;
}

.left .steps, 
.right .steps {
  margin-top: 24px;
}

.left .steps .step, 
.right .steps .step {
  display: flex;
  margin-bottom: 18px;
  gap: 16px;
  border-bottom: 1px solid #F28D24;
  padding-bottom: 4px;
  align-items: center;
}

.left .steps .step p:last-child, 
.right .steps .step p:last-child {
  color: #fff;
}

.steps .step .step-number {
  color: #F28D24;
  font-weight: 700;
  font-size: 28px;
  padding: 0;
  width: 10%;
}

.steps .step .step-text {
  font-size: 14px;
  padding: 0;
  font-family: 'Verdana', sans-serif;
}

.steps .notice {
  font-size: 14px;
  margin-top: 14px;
  font-family: 'Verdana', sans-serif;
}

.registration .right, 
.verification .left, 
.login-block .right,
.deposit .right,
.live-casino .left
 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.security .right,
.app-block .left  {
  display: flex;
  align-items: center;
  flex-direction: column;

}

.registration .right img, 
.verification .left img, 
.login-block .right img,
.playing .right img,
.winnings .right img,
.deposit .left img,
.security .left img,
.app-block .right img,
.pokies .right img,
.live-casino .left img
 {
  height: 100%;
  border-radius: 20px;
}

ul.custom-list {
  list-style: none;
  padding-left: 30px;
  width: 100%;
}

.custom-list li {
  position: relative;
  margin: 10px auto;
}

.custom-list li::before {
  content: "•";
  color: orange;
  position: absolute;
  font-weight: 700;
  display: inline-block;
  width: 10px;
  margin-left: -20px;
}


.categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
  gap: 24px;
}

.categories .block {
  position: relative;
  width: 100%;
  height: 173px; 
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.categories .block-1 {
  background-image: url('/uploads/img/cat-1.webp');
} 

.categories .block-2 {
  background-image: url('/uploads/img/cat-2.webp');
} 

.categories .block-3 {
  background-image: url('/uploads/img/cat-3.webp');
} 

.categories .block-4 {
  background-image: url('/uploads/img/cat-4.webp');
} 
        
.categories .block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#3C1544B3, #36113DB3, #1B0B1EB3); 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
}


.block .overlay span {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.block .overlay p {
  color: #fff;
}

.section .providers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  justify-content: center;
}

.section .providers .providers-item {
  max-width: 350px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: linear-gradient(#3C1544, #36113D, #1B0B1E);
  border-radius: 20px;
  text-align: center;
  min-height: 264px;
  justify-content: flex-end;
}

.section .providers .providers-item img {
  width: 294px;
}

.section .providers .providers-item span {
  background-color: #B236AA;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}  

.section .advantages .advantages-item h3 {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
  }

.image-mobile {
  display: none;
}

@media (max-width: 1250px) {
  .image-mobile {
    display: block;
  }

  .image-desktop {
    display: none;
  }
}    

@media (max-width: 940px) {
  .section .advantages {
    flex-direction: column;
  }

  .section .advantages .advantages-item h3 {
    max-height: none;
  }

  .registration, 
  .verification, 
  .login-block, 
  .playing, 
  .winnings, 
  .deposit, 
  .security, 
  .app-block, 
  .pokies, 
  .live-casino {
    grid-template-columns: 1fr;
  }

  .registration .left, 
  .verification .right, 
  .login-block .left, 
  .playing .left, 
  .winnings .left, 
  .deposit .right, 
  .security .right, 
  .app-block .left, 
  .pokies .left, 
  .live-casino .right {
    order: 2;
  }
}

@media (max-width: 590px) {
 h1 {
  font-size: 22px;
 }
 .section p, 
 .section .advantages p, 
 .section .providers p, 
 .registration p, 
 .verification p, 
 .login-block p, 
 .playing p, 
 .winnings p, 
 .deposit p, 
 .security p, 
 .app-block p, 
 .pokies p, 
 .live-casino p {
    padding: 0 16px;
 }

 .block .overlay span {
    font-size: 18px;
 }

 .block .overlay p {
  font-size: 14px;
 }

}

/* Banner */
/* Banner */
.bannerMain {
  padding-bottom: 40px;
}

.bannerInner {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(57, 0, 69, 0.59), rgba(57, 0, 69, 0.59)), url(/banner.webp);
  background-size: cover;
  background-position: center;
  padding: 31px 24px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.bannerText {
  display: flex;
  gap: 15px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  max-width: 993px;
}

.bannerText h1 {
  color: #fff;
  font-weight: bold;
  font-size: 37px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 120%;
}

.bannerText p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}

.bannerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #F28D24, #FD634E);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 26px;
  border-radius: 12px;
  text-decoration: none;
  width: 289px;
  margin-top: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Roboto Condensed', sans-serif;
}

.bannerBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
}

.banner_image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: auto;
  z-index: 1;
}

.banner_image img {
  height: 100%;
  width: auto;
}

@media (max-width: 1100px) {
  .bannerText {
    max-width: 60%;
  }

  .banner_image {
    right: -80px;
  }
}

@media (max-width: 900px) {
  .bannerText {
    max-width: 65%;
  }

  .banner_image {
    right: -120px;
  }
}

@media (max-width: 750px) {
  .bannerInner {
    flex-direction: column;
    padding: 10px;
  }
  
  .bannerText h1 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .bannerText {
    max-width: 70%;
  }
  
  .bannerText p {
    font-size: 14px;
  }
  
  .bannerBtn {
    font-size: 14px;
    padding: 12px 28px;
    width: auto;
  }
  
  .banner_image {
    display: none;
  }
}
