@font-face {
  font-family: Roboto;
  src: url("../gimblaren-fonts/gimblaren-Roboto-Regular.woff2");
}

@font-face {
  font-family: Cormorant Infant;
  font-weight: 400;
  src: url("../gimblaren-fonts/gimblaren-CormorantInfant-Regular.woff2");
}

@font-face {
  font-family: Cormorant Infant;
  font-weight: 700;
  src: url("../gimblaren-fonts/gimblaren-CormorantInfant-Bold.woff2");
}

@font-face {
  font-family: Amarante;
  src: url("../gimblaren-fonts/gimblaren-Amarante-Regular.woff2");
}

#confirmButton {
  background-color: #5956e9;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #7f3fa7;
  color: #fff;
  transition: 0.4s;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: Mulish;
  background: #eae5dc;
  margin: 0 auto;
}

.body__container {
  max-width: 1240px;
  margin: 0 auto;
}

.gimblaren_header__fixed {
  position: fixed;
  z-index: 10000;
  background: rgba(134, 112, 103, 0.5);
  backdrop-filter: blur(15px);
  width: 100%;
  top: 0px;
  left: 0;
  height: auto;
}

.gimblaren_header__wrappper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gimblaren_header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 8px 0;
  border-radius: 10px;
}

.gimblaren_header__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 655px;
  width: 100%;
  margin-left: auto; /* прижимаем к правому краю родителя */
}

.gimblaren_header__box {
  padding-top: 110px;
}

.header__link__logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header__block {
  max-width: 1030px;
  width: 100%;
}

.gimblaren_header__links {
  display: flex;
  align-items: center;
  gap: 41px;
}

.gimblaren_header__logo {
  max-width: 53px;
  max-height: 80px;
}

.gimblaren_header__burger {
  display: none;
}

.gimblaren_header__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
}

.gimblaren_header__link:hover {
  transition: 0.4s;
  opacity: 0.5;
}

.gimblaren_header {
  /* background: url("../gimblaren-img/gimblaren-bg__img.webp") no-repeat center;
  background-size: cover; */

  /* padding-top: 168px; */
}

.gimblaren_header-hero {
  background: url("../gimblaren-img/gimblaren-bg__img.webp") no-repeat center;
  background-size: cover;
  /* margin-bottom: 80px; */
  padding-bottom: 168px;
  padding-top: 168px;
}

@media (max-width: 575px) {
  .gimblaren_header-hero {
    padding: 0;
    padding-bottom: 88px;
  }
}

