/*==========  header  ==========*/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 20px 0;
  color: #fff; }
  header .list-social li a {
    width: 26px;
    height: 26px; }

.header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  max-width: 180px; }

.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;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.37;
  margin: 0 auto; }
  .menu li {
    margin: 0 12px; }
    .menu li a {
      position: relative;
      padding: 5px 0;
      color: inherit; }
      .menu li a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: #F06E28;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
        opacity: 0; }
      .menu li a:hover {
        color: #F06E28; }
        .menu li a:hover:before {
          -webkit-transform: translateZ(0);
                  transform: translateZ(0);
          opacity: .6;
          width: 100%;
          -webkit-transition-delay: .1s;
                  transition-delay: .1s; }

.header-box {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 40px 0 0; }
  .header-box .phone-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    fill: #fff; }
  .header-box .phone {
    color: #fff;
    font-weight: bold;
    margin: 0 0 5px; }
  .header-box .schedule {
    font-size: 12px;
    text-align: right; }

.btn-burger {
  display: none;
  width: 24px;
  min-width: 24px;
  height: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  margin: 0 0 0 auto;
  position: relative; }
  .btn-burger span {
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #fff; }
  .btn-burger.clicked span {
    position: absolute;
    top: 7px; }
    .btn-burger.clicked span:nth-child(2) {
      width: 0;
      height: 0; }
    .btn-burger.clicked span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .btn-burger.clicked span:last-child {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

/*==========  header end  ==========*/
/*==========  section  ==========*/
/*==========  section end  ==========*/
