:root {
  --main-color: #000000;
  --btn-color: #2d8120;
  --hover-border-color: #118b00;
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  color: black;
}
img,
amp-img {
  display: block;
  height: auto;
}
main {
  display: block;
  margin: 90px 0 80px;
}
.main_page {
  margin-bottom: 35px;
}
.registration_page {
  margin-bottom: 50px;
}
p {
  margin-top: 0;
}
a:not(p a) {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.flx {
  display: flex;
  justify-content: space-between;
}
.flxa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
section .cnt {
  max-width: 870px;
}
section.table_section .cnt {
  max-width: 1170px;
}
.table_section {
  margin-top: 70px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: var(--main-color);
  color: white;
  box-shadow: 0 2px 7px 0 #9b9b9b;
}
header .cnt.flxa {
  min-height: 50px;
}
@media (max-width: 530px) {
  header .cnt.flxa {
    min-height: auto;
  }
}
header nav {
  align-items: center;
}
.logo_image {
  width: 50px;
  max-height: 50px;
  max-width: 50px;
  height: auto;
}
h1 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: -10px;
}
.main_page h1 {
  margin-bottom: 0.67em;
}
.registration_section h1 {
  margin-bottom: -10px;
}
h2 {
  font-size: 25px; /*margin: 0 0 0.75em;*/
}

