#top .top-center {
  padding-top: 23px;
}
#top .top-center .switchers {
  padding-right: 25px;
}
#top .top-center .switchers .dropdown {
  margin: 8px 30px 8px 0px;
}
@media (max-width: 1098px) {
  #top .top-center .switchers .dropdown {
    margin-right: 20px;
  }
}
#top .top-center .switchers .dropdown .dropdown-toggle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
#top .top-center .switchers .dropdown .dropdown-toggle:after {
  border-top-color: #b2b2b2;
  margin-left: 6px;
}
#top .top-center .right {
  max-width: 80%;
}
#top .top-center .right .desktop-search {
  width: 605px;
}
#top .top-center .right .desktop-search .search_form .button-search {
  z-index: 2;
}
#top .top-center .right .desktop-search .search_form .search-cat {
  width: 31%;
  background: #06bec7;
  position: relative;
}
@media (max-width: 1300px) {
  #top .top-center .right .desktop-search .search_form .search-cat {
    display: none;
  }
}
#top .top-center .right .desktop-search .search_form .search-cat:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 17px;
  right: 20px;
}
#top .top-center .right .desktop-search .search_form .search-cat select {
  height: 40px;
  margin: 0px;
  padding: 0px 40px 0px 20px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
}
#top .top-center .right .desktop-search .search_form .overflow-input {
  width: 69%;
  position: relative;
}
@media (max-width: 1300px) {
  #top .top-center .right .desktop-search .search_form .overflow-input {
    width: 100%;
  }
}
#top .top-center .right .desktop-search .search_form .overflow-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #000;
}
#top .top-center .right .desktop-search .search_form .overflow-input input::-moz-placeholder {
  /* Firefox 19+ */

  color: #000;
}
#top .top-center .right .desktop-search .search_form .overflow-input input:-ms-input-placeholder {
  /* IE 10+ */

  color: #000;
}
#top .top-center .right .desktop-search .search_form .overflow-input input:-moz-placeholder {
  /* Firefox 18- */

  color: #000;
}
.mobile-search .search-cat {
  display: none;
}
.mobile-search .overflow-input {
  width: 100%;
}
