@charset "UTF-8";
/* Ratings page Style Start */
.ratings-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: calc(70% - 12px);
}

blockquote.white {
  background: var(--white);
}

blockquote.text-normal * {
  font-weight: 400 !important;
}

.rating-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 48px;
}
.rating-text figure img {
  border-radius: 12px;
  max-height: 700px;
}

.big-img img {
  border-radius: 20px;
}

.table-style {
  display: table;
  border-collapse: collapse;
}
.table-style tr th {
  text-align: left;
  font-size: 14px;
}
.table-style tr td {
  font-size: 14px;
  width: 40%;
}
.table-style tr td:last-child {
  width: 60%;
}
.table-style tr td .icon {
  display: inline-block;
  width: 20px;
  margin-right: 7px;
}
.table-style tr td .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-style tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f6;
}
.table-style.table-center tr:not(:first-child) td:not(:first-child) {
  text-align: center;
}
.table-style-three-col tr td {
  width: 40%;
}
.table-style-three-col tr td:first-child {
  width: 20%;
}
.table-style-three-col tr td:last-child {
  width: 40%;
}
.table-style-four-col tr th {
  min-width: unset;
}
.table-style-four-col tr td {
  width: 25% !important;
  min-width: unset;
}

.ratings-section {
  padding: 64px 0;
}

.gray-bg {
  background: var(--gray);
}

.light-bg {
  background: var(--white);
}

.content__table {
  overflow: hidden;
  border-radius: 12px;
}
.ratings-middle {
  overflow: visible;
}
.ratings-middle .post-aside {
  padding-top: 0;
}
.ratings-middle .aside-sticky {
  display: flex;
  flex-direction: column;
  gap: 48px;
  /*position: sticky;*/
  /*top: 170px;*/
  z-index: 2;
  max-width: 408px;
  /*transition: all 0.2s ease;*/
  overflow-y: auto;
  height: calc(100vh - 170px);
  scrollbar-width: none; /* Для Firefox */
  -ms-overflow-style: none;
}
.gosta-ratings section p a {
  text-decoration: underline;
  color: var(--blue);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1279px) {
  .ratings-body {
    width: 100%;
  }
  .ratings-middle .post-aside {
    display: none;
  }
  .ratings-section {
    padding: 48px 0;
  }
  .table-style tr th {
    padding: 8px 16px;
  }
  .table-style tr td {
    width: 50%;
    padding: 8px 16px;
  }
  .table-style tr td:not(:first-child) {
    word-break: break-word;
  }
  .table-style tr td:last-child {
    width: 50%;
  }
  .table-style-three-col tr td {
    width: 45%;
  }
  .table-style-three-col tr td:first-child {
    width: 20%;
  }
  .table-style-three-col tr td:last-child {
    width: 35%;
  }
  .content__scrollable {
    overflow: scroll;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .content__scrollable::-webkit-scrollbar {
    display: none;
  }
  .content__scrollable .table-style {
    min-width: 700px;
  }
  .content__scrollable .table-style tr:first-child td:first-child,
  .content__scrollable .table-style tr:first-child th:first-child {
    border-top-left-radius: 12px;
  }
  .content__scrollable .table-style tr:first-child td:last-child,
  .content__scrollable .table-style tr:first-child th:last-child {
    border-top-right-radius: 12px;
  }
  .content__scrollable .table-style tr:last-child td:first-child,
  .content__scrollable .table-style tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
  }
  .content__scrollable .table-style tr:last-child td:last-child,
  .content__scrollable .table-style tr:last-child th:last-child {
    border-bottom-right-radius: 12px;
  }
  .big-img__link .img-label {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  .ratings-faq .h2 {
    text-align: center;
  }
}
/* Ratings page Style End */
/* Sidebar tags Start */
.page-tags__rating .tag {
  font-weight: 400;
}
.page-tags__rating .tag:before {
  display: none;
}

/* Sidebar tags End */
/* Ratings Top Block Start */
.ratings-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-top-block .ratings-h1 {
  font-size: 32px;
}
.ratings-top-block .ratings-blockquote__text {
  font-weight: 300 !important;
}
.ratings-top-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ratings-top-block__info > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
.ratings-top-block__info .check-info {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ratings-top-block__info .check-info .post-views {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 4px;
  background: #dadaec;
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: -90px;
}
.ratings-top-block__info .author-block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ratings-top-block__info .author-block .avatar {
  width: 51px;
  height: 100%;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}
.ratings-top-block__info .update-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ratings-top-block__info .info-block-top,
.ratings-top-block__info .info-block-top a > span {
  color: #06065f;
  font-size: 14px;
}
.ratings-top-block__info .info-block-top span {
  display: block;
  color: #595965;
}
.ratings-top-block__desc p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .ratings-top-block .ratings-h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .ratings-top-block__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ratings-top-block__info .check-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: right;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dadaec;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ratings-top-block__info .check-info .post-views {
    left: 0;
    position: relative;
    min-width: fit-content;
  }
  .ratings-top-block__info .author-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ratings-top-block__info .update-block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }
}
/* Ratings Top Block End */
/* Navigation sidebar Start */
.ratings-navigation {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  /* box-shadow: 0 0 15px 0 rgb(6 6 95 / 10%); */
}
.ratings-navigation .title-block {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
  display: block;
}
.ratings-navigation a {
  font-size: 16px;
  line-height: 125%;
  color: #9499ac;
}
.ratings-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.ratings-navigation__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  /* margin-top: 12px;
  margin-bottom: 12px; */
  gap: 12px;
}
.ratings-navigation__link {
  font-weight: 700;
  transition: all 0.2s ease;
}
.ratings-navigation__submenu a {
  transition: all 0.2s ease;
}
.ratings-navigation__link.active,
.ratings-navigation__submenu a.active {
  color: var(--dark-blue);
}

