
.p-podcasts {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-podcasts {
    margin-top: 7.2rem;
  }
}
@media (min-width: 1220px) {
  .p-podcasts {
    padding-top: 9.6rem;
  }
}

.p-podcasts__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -3.2rem;
}
@media (min-width: 992px) {
  .p-podcasts__row {
    flex-wrap: nowrap;
  }
}

.p-podcasts__header-outer {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .p-podcasts__header-outer {
    max-width: 22rem;
    padding-right: 1.6rem;
  }
}

.p-podcasts__header-title {
  font-family: var(--font-family-button);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
@media (max-width: 767.98px) {
  .p-podcasts__header-title {
    color: black;;
    padding-bottom: 0.6rem;
    border-bottom: 0.1rem solid #ff7e2c;
    margin-bottom: 1.2rem;
  }
}

.p-podcasts__player-outer {
  margin-bottom: 1.2rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-podcasts__player-outer {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .p-podcasts__header-text-desktop {
    display: none;
  }
}

.p-podcasts__btns {
  margin-top: 4rem;
}
.p-podcasts__btns .btn {

min-width: 14.4rem;
background: #111;
color: white;
padding: 12px 24;
font-size: 16px;
font-weight: 600;
border: 0;
margin-top: 20px;
transition: 0.3s;
font-family: Roboto;
height: auto;
display: flex;
}
.p-podcasts__btns .btn:hover {
  background:#ff671d;
}
.p-archive__filters {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-archive__filters {
    margin-top: 6.4rem;
  }
}

.p-archive {
  margin-top: 3rem;
}

.p-archive__content {
  margin-top: 4rem;
}

.c-newest-news .hos-k-items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
  margin: 0;
}
@media (max-width: 992px) {
  .c-newest-news .hos-k-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .c-newest-news .hos-k-items {
    grid-template-columns: 1fr;
  }
}

.hos-k-items .hos-k-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}

.hos-k-items .hos-k-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 157;
  background: #f3f5f7;
  border-radius: 2.4rem;
  overflow: hidden;
  border: 0.1rem solid #e2e7ee;
}

.hos-k-items .hos-k-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hos-k-items .hos-k-item__media img.no-thumb {
  object-fit: contain;
  padding: 2rem;
}

.hos-k-items .hos-k-item__meta {
  color: #697289;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.hos-k-items .hos-k-item__meta a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.hos-k-items .hos-k-item__meta a::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-color: #697289;
  border-radius: 50%;
}

.hos-k-items .hos-k-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.hos-k-items .hos-k-item__title a {
  color: #070d0b;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  gap: 1.2rem;
}

.hos-k-items .hos-k-item__title svg {
  min-width: 2.4rem;
}

.hos-k-items .hos-k-item__cats {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.hos-k-items .hos-k-item__cat {
  background: #fff;
  border: 0.1rem solid #e2e7ee;
  color: #39413f;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  border-radius: 99.9rem;
  text-decoration: none;
}

.hos-k-items .hos-k-item__date {
  color: #697289;
  font-size: 1.3rem;
}

.p-archive__content .m-book-blocks--big {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  margin: 0;
}
@media (max-width: 992px) {
  .p-archive__content .m-book-blocks--big {
    grid-template-columns: 1fr;
  }
}

.p-archive__content .m-book-block--big {
  padding: 0;
  max-width: none;
}

.p-archive__content .m-book-block--big .m-book-block__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  height: 100%;
  padding: 2.4rem;
  border: 0.1rem solid #e2e7ee;
  border-radius: 2.4rem;
  background: #fff;
}

.p-archive__content .m-book-block--big .m-book-block__thumbnail {
  width: 100%;
  max-width: 18rem;
  margin: 0 auto 0 0;
  border-radius: 1.8rem;
  overflow: hidden;
  background: #f3f5f7;
}

.p-archive__content .m-book-block--big .m-book-block__thumbnail .block-ratio__media img {
  border-radius: 1.8rem;
  object-fit: cover;
}

.p-archive__content .m-book-block--big .m-book-block__title {
  margin: 0 0 1rem;
  color: #070d0b;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 500;
}

.p-archive__content .m-book-block--big .m-book-block__text {
  margin-top: 0;
  color: #697289;
  font-size: 1.3rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-archive__content .m-book-block--big .m-book-block__more-link {
  margin-top: 1.2rem;
  padding-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ff671d;
}

.p-archive__content .m-book-block--big .m-book-block__more-link a {
  color: inherit;
}

@media (max-width: 768px) {
  .p-archive__content .m-book-block--big .m-book-block__wrapper {
    grid-template-columns: 1fr;
  }
  .p-archive__content .m-book-block--big .m-book-block__thumbnail {
    margin: 0 auto 0;
  }
}
