/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Alexandria:100,200,300,regular,500,600,700,800,900);

@import url(https://fonts.googleapis.com/css?family=Actor:regular);

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1440px;
  --container-padding: 160px;
  --container-padding-tablet: 16px;
  --background: #09051C;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Actor, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Alexandria;
  line-height: 120%;
}

h1 {
  font-size: clamp(2.375rem, 1.8990384615rem + 2.1153846154vw, 3.75rem);
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 1.6105769231rem + 1.7307692308vw, 3.125rem);
  text-align: center;
}

h3 {
  font-size: clamp(1.25rem, 1.0769230769rem + 0.7692307692vw, 1.75rem);
  line-height: 100%;
}

p {
  line-height: 150%;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.ca-topcasinos__no-scroll {
  overflow: hidden;
}

.ca-topcasinos__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ca-topcasinos__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ca-topcasinos__items .ca-topcasinos__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ca-topcasinos__terms .ca-topcasinos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.ca-topcasinos__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.ca-topcasinos__btn,
.ca-topcasinos__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 46px;
  border-radius: 40px;
  background: #9747FF;
  border: 2px solid #9747FF;
  color: #FFF !important;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ca-topcasinos__btn-active,
.ca-topcasinos__btn:hover,
.ca-topcasinos__btn:active {
  background: transparent;
  color: #fff !important;
}

.ca-topcasinos__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.ca-topcasinos__lazyload-load {
  opacity: 1;
}

.ca-topcasinos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.ca-topcasinos__iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.ca-topcasinos__iframe iframe {
  background: #000;
  background-image: url("../img/loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  max-width: 800px;
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

.ca-topcasinos__close_iframe {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 22px;
}

.ca-topcasinos__popup {
  color: #FFF;
  border: 1px solid rgba(151, 71, 255, 0.3411764706);
  background: #09051C;
  padding: 20px;
  max-width: 450px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: 14px;
}

.ca-topcasinos__popup__title {
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.375rem);
  color: #FEB60D;
}

.ca-topcasinos__popup .ca-topcasinos__btn {
  text-transform: none;
}

.ca-topcasinos__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.ca-topcasinos__modal.ca-topcasinos__show {
  opacity: 1;
}

.ca-topcasinos__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ca-topcasinos__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.ca-topcasinos__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 86px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ca-topcasinos__cookie.ca-topcasinos__hidden {
  display: none;
}

.ca-topcasinos__cookie .ca-topcasinos__btn {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.ca-topcasinos__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.ca-topcasinos__cookie .ca-topcasinos__show {
  bottom: 0;
}

/* Blocks */

.ca-topcasinos__banner {
  padding: 90px 0;
  background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/banner.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.ca-topcasinos__webp .ca-topcasinos__banner {					background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../img/banner.webp")				}			

.ca-topcasinos__banner .ca-topcasinos__container > * {
  max-width: 556px;
}

.ca-topcasinos__banner span {
  color: #FEB60D;
}

.ca-topcasinos__--bg-1,
.ca-topcasinos__--bg-2,
.ca-topcasinos__--bg-3,
.ca-topcasinos__--bg-4 {
  text-align: center;
  padding: 120px 0;
}

.ca-topcasinos__--bg-1 .ca-topcasinos__container,
.ca-topcasinos__--bg-2 .ca-topcasinos__container,
.ca-topcasinos__--bg-3 .ca-topcasinos__container,
.ca-topcasinos__--bg-4 .ca-topcasinos__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ca-topcasinos__--bg-1 .ca-topcasinos__container h1,
.ca-topcasinos__--bg-2 .ca-topcasinos__container h1,
.ca-topcasinos__--bg-3 .ca-topcasinos__container h1,
.ca-topcasinos__--bg-4 .ca-topcasinos__container h1 {
  max-width: none;
  font-weight: 400;
  font-size: clamp(2.375rem, 2.0721153846rem + 1.3461538462vw, 3.25rem);
}

.ca-topcasinos__--bg-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-1.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/bg-1.webp");
  background-position: bottom 14% center;
}				.ca-topcasinos__webp .ca-topcasinos__--bg-1 {					background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/bg-1.webp")				}							.webp .--bg-1 {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-1.webp")				}			

.ca-topcasinos__--bg-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-2.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/bg-2.webp");
}

.ca-topcasinos__--bg-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-3.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/bg-3.webp");
  background-position: top 30% center;
}

.ca-topcasinos__--bg-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-4.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/bg-4.webp");
  background-position: top 30% center;
}

