/* stylelint-disable */
.jrts-overlay {
  position: fixed;
  height: 100%;
  right: 0;
  top: var(--header-height);
  bottom: 64px;
  left: 0;
  z-index: 29;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(var(--bg-b), 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.jrts-overlay::-webkit-scrollbar {
  display: none;
}
.jrts-overlay.active {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}

:root {
  --body-bg: #0d1016;
  --body-font-size: 16px;
  --content-width: 1180px;
  --container-offset: clamp(16px, 1.6949vw, 20px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 72px;
  --scrollbar-thumb: #ff2200cb;
  --scrollbar-track: #13171f;
  --scrollbar-track-hover: #13171f;
  --overlay-bg: rgba(0, 0, 0, 0.5);
   --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 194, 196, 201;
  --cl-d: 128, 133, 143;
  --cl-e: 255, 36, 0;
  --cl-f: 0, 207, 166;
  --cl-g: 255, 234, 0;
  --cl-h: 43, 46, 52;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 13, 16, 22;
  --bg-d: 255, 36, 0;
  --bg-e: 19, 23, 31;
  --bg-f: 68, 72, 82;
  --bg-g: 243, 34, 147;
  --bg-h: 0, 207, 166;
  --br-a: #24bcae;
  --br-b: #fff;
  --br-c: #ff2400;
  --gr-a: radial-gradient(84.73% 98.43% at 100% 60.83%, red, #f000);
  --gr-b: linear-gradient(180deg, #fff 39.5%, #cecece 69.19%);
  --gr-c: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);
  --gr-d: linear-gradient(110.74deg, #ff240066, #ff240000);
  --gr-e: linear-gradient(110.74deg, #00cfa6cc, #00cfa600);
  --gr-f: linear-gradient(110.74deg,#00cfa666,#00cfa600);
  --gr-g: linear-gradient(90deg, rgba(255, 36, 0, 0) 0%, #ff2400 50.52%, rgba(255, 36, 0, 0) 100%);
  --gr-h: linear-gradient(110.74deg, #fff6, #fff0);
  --gr-j: linear-gradient(110.74deg, #fff6, #fff0);
  --gr-k: linear-gradient(136.34deg, #00cfa6 0%, #444852 59.09%);
  --gr-l: linear-gradient(360deg, rgba(19, 23, 31, .3) 0%, rgba(19, 23, 31, .243) 33.56%, rgba(19, 23, 31, 0) 100%), linear-gradient(360deg, #13171f 0%, rgba(19, 23, 31, .81) 33.56%, rgba(19, 23, 31, 0) 100%);
  --gr-m: linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
  --gr-n: linear-gradient(180deg, #80858f 0%, rgba(13, 16, 22, 0) 92.5%);
  --gr-o: linear-gradient(90deg, rgba(255, 36, 0, 0) 0%, #ff2400 50.52%, rgba(255, 36, 0, 0) 100%);
  --gr-p: linear-gradient(180deg, #ff7c40, #ff2400);
}
@media (max-width: 1024px) {
  :root {
    --header-height: 63px;
  }
}
@media (max-width: 576px) {
  :root {
    --header-height: 44px;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  -webkit-text-size-adjust: 100%;
  background: var(--body-bg);
}
body.mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100dvh;
}
body.mode main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main {
  margin: 0 auto;
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: clamp(14px, 1.3559vw, 16px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(var(--cl-a), 1);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.jrts-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.jrts-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(97px, 12.0339vw, 142px);
  height: clamp(28px, 3.4746vw, 41px);
}
.jrts-logo svg, .jrts-logo img {
  width: 100%;
  height: auto;
}

h1 {
  font-family: var(--font-family);
    font-size: clamp(20px, 3.39vw, 40px);
  line-height: 125%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: var(--font-family);
   font-size: clamp(20px, 3.39vw, 40px);
  line-height: 125%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  text-transform: uppercase;
}

h3, h4 {
  font-family: var(--font-family);
  font-size: clamp(22px, 2.7119vw, 32px);
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
}

h5, h6 {
  font-family: var(--font-family);
  font-size: clamp(18px, 2.2034vw, 26px);
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
}

ol:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  counter-reset: li;
}
ol:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  grid-gap: 10px;
}
ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: counters(li, "") ".";
  counter-increment: li;
  font-size: clamp(15px, 1.4407vw, 17px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}

ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  position: relative;
}
ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  grid-gap: 5px;
  padding-left: 12px;
}
ul:not([class]) li p {
  font-size: 14px;
  font-weight: 500;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--cl-a), 1);
}

blockquote {
  margin: 0;
  color: rgba(var(--cl-d), 1);
  padding: 15px 15px 15px 55px;
  position: relative;
  background: rgba(var(--bg-e), 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  border-radius: 10px;
}
blockquote p {
  font-style: italic;
}
blockquote::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23fc0' d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64h-64c-35.3 0-64-28.7-64-64V216z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 20px;
  -webkit-filter: grayscale(1) brightness(0.75);
  filter: grayscale(1) brightness(0.75);
}

table:not([class]) {
  width: 100%;
  border-collapse: collapse;
}
table:not([class]) tbody tr:nth-child(even) td {
  background-color: rgba(var(--bg-e), 1);
}
table:not([class]) th {
  padding: 15px 5px;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.3559vw, 16px);
  font-weight: 700;
  background-color: rgba(var(--bg-e), 1);
  border: solid 1px rgba(var(--bg-a), 0.5);
}
@media (max-width: 415px) {
  table:not([class]) th {
    padding: 10px 3px;
    font-size: 13px;
  }
}
table:not([class]) td {
  text-align: center;
  padding: 10px;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  border: solid 1px rgba(var(--bg-a), 0.5);
}
@media (max-width: 415px) {
  table:not([class]) td {
    padding: 5px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .table-responsive {
    overflow: auto;
    width: calc(100% + clamp(20px, 2.34vw, 24px) * 2);
    margin-left: calc(clamp(20px, 2.34vw, 24px) * -1);
    padding: 0 clamp(20px, 2.34vw, 24px);
  }
  table:not([class]) {
    min-width: 450px;
  }
  table:not([class]) td p {
    min-width: 125px;
  }
}
.jrts-icon-arrow {
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  display: block;
  margin-top: 4px;
  background-image: url(../img/sprite/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-star {
  position: absolute;
  display: block;
  background-image: url(../img/index/red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .jrts-icon-star {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .jrts-icon-star {
    width: 100px;
    height: 100px;
  }
}
.jrts-icon-star.small {
  width: 7px;
  height: 7px;
}
@media (min-width: 768px) {
  .jrts-icon-star.small {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .jrts-icon-star.small {
    width: 24px;
    height: 24px;
  }
}
.jrts-icon-star.medium {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .jrts-icon-star.medium {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .jrts-icon-star.medium {
    width: 68px;
    height: 68px;
  }
}
.jrts-icon-like {
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  display: block;
  background-image: url(../img/sprite/like.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-mail {
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/mail.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-telegram {
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/tg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-phone {
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-tg {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/tg2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-support {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/support.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-plus {
  position: absolute;
  right: 20px;
  top: -20px;
  -webkit-box-shadow: 0 11px 27px rgba(250, 65, 0, 0.631372549);
  box-shadow: 0 11px 27px rgba(250, 65, 0, 0.631372549);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fa0000;
  text-align: center;
  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-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img/sprite/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.jrts-icon-brow {
  background-image: url(../img/sprite/brow.svg);
  position: absolute;
  height: 60px;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 45% auto;
  pointer-events: none;
}
.jrts-icon-check {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-crash {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/crash.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-bonus {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/bonus2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-clasic {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/bonus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-mega {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/mega.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-info {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/info.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-play {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-pinup {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/pin.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-up {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/sprite/up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@-webkit-keyframes button-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7, 0.5);
    transform: translate(-50%, -50%) scale(0.7, 0.5);
    opacity: 0;
    border-radius: 4px;
  }
  12% {
    opacity: 1;
  }
  34% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  38% {
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-radius: 8px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-radius: 4px;
  }
}

@keyframes button-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7, 0.5);
    transform: translate(-50%, -50%) scale(0.7, 0.5);
    opacity: 0;
    border-radius: 4px;
  }
  12% {
    opacity: 1;
  }
  34% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  38% {
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-radius: 8px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-radius: 4px;
  }
}
.jrts-main-btn {
  font-family: var(--font-family);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  padding: clamp(7px, 0.678vw, 8px) clamp(16px, 2.0339vw, 24px);
  line-height: 24px;
  background: rgba(var(--bg-d), 1);
  color: rgba(var(--cl-a), 1);
  border-radius: 4px;
  font-size: clamp(14px, 1.3559vw, 16px);
  height: clamp(28px, 3.3898vw, 40px);
}
.jrts-main-btn i {
  position: relative;
  top: -1px;
}
.jrts-main-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 51, 52, 0.15)), to(rgba(49, 51, 52, 0.15))), #ff2400;
  background: linear-gradient(0deg, rgba(49, 51, 52, 0.15), rgba(49, 51, 52, 0.15)), #ff2400;
}
.jrts-main-btn.animate::before {
  content: "";
  -webkit-animation: button-pulse 1.6s ease-out infinite 0.5s;
  animation: button-pulse 1.6s ease-out infinite 0.5s;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7, 0.5);
  -ms-transform: translate(-50%, -50%) scale(0.7, 0.5);
  transform: translate(-50%, -50%) scale(0.7, 0.5);
  background: rgba(var(--bg-d), 0.5);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  pointer-events: none;
}

.jrts-transparent-btn {
  font-family: var(--font-family);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  position: relative;
  font-weight: 500;
  padding: clamp(7px, 0.678vw, 8px) clamp(16px, 2.0339vw, 24px);
  line-height: 24px;
  background: transparent;
  color: rgba(var(--cl-a), 1);
  border-radius: 4px;
  font-size: clamp(14px, 1.3559vw, 16px);
  height: clamp(28px, 3.3898vw, 40px);
  position: relative;
}
.jrts-transparent-btn:hover {
  background: rgba(var(--bg-d), 1);
}
.jrts-transparent-btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(191deg, rgb(255, 81, 0) 50%, rgba(255, 81, 0, 0.5) 85%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.jrts-up-btn {
  padding: 8px;
  background-color: rgba(13, 16, 22, 0.85);
  color: rgba(var(--cl-d), 1);
  border-radius: 4px;
  position: relative;
  position: fixed;
  z-index: 20;
  right: 8px;
  bottom: 24px;
}
.jrts-up-btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--gr-n);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.jrts-up-btn i {
  rotate: -90deg;
}
.jrts-up-btn:hover {
  padding-bottom: 16px;
}
.jrts-up-btn:hover::before {
  background: linear-gradient(180.03deg, #00cfa6 0.03%, rgba(13, 16, 22, 0) 99.98%);
}

.jrts-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}
.jrts-main-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.jrts-main-box button:not([class]) {
  color: rgba(var(--cl-f), 1);
  text-decoration: underline;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 110%;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-underline-offset: 3px;
}
.jrts-main-box button:not([class]):hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.jrts-main-box--mode {
  grid-gap: 18px;
}

.jrts-main-top {
  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;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}
.jrts-main-top__subtitle {
  font-size: clamp(12px, 1.3559vw, 16px);
  line-height: 130%;
  font-weight: 400;
  color: rgba(var(--cl-a), 1);
  margin-top: -2px;
  margin-bottom: 5px;
}
.jrts-main-top__line {
  width: calc(100% + 2rem);
  height: 1px;
  min-width: 280px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(var(--bg-d), 1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(var(--bg-d), 1) 50%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  z-index: 1;
}
.jrts-main-top__line:before {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.jrts-main-top__line:after, .jrts-main-top__line:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  height: 3px;
  width: clamp(88px, 9.4915vw, 112px);
  border-radius: 100px;
  background-color: rgba(var(--bg-d), 1);
}
.jrts-main-top__title {
  font-family: var(--font-family);
  font-size: clamp(20px, 4.0678vw, 48px);
  line-height: 125%;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  text-transform: uppercase;
  text-align: center;
}
.jrts-main-top.pink .jrts-main-top__line {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(var(--bg-g), 1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(var(--bg-g), 1) 50%, rgba(0, 0, 0, 0) 100%);
}
.jrts-main-top.pink .jrts-main-top__line:after, .jrts-main-top.pink .jrts-main-top__line:before {
  background-color: rgba(var(--bg-g), 1);
}
.jrts-main-top.pink .jrts-icon-star {
  background-image: url(../img/index/pink.png);
}
.jrts-main-top.pink .jrts-decor {
  background: radial-gradient(50% 50% at 50% 50%, rgba(243, 34, 147, 0.1019607843), rgba(0, 0, 0, 0));
}
.jrts-main-top.pink .jrts-decor__bg::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(243, 34, 147, 0.1490196078) 0% 15.45%, rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .jrts-main-top.pink .jrts-decor__bg::before {
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .jrts-main-top.pink .jrts-decor__bg::before {
    width: 820px;
  }
}
@media (min-width: 768px) {
  .jrts-main-top.pink .jrts-decor__bg:after {
    width: 207px;
  }
}
@media (min-width: 1024px) {
  .jrts-main-top.pink .jrts-decor__bg:after {
    width: 482px;
  }
}

.jrts-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 1.3889vw, 15px);
}
.jrts-main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 1.61vw, 20px);
}
.jrts-main-nav__link {
  position: relative;
  z-index: 3;
  color: rgba(var(--cl-d), 1);
  font-family: var(--font-family);
  position: relative;
  font-size: clamp(12px, 1.1864vw, 14px);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jrts-main-nav__link img,
.jrts-main-nav__link i {
  width: clamp(20px, 1.94vw, 24px);
  height: clamp(20px, 1.94vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jrts-main-nav__link:hover {
  color: rgba(var(--cl-a), 1);
}
.jrts-main-nav__link:hover img,
.jrts-main-nav__link:hover i {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.jrts-slots-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .jrts-slots-card {
    margin: 0 12px;
  }
}
.jrts-slots-card__value {
  font-family: var(--font-family);
  font-weight: 600;
  min-width: 48px;
  margin-right: 4px;
  font-size: 42px;
  line-height: 1;
  text-align: right;
  color: rgba(var(--cl-a), 1);
}
@media (min-width: 375px) {
  .jrts-slots-card__value {
    min-width: 55px;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .jrts-slots-card__value {
    min-width: auto;
    font-size: 58px;
    margin-right: 0.5rem;
  }
}
.jrts-slots-card__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgba(var(--cl-d), 1);
}
@media (min-width: 375px) {
  .jrts-slots-card__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .jrts-slots-card__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
.jrts-slots-card__link {
  opacity: 0;
  position: absolute;
  z-index: 5;
  inset: 0;
}

.jrts-event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
}
.jrts-event-card__btn {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.jrts-event-card__box {
  position: relative;
  z-index: 2;
  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-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: rgba(var(--bg-e), 1);
}
.jrts-event-card__label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 8px;
  border-radius: 15px;
  width: 25%;
  font-size: 16px;
  line-height: 1;
  color: rgba(var(--cl-a), 1);
  background: var(--gr-p);
  -webkit-box-shadow: 0 4px 4px rgba(215, 74, 206, 0.2);
  box-shadow: 0 4px 4px rgba(215, 74, 206, 0.2);
  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;
  font-size: 11px;
  height: 16px;
}
.jrts-event-card__wrapp {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 18px;
  padding: 8px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bg-e), 1)), color-stop(rgba(var(--cl-h), 1)), to(rgba(var(--bg-e), 1)));
  background-image: linear-gradient(to right, rgba(var(--bg-e), 1), rgba(var(--cl-h), 1), rgba(var(--bg-e), 1));
}
.jrts-event-card__value {
  color: rgba(var(--cl-g), 1);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.jrts-event-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(var(--cl-a), 0.85);
  text-align: center;
}
.jrts-event-card__info {
  color: rgba(var(--cl-l), 1);
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.jrts-event-card__title {
  margin-bottom: 7px;
  margin-top: 8px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: rgba(var(--cl-a), 1);
  text-transform: uppercase;
  text-align: center;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jrts-event-card__image {
  height: clamp(200px, 20.339vw, 240px);
  width: 100%;
}
.jrts-event-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jrts-event-card:hover {
  -webkit-transform: scale(1.05, 1.045) translateZ(0);
  transform: scale(1.05, 1.045) translateZ(0);
  -webkit-box-shadow: 0 12px 28px rgba(var(--bg-f), 0.1);
  box-shadow: 0 12px 28px rgba(var(--bg-f), 0.1);
}
.jrts-event-card:hover .jrts-event-card__icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.jrts-event-card .jrts-timer {
  margin: 10px 0 20px;
  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;
  color: rgba(var(--cl-a), 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.jrts-event-card .jrts-timer__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jrts-event-card .jrts-timer__item:not(:last-child):after {
  content: ":";
  display: block;
  height: 100%;
  margin: 0 3px;
  font-size: 12px;
}
.jrts-event-card .jrts-timer__value {
  padding: 8px 6px;
  border-radius: 3px;
  border: 2px solid rgba(var(--bg-f), 0.5);
  background-color: rgba(var(--cl-h), 1);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bg-e), 1)), color-stop(40%, rgba(var(--bg-e), 0.3)), to(rgba(var(--bg-e), 1)));
  background-image: linear-gradient(to top, rgba(var(--bg-e), 1), rgba(var(--bg-e), 0.3) 40%, rgba(var(--bg-e), 1));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jrts-event-card .jrts-timer__value::after {
  margin-left: 2px;
  content: attr(data-title);
  display: block;
}

.jrts-info-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  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;
}
.jrts-info-card__btn {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.jrts-info-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jrts-info-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
.jrts-info-card__like {
  background: rgba(var(--bg-f), 0.5);
  height: 32px;
  border-radius: 999px;
  padding: 3px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: rgba(var(--cl-a), 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.jrts-info-card__box {
  padding: 16px;
  background-color: rgba(var(--bg-e), 1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-info-card__image {
  aspect-ratio: 2.3724;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-info-card__image img {
  width: 100%;
  height: 100%;
}
.jrts-info-card__title {
  -webkit-line-clamp: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.33px;
  color: rgba(var(--cl-a), 1);
}
.jrts-info-card .jrts-timer {
  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;
  color: rgba(var(--cl-a), 1);
  background: rgba(var(--bg-f), 0.5);
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01px;
  line-height: 16px;
  border-radius: 999px;
}
.jrts-info-card .jrts-timer__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jrts-info-card .jrts-timer__item:not(:last-child):after {
  content: ":";
  display: block;
  height: 100%;
  margin: 0 4px;
  font-size: 12px;
}
.jrts-info-card:hover {
  -webkit-transform: scale(1.035, 1.035) translateZ(0);
  transform: scale(1.035, 1.035) translateZ(0);
  -webkit-box-shadow: 0 12px 28px rgba(var(--bg-f), 0.15);
  box-shadow: 0 12px 28px rgba(var(--bg-f), 0.15);
}

.jrts-game-card {
  --gradient-angle: 125deg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  display: grid;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  width: 100%;
}
.jrts-game-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  z-index: 2;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 1px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-angle)), color-stop(0%, #00cfa6), color-stop(59.09%, rgba(13, 16, 22, 0.2)));
  background: linear-gradient(var(--gradient-angle), #00cfa6 0%, rgba(13, 16, 22, 0.2) 59.09%);
}
.jrts-game-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 3;
}
.jrts-game-card:hover::before {
  opacity: 1;
}
.jrts-game-card:hover .jrts-game-card__wrapp {
  opacity: 1;
  visibility: visible;
}
.jrts-game-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  grid-area: 1/-1;
  aspect-ratio: 1.3008849558/1;
  position: relative;
}
.jrts-game-card__image img,
.jrts-game-card__image picture {
  width: 100%;
  height: 100%;
}
.jrts-game-card button, .jrts-game-card a {
  max-width: 133px;
  width: 100%;
}
.jrts-game-card .jrts-transparent-btn::before {
  background: rgba(var(--bg-a), 1);
}
.jrts-game-card .jrts-transparent-btn:hover {
  background: rgba(var(--bg-a), 0.2);
}
.jrts-game-card__wrapp {
  position: absolute;
  inset: 0;
  z-index: 5;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(var(--bg-c), 0.7);
  padding: 8px;
}
.jrts-game-card__title {
  font-family: var(--font-family);
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(var(--cl-c), 1);
  width: 100%;
  position: absolute;
  top: 8px;
  max-width: calc(100% - 16px);
  left: 8px;
}

.jrts-slots-list {
  width: 100%;
}
@media (min-width: 768px) {
  .jrts-slots-list {
    max-width: 100%;
    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;
    padding: 0 44px;
    grid-gap: 0;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .jrts-slots-list {
    max-width: 375px;
    margin: 7px auto 8px;
    display: grid;
    grid-gap: 8px 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.jrts-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.jrts-accordion__item {
  border-radius: 8px;
  border: solid 1px rgba(var(--bg-a), 0.2);
  background: rgba(var(--bg-e), 1);
}
.jrts-accordion__button {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  border: none;
  text-decoration: none !important;
  padding: 13px clamp(20px, 2.7778vw, 30px);
}
.jrts-accordion__button.active {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.jrts-accordion__button.active .jrts-accordion__icon {
  rotate: 180deg;
}
.jrts-accordion__button:hover .jrts-accordion__icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jrts-accordion__icon {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  top: 0px;
  z-index: 1;
  background-color: rgba(var(--bg-d), 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.jrts-accordion__icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-bottom: 2px solid var(--br-b);
  border-left: 2px solid var(--br-b);
  rotate: -45deg;
  top: 8px;
  left: 10px;
}
.jrts-accordion__content {
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.jrts-accordion__box {
  border-radius: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 5px 36px 15px clamp(20px, 2.7778vw, 30px);
  margin-bottom: 1px;
}
.jrts-accordion__title {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.7;
  color: rgba(var(--cl-a), 1);
}
.jrts-accordion p {
  font-size: clamp(14px, 1.3559vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
}

.jrts-slot-card {
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 16px 0 0;
  width: 100%;
  background-color: rgba(var(--bg-e), 1);
  border-radius: 4px;
}
.jrts-slot-card__label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  color: var(--color-label-txt);
  text-transform: uppercase;
  border-radius: 2px;
  padding: 2px 4px;
  text-align: center;
  background: rgba(var(--bg-d), 1);
}
.jrts-slot-card__label.green {
  background: rgba(var(--bg-h), 1);
}
.jrts-slot-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 160px;
  margin-top: -26px;
  overflow: hidden;
  z-index: 1;
  background-image: var(--gr-l);
}
.jrts-slot-card__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 73px;
  background-image: var(--gr-l);
  z-index: 1;
}
.jrts-slot-card__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.jrts-slot-card__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
  padding: 0 16px 16px;
}
.jrts-slot-card__bottom .jrts-main-btn {
  width: 100%;
  height: 40px;
}
.jrts-slot-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 16px;
  margin-bottom: 8px;
}
.jrts-slot-card__box p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(var(--cl-d), 1);
  text-align: center;
}
.jrts-slot-card__box p button {
  color: rgba(var(--cl-f), 1);
  text-decoration: underline;
}
.jrts-slot-card__wrapp {
  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;
}
.jrts-slot-card__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(var(--cl-d), 1);
}
.jrts-slot-card__sum {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(var(--cl-a), 1);
}
.jrts-slot-card__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 500;
  min-height: 52px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 16px 0;
  margin-bottom: 8px;
  color: rgba(var(--cl-a), 1);
}
.jrts-slot-card__count {
  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;
}
.jrts-slot-card .jrts-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  grid-gap: 17px;
}
.jrts-slot-card .jrts-timer__item {
  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;
  position: relative;
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.jrts-slot-card .jrts-timer__item:not(:nth-child(1)):after {
  content: ":";
  position: absolute;
  left: -11px;
  top: 1.5px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(var(--cl-a), 0.2);
  font-family: var(--font-family);
}
.jrts-slot-card .jrts-timer__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(var(--cl-d), 1);
  text-align: center;
}
.jrts-slot-card .jrts-timer.stop .jrts-timer__value {
  color: rgba(var(--cl-d), 1);
}

.jrts-slots-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-slots-slider__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .jrts-slots-slider .splide__track {
    overflow: visible;
  }
}
.jrts-slots-slider .splide__slide {
  margin-top: 26px;
}
@media (max-width: 1024px) {
  .jrts-slots-slider .splide__slide {
    width: 412px;
  }
}
@media (max-width: 1024px) and (min-width: 319px) {
  .jrts-slots-slider .splide__slide {
    width: 288px;
  }
}
@media (max-width: 1024px) and (min-width: 375px) {
  .jrts-slots-slider .splide__slide {
    width: 330px;
  }
}
@media (max-width: 1024px) and (min-width: 410px) {
  .jrts-slots-slider .splide__slide {
    width: 350px;
  }
}
@media (max-width: 1024px) and (min-width: 480px) {
  .jrts-slots-slider .splide__slide {
    width: 380px;
  }
}
@media (max-width: 1024px) and (min-width: 520px) {
  .jrts-slots-slider .splide__slide {
    width: 412px;
  }
}
@media (max-width: 1024px) and (min-width: 600px) {
  .jrts-slots-slider .splide__slide {
    width: 288px;
  }
}
@media (max-width: 1024px) and (min-width: 650px) {
  .jrts-slots-slider .splide__slide {
    width: 310px;
  }
}
@media (max-width: 1024px) and (min-width: 760px) {
  .jrts-slots-slider .splide__slide {
    width: 330px;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .jrts-slots-slider .splide__slide {
    width: 350px;
  }
}
@media (max-width: 1024px) and (min-width: 840px) {
  .jrts-slots-slider .splide__slide {
    width: 380px;
  }
}

.jrts-promo-list {
  display: grid;
  grid-auto-columns: 2fr;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.jrts-promo-list .jrts-promo-card {
  height: 378px;
  background-color: rgba(var(--bg-e), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 7px 20px rgba(var(--bg-f), 0.05);
  box-shadow: 0 7px 20px rgba(var(--bg-f), 0.05);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.jrts-promo-list .jrts-promo-card__image {
  width: 100%;
  height: 236px;
}
.jrts-promo-list .jrts-promo-card__image img {
  width: 100%;
  height: 100%;
}
.jrts-promo-list .jrts-promo-card__btn {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.jrts-promo-list .jrts-promo-card__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(var(--cl-a), 1);
  margin-bottom: 4px;
}
.jrts-promo-list .jrts-promo-card__box {
  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%;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 25px 20px 25px 22px;
  text-align: center;
}
.jrts-promo-list .jrts-promo-card__label {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 15px;
  background-color: #002347;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 8px;
  color: rgb(92, 198, 255);
}
.jrts-promo-list .jrts-promo-card__label.violet {
  color: rgb(255, 82, 249);
}
.jrts-promo-list .jrts-promo-card__label.green {
  color: rgb(67, 210, 229);
}
.jrts-promo-list .jrts-promo-card p {
  color: rgba(var(--cl-a), 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.jrts-promo-list .jrts-promo-card:hover {
  -webkit-transform: scale(1.05, 1.045) translateZ(0);
  transform: scale(1.05, 1.045) translateZ(0);
  -webkit-box-shadow: 0 12px 20px rgba(var(--bg-f), 0.1);
  box-shadow: 0 12px 20px rgba(var(--bg-f), 0.1);
}
.jrts-promo-list .jrts-promo-card:hover .jrts-promo-card__icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 415px) {
  .jrts-promo-list .jrts-promo-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .jrts-promo-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.jrts-game-list {
  display: grid;
  grid-gap: 8px;
}
@media (min-width: 1024px) {
  .jrts-game-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .jrts-game-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) and (min-width: 415px) {
  .jrts-game-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 415px) {
  .jrts-game-list {
    grid-template-columns: 100%;
  }
}

.jrts-game-nav {
  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%;
}
.jrts-game-nav__btn {
  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;
  position: relative;
  padding: 8px 0 10px;
  min-width: 48px;
  min-height: 100%;
  padding-right: 8px;
  padding-left: 8px;
  font-family: var(--font-family);
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(var(--cl-d), 1);
}
@media (min-width: 375px) {
  .jrts-game-nav__btn {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .jrts-game-nav__btn {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
@media (min-width: 1280px) {
  .jrts-game-nav__btn {
    padding-bottom: 16px;
  }
}
.jrts-game-nav__btn:before {
  width: 100%;
  height: 1px;
  background: var(--gr-g);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.jrts-game-nav__btn:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 20px;
  background: rgba(var(--bg-d), 1);
  border-radius: 100px;
  -webkit-transform: translate(-50%) translateY(0);
  -ms-transform: translate(-50%) translateY(0);
  transform: translate(-50%) translateY(0);
  opacity: 0;
  visibility: hidden;
}
.jrts-game-nav__btn i {
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(3%) saturate(1090%) hue-rotate(182deg) brightness(87%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(60%) sepia(3%) saturate(1090%) hue-rotate(182deg) brightness(87%) contrast(88%);
  will-change: filter;
  margin-bottom: 4px;
}
.jrts-game-nav__btn:hover:not(.active) {
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
}
.jrts-game-nav__btn:hover:not(.active) i {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(343deg) brightness(102%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(343deg) brightness(102%) contrast(101%);
}
.jrts-game-nav__btn.active {
  color: rgba(var(--cl-a), 1);
}
.jrts-game-nav__btn.active::before, .jrts-game-nav__btn.active::after {
  opacity: 1;
  visibility: visible;
}
.jrts-game-nav__btn.active i {
  -webkit-filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(5905%) hue-rotate(6deg) brightness(104%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(5905%) hue-rotate(6deg) brightness(104%) contrast(105%);
}

.jrts-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  position: relative;
  z-index: 1;
}
.jrts-footer-nav::before {
  content: attr(data-title);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  display: block;
}
@media (min-width: 768px) {
  .jrts-footer-nav::before {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-weight: 500;
  }
}
.jrts-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jrts-footer-nav__list.mode {
  gap: 10px;
}
.jrts-footer-nav__list.mode li {
  padding: 0;
}
.jrts-footer-nav__list.mode li::before {
  display: none;
}
.jrts-footer-nav__list.mode li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.jrts-footer-nav__item {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding-left: 12px;
  position: relative;
}
.jrts-footer-nav__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(var(--cl-d), 1);
}
.jrts-footer-nav__item * {
  display: block;
  color: rgba(var(--cl-d), 1);
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: start;
}
.jrts-footer-nav__item a, .jrts-footer-nav__item button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.jrts-footer-nav__item a:hover, .jrts-footer-nav__item button:hover {
  color: rgba(var(--cl-f), 1);
}

.jrts-demo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(35, 35, 35);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}
.jrts-demo-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: clamp(320px, 43.4783vw, 600px);
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.jrts-demo-card__image::before {
  position: absolute;
  content: "";
  z-index: 2;
  background-color: rgba(23, 21, 21, 0.3);
  inset: 0;
  border-radius: 5px;
  pointer-events: none;
}
.jrts-demo-card__image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.jrts-demo-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: clamp(160px, 18.6441vw, 220px);
  height: clamp(45px, 4.661vw, 55px);
  color: rgba(var(--cl-a), 1);
}
.jrts-demo-card:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

@-webkit-keyframes starsLight {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}

@keyframes starsLight {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
.jrts-decor {
  position: absolute;
  width: 100%;
  top: -9px;
  height: 56px;
  width: 495px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 36, 0, 0.1019607843), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .jrts-decor {
    width: 712px;
    height: 80px;
    top: -14px;
  }
}
@media (min-width: 1024px) {
  .jrts-decor {
    height: clamp(80px, 8.4746vw, 100px);
    top: -20px;
  }
}
@media (max-width: 576px) {
  .jrts-decor {
    width: 100vw;
    top: -13px;
  }
}
.jrts-decor__stars {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw - var(--container-offset) * 2);
  height: 100%;
  z-index: 1;
}
@media (min-width: 1240px) {
  .jrts-decor__stars {
    width: var(--content-width);
  }
}
.jrts-decor__bg:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 144px;
  height: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #0d1016, rgba(0, 0, 0, 0));
  z-index: -1;
}
@media (min-width: 768px) {
  .jrts-decor__bg:after {
    width: 207px;
    height: 57px;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .jrts-decor__bg:after {
    width: 482px;
    height: 72px;
    top: 14px;
  }
}
.jrts-decor__bg::before {
  z-index: -2;
  content: "";
  position: absolute;
  top: clamp(22px, 3.26vw, 25px);
  width: 100%;
  height: 5px;
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 36, 0, 0.1019607843) 0% 15.45%, rgba(0, 0, 0, 0));
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media (min-width: 768px) {
  .jrts-decor__bg::before {
    top: clamp(30px, 3.5593vw, 42px);
    width: 620px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .jrts-decor__bg::before {
    top: clamp(42px, 3.8136vw, 45px);
    width: 820px;
    height: 10px;
  }
}
.jrts-decor .jrts-icon-star {
  -webkit-animation: starsLight 4s linear 0s infinite normal;
  animation: starsLight 4s linear 0s infinite normal;
}

.jrts-hero-slider {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .jrts-hero-slider {
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(var(--container-offset) * -1);
  }
}
.jrts-hero-slider__slide {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  height: clamp(320px, 33.8983vw, 400px);
}
@media (max-width: 576px) {
  .jrts-hero-slider__slide {
    height: 300px;
    border-radius: 0;
  }
}
.jrts-hero-slider__box {
  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(8px, 0.8889vw, 12px);
  padding: clamp(30px, 2.9661vw, 35px) clamp(20px, 3.3898vw, 40px) clamp(25px, 2.9661vw, 35px);
  gap: 5px;
  height: 100%;
  border-radius: inherit;
}
.jrts-hero-slider__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 576px) {
  .jrts-hero-slider__box::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  }
}
.jrts-hero-slider__box p {
  color: rgba(var(--cl-a), 0.8);
  font-size: clamp(16px, 1.8644vw, 22px);
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  max-width: 85%;
}
.jrts-hero-slider__box .jrts-main-btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 1.6949vw, 20px);
  padding: clamp(8px, 1.0169vw, 12px) 30px;
}
@media (max-width: 415px) {
  .jrts-hero-slider__box .jrts-main-btn {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .jrts-hero-slider__box {
    padding: 10px var(--container-offset) 25px;
  }
}
.jrts-hero-slider__title {
  font-family: var(--font-family);
  font-size: clamp(32px, 3.2203vw, 38px);
  line-height: 125%;
  font-weight: 600;
  color: rgba(var(--cl-a), 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .jrts-hero-slider__title {
    max-width: 80%;
  }
}
.jrts-hero-slider .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(6px, 0.5797vw, 8px);
  height: clamp(3px, 0.339vw, 4px);
  bottom: calc(clamp(25px, 2.9661vw, 35px) / 2);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.jrts-hero-slider .splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-hero-slider .splide__pagination__page {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: transparent;
  opacity: 1;
  outline: none !important;
  width: clamp(20px, 3.8983vw, 46px);
  height: clamp(3px, 0.339vw, 4px);
  border-radius: 2px;
  background: rgba(var(--bg-a), 0.3);
  margin: 0;
}
.jrts-hero-slider .splide__pagination__page.is-active {
  background: rgba(var(--bg-a), 0.9);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.jrts-hero-slider__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
}
.jrts-hero-slider__image picture,
.jrts-hero-slider__image img,
.jrts-hero-slider__image video {
  border-radius: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media (max-width: 576px) {
  .jrts-hero-slider__image picture,
  .jrts-hero-slider__image img,
  .jrts-hero-slider__image video {
    -o-object-position: 85% 100%;
    object-position: 85% 100%;
  }
}
@media (max-width: 415px) {
  .jrts-hero-slider__image picture,
  .jrts-hero-slider__image img,
  .jrts-hero-slider__image video {
    -o-object-position: 80% 100%;
    object-position: 80% 100%;
  }
}
.jrts-hero-slider__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: none;
}
.jrts-hero-slider__bg picture,
.jrts-hero-slider__bg img,
.jrts-hero-slider__bg video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.jrts-hero-slider__link {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: block;
}
.jrts-hero-slider .splide__arrow {
  display: none;
}

.jrts-step {
  margin: 15px 0 15px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jrts-step::before, .jrts-step::after {
  content: "";
  background: rgba(var(--bg-d), 1);
  border-radius: 100%;
  width: 13px;
  height: 13px;
  left: 20px;
  position: absolute;
}
.jrts-step::before {
  top: -13px;
}
.jrts-step::after {
  bottom: -13px;
}
.jrts-step__list {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 25px 0 5px;
  counter-reset: step-counter;
}
.jrts-step__list:before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 13px;
  background-image: radial-gradient(ellipse at center, rgba(var(--bg-d), 1), var(--body-bg) 30%, transparent 30%);
  background-size: 8px 8px;
  background-position: center;
  background-repeat: repeat-y;
  content: "";
}
.jrts-step__item {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
  counter-increment: step-counter;
}
.jrts-step__item b {
  color: rgba(var(--cl-a), 1);
}
.jrts-step__item:after {
  position: absolute;
  left: 22px;
  top: 6px;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  content: "";
  background-color: rgba(var(--bg-d), 1);
}
.jrts-step__item:before {
  position: absolute;
  left: 0;
  top: -1.5px;
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
  content: counter(step-counter);
}

.jrts-info-box {
  border-radius: 10px;
  padding: 0 15px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  background: rgb(22, 26, 35);
}
.jrts-info-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 15px 15px 15px;
  background: rgba(var(--bg-f), 0.2);
  font-size: clamp(18px, 2.037vw, 22px);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.jrts-info-box__pretitle {
  font-size: clamp(16px, 1.6667vw, 18px);
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.jrts-info-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.jrts-info-box__icon {
  position: absolute;
  left: -10px;
  top: calc(clamp(4px, 0.463vw, 5px) * -1);
  -webkit-transform: translate(-100%, 10%);
  -ms-transform: translate(-100%, 10%);
  transform: translate(-100%, 10%);
}
.jrts-info-box__list {
  display: grid;
  gap: 20px clamp(40px, 6.4815vw, 70px);
}
.jrts-info-box__list p {
  color: rgba(var(--cl-a), 1);
  line-height: 135%;
}
@media (min-width: 1024px) {
  .jrts-info-box__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .jrts-info-box__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .jrts-info-box__list {
    padding-left: calc(clamp(40px, 6.4815vw, 70px) - 25px);
  }
}
@media (max-width: 767px) {
  .jrts-info-box__list {
    padding-left: calc(clamp(40px, 6.4815vw, 70px) - clamp(8px, 1.693vw, 13px));
    grid-template-columns: 100%;
  }
}

.jrts-events-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
}
@media (max-width: 767px) {
  .jrts-events-list {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  }
}

.jrts-info-list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .jrts-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .jrts-info-list {
    grid-template-columns: 100%;
  }
}
.jrts-info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.jrts-demo-list {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  background: rgba(var(--bg-e), 1);
  border: solid 1px rgba(var(--bg-a), 0.4);
  border-top: none;
  border-radius: 5px;
}
.jrts-demo-list__item {
  border-top: 1px solid rgba(var(--bg-a), 0.4);
  margin-top: 0;
  padding: clamp(8px, 1.0169vw, 12px) 4px clamp(8px, 1.0169vw, 12px) 24px;
  position: relative;
  color: rgba(var(--cl-a), 1);
  font-size: clamp(14px, 1.3559vw, 16px);
}
.jrts-demo-list__item:first-of-type {
  border-top-left-radius: 5px;
}
@media (max-width: 767px) {
  .jrts-demo-list__item:first-of-type {
    border-top-right-radius: 5px;
  }
}
@media (min-width: 768px) {
  .jrts-demo-list__item:nth-of-type(2) {
    border-top-right-radius: 5px;
  }
}
.jrts-demo-list__item:last-of-type {
  grid-column: 1/-1;
  border-right: none !important;
}
.jrts-demo-list__item::before {
  content: " ";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  top: clamp(13px, 1.5254vw, 18px);
  left: 10px;
  background-color: rgba(var(--bg-a), 1);
}
@media (min-width: 768px) {
  .jrts-demo-list__item:nth-child(odd) {
    border-right: 1px solid rgba(var(--bg-a), 0.4);
  }
}
.jrts-demo-list__text {
  font-weight: 500;
  margin-right: 4px;
  color: rgb(170, 170, 170);
}
@media (max-width: 767px) {
  .jrts-demo-list {
    grid-template-columns: 100%;
  }
}

.jrts-header {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 30;
  top: 0;
  padding: clamp(8px, 1.3559vw, 16px) 0;
  background-color: rgba(var(--bg-c), 1);
}
.jrts-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 1.61vw, 20px);
  margin-right: 10px;
}
@media (max-width: 576px) {
  .jrts-header__links {
    display: none;
  }
}
.jrts-header__link {
  position: relative;
  z-index: 3;
  color: rgba(var(--cl-d), 1);
  font-family: var(--font-family);
  position: relative;
  font-size: clamp(12px, 1.1864vw, 14px);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jrts-header__link img,
.jrts-header__link i {
  width: clamp(20px, 1.94vw, 24px);
  height: clamp(20px, 1.94vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jrts-header__link:hover {
  color: rgba(var(--cl-a), 1);
}
.jrts-header__link:hover img,
.jrts-header__link:hover i {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .jrts-header__link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .jrts-header__link {
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}
.jrts-header__box {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: auto 1fr auto;
  grid-gap: 10px clamp(15px, 2.1186vw, 25px);
}
@media (min-width: 1024px) {
  .jrts-header__box .jrts-main-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1024px) {
  .jrts-header__box .jrts-logo {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: clamp(80px, 8.87vw, 110px);
    height: clamp(26px, 2.5vw, 31px);
  }
}
@media (max-width: 1024px) {
  .jrts-header__box {
    grid-template-columns: auto 1fr auto;
    justify-items: end;
  }
}
@media (max-width: 415px) {
  .jrts-header__box {
    grid-template-columns: auto 1fr;
  }
}
.jrts-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1239px) and (min-width: 1024px) {
  .jrts-header__inner .jrts-main-btn {
    padding: clamp(7px, 0.65vw, 8px) 16px;
    font-size: clamp(14px, 1.29vw, 16px);
    height: clamp(28px, 3.23vw, 40px);
  }
}
@media (max-width: 415px) {
  .jrts-header__inner {
    grid-row: 2;
    grid-column: 1/-1;
    width: 100%;
  }
  .jrts-header__inner a,
  .jrts-header__inner button {
    width: 100%;
  }
}
.jrts-header__bonus {
  color: rgba(var(--cl-a), 1);
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .jrts-header__bonus {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .jrts-header__bonus {
    margin-right: clamp(4px, 0.678vw, 8px);
  }
}
@media (max-width: 767px) {
  .jrts-header__bonus {
    display: none;
  }
}
.jrts-header .jrts-burger {
  justify-self: end;
}
@media (min-width: 1024px) {
  .jrts-header .jrts-burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .jrts-header .jrts-burger {
    --burger-width: 24px;
    --burger-height: 14px;
    --burger-line-height: 2px;
    --border-radius: 3px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: rgba(var(--cl-a), 1);
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .jrts-header .jrts-burger::before, .jrts-header .jrts-burger::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .jrts-header .jrts-burger::before {
    top: 0;
  }
  .jrts-header .jrts-burger::after {
    width: 65%;
    top: calc(100% - var(--burger-line-height));
  }
  .jrts-header .jrts-burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    width: 85%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .jrts-header .jrts-burger.active::before {
    top: 45%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .jrts-header .jrts-burger.active::after {
    width: 100%;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .jrts-header .jrts-burger.active .jrts-burger__line {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .jrts-header .jrts-burger:hover {
    color: rgba(var(--bg-d), 1);
  }
}

footer {
  background-color: rgba(var(--bg-c), 1);
}

.jrts-footer {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .jrts-footer .jrts-logo {
    width: clamp(80px, 8.87vw, 110px);
    height: 32px;
    margin-right: 20px;
  }
  .jrts-footer .jrts-logo img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .jrts-footer .jrts-logo {
    grid-row: 1/3;
  }
}
@media (max-width: 576px) {
  .jrts-footer .jrts-logo {
    grid-column: 1/-1;
  }
}
.jrts-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 30px;
}
.jrts-footer__inner {
  display: grid;
  grid-template-columns: auto 0.9fr 0.8fr 1fr 200px;
  grid-gap: 20px;
  padding-top: clamp(10px, 1.3889vw, 15px);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .jrts-footer__inner {
    grid-template-columns: 0.5fr 0.9fr 1fr;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .jrts-footer__inner {
    grid-template-columns: 1fr 0.9fr 0.9fr;
  }
}
@media (max-width: 576px) {
  .jrts-footer__inner {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 415px) {
  .jrts-footer__inner {
    grid-template-columns: 100%;
  }
}
.jrts-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-footer-support {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px;
}
.jrts-footer-support::before {
  content: attr(data-title);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  display: block;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .jrts-footer-support::before {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-weight: 500;
  }
}
.jrts-footer-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  grid-column: 1/-1;
  width: 200px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .jrts-footer-support__list {
    width: 240px;
  }
}
@media (max-width: 576px) {
  .jrts-footer-support__list {
    width: 100%;
  }
}
.jrts-footer-support li button {
  color: rgba(var(--cl-d), 1);
  font-family: var(--font-family);
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 400;
  border: solid 1px #444852;
  padding: 8px 24px;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
}
.jrts-footer-support li button:hover {
  color: rgba(var(--cl-a), 1);
  border-color: rgba(var(--bg-d), 1);
}
@media (max-width: 767px) and (min-width: 576px) {
  .jrts-footer-support li button {
    height: 36px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .jrts-footer-support {
    justify-self: end;
    grid-column: 2/4;
    grid-row: 1/2;
  }
}

.jrts-mobile {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  -webkit-transform: translateX(230%);
  -ms-transform: translateX(230%);
  transform: translateX(230%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  overflow-y: auto;
  top: var(--header-height);
  padding: 35px 20px 15px;
  z-index: 30;
  background: rgba(var(--bg-c), 1);
  border-top: solid 1px rgba(var(--cl-c), 0.2);
}
.jrts-mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .jrts-mobile .jrts-main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .jrts-mobile .jrts-main-nav__list {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .jrts-mobile .jrts-main-nav__list {
    grid-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .jrts-mobile .jrts-main-nav__link {
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}
.jrts-mobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .jrts-mobile__box {
    display: contents;
  }
}
@media (min-width: 576px) {
  .jrts-mobile__box .jrts-header__links {
    display: none;
  }
}
@media (max-width: 576px) {
  .jrts-mobile__box .jrts-header__links {
    margin-top: -22px;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .jrts-mobile {
    display: contents;
  }
}

.jrts-casinos-section {
  padding-bottom: clamp(32px, 4.661vw, 55px);
}
.jrts-casinos-section__box {
  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(19px, 2.1186vw, 25px);
}
.jrts-casinos-section__inner {
  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;
  position: relative;
  z-index: 1;
}
.jrts-casinos-section__inner > .jrts-transparent-btn {
  min-width: 160px;
  max-width: 360px;
  z-index: 2;
}
@media (min-width: 768px) {
  .jrts-casinos-section__inner > .jrts-transparent-btn {
    position: absolute;
    right: 0;
    z-index: 5;
    height: 30px;
    top: 25px;
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .jrts-casinos-section__inner > .jrts-transparent-btn {
    margin-top: 8px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.jrts-slots-section {
  margin-bottom: 32px;
  overflow: hidden;
}
.jrts-slots-section__box {
  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(19px, 2.1186vw, 25px);
}
.jrts-slots-section__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .jrts-slots-section__btns button {
    width: calc(50% - 8px);
  }
}

.jrts-about-section {
  padding-bottom: 40px;
  overflow: hidden;
}
.jrts-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(18px, 2.0339vw, 24px);
}
.jrts-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(18px, 2.0339vw, 24px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jrts-about-section__inner--mode {
  grid-gap: 20px;
}
.jrts-about-section__inner--mode .jrts-main-box {
  grid-gap: 16px;
}

.jrts-game-section {
  position: relative;
  padding: calc(var(--header-height) + 15px) 0 30px;
}
.jrts-game-section h1 {
  font-size: clamp(26px, 3.3898vw, 40px);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(var(--cl-e), 1);
  text-decoration-color: rgba(var(--cl-e), 1);
  text-underline-offset: clamp(6px, 0.678vw, 8px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
.jrts-game-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(16px, 2.3729vw, 28px);
}

.jrts-hero-section {
  position: relative;
  padding: calc(var(--header-height) + 18px) 0 clamp(32px, 4.661vw, 55px);
}
@media (max-width: 576px) {
  .jrts-hero-section {
    padding-top: calc(var(--header-height) + 12px);
  }
}

.jrts-error-section {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: calc(var(--header-height) + clamp(40px, 8.3333vw, 100px)) 0 clamp(80px, 8.3333vw, 100px);
  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;
  width: 100%;
}
.jrts-error-section__box {
  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;
}
.jrts-error-section h1 {
  font-weight: 700;
  font-size: clamp(100px, 13.3333vw, 180px);
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  letter-spacing: 0.03em;
}
.jrts-error-section p {
  margin: 0 0 clamp(25px, 2.963vw, 40px);
  font-size: clamp(26px, 2.963vw, 40px);
  color: rgba(var(--cl-a), 0.9);
}
.jrts-error-section .jrts-main-btn {
  height: 52px;
  max-width: 230px;
  width: 100%;
}
.jrts-error-section .jrts-container {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
}
.mce-toc {
    position: relative;
    z-index: 1;
    
    width: 100%;
    background: rgba(var(--bg-e), 1);
}
.mce-toc > h2{
    display:none;
}
.mce-toc ul {
    padding-left: 10px;
    gap: 12px;
}
.mce-toc ul > li::before {
    content: '' !important;
    top: 7px;
    transform: none;
    width: 6px;
    height: 6px;
}

.mce-toc__btn{
    position:relative;
    cursor:pointer;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    padding: 15px 15px 15px 10px;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
}
.mce-toc__content{
    padding:0 10px;
}

.mce-toc__btn.active .mce-toc__icon {
    transform: scaleY(-1);
}

.mce-toc__icon {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  top: 0px;
  z-index: 1;
  background-color: rgba(var(--bg-d), 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mce-toc__icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-bottom: 2px solid var(--br-b);
  border-left: 2px solid var(--br-b);
  rotate: -45deg;
  top: 8px;
  left: 10px;
}

.mce-toc__content > ul > li:before{
    content: none !important;
}
.mce-toc__content > ul > li > a {
    font-weight: 600 !important;
}
.mce-toc ul > li > a{
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s ease;
    text-underline-offset: 3px;
}
.mce-toc ul > li > a:hover {
    text-decoration-color: inherit;
}
.mce-toc ul > li > ul:not([class]) {
    margin-top: 7px;
    gap: 8px;
}
.mce-toc__content > ul{
    margin: 5px 0 27px;
    padding-left: 0;
}
.mce-toc__content a{
    font-weight: 400 !important;
}
.mce-toc ul > li > ul > li > a {
    font-weight: 400;
}
.mce-toc__btn::before {
    content: 'Оглавление';
    display: block;
    font-size: clamp(18px, 1.86vw, 22px);
    font-weight: 600;
    text-align: start;
    color: rgba(var(--cl-f), 1);
    order: -1;
    padding-left: 12px;
}
.mce-toc::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(191deg, rgb(255, 36, 0) 50%, rgba(255, 36, 0, 0.5) 85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
@media (max-width: 768px) {
 
    .mce-toc__content >  ul {
       padding-left: 0px;
    }
    
    .mce-toc__content > ul > li{
         padding-left: 5px;
    }

    .mce-toc__btn::before {
        padding-left: 5px;
    }
}
.mce-toc.az::before {
    content: 'Məzmun';
}
.mce-toc.kz::before {
    content: 'Мазмұны';
}
.mce-toc.hy::before {
    content: 'Բովանդակություն';
}
.mce-toc.uz::before {
    content: 'Tarkib';
}
.jrts-main-box .jrts-main-btn.info{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 16px;
    height: 40px;
}
@media (max-width: 460px) {
    .jrts-main-box .jrts-main-btn.info{
         max-width: 100%;
    }
}
.jrts-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(var(--bg-e), 1);
  width: 100%;
  max-width: 560px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 15px;
  padding-bottom: 20px;
  border: 1px solid var(--br-c);
  border-radius: 4px;
  cursor: pointer;
  gap: 15px;
}
.jrts-promo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
  background-color: rgba(var(--bg-f), 0.35);
}
.jrts-promo__title {
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-family);
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.jrts-promo .jrts-icon-point {
  position: absolute;
  right: -15px;
  top: 15px;
}
.jrts-promo .jrts-main-btn {
  position: relative;
  z-index: 1;
  -ms-flex-item-align: center;
  align-self: center;
  height: 40px;
  font-size: 16px;
  gap: 10px;
  padding: 8px 28px;
}
.jrts-promo .jrts-main-btn span {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-position: under;
  text-underline-offset: -2px;
}
.jrts-icon-copy {
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  display: block;
  background-image: url(../img/sprite/copy.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2px;
}
.jrts-icon-point {
  height: 41px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  display: block;
  background-image: url(../img/sprite/point.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jrts-download-card {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin: 20px auto;
  background: rgba(var(--bg-e), 1);
  border: solid 1px rgba(var(--bg-a), 0.15);
}
.jrts-download-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(var(--bg-a), 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .jrts-download-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .jrts-download-card__top {
    border: none;
    padding-bottom: 5px;
    gap: 15px;
  }
}
.jrts-download-card__inner {
  display: grid;
}
@media (min-width: 576px) {
  .jrts-download-card__inner {
    grid-template-columns: auto 1fr;
    gap: 24px 20px;
    grid-template-rows: 1fr auto 1fr;
  }
}
@media (max-width: 576px) {
  .jrts-download-card__inner {
    gap: 6px;
    grid-template-columns: 100%;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(var(--bg-a), 0.15);
  }
}
.jrts-download-card__title {
  -ms-flex-item-align: end;
  align-self: end;
  color: rgba(var(--cl-a), 1);
  font-weight: 700;
  line-height: 115%;
  font-size: clamp(20px, 2.34vw, 24px);
  font-weight: bold;
  display: block;
}
.jrts-download-card__subtitle {
  font-size: 14px;
  color: rgba(var(--cl-c), 0.6);
  display: block;
}
.jrts-download-card__verification {
  -ms-flex-item-align: start;
  align-self: start;
  font-size: 16px;
  line-height: 100%;
  color: #0da960;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.jrts-download-card__verification i {
  margin-top: -1px;
}
.jrts-download-card__image {
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 180px;
}
.jrts-download-card__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .jrts-download-card__image {
    width: clamp(200px, 23.44vw, 240px);
    height: clamp(160px, 17.58vw, 180px);
  }
}
@media (max-width: 767px) {
  .jrts-download-card__image {
    width: 240px;
  }
}
@media (min-width: 576px) {
  .jrts-download-card__image {
    grid-row: 1/4;
  }
}
@media (max-width: 576px) {
  .jrts-download-card__image {
    width: 100%;
    margin-bottom: 10px;
    height: clamp(160px, 38.19vw, 220px);
  }
}
.jrts-download-card__wrapp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.1186vw, 25px);
}
@media (max-width: 1024px) {
  .jrts-download-card__wrapp {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jrts-download-card__wrapp {
    grid-template-columns: 100%;
  }
}
.jrts-download-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.jrts-download-card__bottom .jrts-main-btn {
  width: 100%;
  height: clamp(50px, 4.661vw, 55px);
  font-size: 20px;
}
@media (min-width: 1024px) {
  .jrts-download-card__bottom .jrts-main-btn {
    border-radius: 5px;
  }
}
@media (max-width: 576px) {
  .jrts-download-card__bottom .jrts-main-btn {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .jrts-download-card__bottom {
    gap: 20px;
  }
}
.jrts-download-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 400px;
  align-self: center;
}
@media (min-width: 1024px) {
  .jrts-download-card__list {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .jrts-download-card__list {
    width: clamp(250px, 42.3729vw, 500px);
  }
}
@media (max-width: 767px) {
  .jrts-download-card__list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.jrts-download-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.jrts-download-card__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: clamp(20px, 2.34vw, 24px);
  font-weight: bold;
  color: rgba(var(--cl-a), 1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jrts-download-card__value i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.jrts-download-card__name {
  font-size: clamp(14px, 1.56vw, 16px);
  color: rgba(var(--cl-a), 1);
}
.jrts-download-card__info {
  border: 1px solid rgba(var(--bg-a), 0.15);
  border-radius: 4px;
  padding: 6px 5px;
  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;
  gap: 6px;
  height: 46px;
}
.jrts-download-card__version {
  font-size: 16px;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.jrts-download-card__text {
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
}
.jrts-download-card__date {
  font-size: 14px;
  color: rgba(var(--cl-a), 0.4);
}
.jrts-download-card__rating {
  border: 1px solid rgba(var(--bg-a), 0.15);
  border-radius: 4px;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(var(--cl-a), 0.4);
  height: 46px;
}
@media (max-width: 1024px) {
  .jrts-download-card__rating {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.jrts-download-card .jrts-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jrts-download-card .jrts-rating::after {
  content: attr(data-rating);
  display: block;
  font-size: 18px;
  color: rgba(var(--cl-a), 1);
  font-weight: bold;
  margin-left: 6px;
  margin-top: -1px;
}
.jrts-download-card__provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(var(--cl-a), 1);
  font-weight: bold;
  border: 1px solid rgba(var(--bg-a), 0.15);
  border-radius: 4px;
  padding: 6px 16px;
}
.jrts-download-card__provider img,
.jrts-download-card__provider svg {
  width: 24px;
  height: 32px;
  border-radius: 6px;
   object-fit:contain;
}
.jrts-icon-rating {
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  display: block;
  background-image: url(../img/sprite/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jrts-icon-rating.fill {
  background-image: url(../img/sprite/star2.svg);
}
.jrts-icon-android {
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/android.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2px;
}
.jrts-icon-verify {
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  display: block;
  background-image: url(../img/sprite/verify.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2px;
}
.jrts-footer-nav__list.mode li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.jrts-footer-nav__list.mode li button {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
html[lang="az"] .mce-toc__btn:before {
  content: 'Mündəricat';
}
html[lang="kz"] .mce-toc__btn:before {
  content: 'Мазмұны';
}
html[lang="tr"] .mce-toc__btn:before {
  content: 'İçerik';
}
html[lang="in"] .mce-toc__btn:before {
  content: 'सामग्री';
}
html[lang="en"] .mce-toc__btn:before {
  content: 'Contents';
}
html[lang="bd"] .mce-toc__btn:before {
  content: 'বিষয়বস্তু';
}
/* .mce-toc ul > li > ul:not([class]) {
    display: none;
} */
/*# sourceMappingURL=style.css.map */