.nav {
	z-index: 9999;
	width: 100%;
	margin: 0 6% 0 6%;
	line-height: 50px;
}
.nav li,
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.icon-menu {
	display: none;
}
.dropdown {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.dropdown li {
	flex-grow: 1;
}
.dropdown li:last-child {
	border-right: none;
}
.dropdown li a,
.dropdown li span {
	display: block;
	cursor: pointer;
	text-align: center;
}
.dropdown li a i {
	color: #3371cd;
	font-size: 25px;
}
.sub1 a i,
.sub ul li a i {
	margin-right: 15px;
}
.dropdown li a {
	color: #091e46;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
	hyphens: manual !important;
}
.dropdown li a:hover {
	color: #3371cd;
	background: #f3f6f8;
}
/*для выделения, когда подменю вылезает*/
.dropdown li.sub:hover {
	background: #f3f6f8;
	color: #3371cd;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
.dropdown li.sub a:hover {
	color: #3371cd;
}
.dropdown ul a,
.dropdown ul span {
	padding: 10px 10px;
	text-align: left;
}
.dropdown li.hover,
.dropdown li:hover {
	position: relative;
	cursor: pointer;
}
.dropdown ul {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 360px;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.5);
	background: #f3f6f8;
}
.dropdown ul ul,
.dropdown ul ul ul {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown li:hover > ul {
	display: block;
}
.dropdown ul li {
	font-weight: 400;
	position: relative;
	line-height: 20px;
	text-transform: none;
	border-top: 1px solid #e3e9ec;
	background: #f3f6f8;
	border-right: none;
}
.dropdown li.sub ul li a {
	font-weight: 400;
	padding: 15px 50px 15px 22px;
	border-radius: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dropdown li.sub ul li a:hover {
	background: #e1e6e9;
	border-radius: 0;
}
.dropdown ul ul {
	overflow: hidden;
	max-height: 0;
	width: auto;
	display: block;
	position: static;
}
.dropdown ul ul.current {
	display: block;
	max-height: 100em;
}
.dropdown li.sub1 ul li {
	border: none;
}
.dropdown li.sub1 ul li a,
.dropdown li.sub2 ul li a {
	padding: 10px 22px 10px 22px;
	position: relative;
}
.dropdown li.sub1 ul li a {
	background: #d8dee2;
	border-bottom: 1px solid #cad1d6;
	font-size: 14px;
}
.dropdown li.sub1 ul li a:hover {
	background: #c8cfd3;
}
.dropdown li.sub1 > a.current,
.dropdown li.sub1 > ul a.current {
	background: #e1e6e9;
	color: #3371cd;
}
.dropdown li.sub2 ul li a {
	background: #c9d0d4;
	border-bottom: 1px solid #bcc5ca;
	padding-left: 35px;
}
.dropdown li.sub2 ul li a:hover {
	background: #bcc5ca;
}
.dropdown li.sub1 > ul li a.current,
.dropdown li.sub1 > ul ul a.current {
	background: #bcc5ca;
}
.dropdown li.sub1 > a:after,
.dropdown li.sub2 > a:after {
	content: '\002B';
	position: absolute;
	right: 0;
	display: block;
	font-size: 1.3em;
	padding: 0 20px;
	font-weight: 300;
	margin-top: -4px;
	z-index: 9999;
}
.dropdown li.sub1 > a.current:after,
.dropdown li.sub2 > a.current:after {
	content: '\2013';
	margin-top: -6px;
}

@media only screen and (max-width: 1260px) {
	.nav {
		width: 50px;
	}
	.icon-menu {
		height: 50px;
		line-height: 50px;
		width: 50px;
		text-align: center;
		border-radius: 90px;
		background: #3371cd;
		cursor: pointer;
		display: block;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.icon-menu:before {
		content: '\e908';
		font-size: 20px;
		color: #fff;
	}
	.icon-menu:hover {
		background: #3e82e7;
	}
	.icon-menu:hover:before {
		color: #fff;
	}

	.icon-arb {
		display: none;
	}
	.dropdown {
		display: none;
		z-index: 9999;
		width: 310px;
		position: absolute;
		right: 0;
		top: 85px;
		-webkit-box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.5);
		background: #fff;
	}
	.dropdown li a {
		text-transform: none;
		color: #091e46;
		text-align: left;
		padding: 0 28px 0 20px;
		border-radius: 0;
		font-size: 14px;
	}
	.dropdown li {
		position: relative;
		display: block;
		border-top: 1px solid #e3e9ec;
		border-right: 0;
		border-radius: 0;
	}
	.dropdown li:last-child {
		border-bottom: none;
	}
	.dropdown li a:hover {
		color: #3371cd;
		background: #e1e6e9;
	}

	.dropdown ul a {
		line-height: 18px;
		font-weight: 400;
		padding: 8px 0;
	}

	.dropdown li.sub ul li a {
		background: #d8dee2;
		border-bottom: 1px solid #cad1d6;
		padding: 10px 35px 10px 20px;
		margin-top: -1px;
	}
	.dropdown li.sub a.current,
	.dropdown li.sub ul a.current {
		background: #e1e6e9;
		color: #3371cd;
	}
	.dropdown li.sub ul li a:hover {
		background: #c8cfd3;
		color: #3371cd;
	}

	.dropdown li.sub1 ul li a {
		background: #cdd5da;
		border-bottom: 1px solid #bdc6cc;
		margin-top: 0px;
	}
	.dropdown li.sub ul li a.current {
		background: #bdc6cc;
		border-bottom: none;
	}
	.dropdown li.sub1 ul li a:hover {
		background: #bdc6cc;
	}

	.dropdown li.sub2 ul li a {
		background: #bfc9cf;
		border-bottom: 1px solid #b1bcc2;
		padding-left: 35px;
	}
	.dropdown li.sub ul li ul li a.current {
		background: #b1babe;
	}
	.dropdown li.sub2 ul li a:hover {
		background: #b1babe;
	}
	.dropdown .sub {
		padding: 0 !important;
		background-image: none !important;
		line-height: none;
	}

	.dropdown ul {
		overflow: hidden;
		max-height: 0;
		width: auto;
		display: block;
		position: static;
		left: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown ul.current {
		display: block;
		max-height: 100em;
	}

	.dropdown li.sub > a.current:after,
	.dropdown li.sub > a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0 18px;
		font-weight: 300;
		margin-top: -26px;
		z-index: 9999;
	}
	.dropdown li.sub > a:after {
		content: '\002B';
	}
	.dropdown li.sub > a.current:after,
	.dropdown li.sub1 > a.current:after {
		content: '\2013';
		top: 0;
	}
	.dropdown li.sub > a.current:after {
		margin-top: -4px;
		margin-right: 3px;
	}
	.dropdown li.sub1 > a.current:after {
		margin-top: 10px;
	}
	div.cvee li a {
		background: #f9f9f9;
	}
	.arrowt::after {
		display: block;
	}
}

@media only screen and (max-width: 1370px) {
	.nav {
		margin: 0 3% 0 3%;
	}
}
@media only screen and (max-width: 1260px) {
	.nav {
		margin: 0 0% 0 0%;
		margin-left: 30px;
	}
}
@media only screen and (min-width: 1261px) {
	.dropdown {
		display: flex !important;
	}
}
@media only screen and (max-width: 750px) {
	.dropdown {
		top: 140px;
	}

	.icon-menu {
		height: 50px;
		line-height: 50px;
		width: 50px;
		border-radius: none;
		background: none;
	}
	.icon-menu:before {
		font-size: 40px;
		color: #3371cd;
	}

	.icon-menu:hover {
		background: none;
	}
	.icon-menu:hover:before {
		color: #031d43;
	}
}
@media only screen and (max-width: 460px) {
	.nav {
		position: static;
		margin-left: 20px;
	}
	.dropdown {
		width: 100%;
		right: 0;
		left: 0;
		top: 210px;
	}
	.dropdown li a {
		text-align: center;
	}
}
@media only screen and (max-width: 350px) {
	.icon-menu:before {
		font-size: 30px;
	}
}
