@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/*
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/fonts/PT_Sans-Web-Regular.ttf) format('ttf');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} */

body {
  margin: 0;
  background-color: #f0f0f0;
  font-family: 'PT Sans', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #8e0000;
}

p {
  margin: .3rem;
}

.row-full {
  width: 100%
}

.base-shadow {
  box-shadow: 0px 0px 6px -4px #636363
}

.main-content {
  margin: 2em 0 0;
}

/*blockquote {*/
/*  margin: 0;*/
/*  padding: .5rem;*/
/*  background: #e7e7e7;*/
/*}*/

/*blockquote h3 {*/
/*  margin: .5rem;*/
/*  font-weight: 400;*/
/*}*/

blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: auto 0;
  position: relative;
}

blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: .3rem 0;
}

.footnotes {
  padding: 0 1rem;
}

.footnotes h2 {
  font-size: 1.3rem;
}

.footnotes li {
  font-size: .75rem;
}

.footnotes-button-item {
  max-width: 86px;
  text-align: center;
  background: #8e0000;
  color: #fff;
  padding: .2rem 1rem;
  font-size: .8rem;
  font-weight: 400;
  cursor: pointer;
}

.main-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100
}

.main-loading .el-loading-mask {
  background-color: rgba(240,240,240,0.5);
}

.main-loading .el-loading-spinner .path,
.el-loading-spinner .path {
  stroke: #8e0000;
}

.main-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.main-splash {
  z-index: 3000;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.main-fade-enter-active, .main-fade-leave-active {
  transition: opacity .5s;
}

.main-fade-enter, .main-fade-leave-to {
  opacity: 0;
}

.main-item-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;

}

.main-item-youtube iframe,
.main-item-youtube object,
.main-item-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.author-article .main-item-block .main-item-cover .main-item-cover-category {
  left: auto;
  right: 10px;
}

.main-fixed-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}

.button-more {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.button-more span {
  border: 1px solid #cbcbcb;
  padding: .5rem;
  border-radius: 5px;
  cursor: pointer;
}

.button-more span:active {
  background: #e7e7e7;
}

.counter {
  text-align: center;
  margin-top: 2rem;
}

@media all and (max-width: 479.99px){
  .main-content {
    margin: 0;
  }
}