.ca-topcasinos__conclusion {
  background: #0C0C3A;
  padding: 90px 0;
  text-align: center;
}

.ca-topcasinos__conclusion p {
  max-width: 928px;
  margin-inline: auto;
}

.ca-topcasinos__faq h2 {
  text-align: left;
}

.ca-topcasinos__faq h3 {
  font-size: 18px;
}

.ca-topcasinos__faq .ca-topcasinos__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ca-topcasinos__faq img {
  width: 100%;
  height: 100%;
  max-width: 550px;
  margin-inline: auto;
}

.ca-topcasinos__faq .ca-topcasinos__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__item {
  border-bottom: 2px solid #FFF;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__item:first-child {
  border-top: 2px solid #FFF;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__header::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6rem;
  aspect-ratio: 1/1;
  margin-left: auto;
  background-image: url(../img/accordion.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__item_show .ca-topcasinos__accordion__header::after,
.ca-topcasinos__faq .ca-topcasinos__accordion__item_slidedown .ca-topcasinos__accordion__header::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ca-topcasinos__faq .ca-topcasinos__accordion__content {
  color: rgba(255, 255, 255, 0.85);
  padding-bottom: 24px;
}

.ca-topcasinos__faq .ca-topcasinos__accordion__item:not(.ca-topcasinos__accordion__item_show) .ca-topcasinos__accordion__body {
  display: none;
}

.ca-topcasinos__features {
  text-align: center;
}

.ca-topcasinos__features img {
  margin-inline: auto;
}

.ca-topcasinos__features .ca-topcasinos__item {
  gap: 10px;
}

.ca-topcasinos__features .ca-topcasinos__items {
  gap: 20px;
}

.ca-topcasinos__footer {
  margin-top: auto;
  padding: 40px 0;
}

.ca-topcasinos__footer .ca-topcasinos__container {
  gap: 40px;
}

.ca-topcasinos__footer a {
  color: rgba(255, 255, 255, 0.6);
}

.ca-topcasinos__footer a:hover {
  opacity: 0.6;
}

.ca-topcasinos__footer .ca-topcasinos__items:first-child {
  gap: 20px;
}

.ca-topcasinos__footer .ca-topcasinos__items:first-child .ca-topcasinos__item:first-child {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
}

.ca-topcasinos__footer .ca-topcasinos__items:first-child .ca-topcasinos__item:last-child {
  -webkit-box-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
}

.ca-topcasinos__footer .ca-topcasinos__items:last-child .ca-topcasinos__item:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ca-topcasinos__game p {
  text-align: center;
}

.ca-topcasinos__game .ca-topcasinos__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 257px));
  gap: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ca-topcasinos__game .ca-topcasinos__col {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1.2;
}

.ca-topcasinos__game .ca-topcasinos__col:hover .ca-topcasinos__wrapper {
  opacity: 1;
}

.ca-topcasinos__game .ca-topcasinos__col:hover .ca-topcasinos__rating,
.ca-topcasinos__game .ca-topcasinos__col:hover .ca-topcasinos__btn,
.ca-topcasinos__game .ca-topcasinos__col:hover .ca-topcasinos__wrapper p {
  translate: 0 0;
  opacity: 1;
  scale: 1;
}

.ca-topcasinos__game .ca-topcasinos__col img {
  height: 100%;
  width: 100%;
}

.ca-topcasinos__game .ca-topcasinos__wrapper {
  position: absolute;
  inset: 0;
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.375rem, 0.2884615385rem + 0.3846153846vw, 0.625rem);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: rgba(9, 5, 28, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(1, 0, 0.56, 0.99);
  transition: all 0.2s cubic-bezier(1, 0, 0.56, 0.99);
}

