html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/gothampro.woff2') format('woff2'),
		 url('../fonts/gothampro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/gothampro_bold.woff2') format('woff2'),
		 url('../fonts/gothampro_bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #0059DF;
	font-family: 'GothamPro', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 0 !important;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease-in-out;
}

p {
	margin: 0;
}

button {
	cursor: pointer;
	background-color: transparent;
	transition: .2s ease-in-out;
	outline: none;
}

.main-block {
	width: 100%;
	height: 100vh;
	padding: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.main-video {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.main-block__blackout {
	background: linear-gradient(360deg, rgba(0, 6, 39, 0.64) 0%, rgba(0, 6, 39, 0) 205.64%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}

.title-block {
	display: none;
	flex-direction: column;
	align-items: center;
	/* height: inherit; */
	position: relative;
	z-index: 5;
	margin: auto;
}

.title-block.active {
	display: flex;
}

.title-block__logo {
	display: flex;
	margin-bottom: 64px;
}

.title-block__title {
	display: block;
	font-weight: bold;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 40px;
	max-width: 1320px;
}

.title-block__text {
	display: block;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-bottom: 100px;
	max-width: 512px;
}

.title-block__button {
	background: #E6413C;
	box-shadow: 0px 4px 52px rgba(237, 87, 83, 0.6);
	border-radius: 68px;
	min-height: 136px;
	width: fit-content;
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	color: #FFFFFF;
	padding: 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-block__button img {
	margin-right: 20px;
}

.content-block {
	display: none;
	background: #000F2C;
	box-shadow: 0px 4px 68px #000F26;
	border-radius: 48px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	flex-direction: column;
	align-items: center;
	padding: 80px;
}

.content-block.active {
	display: flex;
}

.tag-block__title {
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin: 0 auto 32px auto;
	max-width: 1252px;
}

.tag-block__container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 80px auto;
	max-width: 1258px;
}

.tag-block__tag {
	background: #081A3D;
	border: 1px solid #233C6C;
	border-radius: 500px;
	margin-right: 8px;
	padding: 22px 24px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin-bottom: 12px;
	height: 72px;
}

.tag-block__tag-cross {
	display: none;
	background: #78A6FF;
	border-radius: 100%;
	padding: 10px;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}

.tag-block__tag.active {
	background: #4A88FF;
	border-radius: 500px;
}

.tag-block__tag.active .tag-block__tag-cross {
	display: flex;
}

.tag-block__search {
	background: #081A3D;
	border: 1px solid #233C6C;
	border-radius: 16px;
	padding: 0 24px;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 64px auto;
	display: flex;
	align-items: center;
}

.tag-block__search input {
	outline: none;
	height: 70px;
	width: 100%;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.tag-block__search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.tag-block__search-cross {
	display: none;
	background: #78A6FF;
	border-radius: 100%;
	padding: 10px;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
}

.tag-block__search.active .tag-block__search-cross {
	display: flex;
}

.tag-block__button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tag-block__button {
	background: #E6413C;
	box-shadow: 0px 4px 52px rgba(237, 87, 83, 0.32);
	border-radius: 48px;
	padding: 32px 48px;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}

.tag-block__button-error {
	display: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #E6413C;
	margin-top: 32px;
}

.tag-block__button-container.error .tag-block__button-error {
	display: block;
}

.end-block {
	display: none;
}

.end-block.active {
	display: flex;
}

.end-block__container {
	width: 100%;
	max-width: 1460px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: auto;
	/* height: inherit; */
}

.end-block__img {
	border-radius: 32px;
	overflow: hidden;
	margin-right: 80px;
	flex: none;
	width: 1000px;
	height: 1000px;
}

.end-block__right {
	margin-top: 68px;
	/* width: 50%;
	flex: none; */
}

.end-block__right.preview {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.end-block__title {
	display: block;
	font-weight: 700;
	font-size: 67px;
	line-height: 64px;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.end-block__text {
	display: block;
	font-weight: 700;
	/* font-size: 24px; */
	/* line-height: 36px; */
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 48px;
	font-size: 36px;
	line-height: 40px;
}

.end-block__qr {
	display: block;
	/* margin-bottom: 64px; */
	border-radius: 16px;
	overflow: hidden;
	background: #FFFFFF;
	width: fit-content;
	border-radius: 16px;
	padding: 16px;
}

.end-block__qr img {
	width: 224px;
	height: 224px;
}

.end-block__button {
	background: #E6413C;
	box-shadow: 0px 4px 52px rgba(237, 87, 83, 0.32);
	border-radius: 48px;
	min-height: 96px;
	width: fit-content;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.end-block__button img {
	margin-right: 16px;
}

.end-block__qr-block {
	display: flex;
	align-items: center;
	margin-bottom: 96px;
}

.end-block__qr-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	margin: 0 32px;
}

.end-block__qr-print {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	width: 256px;
	height: 256px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.end-block__qr-print span {
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.end-block__preview {
	width: 100%;
	display: block;
	font-weight: 700;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 40px;
}

.print-block.active {
	display: flex;
	justify-content: center;
}

.print-block__img {
	display: block;
	width: 184px;
	height: 184px;
	margin-bottom: 80px;
}

.print-block__title {
	display: block;
	font-weight: 700;
	font-size: 67px;
	line-height: 64px;
	letter-spacing: -2px;
	margin-bottom: 24px;
	color: #FFFFFF;
}

.print-block__subtitle {
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-bottom: 80px;
}

.print-block__button {
	background: #E6413C;
	box-shadow: 0px 4px 52px rgba(237, 87, 83, 0.32);
	border-radius: 48px;
	min-height: 96px;
	min-width: 288px;
	width: fit-content;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.end-block__print-block {
	opacity: 0.4;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.03em;
	width: 256px;
	height: 256px;
	margin-left: 32px;
}

.end-block__print-img {
	width: 92px;
	height: 92px;
	margin-bottom: 20px;
}

.end-block__print-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: normal;
}

@media only screen and (man-width: 2260px) and (max-height: 1320px) {
	.end-block__img {
		width: 750px;
		height: 750px;
	}
}

@media only screen and (man-width: 1750px) and (max-height: 1080px) {
	.end-block__img {
		width: 700px;
		height: 700px;
	}
}

@media only screen and (man-width: 2260px) {
	.end-block__img {
		width: 750px;
		height: 750px;
	}
}

@media only screen and (max-height: 1320px) {
	.end-block__img {
		width: 750px;
		height: 750px;
	}
}

@media only screen and (max-width: 1750px) {
	.end-block__img {
		width: 700px;
		height: 700px;
	}
}

@media only screen and (max-height: 1080px) {
	.end-block__img {
		width: 700px;
		height: 700px;
	}
}