.category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category__title {
  display: block;
  color: #900;
  white-space: nowrap;
  padding-top: 29px;
  font-weight: 800;
  font-size: 16px;
}

.category__title a {
  color: #900;
}

.regions .category__title img {
  top: 0;
  margin-left: 0;
  max-width: 125px;
}

@media (min-width: 768px) {
  .regions .category__title img {
    max-width: 177px;
    top: 0;
    margin-left: 0;
  }
}

.category__title svg {
  position: relative;
  top: -3px;
  margin-left: 13px;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .category__title svg {
    top: -2px;
  }
}

.category__all {
  box-sizing: content-box;
  padding: 40px 0;
  flex-direction: column;
}

@media (min-width: 768px) {
  .category__all {
    padding: 40px 0 20px 0;
    flex-direction: row;
  }
}

.category__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

@media (min-width: 768px) {
  .category__link {
    padding-left: 50px;
    justify-content: flex-start;
  }
}

.category__link:hover,
.category__link:focus {
  background: #f5f5f5;
}

.category__link.current-page {
  background: #ebebeb;
}

.category__link.current-page .category__check {
  display: block;
}

.category__check {
  display: none;
  position: absolute;
  left: 22px;
  top: 10px;
}

.category__result .padding--row {
  padding: 0;
}

@media (min-width: 768px) {
  .category__result .padding--row {
    padding: inherit;
  }
}

.category__result .article {
  flex-direction: row;
}

@media (min-width: 768px) {
  .category__result .article {
    flex-direction: column;
  }
}

.category__result .article:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.category__result .article:first-of-type {
  padding-top: 0;
}

@media (min-width: 768px) {
  .category__result .grid-row .article__img {
    max-width: 150px;
  }
}

@media (min-width: 1440px) {
  .category__result .grid-row .article__img {
    max-width: 346px;
  }
}

.category__result .author__info-box {
  margin: 0;
  background: transparent;
}

.search__info {
  display: block;
  margin: 0 auto 24px;
}

.search .search-form__button {
  stroke: #3d3434;
}

.search .category {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}

.search .category__title {
  text-transform: uppercase;
  top: 1px;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #3d3434;
}

.search .article__title {
  margin-top: 18px;
}


/* Hyde park category.  */

.category .hyde-park {
  background-color: #ebebeb;
  flex-direction: column-reverse;
  padding: 24px;
  margin-top: 40px;
}

.category .hyde-park img {
  max-width: 100px;
    display: block;
    margin: auto;
    position: relative;
    left: -8px;
}

.category .hyde-park .article__category {
  margin-top: 24px;
}

.category .hyde-park h2 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.category .hyde-park p {
  margin-bottom: 2px;
  font-weight: normal;
  line-height: 1.5;
}

.category .hyde-park a {
  font-size: 14px;
}

.category .hyde-park a svg {
  stroke: #000;
  position: relative;
  top: -2px;
  left: 7px;
}

@media (min-width: 768px) {
  .category .hyde-park {
    flex-direction: row;
    justify-content: space-between;
    padding: 26px 24px;
  }

  .category .hyde-park .article__category {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .category .hyde-park main {
    flex: 0 0 495px;
  }


  .category .hyde-park p{
    margin-bottom: 10px;
  }

  .category .hyde-park img {
    max-width: 135px;
    left: -56px;
    top: 21px;
  }

  .search .article__title {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .category .hyde-park {
    margin-top: 60px;
    padding: 24px 68px;
  }

  .category .hyde-park .article__category {
    margin-bottom: 11px;
  }

  .category .hyde-park main {
    flex: 0 0 645px;
  }

  .category .hyde-park h2 {
    margin-bottom: -3px;
  }

  .category .hyde-park img {
    left: -69px;
    top: 9px;
  }
}