.ca-topcasinos__game .ca-topcasinos__rating {
  position: absolute;
  right: 20px;
  top: 12px;
  border-radius: 8px;
  background: #9747FF;
  padding: 4px 4px 4px clamp(1.5rem, 1.2836538462rem + 0.9615384615vw, 2.125rem);
  background-image: url("../img/like.svg");
  background-position: left 4px center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  line-height: 100%;
  font-family: Alexandria;
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
}

.ca-topcasinos__game .ca-topcasinos__btn {
  background: #FEB60D;
  border-color: #FEB60D;
  padding: clamp(0.375rem, 0.2884615385rem + 0.3846153846vw, 0.625rem) 46px;
}

.ca-topcasinos__game .ca-topcasinos__btn:hover,
.ca-topcasinos__game .ca-topcasinos__btn.ca-topcasinos__btn-active {
  background: transparent;
}

.ca-topcasinos__game .ca-topcasinos__rating,
.ca-topcasinos__game .ca-topcasinos__btn {
  opacity: 0.1;
  translate: 50% 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ca-topcasinos__game .ca-topcasinos__rating {
  scale: 0.9;
  -webkit-transition: all 0.2s ease 0.33s;
  transition: all 0.2s ease 0.33s;
}

.ca-topcasinos__game .ca-topcasinos__btn {
  translate: -100px 0;
}

.ca-topcasinos__game .ca-topcasinos__wrapper p {
  opacity: 0.1;
  translate: 0 150%;
  -webkit-transition: all 0.2s ease 0.05s;
  transition: all 0.2s ease 0.05s;
  line-height: 100%;
}

.ca-topcasinos__game .ca-topcasinos__btn-active {
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

.ca-topcasinos__game .ca-topcasinos__rating {
  position: absolute;
  right: 20px;
  top: 12px;
}

.ca-topcasinos__rating {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  background: #9747FF;
  padding: 4px 4px 4px clamp(1.5rem, 1.2836538462rem + 0.9615384615vw, 2.125rem);
  background-image: url("../img/like.svg");
  background-position: left 4px center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  line-height: 100%;
  font-family: Alexandria;
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
}

.ca-topcasinos__header {
  padding: 22px 0;
}

.ca-topcasinos__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ca-topcasinos__header .ca-topcasinos__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.ca-topcasinos__header a {
  color: #FFF;
}

.ca-topcasinos__header a:hover {
  color: #FEB60D;
}

.ca-topcasinos__header .ca-topcasinos__logo {
  color: #FEB60D;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  font-weight: 700;
}

.ca-topcasinos__history {
  padding: 90px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4))), url("../img/history.webp");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url("../img/history.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.ca-topcasinos__webp .ca-topcasinos__history {					background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url("../img/history.webp")				}							.webp .history {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4))), url("../img/history.webp")				}			

.ca-topcasinos__history p {
  max-width: 590px;
  margin-inline: auto;
  text-align: center;
}

.ca-topcasinos__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.ca-topcasinos__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.ca-topcasinos__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ca-topcasinos__mobile-nav--open {
  top: 0;
}

.ca-topcasinos__mobile-nav a {
  color: #fff;
}

.ca-topcasinos__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 28px;
  font-size: 20px;
}

.ca-topcasinos__mobile-nav__list .ca-topcasinos__active {
  opacity: 0.5;
}

/* Nav Icon */

