@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&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;
}

html {
	background: #e7ebf0;
}

body {
	background:
		linear-gradient(90deg, rgba(7, 10, 16, 0.96) 0, rgba(7, 10, 16, 0.96) 24%, rgba(231, 235, 240, 1) 24%, rgba(231, 235, 240, 1) 100%);
	color: #253044;
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.65;
}

.k4_content table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 18px 0;
	background: #fff;
}

.k4_content th,
.k4_content td {
	padding: 8px 10px;
	border: 1px solid #cfd6df;
	vertical-align: top;
}

.k4_content th {
	background: #f2f4f7;
	font-weight: 700;
	color: #111827;
}

table[data-cols="2"],
table[data-cols="2"] td,
table[data-cols="2"] th {
	border: 0 !important;
}

table[data-cols="2"] {
	margin: 14px 0;
	background: transparent;
}

caption {
	font-weight: 700;
	padding: 8px 0;
	text-align: left;
	color: #111827;
}

a {
	color: #b9001d;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #111827;
}

.hemin_all {
	width: 1120px;
	margin: 0 auto;
}

.hemin_menuintop {
	background: #080c12;
	border-bottom: 4px solid #b9001d;
	min-height: 42px;
	position: relative;
	z-index: 50;
}

.hemin_menuintop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

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

.hemin_menuintop ul li a {
	display: block;
	padding: 15px 13px 14px 13px;
	color: #f5f7fa;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .045em;
}

.hemin_menuintop ul li a:hover,
.hemin_menuintop ul li a:active {
	background: #b9001d;
	color: #ffffff;
}

.hemin_head {
	min-height: 100px;
	padding: 12px 22px;
	background: linear-gradient(135deg, #111827, #202938);
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.hemin_logo {
	float: left;
}

.hemin_logo img {
	height: 74px;
	width: auto;
	max-width: none;
	display: block;
}

#search {
	float: right;
	width: 310px;
	height: 36px;
	margin-top: 20px;
	padding: 0 10px;
	background: #ffffff;
	border: 1px solid rgba(255,255,255,.2);
	box-sizing: border-box;
}

#search form {
	margin: 0;
	padding: 0;
}

#search #s {
	float: left;
	width: 250px;
	height: 34px;
	line-height: 34px;
	border: 0;
	outline: none;
	background: transparent;
	color: #4b5563;
	font-size: 13px;
}

#search input[type="image"] {
	float: right !important;
	margin-top: 9px;
}

.hemin_mainblock {
	background: #ffffff;
	box-shadow: 0 20px 70px rgba(15, 23, 42, .22);
	box-sizing: border-box;
}

.hemin_leftblock {
	float: left;
	width: 760px;
	padding: 28px 28px 36px 28px;
	background: #ffffff;
	box-sizing: border-box;
	min-height: 760px;
}

.hemin_rightblock {
	float: left;
	width: 360px;
	padding: 24px 22px 34px 22px;
	background: #f1f4f8;
	box-sizing: border-box;
	min-height: 760px;
	border-left: 1px solid #d9e0e8;
}

.hemin_leftblock h1 {
	font-size: 25px;
	letter-spacing: -0.035em;
	margin: 0 0 16px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9e0e8;
}

.hemin_leftblock h2 {
	font-size: 22px;
	letter-spacing: -0.025em;
	margin: 34px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9e0e8;
	position: relative;
}

.hemin_leftblock h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 86px;
	height: 3px;
	background: #b9001d;
}

.hemin_leftblock h3 {
	font-size: 18px;
	margin: 26px 0 12px 0;
}

.hemin_leftblock p {
	margin: 12px 0;
}

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

.hemin_leftblock li {
	margin: 7px 0;
}

.hemin_leftblock blockquote {
	margin: 18px 0;
	padding: 14px 18px;
	background: #f5f7fa;
	border-left: 4px solid #b9001d;
}

.hemin_leftblock img {
	max-width: 100% !important;
	height: auto;
	display: block;
}

.hemin_imgrow {
	overflow: hidden;
	clear: both;
	margin: 18px 0;
}

.hemin_firstimg,
.hemin_secondimg {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.hemin_firstimg {
	padding-right: 5px;
}

.hemin_secondimg {
	padding-left: 5px;
}

.hemin_firstimg2,
.hemin_secondimg2 {
	float: left;
	width: 32%;
	box-sizing: border-box;
	margin-right: 2%;
}

.hemin_secondimg2:last-child,
.hemin_imgrow img:last-child {
	margin-right: 0;
}

.hemin_firstimg img,
.hemin_secondimg img,
.hemin_firstimg2 img,
.hemin_secondimg2 img {
	width: 100%;
	height: auto;
	display: block;
}

.hemin_way {
	font-size: 12px;
	font-weight: 700;
	color: #566173;
	margin: 0 0 18px 0;
	padding: 10px 12px;
	background: #f5f7fa;
	border-left: 4px solid #b9001d;
}

.hemin_way a {
	color: #b9001d;
}

.hemin_listitem {
	padding: 14px 16px;
	margin: 14px 0;
	background: #f7f9fc;
	border: 1px solid #dfe5ed;
}

.hemin_listitem h2 {
	font-size: 20px;
	margin-top: 0;
}

.hemin_rightblock h2 {
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #b9001d;
}

.hemin_rightblock p {
	margin: 8px 0;
}

.hemin_rightblock img {
	max-width: 100% !important;
	height: auto;
	display: block;
	margin: 0 auto 14px auto;
}

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

.hemin_rightblock ul li {
	position: relative;
	padding: 11px 0 11px 18px;
	margin: 0;
	border-bottom: 1px solid #dbe2ea;
	font-weight: 700;
	font-size: 13px;
}

.hemin_rightblock ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 6px;
	height: 6px;
	background: #b9001d;
}

.hemin_rightblock ul li a {
	color: #172033;
}

.hemin_rightblock ul li a:hover {
	color: #b9001d;
}

.hemin_banner2 {
	margin: 0 0 18px 0;
}

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

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

.hemin_video {
	width: 560px;
	height: 315px;
	max-width: 100%;
	background: #111827;
}

.hemin_last {
	background: #080c12;
	color: #cbd5e1;
	padding: 18px 20px;
	text-align: center;
	font-size: 12px;
	border-top: 4px solid #b9001d;
}

.clearfix:after,
.hemin_imgrow:after {
	content: "";
	display: table;
	clear: both;
}
