.article-block {
  background: #fff;
}

.article-block img {
  width: 100%;
}

.article-block-content {
  word-wrap: break-word;
}

.article-block-content ol {
  margin: 1rem 2rem;
}

.article-content-editors {
  width: 100%;
  display: inline-block;
  word-break: break-all;
}

.article-content-author, .article-content-translator {
  text-align: right;
  font-style: italic;
  width: 50%;
  float: right;
}

.article-content-author a, .article-content-translator a {
  font-weight: bold;
}


.article-content-author {
  margin-top: .5rem;
  font-size: 1.15rem;
}

.article-content-translator {
  margin-bottom: .5rem;
  font-size: .90rem;
}

.article-content-translate {
  font-style: normal;
  font-weight: 400;
}

.article-content {
  margin: 1rem 0;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  margin: 1rem;
}

.article-content p img {
  margin: 0;
}

.article-content-content {
  font-size: 1.1rem;
}

.article-content-content a {
  color: #8e0000;
  border-bottom: 1px dashed #8e0000;
}

.article-content-content a:hover {
  border-bottom: 1px solid #f00;
  color: #f00;
}


.article-collection h2,
.article-content-content p,
.article-content-content h1,
.article-content-content h2,
.article-content-content h3,
.article-content-content h4,
.article-content-content h5,
.article-content-content h6 {
  padding: .5rem 1rem;
}

.article-content-content ul {
  margin: 0 2rem;
}

.article-content-content table {
  margin: auto 1rem;
}

.article-related-block {
  padding: .25rem .5rem;
  background: #8e0000;
  display: inline-block;
  margin-top: .2rem;
}

.article-related-block a,
.article-related-block a:hover {
  color: #fff;
}

.article-related-block a:hover {
  border-bottom: 1px dashed #fff;
}

.article-meta,
.article-title {
  padding: 1rem 0 0 0;
}

.article-title {
  font-size: 1.3rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.article-meta {
  font-size: .85rem;
  margin-bottom: 1rem;
}

.article-content-translator,
.article-content-author {
  padding: 0 1rem;
}


.article-icon {
  width: 20px;
  display: inline-block;
}

.article-content-list {
  padding-bottom: .2rem;
}

.article-pack {
  padding: 1rem;
}

.article-pack-item {
  padding: 0 .5rem 0 3.5rem;
}

.article-pack-item a:hover {
  border-bottom: 1px dashed #8e0000;
}

.article-block-meta {
  margin-top: 1rem;
  margin-left: 25px;
}

.article-meta {
  padding: 1rem 1rem 0;
}

/* шэринг */

.share-container {
  position: relative;
  margin-right: 1.5rem;
}

.share-block-fix {
  position: fixed;
  margin: 0 -1rem;
}

.share-item {
  display: block;
  padding: .5rem;
  width: 1.5rem;
  color: #fff;
  text-align: center;
}

.share-item a {
  color: #fff;
}

.share-item a:hover {
  color: #00fff0;
}

.article-collection {

}

/* article styles */
.article-div-flex-center {
  display: flex;
  justify-content: center;
}


/* @media */


@media all and (max-width: 479.99px){
  .article-block {
    width: 100%;
    padding-bottom: 1rem;
  }

  .article-block-meta {
    margin-left: 0;
  }
}

@media all and (min-width: 480px){
  .article-block {
    width: 90%;
  }
}

@media all and (min-width: 550px){
  .article-block {
    width: 500px;
  }
}

@media all and (min-width: 768px){
  .article-block {
    width: 80%;
  }
}

@media all and (min-width: 1050px){
  .article-block {
    width: 900px;
  }
}

@media all and (max-width: 640px){
  .share-container,
  .share-block-fix {
    width: 100%;
    margin: auto;
  }

  .share-container {
    position: fixed;
    bottom: 2rem;
    width: 100%;
  }

  .share-block-fix {
    display: flex;
    background: #fff;
    justify-content: center;
  }

  .share-item {
    display: inline-block;
    margin: auto .2rem;
  }

  .article-block-meta {
    margin-left: 0;
  }

  .article-content-author,
  .article-content-translator {
    width: 70%;
  }
}

