/* 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: #0D1017;
  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: 138px 0 0;
}
@media (max-width: 767px) {
  main {
    padding-top: 138px;
  }
}

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 46px;
  max-width: 1192px;
}
@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 {
  display: block;
  padding: 24px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #0D1017;
}
.header__wrap {
  background: #13171F;
  max-width: 1192px;
  padding: 10px 46px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 0;
  }
}
.header__link {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFFCF9;
  background: #FF2400;
  padding: 8px;
  min-width: 113px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .header__link {
    display: none;
  }
}

.burger {
  width: 60px;
  position: relative;
  display: block;
  height: 45px;
}
.burger__btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FF2400;
  position: relative;
}
.burger__btn::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #FF2400;
  position: absolute;
  top: -12px;
  left: -5px;
}
.burger__btn::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #FF2400;
  position: absolute;
  bottom: -12px;
  left: -5px;
}
.burger__menu {
  pointer-events: none;
  position: absolute;
  top: 45px;
  right: -10%;
  z-index: 10500;
  background-color: #11151d;
  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;
}

.baner {
  margin-bottom: 20px;
}
.baner__wrap {
  display: grid;
  justify-content: space-between;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .baner__wrap {
    display: flex;
    flex-direction: column;
  }
}
.baner__item {
  background-color: #13171F;
  border-radius: 12px;
  padding: 24px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: none;
  transform: scale(1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.baner__item:hover {
  box-shadow: 0 0 20px #ffffff;
  transform: scale(1.05);
  z-index: 100;
}
.baner__item::before {
  content: "";
  position: absolute;
  width: 303px;
  height: 303px;
  left: 331px;
  top: -12px;
  background: #FF2400;
  filter: blur(102.15px);
  z-index: -10;
}
@media (max-width: 767px) {
  .baner__item {
    justify-content: unset;
  }
}
.baner__img {
  display: none;
  z-index: -10;
}
.baner__img--1 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 22px;
  z-index: -5;
}
@media (max-width: 767px) {
  .baner__img--1 {
    width: 192px;
    right: -20px;
  }
}
.baner__img--2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.baner__img--3 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -5;
}
@media (max-width: 767px) {
  .baner__img--3 {
    width: 194px;
    right: -14px;
  }
}
.baner__img--4 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
  height: 100%;
}
@media (max-width: 1024px) {
  .baner__img--4 {
    width: 100%;
  }
}
.baner__title {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .baner__title {
    font-size: 28px;
    line-height: 100%;
  }
}
.baner__span {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 29px;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .baner__span {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 45px;
  }
}
.baner__span--center {
  padding: 24px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .baner__span--center {
    font-size: 12px;
    line-height: 100%;
    padding: 13px 0;
    margin-bottom: unset;
  }
}
.baner__bold-span {
  position: absolute;
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  display: flex;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFE65D 0%, #FFBD0A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  top: 0;
  left: 46px;
}
@media (max-width: 767px) {
  .baner__bold-span {
    font-size: 34px;
    line-height: 100%;
    left: 27px;
  }
}
.baner__bold-span--2 {
  top: 23px;
  left: 0;
}
.baner__link {
  margin-bottom: 16px;
  padding: 12px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFCF9;
  background: #FF2400;
  border-radius: 6px;
  max-width: 188px;
}
@media (max-width: 767px) {
  .baner__link {
    max-width: 134px;
    font-size: 16px;
    line-height: 100%;
  }
}

.info {
  margin: 0 0 24px;
}
.info__wrap {
  padding: 39px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #13171F;
  border-radius: 10px;
}
.info__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFCF9;
  margin: 0;
}
.info__text {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 28px;
  color: #FFFCF9;
  margin: 0;
}
.info__list {
  margin: 0;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .info__list {
    padding: 0 0 0 30px;
  }
}
.info__item {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 28px;
  color: #FFFCF9;
}

.bonus {
  margin-bottom: 24px;
}
.bonus__wrap {
  background: #13171F;
  padding: 39px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 300px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px) {
  .bonus__wrap {
    padding: 20px;
    gap: 4px;
  }
}
.bonus__wrap::after {
  content: "";
  position: absolute;
  width: 519px;
  height: 519px;
  left: 748px;
  top: -219px;
  background: #FF2400;
  filter: blur(174.97px);
  z-index: 0;
}
@media (max-width: 767px) {
  .bonus__wrap::after {
    width: 213px;
    height: 213px;
    left: auto;
    top: auto;
    right: -36px;
    bottom: -52px;
    background: #FF2400;
    filter: blur(71.8084px);
  }
}
.bonus__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1124px) {
  .bonus__img {
    width: 509px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .bonus__img {
    right: -40px;
    bottom: 0px;
    top: unset;
    left: unset;
  }
}
.bonus__title {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  z-index: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .bonus__title {
    font-size: 24px;
    line-height: 100%;
  }
}
.bonus__text {
  max-width: 436px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #E8E8E8;
  z-index: 1;
}
@media (max-width: 767px) {
  .bonus__text {
    width: 255px;
    font-size: 14px;
    line-height: 100%;
  }
}
.bonus__link {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFCF9;
  margin-top: 33px;
  padding: 12px 40px;
  width: 167px;
  background: #FF2400;
  border-radius: 6px;
  z-index: 10;
}
@media (max-width: 767px) {
  .bonus__link {
    margin-top: 12px;
    width: 118px;
    font-size: 16px;
    line-height: 100%;
    padding: 12px;
    text-align: center;
    justify-content: center;
  }
}

.play {
  margin-bottom: 24px;
}
.play__wrap {
  background: #13171F;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  z-index: 1;
}
.play__wrap::after {
  content: "";
  position: absolute;
  width: 519px;
  height: 519px;
  left: 748px;
  top: -219px;
  background: #FF2400;
  filter: blur(174.97px);
}
@media (max-width: 1024px) {
  .play__wrap::after {
    left: unset;
    top: unset;
    bottom: -52px;
    right: -36px;
    filter: blur(80.97px);
    width: 213px;
    height: 213px;
  }
}
.play__title {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1024px) {
  .play__title {
    font-size: 32px;
    line-height: 100%;
  }
}
.play__span {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #00CFA6;
}
@media (max-width: 1024px) {
  .play__span {
    font-size: 24px;
    line-height: 100%;
  }
}
.play__link {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFCF9;
  padding: 12px 40px;
  width: 167px;
  background: #FF2400;
  border-radius: 6px;
  z-index: 10;
  justify-content: center;
  margin-top: 68px;
}
@media (max-width: 767px) {
  .play__link {
    margin-top: 12px;
    width: 118px;
    font-size: 16px;
    line-height: 100%;
    padding: 12px;
    text-align: center;
    justify-content: center;
  }
}
.play__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .play__img {
    width: 500px;
  }
}
@media (max-width: 900px) {
  .play__img {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .play__img {
    width: 300px;
    right: -20px;
  }
}

.footer {
  margin-bottom: 24px;
}
.footer__wrap {
  background: #13171F;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  gap: 12px;
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */