.header {
  border-bottom: 1px solid var(--c-gray);
}
.single-page {
  padding: 163px 0 60px;
}
.single-page__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 133%;
}
.single-page-img {
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 20px;
}
.single-page-img img {
  object-fit: cover;
  border-radius: 20px;
}
.sp__content-top {
  margin-bottom: 30px;
}
/* .sp__content-date {
  font-size: 16px;
} */
.sp__content-share {
  height: max-content;
}
.share-title {
  /* font-size: 16px; */
  line-height: 162.5%;
  margin-right: 10px;
}
.share__list {
  font-size: 35px;
}
.share__list li:not(:last-child) {
  margin-right: 10px;
}
.sp__content-text p:not(:last-child) {
  margin-bottom: 7px;
}
.sp__content-text .size-full img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.sp__content-text .wp-block-column img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 20px;
}
.sp__content-bottom {
  justify-content: flex-end;
  margin-top: 30px;
}
.text__right {
  max-width: calc((100% - 30px) / 2);
}
.sp__socials-li {
  margin: 0 5px;
}
.socials-a {
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 35px;
}
.socials-a .icon1-telegram_1{
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.sp-full-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
/* .sp__content-text .wp-block-column img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin: 50px 0 30px;
} */
.single-page__content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 125%;
}
.single-page__content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 125%;
}
.single-page__content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 125%;
}
.single-page__content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}
.single-page__content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}
.single-page__content h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.wp-block-image.size-full {
  width: 100%;
  margin: 30px 0;
}
.wp-block-columns {
  margin: 20px 0;
}

@media screen and (max-width: 1300px) {
  .single-page {
    padding: 142px 0 52px;
  }
  .single-page__title {
    margin-bottom: 26px;
    font-size: 31px;
  }
  .single-page-img {
    height: 349px;
    margin-bottom: 44px;
    border-radius: 17px;
  }
  .share-title {
    margin-right: 9px;
  }
  .share__list {
    font-size: 31px;
  }
  .share__list li:not(:last-child) {
    margin-right: 9px;
  }
  .sp__content-text .size-full img {
    height: 270px;
    border-radius: 17px;
  }
  .sp__content-text .float-left {
    margin: 17px 26px 22px 0;
  }
  .sp__content-text .float-right {
    margin: 17px 0 22px 26px;
  }
  .socials-a .icon1-telegram_1{
    width: 31px;
    height: 31px;
    line-height: 31px;
  }
  .socials-a {
    width: 31px;
    height: 31px;
    font-size: 31px;
    line-height: 31px;
  }
  .sp__content-text .wp-block-column img {
    height: 349px;
    border-radius: 17px;
  }
  .single-page__content h1 {
    font-size: 28px;
    margin-bottom: 44px;
  }
  .single-page__content h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .single-page__content h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .single-page__content h4 {
    font-size: 16px;
  }
  .single-page__content h5 {
    font-size: 14px;
  }
  .single-page__content h6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .single-page {
    padding: 124px 0 45px;
  }
  .single-page__title {
    margin-bottom: 23px;
    font-size: 27px;
  }
  .single-page-img {
    height: 305px;
    margin-bottom: 38px;
  }
  .share-title {
    margin-right: 8px;
  }
  .share__list {
    font-size: 27px;
  }
  .share__list li:not(:last-child) {
    margin-right: 8px;
  }
  .sp__content-text .size-full img {
    height: 236px;
  }
  .sp__content-text .float-left {
    margin: 15px 23px 19px 0;
  }
  .sp__content-text .float-right {
    margin: 15px 0 19px 23px;
  }
  .socials-a .icon1-telegram_1{
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .socials-a {
    width: 27px;
    height: 27px;
    font-size: 27px;
    line-height: 27px;
  }
  .sp__content-text .wp-block-column img {
    height: 305px;
    border-radius: 15px;
  }
  .single-page__content h1 {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .single-page__content h2 {
    font-size: 20px;
    margin-bottom: 31px;
  }
  .single-page__content h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 850px) {
  .single-page {
    padding: 80px 0 64px;
  }
  .single-page__title {
    margin-bottom: 16px;
    font-size: 24px;
    order: 1;
  }
  .single-page-img {
    height: 34vw;
    margin-bottom: 16px;
    order: 2;
  }
  .sp__content-text .float-left {
    margin: 16px 0;
  }
  .wp-block-image.size-full {
    width: 100%;
    margin: 16px 0;
  }
  .sp__content-text .size-full img {
    height: 180px;
  }
  .sp__content-text .wp-block-column img {
    height: 34vw;
  }
  .single-page__content h1 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .single-page__content h2 {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .single-page__content h3 {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .wp-block-image.size-full {
  width: 100%;
  margin: 16px 0;
}
  .sp__content-top {
    margin-bottom: 16px;
    order: 3;
    width: 100%;
  }
  .sp__content-text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .sp__content-text .float-left {
    width: 100%;
  }
  .text__right {
    max-width: 100%;
  }
  .sp__content-bottom {
    margin-top: 16px;
  }
  .breadcrumbs {
    margin-bottom: 8px;
  }
  .single-page__container {
    display: flex;
    flex-direction: column;
  }
  .single-page__content {
    order: 4;
  }
}
