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

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

.container {
  max-width: 1320px;
  margin: 0 auto;
}

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

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

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "pounamuplay_NotoSans", sans-serif;
  --background-page: #17182a;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --hover-a: #a09f9f;
}

.pounamuplay_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "pounamuplay_NotoSans";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pounamuplay-fonts/pounamuplay_NotoSans.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "pounamuplay_YesevaOne_400";
  font-weight: 400;
  font-style: normal;
  src: url(/pounamuplay-fonts/pounamuplay_YesevaOne_400.woff2) format("woff2");
  font-display: swap;
}

h1 {
  font-family: "pounamuplay_YesevaOne_400";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 96px */
  text-transform: uppercase;
}

h2 {
  font-family: "pounamuplay_YesevaOne_400";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

h3 {
  font-family: "pounamuplay_YesevaOne_400";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

p {
  font-family: "pounamuplay_NotoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

header a {
  font-family: "pounamuplay_NotoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

footer a {
  font-family: "pounamuplay_NotoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 65px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }
  footer a {
    font-size: 14px;
  }
}

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

.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-20 {
  padding-bottom: 20px;
}

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

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

.pounamuplay_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: 3px;
}

.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-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

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

.pounamuplay_header {
  background: #17182a;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
}

.pounamuplay_header__container {
  max-width: 1400px;

  margin: 0 auto;
}
.pounamuplay_logo_img_wrapper {
  align-items: center;
  margin-bottom: 20px;
}

.pounamuplay_logo_img_logo {
  width: 24px;
  height: 24px;
}

.pounamuplay_logo_img_text {
  width: 161.844px;
  height: 14.38px;
}

.pounamuplay_nav__link_active {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid #e7fc55;
  background: rgba(231, 252, 85, 0.1);
  color: #e7fc55;
}

.pounamuplay_burger {
  padding: 8px 10px;
  border-radius: 20px;
  border: 1px solid #e7fc55;
  background: rgba(230, 252, 85, 0.674);
}

.pounamuplay_header__container_logo_text {
  background: linear-gradient(90deg, #e7fc55 0%, rgba(231, 252, 85, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

@media (max-width: 991px) {
  .pounamuplay_logo_img_wrapper {
    margin-bottom: 10px;
  }
  .pounamuplay_header__container_logo_text {
    font-size: 12px;
  }
}

.pounamuplay_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: 320px) {
  .pounamuplay_header__container {
    gap: 10px;
  }
}

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

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

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

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

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

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

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

.pounamuplay_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) {
  .pounamuplay_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

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

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

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

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

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

.pounamuplay_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: 44px;
  height: 37px;
  background: rgba(231, 252, 85, 0.15);
}

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

.pounamuplay_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e7fc55;
  border-radius: 8px;
}

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

footer {
  background-color: #070707;
  padding: 100px 0 32px;
}

.pounamuplay_footer_content_lc {
  max-width: 570px;
}

.pounamuplay_footer_content_rc_ul_nav li {
  list-style: disc;
  margin-left: 20px;
}

.pounamuplay_footer_content_rc_ul_nav li::marker {
  color: #e7fc55;
}
.pounamuplay_footer_content {
  padding-bottom: 40px;
  border-bottom: 2px solid #303030;
}

.pounamuplay_footer_bottom_block {
  padding-top: 40px;
}

.pounamuplay_footer_bottom_block p {
  color: rgba(254, 253, 252, 0.7);
}

footer .pounamuplay_sect_1_mobile_text {
  margin-top: 32px;
  display: flex;
}

.pounamuplay_footer_img_18 {
  content: url(/pounamuplay-img/PounamuPlay_19+.webp);
}

@media (max-width: 991px) {
  footer {
    padding: 40px 0 32px;
  }
}

@media (max-width: 500px) {
  .pounamuplay_footer_content {
    flex-direction: column;
  }
  .pounamuplay_footer_content {
    padding-bottom: 20px;
  }
  .pounamuplay_footer_bottom_block {
    padding-top: 20px;
  }
}

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

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

.gap-32 {
  gap: 32px;
}

.pounamuplay_sect_1 {
  padding: 200px 0 100px;
}

.pounamuplay_sect_1_img_bg {
  width: 500px;
  height: 410px;
  object-position: center;
  object-fit: contain;
  position: relative;
}

.pounamuplay_sect_1_text {
  max-width: 550px;
}

.pounamuplay_sect_1_img {
  width: 130%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.pounamuplay_sect_1_mobile_text {
  display: none;
  width: 100%;
  max-width: 600px;
}

.pounamuplay_sect_1_mobile_text_green {
  font-family: "pounamuplay_YesevaOne_400";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  letter-spacing: 0.48px;
  text-transform: uppercase;

  background: linear-gradient(270deg, #e7fc55 0%, rgba(231, 252, 85, 0.18) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.pounamuplay_sect_1_mobile_text_p {
  font-family: "pounamuplay_NotoSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.56px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .pounamuplay_sect_1_mobile_text {
    display: flex;
  }
  .pounamuplay_sect_1 {
    padding: 100px 0 0;
  }
  .pounamuplay_sect_1_container {
    flex-direction: column;
  }
  .pounamuplay_sect_1_text h1 {
    text-align: center;
  }
  .pounamuplay_sect_1_text p {
    text-align: center;
  }

  .pounamuplay_sect_1_img {
    width: 110%;
  }
  .pounamuplay_sect_1_img_bg {
    width: 400px;
    height: 350px;
  }
}

@media (max-width: 480px) {
  .pounamuplay_sect_1_img_bg {
    width: 280px;
    height: 220px;
  }
  .pounamuplay_sect_1_img {
    bottom: 23px;
  }
}

@media (max-width: 358px) {
  .pounamuplay_sect_1_mobile_text {
    justify-content: center;
  }
}

.pounamuplay_sect_2 {
  padding: 100px 0;
}

.pounamuplay_sect_2_cards {
  margin-top: 100px;
}

.pounamuplay_sect_2_card {
  width: 100%;
  max-width: 286px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  height: 400px;
}
.pounamuplay_sect_2_card_img_wrapper {
  border-radius: 40px;
  border: 1px solid #fff;
  background: linear-gradient(270deg, #e7fc55 0%, rgba(231, 252, 85, 0.21) 100%);
  padding: 20px;
  width: fit-content;
}

.sect_2_width_img {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (max-width: 480px) {
  .sect_2_width_img {
    width: 23px;
    height: 23px;
  }
  .pounamuplay_sect_2_card {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    height: 205px;
    padding: 24px 16px;
  }
  .pounamuplay_sect_2_card_img_wrapper {
    padding: 10px;
  }
  .pounamuplay_sect_2_cards {
    margin-top: 40px;
    gap: 10px;
  }
}

.pounamuplay_sect_3 {
  padding: 100px 0;
}

.pounamuplay_sect_3_text_wrapper {
  margin-top: 100px;
  padding: 40px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.pounamuplay_sect_3_text_togles {
  margin-bottom: 32px;
}

.pounamuplay_sect_3_text_togle {
  padding: 8px 20px;
  border-radius: 20px;
  background: rgba(108, 108, 108, 0.1);
}

.pounamuplay_sect_3_text_togle p {
  white-space: nowrap;
}

.pounamuplay_sect_3_text {
  max-height: 300px;
  overflow-y: auto;
}

.pounamuplay_sect_3_text_togle_activ {
  background: rgba(231, 252, 85, 0.44);
}

.pounamuplay_sect_3_text p {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .pounamuplay_sect_3 {
    padding: 0 0 40px;
  }
  .pounamuplay_sect_3_text_wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .pounamuplay_sect_3_text_togles {
    gap: 16px;
  }
  .pounamuplay_sect_3_text_togle p {
    font-size: 14px;
  }

  .pounamuplay_sect_3_text_togle {
    padding: 8px 10px;
  }
  .pounamuplay_sect_3_text_wrapper {
    padding: 24px 16px;
  }

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

.pounamuplay_sect_4 {
  padding: 100px 0;
}

.pounamuplay_sect_4_games_wrapper {
  margin-top: 100px;
}

.pounamuplay_sect_4_game {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 24px;
  width: 381px;
  height: 245px;
}

.pounamuplay_sect_4_btn_play {
  color: var(--black);
  border-radius: 20px;
  background: rgba(231, 252, 85, 0.5);
  backdrop-filter: blur(5px);
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .pounamuplay_sect_4 {
    padding: 0 0 40px;
  }
  .pounamuplay_sect_4_games_wrapper {
    margin-top: 10px;
  }
  .pounamuplay_sect_4_games_wrapper {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .pounamuplay_sect_4_game {
    height: 215px;
  }
}

.pounamuplay_sect_5 {
  padding: 100px 0;
}

.pounamuplay_sect_5_wrapper_ul {
  margin-top: 100px;
}

.gap-16 {
  gap: 16px;
}
.pounamuplay_sect_5_wrapper_ul_li {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  padding: 24px 16px;
}

.pounamuplay_sect_5_wrapper_ul_li_hed_wrapper {
  padding-bottom: 16px;
  border-bottom: 2px solid #4b4747;
}

.pounamuplay_sect_5_wrapper_ul_li_hed_rocet_text {
  gap: 32px;
}

.pounamuplay_sect_5_wrapper_ul_li_hed_rocet {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: linear-gradient(270deg, #e7fc55 0%, rgba(231, 252, 85, 0.21) 100%);
}

.pounamuplay_sect_5_wrapper_ul_li_hed_rocet_img {
  content: url(/pounamuplay-img/PounamuPlay-sect-5-rocket.svg);
  object-fit: contain;
}

.pounamuplay_sect_5_wrapper_ul_li_p {
  padding: 24px 24px 0;
  display: none;
  overflow: hidden;
}
.pounamuplay_sect_5_wrapper_ul_li_p.visible {
  display: block;
}

@media (max-width: 991px) {
  .pounamuplay_sect_5 {
    padding: 0 0 40px;
  }
  .pounamuplay_sect_5_wrapper_ul {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .pounamuplay_sect_5_wrapper_ul_li_hed_rocet_text {
    gap: 10px;
  }
  .pounamuplay_sect_5_wrapper_ul_li_hed_rocet {
    padding: 10px;
  }
  .pounamuplay_sect_5_wrapper_ul_li_hed_rocet_img {
    width: 20px;
    height: 20px;
  }
  .pounamuplay_sect_5_wrapper_ul_li_p {
    font-size: 14px;
  }
}

.pounamuplay_sect_2_demo {
  padding-top: 0;
}

iframe {
  width: 100%;
  height: 610px;
}

@media (max-width: 480px) {
  iframe {
    width: 100%;
    height: 450px;
  }
}

section[id] {
  scroll-margin-top: 100px; /* или любая нужная высота */
}

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

.pounamuplay_terms_container {
  padding: 150px 0 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popap_page {
  display: none;
}

.active {
  display: block;
}

.form_page {
  max-width: 600px;
  margin: 0 auto;
}

.form_page_input {
  padding: 10px 15px;
  border-radius: 20px;
}

.form_page_button {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid #e7fc55;
  background: rgba(231, 252, 85, 0.1);
  color: #e7fc55;
  width: 100%;
}

.pounamuplay_sect_3_text_togles button {
  color: #fff;
  font-family: "pounamuplay_NotoSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

@media (max-width: 991px) {
  .pounamuplay_sect_3_text_togles button {
    color: #fff;
    font-family: "pounamuplay_NotoSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.56px;
  }
}

.pounamuplay_sect_5_wrapper_ul_li_hed_togle_img {
  transform: rotate(45deg); /* начальный поворот */
  transition: transform 0.3s ease;
}

.pounamuplay_sect_5_wrapper_ul_li_hed_togle_img.reversed {
  transform: rotate(0deg); /* возвращение в обычное положение */
}
