@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap);
*,
a {
  font-family: Montserrat, sans-serif;
}
.r-desktop__aside .aside-header a:hover,
.r-logo-wrap .burger:hover {
  opacity: 0.75;
}
.r-btn:hover,
a {
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #fbf9ff;
  scroll-behavior: smooth !important;
}
.r-casino-caption .rating .r-single-casino-review,
.r-flex {
  display: flex;
}
.r-al-center {
  align-items: center;
}
.r-al-start {
  align-items: start;
}
.r-al-end {
  align-items: end;
}
.r-jc-start {
  justify-content: flex-start;
}
.r-jc-center {
  justify-content: center;
}
.r-jc-between {
  justify-content: space-between;
}
.r-jc-end {
  justify-content: flex-end;
}
.r-jc-around {
  justify-content: space-around;
}
.r-wrap {
  flex-wrap: wrap;
}
.r-gap {
  gap: 16px;
}
.r-gap-2 {
  gap: 20px;
}
.r-container {
  width: 100%;
  max-width: 1632px;
  margin: 0 auto;
}
.r-block {
  margin: 20px 0;
}
.r-input {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f8f6ff;
  width: 100%;
  outline: 0 !important;
}
.r-input::placeholder {
  color: #dcd8e0;
}
.r-slot-heading-title {
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
}
.r-breadcrumbs a,
.r-content a,
.r-logo,
.r-logo-wrap .r-logo span,
.r-menu-top-list .current-menu-item > a,
.r-menu-top-list .sub-menu a:hover,
.r-menu-top-list a:hover {
  color: #fce300;
}
.r-content-container {
  background: rgba(70, 90, 109, 0.51);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 24px;
}
.r-content-container:after {
  clear: both;
  content: '';
  display: block;
}
.alignright {
  float: right;
  margin: 16px 0 16px 16px;
}
.alignleft {
  float: left;
  margin: 16px 16px 16px 0;
}
.r-content table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
  border: none;
}
.wp-block-embed iframe {
  width: 100%;
  height: 490px;
}
.r-content table tr {
  border: none;
  padding: 5px;
  border-radius: 8px;
}
.r-content table tr:first-child td {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
.r-content table tbody tr:nth-child(2n),
.r-content table thead tr,
.r-slots-chars .r-char-marked {
  background: rgba(148, 149, 164, 0.3);
}
.r-content table td {
  border: none;
  padding: 14px 0 14px 24px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #fff;
}
.r-content table td:first-child {
  border-radius: 8px 0 0 8px;
  padding: 14px 24px;
}
.r-content h1,
.r-content h2,
.r-content h3,
.r-content h4,
.r-content h5 {
  margin-bottom: 24px;
  line-height: 1.2;
  color: #fff;
}
.r-content li,
.r-content p {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}
.r-author-socials a,
.r-content strong,
.r-input-group label,
.r-provider-banner .r-shortcode-global-wrap .r-listed-bonus-descr {
  color: #fff;
}
.r-content .alginleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.r-content ol,
.r-content ul {
  margin-bottom: 10px;
  list-style: none;
}
.r-content li {
  position: relative;
  padding: 0 0 0 20px;
}
.r-content li:before {
  content: '';
  background: url(../img/listitem.svg) no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.r-content img {
  object-fit: cover;
  max-width: 100%;
  border-radius: 5px;
}
.r-content .alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.r-content .alginright {
  float: right;
  margin: 10px 0 10px 20px;
}
.r-content .aligncenter {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.r-content .aligncenter img {
  width: 100%;
  object-fit: cover;
  height: 320px;
  object-position: top center;
}
.r-casino-chars .r-char:last-child,
.r-content .wp-block-column .aligncenter,
.r-single-provider .r-shortcode-wrap,
.r-slot-single-head h1,
.r-top-listed-bonus li:last-child,
.title-wrap h2,
.title-wrap h3,
.title-wrap h4,
.title-wrap h5,
.wp-block-columns {
  margin-bottom: 0;
}
.r-casinos-grid .r-casino-grid .thumb img,
.r-content .wp-block-column .aligncenter img,
.r-shortcode-providers .r-provider img {
  object-fit: contain;
}
.wp-element-caption {
  text-align: center;
  margin-top: 8px;
}
.r-search-results::-webkit-scrollbar,
.r-sidebar-wrapper::-webkit-scrollbar {
  width: 0;
}
.r-sidebar-wrapper::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 8px;
}
.r-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: 0 0;
}
.r-sidebar-wrapper ::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}
.r-header {
  background-color: rgba(70, 90, 109, 0.51);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: sticky;
  width: 100%;
  z-index: 150;
  padding: 10px 20px;
  top: 0;
}
.r-header__flex {
  gap: 2rem;
}
.r-logo-wrap {
  flex-basis: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.r-logo-wrap .r-logo {
  align-items: center;
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
  color: #fff;
}
.r-logo-wrap .r-logo svg {
  margin-right: 10px;
}
.r-logo-wrap .burger {
  transition: opacity 0.3s;
  color: #fff;
  cursor: pointer;
}
.r-logo-wrap .burger svg {
  width: 32px;
  height: 32px;
}
.r-logo-wrap .custom-logo-link {
  width: 100%;
  max-width: 73px;
  display: block;
  height: 42px;
  margin-right: 32px;
}
.r-logo {
  font-weight: bolder;
  font-size: 18px;
}
.r-menu-top-list {
  list-style: none;
  gap: 3rem;
}
.r-menu-top-list a {
  font-size: 16px;
  color: #fff;
  transition: color 0.3s;
  letter-spacing: 0.32px;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}
.r-menu-top-list .menu-item-has-children {
  position: relative;
  padding: 0 30px 0 0;
}
.r-menu-top-list .menu-item-has-children:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/down.svg) 0 0 / contain no-repeat;
  width: 24px;
  height: 24px;
}
.r-chars-providers-dd-active,
.r-menu-top-list .menu-item-has-children:hover .sub-menu,
.r-slot-theme-sort-dd-active,
.r-success-message-active {
  opacity: 1;
  visibility: visible;
}
.r-menu-top-list .sub-menu {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  width: 240px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 500;
  box-shadow: 0 20px 40px 0 rgba(16, 16, 16, 0.6);
  background: rgba(70, 90, 109, 0.91);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.r-menu-top-list .sub-menu a {
  white-space: unset;
  padding: 5px;
  font-size: 16px;
  width: 100%;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.r-menu-top-list .menu-item-has-children:last-child .sub-menu,
.r-menu-top-list > .menu-item-has-children-right > .sub-menu {
  left: unset;
  right: 0;
}
.r-menu-top-list .sub-menu a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.wp-menu-img-before img {
  margin-right: 0;
}
.r-shortcode-wrap {
  background: 0 0;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}
.r-desktop__aside.active {
  left: 0;
}
.r-desktop__aside {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  left: -100%;
  max-width: 300px;
  width: 100%;
  z-index: 150;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(70, 90, 109, 0.51);
  padding: 80px 12px 20px;
  transition: left 0.3s;
}
.r-desktop__aside::-webkit-scrollbar {
  width: 1px;
}
.r-desktop__aside .aside-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.r-desktop__aside .aside-header a {
  transition: opacity 0.3s;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #39556d;
  flex-grow: 1;
  flex-basis: 45%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.r-desktop__aside .aside-header a:first-child,
.r-html-sitemap .has-child .sub-list {
  flex-basis: 100%;
}
.r-cookie-policy-container a,
.r-country-cat:hover .r-cat-title,
.r-desktop__aside .aside-header a svg,
.r-displaying .current,
.r-displaying .total,
.r-footer .r-footer-menu a:hover,
.r-html-sitemap .with-dropdown h2:hover,
.r-provider-banner .r-shortcode-global-wrap .r-listed-bonus-title,
.r-slot-looped .provider:hover,
.r-slot-looped .theme a:hover,
.r-slot-looped .title:hover,
.r-slot-theme-current:hover,
.r-slot-theme-sorting:hover,
.r-table-of-content a:hover {
  color: #fce300;
}
.r-desktop__aside .r-desktop__burger-menu {
  margin-bottom: 2rem;
}
.r-desktop__aside .r-desktop__burger-menu .menu-item-has-children > a:after {
  display: block;
  width: 24px;
  height: 24px;
  content: url(../img/down.svg);
}
.r-desktop__aside .r-desktop__burger-menu a {
  color: #fff;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-size: 14px;
  font-weight: bolder;
  border-radius: 10px;
  border-bottom: 1px solid #39556d;
  transition: background-color 0.3s;
}
.r-desktop__aside .r-desktop__burger-menu a:hover {
  background-color: #39556d;
}
.r-desktop__aside .r-desktop__burger-menu .sub-menu {
  max-height: 0;
  background-color: rgba(57, 85, 109, 0.42);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    max-height 0.3s;
}
.r-desktop__aside .r-desktop__burger-menu .sub-menu a {
  border-bottom: 0;
  padding: 12px 24px;
}
.r-desktop__aside .r-desktop__burger-menu .sub-menu.active {
  max-height: 1024px;
  opacity: 1;
  visibility: visible;
}
.r-desktop__aside .casinos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.r-desktop__aside .seemore {
  color: #fce300;
  font-weight: bolder;
}
.r-desktop__aside .title {
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}
.r-desktop__aside .r-sidebar-casino {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.r-desktop__aside .r-sidebar-casino .r-slot-image {
  display: flex;
  overflow: hidden;
  height: 60px;
  padding: 0.25rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(70, 90, 109, 0.51);
  border-radius: 10px;
}
.r-desktop__aside .r-sidebar-casino .r-slot-image:hover img {
  transform: scale(1.05);
}
.r-desktop__aside .r-sidebar-casino img {
  transition: transform 0.3s;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.r-desktop__aside .r-sidebar__socials .r-footer-socials {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.r-desktop__aside .r-sidebar__socials a {
  transition: opacity 0.3s;
}
.r-desktop__aside .r-sidebar__socials a:hover,
.r-pagination li a:hover,
.validation-field.active:hover {
  opacity: 0.75;
}
.r-loading {
  min-height: 300px;
}
.r-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: contain;
  width: 150px;
  height: 150px;
}
.r-shortcode-filter {
  background-color: transparent;
  border-radius: 5px;
  margin-bottom: 20px;
}
.r-search-form {
  width: 100%;
  flex-basis: 440px;
}
.mobile-only,
.r-btn-mobile-burger,
.r-burger,
.r-country-block:before,
.r-menu-top .r-search-form,
.r-menu-top-list .custom-logo-link,
.r-mobile-header,
.r-provider-banner .r-shortcode-global-wrap .r-listed-caption,
.r-provider-banner .r-shortcode-global-wrap .r-listed-review,
.r-provider-banner .r-shortcode-global-wrap .r-top-listed-bonus,
.r-search-results .r-top-listed-bonus,
input[name='usercheck'] {
  display: none;
}
.r-search-form .r-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: transparent;
  color: #fce300;
  display: flex;
  align-items: center;
}
.r-search-form .r-input {
  border: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 8px 12px 8px 16px;
}
.r-search-form .r-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.r-selector {
  width: 100%;
  position: relative;
}
.r-selector-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 200px;
  overflow-y: scroll;
  transition: opacity 0.1s;
  z-index: 50;
  margin-top: 8px;
}
.r-slot-caption,
.r-slots-list .loader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.r-selector-dropdown-active {
  opacity: 1;
  visibility: visible;
  background: rgba(70, 90, 109, 0.51);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
}
.r-selector-current {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
.r-selector-item {
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.r-sidebar,
.r-table-of-content {
  background: rgba(70, 90, 109, 0.51);
  padding: 32px;
}
.r-selector-item:hover {
  background-color: rgba(70, 90, 109, 0.81);
  color: #fff;
}
.r-selector-item:first-child,
.r-sidebar-categories-list li:first-child {
  border-radius: 5px 5px 0 0;
}
.r-selector-item:last-child {
  border-radius: 0 0 5px 5px;
}
.r-block-w-sidebar {
  align-items: flex-start;
  gap: 32px;
}
.r-block-w-sidebar .r-content {
  width: 100%;
  max-width: 1192px;
}
.r-block-w-sidebar .r-sidebar-wrapper {
  width: 100%;
  max-width: 376px;
  height: 100vh;
  overflow-y: scroll;
}
.r-sidebar {
  backdrop-filter: blur(40px);
  border-radius: 12px;
}
.r-shortcode-archive {
  gap: 18.8px;
  width: 100%;
}
.r-slot-looped {
  border-radius: 8px;
  width: 100%;
  max-width: 175px;
}
.r-slot-looped .title {
  font-weight: bolder;
  font-size: 14px;
  color: #fff;
  transition: color 0.3s;
}
.r-slot-looped .provider {
  color: #ddd;
  font-size: 12px;
  transition: color 0.3s;
}
.r-slot-looped .r-slot-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.r-slot-looped .theme {
  font-size: 12px;
  color: #ddd;
  line-height: 1.5;
}
.r-slot-looped .theme a {
  color: #fff;
  transition: color 0.3s;
}
.r-title {
  line-height: 1.2;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
.r-table-of-content {
  margin-top: 2rem;
}
.r-table-of-content .r-sidebar-title {
  margin-bottom: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.r-html-sitemap .btn-show-more:hover,
.r-html-sitemap a:hover,
.r-slot-looped:hover .r-slot-image-wrap:before,
.r-table-of-content .r-sidebar-title:hover {
  opacity: 0.85;
}
.r-table-of-content ol {
  max-height: 0;
  overflow: hidden;
  margin-top: -1.5rem;
  padding: 1.5rem 0 0 1rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  transition: max-height 0.3s;
  line-height: 18px;
}
.r-table-of-content ol.active {
  margin-top: 0;
  max-height: 1200px;
}
.r-table-of-content li.active a {
  color: #fce300;
  transition: color 0.3s;
}
.r-table-of-content a {
  display: block;
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 18px;
  transition: color 0.3s;
}
.r-slots-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.r-slots-list .loader {
  position: absolute;
}
@media (max-width: 1041px) {
  .r-slots-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 890px) {
  .r-slots-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .r-slots-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .r-articles-home .r-article-item {
    background: 0 0;
    backdrop-filter: none;
  }
}
@media (max-width: 620px) {
  .r-slots-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-slots-list .r-slot-looped,
.r-slots-swiper .r-slot-looped {
  max-width: unset;
}
.r-slot-looped:hover .r-slot-caption {
  opacity: 1;
}
.r-slot-image-wrap {
  position: relative;
  height: 185px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
  box-shadow: 3px 5px 10px #0d111e;
}
.r-slot-image-wrap::before {
  content: '';
  background: linear-gradient(45deg, #293644, #6785e7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.r-slot-single-image {
  max-width: 225px;
  height: 80px;
  margin-right: 40px;
}
.r-slot-single-head {
  padding: 10px;
  background: #fff;
  border-left: 3px solid #fce300;
  margin-bottom: 20px;
}
.r-slot-review {
  gap: 5px;
  margin-bottom: 5px;
}
.r-single-slot-review {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  max-width: 240px;
}
.r-slot-single-head .r-single-slot-review span {
  margin-right: 10px;
  font-weight: bolder;
}
.r-slot-single-head .r-single-slot-review svg {
  color: #fce300;
  width: 18px;
  height: 18px;
}
.r-slot-review svg {
  color: #fce300;
  width: 12px;
  height: 12px;
}
.r-slot-provider {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: 0.2px;
  opacity: 0.5;
}
.r-slot-title {
  letter-spacing: 0.56px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  color: #fff !important;
  min-height: 40px;
}
.r-btn,
.r-slot-caption .r-btn {
  font-size: 12px;
  letter-spacing: 0.48px;
}
.r-slot-caption {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s;
}
.r-btn,
.r-read-review {
  justify-content: center;
  width: 100%;
}
.r-slot-caption svg {
  color: #fce300;
  width: 64px;
  height: 64px;
}
.r-slot-caption .r-btn {
  color: #090d16;
  line-height: 18px;
  padding: 8px 16px;
  font-weight: bolder;
  min-width: 120px;
  white-space: nowrap;
  background: #fce300;
}
.r-slot-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.r-btn {
  line-height: 18px;
  background-color: transparent;
  max-width: 250px;
}
.r-btn:hover {
  background-color: #fce300;
  opacity: 0.85;
}
.r-read-review {
  font-size: 14px;
  padding: 8px;
  line-height: 1.5;
  color: #fff !important;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.r-button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.r-button-wrap .r-btn {
  font-size: 14px;
  letter-spacing: 0.45px;
  font-weight: bolder;
  background: #fce300;
}
.r-author-page .r-author-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.r-slot-listed {
  background: rgba(70, 90, 109, 0.51);
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 1700px) {
  .r-slot-listed .r-top-listed-bonus {
    display: none;
  }
  .r-slot-listed .r-listed-half {
    flex-basis: 80%;
  }
  .r-slot-listed .r-listed-half:nth-child(2) {
    justify-content: center;
    flex-basis: 15%;
    max-width: unset;
  }
}
@media (max-width: 1300px) {
  .r-slot-listed .r-top-listed-bonus {
    display: none;
  }
  .r-slot-listed .r-listed-half:nth-child(2) {
    justify-content: center;
  }
}
.r-listed-half {
  padding: 8px 16px;
  flex-basis: 50%;
  flex-grow: 1;
}
.r-listed-half:nth-child(2) {
  background: #39556d;
  flex-basis: 40%;
  flex-grow: 1;
  border-radius: 0 20px 20px 0;
}
.r-btn-wrap,
.r-listed-image {
  align-items: center;
  width: 100%;
  display: flex;
}
.r-listed-image {
  max-width: 174px !important;
  padding: 20px 12px;
  height: 88px;
  background: #090d16;
  border-radius: 8px;
  justify-content: center;
  overflow: hidden;
}
#scrollToTopBtn,
.r-casino-logo,
.r-sidebar-section,
.r-top-provider {
  border-radius: 10px;
}
.r-casino-logo {
  width: 100%;
  object-fit: contain !important;
  background: #090d16;
  max-width: 100%;
  height: auto;
}
.r-listed-caption {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  max-width: 20%;
}
.r-listed-caption .r-btn {
  margin: 0;
  padding: 5px;
  max-width: 150px;
  background-color: #f8f6ff;
  color: rgba(255, 255, 255, 0.65);
}
.r-listed-title {
  font-weight: bolder;
  font-size: 18px;
  width: 100%;
}
.r-top-listed-bonus {
  margin-bottom: 0;
  padding: 0;
  max-width: 454px;
  width: 100%;
}
.r-top-listed-bonus ul {
  list-style: none;
  margin-bottom: 0;
}
.r-top-listed-bonus li {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.56px;
}
.r-listed-review {
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.r-listed-review svg {
  color: #fce300;
  width: 24px;
  height: 24px;
}
.r-listed-bonus {
  text-align: center;
  width: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.r-btn-wrap {
  max-width: 180px;
  gap: 16px;
  flex-direction: column;
}
.r-btn-wrap .r-btn {
  margin: 0;
  color: #13052b;
  font-size: 14px;
  letter-spacing: 0.45px;
  font-weight: bolder;
  background: #fce300;
}
.r-listed-bonus-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.56px;
  color: #fce300;
  margin-bottom: 8px;
}
.r-listed-bonus-descr,
.r-sidebar-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.r-listed-bonus-descr {
  line-height: 30px;
  text-align: left;
}
.r-footer .r-footer-menu ul,
.r-html-sitemap ul,
.r-sidebar-categories-list {
  list-style: none;
}
.r-sidebar-categories-list li {
  margin-bottom: 16px;
  background: 0 0;
}
.r-sidebar-categories-list li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: bolder;
  line-height: 18px;
  letter-spacing: 0.56px;
  display: block;
}
.r-sidebar-categories-list li:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.r-provider-banner .r-slot-listed {
  padding: 16px;
}
.r-provider-banner .r-slot-listed .r-listed-half {
  padding: 0;
  background: 0 0;
  width: 100%;
  max-width: 80%;
}
.r-provider-banner .r-btn-wrap {
  max-width: 100% !important;
}
.r-sidebar-title {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12.8px;
}
.r-sidebar-title:before {
  content: '';
  background: url(../img/listitem.svg) 0 0 / contain no-repeat;
  width: 12px;
  height: 12px;
}
.r-sidebar-top-slot {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.r-sidebar-top-slot .r-top-slot-img {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  width: 156px;
  padding: 16px;
  height: 100px;
  object-fit: contain;
  background: #0c0c0c;
}
.r-sidebar-top-slot .r-top-bonus-title {
  text-align: center;
  font-size: 16px;
  margin: 8px 0 4px;
  font-weight: 800;
  line-height: 20px;
  color: #fce300;
}
.r-sidebar-top-slot-bonus-description {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
  width: min(100%, 240px);
  margin: 8px auto;
  text-align: center;
}
.r-sidebar-top-slot .r-top-slot-bonus ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.r-sidebar-top-slot .r-top-slot-bonus li {
  position: relative;
  padding: 0 0 0 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  font-weight: 700;
}
.r-sidebar-top-slot .r-top-slot-bonus li:before {
  content: '';
  background: url(../img/listitem.svg) 0 0 / contain no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.r-sidebar-top-slot {
  margin-bottom: 32px;
}
.r-sidebar-top-slot .r-btn {
  color: #0e1325;
  background: #fce300;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
  font-weight: 700;
  margin: 0 auto;
}
.r-top-providers-list {
  flex-direction: column;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.r-top-provider .r-provider-image {
  width: 67px;
  height: 45px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.r-top-provider .r-provider-image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.r-top-provider .r-provider-review {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 40%;
  gap: 8px;
}
.r-top-provider .r-provider-review svg {
  color: #fce300;
  width: 100%;
  height: 16px;
}
.r-top-provider .r-btn {
  padding: 5px;
  max-width: 100px;
  font-size: 12px;
  margin: 0;
}
.r-shortcode-providers > .r-flex {
  margin-right: -24px;
  gap: 24px;
  background: 0 0;
}
.r-shortcode-providers .r-provider {
  border-radius: 5px;
  background: #f8f6ff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(16.6666666667% - 24px);
}
.r-provider-banner > .r-container {
  position: relative;
  z-index: 10;
}
.r-comment-review-form,
.r-country-block,
.r-provider-banner,
.r-search-form {
  position: relative;
}
.r-provider-banner .r-provider-logo {
  width: 100%;
  max-width: 341px;
  height: 295px;
  padding: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
}
.r-provider-banner .r-provider-logo-img {
  width: 275px;
  height: 183px;
  object-fit: contain;
}
.r-provider-banner .r-slot-listed {
  background: rgba(70, 90, 109, 0.51);
}
.r-provider-banner .r-shortcode-global-wrap {
  width: 100%;
  max-width: 710px;
  margin-bottom: 0;
  background: 0 0;
  padding: 0;
}
.r-provider-banner .r-shortcode-global-wrap .r-btn-wrap {
  max-width: 30%;
}
.r-provider-banner .r-shortcode-global-wrap .r-shortcode-wrap {
  background: 0 0;
}
.r-provider-banner .r-shortcode-global-wrap .r-btn {
  max-width: 150px;
  margin: 0;
}
.r-ind-block,
.r-provider-banner .r-shortcode-global-wrap .r-casino-logo {
  border-radius: 5px;
}
.r-provider-banner .r-shortcode-global-wrap .r-listed-bonus {
  max-width: 49%;
}
.r-provider-banner .r-shortcode-head {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.r-provider-banner .r-shortcode-head div {
  margin-bottom: 24px;
  color: #fff;
  font-size: 52px;
}
.r-shortcode-slots-global-wrap {
  border-radius: 12px;
  margin-bottom: 24px;
}
.r-slot-theme-heading-container {
  padding: 26px 0 0;
}
.r-archive-block,
.r-home-page {
  padding: 32px 0;
  background-position-x: 100%;
  margin: 0;
  position: relative;
}
.r-archive-block:before,
.r-home-page:before {
  content: '';
  background: url(../img/bg_main_screen.webp) 0 0 / contain no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-archive-block .r-container,
.r-home-page .r-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.r-slot-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 520px;
  background: rgba(70, 90, 109, 0.51);
  border-radius: 12px;
  position: relative;
}
.r-slot-frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  background: rgba(31, 31, 43, 0.66);
  backdrop-filter: blur(15px);
}
.r-casino-head,
.r-footer {
  background: rgba(70, 90, 109, 0.51);
}
.r-noframe-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.r-noframe {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r-articles-home .r-article-item a,
.r-feedbacks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.r-articles-home .r-article-item img,
.r-shortcode-head h2 {
  width: 100%;
}
.r-articles-home .r-article-item .r-article-title {
  font-size: 16px;
  line-height: 1.5;
}
.r-articles-home .r-article-item .r-article-item-caption,
.r-search-results .r-listed-bonus,
.r-single-provider .r-shortcode-global-wrap {
  max-width: 100%;
}
.r-articles-home .r-article-item .r-article-excerpt,
.r-casino-caption .rating span {
  font-size: 14px;
}
.r-noframe svg {
  color: #fff;
  width: 84px;
  height: 84px;
}
.r-slot-frame iframe {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 520px;
  object-fit: cover;
}
.r-slots-chars {
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .r-articles-home .r-article-item .r-article-title {
    max-width: 80%;
  }
  .r-slots-chars .value {
    text-align: left !important;
  }
  .r-slots-chars tr {
    display: flex;
    flex-direction: column;
  }
  .r-slots-chars tr td {
    text-align: left;
  }
}
.r-slots-chars td {
  font-size: 14px !important;
  padding: 8px 12px !important;
  width: 25% !important;
}
.r-slots-chars td:last-child {
  border-radius: 0 8px 8px 0;
}
.r-slots-chars .value {
  color: #fff;
  font-weight: 700;
  text-align: right;
}
.r-shortcode-providers .r-flex {
  padding: 24px;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(187, 193, 195, 0.61);
  cursor: pointer;
  color: #222;
  border: none;
  padding: 10px;
  transition: opacity 0.3s;
}
#scrollToTopBtn svg,
.r-casinos-grid .r-casino-grid .r-btn svg {
  width: 24px;
  height: 24px;
}
.r-footer {
  padding: 40px 0;
}
.r-footer-flex {
  gap: 2.5rem;
}
.r-footer .r-logo {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
.r-footer .r-footer-col {
  flex: 1;
}
.r-footer .r-footer-copyright {
  max-width: 32%;
}
.r-article-grid-caption .r-article-item-url,
.r-footer .r-footer-copyright .r-logo {
  display: block;
}
.r-footer .r-footer-copyright p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color: #fff;
}
.r-footer .r-footer-menus {
  width: 100%;
  max-width: 640px;
}
.r-footer .r-footer-menu {
  padding: 0 10px;
}
.r-footer .r-footer-menu .r-footer-title {
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 30px;
}
.r-footer .r-footer-menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  transition: color 0.3s;
}
.r-casino-head {
  padding: 24px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin-bottom: 16px;
  border-radius: 12px;
}
@media (max-width: 1036px) {
  .r-casino-head {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .r-casino-head .r-single-casino-ending {
    flex-basis: unset;
  }
}
.r-show-more-providers {
  max-width: calc(25% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: none;
  cursor: pointer;
  color: #fce300;
  text-align: center;
  width: 100%;
  transition: color 0.3s;
}
.r-show-more-providers:hover {
  color: #ceb701;
}
.r-show-more-providers svg {
  height: 42px;
  width: 42px;
}
.r-casino-head .r-casino-logo {
  padding: 24px;
  background: #090d16;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-casino-head .r-casino-logo img {
  width: 132px;
  object-fit: contain;
  height: auto;
}
.r-casino-head .r-single-casino-review {
  gap: 8px;
}
.r-casino-head .r-single-casino-review span {
  margin-right: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
  color: #fff;
}
.r-casino-head .r-single-casino-review svg {
  color: #fce300;
  width: 16px;
  height: 16px;
}
.r-casino-head .r-btn {
  margin: 0;
  background: #fce300;
  color: #090d16;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 700;
}
.r-single-casino-ending {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-basis: 440px;
  gap: 1rem;
}
@media (max-width: 540px) {
  .r-casino-logo {
    margin-right: 0;
  }
  .r-casino-head .r-casino-caption {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .r-single-casino-ending .r-bonus,
  .r-single-casino-ending .r-cta-flex {
    flex-direction: column;
  }
  .r-single-casino-ending .r-cta-flex .r-btn {
    order: -1;
  }
  .r-single-casino-ending .r-cta-flex .small {
    font-size: 12px;
  }
}
.r-single-casino-ending .r-bonus {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 10px;
}
.r-casinos-grid .r-casino-grid .name,
.r-single-casino-ending .r-bonus span {
  color: #fff;
  font-weight: bolder;
}
.r-single-casino-ending .r-bonus span:last-child {
  color: #fce300;
  font-size: 18px;
}
.r-single-casino-ending .r-cta-flex {
  gap: 1rem;
  justify-content: center;
  width: 100%;
}
.r-single-casino-ending .r-cta-flex .small {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.r-single-casino-ending .r-cta-flex .r-btn {
  max-width: 160px;
}
.r-casino-caption .r-casino-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 540px) {
  .r-casino-caption .r-casino-name {
    align-items: center;
  }
}
.r-article-item .r-article-item-url,
.r-casino-caption .rating {
  gap: 1rem;
}
.r-casino-caption .rating .r-single-casino-review svg {
  display: block;
  width: 16px;
  height: 16px;
}
.r-casino-chars {
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
.r-casino-chars .r-chars-block-title {
  font-weight: 800;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.r-casino-chars .r-chars-block {
  max-width: 100%;
  width: 100%;
  background: rgba(70, 90, 109, 0.51);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 24px;
  border-radius: 12px;
}
.r-casino-chars .r-char {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
.r-breadcrumbs,
.r-casino-chars .r-char .key {
  align-items: center;
  display: flex;
}
.r-casino-chars .r-char .key {
  gap: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.56px;
}
.r-casino-chars .r-char .value {
  color: #fce300;
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
  width: 100%;
  max-width: 650px;
  letter-spacing: 0.56px;
  text-align: right;
}
.r-chars-providers {
  gap: 10px;
  margin: 10px -10px 0 0;
  position: relative;
  transition: 0.3s;
}
.r-chars-providers-dd,
.r-search-results {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  border-radius: 8px;
}
.r-chars-providers-block-active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none !important;
}
.r-faq-question,
.r-search-results {
  -webkit-backdrop-filter: blur(20px);
}
.r-chars-providers-dd {
  padding: 10px;
  margin-top: 10px;
  background: rgba(70, 90, 109, 0.91);
  z-index: 50;
  top: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: opacity 0.3s;
}
.r-char-provider {
  padding: 5px;
  border-radius: 8px;
  max-width: calc(8.3333333333% - 10px);
  width: 100%;
  background: #fff;
}
.r-char-provider img {
  width: 100%;
  height: 30px;
  object-fit: contain;
}
.r-breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.r-breadcrumbs .breadcrumb_last {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: bolder;
  padding: 10px 20px;
}
.r-breadcrumbs a {
  padding: 10px 20px;
  font-weight: bolder;
  display: block;
  background: #fff;
  border-radius: 5px;
}
.r-search-results {
  top: -100%;
  background: #2a3442;
  backdrop-filter: blur(20px);
  padding: 8px;
  width: 390px;
  transition:
    opacity 0.3s,
    top 0.3s;
}
.r-search-results .r-slot-listed {
  padding: 5px;
}
.r-search-results .r-casino-logo {
  display: flex;
  height: 60px;
  width: 280px;
  max-width: 280px !important;
  gap: 16px;
  padding: 0;
  align-items: center;
  background: 0 0;
}
.r-search-results .r-slot-listed-title {
  font-weight: bolder;
  color: #fff;
  font-size: 14px;
}
.r-search-results-nofound {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
}
.r-search-results .r-casino-logo img {
  padding: 0;
  border-radius: 12px;
  width: 100%;
  max-width: 85px !important;
  height: 60px;
  object-fit: cover;
}
.r-html-sitemap .sub-list a,
.r-search-results .r-listed-bonus-title {
  font-size: 12px;
}
.r-search-results .r-listed-bonus-descr {
  font-size: 14px;
  text-align: left;
}
.r-search-results .r-btn-wrap {
  max-width: 120px;
  align-items: center;
}
.r-search-results .r-btn-wrap .r-btn {
  font-size: 10px;
  padding: 5px;
  white-space: nowrap;
}
.r-search-results .r-listed-review svg {
  width: 12px;
  height: 12px;
}
.r-search-results-active {
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: scroll;
  top: 120%;
  opacity: 1;
  visibility: visible;
}
.r-countries-flex {
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: -16px;
}
.r-country-cat {
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: calc(16.6666666667% - 16px);
}
.r-country-cat img {
  transition: border-color 0.3s;
  border: 3px solid transparent;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 156px;
  object-fit: cover;
}
.r-country-cat:hover img {
  border-color: #fce300;
}
.r-country-cat .r-cat-title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s;
}
.r-faq-question {
  padding: 16px;
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition:
    color 0.3s,
    background-color 0.3s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  position: relative;
  justify-content: space-between;
}
.r-author-block,
.r-feature {
  -webkit-backdrop-filter: blur(20px);
}
@media (max-width: 860px) {
  .r-faq-question {
    font-size: 16px;
  }
  .r-faq-question span {
    max-width: calc(100% - 42px);
  }
}
@media (max-width: 500px) {
  .r-faq-question {
    font-size: 14px;
  }
}
.r-faq-question:after {
  content: '';
  background: url(../img/faq.svg) 0 0 / contain no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 630px) {
  .r-faq-question:after {
    width: 24px;
    height: 24px;
  }
}
.r-faq:last-child .r-faq-question {
  border-radius: 0 0 8px 8px;
  border: none;
}
.r-faq-active:first-child .r-faq-question,
.r-faq:nth-child(2) .r-faq-question {
  border-radius: 8px 8px 0 0;
}
.r-faq:last-child {
  margin-bottom: 24px;
}
.r-faq-active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(68, 93, 120, 0.51) 0, rgba(26, 43, 61, 0.51) 100%);
}
.r-faq-active .r-faq-question {
  background: 0 0;
  border-bottom: transparent;
  color: #fce300;
}
.r-faq-active .r-faq-question:after {
  background: url(../img/faq_minus.svg) 0 0 / contain no-repeat;
}
.r-faq-active .r-faq-answer {
  padding: 20px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.r-faq-answer {
  transition:
    padding-bottom 0.3s,
    padding-top 0.3s,
    height 0.3s,
    opacity 0.3s;
  padding: 0;
  height: 0;
  opacity: 0;
  font-size: 16px;
  line-height: 140%;
  visibility: hidden;
  letter-spacing: 0.32px;
  color: rgba(255, 255, 255, 0.65);
}
.r-author-flex .r-image {
  width: 100%;
  max-width: 225px;
  border-radius: 8px;
  border: none;
}
.r-author-flex .r-image img {
  width: 100%;
  height: 225px;
  border-radius: 8px;
  object-fit: cover;
}
.r-author-flex .r-caption {
  width: 100%;
  max-width: 75%;
}
.r-author-flex .r-caption .r-title {
  margin-bottom: 10px;
  font-weight: bolder;
}
.r-author-flex .r-caption .r-author-description {
  font-size: 16px;
  line-height: 1.4;
}
.r-author-socials {
  margin-top: 24px;
  justify-content: space-between;
}
.r-author-socials a svg {
  width: 36px;
  height: 36px;
}
.r-author-socials a img {
  width: 36px !important;
  height: 36px !important;
  background: 0 0;
}
.r-author-name {
  font-weight: bolder;
  color: #fff;
  text-align: center;
  padding: 16px 0 0;
}
.r-access-gallery {
  flex-wrap: wrap;
  margin: 26px 0 0;
}
.r-access-image img {
  opacity: 0.65;
  height: 30px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}
.r-author-block {
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  padding: 24px;
}
.r-author-block .r-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.52px;
  color: #fff;
  margin-bottom: 16px;
}
.r-author-block .r-author-description {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: rgba(255, 255, 255, 0.65);
}
.r-slot-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.r-slot-head:after {
  display: none !important;
}
.r-slot-head-caption {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.r-slot-heading-title {
  margin-bottom: 1rem !important;
}
.r-slot-review-wrapper {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.r-slot-review-wrapper .counter {
  font-weight: bolder;
  color: #fff;
  font-size: 16px;
}
.r-middle {
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0;
  border-radius: 0 0 12px 12px;
  background: #1b2d3e;
  text-align: center;
  margin-bottom: 1.5rem;
}
.r-middle .r-btn {
  color: #222;
}
.r-btn {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  border-radius: 10px;
  display: block;
  border: 0;
  font-weight: 700;
  box-shadow: 0 0 14px -7px #f09819;
  background-image: linear-gradient(45deg, #fce300 0, #e8c73c 51%, #fce300 100%);
  cursor: pointer;
}
.r-btn:hover {
  background-position: right center;
}
.r-demo-launch {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 15;
  top: 50%;
  left: 50%;
  font-weight: bolder;
  letter-spacing: 0.56px;
  font-size: 14px;
  color: #fff !important;
  background: 0 0 !important;
  border: 1px solid #fff !important;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}
.r-demo-launch:hover {
  background: #fff !important;
  color: #222 !important;
}
.r-slot-top-chars .r-char,
.r-social-share {
  display: flex;
  color: #fff;
}
.r-average-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.r-average-rating .jq-star svg {
  width: 100%;
  height: 100%;
}
.r-social-share {
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  font-weight: 800;
}
.r-feedbacks .r-feedback .user,
.r-social-share .list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.r-social-share .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.r-social-share .list a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.r-slot-top-chars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.r-slot-top-chars .r-char .r-value {
  font-weight: 900;
  color: #fce300;
  border-radius: 0 10px 10px 0;
}
.r-slot-top-chars .r-char .r-key,
.r-slot-top-chars .r-char .r-value {
  font-size: 14px;
  padding: 0.75rem;
  background: #4c5662;
}
.r-slot-top-chars .r-char .r-key {
  background: #212c37;
  color: #ddd;
  border-radius: 10px 0 0 10px;
}
.r-slot-block {
  background: url(../img/slot-bg.webp) no-repeat;
  margin: 0;
  padding: 56px 0;
}
.r-feature,
.r-theme {
  padding: 24px;
  border-radius: 12px;
  background: rgba(70, 90, 109, 0.51);
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  display: flex;
  letter-spacing: 0.32px;
  text-align: center;
}
.r-features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.r-feature {
  width: 100%;
  flex-basis: 257px;
  flex-grow: 1;
  backdrop-filter: blur(20px);
  height: 142px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.r-feature .r-btn {
  width: 99px;
}
.r-themes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.r-theme {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: calc(25% - 12px);
  gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-weight: 500;
}
.r-countries-child-banner h1,
.r-slot-theme-heading {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
}
.r-theme img {
  object-fit: contain !important;
}
.r-theme .r-btn {
  min-width: 99px;
  background: #fce300;
  color: #090d16;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 18px;
  font-size: 12px;
}
.r-slot-theme-heading {
  font-size: 72px;
  color: #fff;
}
.r-input-theme-search,
.r-slot-theme-current {
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
.r-themes-filter {
  display: flex;
  gap: 16px;
  align-items: center;
}
.r-input-theme-search {
  background: 0 0;
  padding: 8px 32px;
}
.r-input-theme-search::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}
.r-input-theme-search-wrap {
  width: 100%;
  flex-basis: 774px;
  flex-grow: 1;
  position: relative;
}
.r-input-theme-search-wrap svg {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.r-slot-theme-sort {
  position: relative;
  width: 100%;
  max-width: 233px;
}
.r-slot-theme-current {
  padding: 8px 16px;
  width: 100%;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  transition: color 0.3s;
}
.r-slot-theme-current:after {
  content: '';
  background: url(../img/down.svg) 0 0 / contain no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.r-without-blur {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.r-article-heading:before,
.r-slot-theme-sort-dd {
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  left: 0;
}
.r-slot-theme-sort-dd {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 500;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 12px;
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px 0 rgba(16, 16, 16, 0.6);
  transition: opacity 0.3s;
}
.r-slot-theme-sorting {
  padding: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s;
  cursor: pointer;
}
.r-countries-child-banner {
  padding: 34px 0 0;
  background-position-y: 50% !important;
}
.r-article-item,
.r-home-providers-list {
  padding: 24px;
  background: rgba(70, 90, 109, 0.51);
}
.r-countries-child-banner:after {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #090d16 66%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  display: block;
}
.r-countries-child-banner h1 {
  color: #fff;
  font-size: 52px;
  white-space: nowrap;
}
.r-breadcrumbs-transparent {
  margin-bottom: 2px;
}
.r-breadcrumbs-transparent span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.r-breadcrumbs-transparent .breadcrumb_last {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
.r-breadcrumbs-transparent a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.r-breadcrumbs-transparent a:after {
  width: 24px;
  height: 24px;
  content: '';
  background: url(../img/right.svg) 0 0 / contain no-repeat;
  display: block;
}
.r-mb-26 {
  margin-bottom: 26px;
}
.r-providers-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 1440px) {
  .r-providers-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1366px) {
  .r-providers-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .r-providers-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .r-providers-list .r-provider {
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .r-providers-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .r-providers-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 390px) {
  .r-providers-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-providers-list .r-provider {
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}
.r-providers-list .r-provider img {
  width: 126px;
  height: 83px;
  object-fit: contain;
}
.r-home-providers-list {
  border-radius: 12px;
  justify-content: space-between;
}
.r-article-heading {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}
.r-article-heading:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  background: #090d16;
  backdrop-filter: blur(20px);
  opacity: 0.35;
  top: 0;
  border-radius: 8px;
}
.r-article-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.r-article-heading h1 {
  position: absolute;
  bottom: 8px;
  padding: 0 24px;
}
.r-article-date {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.56px;
  color: #fce300;
  margin-bottom: 8px;
}
.r-news-archive-list h1 {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 48px;
  white-space: nowrap;
}
.r-articles-list {
  gap: 33px;
  display: flex;
  flex-direction: column;
}
.r-article-item {
  border-radius: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  gap: 40px;
  transition: background-color 0.3s;
}
.r-article-item .image__wrap {
  position: relative;
  border-radius: 10px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  display: block;
  height: 240px;
}
.r-article-item .image__wrap img {
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 223px;
  height: 147px;
  border-radius: 3px;
  position: absolute;
}
.r-casinos-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1660px) {
  .r-casinos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1366px) {
  .r-casinos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .r-casinos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .r-casinos-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.r-casinos-grid .r-casino-grid {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(70, 90, 109, 0.51);
  text-align: center;
}
.r-casinos-grid .r-casino-grid .thumb {
  border-radius: 10px;
  background: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.r-casinos-grid .r-casino-grid .r-btn {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #222;
  margin: 0;
}
.r-casinos-grid .r-casino-grid .r-btn-empty {
  background: 0 0 !important;
  color: #fce300;
  border: 1px solid #fce300;
}
.r-article-item:hover {
  background: #39556d;
}
.r-article-item img {
  width: 330px;
  height: 225px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 40px;
}
.r-article-item-caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.r-article-item-caption .r-article-title {
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.52px;
  min-height: 50px;
}
.r-article-item-caption .r-article-date {
  font-weight: 700;
  font-size: 14px;
}
.r-article-item-caption .r-article-excerpt {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.32px;
  min-height: 98px;
}
.r-html-sitemap .entity-map,
.r-rating-review,
.r-rating-review .r-form,
.title-wrap {
  margin-bottom: 1.5rem;
}
.btn-controls,
.r-controls {
  gap: 0.5rem;
}
.btn-controls .btn-control {
  padding: 0.5rem;
  background: #fce300;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.btn-controls .btn-control:hover {
  background: #d9c50d;
}
.r-article-grid {
  width: 100%;
  height: 174px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  position: relative;
}
.r-best-slot,
.r-comment {
  padding: 16px;
  background: rgba(70, 90, 109, 0.51);
}
.r-article-grid:hover:before {
  opacity: 0.15;
}
.r-article-grid:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #090d16;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0.55;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.r-article-grid-caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  z-index: 50;
}
.r-article-grid-caption .r-article-title {
  font-weight: 800;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
}
.r-article-grid-caption .r-article-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.r-single-provider {
  margin-bottom: 40px;
}
.r-single-provider .r-single-provider-flex {
  gap: 40px;
  background-color: rgba(70, 90, 109, 0.51);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 1rem;
  border-radius: 12px;
}
.r-contributor .caption,
.r-single-provider .r-caption {
  flex-basis: 440px;
  flex-grow: 1;
}
.r-single-provider .r-slot-listed .r-listed-image {
  padding: 5px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 55px;
}
.r-single-provider .r-slot-listed .r-casino-logo {
  height: 32px;
  width: 137px;
  object-fit: contain;
  margin-right: 0;
}
.r-big-margin-bottom,
.r-comments-section {
  margin-bottom: 64px;
}
.r-best-slot {
  border-radius: 12px;
  display: flex;
  gap: 16px;
}
.r-best-slot img {
  width: 100%;
  max-width: 250px;
  display: block;
  height: 250px;
  object-fit: cover;
}
.r-best-slot-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: calc(100% - 250px);
}
.r-best-slot-title {
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
}
.r-best-slot-rtp {
  color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
}
.r-best-slots {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.r-best-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.r-best-cta .r-btn {
  margin: 0;
  color: #0e1325;
  background: #fce300;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
  font-weight: 700;
}
.r-best-cta .r-btn-demo {
  background: 0 0;
  color: #fff;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.r-btn-demo:hover {
  background: #fce300;
  color: #0e1325;
}
.r-comment {
  border-radius: 8px;
}
.r-comment-date {
  color: #fce300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  letter-spacing: 0.36px;
}
.r-comment-author {
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.r-comment-body {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.32px;
}
.r-comments-list,
.r-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.r-page-404 {
  padding: 64px 0;
  position: relative;
}
.r-404-page-message {
  text-align: center;
  font: 900 200px/200px Montserrat;
  color: #fff;
  margin-bottom: 32px;
}
.r-404-page-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.r-404-page-description {
  font: 700 24px/32px Montserrat;
  color: #fff;
  text-align: center;
  margin: 32px 0;
}
.r-404-page-cta-button {
  display: flex;
  justify-content: center;
}
.r-404-page-cta-button .r-btn {
  background: #fce300;
  letter-spacing: 0.56px;
  color: #0c0c0c;
  font-weight: 900;
  text-transform: uppercase;
}
.r-404-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.r-404-cat {
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.56px;
  border: 1px solid #fff;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}
.r-404-cat:hover {
  background: #fce300;
  color: #0c0c0c;
  border-color: #fce300;
}
.r-footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.r-footer-social img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.r-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.r-success-message {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  text-align: center;
  flex-direction: column;
  border-radius: 8px;
  transition: opacity 0.3s;
  background: #465a6d;
}
.r-success-message svg {
  width: 160px;
  height: 160px;
  color: #0e7b17;
}
.r-success-message .r-title {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 900;
  width: min(100%, 460px);
}
.r-input-group input,
.r-input-group textarea {
  padding: 16px;
  border-radius: 12px;
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  border: none;
  color: #fff;
}
.r-input-group input::placeholder,
.r-input-group textarea::placeholder {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
}
.r-btn-contact {
  font-weight: bolder;
  letter-spacing: 0.56px;
  color: #0c0c0c;
  background: #fce300;
  font-size: 14px;
  transition: opacity 0.3s;
}
.r-cookie-policy,
.r-form {
  background: rgba(70, 90, 109, 0.51);
  padding: 16px;
  backdrop-filter: blur(20px);
}
.r-btn-contact:hover {
  opacity: 0.9;
}
.r-cookie-policy {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: bottom 0.3s;
}
.r-cookie-policy-active {
  bottom: 0;
}
.r-cookie-policy-container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.r-cookie-policy-container p {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.r-cookie-policy-container .r-btn {
  background: #fce300;
  color: #0c0c0c;
  letter-spacing: 0.36px;
  font-weight: bolder;
  text-transform: uppercase;
}
.r-form {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rating-review,
.rating-select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rating-review svg,
.rating-select svg {
  width: 16px;
  height: 16px;
}
.r-comment-review-form .comment_success {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 1rem;
  background: #090d16;
  width: 100%;
  height: 100%;
  color: #fff;
}
.r-comment-review-form .comment_success svg {
  width: 120px;
  height: 120px;
}
.r-comment-review-form .comment_success .review-posted {
  max-width: 440px;
  font-size: 14px;
}
.r-comment-review-form .comment_success.active {
  opacity: 0.89;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
  backdrop-filter: blur(40px);
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 12px;
  align-items: flex-start;
  width: 100%;
}
.form__group label {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}
.form__group input,
.form__group textarea {
  resize: none;
  padding: 12px;
  border-radius: 12px;
  background: #39556d;
  border: none;
  color: #fff;
  width: 100%;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: rgba(163, 163, 163, 0.58);
}
.validation-field {
  padding: 8px 16px;
  border-left: 2px solid transparent;
  max-height: 0;
  font-weight: bolder;
  color: #fff;
  transition: max-height 0.3s;
  margin-bottom: 1rem;
  visibility: hidden;
  position: absolute;
}
.validation-field.active {
  max-height: 950px;
  transition: max-height 0.3s;
  border-color: #fce300;
  position: static;
  visibility: visible;
  cursor: pointer;
}
.r-feedbacks .r-feedback {
  display: flex;
  align-items: center;
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  padding: 1rem;
  gap: 1rem;
  border-radius: 12px;
}
.r-feedbacks .r-feedback .user__caption {
  flex-basis: 150px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.r-feedbacks .r-feedback .name {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
}
.r-feedbacks .r-feedback .date {
  font-size: 12px;
  color: #fce300;
}
.r-feedbacks .r-feedback .avatar {
  width: 64px;
  height: 64px;
}
.r-feedbacks .r-feedback .avatar svg {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.r-feedbacks .r-feedback .comment {
  flex-basis: 640px;
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
}
.r-controls .control-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #000;
  padding: 16px;
}
.r-controls .swiper-button-disabled {
  filter: grayscale(1);
}
.r-contributors {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 26px;
}
.r-contributor {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 12px;
  gap: 1rem;
  background-color: rgba(70, 90, 109, 0.51);
}
.r-contributor .photo {
  flex-basis: 180px;
  border-radius: 12px;
  padding: 1rem;
}
.r-contributor .photo .image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.r-contributor .photo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-contributor .action {
  color: #fce300;
  margin-bottom: 0.5rem;
}
.r-contributor .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-weight: bolder;
  font-size: 22px;
  color: #fff;
}
.r-contributor .description p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .r-articles-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .r-contributor {
    flex-direction: column;
  }
  .r-contributor .caption {
    flex-basis: unset;
    flex-grow: unset;
    width: 100%;
  }
  .r-contributor .name {
    font-size: 16px;
  }
  .r-contributor .description p {
    font-size: 12px;
  }
}
.r-pagination-wrap .pagination-show-more {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}
.r-displaying {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1.5rem 0 0.5rem;
  flex-direction: column;
}
.r-displaying span {
  color: #fff;
  font-size: 14px;
}
.r-displaying .progress {
  width: 180px;
  height: 3px;
  background: #22282f;
}
.r-displaying .bar,
.r-pagination .active a {
  background: linear-gradient(45deg, #ad69d0, #6785e7);
}
.r-displaying .bar {
  width: 100%;
  height: 3px;
}
.r-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0 0 2rem;
  align-items: center;
}
.r-pagination li {
  padding: 0 !important;
}
.r-pagination li:before {
  display: none !important;
  content: none !important;
  position: static !important;
  transform: unset !important;
}
.r-pagination li a {
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 16px;
  min-width: 35px;
  min-height: 24px;
  background-color: #fce300;
  color: #222;
  transition: opacity 0.3s;
}
.r-pagination .active a {
  color: #fff;
}
.r-pagination .disabled a,
.r-pagination .paginationjs-next a,
.r-pagination .paginationjs-prev a {
  background-color: transparent;
  color: #fff;
}
.r-pagination .r-nav-link-arrow {
  display: flex;
  align-items: center;
  color: #fce300;
  cursor: pointer;
  justify-content: center;
}
.r-pagination .disabled a {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 1690px) {
  .r-listed-image {
    max-width: 120px !important;
  }
  .r-listed-bonus-descr {
    white-space: unset;
  }
  .r-logo-wrap {
    gap: 16px;
  }
  .r-container {
    max-width: calc(100% - 160px);
  }
  .r-block-w-sidebar {
    gap: 29px;
  }
  .r-block-w-sidebar .r-content {
    max-width: 1067px;
  }
  .r-block-w-sidebar .r-sidebar {
    max-width: 376px;
  }
  .r-block-w-sidebar .r-listed-review {
    max-width: 15%;
  }
  .r-block-w-sidebar .r-listed-review svg,
  .r-block-w-sidebar .r-top-provider .r-provider-review svg {
    width: 12px;
    height: 12px;
  }
  .r-block-w-sidebar .r-top-provider .r-provider-image {
    width: 64px;
  }
  .r-block-w-sidebar .r-top-provider .r-provider-review {
    max-width: 30%;
  }
  .r-block-w-sidebar .r-shortcode-providers .r-provider {
    max-width: calc(14.2857142857% - 10px);
  }
  .r-shortcode-archive {
    gap: 16px;
    margin-right: -16px;
  }
  .r-slot-looped {
    max-width: 156px;
  }
  .r-slot-image-wrap {
    height: 156px;
  }
  .r-author-socials a svg {
    width: 42px;
    height: 42px;
  }
  .r-top-listed-bonus li {
    white-space: nowrap;
  }
  .r-listed-half {
    padding: 8px 16px;
  }
}
@media (max-width: 1640px) {
  .r-slot-looped {
    max-width: calc(16.6666666667% - 16px);
  }
}
@media (max-width: 1625px) {
  .r-slot-image-wrap {
    height: 140px;
  }
  .r-header .r-container {
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 1560px) {
  .r-country-cat img,
  .r-slot-image-wrap {
    height: 130px;
  }
  .r-listed-bonus-descr {
    font-size: 16px;
  }
  .r-top-listed-bonus li {
    font-size: 12px;
  }
}
@media (max-width: 1470px) {
  .r-listed-image {
    max-width: 158px !important;
  }
  .r-listed-half {
    padding: 8px 16px;
  }
  .r-search-form {
    display: none;
  }
  .r-logo-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 1440px) {
  .r-container {
    max-width: calc(100% - 128px);
  }
  .r-header .r-container {
    max-width: calc(100% - 64px);
  }
  .r-country-cat img {
    height: 120px;
  }
  .r-slot-caption .r-btn {
    font-size: 10px;
  }
  .r-btn-wrap .r-btn {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 1395px) {
  .r-logo-wrap {
    max-width: 100px;
  }
  .r-slot-image-wrap {
    height: 120px;
  }
  .r-listed-image {
    max-width: 152px !important;
  }
  .r-listed-bonus-descr {
    text-align: left;
  }
}
@media (max-width: 1366px) {
  .r-container {
    max-width: calc(100% - 64px);
  }
  .r-slot-image-wrap {
    height: 101px;
  }
  .r-selector {
    max-width: unset;
  }
  .r-provider-banner .r-shortcode-head div {
    font-size: 48px;
  }
  .r-provider-banner .r-slot-listed {
    padding: 8px;
  }
  .r-provider-banner .r-provider-logo {
    height: 256px;
  }
  .r-providers-list .r-provider {
    padding: 0 10px;
    height: 100px;
  }
}
@media (max-width: 1320px) {
  .r-country-cat img {
    height: 110px;
  }
}
@media (max-width: 1310px) {
  .r-btn-wrap .r-btn {
    font-size: 12px;
  }
  .r-top-listed-bonus li {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px !important;
  }
  .r-listed-bonus-descr {
    font-size: 14px;
    line-height: 22px;
  }
  .r-listed-half {
    padding: 8px;
  }
}
@media (max-width: 1276px) {
  .r-mobile-header {
    width: 100%;
    display: flex;
  }
  .r-menu-top .r-search-form,
  .r-menu-top-list .menu-item-has-children:after {
    display: none;
  }
  .r-logo-menu-mobile {
    height: 20px;
  }
  .r-btn-mobile-burger {
    display: block;
    background: 0 0;
    border: none;
  }
  .r-menu-top {
    position: fixed;
    background: #090d16;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    left: -100%;
    top: 0;
    transition: left 0.3s ease-in-out;
    height: 100vh;
    width: 100%;
    max-width: 240px;
    padding: 16px;
  }
  .r-menu-top-active {
    left: 0;
  }
  .r-menu-top-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .r-menu-dropdown {
    background: 0 0;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .r-menu-top-list li {
    width: 100%;
  }
  .r-menu-dropdown img {
    width: 18px;
    height: 18px;
  }
  .r-menu-top-list .menu-item-has-children:last-child .sub-menu {
    right: unset;
    left: 0;
  }
  .r-breadcrumbs-transparent span {
    flex-wrap: wrap;
  }
  .r-menu-top-list .sub-menu {
    margin-top: 8px;
    display: none;
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    background: rgba(70, 90, 109, 0.38);
  }
  .r-menu-top-list .menu-item-has-children-active .sub-menu,
  .r-search-form {
    display: block;
  }
  .r-logo-wrap {
    max-width: unset;
  }
  .r-menu-top-list .sub-menu a {
    font-size: 12px;
  }
}
@media (max-width: 1248px) {
  .r-container {
    max-width: calc(100% - 64px);
  }
  .r-slot-caption svg {
    width: 32px;
    height: 32px;
  }
  .r-slot-caption .r-slot-title {
    font-size: 12px;
  }
  .r-block-w-sidebar .r-sidebar-wrapper {
    display: none;
  }
  .r-block-w-sidebar {
    gap: unset;
    display: block;
  }
  .r-block-w-sidebar .r-content {
    max-width: 100%;
  }
  .r-slot-image-wrap {
    height: 156px;
  }
  .r-listed-bonus-descr {
    font-size: 18px;
  }
  .r-listed-bonus-title,
  .r-listed-title {
    font-size: 16px;
  }
  .r-slot-listed .r-btn {
    font-size: 12px;
    max-width: 130px;
  }
}
@media (max-width: 1175px) {
  .r-menu-top-list a {
    font-size: 14px;
  }
}
@media (max-width: 1140px) {
  .r-selector-current {
    font-size: 10px;
  }
}
@media (max-width: 1080px) {
  .r-providers-list .r-provider {
    height: 130px;
  }
  .r-header {
    position: fixed;
  }
  .r-countries-child-banner {
    padding: 64px 0 0;
  }
  .r-archive-block,
  .r-home-page {
    padding: 100px 0 32px;
  }
  .r-page-block {
    margin: 99px 0 0;
  }
  .alignleft,
  .alignright {
    float: none !important;
    display: block;
    margin: 0 auto 16px !important;
  }
}
@media (max-width: 1024px) {
  .r-slot-listed .r-listed-half:nth-child(2) {
    justify-content: center;
    flex-basis: 35%;
  }
  .r-top-provider .r-btn {
    max-width: 83px;
  }
  .r-listed-bonus-title {
    font-size: 12px;
  }
  .r-listed-bonus-descr {
    font-size: 16px;
  }
  .r-slot-looped {
    max-width: calc(20% - 16px);
  }
  .r-shortcode-simple-slots {
    margin-right: -16px;
  }
  .r-providers-list .r-provider {
    padding: 22px 8px;
  }
  .r-listed-bonus {
    text-align: left;
  }
  .r-listed-half:first-child {
    padding: 24px 0 24px 24px;
  }
  .r-top-listed-bonus ul li {
    margin-bottom: 4px;
  }
  .r-single-provider-flex {
    flex-direction: column;
    align-items: center;
  }
  .r-single-provider-flex .r-shortcode-global-wrap {
    max-width: 100%;
  }
}
@media (max-width: 940px) {
  .r-slot-header__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .r-top-listed-bonus {
    display: none;
  }
  .r-theme {
    flex-grow: 1;
  }
  .r-theme-name {
    font-size: 14px;
  }
  .r-listed-half:first-child {
    padding: 16px 0 16px 16px;
  }
  .r-listed-half:nth-child(2) {
    padding: 16px;
  }
  .r-listed-half:nth-child(2) .r-btn-wrap {
    margin: 0 auto;
  }
  .r-article-heading {
    height: 320px;
  }
}
@media (max-width: 920px) {
  .r-provider-banner .r-shortcode-head div,
  .r-slot-head {
    text-align: center;
  }
  .r-listed-image {
    max-width: 140px !important;
    height: 72px;
  }
  .r-listed-image .r-casino-logo,
  .r-slot-single-image {
    margin-right: 0;
  }
  .r-provider-banner .r-shortcode-global-wrap {
    max-width: 100%;
  }
  .r-pad-2-0 {
    padding: 5px !important;
  }
  .r-slot-looped {
    max-width: calc(25% - 16px);
  }
  .r-providers-list .r-provider {
    height: 96px;
  }
  .r-slot-head {
    flex-direction: column;
    align-items: center;
  }
  .r-slot-head-caption {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .r-single-slot-review {
    justify-content: center;
    text-align: center;
  }
  .r-slot-frame {
    min-height: 320px;
  }
  .r-slot-frame iframe {
    height: 320px;
  }
}
@media (max-width: 865px) {
  .r-articles-home .r-article-item {
    padding: 0;
  }
  .r-articles-home .r-article-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .r-articles-home .r-article-item .r-article-item-caption {
    padding: 16px;
  }
  .r-articles-home .r-article-item:last-child {
    margin-bottom: 0 !important;
  }
  .r-content table td,
  .r-content table td:first-child {
    padding: 7px 12px;
    font-size: 12px;
  }
  .overflow-x {
    overflow-x: scroll;
  }
  .r-articles-list {
    gap: 24px;
  }
  .r-article-item-url {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }
  .r-article-item:last-child {
    margin-bottom: 24px;
  }
  .r-article-grid .r-article-item-url:before,
  .r-article-item-caption .r-article-excerpt,
  .r-block-w-sidebar .r-sidebar,
  .r-top-listed-bonus {
    display: none;
  }
  .r-article-item img {
    width: 100%;
    margin-right: 0;
  }
  .r-block-w-sidebar,
  .r-same-posts-list {
    flex-direction: column;
  }
  .r-article-grid {
    height: 240px;
  }
  .r-article-grid .r-article-item-url {
    display: block;
    width: 100%;
    height: 150px;
  }
  .r-article-item-caption .r-article-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .r-casino-chars {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .r-btn-wrap .r-btn,
  .r-casino-chars .r-chars-block,
  .r-content table,
  .r-provider-banner .r-shortcode-global-wrap {
    max-width: 100%;
  }
  .r-shortcode-providers .r-provider {
    max-width: calc(25% - 10px);
  }
  .r-footer > .r-container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  .r-footer .r-footer-copyright {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .r-footer .r-footer-menus {
    max-width: 100%;
    width: 100%;
  }
  .r-footer .r-footer-col {
    flex-basis: 100%;
  }
  .r-provider-banner .r-provider-logo {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .r-provider-banner .r-slot-listed {
    max-width: 100%;
    flex-direction: row;
  }
  .r-provider-banner .r-list-archive {
    margin-right: 0 !important;
  }
  .r-provider-banner > .r-container > .r-flex {
    flex-direction: column;
    align-items: center;
  }
  .r-shortcode-filter {
    flex-wrap: wrap;
  }
  .r-btn-wrap {
    justify-content: center;
  }
}
@media (max-width: 855px) {
  .r-block-w-sidebar .r-listed-review {
    display: none;
  }
  .r-listed-bonus {
    max-width: 60%;
  }
  .r-slots-chars {
    flex-direction: column;
    margin-right: 0;
    gap: 8px;
  }
  .r-slots-chars .r-char {
    max-width: 100%;
  }
  .r-slots-chars .r-char-marked {
    background: 0 0;
  }
  .r-slots-chars .r-char:nth-child(odd) {
    background: rgba(148, 149, 164, 0.3);
  }
}
@media (max-width: 768px) {
  .r-countries-flex,
  .r-feedbacks .r-feedback,
  .r-home-providers-list {
    flex-wrap: wrap;
  }
  .r-char-provider {
    max-width: calc(12.5% - 10px);
  }
  .r-slot-head {
    flex-wrap: nowrap;
  }
  .r-providers-list .r-provider img {
    height: 51px;
    width: 77px;
  }
  .r-listed-bonus-descr {
    font-size: 18px;
  }
  .r-providers-list {
    gap: 8px;
    margin-right: -8px;
  }
  .r-countries-flex .r-country-cat {
    max-width: calc(33.3333333333% - 16px);
    border-radius: 8px;
  }
  .r-country-cat img {
    border-radius: 8px;
  }
  .r-countries-child-banner h1 {
    white-space: unset;
  }
  .r-countries-child-banner .r-breadcrumbs-transparent {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .r-provider-banner .r-shortcode-global-wrap .r-listed-bonus-descr,
  .r-provider-banner .r-shortcode-global-wrap .r-listed-bonus-title {
    text-align: center;
  }
  .r-archive-block {
    padding: 100px 0 0 !important;
  }
  .r-content-container {
    padding: 16px;
  }
  .r-provider-banner .r-shortcode-head div {
    padding: 0 !important;
  }
  .r-footer > .r-container,
  .r-slot-theme-heading-container {
    padding: 0;
  }
  .r-archive-block:before,
  .r-home-page:before {
    background-size: 1024px;
    background-position: 80% 0;
  }
  .r-countries-child-banner h1,
  .r-news-archive-list h1,
  .r-provider-banner .r-shortcode-head div {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 32px 0 0;
    text-align: center;
  }
  .r-provider-banner .r-slot-listed,
  .r-slot-listed {
    background: linear-gradient(180deg, rgba(68, 93, 120, 0.51) 0, rgba(26, 43, 61, 0.51) 100%);
    flex-direction: column;
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .r-listed-half {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 100%;
  }
  .r-listed-bonus,
  .r-provider-banner .r-shortcode-global-wrap .r-listed-bonus {
    align-items: center;
  }
  .r-slot-looped {
    max-width: calc(33.3333333333% - 16px);
  }
  .r-listed-image {
    background: 0 0;
    padding: 0;
    width: 116px !important;
    height: 40px;
  }
  .r-listed-image img,
  .r-provider-banner .r-slot-listed .r-listed-half:nth-child(2) {
    background: 0 0;
  }
  .r-provider-banner .r-shortcode-global-wrap .r-btn {
    max-width: 100%;
    margin-top: 8px;
  }
  .r-listed-half:nth-child(2) {
    background: 0 0;
    padding: 0 0 16px;
  }
  .r-listed-half:nth-child(2) .r-btn-wrap {
    max-width: calc(100% - 32px);
    margin-top: 8px;
    width: 100%;
  }
  .r-listed-half:first-child {
    padding: 16px 0 0;
    max-width: 100%;
  }
  .r-listed-bonus-descr {
    font-weight: 700;
    line-height: 30px;
    padding: 0 1.5rem;
  }
  .r-listed-bonus-title {
    margin-bottom: 0;
  }
  .r-listed-bonus {
    max-width: 100%;
  }
  .r-breadcrumbs-transparent {
    display: none !important;
    padding: 24px 0 0;
  }
  .r-slot-block {
    padding: 99px 0;
  }
  .r-search-results {
    flex-direction: column;
  }
  .r-search-results .r-slot-listed {
    flex-direction: row;
  }
  .r-search-results .r-listed-image {
    width: auto !important;
  }
  .r-slot-theme-heading {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .r-single-casino-ending {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
  }
  .r-char-provider {
    max-width: calc(16.6666666667% - 10px);
  }
  .r-author-flex {
    flex-wrap: wrap;
  }
  .r-author-flex .r-caption,
  .r-author-flex .r-image,
  .r-slot-head-caption {
    max-width: 100%;
  }
  .r-author-name {
    margin-bottom: 0 !important;
  }
  .r-slot-head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .r-single-slot-review {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .r-slot-looped {
    max-width: calc(50% - 16px);
  }
  .r-search-form .r-input::placeholder {
    font-size: 12px;
  }
  .r-container {
    max-width: calc(100% - 32px);
  }
  .r-search-results {
    max-width: 568px;
    left: 44%;
    transform: translateX(-50%);
  }
}
@media (max-width: 478px) {
  .r-provider-banner .r-slot-listed .r-listed-half {
    max-width: 100%;
  }
  .r-slot-image-wrap {
    height: 122px;
  }
  .r-footer .r-footer-menus {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .r-footer .r-footer-menu .r-footer-title {
    width: 100%;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #f8f6ff;
    position: relative;
  }
  .r-footer .r-footer-menu .r-footer-title:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    background: url(../img/down.svg) center/contain no-repeat;
    filter: invert(1);
  }
  .r-footer .r-footer-menu {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .r-footer-menu ul {
    display: none;
  }
  .r-footer-menu-opened ul {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px 0;
  }
}
@media (max-width: 440px) {
  .mobile-only {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .r-search-form {
    display: none;
  }
  .r-search-form.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .r-search-form.active .r-input {
    background: #293644;
  }
  .r-search-form.active .r-search-results {
    max-width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  .r-header__flex {
    justify-content: space-between;
  }
  .r-logo-wrap {
    justify-content: space-between;
    flex-basis: 67%;
  }
}
@media (max-width: 420px) {
  .r-articles-home .r-article-item .image__wrap {
    background-size: 100% !important;
  }
  .r-articles-home .r-article-item .image__wrap img {
    top: 46.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 204px;
    height: 136px;
    border-radius: 3px;
    position: absolute;
  }
  .r-article-item .image__wrap {
    background-size: 100% !important;
  }
  .r-article-item .image__wrap img {
    top: 46.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 204px;
    height: 136px;
    border-radius: 3px;
    position: absolute;
  }
  .r-search-results {
    max-width: 320px;
  }
  .r-search-results .r-slot-listed-title {
    font-size: 12px;
  }
  .r-search-results .r-btn-wrap {
    max-width: 80px;
  }
  .r-block-w-sidebar .r-shortcode-providers .r-provider {
    max-width: calc(50% - 10px);
  }
  .r-slot-listed {
    max-width: 100%;
  }
}
@media (max-width: 389px) {
  .r-listed-bonus-descr {
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 365px) {
  .r-search-form {
    display: none;
  }
}
.r-html-sitemap h1,
.r-html-sitemap h2,
.r-html-sitemap h3,
.r-html-sitemap h4,
.r-html-sitemap h5 {
  color: #fff;
  margin-bottom: 1rem;
}
.r-html-sitemap .page__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.25rem;
}
.r-html-sitemap .btn-show-more {
  color: #fce300;
  font-size: 12px;
  padding: 6px;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.r-html-sitemap .has-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.r-html-sitemap .with-dropdown h2 {
  cursor: pointer;
  padding: 1rem;
  transition: color 0.3s;
  background: rgba(70, 90, 109, 0.51);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.r-html-sitemap .with-dropdown h2:after {
  content: url(../img/down.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.r-html-sitemap a {
  font-size: 14px;
  border-radius: 4px;
  transition: opacity 0.3s;
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 0.5rem;
}
.r-html-sitemap .sub-list {
  padding: 0 0 0 20px;
  display: none;
}
.r-html-sitemap .sub-list.active {
  display: grid;
}
.r-html-sitemap .slots__list .sub-list {
  backdrop-filter: blur(40px);
  background: rgba(70, 90, 109, 0.29);
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
}
.r-html-sitemap .slots__list .sub-list a {
  font-size: 12px;
}
.wp-block-table th {
  color: #fff;
}
