.rating {
  display: flex;
  flex-direction: column;
}
.rating__bullets-score {
  display: flex;
  justify-content: space-between;
}
.rating__bullets-score .bullets {
  display: flex;
  color: #FF725E;
  flex-direction: row-reverse;
  align-items: center;
}
.rating__bullets-score .bullets i {
  margin-right: 3px;
}
.rating__bullets-score .bullets i:before {
  margin: 0 !important;
}
.rating__bullets-score .bullets__xl {
  font-size: 20px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__xl {
    font-size: 18px;
}
}
.rating__bullets-score .bullets__lg {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__lg {
    font-size: 16px;
}
}
.rating__bullets-score .bullets__md {
  font-size: 16px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__md {
    font-size: 14px;
}
}
.rating__bullets-score .bullets__sm {
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__sm {
    font-size: 12px;
}
}
.rating__bullets-score .bullets__xs {
  font-size: 12px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__xs {
    font-size: 10px;
}
}
.rating .count {
  justify-content: flex-end;
  display: flex;
  color: #717C8B;
}
.rating .count__lg {
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.rating .count__lg {
    font-size: 12px;
}
}
.rating .count__md {
  font-size: 12px;
}
.rating .count__sm {
  font-size: 12px;
}
.rating .count__xs {
  font-size: 10px;
}
.empty-message {
  margin-bottom: 3.75rem;
}
.empty-message .card:hover {
  box-shadow: 0 3px 4.75px 0.25px rgba(24, 23, 24, 0.03) !important;
}
.empty-message__main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 120px;
  width: 50%;
  margin: 0 auto 1.25rem;
  border: 1px solid #dee2e6;
}
.empty-message__main-text > div:first-of-type {
  font-size: 16px;
}
.empty-message__main-text > div:last-of-type {
  font-size: 12px;
}
.empty-message__filters-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0.625rem auto 1.25rem;
}
.empty-message__filters-list .filter-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  height: 35px;
  margin: 0 0 0.625rem 0.625rem;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 12px;
}
.empty-message__filters-list i {
  display: flex;
  margin-right: 5px;
  color: #4E5C6E;
  font-size: 16px;
}
.owl-dots {
  text-align: center;
  margin-top: 32px;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #DBDEE8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span {
  background: #0197F6;
  width: 30px;
}
