/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

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

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fontsFOtjfilm/montserrat-variablefontFOtjfilm.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fontsFOtjfilm/opensans-variablefontFOtjfilm.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

main {
  background: #1f1f23;
}

body {
  margin: 0;
  background: #1b1b22;
  font-family: 'Open Sans', sans-serif;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}

.headerFOtjfilm {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  border-bottom: 1px solid rgba(107, 178, 221, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.headerFOtjfilm__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}

.headerFOtjfilm__logo {
  flex-shrink: 0;
}

.headerFOtjfilm__logo img {
  width: 250px;
  height: 37.557px;
  object-fit: contain;
  display: block;
}

.headerFOtjfilm__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.headerFOtjfilm__menu {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerFOtjfilm__menu a {
  color: var(--white, #fff);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: 0.3s ease;
}

.headerFOtjfilm__menu a:hover {
  opacity: 0.75;
}

.headerFOtjfilm__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.headerFOtjfilm__btn {
  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  padding: 14px 26px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease,
    background 0.25s ease;
  box-shadow: 0 8px 20px rgba(59, 104, 240, 0.22);
}

.headerFOtjfilm__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(59, 104, 240, 0.3);
}

.headerFOtjfilm__btn--ghost {
  background: transparent;
  border: 1px solid #6bb2dd;
  box-shadow: none;
}

.headerFOtjfilm__btn--ghost:hover {
  background: rgba(107, 178, 221, 0.08);
  box-shadow: 0 10px 22px rgba(107, 178, 221, 0.08);
}

.headerFOtjfilm__user {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.headerFOtjfilm__coins {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.headerFOtjfilm__coins img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.headerFOtjfilm__account {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.headerFOtjfilm__account:hover {
  opacity: 0.8;
}

.headerFOtjfilm__account img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.headerFOtjfilm__account-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  word-wrap: break-word;
  max-width: 120px;
}

.headerFOtjfilm__logout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  padding: 0;
  color: #7f98ff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.headerFOtjfilm__logout:hover {
  opacity: 0.75;
}

.headerFOtjfilm__logout img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.headerFOtjfilm__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.headerFOtjfilm__burger span {
  width: 28px;
  height: 3px;
  background: #6e8bff;
  border-radius: 2px;
  transition: 0.25s ease;
}

.headerFOtjfilm__mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: min(340px, 88vw);
  height: 100vh;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  padding: 20px;
  transform: translateX(110%);
  transition: 0.3s ease;
  z-index: 100;
  box-sizing: border-box;
  overflow-y: auto;
  border-left: 1px solid rgba(107, 178, 221, 0.24);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.28);
}

.headerFOtjfilm__mobile.active {
  transform: translateX(0);
}

.headerFOtjfilm__mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.headerFOtjfilm__mobile-top img {
  width: 100px;
  height: 15.023px;
  object-fit: contain;
}

.headerFOtjfilm__close {
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(107, 178, 221, 0.25);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.25s ease;
}

.headerFOtjfilm__close:hover {
  background: rgba(107, 178, 221, 0.08);
}

.headerFOtjfilm__mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.headerFOtjfilm__mobile-menu li {
  margin-bottom: 18px;
}

.headerFOtjfilm__mobile-menu a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: 0.25s ease;
}

.headerFOtjfilm__mobile-menu a:hover {
  opacity: 0.75;
}

.headerFOtjfilm__mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.headerFOtjfilm__btn--mobile {
  width: 100%;
  text-align: center;
}

.headerFOtjfilm__btn--mobile-secondary {
  width: 100%;
  text-align: center;
}

.headerFOtjfilm__mobile-user {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.headerFOtjfilm__mobile-user .headerFOtjfilm__coins {
  justify-content: center;
}

.headerFOtjfilm__mobile-user .headerFOtjfilm__account {
  justify-content: center;
}

.headerFOtjfilm__mobile-user .headerFOtjfilm__logout {
  justify-content: center;
}

.headerFOtjfilm__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 90;
}

