@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;800;900&display=swap);

html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	user-select: none;
}

.body {
	font-family: Roboto;
	color: #ffffff;
	background: #010101;
}

.loader {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 0.5s ease-in-out;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
	position: absolute;
	top: 0;
	content: '';
}

.jimu-primary-loading:before {
	left: -19.992px;
}

.jimu-primary-loading:after {
	left: 19.992px;
	-webkit-animation-delay: 0.32s !important;
	animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
	background: #076fe5;
	-webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
	animation: loading-keys-app-loading 0.8s infinite ease-in-out;
	width: 13.6px;
	height: 32px;
}

.jimu-primary-loading {
	text-indent: -9999em;
	margin: auto;
	position: absolute;
	right: calc(50% - 6.8px);
	top: calc(50% - 16px);
	-webkit-animation-delay: 0.16s !important;
	animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

	0%,
	80%,
	100% {
		opacity: .75;
		box-shadow: 0 0 #076fe5;
		height: 32px;
	}

	40% {
		opacity: 1;
		box-shadow: 0 -8px #076fe5;
		height: 40px;
	}
}

@keyframes loading-keys-app-loading {

	0%,
	80%,
	100% {
		opacity: .75;
		box-shadow: 0 0 #076fe5;
		height: 32px;
	}

	40% {
		opacity: 1;
		box-shadow: 0 -8px #076fe5;
		height: 40px;
	}
}

.conteiner {
	opacity: 0;
	width: 1440px;
	height: 3559px;
	background: #010001;
	margin: 0 auto;
	transition: opacity 1s ease-in-out;
}

.header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 123px;
}

.uaButton {
	position: absolute;
	left: 1100px;
	height: 30px;
	width: 40px;
	background: none;
	border: none;
	cursor: pointer
}

.engButton {
	position: absolute;
	left: 950px;
	height: 30px;
	width: 40px;
	background: none;
	border: none;
	cursor: pointer
}

.header-content {
	display: flex;
	justify-content: space-between;
	width: 1231px;
	height: 17px;
}

.nav {
	display: flex;
	list-style: none;
	gap: 20px;
}

