body {
	background-color: #01050e;
	color: #fff;
	font-family: 'Roboto', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-image: url('../assets/BackSota2.webp');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100vh;
	flex-direction: column;
	transition: background-position 0.3s ease-out;
}

.youtube-link {
	position: absolute;
	bottom: 0px;
}

.telegram-link {
	position: absolute;
	bottom: 10px;
}

.youtube-link {
	right: 40px;
}

.telegram-link {
	right: 110px;
}

.youtube-icon {
	width: 60px;
	height: auto;
	transition: transform 0.2s ease;
}

.telegram-icon {
	width: 40px;
	height: auto;
	transition: transform 0.2s ease;
}

.youtube-icon:hover,
.telegram-icon:hover {
	transform: scale(1.1);
}


#current-flag {
	position: relative;
	top: 2px;
}

#im1_small {
	display: none;
}

#im1_2_small {
	display: none;
}

#im1_3_small {
	display: none;
}

#im1_4_small {
	display: none;
}

#header {
	position: relative;
	z-index: 1000;
}

.nav-links,
.footer-links {
	display: flex;
	gap: 15px;
	text-decoration: none;
}

.logo {
	height: 90px;
	margin-top: 4px;
	margin-right: 0px;
	cursor: pointer;
}

img.logo:hover,
a:hover img.logo {
	filter: drop-shadow(0 0 8px rgba(120, 246, 175, 0.9));
}

.logo-mobile {
	height: 100px;
	margin-top: 4px;
	margin-right: 0px;
	display: none;
	cursor: pointer;
}

.language-select {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 10px;
}

.icon-link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	text-decoration: none;
	color: #72bffd;
	font-size: 18px;
	margin-top: 10px;
}

.icon-link::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../assets/icon_play.webp');
	background-size: contain;
	background-repeat: no-repeat;
}


header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-top: 10px;
}

/* Logo container */
.logo-container {
	display: flex;
	justify-content: flex-start;
	margin-right: auto;
	z-index: 10;
	margin-left: -10px;
}

/* Nav links container */
.nav-links-container {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin-right: 0px;
	margin-left: 20px;
}

/* --------------------------- Nav links ----------------------------------*/

.nav-links {
	display: flex;
	gap: 20px;
}

.nav-links a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 300;
	font-size: 16px;
}

.nav-links a:hover {
	color: #319dfe;
}

.buttons-menu-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	margin-left: 20px;
}

/* --------------------------- FAQ ----------------------------------*/

.faq-container {
	margin: 20px auto;
	margin-left: 20px;
	margin-right: 20px;
}

.faq-item {
	margin-bottom: 10px;
	border: 1px solid #7bf;
	border-radius: 10px;
	overflow: hidden;
}

.faq-question {
	background-color: #d0eaff;
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.faq-question:hover {
	background-color: #72bffd;
}

.faq-answer {
	display: none;
	padding: 15px;
	background-color: #fff;
	color: #000;
	border-top: 1px solid #ccc;
}

/* --------------------------- Footer ----------------------------------*/

footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
	position: relative;
	overflow: visible;
}

.footer-image-container2 {
	position: absolute;
	top: -20px;
	left: -0px;
	z-index: -1;
}

.footer-background {
	width: 100%;
	height: 150%;
}

.footer-logo-container {
	flex: 1;
	margin-left: 100px;
}

.footer-links-container {
	flex: 2;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-left: 20px;
}

.footer-links a {
	text-align: left;
	color: #eeeeee;
	text-decoration: none;
	white-space: nowrap;
}

.footer-links a:hover {
	color: #319dfe;
}

.footer-links {
	flex-direction: column;
	align-items: left;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: 300;
	font-size: 16px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0px;
	overflow: visible;
}

/* --------------------------- BUTTON --------------------------- */

button {
	width: 11rem;
	height: 2.3rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#head_dashboard {
	background-color: #1E5BA4;
	color: white;
	position: relative;
	width: 7rem;
	border-color: #1E5BA4;
	align-items: center;
}

#head_dashboard:hover {
	background-color: #001549;
	border-color: #319dfe;
	color: #319dfe;
}

#im1_1 {
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 20px;
	max-width: 120%;
}

#im1_2 {
	width: 90%;
	margin-top: 30px;
	max-width: 100%;
}

#im1_3 {
	margin-top: 30px;
	margin-left: 12%;
	max-width: 100%;
}

#im1_4 {
	margin-top: 50px;
	margin-left: 0%;
	max-width: 100%;
}

/* ------- CONTENT -------- */

.content {
	flex: 1;
	flex-direction: column;
}

.content-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 20px;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.content-container2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0px;
	padding: 20px;
	flex-wrap: wrap;
	margin-bottom: 0;
	overflow: hidden;
}

.left-section {
	flex: 1;
	justify-content: center;
}

