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}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #11141F;
	font-family: 'Inter', 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;
}

.departures-header {
	background: rgba(255, 255, 255, 0.06);
	padding: 16px 32px;
	display: flex;
	align-items: center;
	height: 108px;
}

.departures-header__icon {
	margin-right: 24px;
}

.departures-header__title {
	display: block;
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}

.departures-header__city {
	display: block;
	/* margin: auto 0 auto auto; */
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	text-align: right;
	letter-spacing: -0.01em;
	margin: auto 0 auto 40px;
}

.departures-board {
	padding: 0 32px 40px;
}

.departures-board__title {
	margin: 22px 0;
	background: #3FC3CB;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #111111;
	display: flex;
}

.departures-board__item {
	padding: 0 16px;
	flex: none;
	overflow: hidden;
	white-space: nowrap;
}

.departures-board__title .departures-board__item {
	padding: 10px 16px;
}

.departures-board__time {
	width: 15%;
}

.departures-board__voyage {
	width: 10%;
}

.departures-board__title .departures-board__voyage {
	background: #FBC80D;
}

.departures-board__destination {
	/* width: 35%; */
	width: 47%;
}

.departures-board__title .departures-board__destination {
	background: #97DB62;
}

.departures-board__status {
	/* width: 24%; */
	width: 100%;
}

.departures-board__title .departures-board__status {
	background: #FFA217;
}

.departures-board__airport {
	width: 16%;
}

.departures-board__line {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-family: 'IBM Plex Mono';
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.departures-board__line_transfer {
	font-weight: 400;
}

.departures-board__line .departures-board__voyage {
	font-weight: 400;
}

.departures-board__line .departures-board__status {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-transform: none;
}

.departures-board__line .departures-board__airport {
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.departures-board__line .departures-board__status_green {
	color: #97DB62;
}

.title {
	width: 100%;
	height: 100vh;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex;
	padding: 182px 74px; 
}

.title__text {
	display: block;
	width: fit-content;
	height: fit-content;
	max-width: 1343px;
	font-family: 'Inter';
	font-weight: 700;
	font-size: 162.5px;
	line-height: 154px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	padding-bottom: 56px;
	border-bottom: 24px solid #FBC80D;
	margin: auto auto 0 0;
}

.registration {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
}

.registration-header {
	background: #FFA217;
	width: 100%;
	height: 108px;
	padding: 18px 32px;
	display: flex;
	align-items: center;
	color: #11141F;
}

.registration-header__ticker {
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0.01em;
	color: #11141F;
	display: flex;
	align-items: center;
	margin-right: 32px;
	width: 100%;
	overflow-x: hidden;
	white-space: nowrap;
}

.registration-header__ticker-content {
	white-space: nowrap;
	animation: ticker 15000ms linear infinite;
	transform: translateX(-50%);
}

@keyframes ticker {
	from { transform: translateX(-50%); }
	to { transform: translateX(0%); }
}

.registration-header__ticker span {
	margin-right: 40px;
}

.registration-header__time {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.01em;
}

.registration-icon {
	display: block;
	width: 200px;
	height: 200px;
	margin: 128px auto 48px;
}

.registration-title {
	display: block;
	font-weight: 700;
	font-size: 120px;
	line-height: 120px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
}

.registration-class {
	width: fit-content;
	background: rgba(255, 255, 255, 0.12);
	padding: 20px 32px;
	font-weight: 400;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 116px;
}

.registration-detail {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: auto auto 72px;
}

.registration-detail__img {
	animation: arrow 1300ms infinite linear;
}

@keyframes arrow {
	0% {transform: translateY(0%);}
	50% {transform: translateY(100%);}
	100% {transform: translateY(0%);}
}

.registration-detail__text {
	display: block;
	font-weight: 500;
	font-size: 64px;
	line-height: 68px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 64px;
}

.weather {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}

.weather-header {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 108px;
	padding: 16px 32px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.01em;
	background: #11141F;
}

.weather-header__img {
	width: 76px;
	height: 76px;
	margin-right: 24px;
}

.weather-header__city {
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.01em;
	margin-left: 20px;
}

.weather-block {
	background: rgba(20, 26, 47, 0.7);
	padding: 140px 64px 120px;
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.weather-block__time {
	font-family: 'IBM Plex Mono';
	font-weight: 700;
	font-size: 136px;
	line-height: 136px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.weather-block__date {
	font-weight: 400;
	font-size: 52px;
	line-height: 52px;
	color: #FFFFFF;
}

.weather-block__icon {
	width: 400px;
	height: 400px;
	margin-top: auto;
}

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

.registration-economy {
	background: #FFFFFF;
	color: #11141F;
}

.registration-economy .registration-header {
	background: #FBC80D;
}

.registration-economy .registration-title {
	color: #11141F;
}

.registration-economy .registration-class {
	background: #EBEBEB;
	color: #11141F;
}

.registration-economy .registration-detail__text {
	color: #11141F;
}

.departures {
	flex-direction: column;
}

.screen1, .screen2, .screen3, .screen4, .screen5 {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.screen1.active, .screen2.active, .screen3.active, .screen5.active {
	display: flex !important;
	position: relative;
}

.screen4.active {
	display: flex !important;
}

.screen__container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.departures-header__time, .departures-header__time2, .departures-header__time3 {
	display: block;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	margin: auto 0 auto auto;
}

.weather-video-block {
	display: none;
}

.weather-video-block.active {
	display: block;
}