* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  background: #00100e;
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
}
main {
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  font-family: Verdana, sans-serif;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  color: #fff;
  margin: 0 auto;
  width: 96%;
  max-width: 1400px;
}
main .general-table-wrapper {
  overflow-x: overlay;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
}
main .wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1400px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}
input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}
h2 {
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #1e1e24;
}
a {
  color: #ff2301;
}
a:hover {
  text-decoration: underline;
}
p {
  padding-bottom: 20px;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  display: block;
}
i {
  font-style: normal;
}
#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  position: relative;
}
.textBlock {
  margin: 10px;
  padding: 20px;
  border-radius: 30px;
  background: #0e191e;
  box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 40px;
}
.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: #ff2400;
  font-size: 14px;
}
.content .general-ul,
.footer .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer .general-ul {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.content .general-ul li,
.footer .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.footer .general-ul li {
  padding-bottom: 0;
  padding-left: 10px;
}
.content .general-ul li::before,
.footer .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.footer .general-ul li::before {
  top: 12px;
  background-color: #80858f;
  width: 4px;
  height: 4px;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}
.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
  border-radius: 18px;
}
.general-table thead {
  background: #fed6d6;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #000;
  padding-left: 20px;
  border: 1px solid #fff;
}
.general-table thead tr th {
  padding: 16px;
  color: #f93333;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #f93333;
  border-top: 1px solid #f93333;
  border-bottom: 1px solid #f93333;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #f93333;
  border-left: 1px solid #f93333;
  border-top: 1px solid #f93333;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #f93333;
  border-top: 1px solid #f93333;
}
.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(249, 51, 51, 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: #e50539;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #e50539;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #e50539;
}
.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;
}
.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.table_of_contents .table_link:hover {
  color: #e13d22;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #000;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #fff;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}
.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}
.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}
.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}
.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}
.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
  color: #92c637;
}
.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-overlay:target {
  visibility: visible;
  opacity: 1;
}
.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}
.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}
.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}
.button-block {
  text-align: center;
  margin: 15px 0;
  background-color: rgba(0, 0, 0, 0);
}
.button-block button {
  position: relative;
  overflow: hidden;
  padding: 16px 34px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #ff2400;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}
.button-block button:hover {
  opacity: 0.8;
}
.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) {
  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,
  .footer general li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .button-block {
    padding: 0 10px;
  }
  .button-block button {
    padding: 14px 16px;
    font-size: 16px;
  }
  .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;
}
.footer {
  display: block;
}
.footer .footerInner {
  display: block;
}
.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}
.footer .footerInner .copyright,
.footer .footerInner .copyright a {
  font-size: 12px;
}
.footer .footerInner .copyright {
  text-align: center;
  display: block;
  padding-top: 20px;
  color: #d2eeed;
}
.footer .footerInner {
  text-align: center;
}
.footer .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #ff2400;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  background: #000;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
}
.footer-block-btn .buttons {
  display: none;
}
.footer-block-btn .buttons button {
  width: 48%;
  max-width: 300px;
  padding: 12px 0px;
  font-size: 16px;
}

.header {
  background: #00100e;
  height: 80px;
  position: sticky;
  top: 0;
  left: 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%;
}
.header .headerInner .headerWrapper .logo {
  display: none;
}
.header .headerInner .header_left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.header .headerInner .logo {
  position: relative;
}
.header .headerInner .logo button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-caption {
  color: #d2eeed;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0%;
}
.header .headerInner .header-button {
  position: relative;
}
.header .headerInner .header-button button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 .menu {
  height: auto;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
    color: #d2eeed;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    margin-left: 10px;
}
.header .headerInner .menu a:hover {
  text-decoration: none;
  color: rgb(255, 36, 0);
}
.header .headerInner .menu a.active {
  color: rgb(255, 36, 0);
}
.buttons {
  display: flex;
  gap: 20px;
}
.buttons .logButton {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff2400;
}
.buttons .logButton:hover {
  background: #9c1b07;
}
.buttons .regButton {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background: #ff2400;
}
.buttons .regButton:hover {
  opacity: 0.8;
}
.header .headerInner .downloadApk {
  display: none;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #e13d22;
  width: 100%;
  max-width: 100%;
  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;
}

