.land-main-layout {
  width: 100%;
  height: 100%;
  background-color: rgba(65, 1, 106, 1);
  margin-top: -66px;
}

.stars-background {
  position: relative;
}

.stars-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .stars-background-img {
    height: 70%;
    top: 26%;
  }
}

.christmas-toy1,
.christmas-toy2,
.christmas-toy3 {
  position: absolute;
  z-index: 2;
}

.christmas-toy1 {
  bottom: 12%;
  right: 61%;
}

.christmas-toy2 {
  bottom: 7%;
  right: 45%;
}

.christmas-toy3 {
  bottom: 5%;
  right: 28%;
}

@media (max-width: 1225px) {
  .christmas-toy1 {
    bottom: 9%;
  }

  .christmas-toy2 {
    bottom: 4%;
  }
}

@media (max-width: 1100px) {
  .christmas-toy1 {
    bottom: -1%;
    right: 32%;
  }

  .christmas-toy2 {
    bottom: 4%;
    right: 52%;
  }

  .christmas-toy3 {
    bottom: 5%;
    right: 14%;
  }
}

@media (max-width: 767px) {
  .christmas-toy1 {
    bottom: -10%;
    right: 52%;
  }

  .christmas-toy2 {
    bottom: -5%;
    right: -4%;
  }

  .christmas-toy3 {
    bottom: 5%;
    right: 61%;
  }
}

/* @media (max-width: 1225px) {
  .christmas-toy1 {
    bottom: 9%;
  }

  .christmas-toy2 {
    bottom: 4%;
  }

  .christmas-toy3 {
    bottom: 5%;
    right: 60%;
  }
}

@media (max-width: 1100px) {
  .christmas-toy1 {
    bottom: 12%;
    right: 80%;
  }

  .christmas-toy2 {
    bottom: 4%;
    right: 58%;
  }
}

@media (max-width: 767px) {
  .christmas-toy1 {
    bottom: -10%;
    right: 52%;
  }

  .christmas-toy2 {
    bottom: -5%;
    right: -7%;
  }
} */

.new-year-steps,
.main-screen,
.slider-section,
.info,
.new-year-footer {
  margin: 0;
  position: relative;
}

.new-year-steps .container,
.info .container,
.slider-section .container {
  position: relative;
  z-index: 1;
}

.new-year-steps {
  z-index: 1;
  position: relative;
}

.new-year-steps_bg-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 840px;
  height: 810px;
  border-radius: 100%;
  background: #b47ed4;
  opacity: 24%;
  filter: blur(50px);
}

.main-screen {
  padding-top: 268px;
  padding-bottom: 460px;
}

.slider-section {
  padding-bottom: 64px;
}

.new-year-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin-top: -65px;
}

.new-year-footer img {
  width: 100%;
  position: relative;
}

@media (max-width: 1920px) {
  .new-year-footer img {
    width: 1920px;
  }
}

@media (max-width: 1100px) {
  .new-year-footer img {
    width: 1120px;
  }
}

.info__container,
.slider-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info__container {
  gap: 50px;
}

.info__container {
  padding-right: 112px;
}

@media (max-width: 1200px) {
  .info__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.new-year-button {
  max-width: 230px;
}

.new-year-title-img {
  width: 318px;
  margin-top: 16px;
}

.main-screen__block {
  width: 486px;
}

.main-screen__block .new-year-title-img {
  width: 456px;
  margin-top: 4px;

  @media (max-width: 1000px) {
    width: 305px;
  }
}

.info__block .new-year-title-img {
  transform: scaleX(-1);
}

.block__desc {
  font-family: "Khabensky", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: white;

  display: flex;
  flex-direction: column;
}

.main-screen__block .block__desc {
  white-space: nowrap;

  @media (max-width: 1000px) {
    white-space: wrap;
  }
}

.block__title {
  font-family: "Khabensky", sans-serif;
  font-weight: 700;
  color: white;

  font-size: 48px;
  line-height: 52.27px;
}

.new-year-steps .block__title {
  width: 798px;
  text-align: center;
}

@media (max-width: 1279px) {
  .block__title {
    font-size: 36px;
    line-height: 43.27px;
  }

  h1.block__title {
    font-size: 44px;
    line-height: 47.27px;
  }
}

.block__sub-desc {
  font-family: "Futura New Book";
  font-size: 20px;
  font-weight: 450;
  line-height: 24.6px;
  color: white;

  display: flex;
  flex-direction: column;
  gap: 25px;
}

.slider-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}

