body.error404 h1{
	text-align: center;
}

/* header */
header > .cnt{
	padding-top: 0;
	padding-bottom: 0;
}
.hdr-menu li{
	margin: 0;
}

header{
	background: var(--white);
}
header .hdr{
	position: relative;
}
header .hdr::after{
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	background: var(--light-grey);
	bottom: -2px;
	width: 100%;
	z-index: 0;
	max-width: calc(100% - var(--cnt-horizontal-padding) - var(--cnt-horizontal-padding));
}
header .logo{
	max-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
.hdr-menu{
	display: none;
}
header .hdr-triggers{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -4px;
	position: relative;
	z-index: 1;
}

/* lang switcher */
header .lng__wrapper{
	width: 68px;
	height: 34px;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px;
	
	--item-height: 34px;
	--submenu-extra: 1px;
}
header .lng__wrapper .sub-menu{
	position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    max-height: var(--item-height);
    overflow: hidden;
    transition: all 0.28s linear;
    top: 0;
	pointer-events: none;
}
header .lng__wrapper .sub-menu > li:first-child{
	margin-top: var(--item-height);
}

header .lng__wrapper .sub-menu::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

/* открывающийся список */
header .lng__wrapper.opened .sub-menu::before,
header .lng__wrapper:hover .sub-menu::before{
	background: var(--light-grey);
	z-index: 0;
}
header .lng__wrapper.opened .sub-menu{
	padding-bottom: var(--submenu-extra);
	pointer-events: all;
	max-height: calc(var(--item-height) * 3 + var(--submenu-extra));
}
header .lng__wrapper ul.hdr-lng > li > a{
	position: relative;
	z-index: 2;
}
/**/

header .lng__inner{
	position: relative;
}
header .lng__inner::after{
	content: '';
	position: absolute;
	pointer-events: none;
	width: 16px;
	height: 10px;
	background: var(--sprt) center -392px / auto no-repeat;
	top: 50%;
    right: 10px;
    margin-top: -5px;
}
header .lng__wrapper li{
	list-style: none;
	padding-left: 0;
}
header .lng__wrapper li::before{
	display: none;
}
header .lng__wrapper,
header .lng__wrapper li,
header .lng__wrapper li a{
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}

header .lng__wrapper a{
	padding: 5px 6px 5px 34px;
	width: 64px;
	height: 34px;
	display: block;
	border: none!important;
	position: relative;
}
header .lng__wrapper a::before{
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: var(--sprt) center -0px / auto no-repeat;
	pointer-events: none;
	left: 6px;
}

header .lng__wrapper a.ru::before,
header .lng__wrapper a[lang="ru-RU"]::before{
	background-position: center -452px;
}
header .lng__wrapper a.en::before,
header .lng__wrapper a[lang="en-US"]::before{
	background-position: center -526px;
}
header .lng__wrapper a.be::before,
header .lng__wrapper a[lang="be"]::before{
	background-position: center -1051px;
}

/* hdr menu */
header .hdr-menu{
	padding-top: 9px;
	font-size: 18px;
	min-width: 550px;
	flex-grow: 1;
	max-width: 706px;
	padding: 9px 16px 0;
	/*margin-left: 6px;*/
}
html[lang="kir"] header .hdr-menu{
	font-size: 14px;
	min-width: 514px;
} 
header .hdr-menu > nav{
	margin-right: -5px;
}
header .hdr-menu > nav > ul{
	display: flex;
	justify-content: center;
}
header .hdr-menu > nav > ul > li{
	padding: 0 10px;
}
header .hdr-menu > nav > ul > li > a{
	padding: 0 5px;
    white-space: nowrap;
}

@media (min-width: 768px){
	:root{
		--base-header-height: 86px;
	}
	header .logo{
		max-width: 200px;
		height: auto;
		margin-top: 0px;
	}
	
	header .hdr-triggers{
		margin-top: 0px;
	}
}

@media (min-width: 968px){
	:root{
		--base-header-height: 108px;
	}

	header .logo{
		max-width: 250px;
	}
}

@media (min-width: 1100px){
	header .hdr::after{
		bottom: -1px;
	}
	
	header .logo{
		max-width: 190px;
		flex-shrink: 0;
		margin-top: -3px;
	}
	/* html[lang="kir"] header .logo{
		max-width: 160px;
	} */
	html[lang="kir"] header .hdr-triggers .btn{
		min-width: 170px;
	}
	.hdr-menu{
		display: block;
	}
	header .hdr-menu{
		padding-top: 3px;
		font-size: 16px;
		min-width: 400px;
	}
	header .hdr-triggers{
		margin-top: 3px;
	}
	header .hdr-triggers .hdr__toggler{
		display: none;
	}
	
	/* hdr cabinet */
	header .hdr-triggers .hidden{
		display: block!important;
		margin-left: 10px;
		margin-top: -1px;
	}

	/* hdr hover plash */
	header .hdr-menu > nav > ul > li > a{
		position: relative;
		--padding-f: 5px;
	}
	header .hdr-menu > nav > ul > li > a::before{
		content: '';
		display: block;
		width: 0;
		height: 2px;
		pointer-events: none;
		position: absolute;
		bottom: -7px;
		left: var(--padding-f);
		background: var(--color-5-1);
	}
	header .hdr-menu > nav > ul > li > a:hover::before{
		width: calc(100% - var(--padding-f)*2);
	}
	header .hdr-menu > nav > ul > li > a:hover{
		color: var(--a-color);
	}
}

@media (min-width: 1200px){
	header .hdr-menu{
		font-size: 18px;
		max-width: 560px;
        padding: 3px 16px 0 16px;
	}
	header .hdr-menu > nav{
		margin-right: unset;
	}
	html[lang="kir"] header .hdr-menu{
		font-size: 15px;
	}
}

@media (min-width: 1360px){

	header .logo{
		max-width: 240px;
	}

	header .hdr-menu > nav > ul > li{
		padding: 0 16px;
	}

	/* html[lang="kir"] header .hdr-menu{
		font-size: 16px;
	} */
	
	/* lang switcher */
	header .lng__inner::after{
		width: 22px;
		height: 14px;
		right: 9px;
		background-position: center -389px;
		margin-top: -7px;
	}
	header .lng__wrapper,
	header .lng__wrapper a{
		width: 109px;
		height: 47px;
	}
	header .lng__wrapper{
		--item-height: 47px;
		--submenu-extra: 5px;
	}
	header .lng__wrapper li a{
		font-size: 20px;
		font-weight: 700;
		line-height: normal;
		padding: 5px 16px 5px 44px;
		
		display: flex;
		align-items: center;
	}
	header .lng__wrapper a::before{
		left: 10px;
	}
	header .lng__wrapper .sub-menu a{
		height: 37px;
	}
	
	header .lng__wrapper .sub-menu::before{
		border-radius: 20px;
	}
	
	header .lng__wrapper .sub-menu > li:first-child{
		margin-top: calc(var(--item-height) - 5px);
	}

	/* hdr hover plash */
	header .hdr-menu > nav > ul > li > a::before{
		height: 3px;
	}
}

@media (min-width: 1440px){
	header .logo{
		max-width: 286px;
		margin-top: 7px;
	}

	header .hdr-triggers{
		margin-top: 8px;
	}

	html[lang="kir"] header .hdr-triggers .btn{
		min-width: 212px;
	}
	
	header .hdr-menu{
		max-width: 706px;
		padding-top: 8px;
		margin-left: 10px;
	}
	header .hdr-menu > nav{
		margin-right: -5px;
	}
}

@media (min-width: 1550px){
	html[lang="kir"] header .hdr-menu{
		font-size: 18px;
	}
}