.filters .filter .dropdown.open .dropdown__list {
  position: relative;
}
.filters .filter .dropdown__list {
  overflow-y: scroll;
  height: 300px;
}

.az-error-block {
  padding-top: 50px !important;
  padding-bottom: 50px;
  padding-left: 30px;
  min-height: 400px;
}
.az-error-block h1 {
  font-weight: bold;
  font-size: 48px;
}
.az-error-block h3 {
  font-weight: bold;
  font-size: 28px;
}

.az-personal-logout {
  padding-bottom: 20px;
}
.az-personal-logout a {
  color: black !important;
  font-weight: bold;
  text-decoration: underline;
}
.az-personal-logout .az-admin-link {
  color: darkred !important;
}

.az-alert {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 30px;
  font-weight: bold;
}
.az-alert.az-alert-danger {
  border-color: red;
}
.az-alert.az-alert-success {
  border-color: green;
}
.az-alert ul {
  display: block;
  padding: 15px;
}

.about-car-az-block {
  font-size: calc(15px + 0.15625vw);
  line-height: 1.5em;
}

.filters__results-amount .visible-results, .filters__results-amount .all-results {
  margin-left: 5px;
  margin-right: 5px;
}
