/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fr__fonts/fr__Manrope-Bold.woff2") format("woff2"), url("../fr__fonts/fr__Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fr__fonts/fr__Manrope-Regular.woff2") format("woff2"), url("../fr__fonts/fr__Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 10px;
  --background: #212121;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  --font-family: Manrope, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.5rem, 0.5048076923rem + 4.4230769231vw, 4.375rem);
  text-align: center;
}

h2 {
  font-size: clamp(1.25rem, 0.8173076923rem + 1.9230769231vw, 2.5rem);
}

h3 {
  font-size: clamp(1rem, 0.7836538462rem + 0.9615384615vw, 1.625rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.fr__no-scroll {
  overflow: hidden;
}

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

.fr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fr__items .fr__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.fr__terms .fr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.fr__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.fr__btn,
.fr__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 20px;
  background: #FFD900;
  -webkit-box-shadow: inset 0px -100px 30px -80px #FFBA6B;
  box-shadow: inset 0px -100px 30px -80px #FFBA6B;
  color: #111110 !important;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fr__btn-active,
.fr__btn:hover,
.fr__btn:active {
  background: #FFBA6B;
  color: #111110 !important;
  -webkit-tap-highlight-color: transparent;
}

.fr__wrapper {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#138899), to(#87AAAF));
  background: linear-gradient(180deg, #138899 0%, #87AAAF 100%);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.fr__who .fr__wrapper,
.fr__contacts.fr__wrapper {
  padding: 50px 20px;
}

.fr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.fr__popup {
  color: #FFF;
  background: #000;
  padding: 40px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.fr__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.fr__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.fr__modal.fr__show {
  opacity: 1;
}

.fr__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.fr__cookie__popup {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
  border-top: 1px solid #DF3C5C;
  font-size: 12px;
}

.fr__cookie__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  margin-left: 30px;
}

.fr__cookie.fr__hidden {
  display: none;
}

.fr__cookie .fr__btn {
  width: 100%;
}

.fr__cookie .fr__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.fr__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.fr__cookie .fr__show {
  bottom: 0;
}

/* Blocks */

.fr__banner {
  text-align: center;
  padding-block: 100px;
  background-position: top 5% center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #111;
}

.fr__banner .fr__btn {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.fr__contacts {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.fr__contacts .fr__btn {
  width: 100%;
  margin-top: 10px;
}

.fr__contacts p {
  text-align: center;
}

.fr__contacts form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  max-width: 820px;
  margin-inline: auto;
}

.fr__contacts input,
.fr__contacts textarea {
  border-radius: 6px;
  background: #FFF;
  padding: 12px 20px;
  color: #111110;
}

.fr__contacts ::-webkit-input-placeholder {
  font-weight: 400;
  color: #4A4A4A;
}

.fr__contacts ::-moz-placeholder {
  font-weight: 400;
  color: #4A4A4A;
}

.fr__contacts :-ms-input-placeholder {
  font-weight: 400;
  color: #4A4A4A;
}

.fr__contacts ::-ms-input-placeholder {
  font-weight: 400;
  color: #4A4A4A;
}

.fr__contacts ::placeholder {
  font-weight: 400;
  color: #4A4A4A;
}

.fr__contacts textarea {
  resize: none;
}

.fr__contacts .fr__warning {
  display: none;
  width: 100%;
  color: #111110;
  padding: 16px;
  background: #FFD900;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.fr__footer {
  margin-top: auto;
  border-radius: 30px 30px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C6283), to(#0A161D));
  background: linear-gradient(180deg, #2C6283 0%, #0A161D 100%);
  padding-block: 60px;
  text-align: center;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.fr__footer a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.fr__footer a:hover {
  opacity: 0.6;
}

.fr__footer strong {
  text-transform: uppercase;
}

.fr__footer .fr__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.fr__footer .fr__logos img {
  width: auto;
  max-height: 46px;
}

.fr__footer .fr__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 40px;
}

.fr__footer .fr__age {
  background-image: url("./../fr__img/fr__18+.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(1.875rem, 1.3125rem + 2.5vw, 3.5rem);
  aspect-ratio: 1/1;
}

.fr__game iframe {
  width: 100%;
  height: 650px;
  margin-inline: auto;
  background-color: #212121;
  background-image: url("./../fr__img/fr__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.fr__game img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.fr__game .fr__items {
  margin-top: 10px;
}

.fr__header {
  padding: 14px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C6283), to(#0A161D));
  background: linear-gradient(180deg, #2C6283 0%, #0A161D 100%);
  font-size: 16px;
}

.fr__header__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;
}

.fr__header .fr__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.fr__header a {
  text-transform: uppercase;
}

.fr__header a:hover {
  opacity: 0.6;
}

.fr__header .fr__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.fr__header .fr__logo img {
  width: 30px;
  aspect-ratio: 1/1;
}

.fr__header .fr__logo {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
}

.fr__header .fr__dropdown-menu {
  position: absolute;
  right: 0;
  display: none;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 20px;
  background: #5B5959;
  text-align: center;
}

.fr__dropdown {
  position: relative;
}

.fr__dropdown img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fr__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fr__lang button {
  text-transform: uppercase;
}

.fr__dropdown.fr__active .fr__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fr__dropdown.fr__active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fr__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.fr__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.fr__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fr__mobile-nav .fr__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: center;
  margin-top: 30px;
}

.fr__mobile-nav button {
  display: none;
}

.fr__mobile-nav--open {
  top: 0;
}

.fr__mobile-nav a {
  color: #fff;
}

.fr__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.fr__mobile-nav__list .fr__active {
  opacity: 0.5;
}

/* Nav Icon */

.fr__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4.4);
  width: var(--width);
  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;
}

.fr__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.fr__nav-icon::before,
.fr__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.fr__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.fr__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.fr__nav-icon.fr__nav-icon--active {
  background-color: transparent;
}

.fr__nav-icon.fr__nav-icon--active::before,
.fr__nav-icon.fr__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.fr__nav-icon.fr__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fr__nav-icon.fr__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.fr__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.fr__rise img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.fr__why .fr__wrapper {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  text-align: center;
}

.fr__why .fr__wrapper::before {
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  background-image: url("./../fr__img/fr__zeus.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}				.fr__avif .fr__why .fr__wrapper::before {					background-image: url("./../fr__img/fr__zeus.avif")				}			

.fr__why .fr__wrapper:last-child::before {
  background-image: url("./../fr__img/fr__thunderbolt.avif");
}				.fr__avif .fr__why .fr__wrapper:last-child::before {					background-image: url("./../fr__img/fr__thunderbolt.avif")				}			

.fr__why .fr__wrapper:first-child::before {
  background-image: url("./../fr__img/fr__sword.avif");
}				.fr__avif .fr__why .fr__wrapper:first-child::before {					background-image: url("./../fr__img/fr__sword.avif")				}			

@media (max-width: 1220px) {
  .fr__items {
    gap: 10px;
  }

  .fr__main {
    gap: 40px;
    margin: 40px 0;
  }

  .fr__container {
    padding: 0 var(--container-padding-tablet);
    gap: 14px;
  }

  .fr__header__nav {
    display: none;
  }

  .fr__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .fr__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fr__wrapper {
    gap: 10px;
  }

  .fr__who .fr__wrapper,
  .fr__contacts.fr__wrapper {
    padding-block: 30px;
  }

  .fr__cookie__popup {
    padding: 20px 10px;
  }

  .fr__cookie__wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .fr__cookie .fr__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fr__banner {
    padding-block: 50px;
  }

  .fr__contacts .fr__btn {
    margin-inline: auto;
    max-width: 400px;
  }

  .fr__footer {
    border-radius: 20px 20px 0px 0px;
    padding-block: 30px;
  }

  .fr__footer .fr__logos img {
    max-height: 40px;
    max-width: 115px;
  }

  .fr__game iframe {
    height: auto;
    aspect-ratio: 1.5/1;
  }

  .fr__game img {
    height: 200px;
  }

  .fr__rise img {
    max-height: 400px;
  }

  .fr__why .fr__wrapper::before {
    width: 80px;
  }
}