header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1510px;
  margin: auto;
  background: #529350;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.isIE header {
  width:100%;
}

.isIE header .header__top {
  min-height:125px;
}

.isIE .mobile-menu-title {
  left:80px;
}

.header--anime {
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}

.header--show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header--anime .header__show {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.header--show .header__show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 80px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-right: 150px; */
}

.header__logo h1 {
  margin-left: 20px;
  font-family: "GothamGreek";
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #fff;
}

.header__show {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -10px;
  width: 15px;
  height: 22px;
  background: url(../../image/sprite.svg) no-repeat -37px -32px;
  cursor: pointer;
}

.header__language {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-40px, -45px);
  transform: translate(-40px, -45px);
}

.header__language a {
  margin-left: 10px;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #80f280;
}

.header__language .deactivate {
  color: #fff;
}

.header__language .deactivate:after {
  content: "";
  display: none;
  vertical-align: middle;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url(../../image/sprite.svg) no-repeat -120px -65px
}

.header__bottom {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 40px;
  padding-right: 135px;
  background: #073505;
}

.header__bottom_box {
  margin-left: 40px;
}

.header__bottom a {
  margin-left: 40px;
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #fff;
}

.header__search {
  margin-left: 0;
}

.header__search .screen-reader-text,
.header__search .search-submit {
  display: none;
}

.header__search label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../../image/sprite.svg) no-repeat -5px 0px;
}

.header__search input {
  font-size: 1.3rem;
  line-height: 1.4rem;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
}

.header__search input::-webkit-input-placeholder {
  color: #fff;
  font-family: "CoText";
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.header__search input::-moz-placeholder {
  color: #fff;
  font-family: "CoText";
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.header__search input:-ms-input-placeholder {
  color: #fff;
  font-family: "CoText";
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.header__search input:-moz-placeholder {
  color: #fff;
  font-family: "CoText";
  font-size: 1.3rem;
  line-height: 1.4rem;
}

.mobile__icon {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../../image/sprite.svg) no-repeat -31px 4px;
  cursor: pointer;
}

.mobile-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -50px;
  font-family: "GothamGreek";
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.mobile-menu-title img {
  margin-right: 10px;
}

@media (max-width: 1440px) {
  .header__top {
    padding-left: 20px
  }
}

@media (max-width:1300px) {
  .header__top > a h1 {
    max-width:250px;
  }
}
@media (max-width:1230px) {
  .header__top > a h1 {
    max-width:unset;
  }
}

@media (max-width: 1230px) {
  header {
    position: static;
    min-height:auto;
    height:auto;
  }

  .header__show {
    display: none;
  }

  .header--anime {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header__top {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height:100px;
  }

  .header__language {
    display: none;
    position: static;
    -webkit-transform: unset;
    transform: unset;
    margin: 20px 0;
  }

  .header__language.mobile--active {
    display:block;
    top: unset;
    transform:none;
  }

  .header__language a {
    display: none;
    margin: 0;
  }

  .header__language .deactivate {
    display: block;
  }

  .header__language .deactivate:after {
    display: inline-block;
    margin-top:-2px;
  }

  /* .header__logo {
    padding-right: 15vw;
  } */

  .header__logo img {
    width: 75px;
  }

  .header__logo h1 {
    margin-left: 10px;
    margin-right: 30px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .header__logo.mobile--active {
    padding: 0;
  }

  .header__bottom {
    display: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .header__bottom_box {
    margin-left: 0;
  }

  .header__bottom a {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .header__search {
    margin-bottom: 30px;
  }

  .mobile__icon {
    display: block;
  }

  .mobile__icon.active {
    background-position: -62px 4px;
  }

  .mobile-menu-title {
    display: none
  }
}

/* Mobile Active Click */
.mobile--active {
  display: block;
}

.mobile--active img,
.mobile--active h1 {
  display: none;
}

.mobile--active+.mobile-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  color: #fff;
}
