.home-vouchers {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .home-vouchers {
    padding: 80px 0;
  }
}
.home-vouchers__wrapper {
  margin-top: 42px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .home-vouchers__wrapper {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .home-vouchers__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-vouchers__more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-vouchers__more-btn {
  flex: 1;
  background: rgb(22, 45, 78) !important;
  color: white !important;
}
.home-vouchers__more-btn:hover {
  background: #0D2244 !important;
}
.home-voucher {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-voucher:hover:before {
  filter: brightness(0.65);
}
.home-voucher:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(3.01deg, rgb(24, 44, 77) 11.327%, rgba(0, 0, 0, 0) 76.092%);
  transition: all 0.3s ease;
}
.home-voucher__title, .home-voucher__description, .home-voucher__btn {
  color: white;
  z-index: 1;
}
.home-voucher__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .home-voucher__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-voucher__title {
    font-size: 18px;
  }
}
.home-voucher__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .home-voucher__description {
    max-width: 100%;
  }
}
.home-restaurant__item {
  height: 454px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (max-width: 1199px) {
  .home-restaurant__item {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .home-restaurant__item {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .home-restaurant__item {
    height: 320px;
  }
}
.home-about__wrapper {
  display: flex;
  gap: 28px 58px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .home-about__wrapper {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .home-about__wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.home-about__video {
  flex: 28.783% 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1.78;
  position: relative;
  transition: all 0.3s ease;
  width: 28.783%;
}
@media (max-width: 767px) {
  .home-about__video {
    width: 100%;
    aspect-ratio: 9/16;
  }
}
.home-about__video:hover {
  filter: brightness(1.1);
}
.home-about__text {
  font-size: 16px;
  line-height: 152%;
}
.home-about__text p {
  margin-bottom: 15px;
}
.home-about__play {
  width: 50px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../images/home/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-about__play {
    width: 38px;
    height: 43px;
  }
}
.home-numbers__wrapper {
  display: flex;
  gap: 8%;
  position: relative;
}
@media (max-width: 991px) {
  .home-numbers__wrapper {
    display: block;
  }
}
.home-numbers__header {
  flex: 34% 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-numbers__header {
    margin-bottom: 26px;
  }
}
.home-numbers__btn {
  color: white;
  font-size: 17px;
  font-weight: 500;
  line-height: 149.9%;
  letter-spacing: 0;
  width: 247px;
  height: 54px;
  background: #162D4E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: auto;
}
.home-numbers__btn:hover {
  background: #0D2244;
}
@media (max-width: 1199px) {
  .home-numbers__btn {
    margin-top: 20px;
  }
}
.home-numbers-slider {
  margin-right: -25% !important;
  height: 566px;
}
@media (max-width: 1199px) {
  .home-numbers-slider {
    margin-right: -5% !important;
  }
}
@media (max-width: 991px) {
  .home-numbers-slider {
    margin-right: -34% !important;
  }
}
@media (max-width: 575px) {
  .home-numbers-slider {
    margin-right: -54% !important;
    height: 440px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slider {
    margin-right: -64% !important;
    height: 300px;
  }
}
.home-numbers-slider .swiper-slide-active {
  margin-right: 10px;
}
@media (max-width: 399px) {
  .home-numbers-slider .swiper-slide-active {
    margin-right: 14px;
  }
}
.home-numbers-slider .swiper-slide-active .home-numbers__btn {
  color: #162D4E;
  background: #F5D7BE;
  width: 247px;
  height: 54px;
}
@media (max-width: 575px) {
  .home-numbers-slider .swiper-slide-active .home-numbers__btn {
    width: 200px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slider .swiper-slide-active .home-numbers__btn {
    width: 180px;
    height: 42px;
    font-size: 16px;
  }
}
.home-numbers-slider .swiper-slide-active .home-numbers__btn:hover {
  background: #f7e4d4;
}
.home-numbers-slider .swiper-slide {
  align-content: center;
}
.home-numbers-slider .swiper-slide .home-numbers-slide {
  transform: scale(0.94);
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
.home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
  height: 546px;
  transform: scale(1);
}
@media (max-width: 1499px) {
  .home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 991px) {
  .home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
    height: 566px;
  }
}
@media (max-width: 575px) {
  .home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slider .swiper-slide.swiper-slide-active .home-numbers-slide {
    height: 300px;
  }
}
.home-numbers-slide {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  user-select: none;
}
@media (max-width: 1499px) {
  .home-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 1199px) {
  .home-numbers-slide {
    height: 368px;
  }
}
@media (max-width: 991px) {
  .home-numbers-slide {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .home-numbers-slide {
    height: 368px;
    padding: 10px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slide {
    height: 234px;
  }
}
.home-numbers-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
}
.home-numbers-slide__title, .home-numbers-slide__text, .home-numbers-slide__characteristic, .home-numbers-slide__btn {
  position: relative;
  z-index: 2;
  color: white;
  letter-spacing: -0.05em;
}
.home-numbers-slide__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 142%;
}
@media (max-width: 1499px) {
  .home-numbers-slide__title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .home-numbers-slide__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-numbers-slide__title {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slide__title {
    font-size: 16px;
  }
}
.home-numbers-slide__characteristics {
  margin-bottom: 22px;
}
.home-numbers-slide__characteristic {
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
}
@media (max-width: 1499px) {
  .home-numbers-slide__characteristic {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .home-numbers-slide__characteristic {
    font-size: 12px;
  }
}
.home-numbers-slide__btn {
  margin-top: inherit;
  transition: all 0.3s ease;
  width: 186px;
  height: 41px;
}
.home-numbers .home-navigation {
  position: absolute;
  bottom: 0;
  right: 3px;
  z-index: 1;
  margin: 0;
}
.home__btn {
  background: #F5D7BE;
  color: #3A4C59;
  font-size: 18px;
  font-weight: 500;
  line-height: 149.9%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 248px;
  height: 54px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .home__btn {
    font-size: 16px;
    height: 48px;
  }
}
.home__btn:hover {
  background: #f7e4d4;
}
.home-navigation {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px 0;
  justify-content: end;
}
.home-navigation__prev, .home-navigation__next {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.home-navigation__prev {
  background-image: url("../../images/home/arrow-prev.svg");
}
.home-navigation__next {
  background-image: url("../../images/home/arrow-next.svg");
}
.home-slider-video {
  position: relative;
  transition: all 0.3s ease;
}
.home-slider-video:hover {
  filter: brightness(1.1);
}
.home-slider-video__play {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../images/premium/video-play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .home-slider-video__play {
    width: 40px;
    height: 40px;
    background-size: 34px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 399px) {
  .home-slider-video__play {
    width: 30px;
    height: 30px;
    background-size: 24px;
  }
}
.home-slider-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
