body {
  font-size: 1.05em;
}

.main-content {
  max-width: 1140px;
  margin: 100px auto 5em auto;
}

.categories-tree__link > a {
  color: inherit;
}
.categories-tree__link > a:hover {
  text-decoration: underline;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.thumb {
  position: relative;
  width: 29.4444444444%;
  min-width: 29.4444444444%;
}
.thumb__img {
  max-width: 100%;
}
.thumb__img > img {
  width: 100%;
  border-radius: 35px;
}
.thumb__share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share__text {
  margin: 1.5em 0;
  line-height: 1.35em;
  text-align: center;
}

.info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 4%;
}
.info__title {
  margin: 0.2em 0;
}
.info__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info__feature {
  font-size: 1.2em;
  padding: 0.7em 1.1em;
  margin: 0.7em 0.5em;
  background-color: #efebdc;
  border-radius: 1.2em;
  cursor: default;
}
.info__content {
  font-size: 1.2em;
  position: relative;
  margin-top: 70px;
  line-height: 1.4em;
}
.info__content::before {
  position: absolute;
  top: -40px;
  content: "";
  background-color: #efebdc;
  height: 2px;
  width: 100%;
}