@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
	padding: 5px;
	border: 1px solid #bfc7d1;
}

body {
	background:
		linear-gradient(135deg, rgba(8, 14, 28, 0.64), rgba(9, 36, 55, 0.78)),
		url('images/kiaev6.webp') center top no-repeat fixed;
	background-size: cover;
	color: #344054;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.35;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 700;
}

a {
	color: #2c75ca;
	text-decoration: none;
	transition: 0.2s ease;
}

a:hover, a:focus {
	color: #00b8ff;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.jorem_all {
	width: 1075px;
	margin: 0 auto;
}

.jorem_head {
	min-height: 92px;
	padding: 16px 22px;
	background: rgba(255,255,255,0.08);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 0 0 24px 24px;
	box-sizing: border-box;
}

.jorem_menuintop {
	float: none;
	position: relative;
	min-height: 44px;
	margin: 18px 0 12px 0;
	z-index: 400;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 18px;
	overflow: hidden;
}

.jorem_menuintop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.0;
}

.jorem_menuintop ul li {
	float: left;
	position: relative;
}

.jorem_menuintop ul li a {
	color: #eef8ff;
	padding: 16px 15px;
	text-decoration: none;
	font-family: 'Yantramanav', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .04em;
	display: block;
}

.jorem_menuintop ul li a:hover,
.jorem_menuintop ul li a:active {
	color: #00e5ff;
	background: rgba(0, 184, 255, 0.12);
	outline: 0;
}

.jorem_logo {
	float: left;
}

.jorem_logo img {
	height: 60px;
	display: block;
}

.jorem_mainblock {
	padding: 20px;
	background: #ffffff;
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(0,0,0,0.24);
	box-sizing: border-box;
}

.jorem_leftblock {
	overflow: hidden;
	float: left;
	width: 720px;
	background: #ffffff;
}

.jorem_rightblock {
	overflow: hidden;
	float: left;
	width: 300px;
	margin-left: 15px;
	background: #f7fbff;
	border: 1px solid #e4edf7;
	border-radius: 20px;
	padding: 14px;
	box-sizing: border-box;
}

.jorem_leftblock h1 {
	color: #0f172a;
	margin: 0 0 12px 0;
	padding: 0;
	font-family: 'Yantramanav', sans-serif;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.jorem_leftblock h2 {
	font-family: 'Yantramanav', sans-serif;
	font-size: 21px;
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 16px;
	color: #102a43;
	font-weight: 700;
}

.jorem_leftblock h2 a {
	text-decoration: none;
}

.jorem_leftblock h2::after {
	content: "";
	display: block;
	height: 5px;
	width: 260px;
	margin-top: 6px;
	border-bottom: 1px solid transparent;
	background: linear-gradient(to right, #00b8ff, rgba(0, 184, 255, 0)) bottom;
	background-size: 100% 3px;
	background-repeat: no-repeat;
}

.jorem_leftblock h3 {
	font-family: 'Yantramanav', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #12355b;
	margin-top: 22px;
}

.jorem_leftblock p {
	margin: 12px 0;
}

.jorem_leftblock ul,
.jorem_leftblock ol {
	margin: 12px 0 12px 24px;
}

.jorem_leftblock li {
	margin: 8px 0;
}

.jorem_leftblock img {
	max-width: 100% !important;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

.jorem_rightblock h2 {
	color: #0f172a;
	font-size: 18px;
	line-height: 1.1;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid #00b8ff;
	margin: 0 0 12px 0;
	padding: 10px 0 8px 0;
	letter-spacing: .04em;
}

#search {
	border: 1px solid rgba(255,255,255,0.26);
	background: rgba(255,255,255,0.92);
	text-align: left;
	padding: 8px 9px;
	margin-top: 10px;
	height: 20px;
	float: right;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

#search #s {
	background: none;
	color: #475467;
	border: 0;
	width: calc(100% - 20px);
	padding: 0;
	margin: 0;
	outline: none;
	float: left;
	min-width: 220px;
}

.jorem_rightblock ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jorem_rightblock ul li {
	padding: 0 0 10px 16px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dde8f5;
}

.jorem_rightblock ul li a {
	color: #243b53;
	text-decoration: none;
}

.jorem_rightblock ul li a:hover {
	color: #0077ff;
	text-decoration: none;
}

.jorem_rightblock ul li::before {
	content: "\276F";
	color: #00b8ff;
	display: inline-block;
	position: relative;
	top: 0;
	left: -12px;
}

.jorem_banner2 {
	margin: 10px 0 16px 0;
}

.jorem_last {
	background: linear-gradient(135deg, #08111f, #0a3552);
	padding: 22px 0;
	color: #d9f5ff;
	margin: 12px 0 20px 0;
	text-align: center;
	border-radius: 22px;
	border: 1px solid rgba(255,255,255,0.12);
}

.jorem_rightblock p {
	margin: 8px 0;
}

.jorem_rightblock img {
	max-width: 90% !important;
	margin: 0 auto;
	display: block;
	border-radius: 14px;
}

.jorem_rightblock h3,
.jorem_rightblock h3 a {
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #102a43;
}

.jorem_firstimg {
	width: 50%;
	box-sizing: border-box;
	padding-right: 2px;
}

.jorem_secondimg {
	padding-left: 2px;
	width: 50%;
	box-sizing: border-box;
}

.jorem_firstimg2, .jorem_secondimg2 {
	width: 238px;
	box-sizing: border-box;
}

.jorem_secondimg2 {
	margin-left: 3px;
}

.jorem_way {
	font-size: 12px;
	font-weight: bold;
	color: #667085;
	margin-bottom: 16px;
	padding: 8px 12px;
	background: #f2f8ff;
	border-left: 4px solid #00b8ff;
	border-radius: 10px;
}

.jorem_way a {
	text-decoration: none;
	color: #0077ff;
}

.jorem_navprev {
	width: 50%;
	padding-right: 3px;
	margin: 20px 0;
	box-sizing: border-box;
	float: left;
}

.jorem_navnext {
	width: 50%;
	margin: 20px 0;
	padding-left: 3px;
	box-sizing: border-box;
	float: left;
}

.jorem_listitem {
	padding: 14px 16px;
	margin: 12px 0;
	background: #f7fbff;
	border: 1px solid #e4edf7;
	border-radius: 18px;
}

.jorem_listitem h2 {
	font-size: 1.25em;
	color: #005baa;
	margin-top: 0;
}

.jorem_listitem h2 p {
	margin: 0.5em 0 0 0;
}

.jorem_video {
	width: 560px;
	height: 300px;
	border-radius: 18px;
	overflow: hidden;
}