.slider-section__container-inner {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 550px minmax(auto, 518px);
}

@media (max-width: 899px) {
  .slider-section__container {
    gap: 30px;
  }

  .slider-section__container-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

.slider-section__block,
.main-screen__block,
.info__block {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.info__block {
  width: 590px;
}

.slider-section__block {
  max-width: 518px;
}

.slider-section__block-top {
  width: 825px;
  max-width: 825px;
}

@media (max-width: 1279px) {
  .slider-section__block-top {
    width: 680px;
    max-width: 680px;
  }
}

.slider-section__block-top .new-year-text-block {
  align-items: center;
}

.slider-section__block-top .block__title,
.slider-section__block-top .block__sub-desc {
  text-align: center;
}

.slider-section__block-top .block__sub-desc {
  width: 680px;
}

@media (max-width: 1279px) {
  .slider-section__block-top .block__sub-desc {
    width: 570px;
  }
}

.new-year-container_text {
  z-index: 2;
}

.new-year-text-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.main-screen__block .new-year-text-block {
  gap: 24px;

  @media (max-width: 767px) {
    gap: 15px;
  }
}

.new-year-steps__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.steps__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
}

.new-year-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
}

.new-year-step:nth-child(1),
.new-year-step:nth-child(3) {
  margin-top: 51px;
}

.step__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;

  margin-bottom: 12px;
}

.step__img .step__img-mobile {
  display: none;
}

.step__img:nth-child(1) {
  margin-left: 71px;
}

.step__img:nth-child(2) {
  margin-left: 42px;
}

.step__img:nth-child(3) {
  margin-left: 66px;
}

.step__title {
  color: #ffca63;

  font-family: "Khabensky", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.14px;
  text-align: center;

  margin-bottom: 12px;
}

.step__desc {
  font-family: "Futura New Book";
  font-size: 20px;
  font-weight: 450;
  line-height: 24.6px;
  text-align: center;

  color: white;
}

.new-year-video-container {
  min-width: 294px;
  min-height: 498px;
  position: relative;
  box-shadow: 0px 4px 32px 0px rgba(74, 11, 114, 0.5);
  border-radius: 16px;
}

.new-year-video-cover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.new-year-play-button,
.new-year-pause-button {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new-year-video-icon {
  width: 100%;
  height: 100%;
}

.new-year-video {
  width: 296px;
  display: none;
  border-radius: 16px;
  height: 491px;
  object-fit: cover;
}

.new-year-play-button,
.new-year-pause-button {
  border: none;
  background-color: transparent;
  width: 64px;
  height: 64px;
}

.new-year-pause-button {
  display: none;
}

.new-year__slider-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 550px;
  height: 584px;
  position: relative;
  margin-left: 0;
}

@media (max-width: 899px) {
  .new-year__slider-block {
    margin-left: auto;
  }
}

.new-year__slider {
  width: 330px;
  height: 100%;
}

.slide-cover,
.slide-cover-white {
  position: absolute;
  background-color: rgba(116, 40, 138, 1);
  width: 101%;
  height: 101%;
  top: -1px;
  height: -1px;
  transition: opacity 0.5s ease;
  border-radius: 8px;
}

.slide-cover-white {
  background-color: white;
}

.swiper-slide-active .slide-cover {
  opacity: 0 !important;
}

.swiper-slide-active .slide-cover-white {
  opacity: 0 !important;
}

.swiper-slide-active .slider-card-ref {
  position: relative;
  z-index: 2;
}

.new-year__slider-card {
  width: 330px;
  height: 490px;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  background-color: white;
  position: relative;
  cursor: pointer;
  box-shadow: 4px 2px 32px 0px rgba(74, 11, 114, 0.5);
}

.new-year__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-card-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: auto;
  width: 330px;
  max-height: 300px;
  object-fit: cover;
  object-position: 0 -2px;
}

