.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

.news-page {
  position: relative;
  z-index: 5;
}
.news-page__top {
  position: relative;
  z-index: 6;
}
@media (max-width: 992px) {
  .news-page__top {
    display: none;
  }
}
.news-page__mobile-top {
  display: none;
  position: relative;
  z-index: 6;
}
@media (max-width: 992px) {
  .news-page__mobile-top {
    display: block;
    position: sticky;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 8px 20px;
    top: 52px;
  }
}
.news-page__tabs {
  flex-wrap: wrap;
}
.news-page__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid #6E2B46;
  font-family: "Fixel Text";
  font-weight: 500;
  line-height: 140%;
  color: #FFFFFF;
  transition: 0.3s;
}
.news-page__tab:hover {
  opacity: 0.8;
}
.news-page__more-categories {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 11px 12px 11px 14px;
  border: 1px solid #6E2B46;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s;
  flex-shrink: 0;
}
.news-page__more-categories:hover {
  opacity: 0.85;
}
.news-page__more-categories-left {
  min-width: 0;
}
.news-page__more-categories-count {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: #FFBF00;
  color: #18181C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}
.news-page .mob-nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #6e2b46;
  color: #FFBF00;
}
.news-page .mobile-filter-btn,
.news-page .mobile-sort-btn {
  text-decoration: none;
}
.news-page .mobile-filter-btn .left {
  width: 100%;
}
.news-page .sort-select .visible {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
}
.news-page .sort-select .text {
  color: #FFBF00;
}
.news-page .sort-select .arrow {
  color: #FFBF00;
}
.news-page .sort-select .droppdown {
  width: 224px;
  height: 337px;
  min-height: 273px;
  max-height: none;
  padding: 12px;
  box-sizing: content-box;
}
.news-page .news-item {
  position: relative;
}
.news-page .news-item:hover .news-image img {
  scale: 1.04;
}
.news-page .news-item .news-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.news-page__grid .news-item .news-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.news-page__grid .news-item .news-image {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.43;
}
.news-page__grid .news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .news-page__grid .news-item .title {
    font-size: 18px;
  }
}

.top-stories__slider {
  overflow: visible;
}

.news-date-filter {
  width: 248px;
  min-height: 337px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #6E2B46;
}
.news-date-filter--mobile {
  width: 100%;
}
.news-date-filter__head {
  margin-bottom: 12px;
}
.news-date-filter__title {
  text-align: center;
  flex: 1;
}
.news-date-filter__nav {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #FFBF00;
  cursor: pointer;
  flex-shrink: 0;
}
.news-date-filter__actions {
  margin-top: 16px;
}
.news-date-filter__actions .btn {
  min-width: 0;
  flex: 1;
}
.news-date-filter__apply {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 80px;
  background: #FFBF00;
}
.news-date-filter__reset {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 80px;
  border: 1px solid #6E2B46;
  background: #3F0C21;
}
.news-date-filter .fc {
  --fc-border-color: #6E2B46;
  --fc-page-bg-color: transparent;
  --fc-neutral-bg-color: transparent;
  --fc-button-bg-color: transparent;
  --fc-button-border-color: transparent;
  --fc-button-text-color: currentColor;
  --fc-today-bg-color: transparent;
  color: #FFFFFF;
}
.news-date-filter .fc-toolbar {
  display: none;
}
.news-date-filter .fc-scrollgrid,
.news-date-filter .fc-theme-standard td,
.news-date-filter .fc-theme-standard th {
  border-color: #6E2B46;
}
.news-date-filter .fc-col-header-cell {
  padding: 6px 0;
  background: transparent;
  border: none;
}
.news-date-filter .fc-col-header-cell .fc-col-header-cell-cushion {
  padding: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.news-date-filter .fc-theme-standard .fc-col-header {
  border: none;
  border-bottom: 1px solid #6E2B46;
}
.news-date-filter .fc-col-header-cell {
  border-bottom: 1px solid #6E2B46;
}
.news-date-filter .fc-daygrid-day {
  width: 20px;
  height: 20px;
  padding: 6px;
  box-sizing: border-box;
}
.news-date-filter .fc-daygrid-day-frame {
  width: 20px;
  height: 20px;
  min-height: unset;
  padding: 6px;
  box-sizing: border-box;
}
.news-date-filter .fc-daygrid-day-top {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}
.news-date-filter .fc-daygrid-day-number {
  padding: 0;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
.news-date-filter .fc-day-other .fc-daygrid-day-number {
  opacity: 0.35;
}
.news-date-filter .fc-daygrid-day-events {
  display: none;
}
.news-date-filter .fc .fc-daygrid-day.fc-day-today {
  background: transparent;
}
.news-date-filter .fc-daygrid-day.is-range-start .fc-daygrid-day-frame,
.news-date-filter .fc-daygrid-day.is-range-end .fc-daygrid-day-frame {
  border: none;
  outline: 1px solid #FFD761;
  outline-offset: 0;
}
.news-date-filter .fc-daygrid-day.is-in-range {
  background: #3F0C21;
}

#mobile-sort .popup {
  padding: 16px;
}
#mobile-sort .news-date-filter {
  margin-top: 40px;
  padding: 16px;
  min-height: auto;
}
#mobile-sort .news-date-filter .fc-scrollgrid,
#mobile-sort .news-date-filter .fc .fc-daygrid-body,
#mobile-sort .news-date-filter .fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}
#mobile-sort .news-date-filter .fc-daygrid-day {
  width: auto;
  height: 44px;
  padding: 0;
}
#mobile-sort .news-date-filter .fc-daygrid-day-frame {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-sort .news-date-filter .fc-daygrid-day-number {
  width: 32px;
  line-height: 32px;
}

