@font-face {
	font-family: "Designer";
	src: url("src/fonts/Designer.otf") format("truetype");
}


html {
	display: flex;
	justify-content: center;
	background-color: #000;
}

body {
	max-width: 430px;
	margin: 0 auto;
	height: 100vh;
	overflow-x: hidden;
	font-family: "Designer", sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1 {
	margin: 0;
}

a {
	color: #9F6;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
	color: #3CF;
}

.yellow-text {
	color: #99FF66 !important;
}

@keyframes animateOpacityShow {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

main {
	position: relative;
	overflow-x: hidden;
}

main .floating-images-container img {
	position: absolute;
}

@keyframes animfirstfloatimg {
	0% {
		transform: translateX(-100px) translateY(-100px) rotate(-28deg);
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0) rotate(-28deg);
		opacity: 1
	}
}

main .floating-images-container img.first-float-img {
	top: max(-21px, -4.8837209302vw);
	left: max(-85px, -19.7674418605vw);
}

main .floating-images-container img.first-float-img.active {
	top: min(21px, 4.8837209302vw);
	left: min(65px, 15.1162790698vw);
	transform: rotate(-28deg);
	width: min(69.64px, 16.1953488372vw);
	animation: animfirstfloatimg 1s ease-out backwards;
}

@keyframes animsecondfloatimg {
	0% {
		transform: translateX(100px) translateY(-100px) rotate(26.67deg);
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0) rotate(26.67deg);
		opacity: 1
	}
}

main .floating-images-container img.second-float-img {
	top: min(23px, 5.3488372093vw);
	right: min(23px, 5.3488372093vw);
	transform: rotate(26.67deg);
	width: min(110px, 25.5813953488vw);
	animation: animsecondfloatimg 1s ease-out 300ms backwards;
}

main .floating-images-container img.second-float-img.active {
	top: min(23px, 5.3488372093vw);
	right: min(23px, 5.3488372093vw);
}

@keyframes animThirdFloatImg {
	0% {
		transform: translateX(-100px) translateY(0) rotate(-100.41deg);
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0) rotate(10.41deg);
		opacity: 1
	}
}

main .floating-images-container img.third-float-img {
	transform: rotate(10.41deg);
	width: min(102px, 23.7209302326vw);
	top: min(10px, 2.3255813953vw);
	left: min(6px, 1.3953488372vw);
}

@keyframes animFourthFloatImg {
	0% {
		transform: translateX(100px) translateY(0) rotate(134.63deg);
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0) rotate(34.63deg);
		opacity: 1
	}
}

main .floating-images-container img.fourth-float-img {
	top: min(34px, 7.9069767442vw);
	right: min(17px, 3.9534883721vw);
	transform: rotate(34.63deg);
	width: min(86px, 20vw);
	filter: blur(2px);
}

main .section_1 {
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: min(15px, 3.488372093vw);
}

main .section_1 .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes animLogoImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


main .section_1 .logo-container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; /* запрет на сжатие */
}

main .section_1 .logo-container .logo img {
  display: block;
  width: 180px;             /* фиксированная ширина */
  height: auto;
  max-width: none;          /* чтобы не сжимался в контейнере */
  border-radius: 0;
  box-shadow: none;
  animation: animLogoImg 2s ease forwards;
  filter: brightness(0) invert(1); /* делает логотип белым */
}





main .section_1 .title .title-text {
  margin: 20px 18px 20px 18px; /* сверху 40px, по бокам 18px, снизу 10px */
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
  z-index: 100;
}


main .section_1 .video-container {
	z-index: 2;
	margin-bottom: 25px;
}

main .section_1 .video-container .video {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: min(10px, 2.3255813953vw);
}

main .section_1 .video-container .video video {
	box-shadow: 0 min(4px, 0.93vw) min(20px, 4.65vw) 0 #99ff665e;
	border: 2px solid #99FF66;
	width: min(277px, 64.4186046512vw);
	height: min(493px, 114.6511627907vw);
}

main .section_1 .video-container .video .image-play-icon-container .image-play-icon {
	position: absolute;
	z-index: 100;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: min(60px, 13.9534883721vw);
	height: min(60px, 13.9534883721vw);
}

main .section_1 .video-container .video img {
	margin: 0 auto;
	display: flex;
}

main .section_1 .video-container .video img.image-background-video {
	padding-top: 33px;
	width: min(320px, 74.4186046512vw);
}

main .section_1 .actions-container {
	padding-bottom: min(40px, 9.3023255814vw);
}

@keyframes animButtonOpn {
  0% {
    box-shadow: 0 0 0 0 #99FF66;
  }
  70% {
    box-shadow: 0 0 5px 15px rgba(153, 255, 102, 0.3);
  }
  /*71% {
    box-shadow: 0 0 0 0 rgba(153, 255, 102, 0.3);*/
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 255, 102, 0.3);
  }
}