.headerFOtjfilm__overlay.active {
  opacity: 1;
  visibility: visible;
}

.authFOtjfilm {
  position: fixed;
  inset: 0;
  background: rgba(7, 10, 18, 0.76);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 1200;
}

.authFOtjfilm.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.authFOtjfilm__dialog {
  position: relative;
  width: min(100%, 440px);
  border-radius: 24px;
  border: 1px solid rgba(107, 178, 221, 0.45);
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(143, 164, 246, 0.08) inset;
  padding: 62px 28px;
  box-sizing: border-box;
}

.authFOtjfilm__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(107, 178, 221, 0.25);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s ease;
}

.authFOtjfilm__close:hover {
  background: rgba(107, 178, 221, 0.08);
}

.authFOtjfilm__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.authFOtjfilm__tab {
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(107, 178, 221, 0.25);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.authFOtjfilm__tab.active {
  border-color: #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  box-shadow: 0 8px 20px rgba(59, 104, 240, 0.25);
}

.authFOtjfilm__panel {
  display: none;
}

.authFOtjfilm__panel.active {
  display: block;
}

.authFOtjfilm__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px;
}

.authFOtjfilm__subtitle {
  color: #d4d7e3;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 20px;
}

.authFOtjfilm__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.authFOtjfilm__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.authFOtjfilm__label span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.authFOtjfilm__label input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(107, 178, 221, 0.28);
  background: rgba(255, 255, 255, 0.06);
  padding: 15px 16px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  outline: none;
  transition: 0.25s ease;
}

.authFOtjfilm__label input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.authFOtjfilm__label input:focus {
  border-color: #8fa4f6;
  box-shadow: 0 0 0 3px rgba(143, 164, 246, 0.12);
}

.authFOtjfilm__submit {
  margin-top: 4px;
  border-radius: 12px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  padding: 16px 22px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 10px 24px rgba(59, 104, 240, 0.24);
}

.authFOtjfilm__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(59, 104, 240, 0.3);
}

.authFOtjfilm__message {
  min-height: 20px;
  margin: 4px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.authFOtjfilm__message.success {
  color: #7ddc8a;
}

.authFOtjfilm__message.error {
  color: #ff7e7e;
}

.ageFOtjfilm {
  position: fixed;
  inset: 0;
  background: radial-gradient(
      circle at center,
      rgba(59, 104, 240, 0.18) 0%,
      rgba(0, 0, 0, 0.82) 60%
    ),
    rgba(6, 9, 17, 0.92);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 1300;
}

.ageFOtjfilm.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.ageFOtjfilm__dialog {
  width: min(100%, 460px);
  border-radius: 26px;
  border: 1px solid rgba(107, 178, 221, 0.45);
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(143, 164, 246, 0.08) inset;
  padding: 34px 28px;
  text-align: center;
  box-sizing: border-box;
}

.ageFOtjfilm__badge {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(59, 104, 240, 0.25);
}

.ageFOtjfilm__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 12px;
}

.ageFOtjfilm__text {
  color: #e6e8f0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}

.ageFOtjfilm__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ageFOtjfilm__btn {
  min-width: 160px;
  border-radius: 12px;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.ageFOtjfilm__btn:hover {
  transform: translateY(-2px);
}

.ageFOtjfilm__btn--primary {
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(59, 104, 240, 0.24);
}

.ageFOtjfilm__btn--secondary {
  border: 1px solid #6bb2dd;
  background: transparent;
  color: #fff;
}

@media (max-width: 1151px) {
  .headerFOtjfilm__nav,
  .headerFOtjfilm__actions {
    display: none;
  }

  .headerFOtjfilm__burger {
    display: flex;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1280px);
  }

  .headerFOtjfilm__inner {
    padding: 16px 0;
  }

  .headerFOtjfilm__logo img {
    width: 100px;
    height: 15.023px;
  }

  .authFOtjfilm__dialog,
  .ageFOtjfilm__dialog {
    padding: 62px 18px;
  }

  .authFOtjfilm__title {
    font-size: 24px;
  }

  .ageFOtjfilm__title {
    font-size: 26px;
  }

  .ageFOtjfilm__badge {
    width: 78px;
    height: 78px;
    font-size: 28px;
  }

  .ageFOtjfilm__btn {
    width: 100%;
  }
}

.heroFOtjfilm {
  padding: 40px 0;
  padding-bottom: 70px;
}

.heroFOtjfilm__box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;

  padding: 60px;

  background: url('/imagesFOtjfilm/man-playFOtjfilm.webp') right center / cover
    no-repeat;

  border: 1px solid rgba(107, 178, 221, 0.3);
}

