.articles-container {
  margin: 80px 0;
  color: #474F55;
}

.articles__list {
  margin-bottom: -24px;
  position: relative;
}

.articles__item {
  width: calc(100% / 3 - 20px);
  margin-bottom: 24px;
  display: inline-flex;
  border-radius: 24px;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}
.articles__item:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.14);
}
.articles__item > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.articles__item:not(:nth-child(3n)) {
  margin-right: 24px;
}
.articles__item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #474F55;
  margin: 0;
}
.articles__item .article__content {
  width: calc(100% - 90px);
  padding: 23px;
}
.articles__item .article__content p {
  font-size: 14px;
  line-height: 1.5;
  color: #474F55;
}
.articles__item .article__content .overflow-text {
  height: 145px;
  overflow: hidden;
  position: relative;
}
.articles__item .article__content .overflow-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%), linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.articles__item .article__photo {
  width: 90px;
  min-width: 90px;
  min-height: 207px;
  max-height: 300px;
}

.location {
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location span {
  font-weight: bold;
}

.articles_date {
  position: absolute;
  bottom: 0;
  left: 23px;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.articles_date > p {
  white-space: nowrap;
}
.articles_date p:first-child {
  margin-right: 24px;
}

.article__item-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 8px;
  text-align: center;
}
.article__item-btn img {
  margin-top: calc(50% - 4px);
}

.option-default {
  display: none;
}

@media all and (max-width: 768px) {
  .articles-container {
    margin: 0;
  }
  .articles-container .articles__list {
    margin: 32px -20px;
    padding-left: 20px;
  }
  .articles-container .articles__item {
    width: 85%;
    max-width: 350px;
    margin-right: 0;
    border-radius: 10px;
  }
  .articles-container .articles__item h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .articles-container .articles__item .article__photo {
    width: 80px;
    min-width: 80px;
  }
  .articles-container .articles__item .article__content {
    padding: 16px;
  }
  .articles-container .articles__item .article__item-btn {
    right: -10px;
  }
  .articles-container .show-more-btn, .articles-container .location {
    display: none;
  }
}
.articles__filter-select {
  position: relative;
  display: inline-block;
}

.articles__filter-default {
  cursor: pointer;
  min-width: 200px;
  text-align: right;
}
.articles__filter-default:after {
  content: url(../img/arrow-select-grey.svg);
  margin-left: 16px;
}

.articles__item {
  margin-bottom: 40px;
}

.articles__filter-list {
  margin: 0;
}
.articles__filter-list li {
  cursor: pointer;
}

.articles__item-first {
  width: calc(100% / 3 * 2 - 10px);
  margin-bottom: 40px;
  margin-right: 24px;
  display: inline-flex;
  border-radius: 24px;
  transition-duration: 0.3s;
  box-shadow: 0 9px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.articles__item-first:hover {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.14);
}
.articles__item-first > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.articles__item-first h4 {
  font-size: 24px;
  font-weight: bold;
  color: #474F55;
  margin: 0;
}
.articles__item-first p {
  font-size: 14px;
  line-height: 1.5;
  color: #474F55;
}
.articles__item-first .article__content {
  width: 100%;
  padding: 23px;
}
.articles__item-first .article__content .articles_date {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.articles__item-first .article__content .articles_date p:first-child {
  margin-right: 24px;
}
.articles__item-first .article__content .articles_date span {
  font-weight: bold;
}
.articles__item-first .article__photo {
  width: 276px;
  min-width: 276px;
  min-height: 454px;
}

.article__photo[style*="background:url()"] {
  background-image: url(../img/blank.jpg) !important;
}

.articles__item:nth-child(2) {
  position: absolute;
  right: -24px;
}

.articles__item:nth-child(3) {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .articles__filter-select {
    font-size: 14px;
  }

  .articles__item-first, .articles__item {
    width: 100%;
    margin: 0 0 16px 0 !important;
    border-radius: 10px;
  }
  .articles__item-first .location, .articles__item .location {
    display: none;
  }
  .articles__item-first .article__photo, .articles__item .article__photo {
    width: 80px;
    min-width: 80px;
    min-height: 224px;
  }
  .articles__item-first .article__content, .articles__item .article__content {
    width: 100%;
  }
  .articles__item-first h4, .articles__item h4 {
    font-size: 18px;
    line-height: 1.22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .articles__item:nth-child(2) {
    position: static;
  }

  .articles__item-first .article__content .overflow-text {
    height: 145px;
    overflow: hidden;
    position: relative;
  }
  .articles__item-first .article__content .overflow-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%), linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
  }
}

/*# sourceMappingURL=articles-page.css.map */
