@charset "UTF-8";
/* base */
:root {
  --color-bg: #F0FDFF;
  --block-container-gutter: 16px;
  --block-container-width: 620px;
  --block-height: 630px;
  --game-width: 620px;
  --container-width: 1260px;
}

body h2 {
  font-size: 28px;
}

@font-face {
  font-family: "Accidental-Presidency";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Accidental-Presidency/Accidental-Presidency-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Audiowide";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Audiowide/Audiowide-Regular.ttf") format("truetype");
}
body {
  height: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  background-color: #f0fdff;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  body {
    padding-top: calc(38px - var(--border-radius));
  }
}
@media screen and (max-width: 769px) {
  body {
    padding-top: calc(50px - var(--border-radius));
  }
}
.header__logo img {
  margin-top: 0;
  max-width: max-content;
}

.footer {
  position: relative;
}

/*---------------------*/
.first-screen,
.second-screen,
.third-screen {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.first-screen {
  background-image: url(images/first-screen-bg-desktop.png);
  height: 950px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.menu_wrapper {
  margin-right: 300px;
  transform: translateY(50px);
  background: rgba(255, 255, 255, 0.1019607843);
  box-shadow: -5px 20px 18.4px 0px rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 430px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.menu_wrapper_mobile {
  display: none;
  cursor: pointer;
}

.menu_wrapper button {
  font-family: "Montserrat", "sans-serif";
  color: #FFFFFF;
  font-weight: 500;
}

.second-screen {
  background-image: url(images/second-screen-bg-desktop.png);
  height: 1550px;
}

.third-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1717px;
  padding-top: 20px;
  background-image: url(images/third-screen-bg-desktop.png);
  position: relative;
}

.family-fire-stars-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 110px 300px 0 auto;
}

.mama-wrapper,
.papa-wrapper {
  position: relative;
  flex-shrink: 0;
  will-change: transform;
}

.mama-wrapper {
  animation: mama-parallax 5s ease-in-out infinite;
}

.papa-wrapper {
  animation: papa-parallax 6s ease-in-out infinite;
}

@keyframes mama-parallax {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-10px, 7px, 0) rotate(-1deg);
  }
}
@keyframes papa-parallax {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(10px, -7px, 0) rotate(1deg);
  }
}
.mama-wrapper img:first-child,
.papa-wrapper img:first-child {
  display: block;
  max-width: none;
}

.mama-wrapper img:last-child {
  position: absolute;
  z-index: 2;
  top: 370px;
  left: 60px;
}

.papa-wrapper img:last-child {
  position: absolute;
  z-index: 2;
  top: 490px;
  left: 130px;
}

.family-fire {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 420px;
  flex-shrink: 0;
  text-align: center;
  margin-top: -35px;
  margin-left: -100px;
}

.family-fire > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.family-fire-descr {
  margin: 20px 0 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.stars-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 222px;
  padding: 16px 24px;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#1f1f1f, #1f1f1f) padding-box, linear-gradient(99.78deg, #63f8e3 3.36%, #2f7cd7 69.29%, #63f8e3 98.59%) border-box;
  box-shadow: 0 0 35.4px 0 #00fffb;
  margin-top: 20px;
}

.stars-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.stars-counter-int {
  color: #ffffff;
  font-family: "Audiowide", sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.stars-counter-descr {
  margin-top: 6px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.default-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 42px;
  padding: 14px 19px;
  background: #f9ff4e;
  border-radius: 26px;
  box-shadow: -17px 22px 11.85px 0 rgba(0, 0, 0, 0.4);
  color: #021a6b;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.stars-counter-button {
  min-width: 174px;
}

.moscow-planetarium {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 80px;
  width: min(1200px, 100% - 80px);
  margin: 0 auto;
  box-sizing: border-box;
}

.premiere-link {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 85px auto;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
}

.premiere-link img {
  max-width: 100%;
  height: auto;
  border: none;
}

.premiere-tablet {
  display: none;
}

.premiere-mobile {
  display: none;
}

.moscow-planetarium > img {
  display: block;
  width: 55%;
  max-width: 650px;
  height: auto;
}

.moscow-planetarium-descr-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 40%;
  color: #ffffff;
}

.moscow-planetarium-descr-wrapper h2 {
  margin: 0;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}

.moscow-planetarium-descr-wrapper p {
  margin: 0;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.moscow-planetarium-descr-wrapper .more-button {
  font-size: 18px;
}

.join-to-stars-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: -55px auto 0;
  padding-inline: 40px;
}

.join-to-stars {
  display: flex;
  flex-direction: column;
  max-width: 265px;
  color: #FFFFFF;
  gap: 24px;
}

.join-to-stars > h2 {
  line-height: 100%;
}

.join-to-stars > p {
  line-height: 100%;
}

.third-screen h2 {
  color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}

.suns-wrapper {
  width: 1257px;
  height: 100%;
  margin: 0 auto;
}

.sun-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  gap: 8px;
  cursor: pointer;
}
.sun-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}
.sun-wrapper.sun-large {
  width: 300px;
}
.sun-wrapper.sun-medium {
  width: 180px;
}
.sun-wrapper.sun-small {
  width: 120px;
}

.surname {
  font-weight: bold;
}

