body {
	background-color: #000b25;
	color: #fff;
	font-family: 'Roboto', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-image: url('../assets/BackSota.webp'); /* Ссылка на вашу картинку */
	background-size: cover; /* Масштабирование, чтобы покрыть весь экран */
	background-position: center; /* Центровка изображения */
	background-repeat: no-repeat; /* Избегать повторений */
	background-attachment: fixed; /* Фиксация фона при прокрутке */
	min-height: 100vh;
	flex-direction: column;
}

#current-flag {
	position: relative;
	top: 7px;
}
#im1_small {
	display: none;
}
#im1_2_small {
	display: none;
}
#im1_3_small {
	display: none;
}
#header {
	position: relative; /* Устанавливает позиционирование для применения z-index */
	z-index: 1000; /* Высокое значение для гарантии, что header будет на переднем плане */
}
.nav-links,
.footer-links {
	display: flex;
	gap: 15px;
	text-decoration: none;
}

.logo {
	height: 55px;
	margin-top: 4px;
	margin-right: 0px;
}

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

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 20px;
	background-color: #000b24;
}

.logo-container {
	flex: 1; /* Одинаковое распределение пространства слева */
	display: flex;
	justify-content: flex-start; /* Логотип выровнен по левому краю */
	margin-right: 20px;
}

.logo-container a:hover img {
	filter: drop-shadow(0 0 5px rgb(50, 157, 255));
}

.logo-text {
	display: flex;
	justify-content: flex-start; /* Оставляет элементы выровненными по левому краю */
	align-items: center; /* Выравнивает элементы вертикально по центру */
	color: #eeeeee;
	text-shadow: 0 0 20px rgb(72, 72, 248);
}

.logo-text a {
	text-decoration: none; /* Убирает подчеркивание */
	color: inherit; /* Сохраняет цвет родительского элемента */
	margin-left: 10px;
	margin-right: 10px;
}

.logo-text a:hover {
	color: #319dfe;
}

.nav-links-container {
	flex: 3;
	display: flex;
	justify-content: center; /* Центрирует ссылки */
	flex-wrap: nowrap; /* Не позволяет ссылкам переноситься в столбик */
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 16px;
}

.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 {
	flex: 2;
	display: flex;
	justify-content: flex-end; /* Кнопки и меню справа */
	align-items: center;
	flex-wrap: wrap; /* Позволяет переноситься на следующую строку */
	margin-left: 10px;
}

.buttons-container {
	display: flex;
	gap: 0px;
	position: relative;
}

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-logo-container a:hover img {
	filter: drop-shadow(0 0 5px rgb(50, 157, 255));
}

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

.footer-image-container {
	flex: 3; /* Занимает пространство справа */
	display: flex;
	justify-content: flex-end; /* Выровнять изображение по правому краю */
	margin-top: 80px;
	margin-right: 10px;
}


.footer-image-container img {
	width: 150px; /* Уменьшает изображение до 80% от его оригинального размера */
	height: auto; /* Сохраняет пропорции изображения */
}

.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_documentation {
	background-color: #000b25;
	color: white;
	border-color: #319dfe;
	text-indent: -1.9rem;
}

#head_documentation:hover {
	color: #319dfe;
}

#head_dashboard {
	background-color: #319dfe;
	color: white;
	position: relative;
	left: -2.5rem;
	width: 7rem;
	border-color: #319dfe;
}

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

#current-flag {
	margin-top: -4px; /* Задает отступ сверху */
}
#manifest {
	background-color: #c99613; /* Золотой фон */
	color: #ffffff; /* Белый цвет текста */
	padding: 7px 9px 9px 10px; /* Увеличение верхней заливки, уменьшение нижней */
	text-align: left;
	margin-bottom: 20px; /* Отступ снизу для разделения с контентом */
	height: 15px; /* Фиксированная высота блока */
	display: inline-block; /* Устанавливает ширину блока по ширине текста */
	border-top-right-radius: 10px; /* Скругление правого верхнего угла */
	border-bottom-right-radius: 10px; /* Скругление правого нижнего угла */
	margin-left: 20px;
	margin-top: 10px;
}
#im1_1 {
	margin-top: 30px; 
	margin-left: 10%; 
	max-width: 120%;
}
#im1_2 {
    width: 80%; 
	margin-top: 30px; 
	max-width: 70%;
}
#im1_3 {
	margin-top: 30px; 
	margin-left: 12%; 
	max-width: 70%;
}
#im1_4 {
	margin-top: 30px; 
	margin-left: 12%; 
	max-width: 70%;
}
/* ------- 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; /* Занимает 50% пространства */
	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;
}
.center-section {
	display: flex;
	justify-content: center;
	margin-left: 20px;
	margin-right: 20px;
}
.center-section img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.crypto_section {
	display: flex;
	flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку */
	justify-content: center; /* Центрирует элементы по горизонтали */
	align-items: center; /* Центрирует элементы по вертикали */
	gap: 10px; /* Отступ между изображениями */
	padding: 20px; /* Внутренний отступ секции */
}

.crypto_section img {
	max-width: 200px; /* Максимальная ширина изображения */
	width: 100%; /* Автоматическая адаптация по ширине */
	height: auto; /* Сохраняет пропорции изображения */
	display: block; /* Убирает нижний отступ изображения */
}

.image {
	height: auto; /* Сохраняет пропорции */
}

/* Стили текста */
.text-style1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.text-style2 {
	font-size: 26px;
	font-style: medium;
	color: #329DFF;
	line-height: 2;
}

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

.contacts-section {
	text-align: center;
	color: #ffffff;
	margin: 50px auto;
}

