.placeholder {
  margin-top: 370px;
}

.article__container {
  max-width: calc(1000px + 2 * 34px);
  width: 100%;
  padding: 0 34px;
  margin: 0 auto 88px;
}

.article__container > div {
  margin-bottom: 50px;
}
.rel_items {
  position: relative;
}
.article_header_block {
  width: 100%;
  position: relative;
}

.article_header_block h2 {
  width: 100%;
  color: #0059ff;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-bottom: 9px;
}

.article_header_block h1 {
  width: 100%;
  text-align: center;
  font-size: 64px;
  line-height: 75px;
  color: #29256a;
  margin-bottom: 86px;
}

.article_header_block p {
  font-size: 1rem;
  line-height: 19px;
  font-weight: normal;
  color: black;
  margin-bottom: 41px;
}

.article_header_block .hr {
  width: 526px;
  margin: 0 auto;
  border-top: 2px solid #0059ff;
  height: 0;
  margin-bottom: 60px;
}

.article_music_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.article_music_block > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.article_music_block .image {
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}

.article_music_block .image img {
  width: 100%;
  object-fit: cover;
}

.article_music_block .txt_part {
  justify-content: flex-start;
  align-items: flex-start;
}

.article_music_block .txt_part p {
  margin-bottom: 2rem;
}

.article_music_block .txt_part iframe {
  width: 100%;
  max-width: 350px;
}

.article_image_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

.article_image_block img {
  width: 100%;
  margin: 0 0 14px;
  border-radius: 7px;
  background-color: #c4c4c4;
  max-height: 340px;
  object-fit: cover;
}

.article_image_block span {
  width: 100%;
  text-align: left;
  font-weight: 600px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.slider__container {
  width: 100%;
  position: relative;
}

.slider__container #prevButton,
.slider__container #nextButton {
  position: absolute;
  top: 50%;
  font-size: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider__container #prevButton {
  left: -1.5rem;
}

.slider__container #nextButton {
  right: -1.5rem;
}

.article_paragraph_block h3 {
  margin-bottom: 26px;
}

.article_paragraph_block.sliderItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.article_paragraph_block.sliderItem .sliderItem_image {
  max-width: calc(50% - 1rem);
  margin-right: 1rem;
}

.article_paragraph_block.sliderItem .sliderItem_image img {
  width: 100%;
}

.article_paragraph_block.sliderItem .sliderItem_text {
  max-width: calc(50% - 1rem);
  margin-left: 1rem;
}

.article_related_container {
  max-width: 1200px;
  width: 100%;
  padding: 0 34px;
  margin: 0 auto 170px;
}

.article__related__head {
  display: flex;
  margin-bottom: 32px;
  align-items: stretch;
}

.article__related__head .article__related {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  position: relative;
  text-align: left;
  color: black;
  margin-right: 25px;
}

.article__related__head .hr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article__related__head .hr span {
  width: 100%;
  height: 0;
  border-top: 2px solid black;
}

.related_block {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  height: 160px;
  position: relative;
}
.related_block .image {
  width: 160px;
  height: 100%;
  margin-right: 11px;
  background: #979797;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.related_block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.related_block .txt_part {
  width: calc(100% - 171px);
  padding: 35px 30px;
  background: #e6e6e6;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.related_block .txt_part .left {
  width: calc(100% - 270px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.related_block .txt_part .left h3 {
  font-size: 24px;
  line-height: 29px;
  color: black;
  font-weight: 700;
  margin-bottom: 15px;
}

.related_block .txt_part .left p {
  max-height: 52px;
  overflow: hidden;
}

.related_block .txt_part .right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
}

.related_block .txt_part .right a {
  text-decoration: none;
  color: white;
}

.related_block .txt_part .right a .button {
  background: #0059ff;
  box-shadow: 0px 2px 20px 2px rgba(37, 187, 188, 0.5);
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 14px 45px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .article_image_block {
    max-width: 100%;
  }

  .article_music_block .image {
    padding: 1rem;
  }

  .article_header_block .hr {
    width: 100%;
    max-width: 526px;
  }

  .article_music_block .image {
    width: 100%;
    max-height: 280px;
    padding-right: 0;
    margin-bottom: 36px;
  }
  .article_music_block .image img {
    height: 100%;
    width: unset;
    object-fit: cover;
  }
  .article_music_block .txt_part {
    width: 100%;
  }
  .article_music_block .txt_part iframe {
    margin: 0 auto;
  }

  .rel_items {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 140px;
    position: relative;
  }

  .related_block {
    flex-direction: column;
    max-width: 310px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    margin: 0 16px;
    margin-bottom: 33px;
    height: unset;
  }

  .related_block .image {
    width: 100%;
    height: 166px;
    border-radius: 7px 7px 0px 0px;
    box-shadow: none;
  }
  .related_block .txt_part {
    padding: 21px 25px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 7px 7px;
    box-shadow: none;
  }
  .related_block .txt_part .left {
    width: 100%;
    margin-bottom: 25px;
  }

  .related_block .txt_part .left p {
    max-height: 112px;
  }
}

@media screen and (max-width: 768px) {
  .article_paragraph_block.sliderItem .sliderItem_image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .article_paragraph_block.sliderItem .sliderItem_text{
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .slider__container #prevButton, .slider__container #nextButton{
    font-size: 1.5rem;
  }

  .slider__container #prevButton{
    left: -1rem;
  }

  .slider__container #nextButton{
    right: -1rem;
  }
  
}

@media screen and (max-width: 576px) {
  .related_block {
    margin: 0 auto 33px;
  }
}

@media screen and (max-width: 992px) {
  .article_header_block h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
