.breadcrumbs__container,
.quick-filters__container,
.offer-carousel__container,
.compare-table__container,
.hub-overview__container {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
@media(max-width:1650.98px) {
  .breadcrumbs__container,
  .quick-filters__container,
  .offer-carousel__container,
  .compare-table__container,
  .hub-overview__container {
    padding: 0 20px;
  }
}
@media(max-width:650.98px) {
  .breadcrumbs__container,
  .quick-filters__container,
  .offer-carousel__container,
  .compare-table__container,
  .hub-overview__container {
    padding: 0 16px;
  }
}

.offer-carousel__head-row,
.compare-table__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -8px;
}
.offer-carousel__head-column,
.compare-table__head-column {
  padding: 0 8px;
}
.offer-carousel__head-column:nth-child(1),
.compare-table__head-column:nth-child(1) {
  flex: 1 1 100%;
}
.offer-carousel__title-block,
.compare-table__title-block {
  display: flex;
  align-items: center;
}
.offer-carousel__title-block:not(:last-child),
.compare-table__title-block:not(:last-child) {
  margin: 0 0 4px;
}
.offer-carousel__title,
.compare-table__title,
.hub-overview__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: all .3s ease 0s;
}
@media(max-width:480.98px) {
  .offer-carousel__title,
  .compare-table__title,
  .hub-overview__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.offer-carousel__subtitle,
.compare-table__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #b8bdc6;
}
@media(max-width:480.98px) {
  .offer-carousel__subtitle,
  .compare-table__subtitle {
    font-size: 12px;
    line-height: 12px;
  }
}

.offer-carousel__slider-body:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 100%;
  top: 0;
  right: -40px;
  background: linear-gradient(90deg, #1110, #111);
  pointer-events: none;
  z-index: 2;
}
@media(max-width:1650.98px) {
  .offer-carousel__slider-body:before {
    width: 44px;
    right: -20px;
  }
}
@media(max-width:480.98px) {
  .offer-carousel__slider-body:before {
    display: none;
  }
}

.quick-filters__container .swiper-slide {
  width: auto !important;
  margin-right: 8px;
}
.quick-filters__container {
  display: flex;
}
.quick-filters__toggle {
  margin-right: 0;
}

