.new-menu1 {
	height: 70px;
}

.new-menu1__inner {
	background: #fff;
	padding: 15px 0;
}

.new-menu1__inner.fixed-menu-element {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
}

.new-menu1__list {
	font-size: 0;
	text-align: center;
}

.new-menu1__item {
	display: inline-block;
	vertical-align: middle;
}

.new-menu1__link {
	display: block;
	text-decoration: none;
	color: #666;
	line-height: 1;
	padding: 11px 18px;
	border: 2px solid transparent;
	box-sizing: border-box;
	border-radius: 20px;
	transition: 0.2s;
	font-size: 14px;
}

.new-menu1__link:hover {
	border-color: #ec4432;
	color: #ec4432;
}

.new-menu1__link.active {
	border-color: #ec4432;
	color: #fff;
	background: #ec4432;
}

.new-menu1 .dropdown-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-left: 5px;
	border-radius: 20px;
	cursor: pointer;
	background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2019%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ec4432%22%20d%3D%22M2.5%2C0C1.1%2C0%2C0%2C1.1%2C0%2C2.5C0%2C3.9%2C1.1%2C5%2C2.5%2C5S5%2C3.9%2C5%2C2.5C5%2C1.1%2C3.9%2C0%2C2.5%2C0zM9.5%2C0C8.1%2C0%2C7%2C1.1%2C7%2C2.5C7%2C3.9%2C8.1%2C5%2C9.5%2C5S12%2C3.9%2C12%2C2.5C12%2C1.1%2C10.9%2C0%2C9.5%2C0z%20M16.5%2C0C15.1%2C0%2C14%2C1.1%2C14%2C2.5C14%2C3.9%2C15.1%2C5%2C16.5%2C5S19%2C3.9%2C19%2C2.5C19%2C1.1%2C17.9%2C0%2C16.5%2C0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 17px no-repeat;
	transition: 0.3s;
}

.new-menu1 .dropdown-wrap>ul {
	display: none;
	position: absolute;
	background: #fdfdfd;
	top: 110%;
	width: 220px;
	padding: 10px;
	margin: 0;
	list-style: none;
	text-align: left;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	z-index: 105;
}

.new-menu1 .dropdown-wrap:hover,
.new-menu1 .dropdown-wrap.active {
	background: #ec4432 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%2019%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f4f4f4%22%20d%3D%22M2.5%2C0C1.1%2C0%2C0%2C1.1%2C0%2C2.5C0%2C3.9%2C1.1%2C5%2C2.5%2C5S5%2C3.9%2C5%2C2.5C5%2C1.1%2C3.9%2C0%2C2.5%2C0zM9.5%2C0C8.1%2C0%2C7%2C1.1%2C7%2C2.5C7%2C3.9%2C8.1%2C5%2C9.5%2C5S12%2C3.9%2C12%2C2.5C12%2C1.1%2C10.9%2C0%2C9.5%2C0z%20M16.5%2C0C15.1%2C0%2C14%2C1.1%2C14%2C2.5C14%2C3.9%2C15.1%2C5%2C16.5%2C5S19%2C3.9%2C19%2C2.5C19%2C1.1%2C17.9%2C0%2C16.5%2C0z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 17px no-repeat;
}

@media all and (max-width: 960px) {
	.new-menu1__fixed {
		position: fixed;
		top: 0;
		right: 0;
		overflow: hidden;
		bottom: 0;
		width: 320px;
		background: #ec4432;
		transform: translateX(100%);
		transition: transform 0.2s;
		z-index: 104;
	}
	.new-menu1__fixed.opened {
		box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
		transform: none;
	}
	.new-menu1__scroll {
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		padding: 20px 0;
		box-sizing: border-box;
		overflow: auto;
	}
	.new-menu1.inverse .new-menu1__scroll{
		background: #212121;
	}
	.new-menu1__list {
		text-align: left;
	}
	.new-menu1__button-open {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-left: auto;
		background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2020%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ec4432%22%20d%3D%22M19%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1V1C20%2C0.4%2C19.6%2C0%2C19%2C0zM19%2C6H1C0.4%2C6%2C0%2C6.4%2C0%2C7v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1V7C20%2C6.4%2C19.6%2C6%2C19%2C6zM19%2C12H1c-0.6%2C0-1%2C0.4-1%2C1v1c0%2C0.6%2C0.4%2C1%2C1%2C1h18c0.6%2C0%2C1-0.4%2C1-1v-1C20%2C12.4%2C19.6%2C12%2C19%2C12z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 10px 11px no-repeat;
	}
	.new-menu1__button-close {
		display: block;
		cursor: pointer;
		margin: 0 30px 20px auto;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M10.1%2C8.7l7-7c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0l-7%2C7l-7-7c-0.4-0.4-1-0.4-1.4%2C0c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l7%2C7l-7%2C7c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3l7-7l7%2C7c0.2%2C0.2%2C0.5%2C0.3%2C0.7%2C0.3s0.5-0.1%2C0.7-0.3c0.4-0.4%2C0.4-1%2C0-1.4L10.1%2C8.7z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 11px 11px no-repeat;
	}
	.new-menu1__item {
		display: block;
	}
	.new-menu1__link {
		color: #fff;
		border-radius: 0px;
		border: none;
	}
	.new-menu1__link:hover,
	.new-menu1__link.active {
		background: #fff;
		color: #ec4432;
	}
}

.new-menu1.inverse .new-menu1__inner{
	background: #212121;
}

.new-menu1.inverse .new-menu1__link{
	color: #fff;
}

.new-menu1.inverse .dropdown-wrap>ul{
	background: #212121;
}

.new-menu1.inverse .dropdown-wrap{
	background-color: rgb(70, 70, 70);
}
.new-menu1.inverse .new-menu1__link:hover, .new-menu1__link.active{
	color: #212121;
	background: #f2f2f2;
}

.new-menu1__link .new-menu1__subpages {
	position: absolute;
	display: none;
	z-index: 22;
    background: #f3f3f3;
    padding: 10px 0;
    width: 200px;
    box-shadow: 0 10px 7px rgba(0,0,0,.25);
    margin: 0;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
}

.new-menu1__link .new-menu1__subpages a {
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
}

.new-menu1__link .new-menu1__subpages a:hover {
	background: #ec4432;
	color: #fff;
}

.new-menu1__list li.s3-menu-allin-active > a {
	border-color: #ec4432;
    color: #ec4432;
}

.new-menu1__list .new-menu1__subpages li.s3-menu-allin-active > a {
	background: #ec4432;
    color: #fff;
}

@media (min-width:961px) {
	ul.new-menu1__subpages {
	    position: absolute;
	    background: #fff;
	    width: 220px;
	    padding: 10px;
	    margin: 0;
	    list-style: none;
	    text-align: left;
	    border-radius: 8px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	    z-index: 105;
	}
}