@charset "UTF-8";

/* Reset and base styles  */

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

* {
  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: 100px;
  --container-padding-tablet: 12px;
  --background: #000929;
  --font-color: #FAF9F0;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Inter, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Canvas будет под остальным содержимым */
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
}

h1 {
  font-size: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
  text-transform: uppercase;
  color: #F6CE93;
}

h2 {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  color: #F6CE93;
}

h3 {
  font-size: clamp(0.6875rem, 0.6225961538rem + 0.2884615385vw, 0.875rem);
}

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

body {
  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;
}

.so-rocasinos__no-scroll {
  overflow: hidden;
}

.so-rocasinos__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;
}

.so-rocasinos__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;
}

.so-rocasinos__items .so-rocasinos__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%;
}

.so-rocasinos__terms .so-rocasinos__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: 14px;
}

.so-rocasinos__terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.so-rocasinos__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: 60px;
  margin: 50px 0;
}

.so-rocasinos__btn,
.so-rocasinos__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: 12px 20px;
  border-radius: 15px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  background-color: #D500FF;
  -webkit-box-shadow: inset 0px -100px 10px -75px #FF00BA, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 10px -75px #FF00BA, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.so-rocasinos__btn-active,
.so-rocasinos__btn:hover,
.so-rocasinos__btn:active {
  background: #5B5B5B;
  color: #fff !important;
  border-color: #333;
  -webkit-box-shadow: inset 0px -100px 10px -75px #5B5B5B, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 10px -75px #5B5B5B, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.so-rocasinos__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.so-rocasinos__lazyload-load {
  opacity: 1;
}

hr {
  position: relative;
  width: 100%;
  height: 1.5px;
  background: #7b6b5d;
  border: none;
  overflow: visible;
}

hr::before,
hr::after {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1/1;
  background: inherit;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

hr::before {
  left: 0;
}

hr::after {
  right: 0;
}

.so-rocasinos__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: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.so-rocasinos__popup {
  color: #FFF;
  border-radius: 15px;
  background: #000929;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
  max-width: 567px;
  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;
}

.so-rocasinos__popup__title {
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.25);
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
  width: 100%;
  margin-bottom: -10px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.so-rocasinos__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;
}

.so-rocasinos__modal.so-rocasinos__show {
  opacity: 1;
}

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

.so-rocasinos__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;
}

.so-rocasinos__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.so-rocasinos__cookie.so-rocasinos__hidden {
  display: none;
}

.so-rocasinos__cookie .so-rocasinos__btn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 8px 40px;
  text-transform: none;
}

.so-rocasinos__cookie .so-rocasinos__show {
  bottom: 0;
}

/* Blocks */

.so-rocasinos__banner {
  margin-top: 30px;
}

.so-rocasinos__banner .so-rocasinos__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(0.5rem, 0.3701923077rem + 0.5769230769vw, 0.875rem);
  gap: 10px;
}

.so-rocasinos__banner .so-rocasinos__wrap {
  max-width: 878px;
  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;
}

.so-rocasinos__banner h1 {
  line-height: 120%;
  text-shadow: 0px 0px 20px rgba(197, 59, 0, 0.5);
}

.so-rocasinos__banner p {
  font-size: 20px;
  max-width: 820px;
}

.so-rocasinos__banner img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 230px;
  margin-bottom: -46px;
}

.so-rocasinos__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.375rem, -3.3894230769rem + 16.7307692308vw, 11.25rem);
  width: 100%;
  margin-top: 8px;
}

.so-rocasinos__banner li {
  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;
  line-height: 100%;
  gap: clamp(0.25rem, 0.2067307692rem + 0.1923076923vw, 0.375rem);
  font-weight: 700;
}

