.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;
  }
}
.header-container {
  margin-bottom: 55px;
}

.article-header {
  display: flex;
  align-items: center;
}

.back span {
  margin-left: 15px;
}

.arrow-back-svg {
  vertical-align: middle;
}

.article-date {
  font-size: 14px;
  font-weight: bold;
  color: #474F55;
  margin-left: 25px;
}

.article-date,
.location {
  display: inline-block;
}

.location {
  max-width: 500px;
}

.article-container {
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
}
.article-container .content img {
  width: 100%;
  height: initial;
  border-radius: 10px;
  margin: 24px 0 0 0;
}

.article-bottom {
  align-items: center;
  margin: 55px 0;
}

.article__liked img {
  vertical-align: bottom;
  margin-right: 18px;
}

.article__liked span,
.article__share span {
  font-size: 16px;
  color: #474F55;
}

.article__share .social-icons {
  margin-left: 24px;
}

.separator {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background-color: #d8d8d8;
  margin: 45px 0 50px 0;
}

.article-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-share-social {
  display: flex;
  align-items: center;
}
.article-share-social > a {
  margin-left: 30px;
}

.articles__list .swiper-button-next,
.articles__list .swiper-button-prev {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  transition-duration: 0.3s;
}
.articles__list .swiper-button-next {
  background: url(../img/arrow-next.svg) no-repeat center/7px 11px;
  right: -15px;
}
.articles__list .swiper-button-prev {
  background: url(../img/arrow-prev.svg) no-repeat center/7px 11px;
  left: -15px;
}

@media all and (max-width: 768px) {
  header {
    margin-bottom: 15px;
  }

  .article-header {
    flex-direction: column;
    align-items: flex-end;
  }

  .articles__item {
    width: 85%;
    margin: 0 16px;
  }

  .location {
    white-space: normal;
    margin: 10px 0;
  }

  .article-date {
    margin-bottom: 0;
  }

  .articles_date .location {
    display: none;
  }

  .articles__list {
    margin: 32px -20px 32px 0;
  }
  .articles__list .swiper-button-next,
.articles__list .swiper-button-prev {
    display: none;
  }
}

/*# sourceMappingURL=one-article-page.css.map */
