:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

.roaster-card {
  display: block;
  padding: 24px 20px 4px;
  font-size: 14px;
  line-height: 20px;
  background: #f0dffb;
  box-shadow: 0 8px 30px rgba(221, 221, 221, 0.14);
  border-radius: 4px;
  margin-bottom: 32px; }
  .roaster-card__cities, .roaster-card__equipment {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
  .roaster-card__cities {
    margin-bottom: 20px; }
  .roaster-card__content {
    margin: 0 -16px;
    padding: 19px 16px 18px;
    transition: all 0.33s ease-out; }
  .roaster-card:hover .roaster-card__content {
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(45, 41, 41, 0.1);
    border-radius: 6px; }
  .roaster-card__equipment {
    margin-bottom: 0; }
  .roaster-card__link {
    display: block;
    color: #656668; }
  .roaster-card__link:hover {
    text-decoration: none;
    color: #656668; }
  .roaster-card__logo {
    margin-bottom: 16px;
    height: 32px; }
  .roaster-card__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
  .roaster-card__title {
    color: #25262a;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; }

@media (min-width: 576px) {
  .roaster-card {
    opacity: 1; } }

.roasters-page__filter-btn {
  display: none; }

.roasters-page__selects {
  margin-bottom: 40px; }

@media (max-width: 575.98px) {
  .roasters-page__controls {
    display: flex;
    align-items: center; }
  .roasters-page__filter-btn {
    display: block;
    margin-left: 24px;
    height: 24px;
    width: 24px;
    padding: 0;
    border: none;
    background-color: transparent; }
  .roasters-page__filter-btn svg {
    width: 24px;
    height: 24px; }
  .roasters-page__search {
    flex: 1 1 auto; }
  .roasters-page__selects-item:not(:last-child) {
    margin-bottom: 32px; } }

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