#burger { display: none; }
#close { 
  display: none; 
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9999;
  cursor: pointer;
}

.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;
  }
}
.banner {
  height: 480px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.banner .banner_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  min-height: 380px;
}
.banner .banner_inner span {
  display: block;
}
.banner .banner_inner .banner_left {
  display: flex;
  flex-direction: column;
  padding: 48px 0 48px 36px;
  width: 48%;
  background: url(/img-banner-left.webp) no-repeat;
  height: 100%;
  border-radius: 20px;
  background-position: 100%;
  position: relative;
  background-size: cover;
  justify-content: flex-end;
}
.banner .banner_inner .banner_right .banner_info {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.banner .banner_inner .banner_left .banner_info {
margin-top: 24px;
}


.banner .banner_inner .banner_right {
  display: flex;
  flex-direction: column;
  padding: 48px 0 48px 36px;
  width: 48%;
  background: url(/banner-2-bg.webp) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  position: relative;
}
.banner .banner_inner .banner_right .banner_caption_gradient {
  margin-top: 25px;
}
.banner .banner_inner .banner_right .banner_right_img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/casino-desk.webp) no-repeat;
  width: 450px;
  height: 510px;
  background-size: cover;
  z-index: 1;
}
.banner .banner_inner button {
  background: #ff2400;
  color: #fff;
  padding: 20px 48px;
  border-radius: 6px;
  font-size: 24px;
  line-height: 28px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.banner .banner_inner button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 550px) {
  .button-block-app {
    display: none;
  }
  .header .headerInner .header_left {
    width: 100%;
  }
  .header .headerInner .special {
    display: none;
  }
  .header .headerInner .header-button {
    display: none;
  }
}