.gimblaren_header_bg {
  padding-top: 0px;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.gimblaren_header__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gimblaren_header__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header__wrap {
  justify-content: center;
}

.gimblaren_header__images {
  display: flex;
}

.gimblaren_header__title {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Cormorant Infant, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
  margin: 20px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gimblaren_header__title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .gimblaren_header__title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .gimblaren_header__title {
    font-size: 32px;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  .gimblaren_header__title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .gimblaren_header__title {
    font-size: 24px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .gimblaren_header__title {
    font-size: 21px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .header__title {
    font-size: 48px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .header__title {
    font-size: 36px;
  }
}

@media (max-width: 319px) {
  .header__title {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .header__title {
    font-size: 72px;
  }
}

.gimblaren_header__span {
  color: #594fff;
}

.gimblaren_header__subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 768px) {
  .gimblaren_header__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .gimblaren_header__subtitle {
    font-size: 12px;
  }
}

.gimblaren_header__play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  padding: 14px 24px;
  border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fcb564 0%, #9f7232 43.5%, #fcb564 95.5%);
  margin: 0 auto;
  border: 1px solid #fcb564;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.4s;
}

.gimblaren_header__play:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}

.gimblaren_games {
  padding-bottom: 80px;
}

.gimblaren_games__title {
  color: #fff;

  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 1073px;
  margin-bottom: 24px;
}

.gimblaren_games__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.gimblaren_games__subtitle {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.gimblaren_games__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;

  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.4s;
}

.gimblaren_games__link:hover {
  transition: 0.4s;
  border: 1px solid #594fff;
  background: #594fff;
}

.gimblaren_games__item {
  max-width: 280px;
  min-height: 260px;
  position: relative;
}

.gimblaren_games__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.gimblaren_games__btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 280px;
  width: 100%;
  min-height: 260px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  opacity: 0;
  transition: 0.4s;
}

.gimblaren_games__btns:hover {
  opacity: 1;
  transition: 0.4s;
}

.gimblaren_games__name {
  color: #f1f1f1;
  text-align: center;

  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.gimblaren_games__btn {
  width: 248px;
  display: flex;
  padding: 14px 24px;
  border-radius: 10px;
  background: #594fff;
  border: 1px solid #594fff;
  justify-content: center;
  align-items: center;
  color: #fff;

  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.4s;
}

.gimblaren_games__btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}

.gimblaren_about {
  margin-bottom: 80px;
}

.gimblaren_about__right {
  max-width: 700px;
}
.gimblaren_about__title {
  color: #cf2f34;

  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 24px;
}
.gimblaren_about__wrap {
  border-radius: 10px;
  background: #04004a;
  padding: 24px;
  margin-bottom: 10px;
}
.gimblaren_about__subtitle {
  color: #6c4e4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.gimblaren_about__img {
  border-radius: 10px;
}

.gimblaren_about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gimblaren_info {
  background: #545454;
  padding-top: 80px;
  padding-bottom: 80px;
}

.gimblaren_info__box {
  display: flex;
  gap: 10px;
}

.gimblaren_info__head {
  color: #fff;

  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.gimblaren_info__text {
  color: #fff;

  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.gimblaren_why {
  background: #740605;
  padding-top: 80px;
  padding-bottom: 80px;
}

.gimblaren_why__title {
  color: #fff;

  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.gimblaren_why__right {
  max-width: 776px;
  width: 100%;
}

.gimblaren_why__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.gimblaren_why__head {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}

.gimblaren_why__text {
  color: #f3dcdc;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.gimblaren_why__iocns {
  max-width: 72px;
}

.gimblaren_why__item {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 376px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
}

.gimblaren_why__box {
  display: flex;
  justify-content: space-between;
}

.gimblaren_distinguishes {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.gimblaren_distinguishes__title {
  color: #cf2f34;
  text-align: center;

  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.gimblaren_distinguishes__subtitle {
  color: #6c4e4e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.gimblaren_distinguishes__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.gimblaren_distinguishes__item {
  max-width: 292px;
  min-height: 272px;
  padding: 24px;
  border-radius: 20px;
  background: #ffcfc2;
  backdrop-filter: blur(7.5px);
}
.gimblaren_distinguishes__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.gimblaren_distinguishes__head {
  color: #cf2f34;

  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.gimblaren_distinguishes__text {
  color: #6c4e4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.gimblaren_distribute {
  padding-top: 164px;
  padding-bottom: 164px;
  background: url("../gimblaren-img/gimblaren-embrace_bg.webp") no-repeat center
    center;
  background-size: cover;
}

.gimblaren_distribute__right {
  max-width: 784px;
  width: 100%;
}

.gimblaren_distribute__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gimblaren_distribute__img {
  background-image: url(/gimblaren-img/gimblaren-embrace.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 436px;
  height: 351px;
}
@media (max-width: 440px) {
  .gimblaren_distribute__img {
    max-width: 300px;
  }
}

@media (max-width: 320px) {
  .gimblaren_distribute__img {
    max-width: 250px;
  }
}

.gimblaren_distribute__title {
  color: #fff;
  font-family: "Cormorant Infant";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}

.gimblaren_distribute__text {
  color: #e8e8e8;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 24px 0;
}

.gimblaren_distribute__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Amarante;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 246px;
  padding: 14px 24px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fcb564 0%, #9f7232 43.5%, #fcb564 95.5%);
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  border: 1px solid #fcf064;
}

.gimblaren_distribute__link:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}

.gimblaren_footer {
  background: #120b00;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gimblaren_footer__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gimblaren_footer__texts span {
  color: #de9d81;
  font-family: "Cormorant Infant";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575px) {
  .gimblaren_footer__texts span {
    font-size: 14px;
  }
}

.gimblaren_footer__texts p {
  color: #de9d81;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

@media (max-width: 575px) {
  .gimblaren_footer__texts p {
    font-size: 12px;
  }
}

.gimblaren_footer__wrappper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.gimblaren_footer__input {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 424px;
}
.gimblaren_footer__btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.4s;
}

.gimblaren_footer__btn:hover {
  background: #594fff;
  border: 1px solid #594fff;
  color: #fff;
  transition: 0.4s;
}
.gimblaren_footer__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.gimblaren_footer__link {
  color: #de9d81;
  font-family: "Cormorant Infant";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.gimblaren_footer__sup {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.parissympa_demo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gimblaren_players {
  background: #121000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.parissympa_demo__wrapper {
  border-radius: 40px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 40px 0px #fcf064;
}

.parissympa_demo__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 640px;
  border-radius: 20px;
}

.gimblaren_header__forms {
  border-radius: 20px;
  background: #04004a;
  display: flex;
  padding: 60px;
  align-items: center;
  gap: 80px;
}

.gimblaren_header__right {
  max-width: 520px;
  width: 100%;
}

.gimblaren_header_contact__title {
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.gimblaren_header_contact__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.gimblaren_header_contact__lable {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}

.gimblaren_header_contact__form {
  width: 100%;
}

.gimblaren_header_contact__input {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.gimblaren_header_contact__message {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 24px;
}

.gimblaren_header_contact__email {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.gimblaren_header_contact__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gimblaren_header_contact__btn {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.4s;
}

.gimblaren_header_contact__btn:hover {
  background: #594fff;
  border: 1px solid #594fff;
  color: #fff;
  transition: 0.4s;
}

.gimblaren_header_form {
  padding-bottom: 80px;
  padding-top: 40px;
  margin-bottom: 0;
}

.gimblaren_game {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gimblaren_game__title {
  color: #121000;
  font-family: "Cormorant Infant";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
}
.gimblaren_game__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
.gimblaren_game__item {
  max-width: 400px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gimblaren_game__images {
  margin-bottom: 16px;
}
.gimblaren_game__link {
  color: #121000;
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  transition: 0.4s;
}

.gimblaren_game__link:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.gimblaren_game__text {
  color: #121000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(27, 46, 121, 0.3);
  backdrop-filter: blur(4.800000190734863px);
  margin: 15% auto;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  height: auto;
  box-sizing: border-box;
}

.popup__game {
  width: 100%;
  height: 400px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: flex;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__title {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: Amarante;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
}

.modal__subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #f1f1f1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.modal__btn {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #fcf064 0%, #7a7217 43.5%, #fcf064 95.5%);
  color: #fff;
  font-family: Amarante;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s;
}

.modal__btn:hover {
  background: #ff8235;
  color: #fff;
  transition: 0.4s;
}

.modal__content {
  position: relative;
  top: 0%;
  border-radius: 30px;
  background: #121000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  max-width: 500px;
  border-radius: 5px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__img {
  margin-bottom: 20px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cookie-popup.hidden {
  display: none;
}

.popupcookie {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.popupcookie__content {
  position: relative;
  top: 20%;
  right: 0;
  max-width: 600px;
  width: 100%;
  border-radius: 30px;
  background: #121000;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupcookie__title {
  color: #fff;
  font-family: Amarante;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popupcookie__subtitle {
  color: #f1f1f1;
  font-family: Poppins;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.popupcookie__btn {
  border: none;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #fcf064 0%, #7a7217 43.5%, #fcf064 95.5%);
  color: #fff;
  font-family: Amarante;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-transform: uppercase;
}

.popupcookie__button {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #fcf064;
  color: #fff;
  font-family: Amarante;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.4s;
  text-transform: uppercase;
}

.popupcookie__button:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

.popupcookie__btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.popupcookie__btn:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

.header__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.active__block {
  display: flex;
}

.info__title,
.content__title {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  margin-bottom: 16px;
}

.info__head,
.terms__subtitle {
  margin: 0;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}

.info__text,
.terms__text {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
}

.desc__top {
  padding-top: 140px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.gimblaren_games__iframes {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 462px;
  margin-bottom: 20px;
}

.gimblaren_games__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gimblaren_conclusiondop__text_line {
  text-decoration: underline;
}

.mob {
  display: none;
}

@media (max-width: 1260px) {
  .body__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gimblaren_header__nav {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }

  .gimblaren_header__links {
    display: none;
  }

  .gimblaren_header__burger {
    display: block;
    cursor: pointer;
    flex-direction: column;
    width: 22px;
    height: 14px;
  }

  /* Эффект перекрестия */
  .gimblaren_header__burger.active_menu .bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 1px;
  }

  .gimblaren_header__burger.active_menu .bar:nth-child(2) {
    opacity: 0; /* Скрыть вторую палочку */
  }

  .gimblaren_header__burger.active_menu .bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 7px;
  }

  .menu {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    background: #04004a;
    backdrop-filter: blur(15px);
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .menu.active {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .gimblaren_about__box {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .gimblaren_about__left {
    order: 1;
  }

  .gimblaren_about__right {
    max-width: 100%;
  }

  .gimblaren_info__box {
    flex-direction: column;
  }

  .gimblaren_footer__top {
    flex-direction: column;
  }

  .gimblaren_footer__left {
    max-width: 100%;
  }

  .gimblaren_footer__links {
    flex-wrap: wrap;
    gap: 40px;
  }

  .gimblaren_footer__wrappper {
    flex-direction: column;
  }

  .gimblaren_footer__input {
    width: 100%;
  }

  .gimblaren_footer__btn {
    width: 100%;
  }

  .gimblaren_header__forms {
    flex-direction: column;
  }

  .gimblaren_header__left {
    order: 1;
  }

  .gimblaren_header__right {
    max-width: 100%;
  }

  .gimblaren_header__forms {
    padding: 20px;
  }

  .gimblaren_why__box {
    flex-direction: column;
    gap: 20px;
  }

  .gimblaren_why__right {
    order: -1;
    max-width: 100%;
  }

  .gimblaren_distribute__box {
    flex-direction: column;
    gap: 20px;
  }
  .gimblaren_distribute__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gimblaren_distribute__right h2 {
    align-self: start;
    text-align: start;
  }

  .gimblaren_distribute__right .gimblaren_distribute__text {
    margin-top: 0;
  }

  .gimblaren_distribute__right a {
    max-width: 282px;
  }

  .gimblaren_distribute__right {
    order: -1;
    max-width: 100%;
  }

  .gimblaren_why__left {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .body__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gimblaren_header__nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gimblaren_header {
    padding-top: 60px;
    /* padding-bottom: 120px; */
    margin-bottom: 0px;
  }

  .gimblaren_header__subtitle {
    font-size: 18px;
  }

  .gimblaren_header__play {
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
  }

  .gimblaren_games__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .gimblaren_games__subtitle {
    font-size: 14px;
  }

  .mob {
    display: flex;
  }

  .desc {
    display: none;
  }

  .gimblaren_games__items {
    margin-bottom: 16px;
    gap: 16px;
  }

  .gimblaren_games__link {
    width: 100%;
  }

  .gimblaren_games__item {
    max-width: 41vw;
    min-height: auto;
  }

  .gimblaren_games__btns {
    opacity: 1;
    max-width: 41vw;
    min-height: 100%;
    border-radius: 4px;
  }

  .gimblaren_games__name {
    font-size: 10px;
  }

  .gimblaren_games__btn {
    width: 90%;
    font-size: 10px;
    padding: 10px;
  }

  .gimblaren_games__sub {
    margin-bottom: 24px;
  }

  .gimblaren_games__link {
    font-size: 12px;
    padding: 10px 20px;
  }

  .gimblaren_games {
    padding-bottom: 40px;
  }

  .gimblaren_about {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .gimblaren_about__title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }

  .gimblaren_about__wrap {
    padding: 12px;
  }

  .gimblaren_about__subtitle {
    font-size: 14px;
    text-align: center;
  }

  .gimblaren_about__box {
    gap: 16px;
  }

  .gimblaren_info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_info__text {
    font-size: 8px;
  }

  .gimblaren_info__head {
    font-size: 8px;
  }

  .gimblaren_footer__wrappper {
    gap: 12px;
  }

  .gimblaren_footer__links {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gimblaren_footer__sup {
    text-align: left;
  }

  .parissympa_demo__wrapper {
    padding-top: 260px;
  }

  .gimblaren_header_bg {
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .gimblaren_header_form {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 0;
  }

  .gimblaren_header__forms {
    padding: 16px;
    gap: 40px;
  }

  .gimblaren_header_contact__title {
    margin-bottom: 16px;
  }

  .gimblaren_header_contact__inner {
    margin-bottom: 16px;
  }

  .gimblaren_header_contact__input {
    margin-bottom: 12px;
  }

  .gimblaren_header_contact__message {
    margin-bottom: 16px;
  }

  .gimblaren_header_contact__btn {
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
  }

  .popupcookie__content {
    flex-direction: column;
  }

  .popupcookie__btns {
    flex-direction: column;
  }

  .popupcookie__btn {
    width: 100%;
  }

  .popupcookie__button {
    width: 100%;
  }

  .gimblaren_header__logo {
    max-width: 40px;
    max-height: 60px;
  }

  .gimblaren_header__title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .gimblaren_header__subtitle {
    font-size: 12px;
  }

  .gimblaren_about {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .gimblaren_why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_why__title {
    font-size: 24px;
  }

  .gimblaren_distinguishes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_distinguishes__title {
    font-size: 24px;
  }

  .gimblaren_distinguishes__subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .gimblaren_distinguishes__item {
    min-height: auto;
  }

  .gimblaren_distinguishes__head {
    font-size: 16px;
  }

  .gimblaren_distribute {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_distribute__title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .gimblaren_distribute__text {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .gimblaren_distribute__link {
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
  }

  .gimblaren_footer__content {
    max-width: 247px;
  }

  .gimblaren_footer__sup {
    font-size: 12px;
  }

  .gimblaren_footer__left {
    align-items: flex-start;
  }

  .gimblaren_footer__link {
    font-size: 14px;
  }

  .gimblaren_footer__text {
    font-size: 12px;
  }

  .gimblaren_footer__head {
    font-size: 14px;
  }

  .gimblaren_players {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_game {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gimblaren_game__link {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .gimblaren_game__item {
    padding: 16px;
  }

  .gimblaren_game__text {
    font-size: 14px;
  }

  .header__title {
    font-size: 32px;
  }
}
h1 {
  font-size: 48px; /* десктоп */
}

.gimblaren_game__title,
.gimblaren_distribute__title {
  font-size: 32px;
}

@media (max-width: 1220px) {
  h1 {
    font-size: 42px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 20px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 18px;
  }
  .gimblaren_game__title,
  .gimblaren_distribute__title {
    font-size: 16px;
  }
}
.gimblarent_first {
  background-image: url("/gimblaren-img/gimblaren-game_1.webp");
}
.gimblarent_second {
  background-image: url("/gimblaren-img/gimblaren-game_2.webp");
}
.gimblarent_third {
  background-image: url("/gimblaren-img/gimblaren-game_3.webp");
}

.gimblaren {
  width: 100%; /* всегда занимает всю ширину контейнера */
  max-width: 352px; /* но не шире 800px */
  aspect-ratio: 2 / 1; /* пропорции 800x400 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto; /* центрируем */
  display: block;
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .gimblaren_game {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1220px) {
  .gimblaren_game {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .gimblaren_game {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
