header {
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  padding: 22px 0; }
  header::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% + 40px);
    z-index: -1;
    background: #FD5200; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 172px; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 22px 0 39px;
  font-size: 18px; }
  .menu li {
    margin: 0 20px 0 0; }
    .menu li:last-child {
      margin: 0; }
    .menu li a {
      color: #009746; }
      .menu li a:hover {
        color: #FD5200;
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.btn-burger {
  max-width: 29px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 0; }

.address {
  margin: 0 22px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #fff; }
  .address img {
    margin: 0 6px 0 0;
    max-width: 12px; }

.schedule {
  color: #fff;
  margin: 0 0 0 45px;
  font-weight: 500;
  line-height: 20px; }

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 290px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 4;
  padding: 30px;
  background: linear-gradient(135.84deg, #FD5200 0%, #F3991F 107.91%);
  color: #fff; }
  .mobile-menu__close {
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px; }
    .mobile-menu__close:before, .mobile-menu__close:after {
      content: '';
      position: absolute;
      left: 10px;
      top: 0;
      width: 2px;
      height: 100%;
      background: #fff;
      border-radius: 2px; }
    .mobile-menu__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-menu__close:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
  .mobile-menu .schedule {
    margin: 20px 0 0; }
  .mobile-menu .address img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .mobile-menu .menu {
    margin: 20px 0 30px; }
    .mobile-menu .menu li {
      width: 100%;
      margin: 0 0 10px; }
      .mobile-menu .menu li:last-child {
        margin: 0; }
      .mobile-menu .menu li a {
        color: #fff; }