.quick-filters__container .swiper[data-swiper-type="noAutoplay"] {
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.quick-filters__container .swiper[data-swiper-type="noAutoplay"]::-webkit-scrollbar {
  display: none;
}
.quick-filters__container .swiper[data-swiper-type="noAutoplay"].is-dragging {
  cursor: grabbing;
}
.quick-filters__container .swiper[data-swiper-type="noAutoplay"] .quick-filters__pill {
  cursor: pointer;
}

@media(min-width:650.98px) {
  .quick-filters__toggle {
    display: none;
  }
}
.quick-filters__pill {
  display: flex;
  width: auto;
  height: 42px;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  background: var(--BG-Bg_2, #232320);
  padding: 12px 15px 12px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: all .3s ease 0s;
}
@media(min-width:1355.98px) {
  .quick-filters__pill:hover {
    background: var(--BG-Bg_3, #2C2C28);
  }
}
.quick-filters__pill:active {
  background: #21211e;
}
/* Чип открытой категории — как пункт открытой страницы в шапке: жёлтая
   плашка, тёмный текст. Наведение перечислено отдельно, иначе подсветка
   пропадала бы под курсором. */
.quick-filters__pill--current,
.quick-filters__pill--current:hover {
  background: var(--Colors-Accent, #FFCF23);
  color: var(--Text-Txt_Dark, #020202);
}
@media(max-width:480.98px) {
  .quick-filters__pill {
    height: 40px;
    font-family: Manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    line-height: 16.39px;
  }
}
.quick-filters__toggle-btn {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--BG-Bg_2, #232320);
  border-radius: var(--SystemCorners-Small, 8px);
  transition: all .3s ease 0s;
}
.quick-filters__toggle-btn svg {
  stroke-width: 1.8px;
}
.quick-filters__toggle-btn:active {
  background: linear-gradient(0deg, var(--BG-Bg_2, #232320), var(--BG-Bg_2, #232320)), linear-gradient(0deg, #00000040, #00000040);
}
.quick-filters__toggle-btn:active .quick-filters__toggle-icon svg {
  stroke: var(--Colors-Accent, #FFCF23);
}
@media(max-width:650.98px) {
  .quick-filters__toggle-btn:active {
    border: 0;
  }
}
@media(min-width:1355.98px) {
  .quick-filters__toggle-btn:hover .quick-filters__toggle-icon svg {
    stroke: var(--Colors-Accent, #FFCF23);
  }
}
@media(max-width:650.98px) {
  .quick-filters__toggle-btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: none;
  }
}
.quick-filters__toggle-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 18px;
}
.quick-filters__toggle-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--Text-Txt_Main, #FFFFFF);
  stroke-width: 1.8px;
  transition: all .3s ease 0s;
}
@media(max-width:650.98px) {
  .quick-filters__toggle-icon {
    flex: 0 0 15.51px;
    width: 15.51px;
    height: 16.21px;
  }
}
.quick-filters:not(:last-child) {
  margin: 0 0 20px;
}
.quick-filters .swiper-wrapper {
  display: flex;
  white-space: nowrap;
}

.offer-carousel__slider.is-dragging .swiper-wrapper {
  cursor: grabbing;
}
.offer-carousel__slider-body {
  position: relative;
}
.offer-carousel__swiper .swiper-slide {
  margin-right: 20px;
}
.offer-carousel__swiper .swiper-slide:last-child {
  margin-right: 0;
}

.offer-carousel__slider-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.offer-carousel__pagination.swiper-pagination {
  position: relative;
  inset: auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 20px;
}

.offer-carousel__pagination .swiper-pagination-bullet {
  width: 20.8px;
  height: 2px;
  border-radius: 2px;
  background: var(--BG-Bg_2, #232320);
  transition: all .3s ease 0s;
  margin: 0 2px;
  opacity: 1;
  cursor: pointer;
}
.offer-carousel__pagination .swiper-pagination-bullet-active {
  background: var(--Colors-Accent, #FFCF23);
}

.offer-carousel__head:not(:last-child) {
  margin: 0 0 24px;
}
@media(max-width:480.98px) {
  .offer-carousel__head:not(:last-child) {
    margin: 0 0 16px;
  }
}
.offer-carousel__button {
  padding: 6px 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transition: all .3s ease 0s;
  transform: translate(2px);
}
@media(min-width:1355.98px) {
  .offer-carousel__button:hover {
    color: var(--Colors-Accent, #FFCF23);
  }
  .offer-carousel__button:hover .offer-carousel__button-icon svg {
    stroke: var(--Colors-Accent, #FFCF23);
  }
}
@media(max-width:650.98px) {
  .offer-carousel__button {
    padding: 2px 0 0;
  }
}
.offer-carousel__button-icon {
  margin: 0 0 0 9px;
  display: flex;
  align-items: center;
  flex: 0 0 12px;
  width: 12px;
  height: 6px;
}
.offer-carousel__button-icon svg {
  stroke-width: 2px;
  stroke: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transform: rotate(90deg);
  transition: all .3s ease 0s;
}
@media(max-width:650.98px) {
  .offer-carousel__button-icon {
    margin: 0 0 0 4px;
    flex: 0 0 10px;
    width: 10px;
    height: 5px;
  }
}
.offer-carousel__slider {
  margin: 0 0 55px;
  touch-action: pan-y;
}
.offer-carousel__slider-body:not(:last-child) {
  margin: 0 0 22px;
}
@media(max-width:480.98px) {
  .offer-carousel__slider-body:not(:last-child) {
    margin: 0 0 6px;
  }
}
.offer-carousel__slider-body .swiper {
  overflow: visible;
}

.offer-carousel__slider-body .offer-carousel__swiper {
  overflow: hidden;
}
.offer-carousel__slider-body .swiper-slide {
  width: 336px;
}
@media(max-width:1650.98px) {
  .offer-carousel__slider-body .swiper-slide {
    width: 282px;
  }
}
@media(max-width:480.98px) {
  .offer-carousel__slider-body .swiper-slide {
    width: 300px;
  }
}
@media(max-width:480.98px) {
  .offer-carousel__swiper .swiper-slide {
    margin-right: 16px;
  }
}
.offer-carousel__slide {
  position: relative;
}
@media(max-width:767.98px) {
  .offer-carousel__slider-bottom {
    margin-top: 10px;
    display: block;
    visibility: visible;
  }
}

.offer-card__image-block {
  border-radius: var(--SystemCorners-Medium, 12px);
  overflow: hidden;
  height: 169.45px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8.45px 8px;
  transition: all .3s ease 0s;
}
.offer-card__image-block:not(:last-child) {
  margin: 0 0 11px;
}
.offer-card__image-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .3s ease 0s;
}
@media(max-width:1650.98px) {
  .offer-card__image-block {
    height: 142.31px;
    padding: 8px;
  }
}
@media(max-width:650.98px) {
  .offer-card__image-block {
    border-radius: var(--SystemCorners-Small, 8px);
  }
}
@media(max-width:480.98px) {
  .offer-card__image-block {
    height: 151px;
  }
}
.offer-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ibg--custom img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer-card__casino {
  display: flex;
  align-items: center;
}
.offer-card__casino-image-block {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 12px 0 0;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
  transition: all .3s ease 0s;
}
@media(max-width:650.98px) {
  .offer-card__casino-image-block {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }
}
.offer-card__casino-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-card__casino-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer-card__casino-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--Text-Txt_Main, #FFFFFF);
  transition: all .3s ease 0s;
}
.offer-card__casino-name:not(:last-child) {
  margin: 0 0 4.5px;
}
@media(min-width:1355.98px) {
  .offer-card__casino-name:hover {
    color: var(--Colors-Accent, #FFCF23);
  }
}
@media(max-width:650.98px) {
  .offer-card__casino-name {
    font-size: 12px;
    line-height: 12px;
  }
}
.offer-card__casino-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.offer-card__casino-info:not(:last-child) {
  margin: 0 0 4px;
}
.offer-card__casino-info-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 17.76px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
}
.offer-card__casino-info-item:not(:last-child) {
  margin: 0 14px 0 0;
}
.offer-card__casino-info-item:not(:last-child):before {
  position: absolute;
  content: "";
  right: -9px;
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}
@media(max-width:650.98px) {
  .offer-card__casino-info-item {
    font-size: 11px;
    line-height: 16px;
  }
}
.offer-card__casino-rating {
  display: flex;
  align-items: flex-start;
}
.offer-card__casino-rating-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 1.5px 4px 0 0;
}
.offer-card__casino-rating-icon img {
  width: 100%;
  height: 100%;
}
@media(max-width:650.98px) {
  .offer-card__casino-rating-icon {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin: 2px 1px 0 0;
  }
}
@media(min-width:1650.98px) {
  .offer-carousel .offer-card__casino-rating-icon {
    margin: .395px 4px 0 0;
  }
}
.offer-card__casino-rating-value {
  font-size: 13px;
  font-weight: 500;
  line-height: 17.76px;
  color: var(--Text-Txt_Main, #FFFFFF);
}
@media(max-width:650.98px) {
  .offer-card__casino-rating-value {
    font-size: 11px;
    line-height: 16px;
  }
}
.offer-card__casino-rating-star {
  color: #ff0;
}

.compare-table {
  padding: 0 0 55px;
}
.compare-table__head:not(:last-child) {
  margin: 0 0 24px;
}

.compare-table__sort {
  position: relative;
  margin-top: 16px;
}

.compare-table__sort-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_3, #2C2C28);
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--Text-Txt_Main, #FFFFFF);
  white-space: nowrap;
  transition: all .3s ease 0s;
}
@media(min-width:1355.98px) {
  .compare-table__sort-trigger:hover {
    background: #3A3A36;
  }
}
.compare-table__sort-trigger:active {
  background: var(--BG-Bg_2, #232320);
}

.compare-table__sort-prefix {
  font-weight: 500;
}
.compare-table__sort-trigger [data-compare-sort-label] {
  font-weight: 600;
}
.compare-table__sort-icon {
  display: flex;
  align-items: center;
  flex: 0 0 11px;
  width: 11px;
  height: 7px;
}
.compare-table__sort-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  transform: rotate(180deg);
  transition: transform .2s ease 0s;
}

.compare-table__sort-trigger[aria-expanded="true"] .compare-table__sort-icon svg {
  transform: rotate(0deg);
}

.compare-table__sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  min-width: 190px;
  background: var(--BG-Bg_2, #232320);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  border-radius: var(--SystemCorners-Small, 8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  padding: 6px;
}
.compare-table__sort-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: var(--Text-Txt_Main, #FFFFFF);
  cursor: pointer;
  transition: background .2s ease 0s;
}

.compare-table__sort-option::after {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--Colors-Accent, #FFCF23);
  border-bottom: 2px solid var(--Colors-Accent, #FFCF23);
  transform: rotate(45deg);
  opacity: 0;
}
.compare-table__sort-option:hover,
.compare-table__sort-option:focus {
  background: var(--BG-Bg_3, #2C2C28);
  outline: none;
}

.compare-table__sort-option[aria-selected="true"] {
  color: var(--Colors-Accent, #FFCF23);
  font-weight: 700;
  background: transparent;
}
.compare-table__sort-option[aria-selected="true"]::after {
  opacity: 1;
}
.compare-table__sort-option[aria-selected="true"]:hover,
.compare-table__sort-option[aria-selected="true"]:focus {
  background: transparent;
}

.compare-table__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--SystemCorners-Small, 8px);
  border-bottom: 1px solid var(--BG-Bg_3, #2C2C28);
  background: transparent;
}
.compare-table__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.compare-table__table th,
.compare-table__table td {
  padding: 24px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #242424;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.compare-table__table thead th {
  padding: 18px 16px;
  color: #8E9299;
  font-weight: 500;
  border-top: 1px solid var(--BG-Bg_3, #2C2C28);
  border-bottom: 1px solid var(--BG-Bg_3, #2C2C28);
}

.compare-table__table th:nth-child(n+3):nth-child(-n+6),
.compare-table__table td:nth-child(n+3):nth-child(-n+6) {
  padding-left: 14px;
  padding-right: 14px;
}

.compare-table__table th:nth-child(2),
.compare-table__table td:nth-child(2) {
  width: 26%;
}
.compare-table__table th:nth-child(3),
.compare-table__table td:nth-child(3) {
  width: 15%;
}
.compare-table__table th:nth-child(4),
.compare-table__table td:nth-child(4) {
  width: 11%;
}
.compare-table__table th:nth-child(5),
.compare-table__table td:nth-child(5) {
  width: 11%;
}
.compare-table__table th:nth-child(6),
.compare-table__table td:nth-child(6) {
  width: 15%;
}
.compare-table__table th:nth-child(7),
.compare-table__table td:nth-child(7) {
  width: 1%;
}

.compare-table__table tbody tr:last-child td {
  border-bottom: 0;
}
/* Строка целиком уводит на страницу казино — как кнопка перехода в ней. */
.compare-table__table tbody tr {
  cursor: pointer;
  transition: background .2s ease 0s;
}
.compare-table__table tbody tr:hover {
  background: var(--BG-Bg_1, #171719);
}

.compare-table__stat {
  color: #C4C8CE;
  font-weight: 500;
}

.compare-table__rank {
  width: 1%;
  color: #777B82;
  font-weight: 600;
}

.compare-table__casino {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
@media(min-width:1355.98px) {
  .compare-table__casino {
    pointer-events: none;
  }
}
.compare-table__casino-logo {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  border-radius: var(--SystemCorners-Small, 8px);
  overflow: hidden;
}
.compare-table__casino-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.compare-table__casino-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.compare-table__casino-name {
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
}
.compare-table__casino-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.compare-table__casino-rating-star {
  width: 12px;
  height: 11px;
  color: #ff0;
}

.compare-table__casino-rating-value {
  font-size: 12px;
  font-weight: 500;
  color: #8E9299;
}

.compare-table__methods {
  display: flex;
  align-items: center;
  gap: 6px;
}
.compare-table__method-chip {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  background: var(--BG-Bg_2, #232320);
  font-size: 11px;
  font-weight: 600;
  color: var(--Text-Txt_Main, #FFFFFF);
}

/* Значок платёжного метода. Подпись рядом, а не под ним: в строке таблицы
   лишней высоты нет, поэтому название показывается по наведению. */
.compare-table__method {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 22px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  background: var(--BG-Bg_2, #232320);
  cursor: pointer;
}
.compare-table__method:focus-visible {
  outline: 2px solid var(--Colors-Accent, #FFCF23);
  outline-offset: 2px;
}
.compare-table__method-icon {
  max-width: 26px;
  max-height: 16px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.compare-table__method-tip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  z-index: 20;
  transform: translate(-50%, 4px);
  padding: 4px 8px;
  border-radius: var(--SystemCorners-ExtraSmall, 6px);
  background: var(--BG-Bg_3, #2C2C28);
  box-shadow: 0 4px 16px #0000004d;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  white-space: nowrap;
  color: var(--Text-Txt_Main, #FFFFFF);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
.compare-table__method-tip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: var(--BG-Bg_3, #2C2C28);
}
/* is-open ставит JS по нажатию — на тач-устройствах наведения нет. */
.compare-table__method:hover .compare-table__method-tip,
.compare-table__method:focus-visible .compare-table__method-tip,
.compare-table__method.is-open .compare-table__method-tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.compare-table__view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 20px;
  border-radius: var(--SystemCorners-Small, 8px);
  background: var(--BG-Bg_3, #2C2C28);
  font-size: 14px;
  font-weight: 700;
  color: var(--Colors-Accent, #FFCF23);
  transition: all .3s ease 0s;
}

.compare-table__view-btn:active {
  background: var(--BG-Bg_2, #232320);
}
@media(min-width:1366px) {
  .compare-table__view-btn:hover {
    background: #3A3A36;
  }
}

.compare-table__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.compare-table__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-table__pagination-item,
.compare-table__pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: var(--SystemCorners-Small, 8px);
  transition: all .3s ease 0s;
}
.compare-table__pagination-item {
  background: var(--BG-Bg_2, #232320);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: var(--Text-Txt_Main, #FFFFFF);
}
@media(min-width:1355.98px) {
  .compare-table__pagination-item:hover {
    background: var(--BG-Bg_3, #2C2C28);
  }
}
.compare-table__pagination-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
.compare-table__pagination-item--current {
  background: var(--BG-Bg_3, #2C2C28);
  pointer-events: none;
}
.compare-table__pagination-item--current a {
  color: var(--Colors-Accent, #FFCF23);
}

.compare-table__pagination-item--dots {
  background: transparent;
  cursor: default;
  pointer-events: none;
  align-items: flex-end;
}
@media(min-width:1355.98px) {
  .compare-table__pagination-item--dots:hover {
    background: transparent;
  }
}

.compare-table__pagination-btn {
  border: 1px solid var(--BG-Bg_2, #232320);
  background: transparent;
}

@media(min-width:1355.98px) {
  .compare-table__pagination-btn:not(:has(button:disabled)):hover {
    background: var(--BG-Bg_3, #2C2C28);
    border-color: var(--BG-Bg_3, #2C2C28);
  }
  .compare-table__pagination-btn:not(:has(button:disabled)):hover svg {
    color: var(--Text-Txt_Main, #FFFFFF);
  }
}
.compare-table__pagination-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.compare-table__pagination-btn svg {
  width: 13px;
  height: 12px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transition: color .3s ease;
}
.compare-table__pagination-btn--next svg {
  transform: rotate(180deg);
}
.compare-table__pagination-btn:disabled,
.compare-table__pagination-btn:has(button:disabled) {
  opacity: .4;
  cursor: not-allowed;
}

@media(max-width:767.98px) {
  .compare-table__table th,
  .compare-table__table td {
    padding: 12px;
    font-size: 12px;
  }
  .compare-table__table thead th {
    font-size: 13px;
  }
  .compare-table__pagination-item,
  .compare-table__pagination-btn {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
  .compare-table__table th:first-child,
  .compare-table__table td:first-child {
    display: none;
  }

  /* Таблица шире экрана и прокручивается вбок, а колонка казино стоит на
     месте: под ней проезжает остальная строка, поэтому фон ей обязателен —
     прозрачную ячейку было бы видно насквозь.

     Закрепляется вторая ячейка, а не первая: колонка `#` выше скрыта, и
     первой видимой идёт казино.

     `border-collapse` здесь `separate`: при `collapse` рамки рисует таблица, а
     не ячейка, и линии закреплённой колонки остались бы на исходном месте,
     пока сама колонка едет со скроллом. Раскладка от этого не меняется —
     смежных рамок в таблице нет, верхняя есть только у шапки. */
  .compare-table__table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .compare-table__table th:nth-child(2),
  .compare-table__table td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--BG-Bg_1, #171719);
    box-shadow: 25px 0 26px rgba(7, 7, 7, .45);
  }
}

.hub-overview {
  padding: 0 0 40px;
}
.hub-overview__title:not(:last-child) {
  margin: 0 0 16px;
}

.hub-overview__details-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}
.hub-overview__details-content p:not(:last-child) {
  margin: 0 0 16px;
}

/* Жирный из markdown. Браузерное правило для strong — `bolder`, то есть
   «на ступень выше унаследованного»: в тексте 300 это всего 400, и выделение
   почти не видно. Вес называется явно. */
.hub-overview__details-content strong {
  font-weight: 700;
}

.hub-overview__details-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 24px 0 10px;
}
@media(max-width:480.98px) {
  .hub-overview__details-content h3 {
    font-size: 16px;
  }
}
.hub-overview__details-content h3:not(:last-child) {
  margin-bottom: 16px;
}

@media(min-width:768px) {
  .hub-overview__details-content p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media(min-width:1024px) {
  .hub-overview__details-content p {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .72);
  }
}

/* Текст секции пишет редактор markdown'ом, поэтому размечены все теги, которые
   разрешает разбор (`components/markdown`): заголовки H2-H6, списки и таблица.
   Раньше здесь были только `p` и `h3` — всё остальное приходило со страницы без
   стиля вовсе. */
.hub-overview__details-content h2,
.hub-overview__details-content h4,
.hub-overview__details-content h5,
.hub-overview__details-content h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--Text-Txt_Main, #FFFFFF);
  margin: 24px 0 16px;
}

.hub-overview__details-content h2 {
  font-size: 20px;
}

.hub-overview__details-content h4,
.hub-overview__details-content h5,
.hub-overview__details-content h6 {
  font-size: 16px;
}

.hub-overview__details-content ul,
.hub-overview__details-content ol {
  padding-left: 20px;
  margin: 0 0 16px;
}

.hub-overview__details-content ul li {
  list-style: disc;
}

.hub-overview__details-content ol li {
  list-style: decimal;
}

.hub-overview__details-content li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

.hub-overview__details-content li:not(:last-child) {
  margin: 0 0 8px;
}

.hub-overview__details-content li::marker {
  color: var(--Colors-Accent, #FFCF23);
}

/* Обёртка таблицы: на узком экране прокручивается она, а не страница. */
.hub-overview__table-wrap {
  margin: 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--SystemCorners-Small, 8px);
  border: 1px solid var(--BG-Bg_3, #2C2C28);
  background: var(--BG-Bg_1, #171719);
}

.hub-overview__details-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border: 0;
  background: transparent;
}

.hub-overview__details-content th,
.hub-overview__details-content td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid rgba(44, 44, 40, .9);
  font-size: 12px;
  line-height: 16px;
}

.hub-overview__details-content th {
  font-weight: 600;
}

.hub-overview__details-content thead th {
  color: var(--Colors-Accent, #FFCF23);
  border-bottom: 1px solid var(--BG-Bg_3, #2C2C28);
}

.hub-overview__details-content tbody th[scope="row"] {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  width: 26%;
}

.hub-overview__details-content td {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
}

@media(min-width:768px) {
  .hub-overview__details-content li {
    font-size: 16px;
    line-height: 22px;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  padding: 6px;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child) {
  margin: 0 8px 0 0;
}

.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  right: -8px;
  background: var(--arrow-yellow) center no-repeat;
  background-size: contain;
}

.breadcrumbs__item a {
  color: var(--Text-Txt_Sec, rgba(255, 255, 255, .5019607843));
  transition: color .3s ease;
  text-decoration: none;
}

@media(min-width:1366px) {
  .breadcrumbs__item a:hover {
    color: #fff;
  }
}

.breadcrumbs__item span {
  color: #4c4c4c;
}

.breadcrumbs__link {
  font-size: 13px;
  font-weight: 600;
  line-height: 17.76px;
}

.page__main-section.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs__icon-home {
  display: block;
  width: 16px;
  height: 16px;
}

.breadcrumbs__icon-home path {
  fill: #6c6c6c;
  transition: fill .3s ease;
}

@media(min-width:1366px) {
  .breadcrumbs__item a:hover .breadcrumbs__icon-home path {
    fill: #fff;
  }
}

@media(max-width:767.98px) {
  .breadcrumbs__link {
    font-size: 11px;
    line-height: 16px;
  }
}