/* Navigation sidebar End */
/* Ratings Casino Start */
.ratings-casino {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 94px;
}
.ratings-casino h2 {
  margin-bottom: 13px;
}
.ratings-casino__list {
  counter-reset: casino;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-casino__list .casino {
  background: var(--white);
  position: relative;
  padding: 35px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.ratings-casino__list .casino .info h3 {
  display: none;
}
.ratings-casino__list .casino .img-block {
  margin-bottom: 16px;
}
.ratings-casino__list .casino .img-block img {
  max-width: 186px;
  border-radius: 6px;
}
.ratings-casino__list .casino .info-casino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-casino__list .casino .info-casino .block {
  background: #06065f;
  color: var(--white);
  font-size: 16px;
  border-radius: 4px;
  height: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.ratings-casino__list .casino .info-casino .block .icon {
  margin-right: 4px;
}
.ratings-casino__list .casino .info-casino .block .count {
  min-width: 20px;
  text-align: center;
}
.ratings-casino__list .casino .info-casino .block.trophy {
  background: #3ddd72;
  color: #06065f;
}
.ratings-casino__list .casino .info-casino .block.star {
  background: #ffc145;
}
.ratings-casino__list .casino .info-casino .block.info-btn {
  display: none;
}
.ratings-casino__list .casino .reg-bonus {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  max-width: 430px;
  line-height: 125%;
  background: #dadaec;
  border-radius: 4px;
  padding: 6px 12px;
  padding-left: 34px;
  margin-bottom: 16px;
  display: inline-block;
}
.ratings-casino__list .casino .reg-bonus .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-casino__list .casino .name {
  font-size: 18px;
  margin-bottom: 16px;
}
.ratings-casino__list .casino .desc ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ratings-casino__list .casino .desc ul li {
  font-size: 12px;
  width: 100%;
  color: #06065f;
}
.ratings-casino__list .casino .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-casino__list .casino .btn-block .btn {
  border: 1px solid var(--blue);
  white-space: nowrap;
  font-size: 16px;
}
.ratings-casino__list .casino .btn-block .btn:hover {
  border: 1px solid var(--blue);
}
.ratings-casino__list .casino .btn-block .detail,
.rating-block .detail {
  font-size: 16px;
  color: #9499ac;
  text-decoration: underline;
}
.btn.btn-blue span {
  font-family: "e-Ukraine";
}
.ratings-casino__update {
  color: #9499ac;
  font-size: 12px;
}

@media (max-width: 1279px) {
  .ratings-casino {
    padding-bottom: 40px;
  }
  .ratings-casino__selectors {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ratings-casino__selectors::-webkit-scrollbar {
    display: none;
  }
  .ratings-casino__selectors .item {
    white-space: nowrap;
  }
  .ratings-casino .casino {
    display: block;
    padding: 32px 24px;
  }
  .ratings-casino .casino .img-block {
    margin-bottom: 24px;
  }
  .ratings-casino .casino .img-block img {
    max-width: 100%;
    width: 100%;
  }
  .ratings-casino .casino .info-casino {
    margin-bottom: 24px;
  }
  .ratings-casino .casino .info-casino .block.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ratings-casino .casino .name {
    margin-bottom: 24px;
  }
  .ratings-casino .casino .reg-bonus {
    margin-bottom: 16px;
  }
  .ratings-casino .casino .desc {
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 7px;
  }
  .ratings-casino .casino .desc ul {
    display: block;
  }
  .ratings-casino .casino .desc ul li {
    width: 100% !important;
  }
  .ratings-casino .casino .desc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* Ratings Casino End */
/* Рейтинг казино за реальні гроші Start */
.about-rating__table {
  counter-reset: casino-list;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 25px;
}
.about-rating__table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-rating__table .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-rating__table .item .name:before {
  counter-increment: casino-list;
  content: counter(casino-list);
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  margin-right: 32px;
}
.about-rating__table .item .rating-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-rating__table .item .rating-block .rating {
  margin-right: 16px;
}
.about-rating__table .item .rating-block__count {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.casino-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.casino-details__item.active .casino-details__content {
  max-height: 3500px;
  padding-top: 32px;
  visibility: visible;
  opacity: 1;
}
.casino-details__item.active .casino-details__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.casino-details__head {
  position: relative;
  cursor: pointer;
}
.casino-details__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.casino-details__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/ratings/casino-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.casino-details__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.casino-details__content .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.casino-details__content .plus-minus .block {
  border-radius: 12px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}
.casino-details__content .plus-minus .block-head {
  background: #3ddd72;
  color: var(--white);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.casino-details__content .plus-minus .block-head.minus {
  background: #ee4266;
}
.casino-details__content .plus-minus .block-content {
  padding: 24px 32px;
}
.casino-details__content .plus-minus .block-content .item {
  font-size: 16px;
  color: #06065f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 125%;
}
.casino-details__content .plus-minus .block-content .item:not(:last-child) {
  margin-bottom: 8px;
}
.casino-details__content .plus-minus .block-content .item .icon {
  margin-right: 12px;
}
.casino-details__top {
  background: linear-gradient(
    221.99deg,
    var(--dark-blue) 0.24%,
    var(--blue) 126.483%
  );
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  min-height: 183px;
}
.casino-details__top .img-block {
  padding: 0 40px;
  width: 50%;
}
.casino-details__top .img-block img {
  max-width: 360px;
  width: 100%;
}
.casino-details__top .info-block {
  padding-left: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}
.casino-details__top .info-block .item {
  border-radius: 8px;
  background: var(--white);
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  padding: 9px 12px;
  display: inline-block;
  line-height: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.casino-details__top .info-block .item:not(:last-child) {
  margin-bottom: 16px;
}
.casino-details__top .info-block .item span {
  font-size: 18px;
  font-weight: 400;
}
.casino-details__top .info-block.inline-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casino-details__bottom {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .about-rating__table .item {
    padding-left: 0;
  }
  .about-rating__table .item .name::before {
    margin-right: 16px;
  }
  .about-rating__table .item .rating-block .rating {
    margin-right: 8px;
  }
  .about-rating__table .item .rating-block .rating span:not(:first-child) {
    display: none;
  }
  .casino-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    min-height: 132px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .casino-details__top .img-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .casino-details__top .img-block img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .casino-details__top .info-block {
    display: none;
  }
  .casino-details__content .plus-minus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
/* Рейтинг казино за реальні гроші End */
.rate-casino a,
.faq-content a {
  text-decoration: underline;
}
.rate-casino__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.rate-casino__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rate-casino__item:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.rate-casino__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 16px;
  font-weight: 700;
}
.rate-casino__item .link .icon {
  margin-right: 12px;
}
.rate-casino__item .link-item {
  text-decoration: underline;
  margin-right: 5px;
}
.rate-casino__item .link:hover .link-item {
  text-decoration: none;
}
.rate-casino__item .name {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 20px;
}
.rate-casino__item .text {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1279px) {
  .rate-casino__item .name {
    height: 64px;
    font-size: 20px;
  }
}
.why-popular {
  background: #f0f0f6;
}

/* Рейтинг в казино Start */
.what-rating {
  background: var(--white);
}
.what-rating .item-top {
  margin-bottom: 16px;
}
.what-rating .item-top b {
  color: #0000ef;
}
.what-rating .post-content {
  padding-bottom: 0;
}
.what-rating .table-style tr th {
  text-align: center;
  font-size: 12px;
  padding: 15px 4px;
}

/* Рейтинг в казино End */
/* Мобільний блок з підпискою Start */
.ratings-bottom-mobile {
  display: none;
}

@media (max-width: 1279px) {
  .ratings-bottom-mobile {
    display: block;
  }
  .ratings-bottom-mobile .sub-banner {
    border-radius: 0;
  }
  .rate-casino__item {
    flex: 1 2 47%;
  }
}
/* Мобільний блок з підпискою End */
/* Основні принципи - Start */
.main-principals__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-principals__list .item:not(:last-child) {
  margin-bottom: 50px;
}
.main-principals__list .item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
.main-principals__list .item .text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-weight: 700;
}
.main-principals .list a {
  font-weight: 700;
  text-decoration: underline;
}
.main-principals blockquote {
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .main-principals__list .item {
    gap: 16px;
  }
  .main-principals__list .item:not(:last-child) {
    margin-bottom: 32px;
  }
  .main-principals__list .item .icon {
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
  }
}
/* Основні принципи - End */

/* cashback */
/* Ratings cashback Start */
.ratings-cashback {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 94px;
}
.ratings-cashback h2 {
  margin-bottom: 13px;
}
.ratings-cashback__list {
  counter-reset: cashback;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-cashback__list .cashback {
  background: var(--white);
  position: relative;
  padding: 35px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.ratings-cashback__list .cashback .info h3 {
  display: none;
}
.ratings-cashback__list .cashback .img-block {
  margin-bottom: 16px;
}
.ratings-cashback__list .cashback .img-block img {
  max-width: 186px;
  border-radius: 6px;
}
.ratings-cashback__list .cashback .info-cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-cashback__list .cashback .info-cashback .block {
  background: #06065f;
  color: var(--white);
  font-size: 16px;
  border-radius: 4px;
  height: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.ratings-cashback__list .cashback .info-cashback .block .icon {
  margin-right: 4px;
}
.ratings-cashback__list .cashback .info-cashback .block .count {
  min-width: 20px;
  text-align: center;
}
.ratings-cashback__list .cashback .info-cashback .block.trophy {
  background: #3ddd72;
  color: #06065f;
}
.ratings-cashback__list .cashback .info-cashback .block.star {
  background: #ffc145;
}
.ratings-cashback__list .cashback .info-cashback .block.info-btn {
  display: none;
}
.ratings-cashback__list .cashback .reg-bonus {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  max-width: 430px;
  line-height: 125%;
  background: #dadaec;
  border-radius: 4px;
  padding: 6px 12px;
  padding-left: 34px;
  margin-bottom: 16px;
  display: inline-block;
}
.ratings-cashback__list .cashback .reg-bonus .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-cashback__list .cashback .name {
  font-size: 18px;
  margin-bottom: 16px;
}
.ratings-cashback__list .cashback .desc ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ratings-cashback__list .cashback .desc ul li {
  font-size: 12px;
  width: 100%;
  color: #06065f;
}
.ratings-cashback__list .cashback .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.ratings-cashback__list .cashback .btn-block .btn {
  border: 1px solid var(--blue);
  white-space: nowrap;
  font-size: 16px;
}
.ratings-cashback__list .cashback .btn-block .btn:hover {
  border: 1px solid var(--blue);
}
.ratings-cashback__list .cashback .btn-block .detail,
.rating-block .detail {
  font-size: 16px;
  color: #9499ac;
  text-decoration: underline;
}
.btn.btn-blue span {
  font-family: "e-Ukraine";
}
.ratings-cashback__update {
  color: #9499ac;
  font-size: 12px;
}

@media (max-width: 1279px) {
  .ratings-cashback {
    padding-bottom: 40px;
  }
  .ratings-cashback__selectors {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ratings-cashback__selectors::-webkit-scrollbar {
    display: none;
  }
  .ratings-cashback__selectors .item {
    white-space: nowrap;
  }
  .ratings-cashback .cashback {
    display: block;
    padding: 32px 24px;
  }
  .ratings-cashback .cashback .img-block {
    margin-bottom: 24px;
  }
  .ratings-cashback .cashback .img-block img {
    max-width: 100%;
    width: 100%;
  }
  .ratings-cashback .cashback .info-cashback {
    margin-bottom: 24px;
  }
  .ratings-cashback .cashback .info-cashback .block.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ratings-cashback .cashback .name {
    margin-bottom: 24px;
  }
  .ratings-cashback .cashback .reg-bonus {
    margin-bottom: 16px;
  }
  .ratings-cashback .cashback .desc {
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 7px;
  }
  .ratings-cashback .cashback .desc ul {
    display: block;
  }
  .ratings-cashback .cashback .desc ul li {
    width: 100% !important;
  }
  .ratings-cashback .cashback .desc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* Ratings cashback End */
/* Рейтинг казино за реальні гроші Start */
.about-rating__table {
  counter-reset: cashback-list;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 25px;
}

.about-rating__table .item .name:before {
  counter-increment: cashback-list;
  content: counter(cashback-list);
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  margin-right: 32px;
}

.cashback-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.cashback-details__item.active .cashback-details__content {
  max-height: 3500px;
  padding-top: 32px;
  visibility: visible;
  opacity: 1;
}
.cashback-details__item.active .cashback-details__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.cashback-details__head {
  position: relative;
  cursor: pointer;
}
.cashback-details__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cashback-details__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/ratings/casino-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cashback-details__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cashback-details__content .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.cashback-details__content .plus-minus .block {
  border-radius: 12px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}
.cashback-details__content .plus-minus .block-head {
  background: #3ddd72;
  color: var(--white);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cashback-details__content .plus-minus .block-head.minus {
  background: #ee4266;
}
.cashback-details__content .plus-minus .block-content {
  padding: 24px 32px;
}
.cashback-details__content .plus-minus .block-content .item {
  font-size: 16px;
  color: #06065f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 125%;
}
.cashback-details__content .plus-minus .block-content .item:not(:last-child) {
  margin-bottom: 8px;
}
.cashback-details__content .plus-minus .block-content .item .icon {
  margin-right: 12px;
}
.cashback-details__top {
  background: linear-gradient(
    221.99deg,
    var(--dark-blue) 0.24%,
    var(--blue) 126.483%
  );
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  min-height: 183px;
}
.cashback-details__top .img-block {
  padding: 0 40px;
  width: 50%;
}
.cashback-details__top .img-block img {
  max-width: 360px;
  width: 100%;
}
.cashback-details__top .info-block {
  padding-left: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}
.cashback-details__top .info-block .item {
  border-radius: 8px;
  background: var(--white);
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  padding: 9px 12px;
  display: inline-block;
  line-height: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.cashback-details__top .info-block .item:not(:last-child) {
  margin-bottom: 16px;
}
.cashback-details__top .info-block .item span {
  font-size: 18px;
  font-weight: 400;
}
.cashback-details__top .info-block.inline-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cashback-details__bottom {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .cashback-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    min-height: 132px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cashback-details__top .img-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .cashback-details__top .img-block img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .cashback-details__top .info-block {
    display: none;
  }
  .cashback-details__content .plus-minus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
/* Рейтинг казино за реальні гроші End */
.rate-cashback a,
.faq-content a {
  text-decoration: underline;
}
.rate-cashback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.rate-cashback__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rate-cashback__item:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.rate-cashback__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 16px;
  font-weight: 700;
}
.rate-cashback__item .link .icon {
  margin-right: 12px;
}
.rate-cashback__item .link-item {
  text-decoration: underline;
  margin-right: 5px;
}
.rate-cashback__item .link:hover .link-item {
  text-decoration: none;
}
.rate-cashback__item .name {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 20px;
}
.rate-cashback__item .text {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1279px) {
  .rate-cashback__item .name {
    height: 64px;
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .rate-cashback__item {
    flex: 1 2 47%;
  }
}

.firsttr td {
  background-color: #dadaec;
}
/* end cashback */

/* bookmakers Start */
.ratings-bookmakers {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 94px;
}
.ratings-bookmakers h2 {
  margin-bottom: 13px;
}
.ratings-bookmakers__list {
  counter-reset: bookmakers;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-bookmakers__list .bookmakers {
  background: var(--white);
  position: relative;
  padding: 35px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.ratings-bookmakers__list .bookmakers .info h3 {
  display: none;
}
.ratings-bookmakers__list .bookmakers .img-block {
  margin-bottom: 16px;
}
.ratings-bookmakers__list .bookmakers .img-block img {
  max-width: 186px;
  border-radius: 6px;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block {
  background: #06065f;
  color: var(--white);
  font-size: 16px;
  border-radius: 4px;
  height: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block .icon {
  margin-right: 4px;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block .count {
  min-width: 20px;
  text-align: center;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block.trophy {
  background: #3ddd72;
  color: #06065f;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block.star {
  background: #ffc145;
}
.ratings-bookmakers__list .bookmakers .info-bookmakers .block.info-btn {
  display: none;
}
.ratings-bookmakers__list .bookmakers .reg-bonus {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  max-width: 430px;
  line-height: 125%;
  background: #dadaec;
  border-radius: 4px;
  padding: 6px 12px;
  padding-left: 34px;
  margin-bottom: 16px;
  display: inline-block;
}
.ratings-bookmakers__list .bookmakers .reg-bonus .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-bookmakers__list .bookmakers .name {
  font-size: 18px;
  margin-bottom: 16px;
}
.ratings-bookmakers__list .bookmakers .desc ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ratings-bookmakers__list .bookmakers .desc ul li {
  font-size: 12px;
  width: 100%;
  color: #06065f;
}
.ratings-bookmakers__list .bookmakers .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-bookmakers__list .bookmakers .btn-block .btn {
  border: 1px solid var(--blue);
  white-space: nowrap;
  font-size: 16px;
}
.ratings-bookmakers__list .bookmakers .btn-block .btn:hover {
  border: 1px solid var(--blue);
}
.ratings-bookmakers__list .bookmakers .btn-block .detail,
.rating-block .detail {
  font-size: 16px;
  color: #9499ac;
  text-decoration: underline;
}
.btn.btn-blue span {
  font-family: "e-Ukraine";
}
.ratings-bookmakers__update {
  color: #9499ac;
  font-size: 12px;
}

@media (max-width: 1279px) {
  .ratings-bookmakers {
    padding-bottom: 40px;
  }
  .ratings-bookmakers__selectors {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ratings-bookmakers__selectors::-webkit-scrollbar {
    display: none;
  }
  .ratings-bookmakers__selectors .item {
    white-space: nowrap;
  }
  .ratings-bookmakers .bookmakers {
    display: block;
    padding: 32px 24px;
  }
  .ratings-bookmakers .bookmakers .img-block {
    margin-bottom: 24px;
  }
  .ratings-bookmakers .bookmakers .img-block img {
    max-width: 100%;
    width: 100%;
  }
  .ratings-bookmakers .bookmakers .info-bookmakers {
    margin-bottom: 24px;
  }
  .ratings-bookmakers .bookmakers .info-bookmakers .block.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ratings-bookmakers .bookmakers .name {
    margin-bottom: 24px;
  }
  .ratings-bookmakers .bookmakers .reg-bonus {
    margin-bottom: 16px;
  }
  .ratings-bookmakers .bookmakers .desc {
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 7px;
  }
  .ratings-bookmakers .bookmakers .desc ul {
    display: block;
  }
  .ratings-bookmakers .bookmakers .desc ul li {
    width: 100% !important;
  }
  .ratings-bookmakers .bookmakers .desc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* Ratings bookmakers End */
/* Рейтинг казино за реальні гроші Start */
.about-rating__table {
  counter-reset: bookmakers-list;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 25px;
}

.about-rating__table .item .name:before {
  counter-increment: bookmakers-list;
  content: counter(bookmakers-list);
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  margin-right: 32px;
}

.bookmakers-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.bookmakers-details__item.active .bookmakers-details__content {
  max-height: 3500px;
  padding-top: 32px;
  visibility: visible;
  opacity: 1;
}
.bookmakers-details__item.active .bookmakers-details__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.bookmakers-details__head {
  position: relative;
  cursor: pointer;
}
.bookmakers-details__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bookmakers-details__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/ratings/casino-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bookmakers-details__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bookmakers-details__content .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.bookmakers-details__content .plus-minus .block {
  border-radius: 12px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}
.bookmakers-details__content .plus-minus .block-head {
  background: #3ddd72;
  color: var(--white);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bookmakers-details__content .plus-minus .block-head.minus {
  background: #ee4266;
}
.bookmakers-details__content .plus-minus .block-content {
  padding: 24px 32px;
}
.bookmakers-details__content .plus-minus .block-content .item {
  font-size: 16px;
  color: #06065f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 125%;
}
.bookmakers-details__content .plus-minus .block-content .item:not(:last-child) {
  margin-bottom: 8px;
}
.bookmakers-details__content .plus-minus .block-content .item .icon {
  margin-right: 12px;
}
.bookmakers-details__top {
  background: linear-gradient(
    221.99deg,
    var(--dark-blue) 0.24%,
    var(--blue) 126.483%
  );
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  min-height: 183px;
}
.bookmakers-details__top .img-block {
  padding: 0 40px;
  width: 50%;
}
.bookmakers-details__top .img-block img {
  max-width: 360px;
  width: 100%;
}
.bookmakers-details__top .info-block {
  padding-left: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}
.bookmakers-details__top .info-block .item {
  border-radius: 8px;
  background: var(--white);
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  padding: 9px 12px;
  display: inline-block;
  line-height: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.bookmakers-details__top .info-block .item:not(:last-child) {
  margin-bottom: 16px;
}
.bookmakers-details__top .info-block .item span {
  font-size: 18px;
  font-weight: 400;
}
.bookmakers-details__top .info-block.inline-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookmakers-details__bottom {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .bookmakers-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    min-height: 132px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bookmakers-details__top .img-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .bookmakers-details__top .img-block img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .bookmakers-details__top .info-block {
    display: none;
  }
  .bookmakers-details__content .plus-minus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
/* Рейтинг казино за реальні гроші End */
.rate-bookmakers a,
.faq-content a {
  text-decoration: underline;
}
.rate-bookmakers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.rate-bookmakers__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rate-bookmakers__item:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.rate-bookmakers__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 16px;
  font-weight: 700;
}
.rate-bookmakers__item .link .icon {
  margin-right: 12px;
}
.rate-bookmakers__item .link-item {
  text-decoration: underline;
  margin-right: 5px;
}
.rate-bookmakers__item .link:hover .link-item {
  text-decoration: none;
}
.rate-bookmakers__item .name {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 20px;
}
.rate-bookmakers__item .text {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1279px) {
  .rate-bookmakers__item .name {
    height: 64px;
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .rate-bookmakers__item {
    flex: 1 2 47%;
  }
}
/* end bookmakers */

/* crypto-exchanges Start */
.ratings-crypto-exchanges {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 94px;
}
.ratings-crypto-exchanges h2 {
  margin-bottom: 13px;
}
.ratings-crypto-exchanges__list {
  counter-reset: crypto-exchanges;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-crypto-exchanges__list .crypto-exchanges {
  background: var(--white);
  position: relative;
  padding: 35px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.ratings-crypto-exchanges__list .crypto-exchanges .info h3 {
  display: none;
}
.ratings-crypto-exchanges__list .crypto-exchanges .img-block {
  margin-bottom: 16px;
}
.ratings-crypto-exchanges__list .crypto-exchanges .img-block img {
  max-width: 186px;
  border-radius: 6px;
}
.ratings-crypto-exchanges__list .crypto-exchanges .info-crypto-exchanges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block {
  background: #06065f;
  color: var(--white);
  font-size: 16px;
  border-radius: 4px;
  height: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block
  .icon {
  margin-right: 4px;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block
  .count {
  min-width: 20px;
  text-align: center;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block.trophy {
  background: #3ddd72;
  color: #06065f;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block.star {
  background: #ffc145;
}
.ratings-crypto-exchanges__list
  .crypto-exchanges
  .info-crypto-exchanges
  .block.info-btn {
  display: none;
}
.ratings-crypto-exchanges__list .crypto-exchanges .reg-bonus {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  max-width: 430px;
  line-height: 125%;
  background: #dadaec;
  border-radius: 4px;
  padding: 6px 12px;
  padding-left: 34px;
  margin-bottom: 16px;
  display: inline-block;
}
.ratings-crypto-exchanges__list .crypto-exchanges .reg-bonus .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-crypto-exchanges__list .crypto-exchanges .name {
  font-size: 18px;
  margin-bottom: 16px;
}
.ratings-crypto-exchanges__list .crypto-exchanges .desc ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ratings-crypto-exchanges__list .crypto-exchanges .desc ul li {
  font-size: 12px;
  width: 100%;
  color: #06065f;
}
.ratings-crypto-exchanges__list .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.ratings-crypto-exchanges__list .crypto-exchanges .btn-block .btn {
  border: 1px solid var(--blue);
  white-space: nowrap;
  font-size: 16px;
}
.ratings-crypto-exchanges__list .crypto-exchanges .btn-block .btn:hover {
  border: 1px solid var(--blue);
}
.ratings-crypto-exchanges__list .crypto-exchanges .btn-block .detail,
.rating-block .detail {
  font-size: 16px;
  color: #9499ac;
  text-decoration: underline;
}
.btn.btn-blue span {
  font-family: "e-Ukraine";
}
.ratings-crypto-exchanges__update {
  color: #9499ac;
  font-size: 12px;
}

@media (max-width: 1279px) {
  .ratings-crypto-exchanges {
    padding-bottom: 40px;
  }
  .ratings-crypto-exchanges__selectors {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ratings-crypto-exchanges__selectors::-webkit-scrollbar {
    display: none;
  }
  .ratings-crypto-exchanges__selectors .item {
    white-space: nowrap;
  }
  .ratings-crypto-exchanges .crypto-exchanges {
    display: block;
    padding: 32px 24px;
  }
  .ratings-crypto-exchanges .crypto-exchanges .img-block {
    margin-bottom: 24px;
  }
  .ratings-crypto-exchanges .crypto-exchanges .img-block img {
    max-width: 100%;
    width: 100%;
  }
  .ratings-crypto-exchanges .crypto-exchanges .info-crypto-exchanges {
    margin-bottom: 24px;
  }
  .ratings-crypto-exchanges
    .crypto-exchanges
    .info-crypto-exchanges
    .block.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ratings-crypto-exchanges .crypto-exchanges .name {
    margin-bottom: 24px;
  }
  .ratings-crypto-exchanges .crypto-exchanges .reg-bonus {
    margin-bottom: 16px;
  }
  .ratings-crypto-exchanges .crypto-exchanges .desc {
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 7px;
  }
  .ratings-crypto-exchanges .crypto-exchanges .desc ul {
    display: block;
  }
  .ratings-crypto-exchanges .crypto-exchanges .desc ul li {
    width: 100% !important;
  }
  .ratings-crypto-exchanges .crypto-exchanges .desc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* Ratings crypto-exchanges End */
/* Рейтинг казино за реальні гроші Start */
.about-rating__table {
  counter-reset: crypto-exchanges-list;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 25px;
}

.about-rating__table .item .name:before {
  counter-increment: crypto-exchanges-list;
  content: counter(crypto-exchanges-list);
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  margin-right: 32px;
}

.crypto-exchanges-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.crypto-exchanges-details__item.active .crypto-exchanges-details__content {
  max-height: 3500px;
  padding-top: 32px;
  visibility: visible;
  opacity: 1;
}
.crypto-exchanges-details__item.active .crypto-exchanges-details__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.crypto-exchanges-details__head {
  position: relative;
  cursor: pointer;
}
.crypto-exchanges-details__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.crypto-exchanges-details__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/ratings/casino-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.crypto-exchanges-details__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.crypto-exchanges-details__content .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.crypto-exchanges-details__content .plus-minus .block {
  border-radius: 12px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}
.crypto-exchanges-details__content .plus-minus .block-head {
  background: #3ddd72;
  color: var(--white);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.crypto-exchanges-details__content .plus-minus .block-head.minus {
  background: #ee4266;
}
.crypto-exchanges-details__content .plus-minus .block-content {
  padding: 24px 32px;
}
.crypto-exchanges-details__content .plus-minus .block-content .item {
  font-size: 16px;
  color: #06065f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 125%;
}
.crypto-exchanges-details__content
  .plus-minus
  .block-content
  .item:not(:last-child) {
  margin-bottom: 8px;
}
.crypto-exchanges-details__content .plus-minus .block-content .item .icon {
  margin-right: 12px;
}
.crypto-exchanges-details__top {
  background: linear-gradient(
    221.99deg,
    var(--dark-blue) 0.24%,
    var(--blue) 126.483%
  );
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  min-height: 183px;
}
.crypto-exchanges-details__top .img-block {
  padding: 0 40px;
  width: 50%;
}
.crypto-exchanges-details__top .img-block img {
  max-width: 360px;
  width: 100%;
}
.crypto-exchanges-details__top .info-block {
  padding-left: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}
.crypto-exchanges-details__top .info-block .item {
  border-radius: 8px;
  background: var(--white);
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  padding: 9px 12px;
  display: inline-block;
  line-height: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.crypto-exchanges-details__top .info-block .item:not(:last-child) {
  margin-bottom: 16px;
}
.crypto-exchanges-details__top .info-block .item span {
  font-size: 18px;
  font-weight: 400;
}
.crypto-exchanges-details__top .info-block.inline-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.crypto-exchanges-details__bottom {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .crypto-exchanges-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    min-height: 132px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .crypto-exchanges-details__top .img-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .crypto-exchanges-details__top .img-block img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .crypto-exchanges-details__top .info-block {
    display: none;
  }
  .crypto-exchanges-details__content .plus-minus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
/* Рейтинг казино за реальні гроші End */
.rate-crypto-exchanges a,
.faq-content a {
  text-decoration: underline;
}
.rate-crypto-exchanges__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.rate-crypto-exchanges__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rate-crypto-exchanges__item:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.rate-crypto-exchanges__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 16px;
  font-weight: 700;
}
.rate-crypto-exchanges__item .link .icon {
  margin-right: 12px;
}
.rate-crypto-exchanges__item .link-item {
  text-decoration: underline;
  margin-right: 5px;
}
.rate-crypto-exchanges__item .link:hover .link-item {
  text-decoration: none;
}
.rate-crypto-exchanges__item .name {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 20px;
}
.rate-crypto-exchanges__item .text {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1279px) {
  .rate-crypto-exchanges__item .name {
    height: 64px;
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .rate-crypto-exchanges__item {
    flex: 1 2 47%;
  }
}
/* end crypto-exchanges */

/* page-block Start */
.ratings-page-block {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 94px;
}
.ratings-page-block h2 {
  margin-bottom: 13px;
}
.ratings-page-block__list {
  counter-reset: page-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.ratings-page-block__list .page-block {
  background: #fff;
  position: relative;
  padding: 35px 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.ratings-page-block__list .page-block .info h3 {
  display: none;
}
.ratings-page-block__list .page-block .img-block {
  margin-bottom: 16px;
}
.ratings-page-block__list .page-block .img-block img {
  max-width: 186px;
  border-radius: 6px;
}
.ratings-page-block__list .page-block .info-page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.ratings-page-block__list .page-block .info-page-block .block {
  background: #06065f;
  color: var(--white);
  font-size: 16px;
  border-radius: 4px;
  height: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.ratings-page-block__list .page-block .info-page-block .block .icon {
  margin-right: 4px;
}
.ratings-page-block__list .page-block .info-page-block .block .count {
  min-width: 20px;
  text-align: center;
}
.ratings-page-block__list .page-block .info-page-block .block.trophy {
  background: #3ddd72;
  color: #06065f;
}
.ratings-page-block__list .page-block .info-page-block .block.star {
  background: #ffc145;
}
.ratings-page-block__list .page-block .info-page-block .block.info-btn {
  display: none;
}
.ratings-page-block__list .page-block .reg-bonus {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
  max-width: 430px;
  line-height: 125%;
  background: #dadaec;
  border-radius: 4px;
  padding: 6px 12px;
  padding-left: 34px;
  margin-bottom: 16px;
  display: inline-block;
}
.ratings-page-block__list .page-block .reg-bonus .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ratings-page-block__list .page-block .name {
  font-size: 18px;
  margin-bottom: 16px;
}
.ratings-page-block__list .page-block .desc ul {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ratings-page-block__list .page-block .desc ul li {
  font-size: 12px;
  width: 100%;
  color: #06065f;
}
.ratings-page-block__list .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.ratings-page-block__list .page-block .btn-block .btn {
  border: 1px solid var(--blue);
  white-space: nowrap;
  font-size: 16px;
  min-width: 200px;
}
.ratings-page-block__list .page-block .btn-block .btn:hover {
  border: 1px solid var(--blue);
}
.ratings-page-block__list .page-block .btn-block .detail,
.rating-block .detail {
  font-size: 16px;
  color: #9499ac;
  text-decoration: underline;
}
.btn.btn-blue span {
  font-family: "e-Ukraine";
}
.ratings-page-block__update {
  color: #9499ac;
  font-size: 12px;
}

@media (max-width: 767px) {
  .ratings-page-block {
    padding-bottom: 40px;
  }
  .ratings-page-block__selectors {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ratings-page-block__selectors::-webkit-scrollbar {
    display: none;
  }
  .ratings-page-block__selectors .item {
    white-space: nowrap;
  }
  .ratings-page-block .page-block {
    display: block;
    padding: 32px 24px;
  }
  .ratings-page-block .page-block .img-info {
    display: flex;
    gap: 16px;
  }
  .ratings-page-block .page-block .img-block {
    margin-bottom: 24px;
    width: 60%;
  }
  .ratings-page-block .page-block .img-block img {
    max-width: 100%;
    width: 100%;
  }
  .ratings-page-block .page-block .info-page-block {
    margin-bottom: 24px;
    flex-direction: column;
    flex: auto;
  }
  .ratings-page-block .page-block .info-page-block .block {
    width: 100%;
  }
  .ratings-page-block .page-block .info-page-block .block.info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ratings-page-block .page-block .name {
    margin-bottom: 24px;
  }
  .ratings-page-block .page-block .reg-bonus {
    margin-bottom: 16px;
  }
  .ratings-page-block .page-block .desc {
    padding-top: 0;
    margin-bottom: 16px;
    padding-left: 7px;
  }
  .ratings-page-block .page-block .desc ul {
    display: block;
  }
  .ratings-page-block .page-block .desc ul li {
    width: 100% !important;
  }
  .ratings-page-block .page-block .desc ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* Ratings page-block End */
/* Рейтинг казино за реальні гроші Start */
.about-rating__table {
  counter-reset: page-block-list;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 25px;
}

.about-rating__table .item .name:before {
  counter-increment: page-block-list;
  content: counter(page-block-list);
  width: 39px;
  height: 39px;
  border-radius: 6px;
  background: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  margin-right: 32px;
}

.page-block-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.page-block-details__item.active .page-block-details__content {
  max-height: 3500px;
  padding-top: 32px;
  visibility: visible;
  opacity: 1;
}
.page-block-details__item.active .page-block-details__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page-block-details__head {
  position: relative;
  cursor: pointer;
}
.page-block-details__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-block-details__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/ratings/casino-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-block-details__content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-block-details__content .plus-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.page-block-details__content .plus-minus .block {
  border-radius: 12px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}
.page-block-details__content .plus-minus .block-head {
  background: #3ddd72;
  color: var(--white);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-block-details__content .plus-minus .block-head.minus {
  background: #ee4266;
}
.page-block-details__content .plus-minus .block-content {
  padding: 24px 32px;
}
.page-block-details__content .plus-minus .block-content .item {
  font-size: 16px;
  color: #06065f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 125%;
}
.page-block-details__content .plus-minus .block-content .item:not(:last-child) {
  margin-bottom: 8px;
}
.page-block-details__content .plus-minus .block-content .item .icon {
  margin-right: 12px;
}
.page-block-details__top {
  background: linear-gradient(
    221.99deg,
    var(--dark-blue) 0.24%,
    var(--blue) 126.483%
  );
  border-radius: 12px 12px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  min-height: 183px;
}
.page-block-details__top .img-block {
  padding: 0 40px;
  width: 50%;
}
.page-block-details__top .img-block img {
  max-width: 360px;
  max-height: 134px;
  width: auto;
  margin: 0 auto;
}
.page-block-details__top .info-block {
  padding-left: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
}
.page-block-details__top .info-block .item {
  border-radius: 8px;
  background: var(--white);
  color: var(--dark-blue);
  /*font-size: 32px;*/
  font-size: 24px;
  font-weight: 700;
  padding: 9px 12px;
  display: inline-block;
  line-height: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.page-block-details__top .info-block .item:not(:last-child) {
  margin-bottom: 16px;
}
.page-block-details__top .info-block .item span {
  font-size: 18px;
  font-weight: 400;
}
.page-block-details__top .info-block.inline-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-block-details__bottom {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 1279px) {
  .page-block-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    min-height: 132px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-block-details__top .img-block {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }
  .page-block-details__top .img-block img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .page-block-details__top .info-block {
    display: none;
  }
  .page-block-details__content .plus-minus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
/* Рейтинг казино за реальні гроші End */
.rate-page-block a,
.faq-content a {
  text-decoration: underline;
}
.rate-page-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.rate-page-block__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  background: var(--white);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.rate-page-block__item:hover {
  transform: scale(1.03);
  cursor: pointer;
}
.rate-page-block__item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 16px;
  font-weight: 700;
}
.rate-page-block__item .link .icon {
  margin-right: 12px;
}
.rate-page-block__item .link-item {
  text-decoration: underline;
  margin-right: 5px;
}
.rate-page-block__item .link:hover .link-item {
  text-decoration: none;
}
.rate-page-block__item .name {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 20px;
}
.rate-page-block__item .text {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1279px) {
  .rate-page-block__item .name {
    height: 64px;
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .rate-page-block__item {
    flex: 1 2 47%;
  }
}
/* end page-block */

.category-online-beauty-shops .page-block-details__top .info-block .item {
  font-size: 24px;
  margin-bottom: 10px;
}

.category-online-beauty-shops .page-block-details__top .img-block img {
  max-width: 300px;
  max-height: 120px;
}