@media only screen and (max-width: 576px) {
  .experts_item a:hover {
    -webkit-box-shadow: -10px 10px 0px 0px #192A45;
            box-shadow: -10px 10px 0px 0px #192A45;
  }
}

@media only screen and (min-width: 576px) {
  .experts_item a:hover {
    -webkit-box-shadow: -18px 17px 0px -2px #192A45;
            box-shadow: -18px 17px 0px -2px #192A45;
  }
}

.sort_item {
  border: 1px solid #333333;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 53px;
  line-height: 53px;
}

.sort_item a {
  color: #333333;
}

.sort_item a:hover {
  background-color: #FD8E50 !important;
  color: white !important;
}

.sort_item--active {
  background-color: #FD8E50 !important;
  color: white !important;
}

.experts--background {
  background-color: #EEEEEE;
}

.experts_item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.experts_item a:hover .experts_item__content {
  bottom: 0px;
}

.experts_item__content {
  height: 125px;
  background-color: rgba(0, 22, 56, 0.6);
  color: white;
  bottom: -80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.experts_item__content input {
  background-color: #FFFFFF;
  color: #192A45;
  font-size: 16px;
}

.experts_item__content input:hover {
  color: white;
}

.project_status {
  background-color: rgba(255, 255, 255, 0.699);
  color: #192A45;
  top: 8px;
  left: 8px;
}
/*# sourceMappingURL=styles.css.map */