* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Exo 2", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	background-color: #020712;
	color: #eaf3ff;
}

a {
    text-decoration: none;
}

.uwzdkkqohcfy {
	background-color: rgba(7, 20, 38, 0.97);
	display: flex;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(14px);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ax-header--scrolled {
	background-color: rgba(7, 20, 38, 0.8);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
}

.ezipovperynw {
	width: 100%;
	max-width: 1300px;
	padding: 12px 16px 16px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto;
	column-gap: 16px;
	row-gap: 12px;
	align-items: center;
}

.rdkwmnwmlscm {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 10px;
}

.rdkwmnwmlscm:hover {
	background: rgba(255, 255, 255, 0.06);
}

.fhyrurlmkmka {
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background-color: #f4f7ff;
	display: block;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.fhyrurlmkmka + .fhyrurlmkmka {
	margin-top: 4px;
}

.loisrkmxxict {
	grid-row: 1;
	grid-column: 2;
	justify-self: center;
}

.loisrkmxxict img {
	height: 55px;
	width: auto;
	display: block;
}

.vdcfwpsznyvw {
	grid-row: 1;
	grid-column: 3;
	width: 40px;
	height: 40px;
}

.mxoymwglgnva {
	grid-row: 2;
	grid-column: 1 / span 3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	font-weight: bold;
}

.famdkzslfkae {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.tysvscyhsyfm {
	background-color: transparent;
	color: #eaf3ff;
	border-color: rgba(255, 255, 255, 0.28);
}

.tysvscyhsyfm:hover {
	background-color: #0b1b33;
	border-color: rgba(255, 255, 255, 0.45);
}




.lgyyvgidmfsp {
	position: absolute;
	left: 16px;
	right: 16px;
	top: 100%;
	transform: translateY(10px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	padding: 12px 10px;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(5, 16, 35, 0.98);
	backdrop-filter: blur(18px);
}

.nendhoccbttj {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
    text-align: center;
}

.nendhoccbttj a {
	font-weight: bold;
	font-size: 16px;
}

.nendhoccbttj .zfagnhhifdcl:nth-child(-n+8){
	display: none !important;
}

.zfagnhhifdcl {
	border-radius: 999px;
}

.omrbejkzoyug {
	display: block;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 14px;
	color: #eaf3ff;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.omrbejkzoyug:hover {
	background: linear-gradient(135deg, #008bff, #11c5ff);
	color: #020712;
}

.lgyyvgidmfsp > div {
  width: fit-content;      /* или задай конкретную ширину/max-width */
  margin-left: auto;
  margin-right: auto;
}

.uervoyhuiutt {
	position: fixed;
	inset: 0;
	background: radial-gradient(circle at top, rgba(0, 139, 255, 0.35), transparent 55%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.ax-header--menu-open .lgyyvgidmfsp {
	opacity: 1;
	pointer-events: auto;
}

.ax-header--menu-open .uervoyhuiutt {
	opacity: 1;
	pointer-events: auto;
}

.ax-header--menu-open .fhyrurlmkmka:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.ax-header--menu-open .fhyrurlmkmka:nth-child(2) {
	opacity: 0;
}

.ax-header--menu-open .fhyrurlmkmka:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

	.vhzczzhtiiwp {
		display: none;
	}

	.obryxbriaxla {
		align-items: center;
		justify-content: center;
		margin-top: 4px;
	}

@media (min-width: 992px) {
	.ezipovperynw {
		grid-template-columns: auto 1fr auto;
		grid-template-rows: auto;
		column-gap: 24px;
		row-gap: 0;
		padding: 16px 24px;
	}

	.rdkwmnwmlscm,
	.vdcfwpsznyvw,
	.uervoyhuiutt {
		display: none;
	}

	.loisrkmxxict {
		grid-column: 1;
		justify-self: flex-start;
	}

	.loisrkmxxict img {
		height: 55px;
	}

	.lgyyvgidmfsp {
		position: static;
		transform: none;
		background: transparent;
		border: none;
		padding: 0;
		opacity: 1;
		pointer-events: auto;
		grid-column: 2;
		backdrop-filter: none;
	}

	.nendhoccbttj {
		flex-direction: row;
		gap: 12px;
		margin-left: 25px;
	}

	.omrbejkzoyug {
		padding-inline: 14px;
	}

	.mxoymwglgnva {
		grid-column: 3;
		grid-row: 1;
		display: flex;
		justify-content: flex-end;
		gap: 16px;
	}

	.mxoymwglgnva .famdkzslfkae {
		width: auto;
		min-width: 120px;
		font-size: 15px;
	}

		.obryxbriaxla {
		display: none;
	}

		.vhzczzhtiiwp {
		display: inline-flex;
		align-items: center;
	}
}



.sqoxzkxrsdqa {
	display: flex;
	justify-content: center;
	padding: 12px 16px 0px;
	background-color: #020712;
}

.idldwgjtwafc {
	width: 100%;
	max-width: 1300px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	background-color: #050b16;
}

.fqhujmzciogc {
	position: relative;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.fqhujmzciogc:active {
	cursor: grabbing;
}

.ezudhtuxqaop {
	display: flex;
	width: 100%;
	transition: transform 0.35s ease;
	will-change: transform;
}

.negslzipdbla {
	min-width: 100%;
	position: relative;
	color: #eaf3ff;
	height: 320px;
	display: flex;
	align-items: center;
}

.qagnxdvhdzak {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hbdhyljytibs {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(0, 139, 255, 0.45), transparent 55%),
		linear-gradient(90deg, rgba(2, 7, 18, 0.95), rgba(2, 7, 18, 0.6), rgba(2, 7, 18, 0.4));
}

.iibkcirkdqou {
	position: relative;
	z-index: 2;
	max-width: 520px;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pjhjokmkoami {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	padding: 6px 18px;
	border-radius: 999px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(0, 139, 255, 0.2);
	border: 1px solid rgba(0, 139, 255, 0.6);
	color: #b7d9ff;
}

.kkgwvjqltxpa {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.lvdiurxtglbe {
	font-size: 14px;
	line-height: 1.5;
	color: #a2b1d0;
}

.eogbxokilcse {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 12px 32px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #020712;
	background: linear-gradient(135deg, #008bff, #11c5ff);
	box-shadow: 0 0 0 1px rgba(0, 139, 255, 0.6);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
	align-self: flex-start;
}

.eogbxokilcse:hover {
	background: linear-gradient(135deg, #11c5ff, #52d4ff);
	box-shadow: 0 0 0 1px rgba(17, 197, 255, 0.85), 0 0 20px rgba(17, 197, 255, 0.45);
	transform: translateY(-1px);
}

.fbydnbytgzyx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex;
	justify-content: center;
	gap: 8px;
	z-index: 3;
}

.qkjszsfgnepg {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	border: none;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.28);
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.ctsspgmhpjtz {
	width: 20px;
	background: linear-gradient(135deg, #008bff, #11c5ff);
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	.negslzipdbla {
		height: 360px;
	}

	.iibkcirkdqou {
		padding: 40px 40px;
		max-width: 520px;
	}

	.kkgwvjqltxpa {
		font-size: 32px;
	}

	.lvdiurxtglbe {
		font-size: 15px;
	}
}

.sqoxzkxrsdqa,
.sqoxzkxrsdqa * {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 1200px) {
	.negslzipdbla {
		height: 400px;
	}
}

.zshxacggukiq {
	display: flex;
	justify-content: center;
	padding: 12px 16px 0;
	background-color: #020712;
}

.linrdantyvgx {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1300px;
	border-radius: 18px;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(31, 97, 191, 0.65) 0, transparent 52%),
		radial-gradient(circle at 80% 80%, rgba(7, 55, 140, 0.7) 0, transparent 55%),
		radial-gradient(circle at 15% 80%, rgba(27, 86, 176, 0.9) 0, transparent 60%),
		radial-gradient(circle at 50% 0, rgba(10, 72, 172, 0.55) 0, transparent 60%),
		radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, #051328, #021022);
	background-size:
		auto,
		auto,
		auto,
		auto,
		18px 18px,
		auto;
	background-position:
		left top,
		right bottom,
		left bottom,
		right top,
		0 0,
		0 0;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
	padding: 16px 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #eaf3ff;
}

.hluietfryppn {
	text-align: center;
}

.bqxvjrgprljn {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #eaf3ff;
	margin-bottom: 8px;
}

.mlkgtjvlflzn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 10px;
}

.mnrsuuchogtg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 22px;
	border-radius: 999px;
	background-color: rgba(2, 7, 18, 0.8);
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.irzjwnkeuvmh {
	text-align: center;
}

.pabjdgdgjart {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b2c5e6;
	margin-bottom: 4px;
}

.hoecddhowztc {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
}

.ojthunqxwiab {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	min-width: 26px;
	text-align: center;
}

.lsyeykaqybeq {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 2px;
}

.hmtjdmeaphau {
	padding-top: 4px;
	padding-bottom: 4px;
}

.fltnyjmhmeql {
	overflow: hidden;
}

.yamjfgaicqzy {
	display: flex;
	gap: 6px;
	will-change: transform;
}

.jukwzhdtijbo {
	flex: 0 0 72px;
	max-width: 72px;
	border-radius: 12px;
	overflow: hidden;
}

.jukwzhdtijbo img {
	display: block;
	width: 100%;
	height: auto;
}

.hsmrmdnlwieq {
	display: flex;
	justify-content: center;
}

.edkttkqsyslo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 24px;
	border-radius: 10px;
	background: linear-gradient(135deg, #008bff, #11c5ff);
	color: #020712;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 0 0 1px rgba(0, 139, 255, 0.6);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
	text-wrap: nowrap;
}

.edkttkqsyslo:hover {
	background: linear-gradient(135deg, #11c5ff, #52d4ff);
	box-shadow: 0 0 0 1px rgba(17, 197, 255, 0.85), 0 0 16px rgba(17, 197, 255, 0.35);
	transform: translateY(-1px);
}

.zshxacggukiq,
.zshxacggukiq * {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 992px) {
	.linrdantyvgx {
		flex-direction: row;
		align-items: center;
		gap: 18px;
		padding: 10px 22px;
		min-height: 92px;
	}

	.hluietfryppn {
		text-align: left;
		min-width: 260px;
	}

	.irzjwnkeuvmh {
		text-align: left;
		min-width: 260px;
	}

	.hoecddhowztc {
		justify-content: flex-start;
	}

	.ojthunqxwiab {
		font-size: 32px;
		min-width: 32px;
	}

	.lsyeykaqybeq {
		font-size: 30px;
	}

	.hmtjdmeaphau {
		flex: 1;
		padding-top: 0;
		padding-bottom: 0;
	}

	.fltnyjmhmeql {
		max-width: 460px;
		margin-left: auto;
		margin-right: 12px;
	}

	.hsmrmdnlwieq {
		justify-content: flex-end;
	}
}

.dfradhjnnnkx {
	display: flex;
	justify-content: center;
	padding: 12px 16px 0px;
	background-color: #020712;
}

.edvlwylwwvta {
	width: 100%;
	max-width: 1300px;
	border-radius: 24px;
	padding: 16px 18px 20px;
	background-image:
		radial-gradient(circle at 8% 20%, rgba(31, 97, 191, 0.65) 0, transparent 55%),
		radial-gradient(circle at 90% 80%, rgba(7, 55, 140, 0.7) 0, transparent 55%),
		radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, #071426, #050b18);
	background-size:
		auto,
		auto,
		18px 18px,
		auto;
	background-position:
		left top,
		right bottom,
		0 0,
		0 0;
	background-repeat:
		no-repeat,
		no-repeat,
		repeat,
		no-repeat;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.rfyhsnkrkjif {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.delkkgxwyczt {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #eaf3ff;
}

.yezhefaxleqc {
	font-size: 13px;
	color: #8fb8ff;
	text-decoration: none;
	white-space: nowrap;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(143, 184, 255, 0.55);
	background-color: rgba(2, 7, 18, 0.5);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.yezhefaxleqc:hover {
	background-color: rgba(0, 139, 255, 0.18);
	color: #ffffff;
	border-color: rgba(0, 139, 255, 0.8);
}

.bryeeiqipizc {
	overflow-x: auto;
	padding-bottom: 4px;
}

.bryeeiqipizc::-webkit-scrollbar {
	height: 6px;
}

.bryeeiqipizc::-webkit-scrollbar-track {
	background: transparent;
}

.bryeeiqipizc::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.ouriuqftbvrx {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	grid-auto-columns: 110px;
	column-gap: 12px;
	row-gap: 16px;
	padding-bottom: 4px;
}

.dynspxqswdxx {
	width: 100px;
	color: #eaf3ff;
	font-size: 12px;
	text-align: center;
}

.mxcmypudwite {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 14px;
	overflow: hidden;
	background-color: #050b16;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.6);
}

.mxcmypudwite img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vukxiviwyhxr {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 7, 18, 0.1), rgba(2, 7, 18, 0.92));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.dynspxqswdxx:hover .vukxiviwyhxr {
	opacity: 1;
}

.vsyuucudcmtv {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lpxovqgseevy {
	background: linear-gradient(135deg, #008bff, #11c5ff);
	color: #020712;
	box-shadow: 0 0 0 1px rgba(0, 139, 255, 0.7);
}

.lpxovqgseevy:hover {
	background: linear-gradient(135deg, #11c5ff, #52d4ff);
	box-shadow: 0 0 12px rgba(17, 197, 255, 0.6);
}

.tvuznpphfhye {
	background-color: transparent;
	color: #eaf3ff;
	border-color: rgba(255, 255, 255, 0.55);
}

.tvuznpphfhye:hover {
	background-color: rgba(5, 15, 32, 0.95);
	border-color: rgba(255, 255, 255, 0.8);
}

.xmomdjaocusk {
	display: inline-block;
	margin-top: 6px;
	color: #c6d3f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ivzmdojveyug {
    max-width: 1300px;
    margin: 12px auto 48px;
    padding: 24px 22px 32px;
    border-radius: 24px;
    background-image:
        radial-gradient(circle at 8% 15%, rgba(31, 97, 191, 0.55) 0, transparent 55%),
        radial-gradient(circle at 92% 85%, rgba(7, 55, 140, 0.65) 0, transparent 55%),
        radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, #050b18, #020712);
    background-size: auto, auto, 18px 18px, auto;
    background-position: left top, right bottom, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
    
    overflow: hidden; 
}

.ivzmdojveyug-scroll-wrapper {
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
}

.ivzmdojveyug-scroll-wrapper table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background-color: rgba(3, 10, 24, 0.9);
    border-radius: 14px;
    table-layout: auto;
}

.ivzmdojveyug-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}
.ivzmdojveyug-scroll-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}
.ivzmdojveyug-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #1f61bf; /* Цвет ваших градиентов */
    border-radius: 10px;
}

.ivzmdojveyug h1 {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
	color: #ffffff;
}

.ivzmdojveyug img {
	display: block;
	max-width: 100%;
	height: auto;
    margin: 0 auto;
	object-fit: cover;
	border-radius: 18px;
	margin-bottom: 18px;
}

.ivzmdojveyug p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.7;
	color: #d5e0ff;
}

.ivzmdojveyug h2 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
}

.ivzmdojveyug h2 + p {
	margin-bottom: 14px;
}

.ivzmdojveyug h2 + p {
	margin: 10px 0 18px;
	padding-bottom: 4px;
	overflow-x: auto;
	overflow-y: hidden;
}

.ivzmdojveyug div {
	margin: 10px 0 10px;
	padding-bottom: 4px;
	overflow-x: auto;
	overflow-y: hidden;
}


.ivzmdojveyug h2 + p + div::-webkit-scrollbar {
	height: 6px;
}

.ivzmdojveyug h2 + p + div::-webkit-scrollbar-track {
	background: transparent;
}

.ivzmdojveyug h2 + p + div::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.ivzmdojveyug table {
	width: 100%;
    min-width: 600px; 
    border-collapse: collapse;
    background-color: rgba(3, 10, 24, 0.9);
    border-radius: 14px;
    border-style: hidden; 
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); 
    table-layout: auto;
    word-break: normal;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ivzmdojveyug thead {
	background: linear-gradient(90deg, #0b3a73, #1067c3);
}

.ivzmdojveyug thead th {
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	white-space: nowrap;
}

.ivzmdojveyug tbody td {
	padding: 10px 14px;
	font-size: 13px;
	line-height: 1.5;
	color: #e3ebff;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ivzmdojveyug tbody tr:nth-child(2n) td {
	background-color: rgba(8, 19, 43, 0.9);
}

.ivzmdojveyug ul {
	margin: 10px 0 16px;
	padding-left: 18px;
	font-size: 14px;
	color: #d5e0ff;
}

.ivzmdojveyug ul li {
	margin-bottom: 6px;
	line-height: 1.6;
}

.ivzmdojveyug h3 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
}

.ivzmdojveyug h3 + p {
	margin-bottom: 12px;
}

.ivzmdojveyug ol {
	margin: 8px 0 16px;
	padding-left: 22px;
	font-size: 14px;
	color: #d5e0ff;
}

.ivzmdojveyug ol li {
	margin-bottom: 6px;
	line-height: 1.6;
}

.ivzmdojveyug h3 + p + ol + p {
	margin-top: 4px;
}

@media (max-width: 991.98px) {
	.ivzmdojveyug {
		margin: 24px 12px 32px;
		padding: 18px 16px 24px;
		border-radius: 20px;
	}

	.ivzmdojveyug h1 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.ivzmdojveyug img {
		border-radius: 16px;
		margin-bottom: 14px;
	}

	.ivzmdojveyug p {
		font-size: 13px;
		line-height: 1.65;
	}

	.ivzmdojveyug h2 {
		font-size: 18px;
		margin-top: 20px;
	}

	.ivzmdojveyug h3 {
		font-size: 16px;
		margin-top: 20px;
	}

	.ivzmdojveyug h2 + p + div {
		margin-left: -4px;
		margin-right: -4px;
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (max-width: 575.98px) {
	.ivzmdojveyug {
		margin: 20px 10px 28px;
		padding: 16px 14px 22px;
	}

	.ivzmdojveyug h1 {
		font-size: 20px;
	}

	.ivzmdojveyug img {
		max-height: 210px;
	}

	.ivzmdojveyug thead th,
	.ivzmdojveyug tbody td {
		font-size: 12px;
		padding: 8px 10px;
	}

	.ivzmdojveyug ul,
	.ivzmdojveyug ol {
		font-size: 13px;
	}
}

.nkgecfpsyhqx {
	margin-top: 32px;
	padding: 24px 16px 20px;
	background-color: #071426;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.segmarzvsmfd {
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 1.2fr);
	column-gap: 32px;
	row-gap: 24px;
	align-items: flex-start;
}

.uhhqbnwifrjt {
	max-width: 440px;
}

.tlslmyqgjhqk img {
	display: block;
	height: 55px;
	width: auto;
	margin-bottom: 12px;
}

.nshsenphebhq {
	font-size: 13px;
	line-height: 1.7;
	color: #c3d0f0;
}

.rknyuvuehvvr {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: #8fb8ff;
}

.jlmyhjuyghbw {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.hxpsxjdhttqu {
	gap: 4px;
}

.rezwcohoxktb {
	font-size: 13px;
	color: #d8e4ff;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.cstxskxdyyld {
	opacity: 0.75;
	cursor: default;
}

.rezwcohoxktb:hover {
	color: #ffffff;
	opacity: 1;
}

.xsjdmcftfhfi {
	max-width: 1300px;
	margin: 18px auto 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 11px;
	color: #8f9bb6;
}

.lhyewkmyjbcl {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wpphfvzgwvru {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #008bff, #11c5ff);
	color: #020712;
	font-weight: 700;
	font-size: 13px;
	flex-shrink: 0;
}

.bkacdjdhjubx {
	max-width: 720px;
	line-height: 1.6;
}

.xejoislazagn {
	white-space: nowrap;
	color: #9ca6c0;
}

@media (max-width: 991.98px) {
	.segmarzvsmfd {
		grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
		row-gap: 20px;
	}

	.uhhqbnwifrjt {
		grid-column: 1 / -1;
	}

	.gltttilwfwwg {
		grid-column: 2 / 4;
	}

	.xsjdmcftfhfi {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.lhyewkmyjbcl {
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.nkgecfpsyhqx {
		padding: 20px 12px 18px;
	}

	.segmarzvsmfd {
		max-width: 420px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		row-gap: 18px;
		column-gap: 0;
	}

	.ofrdxpoegrwz {
		width: 100%;
		max-width: 340px;
	}

	.uhhqbnwifrjt {
		max-width: 360px;
	}

	.tlslmyqgjhqk img {
		margin-left: auto;
		margin-right: auto;
	}

	.nshsenphebhq {
		font-size: 12px;
	}

	.rknyuvuehvvr {
		font-size: 12px;
	}

	.jlmyhjuyghbw {
		align-items: center;
	}

	.xsjdmcftfhfi {
		margin-top: 16px;
		padding-top: 12px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.lhyewkmyjbcl {
		flex-direction: column;
		align-items: center;
		gap: 6px;
	}

	.bkacdjdhjubx {
		max-width: 100%;
		font-size: 11px;
	}

	.xejoislazagn {
		font-size: 11px;
	}

@media screen and (max-width: 768px) {
    .ivzmdojveyug table {
        min-width: 500px; /* Зменшуємо мінімальну ширину на планшетах */
        font-size: 14px;  /* Трохи зменшуємо шрифт */
    }
}

@media screen and (max-width: 480px) {
    .ivzmdojveyug table {
        min-width: 450px; /* Мінімально допустима ширина для смартфонів */
    }
    
    .ivzmdojveyug th, 
    .ivzmdojveyug td {
        padding: 10px 8px; /* Зменшуємо відступи в комірках */
    }
}
}