.contacts-section h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 300;
}

.contacts-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; /* Позволяет элементам переноситься */
	gap: 20px;
	padding: 20px;
	background: rgba(173, 216, 230, 0.05); /* Полупрозрачный голубой фон */
	border: 1px solid rgba(34, 208, 248, 0.684); /* Светло-синий бордюр */
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(173, 216, 230, 0.5); /* Светло-синяя тень */
	margin-left: 20px;
	margin-right: 20px;
}

.contact-box {
	flex: 1;
	min-width: 200px; /* Минимальная ширина для переносов */
	text-align: center;
}

.contact-box h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 200;
	color: #ffffff;
}

.contact-box a {
	display: block;
	color: #319dfe;
	text-decoration: none;
	font-size: 16px;
}

.contact-box a:hover {
	text-decoration: underline;
	color: #c99613;
}

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

.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: #329DFF; /* Цвет левого градиента при наведении */
	box-shadow: 0 0 10px rgba(50, 157, 255, 0.5); /* Синяя подсветка */
	color: #ffffff; /* Белый текст */
}

.button_class:active {
	background: #001549; /* Цвет правого градиента при нажатии */
}
/*----------- 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;
}

.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; /* Чтобы псевдоэлемент не перекрывал клики по содержимому */
}
.image2 {
	width: 150px; /* Фиксированная ширина для картинок */
	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;
}

/*----------- 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, 
		#22d0f8 50%, 
		#5198d8 60%, 
		#2184f7 70%, 
		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, 
		#22d0f8 50%, 
		#5198d8 60%, 
		#2184f7 70%, 
		transparent
	) 1; /* Градиентный бордюр с несколькими цветами */
	border-radius: 5px; /* Скругленные углы */
	margin-top: 40px;
	max-width: 600px; /* Максимальная ширина */
	flex: 1;
}
.center-text {
	flex-shrink: 0; /* Запрещает сужение текста */
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 0 10px; /* Отступы вокруг текста */
	text-align: center;
	margin-top: 40px;
}

/*-------- 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: 990px) {
	.nav-links-container {
		width: 100%; /* Обеспечивает перенос блока на новую строку */
		justify-content: flex-end;
		margin-right: 0px;
	}
}

@media (max-width: 756px) {
	#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;
	}
	.text-style2 {
		text-align: center;
	}
	.logo {
		height: 45px;
		margin-top: 6px;
	}
	.content {
		font-size: 14px;
	}
	.nav-links-container {
		width: 100%; /* Обеспечивает перенос блока на новую строку */
		margin-top: 15px; /* Добавляет отступ сверху для визуального разделения */
		justify-content: flex-end;
		margin-right: 0px;
	}
	.nav-links a {
		font-weight: 300;
		font-size: 14px;
	}
	.nav-links {
		gap: 10px;
	}
	button {
		width: 10rem;
		height: 2.1rem;
		font-size: 14px;
		margin-top: 10px;
	}
	.button-container2 {
		justify-content: center; /* Размещает кнопку слева */
		margin-top: 40px;
	}
	#current-flag {
		margin-top: 3px; /* Задает отступ сверху */
	}
	#manifest {
		display: none;
	}
	.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; /* Уменьшает изображение до 80% от его оригинального размера */
	}
	.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;
	}
	.crypto_section img {
		max-width: 140px; /* Максимальная ширина изображения */
	}
	.right-section {
		margin-top: -20px; /* Добавляет отступ сверху для изображения */
		margin-left: 20px;
	}
	.contacts-container {
		flex-direction: column; /* Переход на вертикальную компоновку */
	}
	.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: 40px;
	}	
	
/*----------- OUR STANDARDS LINE ---------------*/
	
	.text-style4 {
		font-size: 14px;
		margin-top: 10px;
		line-height: 2;
		font-weight: 100;
	}
	.image2 {
		margin-right: -20; /* Убирает отступ справа */
		margin-left: -20; /* Убирает отступ слева */
		margin-top: 0px; /* Добавляет отступ сверху, чтобы отделить от текста */
		margin-bottom: 0px;
		width: 80px;
	}
}

@media (max-width: 500px) {
	.button_class {
		padding: 10px 20px;
		width: 180px; /* Задает ширину кнопки */
		height: 35px; /* Задает высоту кнопки */
		font-size: 14px;
		font-weight: 400; /* Тонкий шрифт */
	}
	.crypto_section img {
		max-width: 130px; /* Максимальная ширина изображения */
	}
	.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;
	}
	.contacts-section h2 {
		font-size: 20px;
	}
	.contact-box h3 {
		font-size: 14px;
	}
	.contact-box a {
		font-size: 14px;
	}
	/*----------- PRICING LINE ---------------*/
	
	.gradient-border-box-left {
		height: 40px;
	}
	.gradient-border-box-right {
		height: 40px;
	}
	.center-text {
		font-size: 20px;
		font-weight: 400;
		margin-top: 40px;
	}	
	/*----------- 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%); /* Полупрозрачная заливка */
	}
	
	.text-style4 {
		font-size: 14px;
		margin-top: 20px;
		line-height: 2;
		font-weight: 100;
		order: -1; /* Помещает текст выше изображения */
		margin-top: 0; /* Убирает верхний отступ */
	}
	
	.image2 {
		transform: rotate(0deg); /* Отменяет поворот картинки */
		margin-right: 0; /* Убирает отступ справа */
		margin-left: 0; /* Убирает отступ слева */
		margin-top: -40px; /* Добавляет отступ сверху, чтобы отделить от текста */
		margin-bottom: -30px;
		width: 100px;
	}
}