/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.webp') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}@import url('icons/css/myfont.css');

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
    background-color: #0D0D0D;
    color: #fff;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
    font-family: 'Montserrat';
    font-weight: 800;
}
h4, h5 {
    font-family: 'Montserrat';
    font-weight: 600;
}

h1 {
  font-size: 36px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

input:not([type=checkbox]),
input:not([type=checkbox]):focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  -webkit-appearance: none;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}


.header {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  background-color:  #0D0D0D;
}
body.fixed-header {
  padding-top: 100px;
}
body.fixed-header .header {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-logo-link, .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-logo-link img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-btns .btn {
  width: 110px;
}
.header-btns .btn:last-child {
  margin-left: 15px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.menu a {
  padding: 5px;
  color: #fff;
  font-size: 15px;
}
.menu a:hover, .current-menu-item>a {
  opacity: 0.7;
}
.header .menu .menu-item-has-children {
  position: relative;
  .sub-menu {
    min-width: 350px;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    display: none;
    li {
      margin-bottom: 10px;
    }
  }
}
.menu .menu-item-has-children>a {
  position: relative;
}
.menu .menu-item-has-children>a::after {
  content: '\f107';
  font-family: "myfont";
  margin-left: 5px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 0;*/
  /*transform: translateY(-50%);*/
}
.header .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu li {
  margin-right: 20px;
  list-style-type: none;
  padding: 0;
}
.menu li:last-child {
  margin-right: 0;
}
.header-menu {
  .menu {
    display: block;
    li {
      margin-bottom: 15px;
    }
    li:last-child {
      margin-bottom: 0;
    }
  }
  position: relative;
}
.header-menu-title {
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.header-menu-list {
  min-width: 350px;
  padding: 15px 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  display: none;
}
.header-menu:hover .header-menu-list {
  display: block;
}
.btn {
  border-radius: 8px;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--au77-green, #4CAF50);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.btn:hover {
  background-color: var(--au77-green-dark, #388E3C);
  color: #fff;
}

/*.btn-red {*/
/*  background-color: #D32222;*/
/*}*/

/*.btn-green {*/
/*  background-color: #149C44;*/
/*}*/

.main-text-content .btn.btn-red {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@-webkit-keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  height: 500px;
  border-radius: 12px;
  margin-top: 35px;
  padding: 0 50px;
  background-color: #a80043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.banner-img {
  max-width: 580px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.offer {
  max-width: 450px;
  width: 100%;
}
.offer-title {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 35px;
    color: #fff;
}
.offer-desc {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 30px;
    color: #7d7c7c;
}
.offer-btns {
  display: flex;
}
.offer-btns .btn:nth-child(2) {
  margin-left: 15px;
}
/*.offer-btn.btn {
  background-color: #149C44;
}*/
.offer-btns .btn {
  max-width: 290px;
  width: 100%;
  font-weight: 700;
  padding: 14px 20px;
}

.bonus-item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
    background-color:  #1A1419;
    color: #fff;
}
.bonus-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bonus-item-text {
  margin-right: 15px;
}
.bonus-item-icon {
  max-width: 90px;
  margin-right: 15px;
}

.bonus-item-text {
  margin-right: 15px;
}

.slots .wrap {
  padding: 0 7px;
}
.slots-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slots .slot {
  width: 16.6666%;
  padding: 0 7px;
  margin-bottom: 15px;
}
.slots .slot img {
  display: block;
    border-radius: 10px;
}
.slots .slot .inner {
  display: block;
  position: relative;
}

.page-item {
  background-color: #1A1419;
}

.text-title {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.main-text-wrap {
 /* background: -webkit-gradient(linear, left top, left bottom, from(#232834), to(#0D1016));
  background: linear-gradient(180deg, #232834 0%, #0D1016 100%); */
  border-radius: 8px;
  padding: 35px 40px;
  position: relative;

}
#text .main-text-wrap {
    background-color: #CFCFCF;
    color: #242424;
}
/*.main-text-wrap::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 5px;
  background-color: #00CFA6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}*/
.main-text-content {
  line-height: 1.5;
    position: relative;
}

.main-text-content h2,
.main-text-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.main-text-content p,
.main-text-content ul,
.main-text-content ol {
  margin-bottom: 1em;
}

.main-text-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.main-text-content a, .page-text a {
  font-weight: 700;
}

.slick-slide {
  height: 0!important;
}
.slick-slide.slick-active {
  height: 100% !important;
}

.section {
  margin-bottom: 100px;
}

.footer {
  background-color: #0D0D0D;
  padding-top: 50px;
  padding-bottom: 30px;
    color: #CFCFCF;
}
.footer .wrap {
    border-top: 1px solid #E50914;
    padding-top: 25px;
}
.footer .pay-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer .pay-item img {
  max-width: 100px;
}
.footer .own {
  font-size: 13px;
  text-align: center;
}

.mobile-btn {
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mobile-btn .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.mobile-btn .top {
  top: 0;
}
.mobile-btn .middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-btn .bottom {
  bottom: 0;
}

.mobile-wrap {
  width: 300px;
  height: 100vh;
  background-color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 99;
}
.mobile-wrap.active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}
.mobile-body {
  padding: 70px 15px 15px 25px;
  position: relative;
}
.mobile-body .close {
  position: absolute;
  top: 35px;
  right: 25px;
}
.mobile-wrap .menu {
  display: block;
  padding: 0;
}
.mobile-wrap .menu a {
  padding: 5px;
}
.mobile-wrap .menu>li {
  margin-bottom: 30px;
  list-style-type: none;
  .sub-menu {
    margin-top: 15px;
    padding-left: 15px;
    li {
      margin-bottom: 15px;
      a {
        font-size: 14px;
      }
    }
  }
}

.close {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.close .inner::before,
.close .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 0;
}
.close .inner::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.close .inner::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.fixed-bar {
  width: 100vw;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.fixed-bar .inner {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00CFA6;
  position: relative;
}
.fixed-bar .phone {
  width: 90px;
  position: absolute;
  left: 10px;
  bottom: -100px;
}
.fixed-bar-btn {
  padding: 0 15px;
}
.fixed-bar-btn .btn__icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.aviator-banner.banner {
  background-color: #DD003B;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aviator-banner .banner-img {
  width: 40%;
}

.text-block {
  margin-bottom: 50px;
}
.text-block-inner {
  background-color: #1D2332;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 18px;
  position: relative;
}
.text-block-inner::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 5px;
  background-color: #00CFA6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.text-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-block-content .text {
  font-size: 16px;
  line-height: 1.5;
}

.app-banner.banner {
  background: radial-gradient(#020F1F 0%, #031F38 100%);
}
.app-banner .banner-img {
  width: 350px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.app-notice {
  font-size: 12px;
  margin-bottom: 15px;
}

.offer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-btns .app-btn.btn:last-child {
  margin-right: 0;
}

.app-btn.btn, .btn-ios.btn, .btn-android.btn {
  padding: 5px 25px;
  font-size: 12px;
  line-height: 1.3;
  margin-right: 25px;
  background-color: #D32222;
}
.app-btn.btn .btn__icon, .btn-ios.btn .btn__icon, .btn-android.btn .btn__icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.app-btn.btn .btn__text {
  font-size: 12px;
}

.bonus-banner.banner {
  background: radial-gradient(#020F1F 0%, #031F38 100%);
}

.bonus-banner .banner-img {
  max-width: 546px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.btn.promo {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
}
.btn.promo .btn__icon {
  width: 25px;
  height: 25px;
  background-image: url("../img/copy.svg");
  background-size: cover;
  margin-left: 15px;
}

.btn.promo .btn__input {
  display: none;
}

.btn.promo.copy .btn__icon {
  background-image: url("../img/check.svg");
}

.bonus-btn {
  padding: 10px 25px;
}

.rate-banner {
  background-color: #F92130;
  background-image: url("../img/casino.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.promo-banner.banner {
  background: radial-gradient(#020F1F 0%, #031F38 100%);
}
.promo-banner .offer {
  max-width: 610px;
}
.btn.promo {
  -webkit-animation-name: btnPuls;
          animation-name: btnPuls;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes btnPuls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes btnPuls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.main-text-content img, .text-block-content .text img {
  max-width: 100%;
  width: auto;
}

/* .apostas-banner.banner {
  background: radial-gradient(#020F1F 0%, #031F38 100%);
} */

.apostas-banner.banner .banner-img {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.text-block-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.advant .wrap {
  padding: 0;
}

.advant-content {
  display: flex;
  justify-content: space-between;
}
.advant-item {
  width: 25%;
  padding: 0 15px;
}
.advant-item-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.advant-item .item__icon {
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advant-item .item__icon svg {
    width: 35px;
    height: 35px;
    stroke: #E50914;
}
.advant-item .item__text {
  text-align: center;
  line-height: 1.3;
}
.faq-item {
  margin-bottom: 20px;
  padding: 30px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
    border: 1px solid transparent;
    background-color: #1A1419;
    color: #fff;
}
.faq-item:hover, .faq-item.active {
    border: 1px solid #E50914;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question h3 {
  font-size: 18px;
  margin: 0;
}
.faq-arrow {
  font-size: 25px;
  transform: rotate(0deg);
  transition: 0.3s;
}
.faq-answer {
  line-height: 1.3;
  margin-top: 15px;
  display: none;
}
.faq-answer p {
  margin: 0;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-arrow {
  transform: rotate(180deg);
  transition: 0.3s;
}
.faq .wrap > h2 {
  text-align: center;
  margin-bottom: 30px;
}

.reviews .wrap {
  padding: 0;
}
.reviews-item {
  padding: 0 15px;
}
.reviews-item .inner {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 25px 15px;
    background-color: #121212;
    color: #fff;
}
.reviews-item .title__row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviews-item .item__img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 150%;
  -moz-border-radius: 150%;
  border-radius: 150%;
  overflow: hidden;
  margin-right: 10px;
}
.reviews-item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-item .item__name {
  font-size: 20px;
  font-weight: 700;
}
.reviews-item .item__text {
  line-height: 1.3;
}
.stars {
    display: flex;
}
.stars svg {
    width: 12px;
    height: 12px;
    fill: #FFD300;
    stroke: #FFD300;
}
.slider-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-nav-item {
  font-size: 45px;
  cursor: pointer;
}
.slider-nav-item.item__prev {
  transform: rotate(90deg);
}
.slider-nav-item.item__next {
  transform: rotate(-90deg);
}
.slider-nav .slick-next, .slider-nav .slick-prev {
  position: static;
}
.slider-nav .slick-dots {
  position: static;
}
.slider-nav .slick-dots li button {
  color: inherit;
}
.slider-nav .slick-dots li button::before {
  color: var(--au77-text-muted, #9E9E9E);
  font-size: 10px;
}

.slider-nav .slick-dots li.slick-active button::before {
  color: var(--au77-green, #4CAF50);
  opacity: 1;
}

.banner {
  background-size: cover;
  background-position: center center;
}
.banner.banner-dark::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.banner .offer {
  position: relative;
}
.language-switch ul {
  display: flex;
}
.language-switch li {
  list-style-type: none;
  margin-right: 15px;
}
.language-switch a {
  text-transform: uppercase;
}
.language-switch li.active {
  text-decoration: underline;
}
.footer {
  .lang-switcher {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-item {
  ul {
    margin: 0;
    padding: 0;
  }
  li {
    list-style-type: none;
    margin-bottom: 10px;
  }
}
.author-content {
  display: flex;
    position: relative;
}
.author-content .dates {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}
.author-content .date {
    display: flex;
}
.author-info {
    color: #CFCFCF;
}
.author-img {
  width: 150px;
  min-width: 150px;
  height: 150px;
  margin-right: 15px;
  img {
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 150%;
    -moz-border-radius: 150%;
    border-radius: 150%;
  }
}
.author-info-item {
  margin-bottom: 20px;
}
.author-title {
  font-size: 25px;
  font-weight: 700;
    color: #fff;
}
.author-position {
  font-weight: 700;
}
.author-social {
  display: flex;
  gap: 12px;
  align-items: center;
  a {
    margin-right: 0;
    color: inherit;
    display: flex;
    align-items: center;
    text-decoration: none;
    opacity: 0.9;
  }
  svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    opacity: 0.9;
  }
  a:hover {
    color: #E50914;
    opacity: 1;
  }
  a:hover svg {
    stroke: currentColor;
  }
}
.social {
  a {
    font-size: 16px;
  }
}
.partner-item {
  padding: 0 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  img {
    max-width: 100px;
    width: auto;
    max-height: 150px;
    height: auto;
  }
}
.partners-row {
  .slick-arrow::before {
    content: '\f107';
    font-family: "myfont";
    font-size: 35px;
  }
  .slick-prev {
    transform: rotate(90deg) translate(0, -50%);
  }
  .slick-next {
    transform: rotate(-90deg) translate(0, -50%);
  }
}
.partners {
  .slider-nav {
    margin-top: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.partners-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.single-authors {
  .author-content {
    margin-bottom: 50px;
  }
}
.author-block {
  .author-title:hover {
    text-decoration: underline;
  }
}
.contacts-item {
  margin-bottom: 15px;
  font-size: 20px;
  a {
    font-size: 20px;
  }
}
.contacts-row {
  display: flex;
  justify-content: space-between;
}
.contacts-info {
  width: 25%;
}
.contacts-row .map {
  width: 70%;
  iframe {
    width: 100% !important;
  }
}
h1 {
  margin-bottom: 25px;
}


.wheel {
  width: 100%;
  height: 100%;
  display: block;
}
.wheel.active {
  display: block;
  transition: opacity 1s,visibility 1s;
}
.wheel-open-btn {
  width: 70px;
  height: 70px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  cursor: pointer;
  animation: 20s linear infinite wheel-btn-rotate;
  z-index: 10;
}
@keyframes wheel-btn-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wheel-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wheel-container {
  height: 90%;
  aspect-ratio: 1/1;
  position: relative;
}
.wheel-container.hide {
  display: none;
}
.wheel-container::before {
  content: '';
  display: block;
  width: 20px;
  height: 35px;
  background-image: url('../img/wheel_one.svg');
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.wheel-body {
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.wheel-body.active {
  -webkit-animation: 6s cubic-bezier(.25,.75,.5,1.05) forwards wheel-rotate;
  animation: 6s cubic-bezier(.25,.75,.5,1.05) forwards wheel-rotate;
}
@keyframes wheel-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(976deg);
    transform: rotate(976deg);
  }
  90% {
    -webkit-transform: rotate(964deg);
    transform: rotate(964deg);
  }
  100% {
    -webkit-transform: rotate(970deg);
    transform: rotate(970deg);
  }
}
.banner-img img.wheel-main {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-img .wheel-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  animation: 1.4s infinite pulse-btn;
}
@keyframes pulse-btn {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
}
.wheel-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.wheel-btn-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.wheel-modal {
  max-width: 725px;
  width: 90%;
  height: 0;
  /*background-image: url('../img/wheel_modal_bg.svg');*/
  /*background-size: cover;*/
  background-color: #bd1717;
  border-radius: 8px;
  border: 2px solid #05c473;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform 1s,visibility 1s,opacity 1s,-webkit-transform 1s;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.wheel-modal.active {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  visibility: visible;
  height: auto;
}
.wheel-modal-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -15px;
  right: -15px;
}
.wheel-modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.wheel-modal-bg.active {
  display: block;
}
.wheel-modal-img {
  max-width: 200px;
  margin: -40px auto 0;
}
.wheel-modal-price {
  background-color: #08a80b;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  padding: 3px 10px;
  margin: -50px auto 30px;
  display: inline-block;
}
.wheel-modal .price__row {
  display: flex;
  justify-content: center;
}
.wheel-modal-message {
  max-width: 450px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
}
.wheel-modal-btn {
  max-width: 250px;
  width: 100%;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  background-color: #08a80b;
  color: #fff;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wheel-modal-btn:hover {
  background-color: #09a575;
}
.wheel-circle {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 150%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 150%;
  position: relative;
  background: conic-gradient(
          #ff5733 0deg 45deg,
          #33ff57 45deg 90deg,
          #3357ff 90deg 135deg,
          #ff33a1 135deg 180deg,
          #a133ff 180deg 225deg,
          #33fff3 225deg 270deg,
          #fff333 270deg 315deg,
          #ff8c33 315deg 360deg
  );
}
.wheel-sector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 50%); /* Формируем сектор с помощью CSS-маски */
  transform-origin: 50% 50%;

}

.wheel-sector-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 0; /* Точка вращения - центр колеса */

  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.wheel-sector-text:nth-child(1) {
  transform: rotate(22.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(2) {
  transform: rotate(67.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(3) {
  transform: rotate(112.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(4) {
  transform: rotate(157.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(5) {
  transform: rotate(202.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(6) {
  transform: rotate(247.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(7) {
  transform: rotate(292.5deg) translateY(-700%) translateX(-50%);
}
.wheel-sector-text:nth-child(8) {
  transform: rotate(337.5deg) translateY(-700%) translateX(-50%);
}
.screens-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.screen-item img {
    border-radius: 10px;
}
.section-title {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 35px;
}
.rating-results {
    display: flex;
    align-items: center;
}
.reviews-title {
    min-height: 40px;
    position: relative;
    padding: 0 15px;
    margin-bottom: 35px;
}
.reviews-title .section-title {
  margin-bottom: 0;
}
.rating {
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.error404 .text-404 a {
    font-weight: 600;
}





/* Adaptive */
@media (max-width: 1100px) {
  .header .nav {
    display: none;
  }
  .mobile-btn {
    display: block;
  }
  .main-banner .girl {
    right: 0;
  }
  .offer {
    position: relative;
    z-index: 2;
  }
  .slots .slot {
    width: 25%;
  }
  .fixed-bar {
    display: none;
  }
}
@media (max-width: 1000px) {
  .bonus-banner .banner-img {
    display: none;
  }
  .banner {
    height: auto;
    display: block;
    padding: 100px 15px 0;
  }
  .offer {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  .offer-title {
    text-align: center;
  }
  .offer-desc {
    text-align: center;
  }
  .offer-btns {
    justify-content: center;
  }
  .banner-img {
    margin: 0 auto;
  }
  .advant-content {
    flex-wrap: wrap;
  }
  .advant-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .aviator-banner {
    height: auto;
    display: block;
    padding-top: 30px;
  }
  .aviator-banner .banner-img {
    max-width: 350px;
    width: 100%;
    margin-top: 30px;
  }
  .app-banner .banner-img {
    display: none;
  }
  .partners-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 800px){
  .footer-row {
    display: block;
    margin-bottom: 0;
    .custom-logo-link, .logo {
      margin: 0 auto 25px;
    }
    li {
      text-align: center;
    }
  }
  .footer-item {
    margin-bottom: 25px;
  }
    .screens-row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .rating {
        position: static;
        display: flex;
        justify-content: center;
    }
}
/* 800 end */
@media (max-width: 700px) {
  /*body {*/
  /*  padding-bottom: 50px;*/
  /*}*/
  body.fixed-header {
    padding-top: 56px;
  }
  .header .wrap {
    position: relative;
    padding-bottom: 0;
  }
  .header .custom-logo-link, .header .logo, .header .custom-logo-link img, .header .logo img {
    max-width: 100px;
  }

  .offer {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .offer-title {
    font-size: 35px;
  }
  .offer-btn {
    margin: 0 auto;
  }
  .text-block-inner {
    display: block;
    padding: 30px 10px;
  }
  .text-block-content {
    margin-bottom: 30px;
  }
  .text-block-item {
    width: 100%;
  }
  .text-title {
    font-size: 30px;
  }
  .bonus-banner {
    height: auto;
    padding: 30px 0;
  }
  .apostas-banner.banner {
    display: block;
    padding-top: 50px;
  }
  .apostas-banner.banner .banner-img {
    position: static;
  }
  .apostas-banner.banner {
    height: auto;
  }
  .bonus-item {
    padding: 30px 15px;
  }
  .bonus-item-content {
    display: block;
  }
  .bonus-item-icon {
    margin: 0 auto 25px;
  }
  .bonus-item-text {
    text-align: center;
    margin: 0 auto 25px;
  }
  .bonus-btn {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
  }
  .partners-row {
    grid-template-columns: 1fr 1fr;
  }
  .contacts-row {
    display: block;
  }
  .contacts-info {
    width: 100%;
    margin-bottom: 50px;
  }
  .contacts-row .map {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .slots .slot {
    width: 33.3333%;
  }
  .main-text-wrap {
    padding: 35px 15px;
  }
  .footer .pay-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pay-item {
    width: 25%;
  }
  .offer-btns {
    display: block;
  }
  .offer-btns .btn {
    margin: 0 auto 20px;
  }
  .offer-btns .btn:nth-child(2) {
    margin: 0 auto;
  }
  .section {
    margin-bottom: 60px;
  }

  .wheel-sector-text:nth-child(1) {
    transform: rotate(22.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(2) {
    transform: rotate(67.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(3) {
    transform: rotate(112.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(4) {
    transform: rotate(157.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(5) {
    transform: rotate(202.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(6) {
    transform: rotate(247.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(7) {
    transform: rotate(292.5deg) translateY(-500%) translateX(-50%);
  }
  .wheel-sector-text:nth-child(8) {
    transform: rotate(337.5deg) translateY(-500%) translateX(-50%);
  }

}

@media (max-width: 500px) {
  .app-btn.btn {
    padding: 5px 15px;
    margin-right: 15px;
  }
  .advant-item {
    width: 100%;
  }
  .author-content {
    display: block;
  }
  .author-img {
    margin: 0 auto 25px;
      display: block;
  }
    .author-content .dates {
      position: static;
  }
    .header-btns .btn {
        width: auto;
        font-size: 12px;
        padding: 7px 15px;
    }
}
@media (max-width: 400px) {
  .slots .slot {
    width: 50%;
  }
  .pay-item {
    width: 33.33333%;
  }
  .rate-banner {
    background-size: 65%;
  }
    .screens-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* ==========================================================================
   AU77 Redesign — Casino affiliate theme (mobile-first)
   ========================================================================== */

:root {
  --au77-black: #000000;
  --au77-bg: #0A0A0A;
  --au77-bg-elevated: #121212;
  --au77-bg-card: #1A1A1A;
  --au77-bg-input: #252525;
  --au77-green: #4CAF50;
  --au77-green-light: #66BB6A;
  --au77-green-dark: #388E3C;
  --au77-gold: #E8C4A0;
  --au77-text: #FFFFFF;
  --au77-text-muted: #9E9E9E;
  --au77-border: rgba(255, 255, 255, 0.12);
  --au77-radius: 8px;
  --au77-radius-lg: 12px;
  --au77-content-width: 910px;
  --au77-heading-width: 1175px;
  --au77-wrap-width: 1200px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: var(--au77-bg);
  color: var(--au77-text);
  -webkit-font-smoothing: antialiased;
}

/* --- Header --- */
.header {
  background-color: var(--au77-black);
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--au77-border);
}

body.fixed-header .header {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header .wrap {
  gap: 12px;
  flex-wrap: nowrap;
}

.custom-logo-link {
  flex-shrink: 0;
}

.custom-logo-link img {
  max-height: 44px;
}

.header-btns {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.header-btns .btn {
  width: auto;
  min-width: 90px;
  padding: 9px 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: var(--au77-radius);
  animation: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.header-btns .btn:last-child {
  margin-left: 0;
}

.header-btns .btn:active {
  transform: scale(0.97);
}

/* Registration = primary green CTA */
.btn-red,
.offer-btn,
.bonus-btn,
.main-text-content .btn.btn-red {
  background: linear-gradient(180deg, #5CDB5C 0%, var(--au77-green) 100%);
  color: #0A0A0A;
  border: none;
  font-weight: 700;
  animation: au77-cta-pulse 2.5s ease-in-out infinite;
}

.btn-red:hover,
.offer-btn:hover,
.bonus-btn:hover,
.main-text-content .btn.btn-red:hover {
  background: linear-gradient(180deg, #66BB6A 0%, var(--au77-green-dark) 100%);
  color: #000000;
}

/* Login = ghost outline */
.btn-green {
  background: transparent;
  color: var(--au77-text);
  border: 1px solid rgba(255, 255, 255, 0.55);
  animation: none;
}

.btn-green:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--au77-text);
  border-color: #FFFFFF;
}

@keyframes au77-cta-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

/* --- Page anchor navigation --- */
.header .page-nav {
  flex: 1;
  min-width: 0;
  background: none;
  border: none;
  position: static;
}

.page-nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: center;
}

.page-nav-list::-webkit-scrollbar {
  display: none;
}

.page-nav-list li {
  flex-shrink: 0;
}

.page-nav-list a {
  display: block;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--au77-text-muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-nav-list a:hover,
.page-nav-list a:focus {
  color: var(--au77-green);
}

.page-nav-list a.is-active {
  color: var(--au77-green);
  border-bottom-color: var(--au77-green);
}

#bonus,
#slots,
#advant,
#screens,
#text,
#faq,
#reviews {
  scroll-margin-top: 80px;
}

.mobile-wrap {
  background-color: var(--au77-bg-card);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
}

.mobile-wrap .menu a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mobile-btn {
  display: none;
  flex-shrink: 0;
}

/* --- Hero banner --- */
.banner-wrap {
  margin-top: 0;
}

.banner-wrap.section {
  margin-bottom: 40px;
}

.main-banner {
  background-color: var(--au77-black);
  background-position: right center;
  background-size: cover;
  min-height: 280px;
  height: auto;
  margin-top: 0;
  padding: 32px 20px;
  border-radius: var(--au77-radius-lg);
  border: 1px solid var(--au77-border);
  position: relative;
  align-items: flex-end;
}

.main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}

.main-banner .offer {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.offer-title {
  font-size: clamp(24px, 6vw, 42px);
  font-weight: 800;
  color: var(--au77-text);
  margin-bottom: 20px;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.offer-title::first-line {
  color: var(--au77-gold);
}

.offer-btns .btn,
.offer-btn {
  max-width: 100%;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: var(--au77-radius);
}

/* --- Bonus section --- */
.bonus.section {
  margin-bottom: 48px;
}

.bonus-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.bonus-item {
  background-color: var(--au77-bg-card);
  border: 1px solid var(--au77-border);
  border-radius: var(--au77-radius-lg);
  padding: 16px;
  margin-bottom: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bonus-item:hover {
  border-color: rgba(76, 175, 80, 0.45);
  box-shadow: 0 4px 20px rgba(76, 175, 80, 0.08);
}

.bonus-item-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.35;
}

.bonus-item-icon {
  max-width: 64px;
  flex-shrink: 0;
}

.bonus-item-icon img {
  border-radius: var(--au77-radius);
}

.bonus-btn {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 12px;
}

/* --- Slots grid --- */
.slots.section {
  margin-bottom: 48px;
}

.slots .slot .inner {
  border-radius: var(--au77-radius);
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.slots .slot .inner:hover {
  border-color: rgba(76, 175, 80, 0.5);
  transform: translateY(-2px);
}

.slots .slot img {
  border-radius: var(--au77-radius);
}

/* --- Advantages --- */
.advant.section {
  margin-bottom: 48px;
}

.advant-item-content {
  background-color: var(--au77-bg-card);
  border: 1px solid var(--au77-border);
  transition: border-color 0.2s ease;
}

.advant-item-content:hover {
  border-color: rgba(76, 175, 80, 0.35);
}

.advant-item .item__icon svg {
  stroke: var(--au77-green);
}

.advant-item .item__text p {
  color: var(--au77-text);
  font-size: 13px;
}

/* --- Screens --- */
.screens.section {
  margin-bottom: 48px;
}

.screen-item img {
  border-radius: var(--au77-radius);
  border: 1px solid var(--au77-border);
  transition: border-color 0.2s ease;
}

.screens-row:hover .screen-item img {
  border-color: rgba(76, 175, 80, 0.4);
}

/* --- Main text / content --- */
#text.section {
  margin-bottom: 48px;
}

#text .main-text-wrap,
.author-block .main-text-wrap,
.page-content .main-text-wrap {
  background-color: var(--au77-bg-card);
  color: var(--au77-text);
  border: 1px solid var(--au77-border);
  border-radius: var(--au77-radius-lg);
  padding: 24px 16px;
}

.main-text-content {
  font-size: 15px;
  line-height: 1.65;
  color: #D4D4D4;
}

.main-text-content h2,
.main-text-content h3 {
  color: var(--au77-text);
}

.main-text-content a {
  color: var(--au77-green-light);
}

.main-text-content a:hover {
  color: var(--au77-gold);
}

.page-item {
  background-color: var(--au77-bg-card);
}

h1 {
  font-size: clamp(22px, 4.5vw, 36px);
  line-height: 1.25;
  color: var(--au77-text);
}

@media (min-width: 1024px) {
  #text .main-text-wrap > h1 {
    max-width: var(--au77-heading-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #text .main-text-content > p:first-child {
    max-width: var(--au77-content-width);
    margin-left: auto;
    margin-right: auto;
  }

  #text .main-text-wrap {
    padding: 40px 32px;
  }
}

/* --- FAQ --- */
.faq.section {
  margin-bottom: 48px;
}

.faq .wrap > h2 {
  text-align: center;
  font-size: clamp(22px, 4vw, 28px);
  margin-bottom: 24px;
}

.faq-item {
  background-color: var(--au77-bg-card);
  border: 1px solid var(--au77-border);
  border-radius: var(--au77-radius-lg);
  padding: 20px 18px;
}

.faq-item:hover,
.faq-item.active {
  border-color: var(--au77-green);
}

.faq-question h3 {
  font-size: 16px;
  font-weight: 600;
}

.faq-arrow {
  color: var(--au77-green);
}

/* --- Reviews --- */
.reviews.section {
  margin-bottom: 48px;
}

.reviews-item .inner {
  background-color: var(--au77-bg-card);
  border: 1px solid var(--au77-border);
  border-radius: var(--au77-radius-lg);
}

.stars svg {
  fill: var(--au77-gold);
  stroke: var(--au77-gold);
}

.section-title {
  font-size: clamp(22px, 4vw, 28px);
}

.slider-nav-item {
  color: var(--au77-green);
}

/* --- Author block --- */
.author-block .main-text-wrap {
  margin-bottom: 0;
}

.author-info {
  color: #D4D4D4;
}

.author-title a {
  color: var(--au77-text);
}

.author-title a:hover {
  color: var(--au77-green);
}

.author-social a:hover {
  color: var(--au77-green);
}

/* --- Footer --- */
.footer {
  background-color: var(--au77-black);
  border-top: 1px solid var(--au77-border);
  padding-top: 32px;
}

.footer .wrap {
  border-top: none;
  padding-top: 0;
}

.footer .own {
  color: var(--au77-text-muted);
  font-size: 12px;
}

.footer-item a:hover {
  color: var(--au77-green);
}

/* --- Section spacing mobile --- */
.section {
  margin-bottom: 48px;
}

/* --- Responsive: tablet+ --- */
@media (min-width: 600px) {
  .bonus-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .header-btns .btn {
    min-width: 110px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .main-banner {
    min-height: 360px;
    padding: 48px 40px;
  }

  .main-banner .offer {
    max-width: 420px;
  }

  .offer-btns .btn,
  .offer-btn {
    max-width: 290px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .page-nav-list a {
    padding: 8px 14px;
    font-size: 11px;
  }

  .main-banner {
    min-height: 420px;
    align-items: center;
  }

  .offer-title {
    text-align: left;
  }

  .offer-btns {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 12px 0;
  }

  .custom-logo-link img {
    max-height: 50px;
  }

  .main-banner {
    min-height: 480px;
    padding: 0 50px;
    display: flex;
    align-items: center;
  }

  .main-banner .offer {
    max-width: 450px;
  }

  .offer-title {
    font-size: 42px;
  }

  body.fixed-header {
    padding-top: 64px;
  }
}

/* --- Responsive: mobile overrides --- */
@media (max-width: 1100px) {
  .header .page-nav {
    display: none;
  }

  .mobile-btn {
    display: block;
    margin-left: auto;
  }

  .header-btns {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  body.fixed-header {
    padding-top: 56px;
  }

  .header .wrap {
    padding-bottom: 0;
    position: static;
  }

  .header-btns {
    position: static;
    gap: 6px;
  }

  .header {
    padding: 8px 0;
    margin-bottom: 0;
  }

  body.fixed-header .header {
    padding-bottom: 8px;
  }

  .custom-logo-link img {
    max-height: 36px;
  }

  .banner-wrap.section {
    margin-bottom: 32px;
  }

  .main-banner {
    padding: 24px 16px 28px;
    min-height: 240px;
  }

  .offer-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 16px;
  }

  .offer-btns {
    justify-content: center;
  }

  .bonus-item-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .bonus-item-icon {
    margin: 0 auto;
  }

  .bonus-item-text {
    margin: 0;
  }

  .bonus-btn {
    margin: 0 auto;
    width: 100%;
    max-width: 290px;
  }

  .section {
    margin-bottom: 40px;
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .wrap {
    padding: 0 12px;
  }

  .header-btns .btn {
    flex: 1;
    min-width: 0;
    padding: 8px 10px;
    font-size: 11px;
  }

  .page-nav-list a {
    padding: 10px 12px;
    font-size: 10px;
  }

  .main-text-wrap {
    padding: 20px 14px;
  }

  h1 {
    font-size: 20px;
  }

  .main-text-content {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .wrap {
    padding: 0 10px;
  }

  .header-btns .btn {
    font-size: 10px;
    padding: 7px 8px;
  }

  .offer-title {
    font-size: 22px;
  }

  .bonus-item {
    padding: 14px 12px;
  }

  .page-nav-list a {
    padding: 10px 10px;
  }
}
