/*
Theme Name: flightlight
*/

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&family=Montserrat:ital,wght@0,400;0,600;0,700;1,400&family=Oswald:wght@400;700&display=swap');
@import 'fonts/stylesheet.css';

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #00b3fe;
}

html, body
{
	max-width: 100%;
	overflow-x: hidden;
}

body
{
	font-size: 16px;
	line-height: auto;
	font-family: 'Montserrat', sans-serif;
}

.container
{
	width: 100%;
	max-width: 1171px;
	margin: 0 auto;
}

.styled_button
{
	background-color: #00B3FE;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	height: 61px;
	text-decoration: none;
	padding: 0 38px;
	border-radius: 5px;
	border: none;
	justify-content: center;
}

	.styled_button:hover
	{
		cursor: pointer;
	}

.header_top_line
{
	background-color: #506479;
	font-family: 'Kumbh Sans', sans-serif;
}

	.header_top_line_content
	{
		display: flex;
		height: 45px;
		align-items: center;
	}

		.header_top_line_content a
		{
			color: white;
			text-decoration: none;
			font-size: 14px;
			display: block;
			background-repeat: no-repeat;
			background-position: left center;
		}

			.header_phone
			{	
				background-image: url(img/icons/phone_icon.png);	
				padding-left: 28px;
			}

			.header_mail
			{
				background-image: url(img/icons/mail_icon.png);	
				padding-left: 32px;
				margin-left: 33px;
			}

		.header_social_links
		{
			display: flex;
			align-items: center;
			gap: 20px;
			padding-left: 50px;
			border-left: 1px solid #627487;
			margin-left: auto;
		}

			.header_social_links a
			{
				width: 15px;
				height: 15px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
			}