.first-slice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planets-wrapper {
  position: absolute;
  transform: translateY(-9%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}

.planets-wrapper img:nth-child(1) {
  height: 346px;
}

.planets-wrapper img:nth-child(2) {
  height: auto;
  margin-top: -82px;
}

.first-slice .sun-wrapper:nth-child(2) {
  margin-left: -95px;
  margin-top: -140px;
}

.second-slice {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.second-slice .sun-wrapper:nth-child(1) {
  margin-left: 28px;
}

.second-slice .sun-wrapper:nth-child(2) {
  margin-left: -50px;
  margin-top: -120px;
}

.second-slice > img {
  margin-right: -90px;
}

.second-slice .sun-wrapper:nth-child(4) {
  margin-right: 100px;
  margin-top: -60px;
}

.third-slice {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.third-slice > img {
  margin-top: -180px;
}

.third-slice .sun-wrapper:nth-child(1) {
  margin-left: 28px;
}

.third-slice .sun-wrapper:nth-child(3) {
  margin-left: -50px;
}

.fourth-slice {
  display: flex;
  justify-content: flex-start;
}

.fourth-slice .sun-wrapper:nth-child(1) {
  margin-left: 85px;
}

.fourth-slice .sun-wrapper:nth-child(2) {
  margin-top: -115px;
  margin-left: 65px;
}

.fifth-slice {
  display: flex;
  justify-content: space-between;
}

.fifth-slice > img {
  width: 368px;
  height: 259px;
  margin-top: 40px;
  cursor: pointer;
}

.fifth-slice .sun-wrapper:nth-child(2) {
  margin-top: 20px;
}

.fifth-slice .sun-wrapper:nth-child(3) {
  margin-top: -100px;
}

.fifth-slice .sun-wrapper:nth-child(4) {
  margin-top: -135px;
}

.load-more {
  transform: translateY(-38px);
}

/* =========================================================
   RESET
   ========================================================= */
/* =========================================================
   SLIDER
   ========================================================= */
.stars-slider {
  /*
   * Ширина примерно как на твоём макете.
   *
   * Внутри всегда:
   *
   *     LEFT | CENTER | RIGHT
   */
  width: 617px;
  height: 256px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  transform: scale(2);
  transform-origin: center center;
}

/* =========================================================
   SWIPER WRAPPER
   ========================================================= */
.stars-slider .swiper-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

/* =========================================================
   SLIDE
   ========================================================= */
/*
 * ВАЖНО:
 *
 * Все технические слайды одинаковой ширины.
 *
 * Swiper сам делит 617px на 3 части.
 *
 * Центральный визуально увеличивается
 * за счёт .star-card.
 */
.stars-slider .swiper-slide {
  position: relative;
  height: 190px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* =========================================================
   CARD
   ========================================================= */
.star-card {
  position: absolute;
  left: 50%;
  top: 55px;
  width: 134px;
  height: 110px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: rgba(36, 65, 130, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: visible;
  z-index: 2;
}

/* =========================================================
   SIDE STAR
   ========================================================= */
.star-card__star {
  position: absolute;
  left: 50%;
  top: -32px;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.star-card__default {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 20;
}

.swiper-slide-active .star-card .star-card__default {
  width: 150px;
  height: 150px;
  left: 190px;
  top: -45px;
}

.star-card__star {
  display: none;
}

.swiper-slide-active .star-card__star {
  display: block;
}

.swiper-slide-active {
  display: flex;
}

/* =========================================================
   SIDE INFO
   ========================================================= */
.star-card__info {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
}

/* =========================================================
   AVATAR
   ========================================================= */
.star-card__avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
}

/* =========================================================
   TEXT
   ========================================================= */
.star-card__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.star-card__text span {
  display: block;
  font-size: 5px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.star-card__text strong {
  display: block;
  font-size: 7px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}

/* =========================================================
   AMBASSADOR
   ========================================================= */
/*
 * По умолчанию амбассадор скрыт.
 */
.star-card__ambassador {
  position: absolute;
  display: none;
  left: 50%;
  bottom: 25px;
  width: 150px;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 20;
  pointer-events: none;
}

/* =========================================================
   ACTIVE SLIDE
   ========================================================= */
.stars-slider .swiper-slide-active {
  z-index: 20;
}

/* =========================================================
   ACTIVE CARD
   ========================================================= */
/*
 * Именно здесь происходит визуальное
 * увеличение центрального слайда.
 */
.stars-slider .swiper-slide-active .star-card {
  width: 275px;
  height: 140px;
  top: 25px;
  border-radius: 10px;
  background: rgba(13, 32, 80, 0.82);
  border: 2px solid #00fff6;
  box-shadow: 0 0 8px rgba(0, 255, 246, 0.8), 0 0 20px rgba(0, 255, 246, 0.45);
  z-index: 10;
}

/* =========================================================
   ACTIVE STAR
   ========================================================= */
.stars-slider .swiper-slide-active .star-card__star {
  top: -66px;
  left: 95px;
  width: 205px;
  height: 260px;
  z-index: 1;
}

/* =========================================================
   ACTIVE INFO
   ========================================================= */
/*
 * На центральном слайде аватара НЕТ.
 *
 * Поэтому текст просто располагается
 * по центру снизу.
 */
.stars-slider .swiper-slide-active .star-card__info {
  left: 194px;
  right: auto;
  bottom: 16px;
  width: max-content;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  z-index: 10;
}

/* =========================================================
   ACTIVE AVATAR
   ========================================================= */
/*
 * Центральный слайд никогда не показывает аватар.
 */
.stars-slider .swiper-slide-active .star-card__avatar {
  display: none !important;
}

/* =========================================================
   ACTIVE TEXT
   ========================================================= */
.stars-slider .swiper-slide-active .star-card__text {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 2px;
}

.stars-slider .swiper-slide-active .star-card__text span {
  font-size: 5px;
}

.stars-slider .swiper-slide-active .star-card__text strong {
  font-size: 9px;
  font-weight: 700;
}

/* =========================================================
   ACTIVE AMBASSADOR
   ========================================================= */
.stars-slider .swiper-slide-active .star-card__ambassador {
  display: block;
  left: 50%;
  bottom: 25px;
  width: 150px;
  transform: translateX(-50%);
  z-index: 30;
}

/* =========================================================
   NAVIGATION
   ========================================================= */
.stars-slider .swiper-button-prev,
.stars-slider .swiper-button-next {
  position: absolute;
  top: 205px;
  bottom: 5px;
  width: 30px;
  height: 24px;
  margin: 0;
  padding: 4px;
  border-radius: 8px;
  background: rgba(30, 50, 90, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(0, 255, 246, 0.15);
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.swiper-navigation-icon {
  display: none;
}

/* =========================================================
   PREV
   ========================================================= */
.stars-slider .swiper-button-prev,
.stars-slider .swiper-button-next {
  position: absolute;
  top: 205px;
  bottom: 5px;
  width: 30px;
  height: 24px;
  margin: 0;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars-slider .swiper-button-prev {
  left: calc(48% + 80px);
}

.stars-slider .swiper-button-next {
  left: calc(48% + 120px);
}

/* =========================================================
   ARROWS
   ========================================================= */
.stars-slider .swiper-button-prev::after,
.stars-slider .swiper-button-next::after {
  font-size: 12px;
  font-weight: 400;
  color: #f9ff4e;
}

/*
 * При loop кнопки не должны отключаться.
 */
.stars-slider .swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

/* =========================================================
   REMOVE DEFAULT TRANSITIONS
   ========================================================= */
.stars-slider .swiper-slide {
  transition: none !important;
}

/* =========================================================
   IMAGES
   ========================================================= */
.stars-slider img {
  user-select: none;
  -webkit-user-drag: none;
}

.look-to-star {
  display: none;
}

.look-to-star img {
  width: 9px;
  height: 4px;
}

.swiper-slide-active .look-to-star {
  display: flex;
  font-size: 6px;
  font-family: "Montserrat", "sans-serif";
  font-weight: 300;
  gap: 4px;
  align-items: center;
  color: #F9FF4E;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 700px) {
  .stars-slider {
    width: 500px;
    height: 230px;
  }
  .stars-slider .swiper-slide {
    height: 170px;
  }
  .star-card {
    width: 110px;
    height: 90px;
  }
  .star-card__star {
    width: 75px;
    height: 75px;
    top: -27px;
  }
  .swiper-slide-prev, .swiper-slide-next {
    visibility: hidden;
  }
  .stars-slider .swiper-slide-active .star-card {
    width: 225px;
    height: 120px;
  }
  .stars-slider .swiper-slide-active .star-card__star {
    width: 150px;
    height: 160px;
    left: 60px;
    top: -22px;
  }
  .stars-slider .swiper-slide-active .star-card__info {
    left: 152px;
  }
  .stars-slider .swiper-slide-active .star-card__ambassador {
    width: 125px;
  }
  .swiper-slide-active .star-card .star-card__default {
    width: 100px;
    height: 100px;
    left: 150px;
    top: -25px;
  }
  .stars-slider .swiper-button-prev, .stars-slider .swiper-button-next {
    top: 185px;
  }
  .stars-slider .swiper-button-prev {
    left: calc(47% + 60px);
  }
  .stars-slider .swiper-button-next {
    left: calc(47% + 98px);
  }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 520px) {
  .stars-slider {
    width: 360px;
    height: 190px;
  }
  .stars-slider .swiper-slide {
    height: 140px;
  }
  .star-card {
    width: 90px;
    height: 75px;
  }
  .star-card__star {
    width: 65px;
    height: 65px;
    top: -22px;
  }
  .star-card__avatar {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
  .star-card__text span {
    font-size: 4px;
  }
  .star-card__text strong {
    font-size: 6px;
  }
  .stars-slider .swiper-slide-active .star-card {
    width: 180px;
    height: 100px;
    top: 20px;
  }
  .swiper-slide-active .star-card .star-card__default {
    left: 125px;
    top: -38px;
  }
  .stars-slider .swiper-slide-active .star-card__info {
    left: 127px;
  }
  .stars-slider .swiper-slide-active .star-card__star {
    width: 100px;
    height: 134px;
    top: -19px;
  }
  .stars-slider .swiper-slide-active .star-card__ambassador {
    width: 100px;
  }
  .stars-slider .swiper-button-prev,
  .stars-slider .swiper-button-next {
    width: 26px;
    height: 21px;
    top: 155px;
  }
  .stars-slider .swiper-button-prev {
    left: calc(43% + 60px);
  }
  .stars-slider .swiper-button-next {
    left: calc(41% + 98px);
  }
}
@media (max-width: 480px) {
  .stars-slider {
    max-width: 360px;
    height: 190px;
  }
  .stars-slider .swiper-slide-active {
    width: 180px;
    height: 130px;
  }
  .stars-slider .swiper-slide-active .star-card {
    width: 180px;
    height: 100px;
    top: 15px;
  }
  .stars-slider .swiper-slide-active .star-card__star {
    width: 100px;
    height: 134px;
    top: -19px;
  }
  .stars-slider .swiper-slide-active .star-card__ambassador {
    width: 100px;
  }
  .stars-slider .swiper-slide:not(.swiper-slide-active) {
    width: 90px;
    height: 75px;
  }
  .stars-slider .swiper-slide:not(.swiper-slide-active) .star-card {
    width: 90px;
    height: 75px;
  }
  .stars-slider .swiper-slide:not(.swiper-slide-active) .star-card__star {
    width: 65px;
    height: 65px;
    top: -20px;
  }
  .stars-slider .swiper-button-prev,
  .stars-slider .swiper-button-next {
    width: 26px;
    height: 21px;
  }
  .stars-slider .swiper-button-prev {
    left: calc(50% + 40px);
  }
  .stars-slider .swiper-button-next {
    left: calc(50% + 72px);
  }
}
@media screen and (max-width: 1524px) {
  .menu_wrapper {
    margin-right: 10px;
  }
  .mama-wrapper img:first-child,
  .papa-wrapper img:first-child {
    height: 50vw;
  }
  .moscow-planetarium-descr-wrapper p {
    font-size: 1.25vw;
  }
  .moscow-planetarium-descr-wrapper {
    gap: 1vw;
  }
  .mama-wrapper img:last-child {
    top: 24vw;
    left: 3vw;
    height: 22vw;
  }
  .papa-wrapper img:last-child {
    top: 31vw;
    left: 8vw;
  }
  .family-fire {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 420px;
    flex-shrink: 0;
    text-align: center;
    margin-top: -35px;
    margin-left: -100px;
  }
  .family-fire > img {
    height: 25vw;
  }
  .family-fire-descr {
    font-size: 1.25vw;
    width: 28vw;
  }
  .stars-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .stars-counter-int {
    color: #ffffff;
    font-family: "Audiowide", sans-serif;
    font-size: 2.78vw;
    line-height: 100%;
  }
  .stars-counter-descr {
    margin-top: 6px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8vw;
    line-height: 1.2;
  }
  .stars-counter-button {
    min-width: 174px;
  }
}
@media screen and (max-width: 1350px) {
  .third-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 45px;
    background-image: url(images/third-screen-bg-tablet.png);
  }
  .planets-wrapper img:nth-child(1) {
    height: 117px;
  }
  .planets-wrapper img:nth-child(2) {
    height: 200px;
    margin-top: -82px;
  }
  .suns-wrapper {
    width: 60%;
  }
  .first-slice {
    display: block;
  }
  .first-slice .sun-wrapper:nth-child(2) {
    float: right;
    margin-top: -400px;
  }
  .first-slice .sun-wrapper:nth-child(3) {
    width: 180px;
    margin-top: 25px;
    margin-left: 10vw;
  }
  .first-slice .sun-wrapper:nth-child(4) {
    float: right;
    margin-top: -365px;
    margin-right: -55px;
  }
  .second-slice {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .second-slice .sun-wrapper:nth-child(1) {
    width: 120px;
  }
  .second-slice .sun-wrapper:nth-child(2) {
    margin-left: 0;
    margin-top: 65px;
  }
  .second-slice > img {
    display: none;
  }
  .second-slice .sun-wrapper:nth-child(4) {
    margin-right: 0;
    margin-top: 60px;
  }
  .third-slice {
    display: block;
    margin-top: 0;
  }
  .third-slice > img {
    transform: translateY(-730px);
    margin-left: 33vw;
  }
  .third-slice .sun-wrapper:nth-child(1) {
    margin-left: 0;
    width: 300px;
  }
  .third-slice .sun-wrapper:nth-child(3) {
    float: right;
    margin-top: -380px;
  }
  .third-slice .sun-wrapper:nth-child(4) {
    width: 120px;
    margin-left: 58vw;
    transform: translateY(-125px);
  }
  .fourth-slice {
    display: flex;
    justify-content: flex-start;
    gap: 8vw;
  }
  .fourth-slice .sun-wrapper:nth-child(1) {
    margin-left: 85px;
  }
  .fourth-slice .sun-wrapper:nth-child(2) {
    width: 120px;
    margin-top: 0;
    margin-left: 0;
    transform: translateY(50px);
  }
  .fifth-slice {
    display: flex;
    justify-content: space-between;
  }
  .fifth-slice > img {
    transform: translateY(-445px);
    margin-top: 0;
    margin-left: 100px;
  }
  .fifth-slice .sun-wrapper:nth-child(2) {
    margin-top: -250px;
  }
  .fifth-slice .sun-wrapper:nth-child(3), .fifth-slice .sun-wrapper:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu_wrapper {
    display: none;
  }
  .menu_wrapper_mobile {
    transform: translate(-20px, 60px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1019607843);
    box-shadow: -5px 20px 18.4px 0px rgba(0, 0, 0, 0.4);
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .menu_wrapper_mobile div {
    width: 24px;
    border: #F9FF4E solid 1px;
  }
  .suns-wrapper {
    width: 75%;
  }
  .menu_wrapper {
    margin-right: 10px;
  }
  .mama-wrapper img:first-child,
  .papa-wrapper img:first-child {
    height: 391px;
  }
  .mama-wrapper img:last-child {
    top: 200px;
    left: 22px;
    height: 191px;
  }
  .papa-wrapper img:last-child {
    top: 200px;
    left: 50px;
  }
  .family-fire {
    width: 40vw;
    z-index: 1;
  }
  .join-to-stars-wrapper {
    margin-top: 30px;
  }
  .join-to-stars-wrapper img {
    height: 264px;
  }
  .family-fire-descr {
    margin-top: 5px;
  }
  .stars-counter-wrapper {
    margin-top: 10px;
  }
  .moscow-planetarium {
    margin-top: 60px;
  }
  .first-screen {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .menu_wrapper {
    margin-right: 10px;
  }
  .premiere-desktop {
    display: none;
  }
  .premiere-tablet {
    display: block;
    margin: 85px auto;
  }
  .planets-wrapper {
    transform: translateY(45%);
  }
  .planets-wrapper img:nth-child(1) {
    height: 85px;
  }
  .planets-wrapper img:nth-child(2) {
    margin-top: -10px;
    height: 120px;
  }
  .family-fire-stars-wrapper {
    margin: 72px 0 0;
    justify-content: center;
    align-items: flex-start;
  }
  .mama-wrapper img:first-child,
  .papa-wrapper img:first-child {
    height: 50vw;
  }
  .mama-wrapper img:last-child {
    top: 28vw;
    left: 0;
    height: 22vw;
  }
  .papa-wrapper img:last-child {
    display: none;
  }
  .family-fire {
    width: 36vw;
    min-width: 0;
    flex-shrink: 1;
    z-index: 1;
    margin-top: 4px;
    margin-left: -10vw;
    margin-right: -6vw;
  }
  .family-fire-descr {
    margin-top: 5px;
    width: 100%;
    font-size: clamp(8px, 2.4vw, 12px);
  }
  .stars-counter-wrapper {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    padding: 8px 6px 10px;
    border-width: 2px;
    border-radius: 12px;
    box-shadow: 0 0 18px 0 #00fffb;
    margin-top: 8px;
  }
  .stars-counter-int {
    font-size: clamp(16px, 5vw, 22px);
  }
  .stars-counter-descr {
    margin-top: 2px;
    font-size: clamp(7px, 2.1vw, 10px);
  }
  .stars-counter-button {
    min-width: 0;
    width: 100%;
    min-height: 28px;
    padding: 6px 4px;
    font-size: clamp(7px, 2vw, 10px);
    border-radius: 16px;
    box-shadow: -6px 8px 8px 0 rgba(0, 0, 0, 0.4);
  }
  .moscow-planetarium {
    padding-inline: 40px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .moscow-planetarium {
    margin-top: 30px;
    gap: 40px;
  }
  .stars-slider {
    margin-top: 140px;
  }
  .second-screen {
    height: 1200px;
  }
  .moscow-planetarium-descr-wrapper {
    width: 100%;
  }
  .moscow-planetarium-descr-wrapper p {
    font-size: 12px;
  }
  .join-to-stars-wrapper {
    display: none;
    flex-direction: column-reverse;
    align-items: end;
    gap: 24px;
  }
  .join-to-stars {
    max-width: unset;
  }
  .third-screen {
    background-image: url(images/third-screen-bg-mobile.png);
  }
  .suns-wrapper {
    font-size: 12px;
  }
  .first-slice .sun-wrapper:nth-child(1) {
    width: 80px;
    margin-left: 60px;
  }
  .first-slice .sun-wrapper:nth-child(2) {
    width: 80px;
    margin-top: -40px;
  }
  .first-slice .sun-wrapper:nth-child(3) {
    width: 120px;
    margin-left: 0;
    margin-top: 200px;
  }
  .first-slice .sun-wrapper:nth-child(4) {
    margin-top: -225px;
    margin-right: -31px;
  }
  .second-slice .sun-wrapper:nth-child(1) {
    width: 80px;
  }
  .third-slice > img {
    height: 160px;
    width: 160px;
    transform: translateY(-530px);
    margin-left: 55vw;
  }
  .second-slice .sun-wrapper:nth-child(2) {
    margin-left: 0;
    margin-top: 163px;
    transform: translateX(-31vw);
  }
  .second-slice .sun-wrapper:nth-child(4) {
    width: 80px;
    margin-top: 170px;
  }
  .third-slice .sun-wrapper:nth-child(1) {
    width: 80px;
    margin-top: 210px;
    transform: translateY(-155px);
    margin-left: 23px;
  }
  .third-slice .sun-wrapper:nth-child(3) {
    width: 80px;
    margin-top: -305px;
    margin-right: 50px;
  }
  .third-slice .sun-wrapper:nth-child(4) {
    width: 80px;
    margin-left: 0;
    transform: translateY(-40px);
  }
  .fifth-slice > img {
    height: 164px;
    width: 234px;
    transform: translate(32vw, -410px);
  }
  .fifth-slice .sun-wrapper:nth-child(2),
  .fifth-slice .sun-wrapper:nth-child(3),
  .fifth-slice .sun-wrapper:nth-child(4) {
    display: none;
  }
  .fourth-slice {
    justify-content: space-between;
  }
  .fourth-slice .sun-wrapper:nth-child(1) {
    margin-left: 0;
  }
  .fourth-slice .sun-wrapper:nth-child(2) {
    transform: translateY(-35px);
  }
}
@media screen and (max-width: 520px) {
  .second-screen {
    height: 1020px;
  }
}
@media screen and (max-width: 600px) {
  .join-to-stars-wrapper img {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .family-fire {
    width: 34vw;
    margin-left: -12vw;
    margin-right: -8vw;
  }
  .stars-counter-wrapper {
    gap: 5px;
    padding: 6px 5px 8px;
    border-radius: 10px;
  }
  .stars-counter-button {
    min-height: 24px;
    padding: 5px 3px;
    border-radius: 14px;
  }
  .premiere-mobile {
    display: block;
    margin: 85px auto;
  }
  .premiere-tablet {
    display: none;
  }
}
/*---------------------*/
.promo,
.achievements-section,
.additional-content-section {
  max-width: var(--container-width);
  margin-inline: max(var(--block-container-gutter), (100% - var(--container-width)) / 2);
}

.promo {
  height: fit-content;
  border-radius: 40px;
  box-shadow: 14px 21px 20px 0px rgba(7, 94, 145, 0.4);
  overflow: hidden;
}
.promo img {
  width: 100%;
  height: auto;
}

.main-content {
  display: flex;
  flex-direction: column;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #444444;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
}

.o-btn {
  height: 30px;
  min-width: 100px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.o-btn:hover {
  opacity: 0.8;
}

.o-btn--blue:hover {
  opacity: 0.8;
}

.w-full {
  width: 100%;
}

.mb-4 {
  margin-bottom: 1rem;
}

.menu,
.game-wrap,
.block {
  max-width: 620px;
  margin: 0 auto;
}

.menu, .rules-block {
  box-shadow: 0px 0px 20px 0px rgba(13, 119, 135, 0.2);
}

.menu,
.block {
  margin-inline: max(var(--block-container-gutter), (100% - var(--block-container-width)) / 2);
}

.menu {
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 25px;
  width: var(--game-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: var(--border-radius);
  background: #fff;
}

.menu__item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: none;
  border: none;
  transition: all 0.3s ease;
}

.menu__item.active {
  color: var(--color-secondary);
}

.menu__item:hover {
  opacity: 0.85;
}

.modal-menu {
  margin-block: 0;
  margin-bottom: 20px;
}
.modal-menu .menu__item.active {
  color: #021A6B;
}

.game-wrap {
  position: relative;
  min-height: var(--block-height);
}
.game-wrap__kite {
  position: absolute;
  top: -8px;
  left: -365px;
}
.game-wrap__chiken {
  position: absolute;
  top: -46px;
  right: -7px;
  transform: translateX(100%);
}
.game-wrap__goat {
  position: absolute;
  bottom: -60px;
  left: -60px;
  transform: translateX(-100%);
}
.game-wrap__rex-jump {
  position: absolute;
  bottom: 16px;
  right: -50px;
  transform: translateX(100%);
}
.game-wrap__box {
  position: absolute;
  bottom: -100px;
  right: 56px;
  transform: translateX(100%);
}

.tso-game-frame {
  background: var(--color-primary) url(./images/game-bg.png) center center/cover no-repeat;
  height: var(--block-height);
  border-radius: var(--border-radius);
  border: 2px solid var(--color-primary);
}

.tso-game-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .tso-game-popup {
    padding: 15px;
  }
}

.quiz__item {
  position: relative;
  z-index: 1;
  max-width: var(--game-width);
  padding: 25px;
  flex: 1;
}
.quiz__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(13, 119, 135, 0.15);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .quiz__item {
    margin: 0 15px;
    padding: 15px;
  }
}

.quiz__top {
  overflow: hidden;
  height: 260px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .quiz__top {
    height: auto;
  }
}

.game-quiz__img img,
.quizCaption__top img,
.quiz__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz__body {
  padding: 15px 0 20px;
  color: #444;
}

.game-quiz__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border-radius: var(--border-radius);
  background-color: #fff;
  gap: 15px;
}
@media screen and (max-width: 481px) {
  .game-quiz__body {
    padding: 15px;
  }
}

.game-quiz__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 481px) {
  .game-quiz__title {
    font-size: 18px;
  }
}

.game-quiz__descr {
  font-size: 18px;
  line-height: 140%;
}

.game-quiz__time {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.game-quiz__time-text span {
  font-weight: 700;
}

.game-quiz__actions {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .game-quiz__actions {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.quizResult__count {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-primary);
}
@media screen and (max-width: 481px) {
  .quizResult__count {
    font-size: 16px;
  }
}

.quizResult__status {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 481px) {
  .quizResult__status {
    font-size: 18px;
  }
}

.quizResult__descr {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 481px) {
  .quizResult__descr {
    font-size: 16px;
  }
}

.quizShare {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  margin-top: 20px;
  color: #444;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 481px) {
  .quizShare {
    font-size: 16px;
  }
}

.quizShare__item, .quizShare__list {
  display: flex;
}

.quizShare__list {
  align-items: center;
  gap: 10px;
}

.quizShare__item {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.block {
  display: none;
  border-radius: var(--border-radius);
}
.block__img {
  margin-bottom: 8px;
  overflow: hidden;
  height: 400px;
  border-radius: 16px;
}
.block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.4em;
}
.block__links {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.block.active, .game-block.active {
  display: block;
}

.block:not(.game-block) {
  width: 100%;
  overflow: hidden;
}

.enter-block {
  display: none;
  height: 540px;
  background: url(./images/game.png) center center/cover no-repeat;
  border-radius: var(--border-radius);
  cursor: pointer;
}
.enter-block.active {
  display: block;
}

.enter-block, .game-block {
  position: relative;
  z-index: 1;
}

.game-block {
  --color-primary: #4cc7d6;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 62/63;
}

.achievements-section {
  padding-top: 60px;
  min-height: 1060px;
  display: flex;
}
.achievements-section > div {
  width: 50%;
}

.beret {
  --top-offset: 170px;
}
.beret__wrap {
  position: relative;
}
.beret__bg {
  position: absolute;
  width: 780px;
  max-width: none;
  height: 780px;
  top: var(--top-offset);
  left: -80px;
  z-index: 1;
}
.beret__pin {
  position: absolute;
  width: 230px;
  height: 230px;
  background: url(./images/locked-pin.png) center center/cover no-repeat;
  z-index: 2;
}
.beret__pin:hover {
  animation: locked15 0.3s ease-in-out 2;
}
.beret__pin.unlocked {
  animation: none;
}
.beret__pin.unlocked:hover {
  animation: scale105 0.3s ease-in-out 1;
}
.beret__pin.unlocked:nth-child(1) {
  background-image: url(./images/achievement-1.png);
}
.beret__pin.unlocked:nth-child(2) {
  background-image: url(./images/achievement-2.png);
}
.beret__pin.unlocked:nth-child(3) {
  background-image: url(./images/achievement-3.png);
}
.beret__pin.unlocked:nth-child(4) {
  background-image: url(./images/achievement-4.png);
}
.beret__pin.unlocked:nth-child(5) {
  background-image: url(./images/achievement-5.png);
}
.beret__pin:nth-child(1) {
  top: calc(var(--top-offset) + 426px);
  left: 121px;
}
.beret__pin:nth-child(2) {
  top: calc(var(--top-offset) + 35px);
  left: 339px;
}
.beret__pin:nth-child(3) {
  top: calc(var(--top-offset) + 33px);
  left: 68px;
}
.beret__pin:nth-child(4) {
  top: calc(var(--top-offset) + 384px);
  left: 385px;
}
.beret__pin:nth-child(5) {
  top: calc(var(--top-offset) + 245px);
  left: -20px;
}
.beret__sun {
  position: absolute;
  top: calc(var(--top-offset) + 279px);
  left: 228px;
  transform: rotate(-12deg);
  width: 343px;
  z-index: 1;
}
.beret__flowerbed {
  position: absolute;
  left: -90px;
  width: auto;
  height: 250px;
  top: 4px;
}
.beret__flower {
  position: absolute;
  left: -81px;
  width: auto;
  height: 170px;
  top: 64px;
}
.beret__rex {
  position: absolute;
  left: 116px;
  width: auto;
  height: 234px;
  top: 1px;
}

.achievements {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.achievements__boy {
  position: absolute;
  width: 276px;
  right: 65px;
  top: -93px;
  transform: translateX(100%);
}
.achievements__ball {
  position: absolute;
  width: 230px;
  top: 320px;
  right: -50px;
  transform: translateX(100%);
}

.achievements-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.achievement-card {
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  z-index: 2;
}
.achievement-card__title {
  margin-bottom: 8px;
  font-size: 36px;
  color: var(--color-primary);
  font-family: "Accidental-Presidency", sans-serif;
}
.achievement-card__text {
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-color);
}
.achievement-card__btn {
  margin-top: 6px;
}

@keyframes locked30 {
  from {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes locked15 {
  from {
    rotate: 0;
  }
  50% {
    rotate: 8deg;
  }
  to {
    rotate: 0;
  }
}
@keyframes scale105 {
  from {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
  to {
    scale: 1;
  }
}
.achievement-item {
  padding: 10px 20px;
  display: flex;
  gap: 10px;
}
.achievement-item__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background: url(./images/lock.png) center center/cover no-repeat;
}
.achievement-item__title {
  margin-bottom: 6px;
  font-size: 28px;
  color: var(--color-primary);
  font-family: "Accidental-Presidency", sans-serif;
}
.achievement-item__title_unlocked {
  display: none;
}
.achievement-item__text_unlocked {
  display: none;
}
.achievement-item__btn {
  display: none;
}
.achievement-item.unlocked .achievement-item__title_locked {
  display: none;
}
.achievement-item.unlocked .achievement-item__title_unlocked {
  display: block;
}
.achievement-item.unlocked .achievement-item__text_locked {
  display: none;
}
.achievement-item.unlocked .achievement-item__text_unlocked {
  display: block;
}
.achievement-item.unlocked .achievement-item__btn {
  display: block;
}
.achievement-item:nth-child(1).unlocked .achievement-item__img {
  background-image: url(./images/achievement-1.png);
}
.achievement-item:nth-child(2).unlocked .achievement-item__img {
  background-image: url(./images/achievement-2.png);
}
.achievement-item:nth-child(3).unlocked .achievement-item__img {
  background-image: url(./images/achievement-3.png);
}
.achievement-item:nth-child(4).unlocked .achievement-item__img {
  background-image: url(./images/achievement-4.png);
}
.achievement-item:nth-child(5).unlocked .achievement-item__img {
  background-image: url(./images/achievement-5.png);
}
.achievement-item:not(.unlocked) .achievement-item__img:hover {
  animation: locked30 0.3s ease-in-out 2;
}

.additional-content-section {
  --container-width: 1320px;
  position: relative;
  padding: 130px 0 45px;
}

.additional-content {
  position: relative;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 16px;
  background: #FBFFF0;
  overflow: hidden;
  z-index: 1;
}
.additional-content__title {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.2;
  color: var(--color-primary);
  font-family: "Accidental-Presidency", sans-serif;
}
.additional-content .card:hover .card__name {
  color: var(--color-primary);
}
.additional-content__wrap {
  position: relative;
}
.additional-content__person {
  position: absolute;
  width: 320px;
  top: -222px;
  left: -140px;
}
.additional-content__flower-yellow {
  position: absolute;
  top: -194px;
  right: -100px;
  height: 270px;
}
.additional-content__flower-purple {
  position: absolute;
  width: 300px;
  bottom: -114px;
  left: 43px;
  transform: translateX(-100%);
}

.popup-overlay, .overlay {
  background-color: rgba(2, 26, 107, 0.8);
}

.popup-overlay {
  --color-primary: #4CC7D6;
  --color-secondary: #02B0C4;
  display: none;
  padding: 76px 10px 20px;
  overflow-y: auto;
  background: rgba(2, 26, 107, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.popup-overlay.visible {
  display: block;
}
.popup-overlay .sandwich {
  position: absolute;
  left: auto;
  right: 13px;
  top: 72px;
  width: 20px;
}

.work-wrapper {
  margin: 20px auto;
  width: 1260px;
  display: flex;
  gap: 20px;
  font-family: "Montserrat", "sans-serif";
  color: #444444;
}

.work-descr-wrapper {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-descr {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.work-descr h3 {
  font-size: 24px;
  font-weight: 700;
}

.work-descr p {
  font-size: 18px;
  font-weight: 400;
}

.date {
  font-size: 12px;
}

.info_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.suns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5px;
  padding: 11px;
  border: 0.94px solid #EEFAFB;
  box-shadow: 0 0 5.53px 0 rgba(13, 119, 135, 0.1019607843);
  font-size: 13px;
  border-radius: 50px;
}

.info {
  font-weight: 400;
  font-size: 12px;
}

@media screen and (max-width: 1280px) {
  .work-wrapper {
    flex-direction: column;
    width: 98%;
  }
  .work-descr {
    margin-bottom: 80px;
  }
}
.rules-block, .prize-block {
  padding: 25px;
  background: #FFF;
}

.rating-block {
  max-width: 736px;
  border: none;
  margin: 0 auto;
}
.rating-block .rating-row {
  background: #FBFFF0;
}

hr {
  width: 100%;
  border: #ffffff solid 0.1px;
}

/* rating block */
.your-result {
  background: var(--color-secondary);
  border-radius: var(--border-radius);
  padding: 18px 20px;
  margin-bottom: 1vw;
}

.your-result > h3 {
  font-family: "Montserrat", "sans-serif";
  margin: 4px 0 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.your-result hr {
  margin: 0;
}

.rating-list {
  background: #fff;
  border-radius: var(--border-radius);
  padding: 20px 12px;
  box-shadow: 1.99px 1.99px 2.16px 0px rgba(0, 0, 0, 0.2);
}

.rating-row, .your-rating-row {
  display: grid;
  grid-template-columns: 2fr 7fr 2fr;
  align-items: center;
  gap: 8px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8vh;
  background: #E6FEFF;
  border-radius: var(--border-radius);
}

.your-rating-row {
  background: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.15vw;
}

.rating-row {
  margin-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1.13vw;
}

.rating-row > .place > div {
  color: var(--color-secondary);
}

.rating-row:nth-child(-n+5) > .place > div {
  color: #ffffff;
  background: var(--color-secondary);
  width: 60%;
  border-radius: 20px;
  padding: 2px 10px;
}

.your-rating-head, .rating-head {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.place, .name, .points {
  font-size: 20px;
}

.place {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-head, .your-rating-head {
  margin: 0 0 0.5vw;
}

.rating-list > h3 {
  font-family: Montserrat, "sans-serif";
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 20px 0;
  line-height: 1;
  text-align: center;
  color: var(--color-secondary);
}

#rating-rows {
  max-height: min(50vh, 660px);
  overflow-y: auto;
  scrollbar-color: var(--color-secondary) #E9E9E9;
}

#rating-rows::-webkit-scrollbar {
  width: 6px;
}

#rating-rows::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

@media (max-width: 1260px) {
  .menu:not(.modal-menu) {
    margin-top: 20px;
  }
  .menu:not(.modal-menu),
  .promo {
    position: relative;
    z-index: 1;
  }
  .promo {
    border-radius: var(--border-radius);
  }
  .game-wrap__kite {
    width: 230px;
    top: -85px;
    left: -152px;
    transform: rotate(54deg);
  }
  .game-wrap__chiken {
    width: 143px;
    top: -57px;
    right: 15px;
  }
  .game-wrap__box {
    display: block;
    width: 244px;
    z-index: 0;
    bottom: 16px;
    right: 107px;
  }
  .achievements-section {
    --top-offset: 186px;
    padding-top: var(--top-offset);
    padding-bottom: 199px;
    margin-top: -42px;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    margin-inline: 0;
    max-width: 100%;
    background-image: url(./images/achievements-screen-tablet.png);
    background-position: center -5px;
    background-size: auto calc(100% + 6px);
    overflow-x: hidden;
  }
  .achievements-section .beret {
    width: 832px;
    height: fit-content;
  }
  .achievements-section .achievements {
    width: 620px;
    margin-inline: max(var(--block-container-gutter), (100% - var(--block-container-width)) / 2);
  }
  .beret__bg {
    position: static;
    width: 100%;
    height: auto;
  }
  .beret__pin {
    width: 180px;
    height: 180px;
  }
  .beret__pin:nth-child(1) {
    top: 31px;
    left: 225px;
  }
  .beret__pin:nth-child(2) {
    top: -16px;
    left: 428px;
  }
  .beret__pin:nth-child(3) {
    top: 142px;
    left: 340px;
  }
  .beret__pin:nth-child(4) {
    top: 140px;
    left: 530px;
  }
  .beret__pin:nth-child(5) {
    top: 172px;
    left: 93px;
  }
  .beret__sun {
    top: 269px;
    left: 224px;
    width: 464px;
    transform: none;
  }
  .beret__rex {
    top: -133px;
    height: 173px;
    left: 200px;
  }
  .beret__flowerbed {
    height: 187px;
    left: 34px;
    top: -134px;
  }
  .beret__flower {
    height: 126px;
    left: 34px;
    top: -81px;
  }
  .achievements {
    margin-top: -380px;
  }
  .achievements__boy {
    width: 196px;
    top: -628px;
  }
  .achievements__ball {
    display: none;
  }
  .additional-content-section {
    margin-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .additional-content {
    padding: 20px 8px 42px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .additional-content__person {
    width: 265px;
    left: 8px;
  }
  .additional-content__flower-yellow {
    width: 242px;
    right: 0px;
    top: 48px;
    transform: translateY(-100%);
  }
  .additional-content__flower-purple {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1260px) {
  .game-wrap__goat, .game-wrap__rex-jump {
    display: none;
  }
  .game-section {
    position: relative;
  }
  .game-section__tablet-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 50vw);
    background-image: url(./images/game-screen-tablet.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .planetarium__title {
    font-size: 30px;
  }
  .popup-overlay .sandwich {
    top: 52px;
  }
  .menu:not(.modal-menu) {
    margin-top: 10px;
    max-width: calc(100% - var(--block-container-gutter) * 2);
  }
  .menu__item {
    font-size: 30px;
    line-height: 1em;
  }
  .modal-menu,
  .popup-overlay .block {
    max-width: 100%;
    width: 100%;
    margin-inline: 0;
  }
  .block:not(.game-block) {
    top: 170px;
  }
  .block:not(.game-block) .block__img {
    height: 235px;
  }
  .block:not(.game-block) .block__text {
    margin-top: 8px;
  }
  .block:not(.game-block, .rating-block) {
    padding: 20px 10px;
  }
  .enter-block {
    max-width: 100%;
  }
  .rating-block {
    transform: none;
  }
  .quizResult {
    margin: 0 15px;
  }
  .rules-block__title {
    font-size: 30px;
  }
  .rules-block__text {
    font-size: 16px;
  }
  .your-rating-row, .rating-row {
    padding: 10px 14px;
    font-size: 2.5vw;
  }
  .rating-row > .place > div {
    color: var(--color-secondary);
  }
  .your-rating-head, .rating-head {
    font-size: 2vw;
  }
  .rating-head, .your-rating-head {
    margin: 0 0 0.5vw;
  }
  .place, .name, .points {
    font-size: 16px;
  }
  .your-result {
    margin-bottom: 20px;
    box-shadow: 1.99px 1.99px 2.16px 0px rgba(0, 0, 0, 0.2);
  }
  .achievements-section {
    --top-offset: 114px;
    position: relative;
    padding-bottom: 20px;
    margin-top: -28px;
    background-image: url(./images/achievements-screen-mobile.png);
    background-size: cover;
    background-position-y: 0;
  }
  .achievements-section .beret {
    width: 100%;
  }
  .achievements-section .achievements {
    width: calc(100% - var(--block-container-gutter) * 2);
  }
  .beret__bg {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .beret__pin {
    width: 120px;
    height: 120px;
  }
  .beret__pin:nth-child(1) {
    left: auto;
    right: 29%;
    top: 28%;
  }
  .beret__pin:nth-child(2) {
    top: 34px;
    left: calc(50% - 60px);
  }
  .beret__pin:nth-child(3) {
    top: 71px;
    left: calc(27% - 60px);
  }
  .beret__pin:nth-child(4) {
    top: 74px;
    right: 12%;
    left: auto;
  }
  .beret__pin:nth-child(5) {
    left: 27%;
    top: 30%;
  }
  .beret__sun {
    width: 292px;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
  }
  .beret__rex {
    top: -112px;
    height: 108px;
    left: 104px;
  }
  .beret__flowerbed {
    height: 116px;
    left: 6px;
    top: -105px;
  }
  .beret__flower {
    height: 78px;
    left: 8px;
    top: -81px;
  }
  .achievements {
    width: 100%;
    margin-top: -34vw;
  }
  .achievements__boy {
    display: none;
  }
  .achievements-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .achievement-card__text {
    font-size: 16px;
  }
  .achievement-item {
    width: calc((100% - 5px) / 2);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .achievement-item__title {
    font-size: 26px;
  }
  .achievement-item__btn {
    margin-inline: auto;
  }
  .additional-content-section {
    padding-top: 0;
  }
  .additional-content__title {
    font-size: 30px;
  }
  .additional-content__person {
    width: 180px;
    left: auto;
    right: 0;
    top: -300px;
  }
  .additional-content__flower-yellow {
    width: 100px;
    height: auto;
    top: -51px;
    right: 104px;
  }
  .achievement-item {
    min-height: 310px;
  }
}
@media (max-width: 550px) {
  .beret__bg {
    width: 572px;
    margin-left: calc((572px - 100%) / -2);
  }
  .beret__pin:nth-child(1) {
    left: 50%;
    top: 28%;
    transform: translateX(4px);
  }
  .beret__pin:nth-child(2) {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .beret__pin:nth-child(3) {
    top: 45px;
    left: 50%;
    transform: translateX(-188px);
  }
  .beret__pin:nth-child(4) {
    top: 50px;
    left: 50%;
    transform: translateX(69px);
  }
  .beret__pin:nth-child(5) {
    left: 50%;
    top: 157px;
    transform: translateX(-144px);
  }
  .beret__sun {
    top: 264px;
  }
  .achievements {
    margin-top: -160px;
  }
  .rating-description {
    width: 100%;
    align-items: center;
    margin-top: 50vw;
    text-align: center;
  }
  .rating-description .title {
    font-size: 6vw;
  }
  .rating-description .description {
    font-size: 4.2vw;
  }
}
@media (max-width: 375px) {
  hr {
    margin: 1vh 0;
  }
}
.search-block-wrapper, .winners-block-wrapper {
  padding: 25px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-radius: 15px;
}

.winners-block-fragment {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #EBF0FF;
  border-radius: 16px;
  padding: 12px 20px;
  box-sizing: border-box;
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #1a1a4d;
  outline: none;
}
.search-input::placeholder {
  color: rgba(26, 26, 77, 0.3);
  opacity: 1;
  font-weight: 600;
  font-family: "Montserrat", "sans-serif";
}

.search-icon {
  width: 24px;
  height: 24px;
  color: #1a1a4d;
  flex-shrink: 0;
  margin-left: 12px;
}

.searching-list, .winners-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.searching-list__row, .winners-list__row {
  display: flex;
  gap: 26px;
}

.searching-list__item, .winners-list__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #021A6B;
  font-family: "Montserrat", "sans-serif";
  font-weight: 500;
}

@media (max-width: 429px) {
  .searching-list__row, .winners-list__row {
    flex-wrap: wrap;
  }
  .searching-list__item, .winners-list__item {
    flex: 0 0 calc(50% - 13px);
  }
}

/*# sourceMappingURL=style.css.map */