.so-rocasinos__banner li:before {
  content: "";
  width: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
  aspect-ratio: 1/1;
  background-image: url("./../img/check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.so-rocasinos__footer {
  margin-top: auto;
  background: -webkit-gradient(linear, left top, right top, from(#001147), color-stop(50%, #462500), to(#450009));
  background: linear-gradient(90deg, #001147 0%, #462500 50%, #450009 100%);
  padding: 30px 0;
  font-size: 14px;
}

.so-rocasinos__footer .so-rocasinos__container {
  gap: 20px;
}

.so-rocasinos__footer h2 {
  color: #FFF;
}

.so-rocasinos__footer a {
  color: #FFF;
}

.so-rocasinos__footer a:hover {
  opacity: 0.6;
}

.so-rocasinos__footer .so-rocasinos__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.so-rocasinos__footer .so-rocasinos__logos img {
  max-height: 60px;
}

.so-rocasinos__footer .so-rocasinos__logos a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.so-rocasinos__footer .so-rocasinos__logos a:hover {
  opacity: 0.6;
}

.so-rocasinos__footer .so-rocasinos__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 20px;
  font-size: clamp(12px, 3vw, 16px);
  margin: 10px 0;
}

.so-rocasinos__footer .so-rocasinos__link img {
  width: auto;
}

.so-rocasinos__header {
  background: -webkit-gradient(linear, left top, right top, from(#001247), color-stop(50%, #472600), to(#460009));
  background: linear-gradient(90deg, #001247 0%, #472600 50%, #460009 100%);
  padding: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem) 0;
}

.so-rocasinos__header .so-rocasinos__container {
  gap: clamp(0.125rem, -0.0048076923rem + 0.5769230769vw, 0.5rem);
}

.so-rocasinos__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;
}

.so-rocasinos__header .so-rocasinos__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.so-rocasinos__header a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
}

.so-rocasinos__header a:hover {
  opacity: 0.6;
}

.so-rocasinos__header img {
  width: auto;
  height: clamp(0.75rem, 0.4903846154rem + 1.1538461538vw, 1.5rem);
}

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

.so-rocasinos__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.so-rocasinos__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;
}

.so-rocasinos__mobile-nav--open {
  top: 0;
}

.so-rocasinos__mobile-nav a {
  color: #fff;
}

.so-rocasinos__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: 20px;
  font-size: 28px;
}

.so-rocasinos__mobile-nav__list .so-rocasinos__active {
  opacity: 0.5;
}

/* Nav Icon */

.so-rocasinos__mobile-nav-btn {
  --time: 0.1s;
  --width: 40px;
  --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;
}

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

.so-rocasinos__nav-icon::before,
.so-rocasinos__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;
}

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

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

.so-rocasinos__nav-icon.so-rocasinos__nav-icon--active {
  background-color: transparent;
}

.so-rocasinos__nav-icon.so-rocasinos__nav-icon--active::before,
.so-rocasinos__nav-icon.so-rocasinos__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;
}

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

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

/* Layout */

.so-rocasinos__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.so-rocasinos__text h2 {
  margin-bottom: -10px;
}

.so-rocasinos__text .so-rocasinos__item {
  gap: 20px;
}

.so-rocasinos__text .so-rocasinos__item:last-child {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.so-rocasinos__text img {
  width: 260px;
  -o-object-fit: contain;
  object-fit: contain;
}

.so-rocasinos__wrapper {
  border-radius: 10px;
  border: 1px solid #F6CE93;
  background: rgba(2, 18, 72, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(171, 70, 27, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(171, 70, 27, 0.5);
  padding: 20px;
  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;
}

.so-rocasinos__wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.so-rocasinos__wrapper li:before {
  content: "•";
  margin-left: 8px;
}

.so-rocasinos__top .so-rocasinos__container {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.so-rocasinos__top .so-rocasinos__article {
  border-radius: 10px;
  border: 1px solid #F6CE93;
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 27, 104, 0.5)), color-stop(50%, rgba(152, 84, 4, 0.5)), to(rgba(125, 6, 21, 0.5)));
  background: linear-gradient(90deg, rgba(1, 27, 104, 0.5) 0%, rgba(152, 84, 4, 0.5) 50%, rgba(125, 6, 21, 0.5) 100%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(171, 70, 27, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(171, 70, 27, 0.5);
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr minmax(200px, 0.8fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px clamp(0.625rem, -0.4567307692rem + 4.8076923077vw, 3.75rem);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}

.so-rocasinos__top .so-rocasinos__article > * {
  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.25rem, 0.1201923077rem + 0.5769230769vw, 0.625rem);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(2) .stars img:nth-last-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.5) 50%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.5) 50%);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(3) .stars img:nth-last-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(4) .stars img:nth-last-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(4) .stars img:nth-last-child(2) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.5) 50%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.5) 50%);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(5) .stars img:nth-last-child(1) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
}

.so-rocasinos__top .so-rocasinos__article:nth-of-type(5) .stars img:nth-last-child(2) {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(0%, rgba(0, 0, 0, 0.5)));
  mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 0%);
}

.so-rocasinos__top .so-rocasinos__number {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
  border-radius: 3px;
  background: #8B0213;
  padding: 4px 10px;
  font-weight: 300;
  line-height: 100%;
  text-shadow: none;
}

.so-rocasinos__top .so-rocasinos__number::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #704700 transparent transparent;
  border-width: 4px 0px 17px 7px;
  top: 100%;
  left: 2px;
}

.so-rocasinos__top .so-rocasinos__number span {
  font-weight: 700;
}

