/* stylelint-disable */

/*! 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.
*/

  html {
    scroll-behavior: smooth;
  }

  main {
    display: block;
  }

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

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

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

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

  hr {
    -webkit-box-sizing: content-box;
    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-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
  }

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

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

  a {
    background-color: transparent;
    transition: 1s;
  }

  a:hover {
    transition: 1s;
    filter: opacity(0.8);
  }

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

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

/**
* 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-size: 1em;
    /* 2 */
    font-family: monospace, monospace;
    /* 1 */
  }

/**
* 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    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 {
    margin: 0;
    /* 2 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    font-family: inherit;
    /* 1 */
  }

/**
* 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 {
    padding: 0;
    border-style: none;
  }

/**
* 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 {
    display: table;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    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] {
    -webkit-box-sizing: border-box;
    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] {
    outline-offset: -2px;
    /* 2 */
    -webkit-appearance: textfield;
    /* 1 */
  }

/**
* 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 {
    font: inherit;
    /* 2 */
    -webkit-appearance: button;
    /* 1 */
  }

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

  @font-face {
    font-style: normal;
    font-weight: 900;
    font-family: "Exo 2";
    font-display: swap;
    src: url("../fonts/exo-2-black.woff2") format("woff2");
  }

  @font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "Exo 2";
    font-display: swap;
    src: url("../fonts/exo-2-bold.woff2") format("woff2");
  }

  @font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "Exo 2";
    font-display: swap;
    src: url("../fonts/exo-2-medium.woff2") format("woff2");
  }

  @font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "Exo 2";
    font-display: swap;
    src: url("../fonts/exo-2-regular.woff2") format("woff2");
  }

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

  html,
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }

  html {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    font-family: "Exo 2", "Arial", sans-serif;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  body {
    width: 100%;
    height: 100%;
    font-size: 20px;
  }

  a {
    color: #000000;
    text-decoration: none;
  }

  .button:hover {
    transition: 1s;
    transform: scale(1.1);
  }
  
  .button {
    transition: 1s;
  }

  img,
  video {
    display: block;
    height: auto;
  }

  .wrapper, .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
  }

  .wrapper .header,
  .wrapper .footer {
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .wrapper main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
  }

  .hero {
    margin-bottom: 20px;
  }

  .hero__heading {
    color: #F2A100;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin: 0;

  }

  .hero__heading-desc {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
    margin-bottom: 30px;
  }

  .hero__description {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
  }

  .button {
    padding: 20px 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: block;
    max-width: fit-content;
    border-radius: 12px;
    position: relative;
    z-index: 10;
  }

  .button--fill {
    background: #F2A100;
    color: #000000;
  }

/*
  .button--fill:hover {
    color: #F2A100;
    outline: 2px solid #F2A100;
    background: inherit;
  }
*/

  .button--empty {
    color: #F2A100;
    outline: 2px solid #F2A100;
    max-width: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }

/*
  .button--empty:hover {
    background: #F2A100;
    color: #000000;
  }
 */

  .hero__item-heading {
    margin: 0;
    color: #F2A100;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
  }

  .hero__item-desc {
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
  }

  .partners__heading {
    color: #000000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
  }


  .partners__description {
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 420px;
    position: relative;
  }

  .circles {
    position: relative;
    z-index: -1;
  }

  .circles::after {
    content: '';
    background: url(../img/svg/stars.svg);
    width: 860px;
    height: 370px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -530px;
    top: 307px;
    z-index: -1;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 6s;
    animation-iteration-count: infinite;
  }

  .partners__item summary {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
    cursor: pointer;
  }

  details > summary::after {
   content: '';
   background-image: url(../img/svg/open.svg);
   width: 30px;
   height: 30px;
   display: block;
   cursor: pointer;
 }

 details[open] summary::after {
   content: '';
   background-image: url(../img/svg/close.svg);
   width: 30px;
   height: 30px;
   display: block;
   transition: .3s;
   transform: rotate(180deg);
 }

 details {
  transition: 0.3s;
}