.header_bottom
{
	background-image: url(img/home_slide.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 54px;
}

	.header_bottom .container
	{
		position: relative;
		z-index: 2;
	}


	.header_bottom_inner
	{
		background-image: url(img/inner_header.jpg);
		padding-bottom: 185px;
	}

	.header_botton_video
	{
		background-color: black;
		background-image: none;
		position: relative;
		margin-bottom: 100px;
	}
		.bg_video
		{
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

			.bg_video video
			{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.header_botton_video:after
		{
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0px;
			height: 167px;
			background-image: url(img/header_bottom_clouds.png);
			z-index: 3;
		}

.header_nav
{
	font-weight: 600;
	display: grid;
	grid-template-columns: 1fr 1fr 505px 1fr 1fr;
	gap: 15px;
	justify-content: space-between;
	/*align-items: center;*/
	text-transform: uppercase;
	font-size: 14px;
}

	.header_nav a
	{
		text-decoration: none;
		color: #4d5f7a;
		display: block;
	}

	 .header_botton_video .header_nav a,
	 .header_nav .header_logo
	 {
	 	color: #00b3fe;
	 }

	 .header_logo
	 {
	 	font-size: 30px;
	 	font-weight: 300;
	 	font-family: 'Monolog';
	 	text-align: center;
	 	position: relative;
	 	top: -10px;
	 }

	 	.under_logo_text
	 	{
	 		position: absolute;
	 		left: 0;
	 		right: 0;
	 		bottom: -40px;
	 	}

.header_slide_block
{
	margin-top: 160px;
	padding-bottom: 310px;
}

	.header_botton_video .header_slide_block
	{
		text-align: center;
		padding-bottom: 260px;
		padding-top: 300px;
	}

	.header_slide_block h1
	{
		font-family: 'Oswald', sans-serif;
		font-size: 80px;
		line-height: 100px;
		text-transform: uppercase;
		color: #4d5f7a;
	}

		.header_botton_video .header_slide_block h1
		{
			color: white;
		}

			.header_botton_video .header_slide_block h1 br
			{
				display: none;

			}

	.header_slide_block p
	{
		font-size: 18px;
		line-height: 28px;
		color: #192a4a;
		margin-top: 25px;
		margin-bottom: 70px;
		max-width: 590px;
		font-style: italic;
	}

		.header_botton_video .header_slide_block p
		{
			max-width: 100%;
			color: white;
		}

.links_grid
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 100px;
}

	.links_grid a
	{
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #EBFAFF;
		border-top: 3px solid #00B3FE;
		border-radius: 15px;
		padding-top: 30px;
		padding-bottom: 49px;
	}

		.links_grid img
		{
			display: block;
			margin: 0 auto 60px;
		}

.text_block
{
	color: #757783;
}

	.text_block p
	{
		margin-bottom: 20px;
		line-height: 30px;
	}

.text_with_img_grid
{
	display: grid;
	grid-template-columns: 1fr 570px;
	gap: 60px;
}

	.text_with_img_grid h3
	{
		font-size: 60px;
		color: #4d5f7a;
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 75px;
		margin-bottom: 45px;
		margin-top: 10px;
		white-space: nowrap;
	}

	.text_with_img_grid .styled_button
	{
		/*margin-top: 50px;*/
	}

	.text_with_img_grid > div:last-child
	{
		position: relative;
	}

		.text_with_img_grid > div:last-child:after
		{
			content: "";
			position: absolute;
			bottom: -90px;
			right: -188px;
			background-image: url(img/some_strar.jpg);
			width: 295px;
			height: 291px;
			z-index: -1;
		}

.video_wrap
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 520px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 50px;
	color: black;
	/*background-color: rgba(0, 0, 0, 0.3);*/
}

	.video_wrap video
	{
		max-width: 800px;
		width: 100%;
		height: 100%;
		background-size: cover;
	}

.sky_bg
{
	background-image: url(img/sky_bg3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
	margin-top: 110px;
}

.text_and_icons_grid
{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 210px 210px 210px;
	gap: 20px;
	margin-top: 95px;
	padding-bottom: 120px;
}

	.under_video_text h3
	{
		font-family: 'Oswald', sans-serif;
		font-size: 50px;
		line-height: 60px;
		text-transform: uppercase;
		color: white;
		margin-bottom: 20px;
	}

	.under_video_text p
	{
		color: white;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.icon_block
	{
		background-color: black;
		color: white;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		padding: 34px 0;
	}

		.icon_block img
		{
			display: block;
			margin: 0 auto 28px;
			width: 100%;
			height: 88px;
			object-fit: scale-down;
		}

.styled_title
{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #4d5f7a;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.lines_bg
{
	background-image: url(img/lines_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-top: 100px;
}

.how_it_works_row
{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 50px;
	margin-top: 100px;
}

	.how_it_works_block
	{
		font-size: 20px;
		line-height: 27px;
		font-weight: 600;
		position: relative;
		position: relative;
		text-align: center;
		grid-column: 2 span;
	}

		.how_it_works_block img
		{
			position: relative;
			display: block;
		}

		.how_it_works_block span
		{
			position: relative;
			display: inline-block;
			margin-bottom: 25px;
		}

			.how_it_works_block span:after
			{
				position: absolute;
				right: -50px;
				top: 0;
				font-size: 32px;
				font-family: 'Oswald', sans-serif;
				font-weight: bold;
				color: #00B3FE;
			}

				.how_it_works_block:nth-child(4)
				{
					grid-column: 2/4;
				}

				.how_it_works_block:nth-child(1) span:after {content: "01.";}
				.how_it_works_block:nth-child(2) span:after {content: "02.";}
				.how_it_works_block:nth-child(3) span:after {content: "03.";}
				.how_it_works_block:nth-child(4) span:after {content: "04.";}
				.how_it_works_block:nth-child(5) span:after {content: "05.";}

.advantages_text
{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
}

	.advantages_text img
	{
		max-width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	.advantages_text p
	{
		max-width: 630px;
		margin: 20px auto;
	}

	.advantages_text .styled_button
	{
		margin-top: 60px;
	}

	.advantages_text ul
	{
		text-align: left;
		display: flex;
		flex-direction: column;
		gap: 30px;
		list-style-position: inside;
		max-width: 800px;
		margin: 0 auto;
	}

.page_footer
{
	background-image: url(img/footer_bg.jpg);
	/*background-repeat: no-repeat;*/
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 30px;
	color: #4d5f7a;
	padding-top: 200px;
}

	.footer_grid
	{
		display: grid;
		grid-template-columns: 3fr 1fr 2fr 1fr;
		gap: 50px;
	}

		.footer_logo
		{
			display: block;
			margin-bottom: 25px;
		}

		.page_footer h3
		{
			color: white;
			margin-bottom: 25px;
			text-transform: uppercase;
			font-size: 18px;
		}

		.page_footer ul
		{
			list-style: none;
		}

		.page_footer a
		{
			color: #4d5f7a;
			text-decoration: none;
		}

	.footer_social_icons
	{
		display: flex;
		gap: 10px;
	}

	.footer_social_icons a
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 57px;
		height: 57px;
		background-color: #0D0F13;
		border-radius: 50%;
	}

		.footer_social_icons a:hover
		{
			background-color: #4D5FE3;
		}

		.footer_social_icons img
		{
			max-width: 20px;
		}

	.footer_copyright
	{
		font-size: 15px;
		text-align: center;
		color: #00b3fe;
		border-top: 1px solid #96B5C9;
		margin-top: 30px;
		padding: 25px 0;
	}

.page_h1
{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	color: #4d5f7a;
	background-image: url(img/h1_img.png);
	background-position: top center;
	padding-top: 35px;
	background-repeat: no-repeat;
	margin-bottom: 130px;
}

.contacts_grid
{
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 70px;
}

	.contacts_grid h3
	{
		font-size: 32px;
		line-height: 42px;	
		color: #4d5f7a;
		margin-bottom: 35px;
	}

	.contacts_grid p
	{
		font-size: 20px;
		line-height: 34px;
		color: #4d5f7a;
		margin-bottom: 50px;
	}

	.contacts_page_contacts
	{
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

		.contacts_page_contacts li
		{
			font-size: 18px;
			color: #0c0c0c;
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 70px;
			height: 49px;
			display: flex;
			align-items: center;
		}

			.contacts_page_contacts li a
			{
				color: #4d5f7a;
				text-decoration: none;
			}

			.contacts_page_contacts li:nth-child(1) {background-image: url(img/icons/contacts/address.png);}
			.contacts_page_contacts li:nth-child(2) {background-image: url(img/icons/contacts/phone.png);}
			.contacts_page_contacts li:nth-child(3) {background-image: url(img/icons/contacts/mail.png);}

	.form_row
	{
		display: grid;
		grid-template-columns: 242px 1fr;
		gap: 12px;
	}

	.styled_form input[type="text"],
	.styled_form select
	{
		width: 100%;
		box-sizing: border-box;
		background-origin: white;
		border: 1px solid #ECEEF2;
		height: 60px;
		padding: 0 35px;
		margin-bottom: 15px;
	}

	.styled_form textarea
	{
		margin-top: 40px;
		margin-bottom: 60px;
		border: 1px solid #ECEEF2;
		width: 100%;
		height: 160px;
		box-sizing: border-box;
		padding: 20px 40px;
		font-size: 16px;
	}

	.styled_form_checkbox_wrap
	{
		display: grid;
		grid-template-columns: 20px 1fr;
		gap: 15px;
		margin-bottom: 15px;
	}

		.styled_form_checkbox_wrap input
		{
			width: 20px;
			height: 20px;
		}

.map_wrap
{
	margin-top: 130px;
	margin-bottom: 50px;
}

.hidden_popup
{
	display: none;
	max-width: 400px;
}

	.hidden_popup h3
	{
		text-align: center;
		margin-bottom: 40px;
	}

	.hidden_popup .styled_button
	{
		width: 100%;
	}

.social_links_fixed
{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 3;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

	.whatsapp_link,
	.telegram_link
	{
		display: block;
		width: 60px;
		height: 60px;
		background-size: cover;
		background-repeat: no-repeat;
	}

		.whatsapp_link
		{
			background-image: url(img/icons/whatsapp.svg);
			margin-left: auto;
		}

		.telegram_link
		{
			background-image: url(img/icons/telegram.svg);
			margin-right: auto;
		}

	.social_links_text
	{
		background-color: rgba(0, 0, 0, 0.3);
		color: white;
		border-radius: 5px;
		padding: 3px 10px;
		display: inline-block;
		grid-column: span 2;
	}

.video_slider.owl-theme .owl-nav
{
	margin-top: -60px;
	margin-bottom: 30px;
	font-size: 60px;
	color: #00B3FE;
	position: relative;
	z-index: 3;
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.video_slider.owl-theme .owl-nav [class*=owl-]:hover
{
	background: transparent;
	color: #00B3FE;
}

.show_mobile_menu
{
	display: none;
}

.visible_only_on_mobile
{
	display: none;
}

.container_blank
{
	max-width: 940px;
}

.blank_page
{
	background-color: black;
}

.blank_header
{
	background-image: url(img/header_bottom_clouds.png);
	background-position: bottom center;
	padding-bottom: 150px;
	position: relative;
	z-index: 2;
}

	.blank_top_line
	{
		display: flex;
		border-bottom: 1px solid #00B3FF;
		padding: 10px 30px;
	}

		.inst_qr img
		{
			max-width: 70px;
		}

		.blank_logo
		{
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			margin: 0 auto;
			text-decoration: none;
		}

			.blank_logo img
			{
				max-width: 250px;
			}

			.blank_logo span
			{
				color: #00B3FF;
				font-size: 21px;
				display: block;
				margin-bottom: 5px;
			}

	.blank_contacts
	{
		display: flex;
		justify-content: space-between;
		gap: 15px;
		color: #00B3FF;
		padding-top: 10px;
		margin-bottom: 15px;
	}

		.blank_contacts a
		{
			text-decoration: none;
		}

.blank_video_wrap
{
	position: relative;
	margin-top: -130px;
	margin-bottom: -130px;
	padding: 100px 0;
}

.blank_content
{
	color: white;
	display: flex;
	flex-direction: column;
	gap: 25px;
	font-size: 17px;
	padding: 100px;
	position: relative;
	z-index: 2;
}

.blank_footer
{
	text-align: center;
	color: #00B3FF;
	background-image: url(img/header_bottom_clouds.png);
	background-position: top center;
	padding: 180px 0 40px;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.print_button
{
	text-decoration: none;
	font-size: 17px;
}

.portfolio_video
{
	max-width: 600px;
	width: 100%;
	margin: 30px 0;
}

@media (max-width: 1190px)
{
	.container
	{
		max-width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.text_with_img_grid img
	{
		max-width: 100%;
	}
}

@media (max-width: 1145px)
{
	.header_nav img
	{
		max-width: 300px;
	}

	.header_nav
	{
		grid-template-columns: 1fr 1fr 300px 1fr 1fr;
	}

	.links_grid
	{
		gap: 30px;
	}

	.text_and_icons_grid
	{
		grid-template-columns: repeat(3, 1fr);
	}

	.under_video_text
	{
		grid-column: 3 span;
	}

	.how_it_works_row
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}

	.how_it_works_block:after
	{
		display: none;
	}

	.how_it_works_block:nth-child(4)
	{
		grid-column: 2 span;
	}

	.how_it_works_block:nth-child(2) span,
	.how_it_works_block:nth-child(4) span
	{
		margin-left: 0;
		
	}

	.text_with_img_grid h3
	{
		white-space: initial;
	}
}

@media (max-width: 991px)
{
	.show_mobile_menu
	{
		display: block;
	}

	.header_bottom_inner
	{
		padding-bottom: 0;
		background-image: none;
	}

	.header_nav
	{
		display: flex;
		flex-direction: column;
		gap: 30px;
		position: absolute;
		left: 0;
		right: 0;
		top: -55px;
		background-color: #506479;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		padding: 30px 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
	}

	.header_nav.active
	{
		visibility: visible;
		opacity: 1;
	}

	.header_nav a
	{
		color: white;
	}

	.header_nav .header_logo
	{
		display: none;
	}

	.show_mobile_menu
	{
		display: block;
		width: 30px;
		height: 30px;
		background-image: url(https://flightlight.show/wp-content/themes/flightlight/img/menu.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 30px;
	}

	.header_slide_block
	{
		margin-top: 0;
		padding-bottom: 200px;
	}

	.header_slide_block h1
	{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.header_botton_video .header_slide_block p
	{
		margin-top: 0;
		margin-bottom: 35px;
	}

	.links_grid
	{
		grid-template-columns: 1fr 1fr;
	}

	.text_with_img_grid
	{
		/*grid-template-columns: 1fr;*/
		display: block;
	}

	.video_wrap
	{
		display: block;
		height: auto;
		overflow: visible;
	}

	.text_with_img_grid .video_slider
	{
		margin-top: 60px;
	}

	.text_with_img_grid > div:last-child
	{
		text-align: center;
	}

	.text_with_img_grid h3
	{
		margin-top: 50px;
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}

	.lines_bg
	{
		margin-top: 0;
	}

	.text_with_img_grid
	{
		text-align: center;
	}

	.text_with_img_grid .styled_button
	{
		margin-top: 0;
	}

	.footer_grid
	{
		grid-template-columns: 1fr;
	}

	.page_footer
	{
		background-position: top center;
		background-color: #a8cde5;
	}

	.how_it_works_block
	{
		white-space: inherit;
	}

	.header_botton_video .header_slide_block h1 br
	{
		display: block;
	}

	.under_video_text p
	{
		text-shadow: 0 0 10px black;
	}

	.contacts_grid
	{
		grid-template-columns: 1fr;
	}

	.form_row
	{
		grid-template-columns: 1fr;
		gap: 0;
	}

	.styled_form textarea
	{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.contacts_grid .styled_button
	{
		width: 100%;
	}

	.hidden_on_mobile
	{
		display: none;
	}

	.visible_only_on_mobile
	{
		display: block
	}
}

@media (max-width: 730px)
{
	.header_social_links
	{
		padding-left: 0;
		border: none;
	}

	.header_social_links a
	{
		display: none;
	}

	.header_social_links .whatsapp_link
	{
		display: block;
	}

	.show_mobile_menu
	{
		margin-left: 0;
	}
}

@media (max-width: 820px)
{
	.blank_top_line
	{
		padding-left: 0;
		padding-right: 0;
	}

	.blank_contacts
	{
		flex-wrap: wrap;
	}

	.blank_content
	{
		padding-left: 0;
		padding-right: 0;
	}

}

@media (max-width: 650px)
{
	.text_and_icons_grid
	{
		grid-template-columns: 1fr;
	}

	.under_video_text
	{
		grid-column: initial;
	}

	.how_it_works_row
	{
		grid-template-columns: 1fr;
	}

	.header_botton_video
	{
		margin-bottom: 0;
	}

	.text_with_img_grid h3,
	.under_video_text h3,
	.styled_title
	{
		font-size: 30px;
		line-height: 40px;
	}

	.advantages_text
	{
		padding-bottom: 0;
	}

	.footer_logo img
	{
		max-width: 100%;
	}
}

@media (max-width: 430px)
{
	.header_top_line_content .header_mail
	{
		display: none;
	}
}

@media (max-width: 370px)
{
	.header_slide_block h1
	{
		font-size: 30px;
		line-height: 40px
	}

	.links_grid
	{
		grid-template-columns: 1fr;
	}

	.video_wrap
	{
		height: 350px;
	}
}

@media print
{
	.bg_video
	{
		display: none;
	}

	.blank_page
	{
		background-color: white;
	}

	.blank_content
	{
		color: black;
		padding: 0;
	}

	.blank_header
	{
		padding-bottom: 100px;
	}

	.blank_footer
	{
		padding-top: 100px;
	}

	.print_button
	{
		display: none;
	}
}