@charset "UTF-8";
.search-form {
  display: block;
  position: relative;
  width: 212px; }
  .search-form_label {
    display: block;
    padding: 11px 40px 11px 10px;
    background: #fff;
    border: nane; }
  .search-form_input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #494d4e;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    height: 16px; }
  .search-form_submit {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 8px;
    right: 12px;
    width: 25px;
    height: 22px;
    color: #01bbd4;
    font: 400 18px/22px 'FontAwesome', sans-serif; }
    .search-form_submit:before {
      content: ""; }
    .search-form_submit:hover {
      color: #4baf4f; }
  @media (max-width: 767px) {
    .search-form {
      width: 450px; } }
  @media (max-width: 479px) {
    .search-form {
      width: 270px; } }

.search-form_toggle {
  float: right;
  display: inline-block;
  color: #494d4e;
  font: 400 44px/44px "FontAwesome"; }
  .search-form_toggle:before {
    content: ""; }
  .search-form_toggle.active, .search-form_toggle:hover {
    color: #494d4e; }
  .search-form_toggle.active:before {
    content: ""; }

.search-form_liveout {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 222; }
  .lt-ie9 .search-form_liveout {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .search-form_liveout .search_list {
    font-size: 14px;
    line-height: 18px;
    background: #FFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    .search-form_liveout .search_list li + li {
      margin-top: 3px; }
  .search-form_liveout .search_link {
    display: block;
    padding: 5px 5px 5px 10px;
    background: #fff;
    color: #999; }
    .search-form_liveout .search_link .search_title {
      color: #4baf4f;
      text-transform: uppercase; }
    .search-form_liveout .search_link:hover {
      background: #494d4e;
      color: #afb3b4; }
      .search-form_liveout .search_link:hover .search_title {
        color: #f44236; }
  .search-form_liveout .search_error {
    display: block;
    color: #494d4e;
    background: #fafafa;
    padding: 10px 10px;
    overflow: hidden; }
  .search-form_liveout .match {
    display: none; }
  .search-form_liveout button {
    display: block;
    width: 100%;
    color: #494d4e;
    background: #fafafa;
    padding: 10px 10px; }
    .search-form_liveout button:hover {
      background: #f44236;
      color: #fff; }
  input:focus + .search-form_liveout {
    opacity: 1; }
    .lt-ie9 input:focus + .search-form_liveout {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
  .search-form_liveout .tablet, .mobile .search-form_liveout {
    display: none !important; }

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent; }
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }
.search-frame img {
  max-width: 100%;
  height: auto; }
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .search-frame a:active {
    background: transparent; }
  .search-frame a:focus {
    outline: none; }
.search-frame h4 {
  font-size: 25px;
  color: #4baf4f;
  position: relative;
  display: inline-block; }
  .search-frame h4:before {
    content: '\f00c';
    position: absolute;
    left: -50px;
    top: 0;
    width: 24px;
    height: 24px;
    font: 400 24px "FontAwesome";
    line-height: inherit;
    color: #f44236;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease; }
  .search-frame h4:hover:before {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  .search-frame h4 a:hover {
    color: #f44236; }
.search-frame .search_list {
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  padding: 30px; }
  .search-frame .search_list li {
    padding-left: 30px;
    position: relative; }
  .search-frame .search_list li + li {
    margin-top: 15px; }
.search-frame .search {
  color: #f44236; }
.search-frame .match {
  color: #f44236;
  font-size: 11px;
  display: block; }
.search-frame * + p {
  margin-top: 10px; }