.so-rocasinos__top .so-rocasinos__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: clamp(3.75rem, 2.6682692308rem + 4.8076923077vw, 6.875rem);
  border-radius: 10px;
  background: #131313;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
}

.so-rocasinos__top .so-rocasinos__img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.so-rocasinos__top .so-rocasinos__bonus {
  color: #FFF;
  font-size: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  font-weight: 700;
  width: 100%;
}

.so-rocasinos__top .so-rocasinos__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.so-rocasinos__top .so-rocasinos__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: clamp(0.5rem, 0.3701923077rem + 0.5769230769vw, 0.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.so-rocasinos__top .so-rocasinos__advantages li:before {
  content: "";
  width: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
  aspect-ratio: 1/1;
  background-image: url("./../img/check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.so-rocasinos__top .so-rocasinos__advantages::after {
  content: attr(data-content);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.so-rocasinos__top .so-rocasinos__rating {
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.so-rocasinos__top .so-rocasinos__rating img {
  width: auto;
  height: clamp(1rem, 0.8701923077rem + 0.5769230769vw, 1.375rem);
}

.so-rocasinos__top .so-rocasinos__rating span {
  border-radius: 3px;
  background: #D79119;
  padding: 3px 5px;
  text-shadow: none;
}

.so-rocasinos__top .so-rocasinos__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.so-rocasinos__top .so-rocasinos__stars img {
  -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}

.so-rocasinos__top .so-rocasinos__btn {
  position: relative;
  overflow: hidden;
  padding: clamp(0.5rem, 0.3269230769rem + 0.7692307692vw, 1rem) clamp(0.3125rem, -0.2283653846rem + 2.4038461538vw, 1.875rem);
  font-size: clamp(0.625rem, 0.4519230769rem + 0.7692307692vw, 1.125rem);
  text-shadow: none;
  text-transform: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: clamp(0.625rem, 0.5168269231rem + 0.4807692308vw, 0.9375rem);
}

.so-rocasinos__top .so-rocasinos__btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.so-rocasinos__top .so-rocasinos__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background: rgba(215, 145, 25, 0.3);
  padding: 5px;
}

.so-rocasinos__top .so-rocasinos__pay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.so-rocasinos__top .so-rocasinos__pay li img {
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

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

  .so-rocasinos__main {
    gap: 30px;
    margin: 30px 0;
  }

  .so-rocasinos__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .so-rocasinos__header__nav {
    display: none;
  }

  .so-rocasinos__mobile-nav-btn {
    display: block;
  }

  .so-rocasinos__top .so-rocasinos__article {
    gap: 10px clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

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

  hr {
    max-width: 500px;
  }

  .so-rocasinos__popup {
    padding: 20px;
  }

  .so-rocasinos__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .so-rocasinos__cookie .so-rocasinos__btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .so-rocasinos__banner {
    margin-top: 16px;
  }

  .so-rocasinos__banner .so-rocasinos__wrap {
    gap: 0;
  }

  .so-rocasinos__banner h1 {
    max-width: 600px;
  }

  .so-rocasinos__banner p {
    display: none;
  }

  .so-rocasinos__banner img {
    margin-bottom: 0;
    max-height: 52px;
  }

  .so-rocasinos__banner ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: 8px auto auto;
  }

  .so-rocasinos__footer h2 {
    margin-bottom: -6px;
  }

  .so-rocasinos__footer h2 ~ h2 {
    margin-top: 10px;
  }

  .so-rocasinos__footer .so-rocasinos__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .so-rocasinos__footer .so-rocasinos__logos img {
    max-height: 36px;
  }

  .so-rocasinos__footer .so-rocasinos__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .so-rocasinos__footer .so-rocasinos__link img {
    width: 34px;
  }

  .so-rocasinos__text h2 {
    margin-bottom: -5px;
  }

  .so-rocasinos__text .so-rocasinos__item {
    gap: 10px;
  }

  .so-rocasinos__text img {
    max-height: 250px;
  }

  .so-rocasinos__wrapper {
    gap: 10px;
    padding: 20px 12px;
  }

  .so-rocasinos__top .so-rocasinos__container {
    gap: 10px;
  }

  .so-rocasinos__top .so-rocasinos__article {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 8px;
    justify-items: stretch;
    max-width: 500px;
  }

  .so-rocasinos__top .so-rocasinos__number {
    top: -6px;
    padding: 2px 10px;
  }

  .so-rocasinos__top .so-rocasinos__stars {
    gap: 2px;
  }
}

@media (max-width: 820px) and (max-width: 820px) {
  .so-rocasinos__popup {
    padding: 16px 12px;
  }
}