#nav .logo {
	font-size: 18px;
}
#nav .logo img {
	height: 56px;
}
#nav .nav-logo span {
	font-size: 14px;
	padding-left: 20px;
}
.aside-btn{
	display: none;
}
.nav-btns{
	display: flex;
}
.nav-btns .envelope-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: auto;
	color: #fff;
	background: #ee4266;
	padding: 0 14px;
	line-height: normal;
	font-size: 14px;
	border: solid 2px #ee4266;
	transition: all 300ms 0s ease;
	margin: 10px 0;
}
.nav-btns .envelope-btn i {
	margin-right: 6px;
}
@media only screen and (max-width: 767px) {
	.nav-btns .envelope-btn i {
		margin-right: 0;
	}
}
.nav-btns .envelope-btn:hover {
	color: #ee4266;
	background: #fff;
	border: solid 2px #ee4266;
}
.nav-btns .envelope-btn p {
	margin:0px;
}
.dropdown-body ul {
	display: flex;
	justify-content: space-between;
}
.nav-menu li.has-dropdown.megamenu > .dropdown {
	width: 820px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.dropdown-body ul li a {
	display:flex;
}
.dropdown-body ul li a:before {
	content: url(../img/arrow.png);
	border-radius: 11px;
	background: #db4085;
	margin: 0 4px 0 0;
	width: 22px;
	height: 22px;
	text-align: center;
}
.nav-menu li.has-dropdown.megamenu > .dropdown .dropdown-body {
	width: 820px;
	padding: 25px;
	box-sizing: border-box;
	margin: 0!important;
}
.dropdown-body ul li a:hover {
	opacity: .8;
}
.nav_contact{
	background: #ee4266;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin: 30px 0 0 1px;
}
.nav_contact a:focus,
.nav_contact a:hover {
	color: #fff!important;
}

@media only screen and (max-width: 767px) {
	#nav .nav-logo span {
	display: none;
	}
}
@media only screen and (max-width: 992px) {
	.aside-btn{
		display: inline;
	}
	.nav-btns .envelope-btn span {
		display: none;
	}
	.nav-btns .envelope-btn {
		width: 30%;
	}
}