.nav-link {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.gray-link {
	color: #808080;
}

.main {
	height: 1250px;
	position: relative;
}

.clock {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 1100px;
	top: 150px;
	height: 300px;
	width: 300px;
	background: #111;
	border-radius: 50%;
	border: 10px solid white;
	box-sizing: content-box;
	z-index: 9;
}

.sec {
	position: absolute;
	height: 40%;
	width: 1px;
	background: #ffffff;
	transform-origin: 50% 100%;
	margin-top: -40%;
}

.min {
	position: absolute;
	height: 32%;
	width: 4px;
	background: #ffffff;
	transform-origin: 50% 100%;
	margin-top: -32%;
}

.hour {
	position: absolute;
	height: 20%;
	width: 5px;
	background: #ffffff;
	transform-origin: 50% 100%;
	margin-top: -20%;
}

.number,
.line {
	display: flex;
	justify-content: center;
	position: absolute;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 3px #ccc;
	height: 300px;
	width: 300px;
	border-radius: 50%;
}

.number:nth-child(1) {
	transform: rotate(30deg);
}

.number:nth-child(2) {
	transform: rotate(60deg);
}

.number:nth-child(3) {
	transform: rotate(90deg);
}

.number:nth-child(4) {
	transform: rotate(120deg);
}

.number:nth-child(5) {
	transform: rotate(150deg);
}

.number:nth-child(6) {
	transform: rotate(180deg);
}

.number:nth-child(7) {
	transform: rotate(210deg);
}

.number:nth-child(8) {
	transform: rotate(240deg);
}

.number:nth-child(9) {
	transform: rotate(270deg);
}

.number:nth-child(10) {
	transform: rotate(300deg);
}

.number:nth-child(11) {
	transform: rotate(330deg);
}

.line:nth-child(13) {
	transform: rotate(15deg);
}

.line:nth-child(14) {
	transform: rotate(45deg);
}

.line:nth-child(15) {
	transform: rotate(75deg);
}

.line:nth-child(16) {
	transform: rotate(105deg);
}

.line:nth-child(17) {
	transform: rotate(135deg);
}

.line:nth-child(18) {
	transform: rotate(165deg);
}

.line:nth-child(19) {
	transform: rotate(195deg);
}

.line:nth-child(20) {
	transform: rotate(225deg);
}

.line:nth-child(21) {
	transform: rotate(255deg);
}

.line:nth-child(22) {
	transform: rotate(285deg);
}

.line:nth-child(23) {
	transform: rotate(315deg);
}

.line:nth-child(24) {
	transform: rotate(345deg);
}

.line {
	line-height: 30px;
	font-size: 40px;
	font-family: initial;
}

.center {
	position: absolute;
	height: 15px;
	width: 15px;
	background: #fff;
	border-radius: 50%;
}

.title {
	font-size: 64px;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
}

.txt {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	text-transform: lowercase;
	height: 44px;
	width: 400px;
	margin: 0 auto;
}

.earth {
	margin-top: 32px;
}

.falcon {
	height: 1748px;
	display: flex;
	overflow-x: hidden;
	position: relative;
}

.falcon-overwiew {
	height: 360px;
	width: 603px;
}

.falkon-heavy-overwiew {
	width: 177;
	height: 68;
	font-size: 24px;
	line-height: 140%;
	text-transform: uppercase;
	margin-top: 400px;
	margin-left: 149px;
}

.overwiew-title {
	height: 68px;
	width: 177px;
}

.overview-text {
	display: flex;
	width: 600px;
	font-size: 18px;
	line-height: 180%;
	text-decoration: none;

}

.falcon-parameters {
	width: 50%;
}

.left-col {
	list-style: none;
	margin-left: 149px;
}

.right-col {
	list-style: none;
}

.falcon-parameters-item {
	margin-bottom: px;
}

.falcon-parameters-item span {
	color: #808080;
}

.rocket {
	position: absolute;
	left: 691px;
	top: 0;
}

.up {
	font-size: 24px;
	line-height: 140%;
	margin-left: 149px;
	margin-top: 218px;

}

.up-txt {
	font-size: 18px;
	line-height: 180%;
	margin-top: 45px;
	margin-left: 149px;
	width: 600px;

}

.footer {
	height: 534px;
}

.logo2 {
	width: 138;
	height: 16;
	margin-top: 50px;
	margin-left: 651px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	width: 544;
	height: 21px;
	gap: 20px;
	margin-left: 448px;
	margin-top: 43px;
}

.nav2 {
	display: flex;
	list-style: none;
	gap: 20px;
}

.nav-link2 {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

.email {
	font-size: 18px;
	color: #808080;
	margin-left: 492px;
	margin-top: 28px;
}

.btn {
	font-family: Roboto;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	height: 21px;
	color: #ffffff;
	background: #000;
	margin-top: 50px;
	margin-left: 677px;
	border: none;
	cursor: pointer;
}

.btn-border {
	display: flex;
	margin-top: -40px;
	margin-left: 590px;
}

.to-top {
	height: 60px;
	display: flex;
	margin-top: -45px;
	margin-left: 170px;
}

.falcon-parameters-item,
.falkon-heavy-overwiew,
.up,
.up-txt,
.logo2,
.nav-link2,
.email,
.btn-border {
	animation: visible 2s ease-in-out forwards, reverse-visible 2s ease-in-out forwards;
	animation-timeline: scroll(root block);
	animation-range: 0% 33%, 66% 100%;
}

@keyframes visible {
	0% {
		transform: scale(0.9);
		opacity: 0.8;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes reverse-visible {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 0.8;
	}
}

.title,
.txt,
.header-content,
.engButton,
.earth,
.clock,
.to-top {
	animation: fadeInText 2s ease-in-out forwards;
	opacity: 0;
}

@keyframes fadeInText {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.uaButton,
.engButton {
	animation: fadeInText 1.5s ease forwards, wiggle 1s linear 1s infinite;
}

@keyframes wiggle {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-1px);
	}

	50% {
		transform: translateX(1px);
	}

	75% {
		transform: translateX(-1px);
	}

	100% {
		transform: translateX(0);
	}
}

.rocket-flame {
	position: absolute;
	top: 1640px;
	left: 1015px;
	transform: translateX(-50%);
	width: 200px;
	height: 300px;
	background: radial-gradient(circle, #ff6400cc 0%, #ffc80000 50%);
	border-radius:50%;
	animation: flameFlicker 0.3s infinite alternate;
	z-index: 9;
}

.second {
	left: 915px;
	animation-delay: 0.1s;
}

.third {
	left: 1110px;
	animation-delay: 0.3s;
}

@keyframes flameFlicker {
	0% {
		height: 60px;
		opacity: 0.8;
	}

	100% {
		height: 80px;
		opacity: 1;
	}
}

@media screen and (max-width:1439px) {
	.conteiner {
		width: 768px;
		height: 2400px;
	}

	.header {
		height: 300px;
		align-items: flex-start;
		padding: 50px;
	}

	.uaButton {
		left: 190px;
		height: 19px;
		width: 28px;
	}

	.engButton {
		left: 90px;
		height: 19px;
		width: 28px;
	}

	.header-content {
		flex-direction: column;
		align-items: center;
		gap: 50px;

	}

	.main {
		height: 800px;
	}

	.clock {
		left: 450px;
		top: 700px;
		height: 150px;
		width: 150px;
		border: 5px solid white;
	}

	.sec {
		width: 0.5px;
	}

	.min {
		width: 2px;
	}

	.hour {
		width: 2.5px;
	}

	.number,
	.line {
		font-size: 15px;
		height: 150px;
		width: 150px;
	}

	.line {
		line-height: 15px;
		font-size: 10px;
	}

	.center {
		height: 7.5px;
		width: 7.5px;
	}

	.earth {
		width: 768px;
	}

	.falcon {
		height: 1150px;
	}


	.falkon-heavy-overwiew {
		margin-top: 10px;
		margin-left: 40px;
	}

	.overwiew-title {
		height: 68px;
		width: 177px;
	}


	.falcon-parameters {
		width: 40%;
	}

	.left-col {
		margin-left: 40px;
	}

	.falcon-parameters-item {
		margin-bottom: 20px;
	}

	.falcon-parameters-item span {
		color: #808080;
	}

	.rocket {
		position: absolute;
		top: 700px;
		left: 00px;
		width: 322px;
	}

	.rocket-flame {
		top: 503px;
		left: 273px;
		width: 15px;
		height: 17px;
		background: radial-gradient(circle, #ff6400cc 0%, #ffc80000 60%);
	}

	.second {
		left: 295px;
		animation-delay: 0.1s;
	}

	.third {
		left: 317px;
		animation-delay: 0.3s;
	}

	@keyframes flameFlicker {
	0% {
		height: 30px;
		opacity: 0.8;
	}

	100% {
		height: 40px;
		opacity: 1;
	}
}

	.up {
		margin-left: 40px;

	}

	.up-txt {
		margin-left: 40px;
		width: 350px;

	}

	.footer {
		height: 400px;
	}

	.logo2 {
		display: flex;
		margin: 0 auto;
		justify-content: center;
	}

	.footer-content {
		margin-top: 20;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}

	.email {
		margin-top: 25;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}

	.btn {
		margin-top: 30px;
		margin-left: 335px;
	}

	.btn-border {
		margin-top: -40px;
		margin-left: 250px;
	}

	.to-top {
		height: 40px;
		margin-left: 40px;
	}
}

@media screen and (max-width:767px) {
	.conteiner {
		width: 360px;
		height: 1470px;
	}

	.header {
		height: 250px;
		align-items: flex-start;
		padding: 30px;
	}

	.uaButton {
		left: 300px;
		height: 16px;
		width: 24px;
	}

	.engButton {
		left: 35px;
		height: 16px;
		width: 24px;
	}


	.header-content {
		flex-direction: column;
		align-items: center;
		gap: 50px;

	}

	.main {
		height: 400px;
	}

	.clock {
		left: 200px;
		top: 400px;
		height: 100px;
		width: 100px;
		border: 5px solid white;
	}

	.sec {
		width: 0.3px;
	}

	.min {
		width: 1.3px;
	}

	.hour {
		width: 1.6px;
	}

	.number,
	.line {
		font-size: 10px;
		height: 100px;
		width: 100px;
		text-shadow: 0, 5px 0, 5px #ccc;
	}

	.line {
		line-height: 10px;
		font-size: 6.6px;
	}

	.center {
		height: 5px;
		width: 5px;
	}

	.title {
		font-size: 32px;
	}

	.txt {
		margin-top: 20px;
		font-size: 14px;
	}

	.earth {
		width: 360px;
	}

	.falcon {
		height: 650px;
	}

	.falcon-overwiew {
		height: 260px;
		width: 200px;
	}

	.falkon-heavy-overwiew {
		font-size: 20px;
		margin-top: 20px;
		margin-left: 10px;
		width: 360px;
	}

	.overwiew-title {
		height: 68px;
		width: 177px;
	}

	.overview-text {
		font-size: 10px;
	}

	.falcon-parameters {
		width: 20%;
	}

	.left-col {
		margin-left: 10px;
	}

	.falcon-parameters-item {
		margin-bottom: 5px;
	}


	.rocket {
		display: flex;
		width: 150px;
		margin-left: 220px;
		margin-top: -570px;
	}

	.up {
		font-size: 20px;
		margin-top: 40px;
		margin-left: 10px
	}

	.up-txt {
		width: 240px;
		font-size: 12px;
		margin-left: 10px;
		margin-top: 20px;

	}

	.footer {
		height: 300px;
	}

	.logo2 {
		display: flex;
		margin: 0 auto;
		width: 110px;
		justify-content: center;
	}

	.footer-content {
		margin-top: 20px;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}

	.nav-link2 {
		font-size: 9px;
	}

	.email {
		margin-top: 20px;
		margin-left: auto;
		display: flex;
		justify-content: center;
		font-size: 12px;
	}

	.btn {
		display: flex;
		font-size: 12px;
		margin-top: 20px;
		margin-left: 150px;
	}

	.btn-border {
		width: 140px;
		margin-top: -30px;
		margin-left: 110px;
	}

	.to-top {
		height: 27px;
		margin-top: -28px;
		margin-left: 15px;
	}
}