body {
  --wp--style--gallery-gap-default: 25px;
}

@keyframes live-blink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.65);
  }
}
.news-card {
  height: 100%;
}
@media (min-width: 576px) {
  .news-card {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) .news-card__img {
    flex-shrink: 0;
    width: 112px;
    height: 112px;
  }
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) .news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) .news-card__info {
    padding: 0;
  }
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) .news-card__title {
    font-size: 18px;
    line-height: 1;
  }
  .news-card:not(.news-card--lg-mob):not(.news-card--lg):not(.news-card--md) .news-card__desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.news-card__img img {
  width: 100%;
}
.news-card__info {
  padding-top: 16px;
}
@media (min-width: 576px) {
  .news-card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.news-card__tag {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .news-card__title {
    font-size: 26px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .news-card__title a {
    transition: color 0.25s;
  }
  .news-card__title a:hover {
    color: rgba(25, 25, 25, 0.8);
  }
}
.news-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .news-card__desc {
    flex-grow: 1;
  }
}
.news-card__date {
  margin-top: 10px;
}
.news-card--sm .news-card__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.news-card--sm .news-card__desc {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 575px) {
  .news-card--sm .news-card__tag .news-tag {
    font-size: 10px;
    line-height: 1;
  }
}
.news-card--md .news-card__title {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.news-card--md .news-card__desc {
  font-size: 14px;
  line-height: 21px;
  max-width: 394px;
}
.news-card--lg {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .news-card--lg:hover .news-card__info {
    background-color: rgba(255, 241, 237, 0.6);
  }
}
@media (max-width: 575px) {
  .news-card--lg {
    gap: 0 !important;
  }
}
@media (max-width: 575px) {
  .news-card--lg .news-card__img {
    width: 100% !important;
    height: auto !important;
  }
  .news-card--lg .news-card__img img {
    height: auto !important;
    object-fit: contain !important;
  }
}
@media (max-width: 991px) {
  .news-card--lg .news-card__title {
    font-size: 28px !important;
    line-height: 25px !important;
  }
}
.news-card--lg .news-card__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF1ED;
  padding: 42px;
}
@media (hover: hover) {
  .news-card--lg .news-card__info {
    transition: background-color 0.25s;
  }
}
@media (max-width: 991px) {
  .news-card--lg .news-card__info {
    padding: 32px 20px !important;
  }
}
.news-card--lg .news-card__tag {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .news-card--lg .news-card__tag {
    margin-bottom: 12px;
  }
}
.news-card--lg .news-card__desc {
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .news-card--lg .news-card__desc {
    margin-top: 10px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.news-card--lg .news-card__date {
  margin-top: 20px;
  color: rgba(25, 25, 25, 0.8);
}
.dark-theme .news-card--lg .news-card__date {
  color: #BEBEBE;
}
@media (max-width: 991px) {
  .news-card--lg .news-card__date {
    margin-top: 16px;
  }
}
@media (hover: hover) {
  .news-card--longrid:hover .news-card__info {
    background-color: rgba(245, 245, 245, 0.6);
  }
}
.news-card--longrid .news-card__info {
  background-color: #F5F5F5;
}
.news-card--longrid .news-card__info .news-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-card--longrid .news-card__info .news-card__date {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (hover: hover) {
  .news-card--test:hover .news-card__info {
    background-color: rgba(210, 225, 242, 0.18);
  }
}
.news-card--test .news-card__info {
  background-color: rgba(210, 225, 242, 0.24);
}

.hero-card {
  height: 100%;
  background-color: #F5F5F5;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .hero-card {
    transition: background-color 0.25s;
  }
  .hero-card:hover {
    background-color: rgba(245, 245, 245, 0.6);
  }
}
.hero-card__img img {
  width: 100%;
}
.hero-card__info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 991px) {
  .hero-card__info {
    padding: 32px 20px;
  }
}
.hero-card__content {
  width: 100%;
  max-width: 414px;
}
.hero-card__tag {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .hero-card__tag {
    margin-bottom: 12px;
  }
}
.hero-card__desc {
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .hero-card__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .hero-card__desc {
    margin-top: 10px;
  }
}
.hero-card__date {
  margin-top: 20px;
  color: rgba(25, 25, 25, 0.8);
}
@media (max-width: 991px) {
  .hero-card__date {
    margin-top: 16px;
  }
}

.text-card {
  display: block;
}
@media (hover: hover) {
  .text-card:hover .text-card__title {
    opacity: 0.8;
  }
  .text-card:hover .text-card__desc:first-child {
    opacity: 0.8;
  }
}
.text-card.text-card--hot .text-card__desc {
  color: #FA6E4B;
}
@media (hover: hover) {
  .text-card--most-reading:hover .text-card__title {
    color: #FA6E4B;
  }
  .text-card--most-reading:hover .text-card__desc:first-child {
    color: #FA6E4B;
  }
}
.text-card__title {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}
@media (hover: hover) {
  .text-card__title {
    transition: opacity 0.25s;
  }
}
.text-card__desc {
  margin-top: 7px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
@media (hover: hover) {
  .text-card__desc {
    transition: opacity 0.25s;
  }
}
.text-card__desc:first-child {
  margin-top: 0;
}
.text-card__date {
  margin-top: 8px;
}

.video-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .video-card:hover .video-card__bg::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .video-card {
    color: #191919;
    height: auto;
    max-width: 635px;
  }
}
.video-card__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .video-card__bg {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.video-card__bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, rgba(2, 1, 0, 0) 48.72%, rgba(2, 1, 0, 0.7) 74.13%);
}
@media (max-width: 991px) {
  .video-card__bg::before {
    display: none;
  }
}
.video-card__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, rgba(2, 1, 0, 0) 0%, rgba(2, 1, 0, 0.9) 100%);
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) {
  .video-card__bg::after {
    transition: opacity 0.25s, visibility 0.25s;
  }
}
@media (max-width: 991px) {
  .video-card__bg::after {
    display: none;
  }
}
.video-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .video-card__bg img {
    height: auto;
    object-fit: contain;
  }
}
.video-card__info {
  padding: 30px;
}
@media (max-width: 991px) {
  .video-card__info {
    padding: 16px 0 0;
  }
}
.video-card__logo {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .video-card__logo img:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .video-card__logo img:last-child {
    display: none;
  }
}
.video-card__title {
  font-size: 26px !important;
  line-height: 24px !important;
}
.video-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.video-card__date {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .video-card__date {
    padding-top: 0;
    border: 0;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    color: rgba(25, 25, 25, 0.35);
  }
}

