* {
  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: "ghkdewrobotomonolight";
  font-weight: 100 900;
  font-style: normal;
  src: url(../folderghkdew/ghkdewrobotomonolight.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ghkdewspacemonobold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../folderghkdew/ghkdewspacemonobold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "ghkdewrobotomonolight", sans-serif;
  --background-page: #2e1a73;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --body-color: #393937;
  --accent-color: #03e9f4;
  --white-color: #fff;
  --box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.ghkdew_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: 1220px;
  margin: 0 auto;
}

section {
  padding: 40px 0;
}

.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: "ghkdewspacemonobold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "ghkdewspacemonobold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

h3 {
  font-family: "ghkdewspacemonobold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

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

footer a {
  color: var(--white_drey, #eae4dd);
  font-family: "ghkdewrobotomonolight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer p {
  font-family: "ghkdewrobotomonolight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }
}

.btn {
  border-radius: 4px;
  border: 1px solid var(--white, #f9f9f9);

  font-family: "ghkdewspacemonobold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 12px;
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
}

.btn_transparent {
  color: var(--white);
}
.btn_red {
  color: #7b1313;
}

.btn_transparent:hover {
  background: var(--white);
}

/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --accent-color: #03e9f4;
  --color-text: #7b1313;
  --white-color: #fff;
  --box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

.button-animation {
  position: relative;

  color: var(--color-text);

  overflow: hidden;

  transition: 0.5s;
  background: var(--white);
}

.button-animation span {
  position: absolute;
  display: block;
}

/* Верхняя линия */
.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-color));
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

/* Правая линия */
.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--accent-color));
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

/* Нижняя линия */
.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, var(--accent-color));
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

/* Левая линия */
.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--accent-color));
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.button-animation:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

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

.ghkdew_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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.ghkdew_terms_container {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--Color_lilo, #c6a9d9);
}

.ghkdew_terms_container h2 {
  font-size: 24px;
}

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

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