.heroFOtjfilm__content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.heroFOtjfilm__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 47px;
  margin-bottom: 20px;
}

.heroFOtjfilm__desc {
  color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}

.heroFOtjfilm__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);

  color: #fff;
  font-family: 'MontserratFOtjfilm', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;

  transition: all 0.3s ease;

  box-shadow: 0 10px 25px rgba(59, 104, 240, 0.25);
}

.heroFOtjfilm__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 40px rgba(59, 104, 240, 0.4);
}

.heroFOtjfilm__btn:active {
  transform: translateY(0) scale(0.98);
}

@media (max-width: 992px) {
  .heroFOtjfilm__box {
    padding: 30px;

    background: url('/imagesFOtjfilm/man-playFOtjfilm.webp') center cover
      no-repeat;
  }

  .heroFOtjfilm__title {
    color: var(--text_white, #fff);

    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
  }

  .heroFOtjfilm__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .heroFOtjfilm__btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .heroFOtjfilm__box {
    padding: 20px;

    background: url('/imagesFOtjfilm/man-playFOtjfilm.webp') right -240px bottom /
      cover no-repeat;
  }
}

.whyFOtjfilm {
  padding-bottom: 70px;
}

.whyFOtjfilm__title {
  color: var(--text_white, #fff);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 40px;
}

.whyFOtjfilm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  list-style: none;
  margin: 0;
  padding: 0;
}

.whyFOtjfilm__card {
  border-radius: 24px;
  border: 1px solid var(--stroke, #6bb2dd);
  background: var(--card, linear-gradient(180deg, #1f1f23 0%, #22253c 100%));
  box-shadow: 0 0 33.4px 0 rgba(253, 222, 254, 0);

  padding: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.whyFOtjfilm__card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 16px;
}

.whyFOtjfilm__card h3 {
  color: var(--white, #fff);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 10px;
}

.whyFOtjfilm__card p {
  color: var(--white, #fff);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 992px) {
  .whyFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .whyFOtjfilm__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.whyFOtjfilm__card {
  transition: all 0.3s ease;
}

.whyFOtjfilm__card:hover {
  transform: translateY(-6px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(107, 178, 221, 0.25);

  border-color: #8fd3ff;
}

.whyFOtjfilm__card:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.whyFOtjfilm__card:hover h3 {
  text-shadow: 0 0 10px rgba(143, 211, 255, 0.3);
}

.gamesFOtjfilm {
  padding-bottom: 70px;
}

.gamesFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 40px;
}

.gamesFOtjfilm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}

.gamesFOtjfilm__card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gamesFOtjfilm__image img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 16px;
}

.gamesFOtjfilm__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gamesFOtjfilm__top h3 {
  color: #fff;
  font: 800 20px Montserrat;
}

.gamesFOtjfilm__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 400 12px Montserrat;
}

.gamesFOtjfilm__rating img {
  width: 14px;
}

.gamesFOtjfilm__rating span {
  color: #fff;
}

.gamesFOtjfilm__rating small {
  color: #a7a7a7;
}

.gamesFOtjfilm__bottom {
  display: flex;
  gap: 10px;
}

.gamesFOtjfilm__btn {
  flex: 1;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  color: #fff;
  font: 700 16px Montserrat;
  text-decoration: none;
}

.gamesFOtjfilm__likes {
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  border: 1px solid #6bb2dd;
  border-radius: 10px;

  font: 700 16px Montserrat;
  color: #fff;
}

.gamesFOtjfilm__likes img {
  width: 18px;
}

@media (max-width: 992px) {
  .gamesFOtjfilm__grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
  }

  .gamesFOtjfilm__card {
    min-width: 260px;
    flex: 0 0 auto;
  }

  .gamesFOtjfilm__image img {
    height: 160px;
  }

  .gamesFOtjfilm__bottom {
    flex-direction: column;
  }

  .gamesFOtjfilm__likes {
    width: 100%;
    padding: 12px;
  }
}

.gamesFOtjfilm__card {
  transition: all 0.3s ease;
}

.gamesFOtjfilm__card:hover {
  transform: translateY(-6px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 25px rgba(107, 178, 221, 0.25);

  border-color: #8fd3ff;
}

.gamesFOtjfilm__image img {
  transition: 0.3s ease;
}

.gamesFOtjfilm__card:hover .gamesFOtjfilm__image img {
  transform: scale(1.04);
}

.gamesFOtjfilm__btn {
  transition: 0.3s ease;
}

.gamesFOtjfilm__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 104, 240, 0.4);
}

.gamesFOtjfilm__likes {
  transition: 0.3s ease;
}

.gamesFOtjfilm__likes:hover {
  background: rgba(107, 178, 221, 0.1);
  border-color: #8fd3ff;
}

.gamesFOtjfilm__card:hover .gamesFOtjfilm__rating span {
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.aboutFOtjfilm {
  padding-bottom: 70px;
}

.aboutFOtjfilm__title {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
}

.aboutFOtjfilm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.aboutFOtjfilm__image {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #3a4ea3 0%, #2e3f8c 100%);
  display: flex;
}

.aboutFOtjfilm__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutFOtjfilm__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutFOtjfilm__subtitle {
  color: var(--white, #fff);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 20px;
}

.aboutFOtjfilm__content p {
  color: var(--white, #fff);
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .aboutFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .aboutFOtjfilm__image {
    order: 2;
  }

  .aboutFOtjfilm__content {
    order: 1;
  }

  .aboutFOtjfilm__image img {
    height: auto;
  }
}

.surveyFOtjfilm {
  position: relative;
  padding-bottom: 70px;
}

.surveyFOtjfilm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.surveyFOtjfilm__content h2 {
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 20px;
}

.surveyFOtjfilm__desc {
  color: #fff;
  font: 400 16px 'Open Sans';
  margin-bottom: 20px;
}

.surveyFOtjfilm__item {
  margin-bottom: 20px;
}

.surveyFOtjfilm__item p {
  color: #fff;
  font: 400 16px 'Open Sans';
  margin-bottom: 10px;
}

.surveyFOtjfilm__rating {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.surveyFOtjfilm__rating button {
  flex: 1;
  min-width: 48px;
  height: 44px;

  border-radius: 10px;
  border: 1px solid #6e3c00;
  background: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);

  font: 800 18px Montserrat;
  color: #505050;
  cursor: pointer;
}

.surveyFOtjfilm__rating button.active {
  background: #3b68f0;
  color: #fff;
}

.surveyFOtjfilm__submit {
  width: 100%;
  margin-top: 20px;

  padding: 16px;
  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4, #3b68f0);

  color: #fff;
  font: 700 16px Montserrat;
  cursor: pointer;
}

.surveyFOtjfilm__image img {
  width: 100%;
  border-radius: 24px;
}

.surveyFOtjfilm__thanks {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 40, 0.95);
  backdrop-filter: blur(12px);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;

  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

.surveyFOtjfilm__thanks.active {
  opacity: 1;
  pointer-events: all;
}

.surveyFOtjfilm__thanks h2 {
  color: #fff;
  font: 800 28px Montserrat;
  max-width: 600px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.surveyFOtjfilm__thanks-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary,
.btn-outline {
  padding: 12px 26px;
  border-radius: 10px;
  font: 700 14px Montserrat;
  text-decoration: none;
  min-width: 140px;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(180deg, #8497e4, #3b68f0);
  color: #fff;
}

.btn-outline {
  border: 1px solid #6bb2dd;
  color: #fff;
}

@media (max-width: 992px) {
  .surveyFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .surveyFOtjfilm__image {
    display: none;
  }
}

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

  .surveyFOtjfilm__content h2 {
    font-size: 26px;
  }

  .surveyFOtjfilm__rating {
    gap: 8px;
  }

  .surveyFOtjfilm__rating button {
    min-width: 44px;
    height: 40px;
    font-size: 16px;
  }

  .surveyFOtjfilm__thanks h2 {
    font-size: 22px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
  }
}

.feedbackFOtjfilm {
  padding-bottom: 70px;
}

.feedbackFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 40px;
}

.feedbackFOtjfilm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}

.feedbackFOtjfilm__card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
}

.feedbackFOtjfilm__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.feedbackFOtjfilm__top h3 {
  color: #fff;
  font: 800 18px Montserrat;
}

.feedbackFOtjfilm__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.feedbackFOtjfilm__rating span {
  color: #fff;
  font: 700 16px Montserrat;
}

.feedbackFOtjfilm__rating ul {
  display: flex;
  gap: 2px;
  list-style: none;
  padding: 0;
}

.feedbackFOtjfilm__rating img {
  width: 16px;
  height: 16px;
}

.feedbackFOtjfilm__card p {
  color: #d9d9d9;
  font: 400 16px 'Open Sans';
  line-height: 1.5;
}

@media (max-width: 992px) {
  .feedbackFOtjfilm__grid {
    grid-template-columns: 1fr;
  }
}

.disclaimerFOtjfilm {
  padding-bottom: 70px;
}

.disclaimerFOtjfilm__box {
  padding: 40px 20px;

  border-radius: 24px;
  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  box-shadow: 0 0 33.4px rgba(253, 222, 254, 0);
}

.disclaimerFOtjfilm__box h2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 12px;
}

.disclaimerFOtjfilm__box p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .disclaimerFOtjfilm__box {
    padding: 30px 16px;
  }

  .disclaimerFOtjfilm__box h2 {
    font-size: 26px;
  }

  .disclaimerFOtjfilm__box p {
    font-size: 15px;
  }
}

.footerFOtjfilm {
  padding: 40px 0;
  background: var(--card, linear-gradient(180deg, #1f1f23 0%, #22253c 100%));
}

.footerFOtjfilm__title {
  text-align: center;
  color: #7db7ff;
  font: 800 48px Montserrat;
  margin-bottom: 30px;
}

.footerFOtjfilm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footerFOtjfilm__col h3 {
  color: #fff;
  text-align: center;
  font: 800 20px Montserrat;
  margin-bottom: 12px;
}

.footerFOtjfilm__col p {
  color: #f2f2f2;
  text-align: center;
  font: 400 16px 'Open Sans';
  line-height: 22px;
}

.footerFOtjfilm__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.footerFOtjfilm__logos img {
  height: 40px;
  object-fit: contain;
}

.footerFOtjfilm__nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 0;
}

.footerFOtjfilm__nav a {
  color: #fff;
  text-decoration: none;
  font: 400 16px 'Open Sans';
}

@media (max-width: 992px) {
  .footerFOtjfilm__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footerFOtjfilm__title {
    font-size: 36px;
  }

  .footerFOtjfilm__logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .footerFOtjfilm__nav ul {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.contactFOtjfilm {
  padding: 80px 0;
}

.contactFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 30px;
}

.contactFOtjfilm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contactFOtjfilm__image img {
  width: 100%;
  display: block;
}

.contactFOtjfilm__desc {
  color: #fff;
  font: 400 16px 'Open Sans';
  margin-bottom: 20px;
}

.contactFOtjfilm__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contactFOtjfilm__form input,
.contactFOtjfilm__form textarea {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: none;
  background: #cfcfcf;

  font: 400 16px 'Open Sans';
}

.contactFOtjfilm__form textarea {
  height: 150px;
  resize: none;
}

.contactFOtjfilm__form button {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4, #3b68f0);

  color: #fff;
  font: 700 16px Montserrat;
  cursor: pointer;
}

.contactFOtjfilm__msg {
  font: 400 14px 'Open Sans';
  margin-top: 8px;
}

.contactFOtjfilm__msg.success {
  color: #4caf50;
}

.contactFOtjfilm__msg.error {
  color: #ff4d4d;
}

@media (max-width: 992px) {
  .contactFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .contactFOtjfilm__image {
    order: 2;
  }
}

.aboutFOtjfilm {
  padding: 80px 0;
}

.aboutFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 40px;
}

.aboutFOtjfilm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.aboutFOtjfilm__image {
  border-radius: 24px;
  overflow: hidden;
}

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

.aboutFOtjfilm__content p {
  color: #fff;
  font: 400 16px 'Open Sans';
  line-height: 22px;
  margin-bottom: 14px;
}

@media (max-width: 992px) {
  .aboutFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .aboutFOtjfilm__image {
    order: 1;
  }

  .aboutFOtjfilm__content {
    order: 2;
  }

  .aboutFOtjfilm__image img {
    height: 440px;
    max-height: none;
  }
}

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

  .aboutFOtjfilm__title {
    font-size: 26px;
  }
}

.featuresFOtjfilm {
  padding: 80px 0;
}

.featuresFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 40px;
}