.text_content ul li,
.text_content ol li,
.registration_cnt ul li,
.registration_cnt ol li {
  margin-bottom: 0.6em;
}
.links_grid {
  display: grid;
  margin: 45px 0;
}
.total_4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 60px;
  grid-gap: 27px 40px;
}
.btn {
  background-color: var(--btn-color);
  border: solid 2px var(--hover-border-color);
  transition: 300ms;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
  max-width: 450px;
  text-decoration: none;
  margin: 1em auto 1em auto;
}
.btn:last-child {
  margin-bottom: 0px;
}
.btn:hover {
  background-color: var(--hover-border-color);
}
main img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 1.5em;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 7px 0 #9b9b9b;
}
footer {
  background: #222;
  margin-top: auto;
  color: #fff;
  padding-bottom: 70px;
}
footer .cnt {
  text-align: center;
  padding: 30px 0;
}
.footer_mail {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.rew_header {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
.one_com {
  padding: 21px;
  border: solid 1px #d7d7d7;
  border-radius: 5px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  background-color: whitesmoke;
  box-shadow: 0 2px 6px 0 #d1d1d1;
}
.com_name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.com_stars {
  display: flex;
}
.star {
  opacity: 0.5;
  background-image: url(/img/star.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
}
.s_1 .star:nth-child(1) {
  opacity: 1;
}
.s_2 .star:nth-child(1),
.s_2 .star:nth-child(2) {
  opacity: 1;
}
.s_3 .star:nth-child(1),
.s_3 .star:nth-child(2),
.s_3 .star:nth-child(3) {
  opacity: 1;
}
.s_4 .star:nth-child(1),
.s_4 .star:nth-child(2),
.s_4 .star:nth-child(3),
.s_4 .star:nth-child(4) {
  opacity: 1;
}
.s_5 .star:nth-child(1),
.s_5 .star:nth-child(2),
.s_5 .star:nth-child(3),
.s_5 .star:nth-child(4),
.s_5 .star:nth-child(5) {
  opacity: 1;
}
.com_text {
  margin-top: 13px;
}
.com_text p:last-child {
  margin-bottom: 0;
}

.one_rew_img {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  height: auto;
  margin-left: 45px;
  border-radius: 5px;
}
.burger {
  height: 16px;
  width: 20px;
  justify-content: space-between;
  flex-direction: column;
  display: none;
  cursor: pointer;
}
.burger_line {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: 300ms;
}
.cnt.act .l1 {
  transform: translateY(7px) rotate(45deg);
}
.cnt.act .l2 {
  opacity: 0;
}
.cnt.act .l3 {
  transform: translateY(-7px) rotate(-45deg);
}
.flag {
  width: 35px;
  height: 25px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 0px 2px 0 #666666;
}
.ru {
  background-image: url(/fl/ru.svg);
}
.lt {
  background-image: url(/fl/lt.svg);
}
.en {
  background-image: url(/fl/en.svg);
}
.fr {
  background-image: url(/fl/fr.svg);
}
.uk {
  background-image: url(/fl/uk.svg);
}
.de {
  background-image: url(/fl/de.svg);
}
.es {
  background-image: url(/fl/es.svg);
}
.pt {
  background-image: url(/fl/br1.svg);
}
.tr {
  background-image: url(/fl/tr.svg);
}
.pl {
  background-image: url(/fl/pl.svg);
}
.az {
  background-image: url(/fl/az.svg);
}
.kz {
  background-image: url(/fl/kz.svg);
}
.ar {
  background-image: url(/fl/ar.svg);
}
.fi {
  background-image: url(/fl/fi.svg);
}
.el {
  background-image: url(/fl/el.svg);
}
.nl {
  background-image: url(/fl/nl.svg);
}
.ko {
  background-image: url(/fl/ko.svg);
}
.no {
  background-image: url(/fl/no.svg);
}
.ro {
  background-image: url(/fl/ro.svg);
}
.uz {
  background-image: url(/fl/uz.svg);
}
.it {
  background-image: url(/fl/it.svg);
}
table {
  width: 100%;
}
.main_wrap .main_wrap {
  width: auto;
  padding: 10px;
  border: solid 1px #949494;
}
main td p,
main td ol,
main td ul {
  margin: 0;
}
main td ol,
main td ul {
  padding-left: 15px;
}
main table {
  background-color: whitesmoke;
  box-shadow: 0 2px 6px 0 #d1d1d1;
}
.table_section td {
  width: 25%;
}
.table_section td h3 {
  margin: 0 0 7px;
  min-height: 2em;
  line-height: 1em;
}
.table_section td img,
.table_section td amp-img {
  width: 280px;
  height: 210px;
  box-shadow: none;
}
.nav_link:hover {
  text-decoration: underline;
}
.all_langs {
  position: relative;
  margin-left: 25px;
}
.lst_lang {
  position: absolute;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
  top: -15px;
  left: -8px;
  background-color: white;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 60%);
}
.lst_lang .nav_link {
  margin-left: 0;
}
.all_langs:hover .lst_lang {
  opacity: 1;
  pointer-events: all;
  top: -8px;
}
.play_online {
  position: relative;
}
.play_online_txt {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.play_online_txt::after {
  content: "";
  display: block;
  background-image: url(/img/grey.svg);
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 8px;
  background-repeat: no-repeat;
  margin-left: 7px;
  transition: 300ms;
}
.play_online.act .play_online_txt::after {
  transform: rotate(180deg);
}
.play_online_list {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #1c1c1c;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0 rgb(255 255 255 / 53%);
  top: 33px;
  border: solid 1px #3e3e3e;
  transition: 300ms;
  overflow: hidden;
  padding: 0;
}
.play_online_list a {
  transition: 300ms;
  white-space: nowrap;
  padding: 3px 11px;
  width: 100%;
  display: block;
  font-size: 13px;
}
.play_online_list a:hover {
  background-color: #464646;
}
.play_online_list li:not(:last-child) {
  border-bottom: solid 1px #464646;
}
.play_online.act .play_online_list {
  top: 25px;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.breadcrumbs {
  margin: 20px 0;
  font-size: 13px;
  color: #555;
}
.breadcrumbs span {
  cursor: default;
}
.breadcrumbs a::after {
  content: "/";
  padding: 0 4px;
}
.nav_menu_btn {
  display: none;
  flex-direction: column;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
  padding: 5px 5px;
  background-color: var(--main-color);
  transition: 300ms;
  cursor: pointer;
  box-shadow: 0px 0px 4px rgb(91 91 91 / 97%);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1;
}
.line {
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 3px;
  transition: 300ms;
}

.line2 {
  margin: 6px 0px;
}

.sidebar.act .line1 {
  transform: translateY(8px) rotate(45deg);
}
.sidebar.act .line2 {
  opacity: 0;
}
.sidebar.act .line3 {
  transform: translateY(-8px) rotate(-45deg);
}
.nav_inner {
  align-items: center;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
}
.nav_inner li {
  display: inline-block;
}

.footer-links {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
.footer-links a {
  color: #fff;
}
ul.footer-links {
  padding: 0;
  grid-gap: 12px 15px;
  list-style: none;
}
ul.footer-links a:hover {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.footer-links img {
  max-height: 60px;
  opacity: 0.7;
}
.footer-links__img {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer_text {
  text-align: left;
  color: white;
  line-height: 1.5;
}
.padding_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-top: 20px;
}
.padding_row p {
  margin: 0;
}
.footer_text_3 {
  grid-column: span 2;
}

.rate__casino {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 207px;
  min-width: 207px;
}
.rate--top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.rate--bottom {
  margin-top: 18px;
  padding: 6px 0;
}
.rate--bottom p {
  margin-bottom: 0;
  line-height: 1.14;
  color: #424851;
}
.rate--right {
  max-width: 25%;
  text-align: center;
}
.rate--btn.btn {
  color: #000;
  background-color: transparent;
  border: 0;
  border-width: 1px 1px 3px 1px;
  border-color: var(--main-color);
  border-style: solid;
}
.rate--btn.btn:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.rate__btn {
  flex: 0 0 25%;
  max-width: 25%;
}
.rate__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.rate__btn span img {
  width: auto;
  margin: 0 0 0 8px;
}
.rate__btn .btn {
  height: 80px;
  margin: 0 auto 5px;
  width: auto;
}
.rate__btn .btn:last-child {
  margin-bottom: 0;
}
.rate__btn img {
  max-height: 18px;
}
.rate__item {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f2f3f3;
  border-radius: 4px;
}
.rate__item:last-child {
  margin-bottom: 0;
}
.rate__info {
  flex: 1;
  max-width: 104px;
}
.rate__name {
  display: block;
  flex: none;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.rate__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  min-width: 88px;
  margin-right: 15px;
}
.text_page .rate__logo img {
  margin: 0;
}
.rate__logo img {
  display: block;
  max-width: 100%;
  margin: 0;
  height: 80px;
}
.rate__casino amp-img {
  margin-bottom: 0;
}
.rate__limit {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.14;
  text-align: center;
}
.rate__link {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.14;
  text-align: center;
}
.rate__bonus {
  position: relative;
  z-index: 0;
  height: 80px;
  width: 100%;
  text-align: center;
  max-width: 370px;
  margin: auto 15px 0 15px;
  padding: 15px 15px;
  color: #000;
  border: 3px solid #ffb100;
  border-radius: 15px;
}
.rate__bonus strong {
  display: block;
  margin-top: 5px;
  color: #222;
}
.rate-card {
  height: 80px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 10px;
  text-align: left;
  background: var(--main-color);
  white-space: nowrap;
  border-radius: 4px;
  width: 100%;
}
.rate-card__title {
  font-size: 14px;
  line-height: 1.14;
  color: #bbbbbb;
  width: 100%;
}
.rate-card__text {
  position: relative;
  top: 4px;
  font-size: 30px;
  font-weight: 900;
  color: #febd00;
}
.rate-card__num {
  font-size: 20px;
  line-height: 0.8;
  color: #fff;
}
.author {
  position: relative;
  margin-top: 35px;
}

.author-page h1 {
  margin-bottom: 20px;
}
.author__item {
  background-color: #f2f3f3;
  box-shadow: 0 2px 0 0 #f2f0f0;
  padding: 50px;
  border-radius: 5px;
  display: flex;
}
.author__photo {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex: none;
  margin-left: -100px;
  margin-right: 30px;
}
.author__photo img,
.text_page .author__photo img {
  border-radius: 50%;
  display: block;
  width: 100%;
  max-width: 100%;
}
.author__title {
  margin-bottom: 20px;
}
.author__title em {
  color: #333;
}
.author__info p {
  color: #424851;
  line-height: 1.3;
  margin-bottom: 0px;
}
.author__title a {
  font-weight: bold;
  color: #424851;
  font-size: 25px;
  transition: 300ms;
}
.author__title a:hover {
  color: var(--main-color);
}
.author_block {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: 45px;
  margin-bottom: 60px;
}

.author_photo img {
  border-radius: 50%;
  margin: 0;
}

.author_col dl {
  margin: 0;
}
.author_col dt {
  margin-top: 30px;
}
.author_col dt h2 {
  margin: 0;
}
.author_col dd {
  margin: 15px 0 0px;
}
.author_link_list li {
  margin-bottom: 10px;
}
.author_link_list li a {
  color: #e16800;
}
#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
#cookie_notification .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border: none;
  color: #ededed;
  text-decoration: none;
  padding: 15px 40px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  max-width: 100%;
  transition: all 0.1s linear;
}
#cookie_notification p {
  margin: 0;
  font-size: 0.8rem;
  text-align: left;
  color: #333;
}
#cookie_notification a {
  color: #004fc5;
}
#cookie_notification.show {
  display: flex;
}
.cookie_accept {
  margin: 0 0 0 25px;
}
.main_wrap {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.main_wrap section .cnt {
  margin: 0 auto 0 0;
}
.sidebar {
  order: 2;
  margin: 0 15px 0 auto;
  max-width: 350px;
  width: 100%;
  flex: 1;
}
.sidebar__title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.sidebar__box {
  background-color: #f9f9f9;
  box-shadow: 0 2px 0 0 #f2f0f0;
  padding: 30px;
  border-radius: 5px;
  position: sticky;
  top: 90px;
}
.onepage {
  padding: 0px;
  margin: 0px;
  color: #999;
  list-style: none;
  line-height: 25px;
}
.table-of-contents {
  margin-bottom: 0px;
}
.table-of-contents__header {
  padding: 15px 30px;
  font-weight: 700;
  font-size: 1.1em;
}
.table-of-contents ol li {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  counter-increment: point;
  counter-reset: sublist;
  position: relative;
  padding-left: 20px;
}
.table-of-contents ol li ul {
  list-style: none;
  padding-left: 20px;
}
.table-of-contents ol li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  line-height: 1.5;
  display: block;
  margin-left: 5px;
}
.table-of-contents ol li::before {
  content: counter(point) ". ";
  display: inline-block;
  width: 1.3em;
  margin-left: 0;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 35px;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 0 2px;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  outline: 0;
  box-shadow: 0 2px 7px 0 #9b9b9b;
  background-color: var(--main-color);
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
}
.scroll-top.act {
  opacity: 1;
  pointer-events: all;
  bottom: 50px;
}
.scroll-top i {
  display: block;
  background-image: url(/img/grey.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.one_faq {
  background-color: #fdfdfd;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  overflow: hidden;
}
.one_faq:not(:last-child) {
  margin-bottom: 25px;
}
.one_question {
  margin: 0;
  padding: 15px;
  background-color: var(--main-color);
  color: white;
}
.one_answer {
  padding: 15px;
  margin: 0;
}
.game-demo {
  position: relative;
  margin-bottom: 1em;
  border-radius: 5px;
  overflow: hidden;
}
.play_demo {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blur_block {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0 0 0 / 35%);
}
.play_demo_btn {
  background-image: url(/img/play.svg);
  filter: invert(1) drop-shadow(2px 4px 6px black);
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 120px;
  transition: 300ms;
  cursor: pointer;
}
.play_demo_btn:hover {
  transform: scale(0.9);
}
.game-demo.act .play_demo {
  opacity: 0;
  pointer-events: none;
}
.game-demo iframe {
  width: 100%;
  height: 570px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
} /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
.nav_menu_btn {
  display: flex;
}
.sidebar {
  position: fixed;
  max-width: 350px;
  left: 0;
  margin: 0;
  box-shadow: 3px 3px 6px rgb(91 91 91 / 0%);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  transition: 300ms;
  z-index: 1;
}
.sidebar__box {
  background-color: #f1f1f1;
  box-shadow: none;
  padding: 20px 25px;
}
.main_wrap {
  max-width: 750px;
  display: block;
}
.sidebar.act {
  transform: translateY(-50%);
  box-shadow: 3px 3px 6px rgb(91 91 91 / 97%);
}
.new_wraper {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: space-between;
  gap: 50px;
}
.aside_wrap .rate__item {
  width: 300px;
  box-shadow: 0 2px 11px 0 #c7c7c7;
  position: sticky;
  top: 90px;
}
.aside_wrap .rate--top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.aside_wrap .rate__name {
  text-align: center;
  margin: 0px 0 12px;
  font-size: 20px;
}
.aside_wrap .rate__bonus {
  margin: 0;
  padding: 7px;
}
.aside_wrap .rate__btn .btn {
  height: 40px;
  font-size: 18px;
  margin: 0;
  width: auto;
  padding: 22px 25px;
  min-height: auto;
}
.aside_wrap .rate--bottom {
  text-align: center;
}
.aside_wrap .rate__btn {
  flex: auto;
  max-width: unset;
}
.aside_wrap .rate--bottom {
  padding: 0;
}
.links_grid .btn {
  margin: 0 auto;
  height: 100%;
}
.total_4,
.total_3,
.total_2 {
  grid-gap: 15px 20px;
}
.links_grid {
  padding: 0;
}
.links_grid li {
  display: block;
}
.rate__bonus {
  height: auto;
}
.rate__name {
  margin-bottom: 10px;
  margin-top: 0;
} /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}
main th,
main td {
  border: 1px solid #cbcbcb;
  padding: 9px;
  text-align: left;
}
.table_section table {
  margin-bottom: 0;
}
.table_section th,
.table_section td {
  border: none;
  padding: 0px;
}
main noindex {
  display: block;
  margin: 1em 0;
}
main noindex:last-child {
  margin-bottom: 0px;
}
.rating_block {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgb(0 0 0);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 18%), rgba(255, 255, 255, 0.02)),
    #0d1320;
  border-radius: 18px;
  color: white;
  box-shadow: 0px 5px 12px rgb(0 0 0 / 38%);
  overflow: hidden;
}
.rating_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rating_logo img {
  margin: 0;
  min-width: 70px;
  width: 70px;
  box-shadow: 0 2px 7px 0 #1a1a1a;
  border-radius: 5px;
}
.rating_brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.rating_name {
  font-size: 18px;
  margin: 0;
}
.rating_rating {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 40px;
  border: 1px solid rgb(255 255 255 / 17%);
  background: rgb(255 255 255 / 10%);
}
.rating_stars {
  display: flex;
  gap: 2px;
}
.rating_stars .star {
  opacity: 1;
  width: 13px;
  height: 13px;
}
.rating_count {
  font-weight: bold;
  margin-bottom: -2px;
  font-size: 14px;
}
.rating_mid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgb(255 255 255 / 3%);
  text-align: center;
}
.rating_label {
  font-size: 12px;
  color: #c5c5c5;
  text-transform: uppercase;
}
.rating_value {
  font-weight: bold;
  font-size: 18px;
}
.rating_note {
  font-size: 12px;
  color: #c5c5c5;
  margin-top: 5px;
}
.rating_note span:not(:last-child)::after {
  content: "\2022";
  padding: 0 4px;
}
.rating_right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rating_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgb(255 255 255 / 12%);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.03)
    ),
    #2f7dff;
  color: white;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.2px;
  transition: 300ms;
  box-shadow: 0 12px 26px rgba(47, 125, 255, 0.35);
  cursor: pointer;
}
.rating_btn::after {
  content: "";
  display: block;
  background-image: url(/img/arrow_right.svg);
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 12px;
  margin-top: 3px;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: 300ms;
}
.rating_btn:hover {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.03)
    ),
    #2060cc;
}
.rating_btn:hover::after {
  transform: translateX(6px);
}
.rating_small {
  font-size: 12px;
  color: #c5c5c5;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  justify-content: center;
}
.rating_block_mob {
  transition: 500ms;
  position: fixed;
  max-width: 820px;
  width: calc(100vw - 30px);
  left: 50%;
  bottom: -50px;
  opacity: 0;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgb(255 255 255 / 55%);
  border: 1px solid rgb(142 142 142);
  z-index: 10;
  padding: 10px 18px;
}
.rating_block_mob .rating_note,
.rating_block_mob .rating_small {
  display: none;
}
.rating_block_mob .rating_mid {
  gap: 4px;
  padding: 9px 14px;
  justify-content: center;
}
.rating_block_mob.act {
  bottom: 13px;
  opacity: 1;
}
.rating_block_mob .rating_right {
  justify-content: center;
}
#cookie_notification {
  transition: 500ms;
  width: 750px;
}
#cookie_notification.dis {
  opacity: 0;
  pointer-events: none;
  bottom: -100px;
} /*asd*/
@media (max-width: 1200px) {
  .cnt,
  section .cnt {
    max-width: 750px;
  }
  .burger {
    display: flex;
  }
  .table_section tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table_section td {
    max-width: 720px;
    width: 50%;
  }
  .all_langs {
    position: static;
    margin-left: 0;
  }
  .cur_lang {
    display: none;
  }
  .lst_lang {
    position: static;
    flex-direction: row;
    justify-content: center;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    background-color: transparent;
    grid-gap: 17px;
    padding: 0;
  }
  header nav {
    grid-gap: 22px;
    position: fixed;
    top: 57px;
    flex-direction: column;
    right: 15px;
    padding: 18px 30px 30px;
    background-color: var(--main-color);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 300ms;
    opacity: 0;
    pointer-events: none;
  }
  .nav_inner {
    flex-direction: column;
    align-items: baseline;
  }
  header .act nav {
    opacity: 1;
    pointer-events: all;
    top: 50px;
  }
  footer .cnt {
    padding: 22px 15px;
  }
  .footer-menu .nav_inner {
    flex-direction: column;
    text-align: center;
  }
  .rating_block_dsk {
    grid-template-columns: 1.4fr 2fr;
  }
  .rating_block_dsk .rating_right {
    grid-column: span 2;
  }
}
@media (max-width: 1024px) {
  .author_block {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 50px;
  }
  .author_photo img {
    max-width: 280px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  .new_wraper {
    display: block;
  }
  .aside_wrap .rate__item {
    width: 750px;
    box-shadow: 0 0px 14px 0 #a0a0a0;
    position: fixed;
    top: unset;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: 700ms;
    opacity: 0;
    pointer-events: none;
  }
  .aside_wrap .rate__item.act {
    opacity: 1;
    pointer-events: all;
    bottom: 15px;
  }
  .aside_wrap .rate__name,
  .aside_wrap .rate--bottom {
    display: none;
  }
  .aside_wrap .rate--top {
    align-items: unset;
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .aside_wrap .rate__bonus {
    margin: 0;
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aside_wrap .rate__btn .btn {
    height: 100%;
    font-size: 20px;
    padding: 20px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
}
@media (max-width: 991px) {
  .author-page_img {
    width: 100%;
  }
  .author-page__info .col-1-4 {
    max-width: 100%;
  }
  .author-page_img {
    width: 100%;
  }
  .author__item {
    flex-direction: column;
  }
  .author__photo {
    margin: 0 auto 20px auto;
  }
  .author__title {
    text-align: center;
  }
  .author__title em {
    display: block;
  }
  .scroll-top {
    right: 15px;
  }
  .footer_text_3 {
    grid-column: span 1;
    text-align: left;
  }
  .padding_row {
    grid-template-columns: 1fr;
    font-size: 14px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  .aside_wrap .rate__btn .btn {
    font-size: 18px;
    padding: 20px 15px;
  }
  .aside_wrap .rate__item {
    width: 645px;
    padding: 15px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  .rating_block_mob {
    grid-template-columns: auto auto;
    padding: 10px 18px;
    max-width: 530px;
  }
  .rating_block_mob .rating_mid,
  .rating_block_mob .rating_small {
    display: none;
  }
  .rating_right {
    justify-content: center;
  }
  .scroll-top.act {
    bottom: 35px;
  }
}
@media (max-width: 768px) {
  .rate__casino {
    justify-content: center;
    margin: 0 auto 20px auto;
  }
  .rate__name {
    position: relative;
    text-align: center;
  }
  .rate--top {
    flex-direction: column;
  }
  .rate--bottom {
    text-align: center;
  }
  .rate__btn {
    flex: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .rate__logo {
    text-align: center;
  }
  .rate__bonus {
    max-width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .rate-card {
    justify-content: center;
    text-align: center;
  }
  .relative {
    grid-gap: 10px 15px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  .aside_wrap .rate__bonus,
  .aside_wrap .rate__info {
    display: none;
  }
  .aside_wrap .rate__casino {
    margin: 0;
    max-width: unset;
    min-width: unset;
    display: block;
    width: auto;
  }
  .aside_wrap .rate__logo {
    margin-right: 0px;
  }
  .aside_wrap .rate--top {
    /* grid-template-columns: auto; */
    display: flex;
    flex-direction: row;
  }
  .aside_wrap .rate__item {
    width: auto; /* background-color: transparent;padding: 0;box-shadow: none; */
  }
  /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
}
@media (max-width: 650px) {
  .total_4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 50px);
    gap: 12px;
  }
  .btn {
    font-size: 16px;
    padding: 0px 15px;
  }
  h1 {
    font-size: 30px;
  }
  .rating_block_dsk {
    grid-template-columns: 1fr;
    max-width: 390px;
    margin: 0 auto;
  }
  .rating_block_dsk .rating_left {
    justify-content: center;
  }
  .rating_block_dsk .rating_right {
    grid-column: span 1;
  }
  .rating_block_mob {
    max-width: none;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    border: none;
    border-top: 1px solid rgb(142 142 142);
  }
  .rating_block_mob.act {
    bottom: 0;
  }
  .scroll-top.act {
    bottom: 100px;
  }
}
@media (max-width: 576px) {
  .sidebar {
    max-width: 265px;
  }
  .sidebar__box {
    padding: 15px;
  }
  .sidebar__title {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .table-of-contents ol li {
    font-size: 14px;
    padding-left: 18px;
  }
  .table-of-contents ol li::before {
    top: -2px;
    margin-left: 0;
  }
  .table-of-contents .sidebar__box ol li a {
    margin-left: 0;
    font-size: 14px;
  }
  .author__item {
    padding: 30px;
  }
  .total_4 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 50px);
    gap: 12px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  .scroll-top.act {
    bottom: 80px;
  }
  .aside_wrap .rate__btn .btn {
    font-size: 15px;
    padding: 9px 11px; /* box-shadow: 0 0px 7px 0 #888787; */
  }
  .aside_wrap .rate__item {
    transform: none;
    left: 15px;
    bottom: 50px;
  }
  .aside_wrap .rate--top {
    gap: 11px;
  }
  .aside_wrap .rate__logo img {
    height: 50px;
    width: auto;
  }
  .aside_wrap .rate__logo {
    width: 50px;
    min-width: 50px;
  }
  .aside_wrap .rate__item {
    padding: 9px;
  }
  .onepage {
    padding: 0px 15px 0px 0px;
    overflow-y: scroll;
    max-height: 300px;
  }
  .sidebar__box {
    padding: 15px 0px 15px 15px;
  } /* &#1087;&#1088;&#1072;&#1074;&#1082;&#1080; */
  main table {
    font-size: 14px;
    display: block;
    overflow: auto;
  }
}
@media (max-width: 530px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 21px;
  }
  .table_section td {
    width: 100%;
  }
  .table_section td h3 {
    font-size: 19px;
    min-height: auto;
  }
  header nav {
    width: 100vw;
    height: calc(100vh - 46px);
    display: block;
    border-radius: 0;
    padding: 0;
    align-items: start;
    overflow-y: scroll;
    margin: 0;
    background-color: var(--main-color);
    right: 0;
  }
  .act nav {
    top: 64px;
  }
  .act .nav_inner {
    display: flex;
  }
  .nav_inner {
    padding: 18px;
    padding-bottom: 70px;
  }
  .nav_inner > a {
    display: block;
    padding: 10px 0;
  }
  .nav_inner > .play_online {
    padding: 10px 0;
  }
  .play_online {
    display: block;
    padding: 6px 0;
    width: 100%;
  }
  .open_nav_list {
    height: 14px;
    margin-right: 4px;
  }
  .play_online_txt {
    justify-content: space-between;
  }
  .play_online.act > .play_online_txt > span,
  .play_online.act > .play_online_txt > a {
    color: orange;
  }
  .play_online_list.plo1 > .play_online.act > .play_online_list {
    margin-left: 0;
  }
  .play_online_list.plo1 .play_online.act .open_nav_list {
    transform: rotate(0);
  }
  .play_online.act > .play_online_list {
    top: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    display: block;
  }
  .play_online_list {
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none;
    top: 0;
    border-color: transparent;
    margin-top: 6px;
    display: none;
    background-color: transparent;
  }
  .play_online_list a {
    padding: 8px 0 4px 6px;
    display: block;
    border-bottom: none;
  }
  .play_online_list a:not(:last-child) {
    border-bottom: none;
  }
  .lst_lang {
    justify-content: left;
    padding: 12px 0;
  }
  .one_com {
    flex-direction: column;
  }
  .one_rew_img {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  .table_section {
    overflow: hidden;
  }
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .main_wrap table {
    font-size: 13px;
  }
  .nav_inner > .play_online {
    padding: 0;
  }
  .play_online.act > .play_online_list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .play_online_list a {
    padding: 3px 11px;
  }
  .play_online_list li,
  .play_online_list li:not(:last-child) {
    border: none;
  }
  .rating_block_mob .rating_btn {
    font-size: 14px;
    padding: 0 10px;
    min-height: 42px;
    text-align: center;
    border-radius: 9px;
    letter-spacing: normal;
  }
  .rating_block_mob .rating_name {
    font-size: 15px;
  }
  .rating_block_mob .rating_rating {
    padding: 3px;
    gap: 4px;
  }
  .rating_block_mob .rating_stars .star {
    width: 11px;
    height: 11px;
  }
  .rating_block_mob .rating_count {
    margin-bottom: -4px;
    font-size: 12px;
  }
  .rating_block_mob .rating_brand {
    gap: 6px;
  }
  .rating_block_mob {
    gap: 15px;
    padding: 10px;
  }
  .rating_block_mob .rating_btn::after {
    display: none;
  }
  .rating_block_mob .rating_stars {
    gap: 0px;
  }
  .rating_block_mob .rating_left {
    gap: 7px;
  }
  .rating_block_mob .rating_logo img {
    min-width: 60px;
    width: 60px;
  }
}
@media (max-width: 380px) {
  .aside_wrap .rate__item {
    left: 9px;
  }
  .scroll-top {
    right: 5px;
  }
}
