@font-face {
  font-family: "header__link";
  src: url("Font/geometria.ttf") format("truetype");
}

@font-face {
  font-family: "title";
  src: url("Font/PPPangramSansRounded-Bold.otf") format("truetype");
}
@font-face {
  font-family: "right-column__text";
  src: url("Font/geometria.ttf") format("truetype");
}
@font-face {
  font-family: "slider-title";
  src: url("Font/PPPangramSansRounded-Bold.otf") format("truetype");
}
@font-face {
  font-family: "button";
  src: url("Font/geometria-medium.ttf") format("truetype");
}
@font-face {
  font-family: "footer-mobile";
  src: url("Font/geometria-medium.ttf") format("truetype");
}
@media (hover: hover) {
  .header__link:hover {
    text-decoration: underline;
  }
  .button-hover:hover {
    transform: scale(1.1);
    color: white;
  }

  .footer__link:hover {
    text-decoration: underline;
  }
  .footer__link-special:hover {
    transform: scale(1.1);
    color: white;
  }
}
@keyframes sway {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes sway5 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes sway6 {
  0% {
    transform: rotate(+1deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes sway7 {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes shine {
  from {
    opacity: 0.8; /* Начальная прозрачность */
    filter: brightness(60%);
  }
  to {
    opacity: 1;
    filter: brightness(140%); /* Конечная прозрачность (полностью видна) */
  }
}
html {
  font-size: 62.5%; /* 1rem = 10px (при стандартных 16px в браузере) */
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.5208333333vw;
  font-family: "geometria", sans-serif;
}

:root {
  --swiper-navigation-size: 4.5rem;
}

.fon {
  background: linear-gradient(to bottom, #34318e, #100e3c);
  z-index: -1;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
body {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "geometria";
}
.img-mobile {
  display: none;
}
.header {
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15rem;
  padding: 0rem 4rem;
  position: fixed;
  backdrop-filter: blur(10px);
  background: #2120645c;
  top: 0;
  left: 0;
  right: 0;
  mask: linear-gradient(to bottom, #000000 0%, black 25% 75%, transparent 100%);
}
.header__link {
  transition: 0.3s;
  font-family: "header__link";
  color: white;
  text-decoration: none;
  font-size: 2.7rem;
  margin: 2rem 3rem 4rem;
}

.header__link-special {
  font-family: "header__link";
  background-color: rgb(153, 170, 240);
  padding: 2rem 6.5rem;
  border-radius: 4.5rem;
  color: black;
}

.container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-column {
  width: 55%;
}

.container .left-column__image {
  width: 130%;
  height: auto;
  padding-right: 5rem;
  padding-top: 20rem;
}
.leaves {
  z-index: -1;
  position: absolute;
  animation-duration: 2.5s;
  height: auto;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
img.leaves_1_3 {
  width: 8%;
  margin: 66rem 101rem;
  transform-origin: bottom center;
  animation-name: sway;
}
img.leave_5 {
  width: 3.5%;
  margin: 90rem 112rem;
  transform-origin: top center;
  animation-name: sway5;
}
img.leave_6 {
  width: 7%;
  margin: 89rem 113rem;
  transform-origin: left center;
  animation-name: sway5;
}
img.leaves.leave_8 {
  width: 5%;
  margin: 123.5rem 39rem;
  animation-name: sway6;
  transform-origin: left center;
}

img.leaves.leave_7\.8 {
  width: 5%;
  margin: 118rem 48rem;
  transform-origin: left center;
  animation-name: sway;
}
.star {
  animation: shine 2s infinite alternate;
  position: absolute;
  height: auto;
}

img.star.star_1 {
  width: 3%;
  margin: 25rem 7rem;
  animation-delay: 0.2s;
}

img.star.star_2 {
  width: 2%;
  margin: 20rem 17rem;
  animation-delay: 0.7s;
}

img.star.star_3 {
  width: 3%;
  margin: 36rem 68rem;
  animation-delay: 3s;
}

img.star.star_4 {
  width: 1.7%;
  margin: 42rem 62rem;
  animation-delay: 0.6s;
}

img.star.star_5 {
  width: 1.5%;
  margin: 40rem 100rem;
  animation-delay: 0.9s;
}

.img_mobile {
  display: none;
}
.footer__sources {
    /* display: none; */
}

.right-column {
  width: 45%;
}
.footer-mobile {
    display: none;
}
.right-column__text {
  font-family: "right-column__text";
  padding-top: 15rem;
  padding-left: 25rem;
}
.right-column__title {
  font-family: "title";
  margin-bottom: 1.8rem;
}
.right-column__paragraph {
  margin-top: 0rem;
  font-size: 2.7rem;
}
.right-column__paragraph-first {
  margin-top: 0rem;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.right-column__paragraph-second {
  font-size: 3.5rem;
  margin-right: 6rem;
  font-family: "right-column__text";
}
.button {
  background-color: #f4e154;
  color: black;
  text-decoration: none;
  border-radius: 5rem;
  display: inline-block;
  text-align: center;
  margin-top: 7rem;
  margin-left: 6rem;
  font-size: 4rem;
  padding: 2rem 2rem;
  font-family: "button";
  width: 67rem;
  transition: 0.3s;
}
.container-3__btn {
  margin-left: -6rem;
}

.container-2 {
  --swiper-theme-color: #383378;
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.container-2__img {
  width: 78%;
  height: auto;
  position: absolute;
  right: 0;
}
img.leaves.leave_1-2 {
  width: 6%;
  margin: 8rem 83.5rem;
  transform-origin: bottom center;
  animation-name: sway;
}

img.leaves.Lenivec_2-leaves-2 {
  width: 3%;
  margin: 14rem 94.5rem;
  transform-origin: bottom center;
  animation-name: sway6;
}
img.leaves.leaves_5-6 {
  width: 5.5%;
  margin: 69.5rem 153rem;
  transform-origin: right center;
  animation-name: sway;
}
img.leaves.leaves_8 {
  width: 7.5%;
  margin: 33rem 72rem;
  transform-origin: right center;
  animation-name: sway5;
}
img.leaves.le_8 {
  width: 6.5%;
  margin: 75rem 163rem;
  animation-name: sway7;
  transform-origin: right center;
}

.img-cloud {
  width: 61%;
  height: auto;
  position: absolute;
  left: 1;
  padding-top: 34rem;
  margin-left: -5rem;
}
.text {
  width: 70%;
  margin: 0;
  @font-face {
    font-family: "geometria"; /*  Имя шрифта (может быть любым, но должно совпадать с тем, что вы используете в `font-family`) */
    src: url("Font/geometria.ttf") format("truetype");
  }
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-column {
  width: 55%;
}

.right-column {
  width: 45%;
}
.right-column__text {
  padding-top: 20rem;
  padding-left: 25rem;
}

.right-column__title {
  margin: 20rem 0rem;
  font-size: 7.5rem;
  line-height: 1.2;
  margin-bottom: 0rem;
}

.right-column__paragraph {
  margin-top: 0rem;
  margin-bottom: rem;
  font-size: 2.7rem;
  line-height: 1.4;
}
.right-column__paragraph-first {
  margin-top: 0rem;
  font-size: 3.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.right-column__paragraph-second {
  font-size: 3.5rem;
  margin-right: 7rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.button {
  margin: 5rem 2rem 6rem 2rem;
  background-color: #f4e154;
  color: black;
  text-decoration: none;
  border-radius: 5rem;
  display: inline-block;
  text-align: center;
  font-size: 4rem;
  padding: 2.5rem 2rem;
  width: 67rem;
  transition: 0.3s;
}
.button-top {
  margin-left: 6rem;
}

.container-2 {
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.container-2__img-cloud {
  width: 100%;
  height: auto;
}

.text {
  width: 55%;
  margin: 0;
  margin-bottom: 32rem;
}
.text__title {
  font-family: "title";
  font-size: 7rem;
  margin-top: 16rem;
  margin-left: -5rem;
}
.text__1 {
  font-size: 3.4rem;
}
.column2 {
  width: 50%;
}
.text__2 {
  color: black;
  font-size: 4rem;
  margin-top: 23rem;
  margin-bottom: 22rem;
}
.swiper-wrapper-2 {
  display: flex;
  transition: transform 0.3s;
}
.slider-2 {
  width: 90%;
  position: relative;
  left: 0;
}
.swiper-slide-2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
  position: absolute;
  cursor: pointer;
  z-index: 1; /* Чтобы кнопки были поверх слайдов */
}
.slider-2 .swiper-button-next {
  left: 73rem;
  top: 16%;
}
.slider-2 .swiper-button-prev {
  top: 36%;
  position: absolute;
}

.container-3 {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.container-3__column-1 {
  width: 45%;
}
.box-1 {
  display: flex;
  width: 100%;
}
.container-3__img {
  width: 130%;
  height: auto;
  transform: translateY(-10%);
  left: 0;
}
img.leaves.part-3_leaves_1-2 {
  width: 5.5%;
  margin: 28.5rem 87rem;
  transform-origin: bottom center;
  animation-name: sway5;
}

img.leaves.part-3_leaves_3 {
  width: 3%;
  margin: 33.5rem 81.5rem;
  transform-origin: bottom center;
  animation-name: sway5;
}

img.leaves.part-3_leaves_4-5 {
  width: 5%;
  margin: 48rem 99rem;
  transform-origin: left center;
  animation-name: sway;
}
img.star.star_7 {
  width: 1.7%;
  margin: 1rem 3rem;
  animation-delay: 1.5s;
}

img.star.star_6 {
  width: 1.7%;
  margin: 14rem 5rem;
  animation-delay: 1s;
}

img.star.star_8 {
  width: 3%;
  margin: 6rem 11rem;
}

img.star.star_9 {
  width: 3%;
  margin: -10rem 20rem;
  animation-delay: 0.8s;
}

img.star.star_10 {
  width: 3%;
  margin: 5rem 64rem;
}

img.star.star_11 {
  width: 1.5%;
  margin: -7rem 58rem;
}

img.star.star_12 {
  width: 1.6%;
  margin: 14rem 59rem;
  animation-delay: 3s;
}

img.star.star_13 {
  width: 1.7%;
  margin: -2rem 83rem;
  animation-delay: 0.2s;
}

.container-3__column-2__title {
  font-family: "title";
  margin: 0rem;
  font-size: 7rem;
  margin-top: 1rem;
}
.container-3__column-2__description {
  padding: 0rem;
  margin: 0rem;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}
.container-3__column-2__slider {
  margin: 7rem 0rem;
  font-size: 4.5rem;
  text-align: center;
}

.container-3__column-2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 51%;
  color: white;
  margin-left: 10rem;
}
.container-3__button {
  display: inline-block;
  padding: 2.1rem 7rem;
  background-color: #fddb3a;
  color: #222;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 3.7rem;
  margin-top: 7rem;
  margin-right: 11rem;
}

.box-1 img {
  height: auto;
  width: 25%;
  transform: translate(-16%, 24%);
}

/* слайдер внизу */
.swiper-container-1 {
  position: relative;
  width: 70rem;
  height: 48rem;
  overflow: hidden;
  margin: 0rem, 0rem;
}

.swiper-wrapper-1 {
  display: flex;
  transition: transform 0.3s;
}
.slider-1 {
  margin-top: 0rem;
  position: relative;
}
.text-1_slider2,
.text-2_slider2 {
  font-family: "header__link";
  margin: 0rem;
  font-size: 3rem;
  color: #383378;
  line-height: 1.2;
}
.swiper-pagination-2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    /* top: 0; */
    display: flex;
    justify-content: center;
}
p.text-3_slider2 {
  padding-top: 0rem;
  margin: 0rem;
  font-size: 2rem;
  color: #383378;
  font-family: "header__link";
}
.text-1_slider2 {
  font-family: "slider-title";
  font-size: 3.3rem;
}

.swiper-slide-1 {
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.slider_text-1 {
  font-weight: 900;
}
p.text-3_slider1 {
  padding: 3rem 3rem 2rem;
  margin: 0rem;
  font-size: 2rem;
  color: #e6e4e4;
  font-family: "header__link";
}

.swiper-button-next-1,
.swiper-button-prev-1 {
  top: 25%;
  position: absolute;
  color: white;
  cursor: pointer;
  z-index: 1; /* Чтобы кнопки были поверх слайдов */
}

.text__title {
  font-size: 7rem;
  margin-top: 18rem;
  margin-left: 10rem;
}
.text__1 {
  font-size: 3.4rem;
}
.column2 {
  width: 60%;
}

.text__2 {
  color: black;
  font-size: 4rem;
  margin-top: 22rem;
  margin-bottom: 22rem;
}
/* слайдер вверху */
.swiper-container-2 {
  position: relative;
  margin-left: 10rem;
  width: 70rem;
  height: 33rem; /* Фиксированная высота контейнера */
  overflow: hidden;
  font-size: 3.6rem;
  text-align: center;
  margin-top: 18rem;
  margin-bottom: 1rem;
  text-align: center;
}

.swiper-wrapper-2 {
  padding: 0rem;
  display: flex;
  transition: transform 0.3s;
}

.swiper-slide-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* padding: 2rem; */
  box-sizing: border-box;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
  top: 28%;
  position: absolute;
  height: auto;
  cursor: pointer;
  z-index: 1; /* Чтобы кнопки были поверх слайдов */
}
.swiper-button-prev {
  padding: 2rem;
}
.swiper-button-next {
  padding: 10rem;
}

.container-3 {
  display: flex;
  width: 100%;
  --swiper-theme-color: #fff;
}
.container-3__column-1 {
  width: 45%;
}
.box-1 {
  display: flex;
  width: 100%;
}
.container-3__img {
  width: 140%;
  left: 0;
  margin-top: 13rem;
}

.container-3__column-2__title {
  margin: 0rem;
  font-size: 7rem;
  text-align: center;
}
.container-3__column-2__description {
  font-family: "right-column__text";
  font-size: 3.4.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-left: 10rem;
  margin-right: 2rem;
  margin-top: 2rem;
}
.container-3__column-2__slider {
  margin: 7rem 0rem;
  font-size: 4.5rem;
  text-align: center;
}

.container-3__column-2 {
  display: flex;
  flex-direction: column;
  width: 51%;
  color: white;
  margin-left: 22rem;
  margin-right: 0rem;
}
.container-3__img-mobile {
  display: none;
}

.container-3__button {
  display: inline-block;
  padding: 2.1rem 7rem;
  background-color: #fddb3a;
  color: #222;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 3.7rem;

  margin-top: 7rem;
  margin-right: 11rem;
}
.box-1 img {
  height: auto;
  width: 15%;
  position: absolute;
  margin-left: -24rem;
  margin-top: -3rem;
}

/* слайдер внизу */
.swiper-container-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0rem 0rem 11rem;
  position: relative;
  width: 70rem;
  height: 48rem;
  overflow: hidden;
  margin: 0rem, 0rem;
  border-radius: 3rem;
  background-color: rgb(19 31 69 / 48%);
  box-shadow: inset 0 0 2rem rgb(31 4 123 / 50%);
}

.swiper-wrapper-1 {
  display: flex;
  transition: transform 0.3s;
  border-radius: 1rem;
}
.slider-1 {
  /* margin: 20rem 0rem 0rem; */
  margin-top: 0rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}
.swiper-slide-1 {
  width: 100%;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
.slider_text-1 {
  width: 80%;
  font-family: "slider-title";
  font-weight: 900;
  font-size: 3.7rem;
  margin-top: 0rem;
  padding: 3rem 0rem 0rem;
}
.slider_text-2 {
  font-family: "header__link";
  width: 70%;
  padding: 0rem;
  margin: 0rem;
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0rem 0rem 20rem 0rem;
}

.swiper-button-next-1,
.swiper-button-prev-1 {
  position: absolute;
  cursor: pointer;
  z-index: 1; /* Чтобы кнопки были поверх слайдов */
  top: 30%;
}
.swiper-button-prev-1 {
  margin-left: 10rem;
  margin-top: 6rem;
}
.swiper-button-next-1 {
  margin-right: -9rem;
}
.swiper-pagination-1.pag-2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  /* margin-left: 41rem; */
  /* align-self: center; */
  right: 0;
  left: 0;
  /* margin: auto; */
  padding-bottom: 3rem;
  position: absolute;
}
.img-cloud-1 {
  display: none;
}
.footer__sources-toggle {
  background-color: #222055;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 2.7rem;
  font-family: "header__link";
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
}

.footer__sources-toggle:hover {
  background-color: #333166;
}

.footer__sources-content {
  position: absolute;
  top: 100%; /* Расположение сразу под кнопкой (раскрытие вниз) */
  left: 0;
  background-color: #222055;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  z-index: 10;
  display: none; /* Изначально скрыт */
  width: 100%;
  box-sizing: border-box;
  /* Добавляем следующие свойства для анимации высоты */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.footer__sources-content p {
  font-family: "header__link";
  font-size: 2rem;
  margin: 0;
  padding-top: 0rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 2rem;
  text-decoration: none;
}

.footer__sources-content.active {
  display: block;
  max-height: 600px;
}

.arrow {
  margin-left: 5px;
  font-size: 1.6rem;
  padding-left: 0.8rem;
}
footer {
  height: 10rem;
  /* padding: 0rem 0rem 0rem 0rem; */
  padding-right: 7rem;
  align-items: center;
  justify-content: space-around;
  margin: 0rem;
  display: flex;
  /* justify-content: center; */
  flex-direction: row;
  background-color: #222055;
  position: relative;
  padding-bottom: rem;
}

.footer__link {
  color: white;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: header__link;
  /* font-family: "geometria", sans-serif; */
  padding: 1rem 3.8rem;
}

.footer__link-special {
  background-color: rgb(153, 170, 240);
  padding: 2rem 6.5rem;
  border-radius: 4.5rem;
  color: black;
}
.footer_t-1 {
  text-align: left;
  font-size: 2rem;
  margin: 7rem 3rem;
}
.swiper-pagination-1.pag-2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    /* margin-left: 58rem; */
    display: flex;
    justify-content: center;
  }
@media (min-width: 320px) and (max-width: 900px) {
  :root {
    --swiper-navigation-size: 9rem;
  }
  img.star.star_1 {
    margin: 132rem 19rem;
  }

  img.star.star_2 {
  }

  img.star.star_2 {
    width: 5%;
    margin: 141rem 3rem;
  }

  img.star.star_3 {
    margin: 176rem 83rem;
  }

  img.star.star_4 {
    width: 5%;
    margin: 166rem 91rem;
  }

  img.star.star_5 {
    width: 3%;
    margin: 171rem 145rem;
  }

  img.leaves.leaves_1_3 {
    width: 14%;
    margin: 218rem 145rem;
  }

  img.leaves.leave_5 {
    width: 5%;
    margin: 258rem 164rem;
  }

  img.leaves.leave_6 {
    width: 10%;
    margin: 258rem 165rem;
  }

  img.leaves.leave_7\.8 {
    width: 8%;
    margin: 306.5rem 56rem;
  }

  img.leaves.leave_8 {
    width: 9%;
    margin: 315rem 40rem;
  }
  .header {
    position: fixed;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__link{
    padding:0rem;
    margin:0rem 10rem;
    font-size:6rem;
  }
  .container {
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: left;
    position: relative;
  }
  .container .left-column__image {
    display: none;
  }
  .img-mobile {
    display: block;
    position: absolute;
    width: 108%;
    height: auto;
    margin: 152rem 10rem;
  }
  .right-column {
    width: 100%;
  }
  .left-column {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 12rem;
  }
  .swiper-button-next-1 {
    margin-top: 5rem;
  }
  .swiper-button-prev-1 {
    margin-top: 13rem;
  }
  .right-column__title {
    margin-top: 41rem;
    font-size: 18rem;
    margin-bottom: 0rem;
  }
  .right-column__text {
    padding-left: 10rem;
  }
  .right-column__paragraph-first {
    margin-top: -15rem;
    font-size: 12rem;
    margin-bottom: 20rem;
  }
  .right-column__paragraph-second {
    text-align: center;
    font-family: "right-column__text";
    line-height: 1.2;
    margin-left: 74rem;
    margin-right: 6rem;
    margin-top: 165rem;
    margin-bottom: 10rem;
    font-size: 7.5rem;
  }
  .header__link {
    font-family: "footer-mobile";
    padding: 7rem 4rem 2rem;
    /* font-size: 5rem; */
  }
  .header__link-special {
    margin-top: 5rem;
    width: 75rem;
    padding: 5rem 0rem;
    text-align: center;
    border-radius: 10rem;
    margin-bottom: 13rem;
  }
  .container-3__img-mobile {
    display: block;
    position: absolute;
    margin-top: 198rem;
    width: 115%;
    height: auto;
    right: 0;
  }
  .container .button {
    margin-top: 0rem;
    font-size: 10rem;
    width: 90%;
    padding: 5rem 0rem;

    margin-left: 9rem;
    border-radius: 12rem;
  }
  .text {
    width: 100%;
    display: flex;
    text-align: center;
  }
  .container-2__img {
    margin-top: 4rem;
    width: 133%;
    margin-right: -14rem;
  }
  .text {
    margin-left: 0rem;
    margin-top: 140rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text .text__title {
    margin-left: 14rem;
    margin-top: 3rem;
    margin-bottom: 20rem;
    margin-right: 50rem;
    width: 100%;
    font-size: 18rem;
  }

  .slider2-mobile {
    margin-top: 40rem;
  }
  .img-cloud {
    width: 118%;
    height: auto;
    margin-top: 144rem;
  }
  .container-3 {
    overflow: hidden;
  }
  .container-3__btn {
    margin-right: 8rem;
    font-size: 11rem;
    width: 175rem;
    padding: 5rem 0rem;
    margin-top: 160rem;
    margin-bottom: 8rem;
    border-radius: 12rem;
    justify-content: center;
  }
  .container-3__column-1 {
    /* display: none; */
  }
  .container-3__column-2 {
    width: 100%;
    display: flex;
    margin-left: 4rem;
  }

  .container-3__column-2__title {
    font-size: 18rem;
    align-self: self-start;
    text-align: left;
  }
  .container-3__column-2__description {
    text-align: left;
    align-self: self-start;
    font-size: 12rem;
    margin-left: 2rem;
    margin-top: 10rem;
    margin-bottom: 0rem;
    margin-right: 10rem;
  }

  .slider-1 {
    margin-left: 54rem;
    margin-top: 18rem;
  }
  .slider_text-1 {
    font-weight: 900;
  }

  .slider-1 p {
    font-size: 7rem;
    margin-top: 6px;
  }
  .swiper-container-1 {
    width: 115rem;
    height: 105rem;
  }
  .img-mobile {
    height: auto;
    right: 0;
    overflow: hidden;
  }
  .container-3__img-mobile {
  }
  .box-1 img {
    margin-left: 115rem;
    margin-top: 90rem;
    width: 40%;
  }

  /* слайдер вверху */
  .swiper-container-2 {
    position: relative;
    width: 155rem;
    height: 65rem;
    overflow: hidden;
    /* margin-right: 6rem; */
    margin-top: 0rem;
    /* margin-left: 8rem; */
  }

  .swiper-wrapper-2 {
    display: flex;
    transition: transform 0.3s;
  }
  .slider-2 {
    margin-top: 0rem;
    position: relative;
  }
  .slider_text-1 .slider_text-2 {
    margin: 0rem;
  }

  .swiper-slide-2 {
    height: 100%;
    flex-direction: column;
    text-align: center;
    font-size: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .text-1_slider2 {
    font-size: 7.5rem;
  }
  .text-2_slider2 {
    font-size: 7rem;
    width: 100%;
  }
  p.text-3_slider2 {
    font-size: 4rem;
  }
  .swiper-button-next-2,
  .swiper-button-prev-2 {
    position: absolute;
    cursor: pointer;
    z-index: 1; /* Чтобы кнопки были поверх слайдов */
  }
  div#button-next-2 {
    padding: 15rem;
    left: 150rem;
    top: 30%;
  }
  div#button-prev-2 {
    padding: 15rem;
    left: 1rem;
    top: 30%;
    left: -18rem;
  }
  .swiper-container-1 {
    background-color: rgb(19 31 69 / 92%);
  }
  p.footer_t-1.footer__link {
    font-size: 4rem;
  }
  p.text-3_slider1 {
    padding: 3rem 5rem 3rem;
    margin: 0rem;
    font-size: 4rem;
    color: #bfbfbf;
    font-family: "header__link";
  }
  
  img.img-cloud-1 {
    display: block;
    position: absolute;
    margin: 139rem 143rem;
  }
  img.img-cloud-1 {
    display: block;
    position: absolute;
    margin: 139rem 143rem;
  }

  img.leaves.leave_1-2 {
    width: 12%;
    margin: 13rem 20rem;
  }

  img.leaves.Lenivec_2-leaves-2 {
    width: 6%;
    margin: 24rem 42rem;
  }

  img.leaves.leaves_5-6 {
    width: 13%;
    margin: 52rem 2rem;
  }

  img.leaves.leaves_8 {
    margin: 130rem 141rem;
    width: 10%;
  }

  img.leaves.le_8 {
    width: 10%;
    margin: 135rem 159rem;
  }
  img.img-cloud-1 {
    display: block;
    position: absolute;
    margin: 139rem 143rem;
  }

  img.leaves.leave_1-2 {
    width: 12%;
    margin: 13rem 20rem;
  }

  img.leaves.Lenivec_2-leaves-2 {
    width: 6%;
    margin: 24rem 42rem;
  }

  img.leaves.leaves_5-6 {
    width: 13%;
    margin: 52rem 2rem;
  }
  img.container-3__img {
    display: none;
  }

  img.star.star_6 {
    width: 5%;
    margin: 201rem 7rem;
  }

  img.star.star_7 {
    width: 5%;
    margin: 157rem 19rem;
  }

  img.star.star_8 {
    width: 3%;
    margin: 170rem 36rem;
  }

  img.star.star_9 {
    display: none;
  }

  img.star.star_10 {
    display: none;
  }

  img.star.star_11 {
    display: none;
  }

  img.star.star_12 {
    display: none;
  }

  img.star.star_13 {
    display: none;
  }

  img.leaves.part-3_leaves_1-2 {
    width: 10%;
    margin: 248rem 146rem;
  }

  img.leaves.part-3_leaves_3 {
    width: 6%;
    margin: 255rem 134rem;
  }

  img.leaves.part-3_leaves_4-5 {
    width: 9%;
    margin: 285rem 169rem;
  }


  footer.footer {
    display: flex;
    justify-content: space-around;
    height: 54rem;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-right: 0rem;
  }
  .footer__link {
    font-size: 5rem;
    font-family: 'footer-mobile';
  }

  .footer__link-special {
    background-color: rgb(153, 170, 240);
    padding: 4rem 9.5rem;
    border-radius: 9.5rem;
    color: black;
  }
  .footer-desktop{
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  button.footer__sources-toggle.footer__link {
      margin: 0rem 55rem;
  }
  
  span.arrow {
      font-size: 3.4rem;
  }
  .footer__sources-toggle {
    font-size: 5rem;
    font-family: footer-mobile;
  }
}

/* Стили для попапа */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup__back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup__body {
    position: relative;
    background: white;
    padding: 5rem;
    border-radius: 3rem;
    max-width: 67rem;
    width: 90%;
    margin: 2rem;
    text-align: center;
}

/* Заголовок попапа */
.popup__body .title_h5 {
    color: rgb(56, 51, 120);
    font-family: title, Arial, sans-serif;
    font-size: 4rem;
    margin-bottom: 3rem;
}

/* Основной текст */
.popup__body p {
    font-family: header__link, Arial, sans-serif;
    font-size: 3rem;
    color: rgb(56, 51, 120);
    line-height: 1.2;
    margin-bottom: 4rem;
}

/* Кнопки */
.popup__body .buttons {
    font-family: header__link;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.popup__body .btn {
    background-color: rgb(244, 225, 84);
    color: black;
    font-size: 3rem;
    text-decoration: none;
    border-radius: 5rem;
    padding: 2rem 2rem;
    transition: 0.3s;
    flex: 1;
    max-width: 20rem;
}

.popup__body .btn_orange_border {
    background: transparent;
    border: 2px solid rgb(244, 225, 84);
}

.popup__body .btn_blue_border {
    background-color: rgb(153, 170, 240);
} 

/* Кнопка закрытия */
.spec__close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .popup__body {
        padding: 3rem;
    }
    
    .popup__body .title_h5 {
        font-size: 3rem;
        padding-right: 5rem;
    }
    
    .popup__body p {
        font-size: 2.2rem;
    }
    
    .popup__body .btn {
        font-size: 2.5rem;
        padding: 1.5rem 3rem;
        min-width: auto;
        width: 100%;
    }
    
    .spec__close {
        top: 1.5rem;
        right: 1.5rem;
    }
}

/* Анимация при наведении */
.popup__body .btn:hover {
    transform: scale(1.1);
    color: white;
}


