.top-10-section .comparison-table td.column-3 {
  color: #1e84cc;
  font-weight: 500;
}
.top-10-section.top-10-section_even .comparison-table td.column-3 {
  color: #008e51;
  font-weight: 500;
}
.block-description .row-image {
  max-width: 180px;
  margin: 0 0 30px 30px;
}
.block-description-slots-advantages {
  background: #f7fafc;
  border-radius: 3px;
}
.block-description-slots-advantages p {
  color: #222;
}
.block-description-slots-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}
.block-description-slots-advantages__list .item__img {
  margin-bottom: 10px;
}
.block-description-slots-advantages__list .item__title {
  margin-bottom: 8px;
}
.block-description-slots-advantages__list .item__text {
  color: #666;
}
.block-description-bonuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.block-description-bonuses .card {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 8px 15px 15px;
}
.block-description-bonuses .card__logo {
  margin: 0 -7px 12px;
  width: calc(100% + 14px);
  border-radius: 3px;
  min-height: 120px;
  padding: 15px;
}
.block-description-bonuses .card__value {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #008e51;
  margin-bottom: 10px;
}
.block-description-bonuses .card__short-text {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.block-description-bonuses .card__bg {
  background: #f2f2f2;
  border: 3px solid #f2f2f2;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
.block-description-bonuses .card__title {
  background: #ffd705;
  border: 1.5px solid #40396e;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  padding: 3px 8px;
}
.block-description-bonuses .card__text {
  margin-bottom: 12px;
}
.block-description-bonuses .card__btn {
  margin: auto 0 0;
  width: 100%;
  min-width: auto;
}
.banner .block {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.banner__row {
  gap: 20px;
}
.banner .swiper {
  width: 100%;
  height: auto;
  margin: 0;
}
.banner .swiper-slide > .progressbar svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .swiper-slide.swiper-slide-active .seconds {
  margin: 0 0 0 5px;
}
.banner .swiper-slide.swiper-slide-active .progressbar svg path:last-child {
  stroke: #23af73;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  top: 0;
  opacity: 0;
}
.banner-sale .swiper-slide {
  height: 70px !important;
}
.banner-sale .swiper-slide.swiper-slide-active {
  height: 120px !important;
}
.banner-sale .swiper-slide.swiper-slide-active .card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-sale .card {
  position: relative;
  padding: 13px 15px;
}
.banner-sale .card_active {
  padding: 15px;
}
.banner-sale .card__title {
  display: none;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e9ecf1;
}
.banner-sale .card__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #e9ecf1;
  border-radius: 50%;
  margin: 0 15px 0 0;
}
.banner-sale .card__logo-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.banner-sale .card__name {
  display: block;
  max-width: 150px;
  max-height: 45px;
  overflow: hidden;
}
.banner-sale .card__name span {
  font-weight: 600;
}
.banner-sale .card__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  background: #f7fafc;
  border: 1px solid #e9ecf1;
  padding: 5px;
  margin: 0 0 0 auto;
  border-radius: 3px;
  position: relative;
}
.banner-sale .card__time .minutes {
  margin-left: 3px;
}
.banner-sale .card__time svg {
  position: absolute;
  left: -3px;
  top: -3px;
}
.banner-bonus {
  border-radius: 3px;
  max-width: 425px;
}
.banner-bonus__top {
  height: 210px;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-bonus__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.banner-bonus__logo {
  display: block;
  margin: 0 0 15px;
}
.banner-bonus__title {
  max-width: 60%;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
}
.banner-bonus__title span {
  color: inherit;
}
.banner-bonus__bottom {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  gap: 10px;
}
.banner-bonus__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.banner-bonus .bonus-promo {
  width: 100%;
}
.banner-bonus .bonus-promo__title {
  margin: 0 0 5px;
}
.banner-bonus .bonus-promo__title div {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #192024;
}
.banner-bonus .bonus-promo__progressbar {
  position: relative;
}
.banner__bonus_second .banner-bonus__btn {
  background: #1e84cc;
  border: 1px solid #1e84cc;
  opacity: 0.4;
}
.links {
  padding: 20px;
}
.links__item {
  padding: 12px 15px;
  width: 100%;
  border: 2px solid transparent;
  outline: 1px solid #e9ecf1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.links__item:hover {
  border: 2px solid #23af73;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.links__item:hover .h3,
.links__item:hover .h4,
.links__item:hover .h5 {
  color: #23af73;
}
.links__item .img,
.links__top {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.links__top {
  width: 260px;
  margin-right: 20px;
}
.links__bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  height: 230px;
}
.links__bottom .links__item:last-child {
  grid-row: 1/3;
  grid-column: 2/3;
  text-align: center;
}
.links__bottom .links__item:last-child .img {
  margin: 0 0 10px;
}
.jackpot-games__slots {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  width: 435px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.jackpot-games__slots:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 139, 194, 0.12);
  border: 1px solid rgba(106, 139, 194, 0.12);
  border-radius: 3px;
}
.jackpot-games__bg {
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 6px solid #f2f2f2;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(126, 126, 126, 0.8));
  filter: drop-shadow(2px 2px 0 rgba(126, 126, 126, 0.8));
  border-radius: 9px;
  width: 270px;
}
.jackpot-games__box {
  background: #1e84cc;
  border: 3px solid #40396e;
  border-radius: 9px;
  padding: 10px 0;
}
.jackpot-games__box > * {
  color: #fff;
  text-transform: capitalize;
}
.slots-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.slots-table__header {
  gap: 10px;
  margin-bottom: 15px;
}
.slots-table table tbody tr td,
.slots-table table thead td,
.slots-table table thead th {
  padding: 8px;
}
.slots-table table thead td:not(:first-child),
.slots-table table thead th:not(:first-child) {
  white-space: nowrap;
}
.slots-table table tbody tr td.column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slots-table table tbody tr td.column-1 .logo {
  margin-right: 10px;
  width: 65px;
}
.slots-table table tbody tr td:not(:first-child) {
  white-space: nowrap;
}
.slots-table table tbody tr td.column-4 {
  font-weight: 600;
}
.slots-table_hot thead tr th {
  background: #ea2b00;
}
.slots-table_hot tbody tr:nth-child(even) td {
  background: #fdeeeb;
}
.slots-table_cold thead tr th {
  background: #1e84cc;
}
.slots-table_cold tbody tr:nth-child(even) td {
  background: #f1f8fc;
}
@media only screen and (min-width: 360px) {
  .banner-bonus .bonus-promo__title {
    gap: 5px;
  }
}
@media only screen and (min-width: 767px) {
  .banner-bonus .bonus-promo__title div {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1441px) {
  .banner__wrapper {
    height: 285px;
  }
  .banner-sale .swiper-wrapper {
    margin: 50px 0 0;
  }
  .banner-sale .swiper-slide.swiper-slide-active .card__title {
    display: block;
  }
  .banner-sale .card {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1441px) {
  .banner-sale .swiper-slide.swiper-slide-active {
    height: 70px !important;
  }
  .banner-sale .swiper-slide {
    min-width: 300px;
    width: 300px;
  }
  .banner-bonus {
    max-width: 465px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__row {
    margin-bottom: 12px;
  }
  .banner-bonus {
    max-width: 950px;
  }
  .banner-bonus__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
  }
  .banner__bonus_second {
    display: none;
  }
  .slots-table {
    display: block;
  }
  .slots-table__column {
    width: 100%;
  }
  .slots-table__column:last-child {
    margin-top: 15px;
  }
  .slots-table_cold,
  .slots-table_hot {
    width: 100%;
    overflow-x: auto;
    ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .slots-table_cold::-webkit-scrollbar,
  .slots-table_hot::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .slots-table_cold .column-1 p,
  .slots-table_hot .column-1 p {
    min-width: 175px;
  }
}
@media only screen and (max-width: 992px) {
  .block-description-bonuses {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-bonus {
    max-width: 100%;
    border-radius: 0;
  }
  .banner-bonus__top {
    height: 260px;
    padding: 30px 20px;
    border-radius: 0;
  }
  .banner-bonus__bottom {
    border-radius: 0;
  }
  .links__top {
    margin-right: 15px;
  }
  .jackpot-games__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .jackpot-games__slots {
    margin: 20px 0 0;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-description-slots-advantages__list {
    grid-gap: 20px;
  }
  .links {
    padding: 12px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .links__item {
    padding: 10px 12px;
    min-width: 230px;
    min-height: 100px;
  }
  .links__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow-x: auto;
    ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    gap: 8px;
    width: calc(100% + 10px);
    margin: 12px 0 0;
    padding: 2px;
  }
  .jackpot-games__slots::-webkit-scrollbar,
  .links__top::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .jackpot-games__slots,
  .links__bottom .links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .links__bottom .links__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: 10px 15px;
  }
  .links__bottom .links__item .p3,
  .links__bottom .links__item .p4 {
    font-size: 12px;
    line-height: 150%;
  }
  .links__bottom .links__item .h3 {
    font-size: 16px;
    line-height: 120%;
  }
  .links__bottom .links__item .img {
    margin: 0 0 5px;
  }
  .jackpot-games__slots {
    overflow-y: auto;
    padding: 3px 3px 5px;
  }
  .jackpot-games__slots .slots-card {
    min-width: 230px;
  }
  .jackpot-games__slots:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .jackpot-games__slots .slots-card .button {
    min-width: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .block-description .row-image {
    max-width: 130px;
    margin: 0 0 15px 15px;
  }
  .block-description .row-image img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .block-description-slots-advantages__list .item__img {
    width: 35px;
    height: 35px;
  }
  .block-description-bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    padding: 3px 3px 5px;
  }
  .block-description-bonuses::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .block-description-bonuses .card {
    min-width: 230px;
    padding: 8px 12px 12px;
  }
  .block-description-bonuses .card__logo {
    margin: 0 -4px 12px;
    width: calc(100% + 8px);
    border-radius: 3px;
    min-height: 75px;
    padding: 15px;
  }
  .block-description-bonuses .card__value {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .block-description-bonuses .card__short-text {
    margin-bottom: 8px;
  }
  .block-description-bonuses .card__btn {
    margin: auto 0 0;
  }
  .banner-sale .swiper-slide {
    min-width: 265px;
    width: 265px;
  }
  .banner-bonus__top {
    padding: 20px 10px;
    height: 200px;
  }
  .banner-bonus__img {
    height: 160px;
  }
  .banner-bonus__title {
    font-size: 24px;
    line-height: 120%;
  }
  .links__item .img {
    margin-right: 12px;
  }
  .links__bottom {
    height: auto;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
  .links__bottom .links__item {
    padding: 8px;
    min-width: 100%;
  }
  .links__bottom .links__item .img {
    width: 35px !important;
    height: 35px !important;
    margin: 0 0 5px;
  }
  .links__bottom .links__item .h3,
  .links__bottom .links__item .h4 {
    font-size: 13px;
    line-height: 120%;
  }
  .links__bottom .links__item .p3,
  .links__bottom .links__item .p4 {
    display: none;
  }
  .links__bottom .links__item:last-child {
    grid-row: initial;
    grid-column: initial;
  }
  .links__bottom .links__item:last-child .img {
    margin: 0 0 5px;
  }
  .slots-table__header {
    margin-bottom: 12px;
  }
  .slots-table table tbody tr td,
  .slots-table table thead td,
  .slots-table table thead th {
    padding: 6px;
  }
}