.featuresFOtjfilm__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
}

.featuresFOtjfilm__item {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  text-align: center;
}

.featuresFOtjfilm__num {
  display: block;
  color: var(--stroke, #6bb2dd);
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 800;
  line-height: 65px;
  margin-bottom: 12px;
}

.featuresFOtjfilm__item h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 10px;
}

.featuresFOtjfilm__item p {
  color: #f2f2f2;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .featuresFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .featuresFOtjfilm__num {
    font-size: 60px;
  }
}
.gameFOtjfilm {
  padding: 80px 0;
}

.gameFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 30px;
}

.gameFOtjfilm__frame {
  width: 100%;
  max-width: 851.72px;
  margin: 0 auto 30px;

  border-radius: 24px;
  overflow: hidden;

  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);

  position: relative;

  aspect-ratio: 16 / 9;
}

.gameFOtjfilm__frame iframe {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  border: none;
  display: block;
}

.gameFOtjfilm__loader {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(20, 20, 30, 0.6);

  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.gameFOtjfilm__loader.active {
  opacity: 1;
}

.gameFOtjfilm__loader::after {
  content: '';
  width: 42px;
  height: 42px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #3b68f0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.gameFOtjfilm__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.gameFOtjfilm__btn {
  padding: 16px 40px;
  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4 0%, #3b68f0 100%);
  color: #fff;
  font: 700 16px Montserrat;
  cursor: pointer;

  transition: 0.3s;
}

.gameFOtjfilm__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 104, 240, 0.4);
}