.news-subscribe__body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.news-subscribe__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.news-subscribe__decor img {
  display: block;
  width: 100%;
  height: auto;
}
.news-subscribe__decor--desktop {
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
}
.news-subscribe__decor--desktop img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.news-subscribe__decor--mob-top {
  top: 0;
  right: 0;
  width: 40%;
}
.news-subscribe__decor--mob-top img {
  width: 100%;
  height: auto;
}
.news-subscribe__decor--mob-bottom {
  left: 0;
  bottom: 0;
  width: 40%;
}
.news-subscribe__decor--mob-bottom img {
  width: 100%;
  height: auto;
}
.news-subscribe__content {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) 356px;
  align-items: center;
}
@media (max-width: 1080px) {
  .news-subscribe__content {
    grid-template-columns: 1fr 320px;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .news-subscribe__content {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.news-subscribe__input {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .news-subscribe__input {
    border: 1px solid #C496AA;
  }
}
.news-subscribe__input::placeholder {
  color: #C496AA;
}
.news-subscribe__btn {
  width: 100%;
}

@media (max-width: 992px) {
  body.light-theme .news-subscribe__input {
    border-color: #AEAEB8;
  }
}
body.light-theme .news-subscribe__input::placeholder {
  color: #777788;
}
body.light-theme .news-date-filter .fc {
  --fc-border-color: #E4E4E8;
  color: #18181C;
}
body.light-theme .news-date-filter .fc-scrollgrid,
body.light-theme .news-date-filter .fc-theme-standard td,
body.light-theme .news-date-filter .fc-theme-standard th,
body.light-theme .news-date-filter .fc-theme-standard .fc-col-header,
body.light-theme .news-date-filter .fc-col-header-cell {
  border-color: #E4E4E8;
}
body.light-theme .news-date-filter .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #18181C;
}
body.light-theme .news-date-filter .fc-daygrid-day-number {
  color: #18181C;
  font-family: "Fixel Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
body.light-theme .news-date-filter .fc-daygrid-day.is-range-start .fc-daygrid-day-frame,
body.light-theme .news-date-filter .fc-daygrid-day.is-range-end .fc-daygrid-day-frame {
  border: 1px solid #E4E4E8;
  outline: none;
  background: #E4E4E8;
}
body.light-theme .news-date-filter .fc-daygrid-day.is-in-range {
  background: #E4E4E8;
}