.right-section {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.right-section::before {
	content: '';
	position: absolute;
	bottom: -190px;
	width: 80%;
	height: 650px;
	background: radial-gradient(ellipse at center, rgba(50, 157, 254, 0.3), rgba(50, 157, 254, 0) 70%);
	filter: blur(30px);
	border-radius: 70%;
	z-index: -1;
	transition: width 0.3s ease, height 0.3s ease;
	margin-left: 40px;
}

.image {
	height: auto;
}


.text-style1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.text-style2 {
	font-size: 26px;
	font-style: medium;
	line-height: 2;
	background: linear-gradient(45deg, #0789F6, #34D399, #0789F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.text-style3 {
	font-size: 18px;
	color: #e6e6e6;
	margin-top: 40px;
	line-height: 2;
	font-weight: 100;
}

.text-style0 {
	font-size: 18px;
	color: #73bffe;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 2;
	font-weight: 100;
	text-decoration: none;
}

.text-style0:hover {
	text-decoration: underline;
}

.text-style-gradient {
	font-size: 26px;
	font-style: medium;
	line-height: 2;
	background: linear-gradient(45deg, #0789F6, #34D399, #0789F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.divider {
	width: 2px;
	height: 100px;
	background: linear-gradient(to top, transparent, #d4af37 50%, transparent);
}

.button-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.button-container2 {
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
}

.button_class {
	padding: 10px 20px;
	width: 200px;
	height: 45px;
	border-radius: 20px;
	border: 2px solid #00a;
	cursor: pointer;
	background: linear-gradient(200deg, #e6e6e6, #329DFF);
	color: #090463;
	font-size: 16px;
	font-weight: 500;
	transition: background 0.0s, box-shadow 0.3s;
	outline: none;
	line-height: 0.6rem;
}

.button_class:hover {
	background: linear-gradient(45deg, #329DFF, #00bc52);
	box-shadow: 0 0 10px rgba(50, 157, 255, 0.5);
	color: #ffffff;
}

.button_class:active {
	background: #001549;
}

/*----------- ---------------*/

.education-link {
	color: #0789f6;
	text-decoration: none;
	font-weight: bold;
}

.education-link:hover {
	text-decoration: underline;
}

/*-----------  ---------------*/

.checklist-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px;
}

.checkmark {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('../assets/g.svg') no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
	margin-top: 6px;
}

/*----------- STANDARDS BOX ---------------*/

.gradient-border-box {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 15px;
	background: linear-gradient(to right, rgba(50, 157, 254, 0.2) 0%, rgba(50, 157, 254, 0) 20%);
	box-sizing: border-box;
	margin-top: 40px;
	max-width: 600px;
}

.gradient-border-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	padding: 1px;
	background: linear-gradient(to right, rgba(9, 4, 100, 1) 0%, #319dfe 25%, rgba(34, 208, 248, 0.503) 50%, #319dfe 75%, rgba(9, 4, 100, 1) 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	pointer-events: none;
}

.emails-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-grow: 1;
}

.email-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image2 {
	width: 140px;
	height: auto;
	margin-right: -20px;
	margin-left: -30px;
	transform: rotate(90deg);
	padding: 20px;
}

.text-style4 {
	font-size: 18px;
	color: #e6e6e6;
	margin-top: 20px;
	line-height: 2;
	font-weight: 100;
}

.text-style5 {
	font-size: 18px;
	line-height: 2;
	font-weight: 100;
	color: #0584ed;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	transition: color 0.3s;
}

.text-style5:hover {
	color: #036ac4;
	text-decoration: underline;
}

/*----------- PRICING LINE ---------------*/

.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.gradient-border-box-left {
	width: 300px;
	height: 50px;
	background-color: transparent;
	border: 2px solid;
	border-image: linear-gradient(to right,
			transparent,
			#005ba7 20%,
			#0789f6 35%,
			#005ba7 50%,
			rgba(3, 106, 48, 0.687) 60%,
			rgba(3, 106, 48, 0.451) 80%,
			transparent) 1;
	border-radius: 5px;
	margin-top: 40px;
	max-width: 600px;
	flex: 1;
}

.gradient-border-box-right {
	width: 300px;
	height: 50px;
	background-color: transparent;
	border: 2px solid;
	border-image: linear-gradient(to left,
			transparent,
			#005ba7 20%,
			#0789f6 35%,
			#005ba7 50%,
			rgba(3, 106, 48, 0.687) 60%,
			rgba(3, 106, 48, 0.451) 80%,
			transparent) 1;
	border-radius: 5px;
	margin-top: 40px;
	max-width: 600px;
	flex: 1;
}

.center-text {
	font-size: 26px;
	font-style: medium;
	line-height: 2;
	background: linear-gradient(45deg, #74bfff, #74bfff, #74bfff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-align: center;
	margin-top: 58px;
}

/*-------- TABLE --------*/

.table-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: -20px;
}

.styled-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-radius: 15px;
	overflow: hidden;
}

.styled-table th,
.styled-table td {
	padding: 10px;
	text-align: center;
	font-weight: 300;
}

.header-row {
	background-color: #319dfe;
	color: #000000;
}

.gray-row {
	background-color: rgba(34, 208, 248, 0.503);
	color: #ffffff;
}

/* ------- MEDIA -------- */


@media (max-width: 770px) {
	header {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.youtube-link {
		right: 10px;
	}

	.telegram-link {
		right: 70px;
	}

	.youtube-icon {
		width: 50px;
	}

	.telegram-icon {
		width: 30px;
	}

	.text-style1 {
		text-align: center;
	}

	.buttons-menu-container {
		margin-left: auto;
		width: auto;
		display: flex;
		justify-content: flex-end;
	}

	.nav-links-container {
		margin-top: 45px;
	}

	#head_dashboard {
		margin-left: 100px;
	}

	#im1_small {
		display: block;
		margin: 0 auto;
		max-width: 70%;
		min-width: 300px;
	}

	#im1_2 {
		display: none;
	}

	#im1_2_small {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}

	#im1_3 {
		display: none;
	}

	#im1_3_small {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}

	#im1_4 {
		display: none;
	}

	#im1_4_small {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}

	.text-style2 {
		text-align: center;
	}

	.text-style-gradient {
		text-align: center;
	}

	.logo {
		margin-top: 6px;
	}

	.content {
		font-size: 14px;
	}

	.button-container2 {
		justify-content: center;
		margin-top: 40px;
	}

	.footer-image-container {
		margin-right: 0px;
		margin-top: 93px;
	}

	.footer-logo-container {
		margin-left: 30px;
	}

	.footer-links {
		font-size: 14px;
	}

	.footer-image-container img {
		width: 100px;
	}

	.content-container {
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}

	#im1_1 {
		display: none;
	}

	#im1_2 {
		margin: 0 auto;
		max-width: 60%;
		min-width: 260px;
	}

	#im1_3 {
		margin: 0 auto;
		max-width: 60%;
		min-width: 260px;
	}

	#im1_4 {
		margin: 0 auto;
		max-width: 60%;
		min-width: 260px;
	}

	.right-section {
		margin-top: -20px;
		margin-left: 20px;
	}

	.divider {
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, transparent, #d4af37 50%, transparent);
	}

	/*----------- PRICING LINE ---------------*/

	.gradient-border-box-left {
		height: 40px;
	}

	.gradient-border-box-right {
		height: 40px;
	}

	.center-text {
		font-size: 20px;
		font-weight: 400;
		margin-top: 52px;
	}
}