.audio-card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.audio-card__img {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .audio-card__img {
    width: 72px;
    height: 72px;
  }
}
.audio-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-card__info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.audio-card__title {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .audio-card__title {
    font-size: 18px;
    line-height: 16px;
  }
}
@media (hover: hover) {
  .audio-card__title a {
    transition: color 0.25s;
  }
  .audio-card__title a:hover {
    color: rgba(25, 25, 25, 0.8);
  }
}
.audio-card__desc {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.35);
}
@media (max-width: 575px) {
  .audio-card__desc {
    margin-top: 10px;
    font-size: 10px;
  }
}
.audio-card__desc b {
  font-weight: 400;
  color: #FA6E4B;
}
.audio-card__btn {
  flex-shrink: 0;
}

.quotes-card {
  background-color: #EDF3FA;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .quotes-card {
    transition: background-color 0.25s;
  }
  .quotes-card:hover {
    background-color: rgba(237, 243, 250, 0.7);
  }
}
@media (max-width: 575px) {
  .quotes-card {
    flex-direction: row;
    gap: 20px;
  }
}
.quotes-card__img {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .quotes-card__img {
    width: 70px;
    height: 70px;
    margin: 0;
  }
}
.quotes-card__img:last-child {
  margin-bottom: 0;
}
.quotes-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .quotes-card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .quotes-card__info {
    flex-grow: 1;
    align-self: center;
  }
}
.quotes-card__title {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 991px) {
  .quotes-card__title {
    font-size: 22px;
    line-height: 1;
  }
}
.quotes-card__title a::before, .quotes-card__title span::before {
  content: "";
  display: inline-block;
  margin-right: 11px;
  width: 20px;
  height: 17px;
  background: url(../img/quotes-icon.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .quotes-card__title a::before, .quotes-card__title span::before {
    width: 17px;
    height: 14px;
    background: url(../img/quotes-icon-small.svg) center center no-repeat;
    background-size: contain;
    margin-right: 8px;
  }
}
@media (hover: hover) {
  .quotes-card__title a {
    transition: color 0.25s;
  }
  .quotes-card__title a:hover {
    color: rgba(25, 25, 25, 0.8);
  }
}
.quotes-card__author {
  margin-top: 10px;
  color: rgba(25, 25, 25, 0.35);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}
@media (max-width: 575px) {
  .quotes-card__author span {
    width: 100%;
  }
}
.quotes-card--text {
  background-color: transparent !important;
  padding: 0;
}
.quotes-card--text .quotes-card__title {
  font-size: 22px;
  line-height: 1;
}
.quotes-card--text .quotes-card__title a::before, .quotes-card--text .quotes-card__title span::before {
  width: 17px;
  height: 14px;
  background: url(../img/quotes-icon-small.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.quotes-card--text .quotes-card__author {
  margin-top: 8px;
}
.quotes-card--catalog {
  padding: 25px;
}
@media (max-width: 575px) {
  .quotes-card--catalog {
    padding: 24px 20px 20px;
  }
}
.quotes-card--lg {
  padding: 40px 20px;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .quotes-card--lg {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .quotes-card--lg {
    padding: 20px;
    display: block;
  }
}
.quotes-card--lg .quotes-card__info {
  flex-grow: 1;
  align-self: center;
}
.quotes-card--lg .quotes-card__img {
  width: 172px;
  height: 172px;
  margin: 0;
}
@media (min-width: 992px) {
  .quotes-card--lg .quotes-card__img {
    align-self: center;
  }
}
@media (max-width: 575px) {
  .quotes-card--lg .quotes-card__img {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
  }
  .quotes-card--lg .quotes-card__img:last-child {
    margin-bottom: 0;
  }
}
.quotes-card--lg .quotes-card__author {
  gap: 8px 16px;
}
@media (max-width: 575px) {
  .quotes-card--lg .quotes-card__author span {
    width: auto;
  }
}

.vacancy-card {
  padding: 20px 0;
  border-top: 1px solid rgba(25, 25, 25, 0.1);
}
.vacancy-card__header {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 8px 25px;
  position: relative;
}
@media (hover: hover) {
  .vacancy-card__header:hover .vacancy-card__title {
    color: #FA6E4B;
  }
}
@media (max-width: 767px) {
  .vacancy-card__header {
    flex-wrap: wrap;
  }
}
.vacancy-card__header.active .vacancy-card__desc svg {
  transform: rotate(180deg);
}
.vacancy-card__title {
  width: calc(40% - 81px);
  flex-shrink: 0;
}
@media (hover: hover) {
  .vacancy-card__title {
    transition: color 0.25s;
  }
}
@media (max-width: 991px) {
  .vacancy-card__title {
    font-size: 22px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .vacancy-card__title {
    width: 100%;
  }
}
.vacancy-card__desc {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(25, 25, 25, 0.35);
}
.vacancy-card__desc svg {
  flex-shrink: 0;
  transition: transform 0.25s;
}
@media (max-width: 767px) {
  .vacancy-card__desc svg {
    position: absolute;
    top: -4px;
    right: 0;
  }
}
.vacancy-card__dropdown {
  display: none;
}
.vacancy-card__content {
  padding-top: 32px;
  padding-left: calc(40% - 56px);
}
@media (max-width: 767px) {
  .vacancy-card__content {
    padding-left: 0;
    padding-bottom: 12px;
  }
}
.vacancy-card__row {
  align-items: flex-start;
}
.vacancy-card__col {
  width: 50%;
}
@media (max-width: 575px) {
  .vacancy-card__col {
    width: 100%;
  }
}
.vacancy-card__sub {
  font-size: 10px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.35);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vacancy-card__sub:last-child {
  margin-bottom: 0;
}
.vacancy-card__list {
  font-size: 16px;
  line-height: 22px;
}
.vacancy-card__list ul li {
  margin-bottom: 25px;
}
.vacancy-card__list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .vacancy-card__list ul li {
    margin-bottom: 0;
  }
}
.vacancy-card__btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .vacancy-card__btn {
    margin-top: 16px;
  }
}

.catalog-card {
  display: flex;
  align-items: flex-start;
  gap: 8px 16px;
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}
@media (hover: hover) {
  .catalog-card:hover .catalog-card__title {
    opacity: 0.8;
  }
}
@media (max-width: 575px) {
  .catalog-card {
    flex-wrap: wrap;
  }
}
.catalog-card__date {
  flex-shrink: 0;
  margin-top: 2px;
  padding: 6px;
  background-color: rgba(210, 225, 242, 0.24);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(25, 25, 25, 0.35);
}
@media (min-width: 576px) {
  .catalog-card__date {
    min-width: 114px;
    text-align: center;
  }
}
.catalog-card__title {
  font-size: 16px;
  line-height: 24px;
}
@media (hover: hover) {
  .catalog-card__title {
    transition: opacity 0.25s;
  }
}
@media (max-width: 575px) {
  .catalog-card__title {
    width: 100%;
  }
}

.actual-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.actual-card__info {
  flex-grow: 1;
}
.actual-card__img {
  width: 174px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .actual-card__img {
    width: 90px;
    height: 90px;
  }
}
.actual-card__img img {
  width: 100%;
}
@media (max-width: 575px) {
  .actual-card__img img {
    height: 100%;
    object-fit: cover;
  }
}
.actual-card__tag {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .actual-card__tag {
    margin-bottom: 8px;
  }
}
.actual-card__tag .news-tag {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3px;
}
@media (hover: hover) {
  .actual-card__title a {
    transition: opacity 0.25s;
  }
  .actual-card__title a:hover {
    opacity: 0.8;
  }
}
.actual-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}
.actual-card__date {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .actual-card__date {
    margin-top: 10px;
  }
}

.podcasts-card {
  background-color: #F5F5F5;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .podcasts-card {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    gap: 16px 10px;
  }
}
.podcasts-card__img {
  width: calc(40% - 81px);
  min-width: 270px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .podcasts-card__img {
    min-width: 0;
    width: 125px;
  }
}
.podcasts-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcasts-card__content {
  flex-grow: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .podcasts-card__content {
    padding: 0;
    width: calc(100% - 135px);
  }
}
.podcasts-card__title {
  font-size: 32px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .podcasts-card__title {
    font-size: 22px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .podcasts-card__title {
    font-size: 22px;
    line-height: 20px;
  }
}
@media (hover: hover) {
  .podcasts-card__title a {
    transition: opacity 0.25s;
  }
  .podcasts-card__title a:hover {
    opacity: 0.8;
  }
}
.podcasts-card__desc {
  margin-top: 16px;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .podcasts-card__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .podcasts-card__desc {
    min-height: 120px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .podcasts-card__top .podcasts-card__desc {
    display: none;
  }
}
.podcasts-card__bottom {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .podcasts-card__bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .podcasts-card__bottom {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .podcasts-card__bottom .podcasts-card__col {
    display: none;
  }
}
.podcasts-card__count {
  color: #A7A7A7;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  .podcasts-card__count {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .podcasts-card__count {
    margin: 0;
  }
}
.podcasts-card__count span:last-child {
  color: rgba(25, 25, 25, 0.8);
}
.dark-theme .podcasts-card__count span:last-child {
  color: #fff;
}
.podcasts-card__col {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1199px) {
  .podcasts-card__col {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .podcasts-card__col {
    gap: 20px;
  }
}
.podcasts-card__col:last-child {
  margin-left: auto;
}
.podcasts-card__media {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .podcasts-card__media {
    gap: 10px;
  }
}
@media (hover: hover) {
  .podcasts-card__media-item {
    transition: opacity 0.25s;
  }
  .podcasts-card__media-item:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .podcasts-card__media-item {
    width: 22px;
  }
}
@media (max-width: 1199px) {
  .podcasts-card__btn:last-child {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .podcasts-card__btn .arrow-btn {
    font-size: 16px;
  }
}
.podcasts-card__mob {
  width: 100%;
}
@media (min-width: 768px) {
  .podcasts-card__mob {
    display: none;
  }
}
.podcasts-card__mob .podcasts-card__col {
  margin-top: 20px;
}

.merch-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.merch-card__img img {
  width: 100%;
}
@media (max-width: 575px) {
  .merch-card__img img {
    min-height: 300px;
    object-fit: cover;
  }
}
.merch-card__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media (max-width: 991px) {
  .merch-card__info {
    padding: 10px 20px 20px;
  }
}
.merch-card__sub {
  font-family: "Golos Text Holod", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.merch-card__price {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #A7A7A7;
}
.merch-card__btn {
  margin-top: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .merch-card__btn {
    margin-top: 10px;
  }
}

.hero-catalog__main-title {
  color: var(--Black, #191919);
  font-family: "Cormorant Garamond Holod", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 28.8px */
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .hero-catalog__main-title {
    margin-bottom: 20px;
  }
}
.hero-catalog__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .hero-catalog__row {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
}
@media (max-width: 991px) {
  .hero-catalog__col {
    margin-bottom: 32px;
  }
}
.hero-catalog__left {
  width: 25%;
}
@media (max-width: 991px) {
  .hero-catalog__left {
    width: 100%;
    order: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .hero-catalog__left {
    display: block;
  }
}
.hero-catalog__center {
  width: 50%;
}
@media (max-width: 1199px) {
  .hero-catalog__center {
    width: 41.6666666667%;
  }
}
@media (max-width: 991px) {
  .hero-catalog__center {
    width: 100%;
    order: 1;
  }
}
.hero-catalog__right {
  width: 25%;
}
@media (max-width: 1199px) {
  .hero-catalog__right {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .hero-catalog__right {
    width: 100%;
    order: 2;
  }
}
.hero-catalog__left-col {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .hero-catalog__left-col {
    width: calc(50% - 12.5px);
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .hero-catalog__left-col {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.hero-catalog__left-col:last-child {
  margin-bottom: 0;
}
.hero-catalog__right-wrap {
  border-top: 1px solid #FA6E4B;
}
@media (min-width: 992px) {
  .hero-catalog__right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.hero-catalog__right-top {
  display: flex;
  align-items: flex-start;
  padding-top: 11px;
  margin-bottom: 16px;
}
.hero-catalog__right-top:last-child {
  margin-bottom: 0;
}
.hero-catalog__right-col {
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}
.hero-catalog__right-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-catalog__right-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.hero-catalog.hero-catalog--service .hero-catalog__right-col:first-of-type {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .hero-catalog.hero-catalog--service .hero-catalog__right-col:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-catalog.hero-catalog--service .hero-catalog__right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-catalog.hero-catalog--service .hero-catalog__right-wrap .hero-catalog__right-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.other-news.section-bg {
  background-color: #F5F5F5;
}
@media (max-width: 575px) {
  .other-news--hide {
    display: none;
  }
}
.other-news__row {
  margin-bottom: -16px;
}
@media (max-width: 575px) {
  .other-news__row {
    margin-bottom: -12px;
  }
}
.other-news__col {
  width: 25%;
  margin-bottom: 16px;
}
.other-news__col .news-card {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .other-news__col:nth-child(-n+4) .news-card {
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .other-news__col {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .other-news__col:nth-child(-n+2) .news-card {
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .other-news__col {
    width: 100%;
    margin-bottom: 12px;
  }
  .other-news__col:first-child .news-card {
    padding-top: 0;
    border-top: 0;
  }
  .other-news__col .news-card {
    padding-top: 16px;
  }
}

.most-news__row {
  align-items: flex-start;
  margin-bottom: -32px;
}
.most-news__col {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .most-news__col {
    width: 100%;
  }
}
.most-news__left {
  width: 75%;
}
@media (max-width: 1199px) {
  .most-news__left {
    width: 66.6666666667%;
  }
}
.most-news__right {
  width: 25%;
}
@media (max-width: 1199px) {
  .most-news__right {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .most-news .hero-catalog__right-wrap {
    margin-top: -25px;
    border: 0;
  }
}
@media (max-width: 575px) {
  .most-news .hero-catalog__right-wrap .hero-catalog__right-col:nth-child(1n+8) {
    display: none;
  }
}
@media (min-width: 992px) {
  .most-news .hero-catalog__right-top {
    display: none;
  }
}
@media (min-width: 992px) {
  .most-news .hero-catalog__right-list {
    padding-top: 10px;
    border-top: 1px solid rgba(25, 25, 25, 0.08);
  }
}
.most-news .other-news__col {
  width: 33.3333333%;
}
.most-news .other-news__col .news-card {
  padding-top: 25px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}
@media (min-width: 1200px) {
  .most-news .other-news__col:nth-child(-n+3) .news-card {
    padding-top: 0 !important;
    border-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .most-news .other-news__col {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .most-news .other-news__col:nth-child(-n+2) .news-card {
    padding-top: 0 !important;
    border-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .most-news .other-news__col {
    width: 100%;
  }
  .most-news .other-news__col:first-child .news-card {
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  .most-news .other-news__col:nth-child(1n+5) {
    display: none;
  }
  .most-news .other-news__col .news-card {
    padding-top: 16px !important;
  }
}

.videos-podcasts.section-bg {
  background-color: rgba(210, 225, 242, 0.24);
}
.videos-podcasts__row {
  align-items: stretch;
}
@media (max-width: 991px) {
  .videos-podcasts__row {
    margin-bottom: -32px;
  }
}
.videos-podcasts__col {
  width: 50%;
}
@media (max-width: 991px) {
  .videos-podcasts__col {
    width: 100%;
    margin-bottom: 32px;
  }
}
.videos-podcasts__left {
  display: flex;
  flex-direction: column;
}
.videos-podcasts__mob-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .videos-podcasts__mob-title {
    display: none;
  }
}
.videos-podcasts__mob-title:last-child {
  margin-bottom: 0;
}
.videos-podcasts__video {
  flex-grow: 1;
}
.videos-podcasts__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
@media (max-width: 991px) {
  .videos-podcasts__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .videos-podcasts__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.videos-podcasts__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .videos-podcasts__btn {
    margin-top: 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #FA6E4B;
    justify-content: flex-start;
  }
}

.grid-news.section-bg {
  background-color: #F5F5F5;
}
.grid-news__row {
  align-items: stretch;
}
@media (min-width: 992px) {
  .grid-news__row {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .grid-news__row {
    margin-bottom: -24px;
  }
}
.grid-news__col {
  width: 50%;
}
@media (min-width: 992px) {
  .grid-news__col {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .grid-news__col {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .grid-news__left .news-card.news-card--lg {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .grid-news__left .news-card.news-card--lg .news-card__img {
    width: calc(50% - 12.5px);
    flex-shrink: 0;
  }
  .grid-news__left .news-card.news-card--lg .news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-news__left .news-card.news-card--lg .news-card__info {
    padding: 25px 40px;
  }
}
@media (max-width: 991px) {
  .grid-news__left {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-news__main {
  height: 100%;
}
.grid-news__list-row {
  align-items: stretch;
}
@media (max-width: 575px) {
  .grid-news__list-row {
    margin: 0;
  }
}
.grid-news__list-col {
  width: 50%;
}
@media (min-width: 992px) {
  .grid-news__list-col {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .grid-news__list-col {
    width: 100%;
    padding: 0 0 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  }
  .grid-news__list-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .grid-news__list-col .news-card {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.grid-news__list-col .news-card {
  height: 100%;
}
@media (max-width: 991px) {
  .grid-news__list-col .news-card {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .grid-news__list-col:nth-child(1n+3) .news-card {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.most-reading.section-bg {
  background-color: #F5F5F5;
}
.most-reading__row {
  align-items: stretch;
}
@media (min-width: 992px) {
  .most-reading__row {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .most-reading__row {
    margin-bottom: -24px;
  }
}
.most-reading__col {
  width: 50%;
}
@media (min-width: 992px) {
  .most-reading__col {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .most-reading__col {
    width: 100%;
    margin-bottom: 24px;
  }
}
.most-reading__main-col {
  width: 75%;
}
@media (max-width: 991px) {
  .most-reading__main-col {
    width: 100%;
  }
}
.most-reading__news-title {
  color: #343132;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin-bottom: 16px;
}
.most-reading__news-col.-mobile- {
  display: none;
}
@media (max-width: 991px) {
  .most-reading__news-col.-mobile- {
    display: block;
  }
}
@media (max-width: 991px) {
  .most-reading__news-col.-desktop- {
    display: none;
  }
}
.most-reading__news-col {
  width: 25%;
}
@media (max-width: 991px) {
  .most-reading__news-col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .most-reading__left .news-card.news-card--lg {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .most-reading__left .news-card.news-card--lg .news-card__img {
    width: calc(50% - 12.5px);
    flex-shrink: 0;
  }
  .most-reading__left .news-card.news-card--lg .news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .most-reading__left .news-card.news-card--lg .news-card__info {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .most-reading__left {
    margin-left: auto;
    margin-right: auto;
  }
}
.most-reading__main {
  height: 100%;
}
.most-reading__list-row {
  align-items: stretch;
}
@media (max-width: 575px) {
  .most-reading__list-row {
    margin: 0;
  }
}
.most-reading__list-col {
  width: 50%;
}
@media (min-width: 992px) {
  .most-reading__list-col {
    width: 33.333333333%;
  }
}
@media (max-width: 575px) {
  .most-reading__list-col {
    width: 100%;
    padding: 0 0 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  }
  .most-reading__list-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .most-reading__list-col .news-card {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.most-reading__list-col .news-card {
  height: 100%;
}
@media (max-width: 991px) {
  .most-reading__list-col .news-card {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 991px) {
  .most-reading__list-col:nth-child(1n+3) .news-card {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.most-reading__main-title {
  color: var(--Black, #191919);
  font-family: "Cormorant Garamond Holod", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 28.8px */
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .most-reading__main-title {
    margin-bottom: 20px;
  }
}
.most-reading__title {
  margin-top: 26px;
}
.most-reading__row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .most-reading__row {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
}
@media (max-width: 991px) {
  .most-reading__col {
    margin-bottom: 32px;
  }
}
.most-reading__left {
  width: 25%;
}
@media (max-width: 991px) {
  .most-reading__left {
    width: 100%;
    order: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .most-reading__left {
    display: block;
  }
}
.most-reading__center {
  width: 50%;
}
@media (max-width: 1199px) {
  .most-reading__center {
    width: 41.6666666667%;
  }
}
@media (max-width: 991px) {
  .most-reading__center {
    width: 100%;
    order: 1;
  }
}
.most-reading__right {
  width: 25%;
  /* @include xl {
       width: calc(100% / 12 * 4);
   }*/
}
@media (max-width: 991px) {
  .most-reading__right {
    width: 100%;
    order: 2;
  }
}
.most-reading__left-col {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .most-reading__left-col {
    width: calc(50% - 12.5px);
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .most-reading__left-col {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.most-reading__left-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .most-reading__right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.most-reading__right-top {
  display: flex;
  align-items: flex-start;
  padding-top: 11px;
  margin-bottom: 16px;
}
.most-reading__right-top:last-child {
  margin-bottom: 0;
}
.most-reading__right-col {
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}
.most-reading__right-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .most-reading__right-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.most-reading.hero-catalog--service .hero-catalog__right-col:first-of-type {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .most-reading.hero-catalog--service .hero-catalog__right-col:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .most-reading.hero-catalog--service .hero-catalog__right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .most-reading.hero-catalog--service .hero-catalog__right-wrap .hero-catalog__right-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.quotes.section-bg {
  background-color: #F5F5F5;
}
.quotes__row {
  align-items: stretch;
}
@media (max-width: 575px) {
  .quotes__row {
    margin-bottom: -15px;
  }
}
.quotes__col {
  width: 25%;
}
@media (max-width: 1199px) {
  .quotes__col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .quotes__col {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .quotes__col:last-child {
    margin-top: 17px;
  }
}
.quotes__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quotes__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.quotes__item:last-child {
  margin-bottom: 0;
}

.most-popular.section-bg {
  background-color: #F5F5F5;
}
.most-popular__row {
  align-items: stretch;
}
@media (max-width: 991px) {
  .most-popular__row {
    margin-bottom: -32px;
  }
}
@media (max-width: 991px) {
  .most-popular__col {
    margin-bottom: 32px;
  }
}
.most-popular__left {
  width: 75%;
}
@media (max-width: 991px) {
  .most-popular__left {
    width: 100%;
  }
}
.most-popular__right {
  width: 25%;
}
@media (max-width: 991px) {
  .most-popular__right {
    width: 100%;
  }
}
.most-popular__cards-row {
  align-items: stretch;
}
@media (max-width: 575px) {
  .most-popular__cards-row {
    margin: 0;
  }
}
.most-popular__cards-col {
  width: 50%;
}
@media (max-width: 575px) {
  .most-popular__cards-col {
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .most-popular__cards-col:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.most-popular__top {
  padding-top: 12px;
  margin-bottom: 16px;
}
.most-popular__item {
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.most-popular__item:last-child {
  margin-bottom: 0;
}

.partners-news.section-bg {
  background-color: #F5F5F5;
}