.wrapper_header {
  padding: 24px 0;
  background: var(--Color_lilo, #c6a9d9);
}

.ghkdew_header_age {
  color: var(--Color_blue, #2e1a73);
}

.ghkdew_header_age p {
  font-size: 16px;
}
.ghkdew_header_age h3 {
  font-size: 18px;
}
header .ghkdew_logo img {
  width: 110px;
  height: 11px;
}

.ghkdew_nav__link {
  color: var(--Color_blue, #2e1a73);
}

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

@media (max-width: 768px) {
  .wrapper_header {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }

  .ghkdew_header {
    padding: 16px 0;
    background: var(--Color_lilo, #c6a9d9);
  }
  .ghkdew_header_age {
    text-align: start;
    padding: 4px 16px;
    background: var(--Color_lilo, #2e1a73);
    color: var(--white);
  }
}

.ghkdew_nav__link_active {
  font-family: "ghkdewspacemonobold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ghkdew_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: 20px;
}

@media (max-width: 991px) {
  .ghkdew_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) {
  .ghkdew_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

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

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

.ghkdew_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: 30px;
}

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

@media (max-width: 991px) {
  .ghkdew_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) {
  .ghkdew_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ghkdew_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

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

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

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

.ghkdew_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) {
  .ghkdew_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

footer {
  padding: 40px 0;
  background: #2e1a73;
}

.ghkdew_footer_dis {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #ffb3ed;
}

footer h3 {
  text-transform: none;
  font-size: 14px;
}

.ghkdew_footer_dis p {
  font-size: 14px;
}

.ghkdew_footer_contact,
.ghkdew_footer_cookie {
  width: 50%;
}

.ghkdew_footer_p {
  color: var(--Grey_input, #999);
  font-size: 14px;
}

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

@media (max-width: 768px) {
  .ghkdew_footer_nav_pol {
    flex-direction: column;
    gap: 4px;
  }
  .ghkdew_footer_adr_cook {
    flex-direction: column;
    gap: 24px;
  }
  .ghkdew_footer_contact,
  .ghkdew_footer_cookie {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ghkdew_footer_nav {
    flex-direction: column;
    gap: 4px;
  }
}

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

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

/* AGE */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.display_none {
  display: none;
}
.popup {
  position: fixed;
  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: 530px;
  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 {
  color: var(--white);
  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;
  }
}

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

/* ghkdew_home_sect_2 */

.ghkdew_home_sect_2_container {
  gap: 80px;
}

.ghkdew_home_sect_2_img {
  object-fit: cover;
}
.ghkdew_home_sect_2_text p {
  font-size: 14px;
}

@media (max-width: 1250px) {
  .ghkdew_home_sect_2_container {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .ghkdew_home_sect_2_container {
    flex-direction: column-reverse;
  }
  .ghkdew_home_sect_2_img {
    height: 250px;
  }
}

/* ghkdew_home_sect_4 */

.ghkdew_home_sect_4 {
  background: url(../imgfolder/ghkdew-hom-secti3-bgsdwd.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.ghkdew_home_sect_4_wrapper_iframe iframe {
  width: 100%;
  height: 587px;
}

/* контейнер */
.ghkdew_home_sect_4_wrapper_iframe {
  position: relative;
  isolation: isolate; /* чтобы z-index работал ожидаемо */
}

/* оверлей блокирует клики и затемняет фон */
.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  z-index: 2;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* кнопка без сдвигов */
.ghkdew_home_sect_4_btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

/* пока не нажато — игра не кликабельна */
.ghkdew_home_sect_4_wrapper_iframe:not(.is-ready) iframe {
  pointer-events: none;
}

/* после клика скрываем оверлей и включаем клики */
.ghkdew_home_sect_4_wrapper_iframe.is-ready .play-overlay {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .ghkdew_home_sect_4_wrapper_iframe iframe {
    height: 487px;
  }
}

@media (max-width: 768px) {
  .ghkdew_home_sect_4_wrapper_iframe iframe {
    height: 387px;
  }
}
@media (max-width: 550px) {
  .ghkdew_home_sect_4_wrapper_iframe iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .ghkdew_home_sect_4_btn img {
    max-width: 430px;
  }
}

@media (max-width: 400px) {
  .ghkdew_home_sect_4_wrapper_iframe iframe {
    height: 200px;
  }
  .ghkdew_home_sect_4_container .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* ghkdew_home_sect_5 */

.ghkdew_home_sect_5_ul {
  gap: 36px;
}
.ghkdew_home_sect_5_ul_li {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.ghkdew_home_sect_5_ul_li_ball {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 1000px;
  background: var(--fiolet, #e2c4ff);
  box-shadow: 0 0 60px 0 rgba(255, 255, 255, 0.8);
  color: var(--Color_blue, #2e1a73);
  font-family: "ghkdewspacemonobold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.ghkdew_home_sect_5_ul_li_content {
  height: 100%;
  padding: 16px;
  border-radius: 10px;
  background: var(--Color_blue, #2e1a73);
  box-shadow: 0 4px 12px 0 #ffb3ed;
}

.ghkdew_home_sect_5_ul_li_content p {
  font-size: 14px;
}

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

@media (max-width: 768px) {
  .ghkdew_home_sect_5_ul {
    flex-direction: column;
  }
  .ghkdew_home_sect_5_ul_li {
    gap: 8px;
  }
}

/* ghkdew_about_sect_2 */

.ghkdew_about_sect_2_img {
  object-fit: cover;
  object-position: center;
  max-width: 480px;
}

.ghkdew_about_sect_2_container {
  gap: 80px;
}

@media (max-width: 1250px) {
  .ghkdew_about_sect_2_container {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .ghkdew_about_sect_2_container {
    flex-direction: column-reverse;
  }
  .ghkdew_about_sect_2_img {
    max-width: 100%;
    height: 250px;
    object-position: bottom;
  }
}

/* ghkdew_contact */

.ghkdew_contact {
  background: url(../imgfolder/ghkdew-contbgs.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.ghkdew_contact_container {
  padding: 32px 24px;
  border-radius: 20px;
  background: var(--Color_lilo, #c6a9d9);
}

.form_contact {
  width: 100%;
}

.form_contact .btn {
  margin: 0 auto;
}

.input_contact,
textarea {
  padding: 15px 20px;
  border-radius: 8px;
  background: var(--white, #f9f9f9);
  color: var(--grey_2, #6b6b6b);
}

@media (max-width: 991px) {
  .ghkdew_contact_container {
    padding: 16px;
  }
  .ghkdew_contact_container {
    flex-direction: column-reverse;
  }
  .ghkdew_contact_img {
    height: 268px;
    border-radius: 10px;
    object-fit: cover;
  }
}
