.header {
  display: none;
}
.header_absolute{
  position:absolute !important;
}

@media only screen and (max-width: 1213px) {
  /*991*/

  *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  a:hover{
    cursor: pointer;
  }
  div.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
    background: #fff;
    z-index: 2000;
    box-shadow: 0px 1px 1px rgba(222, 222, 222, 0.9), 0px 3px 8px rgba(202, 202, 202, 0.6);
  }

  .header__left {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }

  .header__buy {
    display: inline-flex;
    float:right;
    margin-right:20px;
    vertical-align: middle;
  }

  .header__logo {
    display: inline-block;
    vertical-align: top;
    height: 55px;
    text-align: center;
    margin-left: 5px;
  }
  .header__logo img {
    max-width: 100%;
    max-height: 100%;
  }

  .header__right {
    float: right;
    padding: 10px 0px;
  }

  .header__right_icon{
    display: inline-block;
    font-size: 25px;
    margin-right: 18px;
    color: #107c7d;
  }
  .header__right_icon:hover{
    text-decoration: none;
    color: #1cb4b5;
  }

  .header__arrow {
    display: block;
    position: absolute;
    top: -25px;
    right: 10px;
    pointer-events: none;
  }

  .header__item {
    display: inline-block;
    padding: 0em 0.9em;
  }

  .hedaer__link-orange {
    font-weight: bold;
    color: #FF7F00;
    border-bottom: 1px dotted #FF7F00; }
    .hedaer__link-orange:hover {
      color: #cc6600;
      border-color: #cc6600;
      text-decoration: none; }

  .header__link-bold {
    font-weight: bold;
    border-bottom: 1px dotted;
    color: #000; }
    .header__link-bold:hover {
      color: gray;
      text-decoration: none; }

  .burger {
    float: left;
    display: block;
    padding: 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    }

  .burger li {
    position: relative;
    width: 25px;
    height: 3px;
    background: #333333;
    margin: 0 0 5px;
    padding: 0;
    border-radius: 5px;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    }

  .burger-logo {
    height: 40px; }

  .burger li:last-child {
    margin-bottom: 0px; }

  .burger.active li:first-child {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    top: 3px;
    left: -1px; }
  .burger.active li:last-child {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    top: -3px;
    left: -1px; }

  .toggle-menu {
    position: fixed;
    padding-top: 65px;
    left: 0;
    top: 0;
    height: 150%;
    width: 320px;
    background: #f7f7f7;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    text-align: left;
    }

  .toggle-menu.open {
    -moz-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

  .toggle-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    font-size: 16px; }

  a.toggle-menu-link:hover, a.toggle-menu-link.hover, a.toggle-menu-link:focus, a.toggle-menu-link:active {
    background: rgba(0, 0, 0, 0.76);
    color: #fff;
    text-decoration: none;
  }

  /* .toggle-menu-list > li:first-child {
    background: #107c7d; }

  .toggle-menu-list > li:first-child h2{
    margin: 0px 0 0;
    color: #fff;
    font-size: 20px; } */

  .toggle-menu-link {
    display: inline-block;
    width: 100%;
    color: #101010;
    padding: 8px 0em 8px 25px;
    /* padding-left: 25px; */
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    /* margin: 10px 0 0; */
    /* border-bottom: 1px solid #ddd; */
    font-size: 14px;
    }

}
