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;
}

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

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

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


* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	background: #4ABCE1;
	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;
}

.background {
	width: 100%;
	/* height: inherit; */
	height: 100vh;
	overflow: hidden;
	background-position: 71% center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex;
	/* flex-direction: column; */
}

.title {
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	padding-left: 32px;
	font-size: 160px;
	line-height: 160px;
}

.title__text {
	position: relative;
}

.title__background {
	position: absolute;
	z-index: -1;
	background: linear-gradient(0deg, #22B3E3, #22B3E3), rgba(123, 17, 17, 0.3);
	left: -32px;
	/* width: calc(100% + 48px); */
	/* height: calc(100% - 64px); */
	width: calc(100% + 89px);
	height: calc(100% - 32px);
	/* top: 42px; */
	top: 0;
}

.subtitle {
	font-weight: bold;
	letter-spacing: -2px;
	color: #FFFFFF;
	z-index: 2;
	/* margin-bottom: 32px; */
	font-size: 100px;
	line-height: 100px;
	position: relative;
	padding-left: 32px;
}

.subtitle__text {
	position: relative;
}

.subtitle__background {
	position: absolute;
	z-index: -1;
	background: linear-gradient(0deg, #22B3E3, #22B3E3), rgba(123, 17, 17, 0.3);
	/* top: 17px; */
	/* top: 30px; */
	top: 0;
	left: -32px;
	/* height: calc(100% - 30px); */
	/* height: calc(100% - 45px); */
	height: calc(100% - 16px);
	/* width: calc(100% + 48px); */
	width: calc(100% + 89px);
}

.background__left {
	width: calc(100% - 288px);
	padding: 64px 0 56px;
	display: flex;
	flex-direction: column;
}

.background__right {
	background: #4ABCE1;
	width: 288px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding: 415px 24px 141px;
}

.background__right-sidebar {
	margin: -60px 0 0 auto;
}

.avia-block {
	position: relative;
	z-index: 999;
	display: none;
	margin: 16px 0 31px;
	padding: 0 31px 0 32px;
	/* height: 1329px;
	width: 100%; */
}

.TPWL-widget .ticket-scroll-container {
	pointer-events: none;
}

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

.avia-block__iframe {
	position: relative;
	z-index: 999;
	height: 1329px;
	width: 100%;
	overflow-y: scroll;
	border: none !important;
}

.aviasales {
	display: none;
	margin-left: 32px;
	position: relative;
}

.aviasales.active {
	display: flex;
}

.aviasales__qr {
	width: 164px;
	height: 164px;
	position: relative;
	z-index: 1;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
}

.aviasales__qr img {
	width: 100%;
	height: 100%;
}

.aviasales__block {
	position: absolute;
	background: #4ABCE1;
	border-radius: 24px;
	/* top: 56px; */
	bottom: 0;
	left: 0;
	z-index: 0;
	padding: 20px 32px 12px 184px;
	display: flex;
	flex-direction: column;
}

.aviasales__text {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.under-title {
	margin: auto auto 92px 0;
}

.under-title.active {
	display: none;
}

.slider {
	position: relative;
	z-index: 10;
	-webkit-appearance: none;
	background: transparent;
	width: 1380px;
	/* max-width: 500px; */
	outline: none;
	transform: rotate(90deg) translateX(40%) translateY(10%);
	animation: slider 1300ms infinite linear;
}

.slider:focus, .slider:active, .slider.active {
	animation: none;
}

.slider:focus, .slider:active{
border: 0;
outline: none;
}

.slider::-webkit-slider-thumb {
border: none;
box-shadow: none !important;
height: 164px;
width: 164px;
background-color: transparent;
background-image: url('/img/arrow_button.svg');
background-position: 0 0;
background-size: cover;
cursor: pointer;
margin-top: -15px;
-webkit-appearance: none;
transform: scale(1.9) rotate(-90deg);
}

@keyframes slider {
	0% {transform: rotate(90deg) translateX(40%) translateY(10%);}
	50% {transform: rotate(90deg) translateX(43%) translateY(10%);}
	100% {transform: rotate(90deg) translateX(40%) translateY(10%);}
}

.background__right-img {
	position: relative;
	margin: -60px 0 0 auto;
}

.background__right-finish {
	position: absolute;
	z-index: 3;
	bottom: -72px;
	right: -17px;
}

.background__input-line {
	background: #4ABCE1;
	height: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.title-img {
	margin-bottom: 52px;
	height: 180px;
	width: 876px;
}

.under-title-img {
	margin: auto auto 92px 0;
}

.under-title-img.active {
	display: none;
}

.avia-container {
	display: flex;
	flex-direction: column;
	margin-left: 32px;
	margin-bottom: 16px;
}

.avia-container__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: fit-content;
	min-width: 395px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 28px 0px rgba(255, 255, 255, 0.60);
	font-family: 'CommonsPro';
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #F75E15;
	margin-bottom: 14px;
}

.avia-container__item.active {
	background: #F75E15;
	box-shadow: 0px 4px 28px 0px rgba(247, 94, 21, 0.60);
	color: #FFF;
}

.avia-container.active {
	flex-direction: row;
}

.avia-container.active .avia-container__item {
	padding: 12px 32px;
	min-width: 0;
	font-size: 18px;
	line-height: 24px;
	margin-right: 8px;
	margin-bottom: 0;
}