/************************* header-nav *************************/
/*.header-nav {
	margin: 0 35px 0 auto;
}*/
/*.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}*/
/*.header-nav-list > li {
	margin: 0 54px 0 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}*/
@media screen and (max-width: 1023px) {
	.header-nav-list > li {
		margin: 0 0 35px;
		font-size: 20px;
		line-height: 24px;
	}
}
/*.header-nav-list > li:last-child {margin: 0;}
.header-nav-list > li > a {
	color: #003366;
	text-decoration: none;
}
.header-nav-list > li > a:hover,
.header-nav-list > li > .active {
	color: #D57056;
}
.nav-parent svg {
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.nav-parent path {
	fill: #003366;
	transition: all 0.3s linear;
}
.nav-parent:hover path {fill: #D57056;}
.subnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 50;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}
.header-nav-list li:hover .subnav {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.subnav:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	content: '';
	height: 40px;
}
.subnav-side {
	width: 550px;
	max-width: 50%;
	padding: 43px 0 30px 85px;
	background: #EDF5F6;
}
.subnav-side li {
	margin: 0 0 26px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.subnav-side a {
	position: relative;
	display: block;
	padding: 0 50px 0 0;
	color: #003366;
	text-decoration: none;
}
.subnav-side a:hover,
.subnav-side li:hover &gt; a {color: #FC675A;}
.subnav-side a:after {
	position: absolute;
	top: 3px;
	right: 18px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/nav-arrow.svg) 50% 50% no-repeat;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s linear;
}
.subnav-side a:hover:after,
.subnav-side li:hover &gt; a:after {
	opacity: 1;
	transform: translateX(0px);
}
.inner-nav {
	position: absolute;
	left: 550px;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 43px 40px 30px 65px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.3s linear;
}
.subnav-side li:hover .inner-nav {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
.inner-nav a:after {display: none;}*/


/*.mob-nav-icon {
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 250;
	padding: 0 0 10px;
	display: none;
}*/
/*.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 8px 0 0;
	background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #261421;
	transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #261421;
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}*/
/*.header-webs {display: none;}
.header-time {display: none;}*/