@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

.magazine-page-wrapper {
  font-family: "Noto Sans SC", sans-serif;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.magazine-page-wrapper .banner {
  width: 100%;
  position: relative;
}
.magazine-page-wrapper .banner .photo {
  width: 100%;
}
.magazine-page-wrapper .banner .btn-read-magazine {
  width: 250px;
  height: 50px;
  display: block;
  position: absolute;
  left: calc(50% - 125px);
  bottom: 14%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #800309;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  line-height: 44px;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 920px) {
  .magazine-page-wrapper .banner .btn-read-magazine {
    bottom: -60px;
  }
}
.magazine-page-wrapper .banner .btn-read-magazine:hover {
  background-color: #BDBDBD;
}
.magazine-page-wrapper .content-wrapper {
  padding: 80px 15px 130px 15px;
  overflow: hidden;
}
.magazine-page-wrapper .content-wrapper .btn-read-magazine {
  color: #800309;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.magazine-page-wrapper .content-wrapper .btn-read-magazine:hover {
  text-decoration: underline;
}
.magazine-page-wrapper .content-wrapper .about-edition {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.magazine-page-wrapper .content-wrapper .about-edition .title {
  margin-right: 20px;
  color: #800309;
  font-size: 24px;
  font-weight: 500px;
  line-height: 150%;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .about-edition .title {
    width: 100%;
    margin-right: 0;
  }
}
.magazine-page-wrapper .content-wrapper .about-edition .info {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .about-edition .info {
    max-width: 100%;
  }
}
.magazine-page-wrapper .content-wrapper .about-edition .info .text {
  color: #212529;
  font-size: 18px;
  line-height: 160%;
}
.magazine-page-wrapper .content-wrapper .edition {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
.magazine-page-wrapper .content-wrapper .edition .title {
  margin-right: 20px;
  color: #800309;
  font-size: 24px;
  font-weight: 500px;
  line-height: 150%;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .edition .title {
    width: 100%;
    margin-right: 0;
  }
}
.magazine-page-wrapper .content-wrapper .edition .info {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .edition .info {
    max-width: 100%;
  }
}
.magazine-page-wrapper .content-wrapper .edition .authors {
  margin-bottom: 40px;
  list-style-type: none;
}
.magazine-page-wrapper .content-wrapper .edition .authors .author {
  color: #212529;
  font-size: 18px;
  line-height: 170%;
}
.magazine-page-wrapper .content-wrapper .edition .authors .author:first-child {
  margin-bottom: 20px;
}
.magazine-page-wrapper .content-wrapper .overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine-page-wrapper .content-wrapper .overview .title {
  margin-right: 20px;
  color: #800309;
  font-size: 24px;
  font-weight: 500px;
  line-height: 150%;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .overview .title {
    width: 100%;
    margin-right: 0;
  }
}
.magazine-page-wrapper .content-wrapper .overview .info {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .overview .info {
    max-width: 100%;
  }
}
.magazine-page-wrapper .content-wrapper .overview .info .text {
  margin-bottom: 50px;
  color: #212529;
  font-size: 18px;
  line-height: 160%;
}
.magazine-page-wrapper .content-wrapper .overview .info .photo-wrapper {
  width: 100%;
  height: 510px;
  margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
  .magazine-page-wrapper .content-wrapper .overview .info .photo-wrapper {
    height: 400px;
  }
}
.magazine-page-wrapper .content-wrapper .overview .info .photo-wrapper .photo {
  width: 100%;
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-page-wrapper .content-wrapper .overview .info .photo-wrapper .label {
  color: #212529;
  font-size: 12px;
  text-decoration: none;
}
.magazine-page-wrapper .content-wrapper .overview .info .photo-wrapper .label:hover {
  text-decoration: underline;
}
.magazine-page-wrapper .content-wrapper .overview .info .description {
  margin-bottom: 50px;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.magazine-page-wrapper .content-wrapper .about-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine-page-wrapper .content-wrapper .about-author .author-info {
  margin-right: 20px;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .about-author .author-info {
    width: 100%;
    margin-right: 0;
  }
}
.magazine-page-wrapper .content-wrapper .about-author .author-info .photo {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-page-wrapper .content-wrapper .about-author .author-info .name,
.magazine-page-wrapper .content-wrapper .about-author .author-info .post {
  color: #212529;
  font-size: 18px;
  line-height: 160%;
}
.magazine-page-wrapper .content-wrapper .about-author .info {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1170px) {
  .magazine-page-wrapper .content-wrapper .about-author .info {
    max-width: 100%;
  }
}
.magazine-page-wrapper .content-wrapper .about-author .info .text {
  margin-bottom: 50px;
  color: #212529;
  font-size: 18px;
  line-height: 160%;
}

.magazine-page-wrapper .content-wrapper .info .text {
  color: #212529;
  font-size: 18px;
  line-height: 160%;
}

.magazine-page-wrapper .banner .btn-read-magazine {
    outline: none;
}

.magazine-page-wrapper .content-wrapper .info {
  max-width: 1050px !important;
}

.magazine-page-wrapper .content-wrapper .about-author .author-info .name {
  text-align: center;
  color: #800309;
}

.magazine-page-wrapper .content-wrapper .edition {
  margin-bottom: 50px;
}

.counter:last-child {
  margin-left: auto;
}

.magazine-page-wrapper .content-wrapper .overview .info a {
  color: #800309;
  text-decoration: none;
}