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

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

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #121212;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  font-family: "Lucida Sans Unicode", Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

main {
  flex-grow: 1;
  padding: 96px 0 0;
}
@media (max-width: 767px) {
  main {
    padding-top: 170px;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.btn {
  background-color: #fff;
}

p {
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1240px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.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%);
}

/* Blocks */
/* ------------------------------------ */
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #010304;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 86px;
  padding: 15px;
}
@media (max-width: 767px) {
  .header__content {
    flex-direction: column;
    gap: 30px;
  }
}
.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .header__logo-wrap::after {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: -15px;
    background-color: #FFFD32;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__logo-text {
  font-family: "Lucida Sans Unicode";
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
}
.header__register-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .header__register-wrap {
    gap: 15px;
  }
}
.header__register-btn {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 29px;
  align-items: center;
  text-align: center;
  color: #272626;
  background-color: #FFFD32;
  border: none;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
}

.burger {
  width: 50px;
  position: relative;
  display: block;
  height: 50px;
}
.burger__btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFFD32;
  position: relative;
}
.burger__btn::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #FFFD32;
  position: absolute;
  top: -12px;
  left: -5px;
}
.burger__btn::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #FFFD32;
  position: absolute;
  bottom: -12px;
  left: -5px;
}
.burger__menu {
  pointer-events: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 10500;
  background-color: #1e1f1e;
  padding: 20px;
  border-radius: 10px;
  min-width: 270px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.burger__menu:hover .burger__menu {
  display: block;
  pointer-events: all;
  opacity: 1;
}
.burger__nav-link {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 24px;
  display: block;
  color: white;
}
.burger__nav-link:hover {
  text-decoration: underline;
}
.burger:hover .burger__menu {
  display: block;
  pointer-events: all;
  opacity: 1;
}

.games {
  max-width: 1440px;
  margin: 0 auto 0;
  margin-bottom: 40px;
}
.games__list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  max-height: 500px;
  padding: 0 0 10px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .games__list {
    padding-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-color: #ffbb00 #1b1b1b;
  }
}
.games__item {
  max-height: 500px;
  list-style: none;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease;
  transform: scale(1);
  position: relative;
}
.games__item::after {
  content: "";
  width: 200px;
  height: 100px;
  background-color: #fff;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-clip-path: polygon(39% 0, 76% 0, 0 100%, 0 49%);
          clip-path: polygon(39% 0, 76% 0, 0 100%, 0 49%);
  transform: translate(-20px, -20px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.games__item:hover {
  transform: scale(1.05);
  z-index: 100;
}
.games__item:hover::after {
  opacity: 0.1;
  transform: translate(0, 0);
}
@media (max-width: 1024px) {
  .games__item {
    min-width: 30%;
    scroll-behavior: auto;
  }
}
@media (max-width: 767px) {
  .games__item {
    min-width: 60%;
  }
}
.games__img {
  height: 105%;
  width: 105%;
}

.info__link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__link {
  background-color: #FFFD32;
  padding: 12px;
  font-family: "Lucida Sans Unicode";
  font-size: 19px;
  line-height: 32px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 0.2px solid #000000;
  width: 856px;
  border-radius: 3px;
  margin: 0 0 40px;
}
.info__link--small {
  width: 370px;
}
.info__main-title {
  font-family: "Inter";
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  display: flex;
  align-items: center;
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .info__main-title {
    font-size: 36px;
    line-height: 43px;
  }
}
.info__text-wrap {
  margin: 0 0 40px;
}
.info__unvis-text {
  background-color: #2B2B2B;
  padding: 18px 24px;
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #D3D5D8;
  margin: 0 0 32px;
}
.info__btn {
  font-family: "Lucida Sans Unicode";
  font-size: 14.4px;
  line-height: 31px;
  display: flex;
  color: #96C6FF;
  background-color: unset;
  border: none;
  cursor: pointer;
}
.info__btn:hover {
  text-decoration: underline;
}
.info__text {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .info__text {
    font-size: 17px;
    line-height: 27px;
  }
}
.info__second-title {
  font-family: "Inter";
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.info__title {
  font-family: "Inter";
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.info__small-title {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 14px;
}
.info__list {
  padding: 0 0 0 24px;
  margin: 0 0 21px;
}
.info__list-ul {
  padding: 0 0 0 24px;
  margin: 0 0 21px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.info__item {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 30px;
}
.info__table {
  margin-bottom: 40px;
  border: 1px solid white;
  border-collapse: collapse;
}
@media (max-width: 460px) {
  .info__table {
    min-width: 150px;
    max-width: 0;
    margin: 0 auto;
  }
}
.info__th {
  text-align: left;
  font-weight: 400;
  padding: 11px 10px 12px;
  border: 1px solid white;
  font-family: "Lucida Sans Unicode";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-wrap: wrap;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .info__th {
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 460px) {
  .info__th {
    min-width: 150px;
    max-width: 0;
  }
}
.info__td {
  border: 1px solid white;
  padding: 11px 10px 12px;
  font-family: "Lucida Sans Unicode";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
  white-space: normal;
}
@media (max-width: 767px) {
  .info__td {
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 460px) {
  .info__td {
    min-width: 150px;
    max-width: 0;
  }
}

.info__table .info__th:nth-child(1),
.info__table .info__td:nth-child(1) {
  width: 25%;
}
@media (max-width: 767px) {
  .info__table .info__th:nth-child(1),
  .info__table .info__td:nth-child(1) {
    width: unset;
  }
}

.info__table .info__th:nth-child(2),
.info__table .info__td:nth-child(2) {
  width: 75%;
}
@media (max-width: 767px) {
  .info__table .info__th:nth-child(2),
  .info__table .info__td:nth-child(2) {
    width: unset;
  }
}

.footer {
  background: #000000;
  padding: 14px 20px 12px;
}
.footer__wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 35px;
}
.footer__link {
  font-family: "Lucida Sans Unicode";
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.footer__countre-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.footer__copyright {
  font-family: "Lucida Sans Unicode";
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0 0;
  text-align: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */