span.d-nevid {
  display: none;
}

.d-mobs {
  display: inline-block;
}
.d-mobs p {
  display: inline-block;
}
.d-mobs a {
  background: none;
  display: inline-block;
  vertical-align: top;
}
.d-mobs .header-bottom__logo img {
  opacity: 1;
  max-width: 58px !important;
}

.tp-search input#keyword {
  background: none;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.tp-search input#keyword::placeholder {
  color: #fff;
}
.tp-search div#search-top input.submit {
  background: url(../images/vector/search-icn.svg) no-repeat 58% 50%;
  background-size: 35px;
  padding: 13px;
  background-size: 100%;
}

.header-top {
  background: #000;
}

.header-bottom {
  background: #ff7300;
}

.main-nav a {
  color: #000;
}

.header-bottom__logo {
  margin-left: 0px;
  max-width: 212px;
  background: url(../images/logo77.png) no-repeat 50% 50%;
  background-size: 196px;
}

.header-bottom__logo img {
  opacity: 0;
}

.mi-all {
  background: #fff;
  padding: 44px 0px;
}

.mi-all-content {
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}

.mi-left {
  display: inline-block;
  max-width: 59%;
}

.mi-right {
  max-width: 52%;
  display: inline-block;
  /*
  inline-block is ignored due to the float.
  If 'float' has a value other than 'none',
  the box is floated and 'display' is treated as 'block' */
  vertical-align: top;
  float: right;
  margin: 50px 0 0;
}
.mi-right ul {
  display: inline-block;
  vertical-align: top;
}
.mi-right span {
  font-weight: 700;
  margin: 45px 0px;
  display: inline-block;
  width: 100%;
  font-size: 26px;
}
.mi-right p {
  margin: 0 0 40px;
}
.mi-right ul li {
  position: relative;
  padding-left: 21px;
  list-style: none;
  margin: 0 0 11px;
}
.mi-right ul li:before {
  content: "";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  background: #ed6b1d;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: top;
}

@media (max-width: 767px) {
  a.header-bottom__logo.logo img {
    max-width: 149px;
  }
  .burger::before,
  .burger span,
  .burger::after {
    background-color: #fff;
  }
  .a_top_menu {
    display: inline-block;
    color: #fff;
  }
  .header-bottom__logo {
    max-width: 163px;
    top: 23px;
    background-size: 148px;
  }
  .mi-left {
    max-width: 100%;
  }
  .mi-right {
    max-width: 100%;
    display: inline-block;
    /*
    inline-block is ignored due to the float.
    If 'float' has a value other than 'none',
    the box is floated and 'display' is treated as 'block' */
    vertical-align: top;
    float: right;
    margin: 0px 0 0;
    padding: 0px 20px;
    text-align: left;
  }
  div#search-top input.submit {
    background: #080808 url(../images/vector/search-icn.svg) no-repeat 58% 50%;
    padding: 29px 27px 31px 28px;
  }
  input#keyword {
    border-color: #000000;
  }
  .input-group {
    background: none;
  }
  .a_top_menu.active {
    color: #fff;
  }
  nav.header-bottom__nav.main-nav.active {
    background: #000;
  }
}
@media (min-width: 999px) {
  body {
    padding: 0;
  }
  header.row.header {
    background: #000 url(../images/fon77.jpg) no-repeat 50% 100%;
    padding: 0 0 440px;
    background-size: 100%;
    min-height: 224px;
    position: initial;
  }
  .header-top {
    background: rgba(0, 0, 0, 0.4196078431);
  }
  .main-nav a {
    color: #000;
  }
  .header-bottom__logo img {
    opacity: 0;
  }
}

/*# sourceMappingURL=category-77.css.map */