.slider-card-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-bottom: 20px;
  flex-grow: 1;
}

.slider-card-title {
  line-height: 21.78px;
  font-size: 20px;
  text-align: center;
}

.slider-card-subtitle {
  font-family: "Futura New Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.22px;
  color: #304663;
  margin-top: 10px;
}

.slider-card-text {
  font-family: "Futura New Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.22px;
  text-align: center;
  margin-top: 10px;
  color: #304663;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-card-text_full {
  position: absolute;
  display: none;
  white-space: pre-wrap;
  overflow: hidden;
  user-select: none;
}

.slider-card-ref {
  margin-top: auto;
  display: inline-block;
  font-family: "Khabensky", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  color: rgba(118, 63, 151, 1);
  width: fit-content;
}

.slider-card-note {
  position: absolute;
  top: 26px;
  right: -158px;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  background-color: white;

  width: 233px;

  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;

  padding: 17px 0px 17px 16px;

  transition: opacity 0.5s ease;
}

.slider-card-note img {
  min-width: 26px;
  height: 24px;
}

.bg-mob-layer-block {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  height: 1150px;
  transform: translate(-50%, -55%);
  background: rgba(180, 126, 212, 1);
  filter: blur(80px);
  border-radius: 100%;
  opacity: 50%;
  @media (max-width: 767px) {
    display: initial;
  }
}

.slider-card-note__text {
  font-family: "Futura New Book";
  font-size: 16px;
  line-height: 20px;
  font-weight: 450;
  color: rgba(48, 70, 99, 1);
}

.swiper-slide-active .slider-card-note {
  opacity: 1;
}

.new-year__slider-controls {
  gap: 20px;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.new-year__slider-button {
  width: 52px;
  height: 52px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  position: relative;
}

.icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.button-progress {
  fill: none;
  transform: rotate(-90deg);
  transform-origin: center;
}

.new-year__slider-block .swiper-slide {
  overflow: visible;
}

.land-button {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  font-family: "Khabensky", sans-serif;
  text-align: center;
  transition: 0.3s;
  background: rgba(240, 189, 96, 1);
  width: 230px;
  padding: 20px 0;
}

.land-button > span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  color: rgba(118, 63, 151, 1);
  font-weight: 700;
}

@media (max-width: 899px) {
  .slider-section__block .land-button {
    margin: 0 auto;
  }
}

.land-button:hover {
  background-color: #fff;
}

.land-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  opacity: 60%;
  transform: rotate(-30%);
  z-index: 1;
  transform: rotate(331deg);
  -webkit-animation: 3s linear infinite glow;
  animation: 3s linear infinite glow;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50.5%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50.5%,
    rgba(255, 255, 255, 0) 100%
  );
}

@keyframes glow {
  0% {
    left: -100%;
  }

  30% {
    left: 110%;
  }

  100% {
    left: 110%;
  }
}

#animationTopSnow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1300px;
  object-fit: cover;
  pointer-events: none;
  z-index: 3;
}

#animationBottomSnow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
  object-fit: cover;
  z-index: 1;
}

#animationBottomStars {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 400px;
  pointer-events: none;
  z-index: 1;
}

.christmas-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: fit-content;
  max-height: 700px;
  -webkit-transform: translate(-10%, 22%);
  transform: translate(-10%, 22%);
  opacity: 40%;
}

.info .christmas-image-layer {
  opacity: 50%;
  top: -265px;
}

.big-two-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  opacity: 0.6;
}

@media (max-width: 1100px) {
  .big-two-blur {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .big-two-blur {
    width: 120%;
    height: 150%;
    top: 36%;
  }
}

.slider-blur {
  width: 854px;
  height: 825px;
  opacity: 0.5;
  bottom: 0;
  right: 7px;
}

.info-blur {
  width: 854px;
  height: 825px;
  left: -148px;
  bottom: -146px;
  opacity: 0.4;
}

.modal-dialog_container {
  text-align: left;
}

.modal-dialog_text-container {
  gap: 32px;
}

.modal-dialog_container > img {
  width: 100%;
  max-width: 330px;
  float: left;
  margin-right: 32px;
  margin-bottom: 10px;
  height: 271px;
  object-fit: cover;
  border-radius: 5px;
}

.modal-dialog_text-p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  white-space: pre-wrap;
  margin-top: 0;
}