.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;
}
.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;
  }
}
.units {
  margin-top: 10px;
}
.units_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.units_inner .units_title {
  width: 100%;
}
.units_inner .units_title p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.units_inner .units_line {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.units_inner .units_line img {
  width: 484px;
  height: 8px;
}
.units_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 32px;
  gap: 36px;
}
.units_item_img {
  height: 180px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.units_item_img img {
  width: 210px;
  height: 125px;
}
.units_item:nth-child(1) .units_item_img {
  background: url(/card_bg_1.webp) no-repeat;
  background-size: cover;
  background-position: 0% center;
}
.units_item:nth-child(2) .units_item_img {
  background: url(/card_bg_2.webp) no-repeat;
  background-size: cover;
  background-position: 0% center;
}
.units_item:nth-child(3) .units_item_img {
  background: url(/card_bg_3.webp) no-repeat;
  background-size: cover;
  background-position: 100% center;
}
.units_item:nth-child(4) .units_item_img {
  background: url(/card_bg_4.webp) no-repeat;
  background-size: cover;
  background-position: 100% center;
}
.units_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.units_item span {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.units_item button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .units_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .units_item_img {
    height: 140px;
  }
  .units_item_img {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 620px) {
  .units_inner .units_title p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .units_item_img img {
    width: 96px;
    height: 57px;
  }
  .units_item_img {
    height: 100px;
  }
  .units_item span {
    font-size: 14px;
    line-height: 17px;
  }
  .units_list {
    gap: 24px;
  }
  .units_inner .units_line img {
    width: 300px;
    height: 5px;
  }
  .units_inner .units_line {
    margin-top: 10px;
  }
}

.slots {
  margin-top: 50px;
}
.slots_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slots_inner .slots_title {
  width: 100%;
}
.slots_inner .slots_title_first {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.slots_inner .slots_title_second {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 0px;
}
.slots_inner .slots_line {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.slots_inner .slots_line img {
  width: 484px;
  height: 8px;
}
.slots_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin-top: 32px;
  gap: 40px;
  margin-bottom: 44px;
}
.slots_list .slots_item {
  height: 150px;
  position: relative;
  border-radius: 10px;
}
.slots_list .slots_item:nth-child(1) {
  background: url(/slot_1.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_list .slots_item:nth-child(2) {
  background: url(/slot_2.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_list .slots_item:nth-child(3) {
  background: url(/slot_3.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_list .slots_item:nth-child(4) {
  background: url(/slot_4.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_list .slots_item:nth-child(5) {
  background: url(/slot_5.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_list .slots_item:nth-child(6) {
  background: url(/slot_6.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
.slots_item_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #13171f99;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  opacity: 0;
  transition: 0.4s;
}
.slots_item_inner .name {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.slots_item_inner button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
.slots_item_inner .button {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.slots_item_inner .button_inner {
  display: flex;
  background: #ff2400;
  width: 137px;
  height: 56px;
  border-radius: 6px;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.slots_item_inner .button span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
.slots_item_inner .button img {
  height: 24px;
  width: 24px;
}
.slots_list .slots_item:hover .slots_item_inner {
  opacity: 1;
}

@media screen and (max-width: 1150px) {
  .slots_list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
  .slots_item_inner {
    opacity: 1;
  }
}

@media screen and (max-width: 650px) {
  .slots_list {
    gap: 20px;
  }
  .slots_inner .slots_line img {
    width: 300px;
    height: 5px;
  }
  .slots_inner .slots_line {
    margin-top: 10px;
  }
  .slots_item_inner .button span {
    font-size: 16px;
    line-height: 20px;
  }
  .slots_item_inner .button_inner {
    width: 122px;
    height: 46px;
  }
}
@media screen and (max-width: 650px) {
  .slots_inner .slots_title_second,
  .slots_inner .slots_title_first {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .slots_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .slots_list .slots_item {
    height: 120px;
  }
}

#wheel-container {
  position: relative;
  margin: 50px auto;
  width: 300px;
  height: 300px;
}

.wheel-container {
  width: 100%;
  max-width: 310px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 10;
  margin: 50px auto;
}
.wheel-container-amp {
  width: 100%;
  max-width: 310px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: hideWheel 0.01s forwards;
  animation-delay: 9.5s;
  z-index: 10;
  margin: 50px auto;
}

.wheel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/hole.svg) no-repeat;
  background-size: contain;
  width: 320px;
  height: 320px;
  z-index: 20;
  transform: rotate(-50deg);
}
.wheel-wrapper-amp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/hole.svg) no-repeat;
  background-size: contain;
  width: 320px;
  height: 320px;
  z-index: 20;
  transform: rotate(-50deg);
  animation: hideWheel 0.01s forwards;
  animation-delay: 9.5s;
}
.wheel-mark {
  position: absolute;
  top: -8%;
  left: 47%;
  background: url(/hole-mark.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 39px;
  z-index: 20;
}
.wheel-mark-amp {
  position: absolute;
  top: -7%;
  left: 45%;
  background: url(/hole-mark.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 39px;
  z-index: 20;
  animation: hideWheel 0.01s forwards;
  animation-delay: 9.5s;
}
.modal-content-info {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
  text-align: left;
}
.modal-content-info-amp {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
  animation: hideInfo 0.01s forwards 9.5s;
  -moz-animation: hideInfo 0.01s forwards 9.5s;
  -webkit-animation: hideInfo 0.01s forwards 9.5s;
}
.modal-content-info p {
  font-family: Verdana;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.89px;
  text-align: left;
  color: #62c8a5;
  border: 3px solid #62c8a5;
  border-radius: 10px;
  padding: 20px;
  border-style: dashed;
  width: 100%;
  text-align: left;
}
.modal-content-info-amp p {
  font-family: Verdana;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.89px;
  text-align: left;
  color: #62c8a5;
  border: 3px solid #62c8a5;
  border-radius: 10px;
  padding: 20px;
  border-style: dashed;
  width: 100%;
}
.wheel-close {
  position: absolute;
  right: 46px;
  top: 28px;
  color: #000;
  padding: 5px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #fff;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  z-index: 10;
}
.inactive {
  background-color: #ccc;
}
.fixed-button {
  position: fixed;
  display: block;
  top: 80%;
  left: 93%;
  transform: translateX(-50%);
  padding: 15px 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: url(/hole-small.svg) no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  z-index: 15;
  animation: spin-mark 6s linear infinite;
}
.fixed-button-mobil {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 15;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  padding: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 4px 0px #62c8a5;
  border-radius: 10px;
  background: #161921;
  width: 96%;
  max-width: 1028px;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modal-content h2 {
  width: 100%;
  max-width: 465px;
  font-family: Verdana;
  font-size: 28px;
  font-weight: 700;
  line-height: 34.03px;
  text-align: left;
  text-transform: uppercase;
}
.modal-content:before {
  content: no-open-quote;
  width: 513px;
  left: 0;
  background: url(/bg-1.svg) no-repeat;
  bottom: -213px;
  height: 513px;
  border-radius: 0px 18px 0 0;
  position: absolute;
  z-index: 5;
}
.modal-content:after {
  content: no-open-quote;
  width: 513px;
  height: 513px;
  right: -259px;
  background: url(/bg-2.svg) no-repeat;
  bottom: 0;
  border-radius: 0px 18px 0 0;
  position: absolute;
  top: 1px;
}
.modal.show {
  display: flex;
}
.wheel-rotating {
  animation: spin 6s cubic-bezier(0.32, 0.64, 0.45, 1.4) forwards;
  animation-delay: 2s;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(280deg);
  }
}
.new-wheel-wrapper-amp {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: url(/hole-gift.svg) no-repeat;
  background-size: cover;
  width: 315px;
  height: 315px;
  z-index: 5;
  animation: showBonus 1s backwards 9.5s;
  -moz-animation: showBonus 1s backwards 9.5s;
  -webkit-animation: showBonus 1s backwards 9.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.new-wheel-container {
  position: relative;
  width: 315px;
  height: 315px;
  margin: 20px auto;
  top: 0;
}
.new-wheel-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: url(hole-gift.svg) no-repeat;
  background-size: cover;
  width: 315px;
  height: 315px;
  z-index: 5;
}
.new-wheel-container {
  position: relative;
  width: 315px;
  height: 315px;
  margin: 20px auto;
  top: 0;
  justify-content: center;
  align-items: center;
}
.claim-button {
  margin-top: 32px;
  padding: 20px 42px;
  background: #ff2400;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 20;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px;
}
.claim-button-mobil-amp {
  margin-top: 32px;
  padding: 20px 42px;
  background: #ff2400;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 20;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px;
  display: none;
}

.claim-button-mobil {
  margin-top: 32px;
  padding: 20px 42px;
  background: #ff2400;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 20;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px;
  display: none;
}
.claim-button:hover {
  opacity: 0.8;
}

@keyframes spin-mark {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (max-width: 800px) {
  .fixed-button {
    top: 80%;
    left: 83%;
  }
  .modal-content {
    flex-direction: column;
    gap: 10px;
  }
  .modal-content-info p {
    display: none;
  }

  .modal-content h2 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  .claim-button {
    display: none;
  }
  .claim-button-mobil-amp {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: absolute;
    top: 310px;
    animation: showBonus 1s backwards 9.5s;
    -moz-animation: showBonus 1s backwards 9.5s;
    -webkit-animation: showBonus 1s backwards 9.5s;
  }
  .claim-button-mobil {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: absolute;
    top: 310px;
  }
  .claim-button-mobil:hover {
    opacity: 0.8;
  }
  .new-wheel-container-amp {
    width: 315px;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: showBonus 1s backwards;
    -moz-animation: showBonus 1s backwards;
    -webkit-animation: showBonus 1s backwards;
  }

  .new-wheel-wrapper-amp {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background: url(/hole-gift.svg) no-repeat;
    background-size: cover;
    width: 315px;
    height: 315px;
    z-index: 5;
    animation: showBonus 1s backwards 9.5s;
    -moz-animation: showBonus 1s backwards 9.5s;
    -webkit-animation: showBonus 1s backwards 9.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .wheel-mark {
    top: -6%;
  }
  .wheel-close {
    right: 18px;
    top: 20px;
  }
  .modal-content-info-bonus {
    margin-top: -71px;
  }
  .modal-content-info-amp {
    margin-top: 50px;
  }

  #wheel-container {
    margin: 30px auto;
  }
  .claim-button {
    display: none;
  }
  .claim-button-amp {
    display: none;
  }

  .modal-content-info {
    margin-top: -54px;
  }
}
@media screen and (max-width: 1250px) {
  .fixed-button {
    top: 57%;
  }
  .fixed-button-amp {
    top: 57%;
  }
}
@media screen and (max-width: 640px) {
  .fixed-button-mobil {
    top: 80%;
  }
  .fixed-button-mobil-amp {
    top: 80%;
  }
}
@media screen and (max-width: 400px) {
  .fixed-button-mobil {
    top: 80%;
    left: 86%;
  }
  .fixed-button-mobil-amp {
    top: 80%;
    left: 86%;
  }
}
@media screen and (max-width: 850px) {
  .fixed-button {
    top: 63%;
    left: 90%;
  }
  .fixed-button-amp {
    top: 63%;
    left: 90%;
  }
}


@media screen and (max-width: 355px) {
  #wheel-container {
    width: 300px;
    height: 300px;
  }
  .bg-bonus {
    width: 280px;
    height: 280px;
    top: -9px;
    left: -4px;
  }
  .new-wheel-container {
    width: 315px;
    height: 315px;
  }
  .new-wheel {
    width: 280px;
    height: 280px;
  }
  .wheel-close {
    right: 20px;
  }
  .claim-button {
    margin-top: 0;
    top: 160px;
    left: 70px;
  }
}
#wheel-container-amp {
  position: relative;
  margin: 50px auto;
  width: 315px;
  height: 315px;
  display: flex;
  justify-content: center;
  animation: hideWheel 0.01s forwards;
  animation-delay: 9.5s;
}
.wheel-container-amp {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.modal-content-info-bonus {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: showBonus 1s backwards 9.5s;
  -moz-animation: showBonus 1s backwards 9.5s;
  -webkit-animation: showBonus 1s backwards 9.5s;
  z-index: 10;
}
@keyframes hideWheel {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

@keyframes showBonus {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: flex;
  }
}
@keyframes showNewWheel {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: flex;
  }
}
@keyframes hideInfo {
  from {
    opacity: 1;
    display: flex;
  }
  to {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.wheel-close-amp {
  position: absolute;
  right: 46px;
  top: 28px;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.fixed-button-amp {
  position: fixed;
  display: block;
  top: 80%;
  left: 93%;
  transform: translateX(-50%);
  padding: 15px 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: url(/hole-small.svg) no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  z-index: 15;
  animation: spin-mark 6s linear infinite;
}
.fixed-button-mobil-amp {
  display: none;
}
.fixed-button-amp:focus {
  outline: none;
}
.modal-amp {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 15;
}

.modal-content-amp {
  padding: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #990303;
  border-radius: 10px;
  background: #0e0f0f;
  width: 96%;
  max-width: 800px;
  height: 600px;
}
.modal-content-amp h2 {
  text-align: center;
}
.wheel-rotating-amp {
  animation: spin 6s cubic-bezier(0.32, 0.64, 0.45, 1.4) forwards;
  animation-delay: 2s;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(280deg);
  }
}
.new-wheel-amp {
  position: relative;
  overflow: hidden;
  background: url(/2-bg.webp) no-repeat;
  background-size: cover;
  width: 315px;
  height: 315px;
}
.claim-button-amp {
  position: absolute;
  top: 180px;
  left: 80px;
  padding: 10px 20px;
  background-color: #c72020;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.claim-button-amp:hover {
  opacity: 0.8;
}

@media screen and (max-width: 355px) {
  #wheel-container-amp {
    width: 300px;
    height: 300px;
  }

  .bg-bonus-amp {
    width: 280px;
    height: 280px;
    top: -9px;
    left: -4px;
  }

  .new-wheel-amp {
    width: 280px;
    height: 280px;
  }

  .wheel-close-amp {
    right: 20px;
  }

  .claim-button-amp {
    margin-top: 0;
    top: 160px;
    left: 70px;
  }
}

.no-animation {
  animation: none;
  display: none;
}

.app-button {
  position: relative;
  border-radius: 80px;
  padding: 24px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background: #ff2400;
  display: flex;
  align-items: center;
  max-width: 460px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 20px;
}

.button-block .app-button .apkClick {
  background-color: transparent;
  padding: 0;
  width: 100%;
}

.app-button img {
  width: 60px;
  height: 60px;
}
.app-button .app-button-text {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(100% - 80px);
}

.app-button p {
  padding: 0;
}

.app-button .top_text {
  font-family: Verdana;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.17px;
  text-align: left;
}

.app-button .bottom_text {
  color: #d9d9d9;
  font-family: Verdana;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.88px;
  text-align: left;
}

.app-button button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.app-button .app_bottom {
  width: 100%;
  display: flex;
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
  .app-button {
    padding: 12px;
  }
  .app-button .app-button-text {
    gap: 5px;
  }
  .app-button .top_text {
    font-family: Verdana;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }

  .app-button .bottom_text {
    color: #d9d9d9;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
  }
}
.logo {
  display: flex;
  width: fit-content;
  margin-bottom: 50px;
  position: relative;
}
.logoButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidebar {
  z-index: 222;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 210px;
  background: transparent;
  color: white;
  padding: 15px;
  padding-right: 0;
}
.menu-item a {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  color: #d2eeed;
}
.menu-item a:hover {
  background: #333;
  text-decoration: none;
}
.menu-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.divider {
  display: block;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 207, 166, 0) 0%,
    rgba(0, 207, 166, 0.35) 27.6%,
    rgba(0, 207, 166, 0.7) 52.62%,
    rgba(0, 207, 166, 0.35) 74.48%,
    rgba(0, 207, 166, 0) 100%
  );
  margin: 5px 0;
}
.footer-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer-buttons button {
  background: none;
  border: none;
  cursor: pointer;
}
.main-container {
  margin-left: 250px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.footer {
  padding-bottom: 40px;
}

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

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

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

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

.support .help-btn {
  color: #3b6f6d;
  width: 350px;
  height: 40px;
  border: 1px solid #3b6f6d;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .footer-column .general-ul {
    display: none;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .promo-section {
    grid-area: auto;
  }
  .support .help-btn {
    display: inline-block;
    width: 49%;
  }
  .footer-bottom {
    text-align: left;
    align-items: start;
  }
  .footer .footerInner {
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .providers img,
  .payment-systems img {
    width: 60px;
    height: 24px;
  }
  .payment-systems,
  .providers {
    column-gap: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .support .help-btn {
    display: block;
    width: 100%;
  }
}
button.burger {
  display: none;
}
/* @media screen and (max-width: 1700px) { */
  .banner_title {
    font-size: 42.86px;
  }
  .banner_title-aviator {
    font-family: Verdana;
    font-weight: 700;
    font-style: Italic;
    font-size: 44px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
  }
  .banner_left_img{
    background: url(/logo-aviator.svg) no-repeat;
    width: 174px;
    height: 174px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 6px;
  }
  .banner_info {
   margin-top: unset;
  }
  .banner_caption {
    font-size: 32.91px;
  }
  .banner_caption-aviator {
    font-family: Verdana;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    
  }


  .banner_caption_small {
    font-size: 24.63px;
  }
  .banner_caption_gradient {
    font-size: 36.53px;
  }
  .banner {
    height: 380px;
  }
  .banner .banner_inner .banner_right .banner_right_img {
    height: 340px;
    width: 300px;
  }
  .banner .banner_inner button {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 32px;
  }

  .banner .banner_inner .banner_right {
    padding: 32px 0 32px 32px;
  }
  .banner .banner_inner .banner_left {
    padding: 0 0 54px 51px;
  }
/* } */
@media screen and (max-width: 1400px) {
  .header .headerInner .headerWrapper .logo {
    display: block;
    margin-bottom: 0;
  }
  .sidebar {
    display: none;
  }
  .sidebar .logo {
    display: none;
  }

  .header {
    height: 60px;
  }
  .header .logo img {
    width: 110px;
    height: 32px;
  }
  .header .buttons {
    display: none;
  }
  #burger {
    display: block;
    position: relative;
  }

  .main-container {
    margin-left: 0;
  }

  #mobileMenu, .sidebar, .overlay {
    display: none;
  }

  .mainContent #mobileMenu:not([hidden]),
  .mainContent #mobileMenu:not([hidden]) + .main-container #close,
  .mainContent .overlay:not([hidden]) {
    /* display: block; */
    display: none;
  }

  .mainContent #mobileMenu:not([hidden]) {
    background: #333;
  }

  #mobileMenu {
    padding: 15px;
    position: fixed;
    top: 0px;
    right: 0;
    left: auto;
    background-color: #00100e;
    z-index: 99999999;
    overflow-y: auto;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
  }

  .burger {
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 1002;
  }

  .burger img {
    width: 28px;
    height: 28px;
  }
  .burger {
    display: block;
  }
}
@media (max-width: 1250px) {
  .footer-block-btn .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .footer {
    padding: 20px 0 80px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1250px) {
  .banner .banner_inner .banner_right .banner_right_img {
    left: 0;
    right: auto;
    transform: scaleX(-1);
  }
  .banner {
    margin-top: 10px;
    height: 320px;
  }
  .banner .banner_inner .banner_right .banner_right_img {
    height: 225px;
    width: 194px;
  }
  .banner_caption-aviator {
    padding-bottom: 0;
  }
  .banner .banner_inner .banner_left {
    padding: 0 0 16px 60px;
  }
  .banner .banner_inner .banner_right {
    padding: 16px 16px 20px 0;
  }
  .banner .banner_inner .banner_left,
  .banner .banner_inner .banner_right {
    width: 49%;
  }
  .banner .banner_inner .banner_right {
    align-items: flex-end;
  }
  .banner_title {
    font-size: 29.67px;
  }
  .banner_caption {
    font-size: 21.94px;
  }
  .banner_caption_small {
    font-size: 15.47px;
  }
  .banner_caption_gradient {
    font-size: 23.48px;
  }
  .textBlock  {
    margin-top: 20px;
  }

}
@media screen and (max-width: 1250px) {
  .banner .banner_inner {
    flex-wrap: wrap;
    gap: 25px;
  }
  .banner .banner_inner .banner_left {
    height: 320px;
    width: 100%;
  }
  .banner .banner_inner .banner_right {
    height: 210px;
    width: 100%;
  }
  .banner {
    margin-top: 0;
    height: auto;
  }
  .content .content-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) { 
.banner .banner_inner .banner_left {
  padding: 0 0 16px 23px;
  overflow: hidden;
}
.banner_left_img {
  left: -35px;
}
.banner .banner_inner .banner_left {
  background-position: 80% 20%;
}
}

@media screen and (max-width: 700px) {

    .fixed-button {
      top: 485px;
      left: 20%;
    }
    .fixed-button-amp {
      top: 485px;
      left: 20%;
    }
  
}

.sitemap {
  border: 2px #fff solid;
  padding: 12px;
  width: 1400px;
  max-width: 96%;
  margin: 32px auto 64px;
  border-radius: 16px;
}

.sitemap ul li:before {
  display: none;
}

.sitemap h2 {
  text-align: left;
}