@media (max-width: 590px) {
	.logo-mobile {
		display: inline;
		height: 70px;
		cursor: pointer;
	}

	.logo {
		display: none;
	}

	header {
		flex-wrap: wrap;
		justify-content: center;
	}

	.logo-container {
		justify-content: center;
		flex-basis: 100%;
		margin-right: 0;
		margin-left: 0;
		z-index: 0;
	}

	.buttons-menu-container,
	.nav-links-container {
		flex-basis: 100%;
		justify-content: flex-end;
		text-align: right;
	}

	.nav-links-container {
		justify-content: center;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 5px;
	}

	.buttons-menu-container {
		margin-top: -80px;
	}
}

@media (max-width: 500px) {
	.faq-question {
		font-size: 14px;
	}

	.logo-container {
		justify-content: flex-start;
		flex-basis: 100%;
	}

	#head_dashboard {
		margin-left: 100px;
	}

	.nav-links a {
		font-size: 14px;
	}

	.nav-links {
		gap: 10px;
	}

	.button_class {
		padding: 10px 20px;
		width: 180px;
		height: 35px;
		font-size: 14px;
		font-weight: 400;
	}

	.content-container {
		gap: 10px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.text-style1 {
		font-size: 28px;
		font-weight: bold;
	}

	.text-style2 {
		font-size: 20px;
		font-style: medium;
		line-height: 2;
		text-align: center;
	}

	.text-style3 {
		font-size: 14px;
		margin-top: 20px;
		line-height: 2;
		font-weight: 100;
	}

	.text-style0 {
		font-size: 14px;
		margin-top: 20px;
		line-height: 2;
		font-weight: 100;
	}

	.text-style-gradient {
		font-size: 20px;
		font-style: medium;
		line-height: 2;
		text-align: center;
	}

	/*----------- PRICING LINE ---------------*/

	.gradient-border-box-left {
		height: 40px;
	}

	.gradient-border-box-right {
		height: 40px;
	}

	.center-text {
		font-size: 20px;
		font-weight: 400;
		margin-top: 54px;
	}

	/*----------- OUR STANDARDS LINE ---------------*/
	.gradient-border-box {
		flex-direction: column;
		padding: 20px 10px;
		text-align: center;
		background: linear-gradient(to top, rgba(50, 157, 254, 0.2) 0%, rgba(50, 157, 254, 0) 40%);
	}

	.image2 {
		order: 2;
		align-self: center;
		margin: 20px 0 0 0;
		padding: 0;
		transform: rotate(0deg);
		margin-right: 0;
		margin-left: 0;
		margin-top: 0px;
		margin-bottom: 10px;
		width: 100px;
	}

	.email-container {
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}

	.text-style4 {
		font-size: 14px;
		margin-top: 20px;
		line-height: 2;
		font-weight: 100;
		order: -1;
		margin-top: 0;
	}

	.text-style5 {
		font-size: 14px;
	}

}