.modal-dialog_text > p {
  margin-top: 47px;
  white-space: initial;
}

.modal-dialog-inner {
  max-width: 840px !important;
}

.modal-dialog_text-p-last {
  margin-top: 32px;
  margin-bottom: 80px;
}

.modal-dialog_text-top > span {
  font-size: 21px;
  font-weight: 500;
  line-height: 26.38px;
}

.modal-dialog_text-top-special {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.62px;
  color: #869cb9;
}

@media (max-width: 767px) {
  .step__img .step__img-desktop {
    display: none;
  }

  .modal-dialog_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .modal-dialog_container > img {
    margin: auto;
  }

  .modal-dialog_text > p {
    margin-top: 10px;
  }

  .modal-dialog_text-p-last {
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .step__img .step__img-mobile {
    display: block;
  }

  .slider-section__block-top {
    width: 100%;
    max-width: 480px;
  }

  .slider-section__block-top .block__sub-desc {
    width: auto;
  }

  .main-screen__block .block__desc {
    font-size: 18px;
  }

  h1.block__title {
    font-size: 38px;
    line-height: 41.38px;
  }

  .block__title {
    font-size: 24px;
    line-height: 26.14px;
  }

  .main-screen__block .land-button {
    width: 220px;
  }

  .land-button {
    width: 100%;
    padding: 14px 0;
  }

  .main-screen__block .new-year-title-img {
    width: 297px;
  }

  .new-year-steps {
    padding-top: 126px;
  }

  .stove-section {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }

  .new-year-text-block {
    gap: 15px;
  }

  .slider-section__block,
  .main-screen__block,
  .info__block {
    gap: 30px;
  }

  .block__desc {
    font-size: 24px;
    line-height: 26.14px;
  }

  .new-year-steps__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .new-year-steps .block__title {
    width: auto;
    max-width: 650px;
  }

  .steps__wrapper {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .new-year-step:nth-child(1),
  .new-year-step:nth-child(3) {
    margin-top: 0;
  }

  .slider-section {
    padding-bottom: 73px;
  }

  slider-section__block-top {
    width: auto;
  }

  .new-year__slider-block {
    margin-left: auto;
  }

  .slider-card-note {
    top: auto;
    bottom: 206px;
    right: -34px;
    box-shadow: 4px 2px 32px 0px rgba(74, 11, 114, 0.5);
  }

  .info__container {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 0;
    gap: 30px;
  }

  .info__block {
    max-width: 335px;
  }

  .slider-section__block .block__desc,
  .info__block .block__desc {
    font-size: 20px;
    line-height: 21.78px;
  }

  .new-year-video-container {
    min-width: 335px;
    min-height: 567px;
  }

  .new-year-footer {
    margin-top: 0;
    padding-top: 185px;
  }

  .new-year-footer img {
    height: 200px;
  }

  .info .christmas-image-layer {
    top: 429px;
  }

  .new-year-video {
    width: 335px;
    height: 567px;
  }

  .new-year-container_text {
    width: 100% !important;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .new-year-step {
    width: 335px;
  }

  .step__title {
    font-size: 24px;
    line-height: 26.14px;
  }

  .step__img img {
    height: 125px;
  }

  .step__img:nth-child(1) {
    margin-left: 53px;
  }

  .slider-card-title {
    font-size: 18px;
    line-height: 19.6px;
  }

  .slider-card-text,
  .slider-card-ref {
    font-size: 14px;
    line-height: 16.81px;
  }

  .slider-card-img {
    width: 282px;
    height: 250px;
    object-fit: cover;
  }

  .new-year__slider-card {
    width: 281px;
    height: 461px;
  }

  .slider-card-note__text {
    font-size: 14px;
    line-height: 17.22px;
    padding-right: 16px;
    width: 210px;
    top: 180px;
  }

  .new-year__slider-block {
    width: 281px;
    height: 569px;
  }

  .new-year__slider {
    width: 281px;
  }

  .slider-section__block {
    width: 335px;
  }
}
