.header-new__wrap {
  position: relative;
  width: 100%;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to left,#fff 58px,#1a1a1a 58px,#1a1a1a 230px,#fc0 230px,#fc0)
}
.header-new__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  height: 100%;
  background: url(../img/new-header-left.png) 0 0/auto 100% no-repeat
}
.header-new__wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  height: 100%;
  background: url(../img/new-header-right.png) 0 0/auto 100% no-repeat
}
.header-new__container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  position: relative;
  z-index: 1
}
.header-new__logo {
  width: 160px;
  margin-right: 40px
}
.header-new__logo img {
  display: block;
  width: 100%
}
.header-new__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.header-new__site-name {
  text-transform: uppercase;
  font-size: 56px;
  font-family: Helvetica,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #000
}
.header-new__site-slogan {
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000
}
.header-new__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  position: relative
}
.header-new__links ._ask-editor {
  padding: 0 32px
}
.header-new__links a {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  background: #1a1a1a;
  color: #fff;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  font-size: 16px;
  font-weight: 700
}
.header-new__links a svg {
  fill: currentColor
}
.header-new__links button {
  color: #1a1a1a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  color: #fff;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  border: 0
}
.header-new__links button svg {
  fill: currentColor
}
.header-new__search {
  position: absolute;
  right: 0;
  left: -50px;
  height: 60px;
  background: #fc0;
  -webkit-box-shadow: 0 0 0 2px #fc0;
  box-shadow: 0 0 0 2px #fc0;
  top: 2px;
  border: solid 2px #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none
}
.header-new__search .header-new__search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: #1a1a1a;
  color: #fc0
}
.header-new__search .header-new__search-button svg {
  fill: currentColor!important;
  width: 40px;
  height: 40px
}
.header-new__search .header-new__search-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.2)!important;
  padding: 10px 70px 10px 16px!important;
  font-size: 22px;
  color: #1a1a1a!important;
  font-weight: 700
}
@media (max-width:1220px) {
  .header-new__wrap {
    overflow: hidden;
    height: 220px;
    background: linear-gradient(to left,#fff 58px,#1a1a1a 58px,#1a1a1a 230px,#fc0 230px,#fc0)
  }
  .header-new__wrap::before {
    display: none
  }
  .header-new__container {
    padding: 0 30px 12px;
    margin: 0
  }
  .header-new__logo {
    margin-right: 30px
  }
}
@media (max-width:1023px) {
  .header-new__wrap {
    overflow: hidden;
    height: 210px;
    background: linear-gradient(to left,#fff 6px,#1a1a1a 6px,#1a1a1a 40px,#fc0 40px,#fc0)
  }
  .header-new__wrap::after,
  .header-new__wrap::before {
    display: none
  }
  .header-new__site-name {
    font-size: 50px
  }
  .header-new__site-slogan {
    font-size: 14px
  }
  .header-new__content {
    padding-bottom: 10px
  }
  .header-new__links a {
    margin-right: 10px
  }
  .header-new__links ._ask-editor {
    padding: 0 20px
  }
}
@media (max-width:767px) {
  .header-new__wrap {
    height: auto;
    background: #fc0;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .header-new__wrap::after,
  .header-new__wrap::before {
    display: none
  }
  .header-new__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
  }
  .header-new__logo {
    width: 150px;
    margin: 0 auto 10px
  }
  .header-new__site-name {
    font-size: 50px
  }
  .header-new__site-slogan {
    font-size: 14px
  }
  .header-new__content {
    padding-bottom: 10px;
    text-align: center
  }
  .header-new__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .header-new__search {
    left: -20px;
    right: -20px;
    top: auto;
    bottom: -10px;
    margin-bottom: 0!important
  }
  .header-new__search .header-new__search-button {
    margin: 0
  }
}
@media (max-width:580px) {
  .header-new__wrap {
    padding: 20px
  }
  .header-new__logo {
    width: 120px
  }
  .header-new__site-name {
    font-size: 40px;
    margin-bottom: 10px
  }
  .header-new__site-slogan {
    font-size: 14px;
    text-align: center;
    max-width: 320px;
    line-height: 1.35;
    margin: 0 auto 4px
  }
  .header-new__content {
    padding-bottom: 0;
    text-align: center
  }
  .header-new__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 340px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
  }
  .header-new__links ._ask-editor {
    margin-bottom: 20px
  }
}
@media (max-width:440px) {
  .header-new__wrap {
    padding: 15px
  }
  .header-new__logo {
    width: 120px
  }
  .header-new__site-name {
    font-size: 32px
  }
  .header-new__site-slogan {
    font-size: 14px;
    text-align: center;
    max-width: 320px;
    line-height: 1.35;
    margin: 0 auto 4px
  }
  .header-new__content {
    padding-bottom: 0;
    text-align: center
  }
  .header-new__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
  }
  .header-new__links ._ask-editor {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px
  }
  .header-new__links a,
  .header-new__links button {
    margin: 0 5px
  }
}
@media (max-width:359px) {
  .header-new__logo {
    width: 110px
  }
  .header-new__site-name {
    font-size: 28px
  }
}