.page__title {
  text-align: left;
  font-size: 32px;
}

  @media (min-width: 769px) {.page__title {
    font-size: 48px
}
  }

  @media (min-width: 993px) {.page__title {
    font-size: 52px
}
  }

.page-preview__text {
  padding-bottom: 45px;
  text-align: left;
}

.customers-page__list {
  grid-template-columns: repeat(auto-fill, 100%);
  padding: 25px 0;
  display: grid;
}

@media (min-width: 321px) {

.customers-page__list {
    grid-template-columns: repeat(auto-fill, 100%)
}
  }

@media (min-width: 521px) {

.customers-page__list {
    grid-template-columns: repeat(auto-fill, 50%)
}
  }

@media (min-width: 901px) {

.customers-page__list {
    grid-template-columns: repeat(auto-fill, 33.33%)
}
  }

.customers-page__item {
  padding: 0 15px 25px;
}

.customers-page__item-wrap {
  border: 1px solid #dcdcdc;
  padding-bottom: 70px;
  border-radius: 10px;
  position: relative;
  display: block;
  height: 100%;
}

.customers-page__link {
  text-decoration: none;
  color: #000;
}

.customers-page__image-wrap {
  padding-bottom: 15px;
  padding-top: 20px;
}

.customers-page__image {
  border-radius: 10px;
  margin: 0 auto;
}

.customers-page__name {
  padding: 0 5px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}

.customers-page__text {
  padding: 0 5px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.customers-page__link-more {
  border-radius: 8px;
  background-color: #FFD900;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  text-align: right;
  right: 10px;
  position: absolute;
  bottom: 10px;
}

/* stylelint-disable declaration-property-value-whitelist, a11y/content-property-no-static-value,
  font-family-no-missing-generic-family-keyword, declaration-no-important
 */

.customers-tag__list {
  padding: 20px 0 0 !important;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  display: flex;
}

@media (min-width: 769px) {

.customers-tag__list {
    flex-direction: row
}
  }

.customers-tag__item {
  background-color: #FFFFFF;
  border: 2px solid #FFD900;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 0;
}

.customers-tag__item:hover {
    background-color: #f5e069;
    border: 2px solid #f5e069;
  }

.customers-tag__item__active {
    background-color: #FFD900;
  }

@media (min-width: 769px) {

.customers-tag__item {
    margin-bottom: 0
}

    .customers-tag__item:not(:last-child) {
      margin-right: 10px;
    }
  }

.customers-tag__link {
  text-decoration: none;
  padding: 5px 15px;
  font-size: 20px;
  display: block;
  color: #000;
}

.customers-page__tag__list {
  justify-content: center;
  flex-direction: row;
  padding: 0 5px 10px !important;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 23px;
  width: 100%;
}

.customers-page__tag__item {
  font-size: 16px;
}

.customers-page__tag__item:not(:last-child) {
    margin-right: 10px;
  }

/* stylelint-enable */

/*# sourceMappingURL=clients.css.map*/