.krHeader {
	position: sticky;
	top: 0;
	z-index: 1200;
	display: block;
	width: 100%;
	height: 95px;
	margin: 0;
	padding: 0;
	background: #E2F1FB;
}

.krHeader__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	height: 95px;
	margin: 0 auto;
	padding: 0;
}

.krHeader__logo {
	position: relative;
	display: block;
	width: 137px;
	height: 34px;
	margin: 0 28px 0 0;
	padding: 0;
	overflow: hidden;
	background: url("../images/logo.svg") center no-repeat;
	background-size: contain;
	text-decoration: none;
	text-indent: -9999px;
	color: #164766;
}

.krHeader__logoMark {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 10px 0 0;
	padding: 0;
	background: #12B7E2;
	transform: rotate(45deg);
}

.krHeader__logoMark,
.krHeader__logoText {
	display: none;
}

.krHeader__logoMark::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 11px;
	display: block;
	width: 20px;
	height: 12px;
	background: #fff;
	clip-path: polygon(0 100%, 18% 28%, 40% 62%, 50% 0, 66% 62%, 86% 28%, 100% 100%);
	transform: rotate(-45deg);
}

.krHeader__logoText {
	position: relative;
	display: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #164766;
}

.krHeader__nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.krHeader__link,
.krHeader__link:link,
.krHeader__link:visited {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 28px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	color: #164766;
	transition: opacity 0.2s ease-in-out;
}

.krHeader__link:hover {
	opacity: 0.75;
	color: #164766;
}

.krHeader__cabinet,
.krHeader__cabinet:link,
.krHeader__cabinet:visited {
	position: relative;
	display: inline-block;
	width: 158px;
	height: auto;
	margin: 0;
	padding: 11px 20px;
	background: #12B7E2;
	border-radius: 24px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: opacity 0.2s ease-in-out;
}

.krHeader__cabinet:hover {
	opacity: 0.85;
	color: #fff;
}

.krHeader__burger {
	position: relative;
	display: none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: url("../images/burger.svg") center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 1302;
	appearance: none;
}

.krHeader.is-open .krHeader__burger {
	background: url("../images/burger.close.svg") center no-repeat;
	background-size: contain;
}

.krHeaderOverlay {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.68);
	z-index: 1190;
}

body.krHeader-menu-open {
	overflow: hidden;
}

body.krHeader-menu-open .krHeaderOverlay {
	display: block;
}

.krHeader + .krHeaderOverlay + .wrapper .mainPromo {
	padding-top: 0;
}

@media only screen and (max-width: 1024px) {
	.krHeader {
		width: 100vw;
		max-width: 100vw;
		height: 82px;
	}

	.krHeader__inner {
		width: 100%;
		max-width: none;
		height: 82px;
		margin: 0 auto;
		padding: 0;
	}

	.krHeader__logoMark {
		width: 30px;
		height: 30px;
		margin-right: 9px;
	}

	.krHeader__logoMark::before {
		left: 7px;
		top: 9px;
		width: 16px;
		height: 10px;
	}

	.krHeader__logoText {
		font-size: 22px;
		line-height: 28px;
	}

	.krHeader__logo {
		width: 137px;
		height: 34px;
	}

	.krHeader__burger {
		position: relative;
		right: 0;
		top: 0;
		display: block;
	}

	.krHeader__nav {
		position: fixed;
		top: 0;
		right: 0;
		display: none;
		width: 320px;
		height: auto;
		margin: 0;
		padding: 68px 30px 22px 30px;
		background: #fff;
		border-radius: 0 0 18px 18px;
		z-index: 1301;
	}


	.krHeader.is-open .krHeader__nav {
		display: block;
	}

	.krHeader__link,
	.krHeader__link:link,
	.krHeader__link:visited {
		display: block;
		width: auto;
		margin: 0 0 16px;
		font-size: 21px;
		line-height: 28px;
		white-space: normal;
	}

	.krHeader__cabinet,
	.krHeader__cabinet:link,
	.krHeader__cabinet:visited {
		display: block;
		width: auto;
		margin: 20px 0 0;
		padding: 10px 18px;
		font-size: 13px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.krHeader {
		height: 56px;
	}

	.krHeader__inner {
		height: 56px;
		padding: 0;
	}

	.krHeader__logoMark {
		width: 28px;
		height: 28px;
	}

	.krHeader__logoText {
		font-size: 22px;
		line-height: 26px;
	}

	.krHeader__logo {
		width: 137px;
		height: 34px;
	}

	.krHeader__burger {
		width: 36px;
		height: 36px;
	}

	.krHeader__nav {
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		max-width: none;
		padding: 82px 16px 22px;
		border-radius: 0 0 18px 18px;
	}

	.krHeader.is-open .krHeader__logo {
		z-index: 1303;
	}

	.krHeader__link,
	.krHeader__link:link,
	.krHeader__link:visited {
		margin-bottom: 18px;
		font-size: 21px;
		line-height: 28px;
	}

	.krHeader__cabinet,
	.krHeader__cabinet:link,
	.krHeader__cabinet:visited {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 420px) {
	.krHeader__inner {
		padding: 0;
	}

	.krHeader__nav {
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}


	.krHeader__link,
	.krHeader__link:link,
	.krHeader__link:visited {
		font-size: 20px;
		line-height: 27px;
	}
}