.partners__item-desc {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.partners {
  padding-top: 25px;
}

.instructions__item-heading {
  margin: 0;
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.hero__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 320px;
  padding: 30px;
  border-radius: 15px;
  min-width: 100%;
}

.hero__column {
  max-width: 549px;
}

.hero .hero__item {
  width: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  border: 3px solid rgba(255, 255, 255, 0.20);
  background: rgba(11, 42, 48, 0.40);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  padding: 40px 55px;
  position: relative;
  top: -40px;
  transition: 1s;
  cursor: pointer;
}

.hero__item:hover {
  transition: 1s;
  transform: scale(1.05)!important; 
}

.hero__item-steaker {
  margin-bottom: 30px;
}

.partners__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners__column {
  width: 640px;
}

.ng-repeater {
  height: 72px;
  background: #022528;
  background-image: url(../img/svg/ng-pattern-orrange.svg);
  background-position: center;
  background-repeat: repeat-x;
  z-index: -2;
  position: relative;
}


.ng-repeater--orrange {
  background: #F2A100;
  background-image: url(../img/svg/ng-pattern-black.svg);
  background-position: center;
  background-repeat: repeat-x;
  will-change: transform;
}

.ng-repeater--lightgreen {
  background: #0E353D;
  background-image: url(../img/svg/ng-pattern-orrange.svg);
  background-position: center;
  background-repeat: repeat-x;
}

.partners__item {
  padding: 30px;
  border-radius: 12px;
  background: #eeeeee;
  margin-bottom: 19px;
  width: 100%;
}

.partners__item-desc {
  max-width: 500px;
  margin-top: 19px;
}

.instructions__item {
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.20);
  background: rgba(11, 42, 48, 0.40);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.instructions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer {
  position: relative;
  z-index: 2;
  background: black;
  color: #ffffff;
}

.hero__column-wrapper {
  position: relative;
}

.big-eclipse {
  position: relative;
}

.big-eclipse::after {
  width: 800px;
  height: 800px;
  display: block;
  border-radius: 400px;
  background: #126D57;
  filter: blur(100px);
  position: absolute;
  content: '';
  left: -400px;
  top: 300px;
  z-index: -2;
}


.ng-repeater.ng-repeater--orrange.first {
  position: absolute;
  width: 115vw;
  transform: rotate(15deg);
  top: 90px;
}

.ng-repeater--lightgreen.second {
  position: absolute;
  width: 146vw;
  transform: rotate(345deg);
  top: 505px;
  left: -10vw;
  z-index: -1;
  transition: 1s;
}

.third {
  position: absolute;
  width: 120vw;
  transform: rotate(8deg);
  left: -193px;
  top: 1504px;
  transition: 1s;
}


.wrapper-outer {
  max-width: 1920px;
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
}

.colum-fix {
  position: relative;
  top: -40px;
}



@media (max-width: 1344px) {
  .wrapper {
    max-width: 912px;
  }
}

@media (max-width: 1344px) {
  .ng-repeater.ng-repeater--orrange.first {
    transform: rotate(30deg);
    top: 120px;
  }
}

@media (max-width: 1344px) {
  .hero__item {
    width: 448px;
    padding: 40px 40px;
    top: -20px;
  }
}

@media (max-width: 1344px) {
  .hero__item-steaker {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1344px) {
  .hero__column {
    max-width: 448px;
  }
}

@media (max-width: 1344px) {
  .hero__column-wrapper::before {
    width: 600px;
    height: 266px;
    left: -76px;
    top: 115px;
  }
}

@media (max-width: 1344px) {
  .partners__column {
    width: 448px;
  }
}

@media (max-width: 1344px) {
  .third {
    width: 125vw;
    top: 1480px;  
  }
}

@media (max-width: 1344px) {
  .instructions__item {
    padding: 16px;
  }
}

@media (max-width: 1344px) {
  .button--empty {
    padding: 20px;
  }
}

@media (max-width: 1344px) {
  .partners__item {
    padding: 16px;
  }
}

@media (max-width: 1344px) {
  .copyright {
    right: inherit;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -10px;
  }
}


.hero__column-wrapper::before {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.element-animation {
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0%);
}

@media (max-width: 1344px) {
  .colum-fix {
    top: -22px;
  }
}

@media (max-width: 1344px) {
  .hero__heading-desc {
    margin-bottom: 24px;
  }
}

@media (max-width: 1344px) {
  .hero__description {
    margin-bottom: 40px;
  }
}

@media (max-width: 1344px) {
  .ng-repeater--lightgreen.second {
    top: 565px;
  }
}

@media (max-width: 1344px) {
  .hero {
    margin-bottom: 2px;
  }
}


@media (max-width: 1344px) {
  .partners__heading {
    margin-bottom: 21px;
  }
}

@media (max-width: 1344px) {
  .partners__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 1344px) {
  .circles::after {
    width: 800px;
    height: 300px;
    left: -230px;
    top: 336px;
  }
}

@media (max-width: 1344px) {
  .mt-fix {
    margin-top: -178px;
    margin-bottom: -170px;
  }
}


@media (max-width: 897px) {
  .wrapper {
    max-width: 800px;
  }
}

@media (max-width: 897px) {
  .hero__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
  }
}

@media (max-width: 897px) {
  .hero__heading-desc {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
}


@media (max-width: 897px) {
  .hero__column {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 897px) {
  .hero .hero__item {
    width: 100%;
  }
}

@media (max-width: 897px) {
  .hero__item-steaker {
    width: 260px;
    height: 260px;
    margin-bottom: 21px;
  }
}

@media (max-width: 897px) {
  .button {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 16px 20px;

  }
}

@media (max-width: 897px) {
  details > summary::after {
    flex-shrink: 0;
  }
}

@media (max-width: 897px) {
  .hero__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media (max-width: 897px) {
  .hero__item-heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
  }
}

@media (max-width: 897px) {
  .hero__item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media (max-width: 897px) {
  .partners__heading {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }
}

@media (max-width: 897px) {
  .partners__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
  }
}

@media (max-width: 897px) {
  .partners__item summary {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}

@media (max-width: 897px) {
  .partners__item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}

@media (max-width: 897px) {
  .instructions__item-heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}



.partners__heading, .partners__description {
  position: relative;
  z-index: 5;
}


@media (max-width: 897px) {
  .copyright {
    color: #8C8C8C;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
}


@media (max-width: 360px) {
  .footer {
    background: url(../img/footer-mob.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 430px;
  }
}

@media (max-width: 897px) {
  .header__logo-img {
    width: 156px;
    height: 40px;
  }
}

@media (max-width: 897px) {
  .wrapper {
    margin-top: 12px;
  }
}

@media (max-width: 897px) {
  .hero__heading-desc {
    margin-bottom: 18px;
  }
}

@media (max-width: 897px) {
  .hero__description {
    margin-bottom: 34px;
  }
}

@media (max-width: 897px) {
  .mob-margin {
    margin-bottom: 36px;
  }
}

@media (max-width: 897px) {
  .hero__item {
    padding: 30px 20px;
  }
}

@media (max-width: 897px) {
  .mob-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 897px) {
  .fix-mob-pertners {
    margin-top: -45px;
  }
}

@media (max-width: 897px) {
  .partners__heading {
    margin-bottom: 14px;
  }
}

@media (max-width: 897px) {
  .partners__description {
    margin-bottom: 41px;
  }
}

@media (max-width: 897px) {
  .partners {
    margin-bottom: 40px;
  }
}

@media (max-width: 897px) {
  .hero__item::before {
    z-index: -1;
    bottom: -110px;
    width: 220px;
    height: 220px;
    left: 18px;
  }
}

@media (max-width: 897px) {
  .ng-line-mob-fix {
    top: -92px;
  }
}


@media (max-width: 897px) {
  .third {
    width: 170vw;
    top: 1990px;
  }
}


.pos-fixed {
 left: -3vw!important;
 transition: 1s!important;
}

.pos-fixed-bottom {
  transition: 1s;
  left: -9vw!important;
}



.switch-none {
  display: none;
}

.popup__wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #15525E;
}

.popup__content-img {
  margin: 0 auto;
  max-width: 100%;
}

.popup .popup__content-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px
}

.popup__content p, .popup__content ul {
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #0B2A30;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2ecc71;
}


.position-fixed {
  overflow: hidden;
}

.black-backround {
  background: #000;
}

.header__wrapper-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}


.button-empty {
    color: #181319;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid silver;
    background: #ffffff;
    border-radius: 25px;
    display: block;
    text-align: center;
}


.button-fill {
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid silver;
    border-radius: 25px;
    display: block;
    text-align: center;
    max-width: fit-content;
    transition: 1s;
    color: #181319;
    background-color: #ffb400;
}

.header__wrapper-user-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}

.header-nav a {
  text-transform: uppercase;
  color: #6c6060;
}

.top-banner svg {
  width: 70px;
  height: 77px;
  flex-basis: 40%;
}

.top-banner__desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
}

a.top-banner {
  position: relative;
  width: 100%;
  border-radius: 8px;
  background-image: linear-gradient(88deg, #110041 0%, #190061f5 51.35%, #6d41e9b5 100%), url(../img/banner-backrg.svg);
  background-position: 105%;
  background-size: contain;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 20px;
}

.top-banner__halyava {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  background-color: #FFC91A;
  background-image: linear-gradient(94.01deg, #FFC91A 0.96%, #FF1EF6 103.75%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.first-slider {
  background-image: url(../img/slider1.jpg);
  background-size: cover;
}

.second-slider {
  background-image: url(../img/slider2.jpg);
  background-size: cover;
}

.third-slider {
  background-image: url(../img/slider3.jpg);
  background-size: cover;
}

.fourth-slider {
  background-image: url(../img/slider4.jpg);
  background-size: cover; 
}

.games h2::before {
  content: url(../img/fire.svg);
  position: relative;
  bottom: -4px;
}

a.games-wrapper-link {
  width: 24%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.games-wrapper-link img {
  width: 100%;
  min-height: 190px;
  border-radius: 15px;
}

.games-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

td {
  padding: 5px;
  border: 1px solid #2ecc71;
}

table {
  width: 100%;
}

img.red-circle-img {
  width: 40px;
  height: 40px;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.footer-menu__item a {
  color: silver;
  display: flex;
  align-items: center;
}

p.footer-heading {
  font-size: 23px;
  text-transform: uppercase;
}

footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.footer-column {
  max-width: 24%;
}

.wrapper.methods {
  flex-direction: column;
}

.wrapper.partners {
  flex-direction: column;
}

.payment-methods-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.partners-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.red-circle {
  padding-bottom: 50px;
}

.wrapper.footer-menu-row {
  padding-top: 50px;
}

.payment-methods-item {
  width: 14%;
  background: #141414;
  padding: 19px;
  text-align: center;
  min-height: 80px;
    display: flex;
}

.partners-item {
  width: 14%;
  background: #141414;
  padding: 19px;
  text-align: center;
  min-height: 80px;
    display: flex;
}

.payment-methods-item img, .partners-item img {
  margin: 0 auto;
}

.star {
  padding: 10px;
  background: #141414;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
}

.support {
  padding: 10px;
  background: #141414;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
}

.share {
 padding: 10px;
 background: #141414;
 border-radius: 10px;
 margin-bottom: 15px;
 display: flex;
}

.star a::before {
  content: url(../img/adv.svg);
  margin-right: 10px;
}

.support a::before {
  content: url(../img/faq.svg);
  margin-right: 10px;
}

.share a::before {
  content: url(../img/affiliate.svg);
  margin-right: 10px;
}

li.footer-menu__item.telegram {
    padding: 13px;
    background: #141414;
    width: fit-content;
    border-radius: 50px;
}

.games-wrapper-link .button-fill {
    color: white;
    text-transform: uppercase;
    padding: 8px 30px;
    border: 1px solid silver;
    background: #2ecc71;
    border-radius: 25px;
    display: none;
    max-width: fit-content;
    position: absolute;
    top: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transition: 1s;
}

.games-wrapper-link:hover .button-fill {
  display: block;
  transition: 1s;
  filter: opacity(0.8);
}


.owl-dots {
    position: absolute;
    right: 35px;
    bottom: 50px;
    gap: 13px;
    display: flex;
}

.owl-dot span {
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 35px;
    outline: 1px solid #181319;
    filter: opacity(0.9);
}

.active.owl-dot span {
  background: silver;
}

h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

@media (max-width: 897px) {
.wrapper, .container {
    padding: 0 15px;
    max-width: 100%;
  }
}

@media (max-width: 897px) {
.header-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}

@media (max-width: 897px) {
.header__wrapper-user-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 897px) {
.owl-dots {
display: none;
  }
}

@media (max-width: 897px) {
.hero__wrapper {
    background-position: 42%;
  }
}

@media (max-width: 897px) {
  a.games-wrapper-link {
    width: 100%;
  }
}

@media (max-width: 897px) {
.header__wrapper-group {
justify-content: center;
gap: 10px;
  }
}

@media (max-width: 897px) {
.top-banner__desc {
    display: none;
  }
}

@media (max-width: 897px) {
footer .wrapper {
    flex-direction: column;
  }
}

@media (max-width: 897px) {
.footer-column {
max-width: 100%;
  }
}

@media (max-width: 897px) {
.payment-methods-item, .partners-item {
    width: 32%;
    margin-bottom: 8px;
    background: #141414;
    padding: 19px;
    text-align: center;
  }
}

@media (max-width: 897px) {
.wrapper.red-circle {
    padding-bottom: 50px;
  }
}

@media (max-width: 897px) {
header .button-fill {
display: none;
  }
}

.header__logo span {
    color: #ffffff;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

img.header__button-user-img {
    background: #ffb400;
    border-radius: 54px;
    filter: grayscale(1);
}

/* 
baners start*/

.block_90 {
    padding: 0 16px;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    .block_90 {
        display: none;
			max-width: 100%;
    }
}
@media (max-width: 991px) {
    .block-main-image {
        display: none;
    }
}
@media (max-width: 991px) {
    .block-main {
        min-height: inherit;
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .hero-block {
        margin-bottom: 12px;
    }
}


.block_100 {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 991px) {
    .block_100 {
        display: none;
    }
}
.hero-block {
    margin-bottom: 20px;
}


.link-head-a {
    display: block !important;
    margin: 12px auto;
    text-align: center;
}

.wrapper_link-head {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}


.link-head-a {
    display: block !important;
    margin: 0 auto;
    text-align: center;
}

/* 
baners end*/