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

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

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

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

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

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

@font-face {
  font-family: "gamesareaonline_alegreya_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(../gamesareaonline-fonts/gamesareaonline_alegreya_regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "gamesareaonline_bree_serif_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(../gamesareaonline-fonts/gamesareaonline_bree_serif_regular.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "gamesareaonline_alegreya_regular", sans-serif;
  --background-page: #fff;
  --main: var(--black);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.gamesareaonline_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 40px;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

h4 {
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

p,
li {
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer a {
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer p {
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer h3 {
  font-size: 14px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
  }
}

.btn {
  border-radius: 30px;
  background: var(--orange, #ffb22b);
  color: var(--black);
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  padding: 12px 32px;
  width: fit-content;
  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.gamesareaonline_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gamesareaonline_terms_container {
  padding: 50px 0 50px;
  color: var(--black);
}

.gamesareaonline_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .gamesareaonline_terms h1 {
    font-size: 16px;
  }
}

.gamesareaonline_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.gamesareaonline_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .gamesareaonline_terms h2 {
    font-size: 16px;
  }
}

.gamesareaonline_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.gamesareaonline_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.gamesareaonline_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.gamesareaonline_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.gamesareaonline_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--black);
  font-weight: 400;
}

.gamesareaonline_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .gamesareaonline_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .gamesareaonline_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gamesareaonline_header {
  margin: 40px 0;
  padding: 18px 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .gamesareaonline_header {
    margin: 0;
    margin-bottom: 40px;
  }
  .gamesareaonline_header {
    border-radius: 0 0 20px 20px;
    padding: 18px 8px;
  }
}

header .gamesareaonline_logo img {
  width: 105px;
  height: 34px;
}

.gamesareaonline_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
}

@media (max-width: 340px) {
  .gamesareaonline_header__container {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .gamesareaonline_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .gamesareaonline_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

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

.gamesareaonline_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .gamesareaonline_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .gamesareaonline_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.gamesareaonline_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gamesareaonline_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gamesareaonline_nav__list {
  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: 40px;
}

@media (max-width: 991px) {
  .gamesareaonline_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .gamesareaonline_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

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

.gamesareaonline_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--black);
}

@media (max-width: 991px) {
  .gamesareaonline_nav__link {
    color: var(--white);
  }
}

@media (any-hover: hover) {
  .gamesareaonline_nav__link:hover {
    color: var(--hover-a);
  }
}

.gamesareaonline_nav__link:focus-visible {
  color: var(--hover-a);
}

.gamesareaonline_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.gamesareaonline_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .gamesareaonline_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gamesareaonline_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 8px;
}

.gamesareaonline_header__menu {
  width: 100%;
}

.gamesareaonline_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gamesareaonline_nav__item {
  color: #fff;
}

.wrapper_leng_burger_mob {
  display: none;
}

@media (max-width: 991px) {
  .wrapper_leng_burger_mob {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .gamesareaonline_nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wrapper_leng_desk {
    display: none;
  }
}

.gamesareaonline_nav__link_active {
  color: #7c6a03;
}

/* leng_switcher */

.leng_img {
  width: 24px;
  height: 17px;
}
.lang_switcher_ul {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.lang_switcher_ul_li_a {
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang_switcher__btn {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--black);
  font-family: "gamesareaonline_bree_serif_regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lang_switcher_ul_active {
  display: flex;
  position: absolute;
  top: 124px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 0.9);
  padding: 10px;
}

@media (max-width: 991px) {
  .gamesareaonline_nav {
    width: fit-content;
    margin: 0 auto;
  }
  .lang_switcher_ul_active {
    top: 73px;
  }
}

.wrapper_leng_btn {
  display: flex;
  align-items: center;
  gap: 48px;
}

.gamesareaonline_nav__list_btn_wrapper {
  gap: 24px;
}

.btn_hed_black {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid white;
}

@media (max-width: 1050px) {
  .gamesareaonline_header__container,
  .wrapper_leng_btn {
    gap: 32px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: var(--black, #010101);
  color: var(--white);
}

.gamesareaonline_footer_links {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

@media (max-width: 480px) {
  .gamesareaonline_footer_nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form_contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popap log/reg */
/* !!!!!!!!!!!!!!!!!!!!!!! */

button {
  color: #fff;
}

.gamesareaonline_form_popap_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gamesareaonline_form_popap {
  padding: 40px;
  width: 100%;
  max-width: 630px;
  border-radius: 20px;
  background: #010101;
}

.gamesareaonline_form_popap h3 {
  color: var(--white);
  font-size: 36px;
  text-transform: uppercase;
}

.form_page_input {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--Grey_input, #999);
  background: var(--white, #f9f9f9);
  color: var(--Grey_input, #999);
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 16px;
}

.form_page_reg .btn {
  width: 100%;
  max-width: 248px;
}

.gamesareaonline_form_popap_wrapper {
  display: none;
}

.gamesareaonline_form_popap_wrapper_active {
  display: flex;
}

.form_page_input {
  width: 100%;
  max-width: 100%;
}

.heve_account {
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 14px;
}

.wrapper_forgot {
  width: 100%;
  text-align: end;
}

@media (max-width: 991px) {
  .gamesareaonline_form_popap {
    padding: 32px;
  }
  .gamesareaonline_form_popap h3 {
    font-size: 24px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup AGE */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 500px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 10px;
  border: 1px solid var(--orange, #ffb22b);
  background: #020023;

  backdrop-filter: blur(12.5px);
  padding: 32px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.popup__text p {
  font-size: 16px;

  padding-top: 24px;
  padding-bottom: 24px;
}

.wrapper_age_btn .btn {
  width: 100%;
}

@media (max-width: 768px) {
  .popup__content {
    padding: 24px;
  }
  .popup__text h3 {
    font-size: 24px;
  }
}

@media (max-width: 340px) {
  .popup__text h3 {
    font-size: 20px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;

  border-radius: 10px;
  border-top: 2px solid var(--orange, #ffb22b);
  background: var(--black, #010101);

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

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 100%;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.cookie_banner_container {
  padding: 32px;
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.cookie-content {
  max-width: 694px;
}
.cookie-content h3 {
  color: var(--white);
  font-size: 38px;
  text-transform: uppercase;
}

.cookie-content p {
  color: var(--white);
  font-size: 16px;
}

.cookie_buttons {
  display: flex;
  height: fit-content;

  gap: 24px;
}
#more-info {
  color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--white, #f9f9f9);
  background: var(--black);
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .cookie_buttons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .cookie_banner_container {
    flex-direction: column;
    text-align: center;
  }
  .cookie_buttons {
    margin: 0 auto;
    align-items: center;
    gap: 16px;
  }
  .cookie-content h3 {
    color: var(--white);
    font-size: 24px;
  }
  .cookie_banner_container {
    padding: 24px;
  }
}
@media (max-width: 400px) {
  .cookie_buttons {
    width: 100%;
  }
  .cookie_buttons .btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 330px) {
  .cookie_buttons .btn {
    padding: 12px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.bg_home_about {
  height: 100%;
}

.bg_home_about {
  background: url(../gamesareaonline-img/gamesareaonline-bg-home-about.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg_games_contact {
  background: url(../gamesareaonline-img/gamesareaonline-bg-games-contact.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .bg_home_about {
    background: url(../gamesareaonline-img/gamesareaonline-bg-mob.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* gamesareaonline_home_sect_1 */

.gamesareaonline_home_sect_1_container {
  padding: 32px 32px 0 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.gamesareaonline_home_sect_1_img_wrapper_mob {
  display: none;
}

@media (max-width: 860px) {
  .gamesareaonline_home_sect_1_img_wrapper_mob {
    display: block;
  }
  .gamesareaonline_home_sect_1_img_wrapper_desk {
    display: none;
  }
  .gamesareaonline_home_sect_1_container {
    padding: 24px 16px;
  }
  .gamesareaonline_home_sect_1_text {
    align-items: center;
    gap: 16px;
  }
  .gamesareaonline_home_sect_1_text .btn {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .gamesareaonline_home_sect_1_img {
    object-fit: cover;
    width: 100%;
  }
}

/* gamesareaonline_home_sect_2 */

.gamesareaonline_home_sect_2_container {
  padding: 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.gamesareaonline_home_sect_2_form {
  max-width: 704px;
}

.wrapper_input {
  display: flex;
  gap: 16px;
}
.input_contact {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--Grey_input, #999);
  background: var(--white, #f9f9f9);
  width: 100%;
  font-size: 16px;
}

.fx_checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fx_checkbox_input {
  width: 100%;
  max-width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--Grey_input, #999);
  background: var(--white, #f9f9f9);
}

.fx_checkbox_arrow {
  content: url(../gamesareaonline-img/gamesareaonline-checkbox-arrow.webp);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 2px;
}

/* Галочка появляется только при :checked */
.fx_checkbox_input:checked + .fx_checkbox_arrow {
  content: url("../gamesareaonline-img/gamesareaonline-checkbox-arrow.webp");
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* Ховер */
.fx_checkbox:hover .fx_checkbox_arrow {
  border-color: #666;
}

/* Фокус клавиатурой */
.fx_checkbox_input:focus-visible + .fx_checkbox_arrow {
  outline: 2px solid #6cc3ff;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .gamesareaonline_home_sect_2_container {
    flex-direction: column-reverse;
  }
  .gamesareaonline_home_sect_2_img {
    height: 274px;
  }
  .gamesareaonline_home_sect_2_container {
    padding: 24px 16px;
  }
}

@media (max-width: 650px) {
  .wrapper_input {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .gamesareaonline_home_sect_2_form h2 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .gamesareaonline_home_sect_2_form .btn {
    width: 100%;
  }
  .gamesareaonline_home_sect_2_btn_p {
    text-align: center;
  }
}

/* gamesareaonline_home_sect_3 */

.gamesareaonline_home_sect_3_container {
  padding: 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.gamesareaonline_home_sect_3_container h2 {
  text-transform: none;
}

@media (max-width: 768px) {
  .gamesareaonline_home_sect_3_container {
    padding: 24px 16px;
  }
  .gamesareaonline_home_sect_3_container h2 {
    margin-bottom: 16px;
    text-align: start;
  }
}
@media (max-width: 650px) {
  .gamesareaonline_home_sect_3_container h2 {
    text-align: start;
  }
  .gamesareaonline_home_sect_3_ul {
    text-align: start;
    align-items: start;
  }
}

/*  gamesareaonline_home_sect_4*/

.games_img {
  width: 100%;
  max-width: 280px;
  height: 280px;
}

.gamesareaonline_home_sect_2_ul_li {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  width: fit-content;
}

.gamesareaonline_home_sect_2_ul_li img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/* затемняющий фон поверх картинки */
.gamesareaonline_home_sect_2_ul_li .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gamesareaonline_home_sect_2_ul_li h3 {
  color: var(--white);
}

/* кнопка */
.gamesareaonline_home_sect_2_ul_li .btn {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* эффекты при наведении */
.gamesareaonline_home_sect_2_ul_li:hover img {
  transform: scale(1.05);
}

.gamesareaonline_home_sect_2_ul_li:hover .overlay {
  opacity: 1;
}

.gamesareaonline_home_sect_2_ul_li:hover .btn {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 991px) {
  .gamesareaonline_home_sect_2_ul {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .gamesareaonline_home_sect_2_ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .gamesareaonline_home_sect_2_ul_li {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .gamesareaonline_home_sect_2_ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .gamesareaonline_home_sect_2_ul_li {
    width: 100%;
    max-width: 100%;
  }
  .btn_slots {
    width: 100%;
    max-width: 100%;
  }
  .games_img {
    width: 100%;
    max-width: 100%;
  }
}

/* gamesareaonline_home_sect_5 */

.gamesareaonline_home_sect_5 {
  padding: 32px 0;
  background: var(--white, #f9f9f9);
}

.gamesareaonline_home_sect_5_text h2 {
  text-transform: none;
}
.gamesareaonline_home_sect_5_text {
  max-width: 866px;
}

.gamesareaonline_home_sect_5_img_wrapper_mob {
  display: none;
}
.gamesareaonline_home_sect_5_img_wrapper_desk {
  display: block;
}

@media (max-width: 860px) {
  .gamesareaonline_home_sect_5_img_wrapper_desk {
    display: none;
  }
  .gamesareaonline_home_sect_5_img_wrapper_mob {
    display: block;
  }
  .gamesareaonline_home_sect_5_text {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .gamesareaonline_home_sect_5_text .btn {
    width: 100%;
  }
}

/* gamesareaonline_home_sect_6 */

.gamesareaonline_home_sect_6_container {
  padding: 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.gamesareaonline_home_sect_6_container h2 {
  text-transform: none;
}

/* gamesareaonline_home_sect_7 */

.gamesareaonline_home_sect_7_li {
  width: 100%;
  padding: 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .gamesareaonline_home_sect_7_container {
    gap: 16px;
  }
  .gamesareaonline_home_sect_7_li {
    padding: 16px;
  }
}

@media (max-width: 800px) {
  .gamesareaonline_home_sect_7_container {
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gamesareaonline_home_sect_7_li {
    max-width: 328px;
  }
}
@media (max-width: 700px) {
  .gamesareaonline_home_sect_7_li {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .gamesareaonline_home_sect_7 .btn {
    width: 100%;
  }
}

/* gamesareaonline_home_sect_8 */

.gamesareaonline_home_sect_8 {
  background: #f2a261;
  margin-bottom: 0;
  padding: 32px 0;
}

.gamesareaonline_home_sect_8_wrapper_ul {
  border-radius: 30px;
  background: var(--Grey_header, #eaebec);
  padding: 16px;
}
.gamesareaonline_home_sect_8_ul {
  background: var(--white, #f9f9f9);
  border-radius: 20px;
}

.gamesareaonline_home_sect_8_ul_li:not(:last-child) {
  border-bottom: 1px solid var(--Grey_input, #999);
}
.gamesareaonline_home_sect_8_ul_li {
  padding: 16px 32px;
}

@media (max-width: 991px) {
  .gamesareaonline_home_sect_8_container h3 {
    font-size: 16px;
  }
  .gamesareaonline_home_sect_8_wrapper_ul {
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .gamesareaonline_home_sect_8_ul_li_person_img {
    width: 32px;
    height: 32px;
  }
  .gamesareaonline_home_sect_8_ul_li_person_numb_img {
    width: 16px;
    height: 16px;
  }
  .gamesareaonline_home_sect_8_ul_li {
    padding: 8px 18px;
  }
  .gamesareaonline_home_sect_8_ul_li_wrapper_person {
    gap: 8px;
  }
}

/* gamesareaonline_contact_sect_3 */

.gamesareaonline_contact_sect_3_wrapper_hed {
  padding: 32px;
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}

.input_contact_message {
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 40px;
  background: rgba(249, 249, 249, 0.7);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25), 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
.message_form {
  height: 200px;
}

@media (max-width: 480px) {
  .wrapper_input_message {
    flex-direction: column;
  }
  .gamesareaonline_contact_sect_3_container .form_message {
    gap: 16px;
  }
  .wrapper_input_message {
    gap: 16px;
  }
}

.form_contact_btn_here {
  color: #010101 !important;
  font-family: "gamesareaonline_alegreya_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
