@font-face {
  src: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-fonts/topgamesonline-jura-bold.woff2") format("truetype");
  font-family: "jura-bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-fonts/topgamesonline-jura-semibold.woff2") format("truetype");
  font-family: "jura-semibold";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-fonts/topgamesonline-proximanova_regular.woff2") format("truetype");
  font-family: "proximanova_regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main-title: "jura-bold", sans-serif;
  --font-title: "jura-semibold", sans-serif;
  --font-text: "proximanova_regular", sans-serif;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

main,
footer {
  width: 100%;
  color: rgba(3, 3, 3, 1);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

.polandheritage--bg {
  background-image: url(/topgamesonline-components/topgamesonline-assets/topgamesonline-image/polandheritage-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  height: 636px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-size: cover;
}

.polandheritage--container__main {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.polandheritage__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header */
.polandheritage--header {
  width: 100%;
}

.polandheritage--header__container {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 2rem 0;
  flex-direction: column;
  align-items: center;
}

.polandheritage--menu {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.polandheritage--menu__list {
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.polandheritage--menu__list-item a {
  color: #1C1C1E;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.polandheritage--header__logo {
  width: 153px;
  height: 46px;
  object-fit: contain;
}

.polandheritage--menu__links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.polandheritage--menu___lang {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.polandheritage--menu___lang {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Стиль для активной языковой иконки */
.polandheritage--menu___lang-active img {
  padding: 0.2rem;
  border: 1px solid #fff;
  border-radius: 100px;
}

/* Welcom Section */
.polandheritage__welcome--box {
  padding: 6.4rem 0 11rem;
  position: relative;
  padding-bottom: 0;
  padding-top: 80px;
}

.polandheritage--header___image {
  max-width: 515px;
  width: 100%;
  height: 415px;
  border-radius: 24px;
  display: block;
  background-image: url('/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-hero-img.webp');
  background-repeat: no-repeat;
  background-size: contain;

}

.polandheritage--header--title_bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.polandheritage--header__title {
  max-width: 770px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1.25rem;
}

.polandheritage--header__title-welcome {
  color: #1C1C1E;
  font-family: Lato;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 60px */
  text-transform: uppercase;
}

.polandheritage--header__title--btn {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25rem;
}

.polandheritage--header__title--btn li {
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  border-radius: 24px;
}

.polandheritage--header__title--btn a {
  cursor: pointer;
  max-width: 210px;
  width: 100%;
  border-radius: 24px;
}

.polandheritage--header__text-welcome {
  color: #1C1C1E;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Play */
.polandheritage__play--box {
  padding: 5rem 0 0;
  padding-top: 80px;
  padding-bottom: 20px !important;
}

.polandheritage__play--container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: row-reverse;
}

.polandheritage__play--container img {
  max-width: 570px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.polandheritage__play---img {
  max-width: 570px;
  width: 100%;
  height: 321px;
  border-radius: 24px;
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/play/game-field-play.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.polandheritage__play---description {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 670px;
}

.polandheritage__play---description_title {
  color: #1C1C1E;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.polandheritage__play---description_text {
  color: #1C1C1E;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tar {
  text-align: right;
}

/* About */
.polandheritage__about---img {
  max-width: 500px;
  height: 500px;
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/about/cup-about.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}

/* Benefits */
.polandheritage__benefits--container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.polandheritage__benefits---title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.polandheritage__benefits---lists {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.polandheritage__benefits---lists_items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 376px;
  width: 100%;
  padding: 1.25rem;
  border: 3px solid #8c32d0;
  background: #8c32d0;
}

.polandheritage__benefits---lists__title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.polandheritage__benefits---lists__text {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Reviews */
.polandheritage__reviews---lists {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.polandheritage__reviews---lists_items {
  max-width: 370px;
  width: 100%;
  border-radius: 24px;
  background: #F6F6F6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rew-top {
  display: flex;
  gap: 15px;
  align-items: center;

}

.review-avatar {
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.star-name {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.polandheritage__reviews---lists__rating {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.polandheritage__reviews---lists__star {
  max-width: 23px;
  width: 100%;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-star.webp');
}

.polandheritage__benefits---lists__name {
  color: #262626;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.polandheritage__benefits---lists__description {
  color: #222;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Bg player */
.polandheritage__bg--container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 658px;
}

/* Contact */
.polandheritage__contact--box {
  margin-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.polandheritage__contact--container {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  padding-top: 61px;
  padding-bottom: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-contact-bg.webp');
}

.polandheritage__contact---info {
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.polandheritage__contact---info_text {
  font-size: 1.125rem;
  line-height: 120%;
  font-family: var(--font-text);
  font-weight: 400;
  color: #fff;
}

.polandheritage__contact---img {
  max-width: 500px;
  width: 100%;
  height: 590px;
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/contact/contact-player.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

/* Contact Form */

.fantasybaseballpa__contact--form {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-direction: column !important;
}

.form-txt {
  padding: 5px 0;
  color: #FFF;
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.fantasybaseballpa_contact__input {
  outline: none;
  height: 41px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #939393;
  background: #FFF;
  font-size: 0.85rem;
  color: #000;
  font-family: var(--font-text);
  font-weight: 400;
  padding: 10px;
}

.mob-visible {
  display: none;
}

.fantasybaseballpa_contact__input::placeholder {
  color: #9196A5;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fantasybaseballpa_contact--textarea {
  height: 70px;
  resize: none;
}

.fantasybaseballpa_contact__btn {
  margin-top: 0.5rem;
  border-radius: 15px;
  border: 1px solid #000;
  background: #000;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 47px;
  padding: 0.5rem 0;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
}

.active__block {
  display: flex;
}

#confirmButton {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1rem;
  line-height: 120%;
  position: relative;
  font-family: var(--font-title);
  top: 50%;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  border: none;
  background: #d03254;
  border-radius: 10px;
  transition: 0.4s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__title {
  margin: 0;
  margin-bottom: 1rem;
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 120%;
}

.modal.active__block {
  display: flex;
}

.modal__content {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: 540px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form-error-message {
  color: #fff;

  width: 100%;
  font-size: 1rem;
  line-height: 120%;
  font-family: var(--font-title);
  font-weight: 500;
  padding: 0.85rem;
  background-color: #d03254;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
}

/* Footer */
.polandheritage--footer {
  width: 100%;
  padding: 2.5rem 0;
  background: linear-gradient(0deg, #1C1C1E 0%, #1C1C1E 100%), #FFF;
}

.polandheritage--footer__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}

@media(max-width:600px) {
  .polandheritage--footer__container {
    gap: 20px;
  }
}

.polandheritage--footer___info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.polandheritage--footer___info-left {
  max-width: 475px;
  width: 100%;
}

.polandheritage--footer___info-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  max-width: 620px;
}

.polandheritage--footer___info-links a {
  cursor: pointer;
}

.polandheritage--footer___info--contact,
.polandheritage--footer___info--nav {
  display: flex;
  gap: 1rem;
}

/* Cookies Modal */
.polandheritage--fixed-cookie {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
}

#polandheritageCookiePopup {
  z-index: 15;
  background: #1c1c1e;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 14px;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: justify;
  line-height: 1.8em;
  padding: 15px 135px;
  transition: all 0.5s ease-in;
  z-index: 20;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.polandheritage--cookie_info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 636px;
  width: 100%;
}

.polandheritage--cookie_title {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.polandheritage--cookie_text {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.polandheritage--cookie-btn {
  max-width: 263px;
  cursor: pointer;
  background: #8c32d0;
  border: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0.5em 1.4em;
  position: relative;
}

#polandheritageCookiePopup a {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.polandheritage--btn--box_cookie {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  width: 100%;
  max-width: 650px;
}

.polandheritage--hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}

.polandheritage--show_cookie {
  visibility: visible;
  bottom: 0em;
  right: 2em;
}

/* Cookies */
.polandheritage--privacy__text {
  padding: 2rem 0;
}

.polandheritage--privacy__text p {
  color: #000;
  font-family: var(--font-text);
}

.polandheritage--privacy__text h1 {
  margin-bottom: 1rem;
  color: #000;
  font-family: var(--font-title);
}

.polandheritage--privacy__text h2 {
  margin-bottom: 1rem;
  color: #000;
  font-family: var(--font-title);
}

/* Popup */
.polandheritage__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  -o-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;
  height: 100vh;
}

.polandheritage__popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  backdrop-filter: blur(8px);
}

.polandheritage__popup__body {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 530px;
  background: linear-gradient(99.89deg, #000000 3.24%, #1c1c1e 95.82%);
  font-family: var(--font-text);
  z-index: 2;
  border: 1px solid #fff;
  padding: 2rem;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .polandheritage__popup__body {
    padding: 25px 15px;
  }
}

@media (max-width: 450px) {
  .polandheritage__popup__body {
    width: 95%;
    padding: 20px 10px;
  }
}

.polandheritage__popup__form input {
  position: absolute;
  top: 0;
  left: -5000px;
}

.polandheritage__popup__title {
  font-family: var(--font-title);
  text-align: center;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.polandheritage__popup__text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin: 1.25rem 0;
  font-family: var(--font-text);
  letter-spacing: 0.2px;
}

.polandheritage__popup__subtitle {
  color: #f6d24e;
  font-size: 1.2rem;
  font-family: var(--font-title);
  text-align: center;
  margin-bottom: 1rem;
}

.polandheritage__popup__form-bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.polandheritage__popup__button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  font-family: var(--font-title);
  background-color: #c72c50;
  height: 49px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.025em;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.polandheritage__popup__button-transparent {
  background-color: transparent;
  border: 1px solid #ffc527;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 252px;
  margin: 0 auto;
  width: 100%;
  font-family: var(--font-title);

  font-weight: 700;
  border-radius: 94px;
  height: 54px;

  font-weight: 400;
  font-size: 1rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.025em;
  color: #111;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-border-radius: 94px;
  -moz-border-radius: 94px;
  -ms-border-radius: 94px;
  -o-border-radius: 94px;
}

.polandheritage__popup__button:active {
  opacity: 0.2;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

@media (max-width: 991px) {
  .polandheritage__popup__button {
    min-width: 149px;
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .polandheritage__popup__button {
    font-size: 14px;
    min-width: 169px;
    min-height: 30px;
  }

  .polandheritage__popup__text {
    margin: 1rem 0;
  }
}

/* Burger */
#polandheritageMenuToggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;

  width: 100%;
  height: 58px;
}

#polandheritageMenuToggle a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

@media(max-width:1090px) {
  #polandheritageMenuToggle button {
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    top: 22px;
    right: 0.5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 12;
    -webkit-touch-callout: none;
    background: transparent;
    border: none;
  }
}



#polandheritageMenuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-4px, 2px);
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-4px, 2px);
  -moz-transform: rotate(45deg) translate(-4px, 2px);
  -ms-transform: rotate(45deg) translate(-4px, 2px);
  -o-transform: rotate(45deg) translate(-4px, 2px);
}

#polandheritageMenuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#polandheritageMenuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-6px, 1px);
  -webkit-transform: rotate(-45deg) translate(-6px, 1px);
  -moz-transform: rotate(-45deg) translate(-6px, 1px);
  -ms-transform: rotate(-45deg) translate(-6px, 1px);
  -o-transform: rotate(-45deg) translate(-6px, 1px);
}

#polandheritageMenu {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  margin: -75px 0 0 0px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 130vh;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}

#polandheritageMenu li {
  text-align: center;
  padding: 20px 50px;
  font-size: 22px;
}

#polandheritageMenuToggle input:checked~ul {
  transform: none;
}

#polandheritageMenu a {
  margin: 0 0 0 2rem;
}

/* Page Privacy */
.polandheritage--privacy__text p {
  margin-bottom: 1rem;
}

/* Others Styles */

/* Media */
@media screen and (max-width: 1200px) {
  .polandheritage--container__main {
    padding: 0 1rem;
  }

  .polandheritage--header__container {
    padding: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .polandheritage--footer___info {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
  }

  .polandheritage--footer___info-left {
    max-width: 100%;
    width: 100%;
  }

  .polandheritage--footer___info--contact,
  .polandheritage--footer___info--nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .polandheritage--menu__list,
  .polandheritage--menu___lang {
    display: none;
  }

  .mob-visible {
    display: flex;
    position: relative;
  }

  #polandheritageMenuToggle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .polandheritage--menu___lang-uk {
    max-width: 32px;
    width: 100%;
    height: 32px;
  }

  .polandheritage--menu__list-flex-mob {
    display: flex;
    align-items: center;
  }

  .polandheritage__play--container {
    flex-direction: column;
    gap: 1.25rem;
  }

  .polandheritage__play--box {
    padding: 4rem 0 0;
  }

  .polandheritage__reverse {
    flex-direction: column-reverse !important;
  }

  .polandheritage__contact--container {
    flex-direction: column;
    align-items: center;
    padding: 40px 12px;
  }

  .polandheritage__contact--box {
    margin-top: 4rem;
  }
}

@media (max-width: 1265px) {
  #polandheritageCookiePopup {
    padding: 15px 30px;
    gap: 20px;
  }

  .polandheritage--btn--box_cookie {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .polandheritage--header--title_bg {
    flex-direction: column;
  }

  #polandheritageCookiePopup,
  .polandheritage--btn--box_cookie {
    max-width: 450px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  #polandheritageCookiePopup {
    padding: 20px;
  }

  .polandheritage--header--title_bg {
    gap: 1.25rem;
  }

  .polandheritage__welcome--box {
    padding: 2.6rem 0 4rem;
    padding-bottom: 0;
  }

  .polandheritage--bg {
    height: 860px;
    background-size: cover;
  }

  .polandheritage--cookie-btn {
    max-width: 100%;
  }
}

.polandheritage--header__title---icon {
  display: flex;
  max-width: 210px;
  width: 100%;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  border-radius: 24px;
}

.apple-down {
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-hero-appstore.webp");
}

.play-down {
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-playmarket.webp");
}

@media screen and (max-width: 630px) {
  .polandheritage--header__title-welcome {
    font-size: 28px;
    text-align: center;
  }

  .polandheritage--header__title---icon {
    max-width: 160px;
  }

  .polandheritage__play---img {
    height: 184px;
    aspect-ratio: 328/184.5;
    max-width: 328px;
  }

  .polandheritage--header__title {
    align-items: center;
  }

  .polandheritage--header___image {
    height: 250px;
  }

  .polandheritage--header___image {
    max-width: 370px;
  }


  .polandheritage__contact---img {
    max-width: 328px;
    height: 460px;
    aspect-ratio: 82/115;
  }

  .polandheritage__about---img {
    max-width: 200px;
    height: 185px;
    aspect-ratio: 40/37;
  }

  .polandheritage--bg {
    height: 600px;
    background-size: cover;
  }

  .polandheritage--header__text-welcome,
  .polandheritage__play---description_text,
  .polandheritage__benefits---lists__text,
  .polandheritage__contact---info_text {
    font-size: 0.75rem;
  }

  .polandheritage__play---description_title,
  .polandheritage__benefits---title {
    font-size: 1.5rem;
  }

  .polandheritage__benefits---lists__title {
    font-size: 1.25rem;
  }

  .polandheritage__bg--container {
    height: 328px;
  }

  #polandheritageCookiePopup {
    max-width: 328px;
    width: 100%;
    padding: 1rem;
  }

  .polandheritage--header__text-welcome {
    font-size: 14px;
  }

  .polandheritage--header__title--btn {
    gap: 8px;
  }
}

@media(max-width:600px) {
  .polandheritage--header__title--btn {
    flex-direction: column;
    gap: 20px;
  }

  .polandheritage--header__title---icon {
    max-width: 225px;
  }
}

.land-decor {
  display: block;
  width: 24.088px;
  height: 24.088px;
  background-size: contain;
  background-repeat: no-repeat;
}

.active {
  border-radius: 5000px;
  border: 1px solid #009FE3;
  background: #1C1C1E;
  padding: 10px;
}

.uk {
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-uk.webp");
}

.fi {
  background-image: url("/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-gr.webp");
}

.col-w {
  color: #FFF;
}

@media (max-width: 600px) {
  .polandheritage__reviews---lists {
    flex-direction: column;
  }

  .polandheritage__play--box {
    padding-top: 60px;
  }

  .polandheritage__reviews---lists::-webkit-scrollbar {
    display: none;
  }

  .polandheritage__reviews---lists_items {
    min-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

.text-center {
  text-align: center;
}

@media(max-width:600px) {
  .tar {
    text-align: left;
  }
}


/* Burger */
#polandheritageMenuToggle {
  /* Keeping your existing styles */
  display: block;
  /* Change to block so the button is visible */
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 58px;
}

#polandheritageMenuToggle a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}






#polandheritageMenuToggle.menu-active span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#polandheritageMenuToggle.menu-active span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-6px, 1px);
  -webkit-transform: rotate(-45deg) translate(-6px, 1px);
  -moz-transform: rotate(-45deg) translate(-6px, 1px);
  -ms-transform: rotate(-45deg) translate(-6px, 1px);
  -o-transform: rotate(-45deg) translate(-6px, 1px);
}

/* --- Menu itself --- */
#polandheritageMenu {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  margin: -75px 0 0 0px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  /* Hidden by default */
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 130vh;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}

#polandheritageMenu li {
  text-align: center;
  padding: 20px 50px;
  font-size: 22px;
}

/* --- Menu visible when 'menu-active' class is present --- */
#polandheritageMenuToggle.menu-active #polandheritageMenu {
  transform: none;
  /* Make menu visible */
}

#polandheritageMenu a {
  margin: 0 0 0 2rem;
}

/* Styles to prevent scrolling */
.no-scroll {
  overflow: hidden;
  height: 100%;
}

#polandheritageMenuToggle .burger-img {
  display: none;
}

#polandheritageMenuCheckbox {
  display: none;
}

@media(max-width:991px) {
  #polandheritageMenuToggle .burger-img {
    display: block;
    position: relative;
    z-index: 222;
    width: 34px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/topgamesonline-components/topgamesonline-assets/topgamesonline-image/topgamesonline-burger-btn.webp');
  }

  #polandheritageMenuToggle {
    z-index: 1;
  }

  #polandheritageMenuCheckbox {
    display: block;
  }

  #polandheritageMenuToggle.menu-active .burger-img {
    filter: invert(1);
  }
}