.recommendations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px
}
.section-faq .recommendations {
  margin-top: 46px;
  margin-bottom: 45px
}
@media screen and (max-width:850px) {
  .recommendations {
    margin-top: 40px;
    margin-bottom: 40px
  }
  .section-faq .recommendations {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
.field-item:first-child .recommendations {
  margin-top: 0
}
.field-item:last-child .recommendations {
  margin-bottom: 0
}
.recommendations__body {
  width: 100%
}
.background--background-grey .recommendations__body {
  padding-top: 80px;
  padding-bottom: 70px
}
.recommendations__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
@media screen and (max-width:600px) {
  .background--background-grey .recommendations__body {
    padding-top: 36px;
    padding-bottom: 42px
  }
  .recommendations__top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
  }
}
.recommendations__title.recommendations__title.recommendations__title {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .recommendations__title.recommendations__title.recommendations__title {
    font-size: 34px;
    line-height: 40px
  }
}
@media screen and (max-width:767px) {
  .recommendations__title.recommendations__title.recommendations__title {
    font-size: 30px;
    line-height: 40px
  }
}
.recommendations__button.recommendations__button.recommendations__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 50px;
  border-radius: 3px 3px 20px
}
.recommendations__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}
.recommendations__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.3333% - 23.3333px)
}
@media screen and (min-width:1121px) {
  .recommendations__item:not(:last-child) {
    margin-right: 35px
  }
}
@media screen and (min-width:601px) and (max-width:1120px) {
  .recommendations__item {
    width: calc(50% - 17.5px)
  }
  .recommendations__item:not(:nth-child(2)) {
    margin-right: 35px
  }
  .recommendations__item:nth-child(n+3) {
    margin-top: 43px
  }
}
.recommendations__article-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  border-bottom-right-radius: 50px
}
.recommendations__article-name {
  color: #000;
  margin-top: 27px;
  font-size: 22px;
  line-height: 32px
}
@media screen and (max-width:600px) {
  .recommendations__button.recommendations__button.recommendations__button {
    margin-left: 0;
    margin-top: 24px
  }
  .recommendations__item {
    width: 100%
  }
  .recommendations__item:not(:first-child) {
    margin-top: 43px
  }
  .recommendations__article-image {
    height: 230px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px
  }
  .recommendations__article-name {
    margin-top: 17px
  }
}
.recommendations__article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 9px
}
.recommendations__show-more {
  margin: 41px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:600px) {
  .recommendations__show-more {
    width: 100%;
    margin: 33px 0 0;
    border-top: 2px solid #d7d7d7;
    padding-top: 28px
  }
}