.ca-topcasinos__mobile-nav-btn {
  --time: 0.1s;
  --width: 28px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ca-topcasinos__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.ca-topcasinos__nav-icon::before,
.ca-topcasinos__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.ca-topcasinos__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.ca-topcasinos__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.ca-topcasinos__nav-icon.ca-topcasinos__nav-icon--active {
  background-color: transparent;
}

.ca-topcasinos__nav-icon.ca-topcasinos__nav-icon--active::before,
.ca-topcasinos__nav-icon.ca-topcasinos__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.ca-topcasinos__nav-icon.ca-topcasinos__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ca-topcasinos__nav-icon.ca-topcasinos__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.ca-topcasinos__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.ca-topcasinos__page .ca-topcasinos__game-iframe {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  background: #D9D9D9;
  backdrop-filter: blur(2px);
  height: clamp(12.5rem, 9.2548076923rem + 14.4230769231vw, 21.875rem);
}

.ca-topcasinos__page .ca-topcasinos__game-iframe iframe {
  height: clamp(12.5rem, 9.2548076923rem + 14.4230769231vw, 21.875rem);
  width: 100%;
  background-image: url("../img/loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.ca-topcasinos__page .ca-topcasinos__game-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ca-topcasinos__page .ca-topcasinos__play-demo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.ca-topcasinos__page .ca-topcasinos__play-demo:hover {
  scale: 0.95;
}

.ca-topcasinos__page .ca-topcasinos__items {
  gap: 30px;
}

.ca-topcasinos__page .ca-topcasinos__item:last-child {
  -webkit-box-flex: 0.45;
  -ms-flex: 0.45;
  flex: 0.45;
}

.ca-topcasinos__page .ca-topcasinos__item:last-child span {
  opacity: 0.5;
  color: #FFF;
}

.ca-topcasinos__page .ca-topcasinos__item:last-child li {
  border-bottom: 1px solid #FEB60D;
}

.ca-topcasinos__page .ca-topcasinos__item:last-child p {
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.375rem);
}

.ca-topcasinos__page p {
  max-width: 928px;
}

.ca-topcasinos__page h2 {
  text-align: left;
  margin-bottom: -10px;
}

.ca-topcasinos__page span {
  color: #FEB60D;
}

.ca-topcasinos__pros li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 150%;
  letter-spacing: 0.3px;
}

.ca-topcasinos__pros li:before {
  content: "";
  width: clamp(2.5rem, 2.3918269231rem + 0.4807692308vw, 2.8125rem);
  aspect-ratio: 1/1;
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ca-topcasinos__pros .ca-topcasinos__minus li:before {
  background-image: url("../img/minus.svg");
}

.ca-topcasinos__vs .ca-topcasinos__items {
  gap: 20px 30px;
}

.ca-topcasinos__vs .ca-topcasinos__items:last-child .ca-topcasinos__col:last-child {
  grid-column: 2;
}

.ca-topcasinos__vs .ca-topcasinos__title {
  color: #FEB60D;
  font-family: Alexandria;
  font-size: clamp(1.625rem, 1.2355769231rem + 1.7307692308vw, 2.75rem);
  line-height: 130%;
}

.ca-topcasinos__vs .ca-topcasinos__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: center;
}

.ca-topcasinos__vs .ca-topcasinos__col {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1220px) {
  .ca-topcasinos__items {
    gap: 10px;
  }

  .ca-topcasinos__main {
    gap: 40px;
    margin: 40px 0;
  }

  .ca-topcasinos__container {
    padding: 0 var(--container-padding-tablet);
  }

  .ca-topcasinos__header__nav {
    display: none;
  }

  .ca-topcasinos__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .ca-topcasinos__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ca-topcasinos__items .ca-topcasinos__item {
    gap: 10px;
  }

  .ca-topcasinos__popup {
    padding: 16px;
    gap: 10px;
    line-height: 120%;
  }

  .ca-topcasinos__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ca-topcasinos__banner {
    padding: 30px 0;
  }

  .ca-topcasinos__--bg-1,
  .ca-topcasinos__--bg-2,
  .ca-topcasinos__--bg-3,
  .ca-topcasinos__--bg-4 {
    padding: 30px 0;
  }

  .ca-topcasinos__conclusion {
    padding: 30px 0;
  }

  .ca-topcasinos__faq img {
    max-width: 360px;
  }

  .ca-topcasinos__footer .ca-topcasinos__container {
    gap: 20px;
  }

  .ca-topcasinos__footer .ca-topcasinos__items:last-child .ca-topcasinos__item:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ca-topcasinos__game .ca-topcasinos__columns {
    grid-template-columns: repeat(2, minmax(100px, 257px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ca-topcasinos__header {
    padding: 14px 0;
  }

  .ca-topcasinos__history {
    padding: 30px 0;
  }

  .ca-topcasinos__page .ca-topcasinos__items {
    gap: 20px;
  }

  .ca-topcasinos__vs .ca-topcasinos__items:last-child .ca-topcasinos__col:last-child {
    grid-column: inherit;
  }

  .ca-topcasinos__vs .ca-topcasinos__columns {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}