.gameFOtjfilm__likes {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 16px 30px;
  border-radius: 10px;
  border: 1px solid #6bb2dd;

  color: #fff;
  font: 600 16px Montserrat;

  transition: 0.3s;
}

.gameFOtjfilm__likes:hover {
  background: rgba(255, 255, 255, 0.05);
}

.gameFOtjfilm__likes img {
  width: 18px;
  height: 18px;
}

@media (max-width: 992px) {
  .gameFOtjfilm__frame {
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .gameFOtjfilm__actions {
    flex-direction: column-reverse;
  }

  .gameFOtjfilm__btn,
  .gameFOtjfilm__likes {
    width: 100%;
    justify-content: center;
  }
}

.sliderFOtjfilm {
  padding: 80px 0;
}

.sliderFOtjfilm__title {
  text-align: center;
  color: #fff;
  font: 800 32px Montserrat;
  margin-bottom: 40px;
}

.sliderFOtjfilm__wrap {
  position: relative;
}

.sliderFOtjfilm__list {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.sliderFOtjfilm__item {
  flex-shrink: 0;

  padding: 16px;
  border-radius: 24px;
  border: 1px solid #6bb2dd;
  background: linear-gradient(180deg, #1f1f23 0%, #22253c 100%);
  width: 350px;
}

.sliderFOtjfilm__item img {
  width: 100%;
  border-radius: 16px;
}

.sliderFOtjfilm__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.sliderFOtjfilm__top h3 {
  color: #fff;
  font: 800 18px Montserrat;
}

.sliderFOtjfilm__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.sliderFOtjfilm__rating img {
  width: 14px;
}

.sliderFOtjfilm__rating .num {
  color: #fff;
  font: 400 12px Montserrat;
}

.sliderFOtjfilm__rating .count {
  color: #a7a7a7;
  font: 400 12px Montserrat;
}

.sliderFOtjfilm__btn {
  display: block;
  text-align: center;
  padding: 12px;

  border-radius: 10px;
  border: 1px solid #8fa4f6;
  background: linear-gradient(180deg, #8497e4, #3b68f0);

  color: #fff;
  text-decoration: none;
  font: 700 14px Montserrat;
  margin-bottom: 10px;
}

.sliderFOtjfilm__likes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;

  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6bb2dd;

  color: #fff;
  font: 600 14px Montserrat;
}

.sliderFOtjfilm__likes img {
  width: 16px;
}

.sliderFOtjfilm__arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  border-radius: 10px;
  border: none;

  background: linear-gradient(180deg, #8497e4, #3b68f0);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

.sliderFOtjfilm__arrow.left {
  left: -15px;
}

.sliderFOtjfilm__arrow.right {
  right: -15px;
}

@media (max-width: 768px) {
  .sliderFOtjfilm__list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .sliderFOtjfilm__item {
    min-width: 85%;
    scroll-snap-align: start;
    width: 260px;
  }

  .sliderFOtjfilm__arrow {
    display: none;
  }
}

.accountFOtjfilm {
  padding: 80px 0;
}

.accountFOtjfilm__grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: center;
}

.accountFOtjfilm__avatar {
  overflow: hidden;
}

.accountFOtjfilm__avatar img {
  width: 100%;
  display: block;
}

.accountFOtjfilm__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accountFOtjfilm__item span {
  display: block;
  color: #a7a7a7;
  font: 400 14px 'Open Sans';
  margin-bottom: 5px;
}

.accountFOtjfilm__item strong {
  color: #fff;
  font: 800 20px Montserrat;
  line-height: 26px;
}

@media (max-width: 992px) {
  .accountFOtjfilm__grid {
    grid-template-columns: 1fr;
  }

  .accountFOtjfilm__avatar {
    max-width: 280px;
    margin: 0 auto;
  }

  .accountFOtjfilm__item strong {
    font-size: 18px;
  }
}

.terms {
  padding: 70px 0;
  word-wrap: break-word;
}

.terms h1 {
  color: var(--white, #fff);
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 24px;
}

.terms p {
  color: var(--text_gray, #f6f6f6);

  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}

.terms a {
  color: var(--text_gray, #f6f6f6);

  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}

.terms h2 {
  color: var(--white, #fff);

  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 24px;
}

.terms ul {
  list-style: disc;
  margin-bottom: 24px;
}

.terms ul li {
  list-style-type: disc;
  color: var(--text_gray, #f6f6f6);

  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 20px;
}