@keyframes animButtonOpnOpac {
	0% {
		transform: translateY(100px);
		opacity: 0
	}

	30% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

main .section_1 .actions-container .action-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

main .section_1 .actions-container .action-button .button-open {
  all: unset;
  cursor: pointer;
  z-index: 2;
  border: 2px solid white;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: min(16px, 5vw) min(16px, 5vw);
  gap: min(9px, 2.0930232558vw);
  transition: all 0.3s ease;
  color: white;
  font-weight: 600;
  text-decoration: none; /* чтобы убрать подчёркивание */
  user-select: none; /* чтобы текст не выделялся при клике */
}

main .section_1 .actions-container .action-button .button-open:hover {
  border-color: #99FF66;
  background-color: rgba(153, 255, 102, 0.1);
  color: #99FF66;
}


main .section_1 .actions-container .action-button .button-open.active {
	animation: animButtonOpn 1s ease-in-out .3s infinite forwards;
}

main .section_1 .actions-container .action-button .button-open img {
	display: flex;
	width: min(51.5px, 11.976744186vw);
	height: min(51.5px, 11.976744186vw);
}

main .section_1 .actions-container .action-button .button-open .button-text {
	color: #ffffff;
	font-family: "Designer", sans-serif;
	font-size: min(32px, 7.4418604651vw);
	font-weight: 400;
	line-height: min(32px, 7.4418604651vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

main .section_1 .applications-container {
	padding: min(5px, 1.1627906977vw) min(10px, 2.3255813953vw) min(30px, 6.976744186vw);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: min(10px, 2.3255813953vw);
}

main .section_1 .applications-container .title {
	color: #fff;
	font-size: min(23px, 5.3488372093vw);
	line-height: min(24px, 5.5813953488vw);
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
}

main .section_1 .applications-container .title .strong-text {
	font-weight: bold;
}

main .section_1 .applications-container .items-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

main .section_1 .applications-container .items-container .item .button {
	cursor: pointer;
	border: none;
	background-color: transparent;
}

main .section_1 .applications-container .items-container .item .button img {
	display: flex;
	width: min(135px, 31.3953488372vw);
	height: min(40px, 9.3023255814vw);
}

@keyframes animaterunning {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-2000px)
	}
}

@keyframes animaterunningShow {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

main .section_1 .running-string {
	display: flex;
	padding-bottom: min(20px, 4.6511627907vw);
}

main .section_1 .running-string img.img-running-string {
	display: inline-block;
	height: min(40px, 9.3023255814vw);
}

main .section_1 .running-string img.img-running-string.active {
	animation: animaterunning 30s linear infinite forwards;
}

main .section_2 {
	margin: 0;
	padding-top: min(30px, 6.976744186vw);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

main .section_2 .title-container {
	padding-bottom: min(32px, 7.4418604651vw);
}

@keyframes animTextTitle1 {
	0% {
		transform: translateY(100px) translateY(0);
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0);
		opacity: 1
	}
}

main .section_2 .title-container .title .text-title {
	font-size: min(42px, 9.7674418605vw);
	font-weight: 400;
	line-height: min(39px, 9.0697674419vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

@keyframes animCarousel {
	0% {
		transform: translateX(300px);
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		transform: translateX(0);
		opacity: 1
	}
}

main .section_2 .swiper {
	width: 100%;
	height: fit-content;
	overflow: visible;
}

main .section_2 .swiper-slide {
	overflow: hidden;
}

main .section_2 .swiper-slide .swiper-wrapper {
	box-sizing: border-box;
}

main .section_2 .swiper-slide .video-container {
  display: flex;
  flex-direction: row;
  gap: min(10px, 2.3255813953vw);
  justify-content: center;
}

main .section_2 .swiper-slide .video-container {
  display: flex;
  flex-direction: row;
  gap: min(10px, 2.3255813953vw);
  justify-content: center;
  align-items: center;
}

/* Обертки для видео и картинок — flex-контейнеры без фиксированных размеров */
.video-wrapper,
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Размер, рамка и скругления для видео и картинок */
main .section_2 .swiper-slide .video-container video,
main .section_2 .swiper-slide .video-container img.image-preview {
  border: min(2px, 0.5vw) solid #99FF66;
  width: min(190px, 44.1860465116vw);
  height: min(363px, 84.4186046512vw);
  object-fit: cover;
  display: block;
}

/* Правильное масштабирование видео в полноэкранном режиме — сохраняем пропорции, черные полосы */
video:-webkit-full-screen {
  object-fit: contain !important;
}

video:-moz-full-screen {
  object-fit: contain !important;
}

video:-ms-fullscreen {
  object-fit: contain !important;
}

video:fullscreen {
  object-fit: contain !important;
}





main .section_2 .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: min(420px, 97.6744186047vw);
}

main .section_2 .swiper-pagination-bullet {
	margin: 0 min(8px, 1.8604651163vw) !important;
	border: 2px solid #99FF66;
}

main .section_2 .swiper-pagination-bullet-active {
	background: #99FF66;
	width: min(12px, 2.7906976744vw);
	height: min(12px, 2.7906976744vw);
}

main .section_2 .actions-container {
	position: relative;
	margin-top: min(81px, 18.8372093023vw);
	margin-bottom: min(81px, 18.8372093023vw);
}

@keyframes animButtonGetAccesShow {
	0% {
		transform: translateY(100px);
		opacity: 0
	}

	30% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

main .section_2 .actions-container .action-button .button.get-access {
	cursor: pointer;
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: min(9px, 2.0930232558vw);
	padding: min(22px, 5.1162790698vw) min(22px, 5.1162790698vw) min(20px, 4.6511627907vw) min(22px, 5.1162790698vw);
	border-radius: min(15px, 3.488372093vw);
	background-color: #99FF66;
	border: none;
}

main .section_2 .actions-container .action-button .button.get-access img.button-icon {
	width: min(40px, 9.3023255814vw);
	height: min(40px, 9.3023255814vw);
}

main .section_2 .actions-container .action-button .button.get-access .button-text {
	font-family: "Designer", sans-serif;
	font-size: min(32px, 7.4418604651vw);
	font-weight: 400;
	line-height: min(24px, 5.5813953488vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgb(0, 0, 0);
}

main .section_3 {
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

main .section_3 .title-container {
	padding: min(5px, 1.1627906977vw) 0 min(50px, 11.6279069767vw);
}

main .section_3 .title-container .text-title {
	font-size: min(42px, 9.7674418605vw);
	font-weight: 400;
	line-height: min(39px, 9.0697674419vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

main .section_3 .galery-container {
	padding-bottom: min(40px, 9.3023255814vw);
	  padding-top: min(25px, 9.3023255814vw); /* добавлено */
	
}

main .section_3 .galery-container img {
	display: flex;
	width: 100%;
}

main .section_3 .text-title-container {
	padding-bottom: min(40px, 9.3023255814vw);
	display: flex;
	text-align: center;
	flex-direction: column;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: min(23px, 5.3488372093vw);
	line-height: min(24px, 5.5813953488vw);
	font-weight: 100;
}

main .section_3 .text-title-container .strong-text {
	font-weight: 700;
}

main .section_3 .actions-container {
	position: relative;
	padding-bottom: min(129px, 30vw);
}

@keyframes animButtonGet2 {
  0% {
    box-shadow: 0 0 0 0 #99FF66;
  }
  70% {
    box-shadow: 0 0 10px 18px rgba(153, 255, 102, 0.25);
  }
  /*71% {
    box-shadow: 0 0 0 0 rgba(153, 255, 102, 0.25); */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 255, 102, 0.25);
  }
}


@keyframes animButtonGet2Show {
	0% {
		transform: translateY(100px);
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

main .section_3 .actions-container .action-get {
  /*width: fit-content;*/
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(9px, 2.0930232558vw);
  padding: min(16px, 5vw) min(16px, 5vw);
  background-color: #99FF66;
  border: none;
  cursor: pointer;      
  user-select: none;   
}


main .section_3 .actions-container .action-get.active {
	animation: animButtonGet2 1s ease-in-out .8s infinite backwards;
}

main .section_3 .actions-container .action-get img.button-icon {
	width: min(48px, 11.1627906977vw);
	height: min(48px, 11.1627906977vw);
}

main .section_3 .actions-container .action-get .button-text {
	font-family: "Designer";
	font-size: min(32px, 7.9069767442vw);
	font-weight: 400;
	line-height: min(32px, 7.4418604651vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
}

main .section_3 .float-image-money img.image-float-money {
	display: flex;
	position: absolute;
	bottom: 0;
	width: min(430px, 100vw);
	opacity: 0;
}

main .section_3 .float-image-money img.image-float-money.active {
	animation: animateOpacityShow 1s ease-out .3s forwards;
}

footer {
	background: rgb(0, 0, 0);
}

footer .container {
	font-family: "Poppins", sans-serif;
	font-size: min(14px, 3.2558139535vw);
	font-weight: 400;
	line-height: min(32px, 7.4418604651vw);
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgb(255 255 255);
	padding: min(5px, 1.1627906977vw) min(10px, 2.3255813953vw) min(10px, 2.3255813953vw);
}



.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
}

.modal.open {
	display: flex;
}

.modal-content {
	max-width: 90%;
	max-height: 90%;
}

.close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	
}

.logo-link {
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.logo-link:hover {
  transform: scale(1.08);
  filter: brightness(1.2);
}

.logo-link:active {
  transform: scale(0.95);
}



/* Видеофон */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/* Затемнение поверх видео */
#bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); /* ← почти чёрный, можешь сделать 0.9 если хочешь ещё темнее */
  z-index: -1;
  pointer-events: none;
}

/* Убедись, что контент поверх */
body {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}






