#header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(41, 41, 41, 0.16);
          box-shadow: 0px 0px 5px 1px rgba(41, 41, 41, 0.16);
  z-index: 999;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#header .main_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  #header .main_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 300px) {
  #header .main_container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#header .main_container #header_btn {
  position: absolute;
  right: 16px;
  display: none;
}

@media screen and (max-width: 992px) {
  #header .main_container #header_btn {
    display: block;
  }
}

#header .main_container #header_btn .icon {
  vertical-align: middle;
  font-size: 30px;
}

#header .main_container .header_brand {
  width: 90px;
  margin-left: 30px;
}

#header .main_container .header_brand img {
  width: 90px;
  height: auto;
  /*margin-top: 20px;*/
}

@media screen and (max-width: 992px) {
  #header .main_container .header_brand {
    margin-left: 0px;
  }
}

#header .main_container #disabler {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.616);
  z-index: 8;
  display: none;
}

#header .main_container .temp {
  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;
  width: calc(100% - 120px);
  -webkit-transition: .6s right;
  transition: .6s right;
}

@media screen and (max-width: 992px) {
  #header .main_container .temp {
    position: fixed;
    right: -100%;
    top: 0;
    width: 300px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: -3px 0px 10px 4px rgba(0, 0, 0, 0.205);
            box-shadow: -3px 0px 10px 4px rgba(0, 0, 0, 0.205);
    background-color: white;
    padding: 20px 30px;
    z-index: 8;
  }
  #header .main_container .temp .right_sec {
    margin-bottom: 30px;
  }
  #header .main_container .temp .right_sec .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  #header .main_container .temp .right_sec .links .link {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  #header .main_container .temp .left_sec {
    -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;
  }
  #header .main_container .temp .left_sec > * {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 300px) {
  #header .main_container .temp {
    width: 100%;
  }
}

#header .main_container .temp_active {
  right: 0;
}

#header .main_container .right_sec .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main_container .right_sec .links .link {
  margin-left: 40px;
}

#header .main_container .right_sec .links .link:last-of-type {
  margin-left: 0;
}

#header .main_container .right_sec .links .active a {
  color: #0B8AE1;
}

#header .main_container .left_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main_container .left_sec .phone {
  color: #4AAE20;
}

.fixed_top {
  position: fixed;
  top: -80px;
}




#header_btn img {
    width: 100%;
    height: auto;
}
/*# sourceMappingURL=header.css.map */




