.new-menu2 {
  position: relative;
  height: 60px; }
  .new-menu2__inner {
    background: #f2f2f2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 12px 0;
    }
    .new-menu2__inner.fixed-menu-element {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 105; }
  .new-menu2__list {
    font-size: 0;
    text-align: center; }
  .new-menu2__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
  .new-menu2__link {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
    border: 1px dashed transparent;
    border-bottom-color: #ec4432;
    transition: 0.2s;
    }
    .new-menu2__link:hover {
      border: 1px solid #ec4231;
      border-radius: 3px; }
    .new-menu2__link.active {
      border: 1px solid #ec4231;
      background: #ec4231;
      color: #fff;
      border-radius: 3px; }
  .new-menu2 .dropdown-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    height: 24px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 3px;
    border-radius: 4px;
    background: 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%224px%22%20%20viewBox%3D%220%200%2018%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e64231%22%20d%3D%22M1262%2C108a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1262%2C108Zm7%2C0a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1269%2C108Zm7%2C0a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1276%2C108Z%22%20transform%3D%22translate%28-1260%20-108%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat; }
    .new-menu2 .dropdown-wrap.active {
      background: #e64231 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%224px%22%20%20viewBox%3D%220%200%2018%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M1262%2C108a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1262%2C108Zm7%2C0a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1269%2C108Zm7%2C0a2%2C2%2C0%2C1%2C1-2%2C2A2%2C2%2C0%2C0%2C1%2C1276%2C108Z%22%20transform%3D%22translate%28-1260%20-108%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat; }
    .new-menu2 .dropdown-wrap ul {
      position: absolute;
      top: 33px;
      display: none;
      width: 220px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      background: #f7f7f7;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      z-index: 106; }
      .new-menu2 .dropdown-wrap ul li {
        margin: 0; }
      .new-menu2 .dropdown-wrap ul a {
        border-color: transparent; }
        .new-menu2 .dropdown-wrap ul a:hover, .new-menu2 .dropdown-wrap ul a.active {
          background: #ec4231;
          color: #fff;
          }
  @media all and (max-width: 960px) {
  .new-menu2__inner {
    min-height: 36px; }
  .new-menu2__fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 265px;
    background: #e7e7e7;
    z-index: 106;
    transform: translate3d(-100%, 0, 0); }
    .new-menu2__fixed.animit {
      transition: transform 0.2s; }

    .new-menu2__fixed.opened {
      transform: none;
      box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5); }
  .new-menu2__scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box; }
  .new-menu2__list {
    text-align: left; }
  .new-menu2__item {
    display: block; }
  .new-menu2__open-button {
    width: 45px;
    margin: 7px 0 0 7px;
    height: 45px;
    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%2230px%22%20height%3D%2230px%22%20%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M260%2C7h24a3%2C3%2C0%2C0%2C1%2C0%2C6H260A3%2C3%2C0%2C0%2C1%2C260%2C7Zm0%2C12h24a3%2C3%2C0%2C0%2C1%2C0%2C6H260A3%2C3%2C0%2C0%2C1%2C260%2C19Zm0%2C12h24a3%2C3%2C0%2C0%2C1%2C0%2C6H260A3%2C3%2C0%2C0%2C1%2C260%2C31Z%22%20transform%3D%22translate%28-257%20-7%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
    background-size: 22px 19px;
    position: absolute;
    top: 0;
    left: 100%; }
    .new-menu2__open-button.active {
      background-size: 19px 19px;
      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%2224px%22%20height%3D%2224px%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M285.021%2C30.192l-2.829%2C2.828L273%2C23.828l-9.192%2C9.192-2.829-2.828L270.172%2C21l-9.193-9.192%2C2.829-2.828L273%2C18.172l9.192-9.192%2C2.829%2C2.828L275.828%2C21Z%22%20transform%3D%22translate%28-260.969%20-8.969%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat; } }

.new-menu2.inverse .new-menu2__inner{
  background: #212121;
}

.new-menu2.inverse .new-menu2__link{
  color: #fff;
}
.new-menu2.inverse .dropdown-wrap ul{
  background: #212121;
}
.new-menu2.inverse .new-menu2__scroll{
  background: #212121;
}

.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__subpages a {
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
}

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