@font-face {
  font-family: 'Prompt-Regular';
  src: url(../fonts/Prompt-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'Prompt-Medium';
  src: url(../fonts/Prompt-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'Prompt-Bold';
  src: url(../fonts/Prompt-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'BarlowSemiCondensed-Bold';
  src: url(../fonts/BarlowSemiCondensed-Bold.ttf);
  font-weight: 700; }
  @font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: 400; }
  @font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600; }
  @font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 700; }
          
*,
*::before,
*::after {
  box-sizing: border-box; }

ul[class],
ol[class] {
  padding: 0;
  list-style: none; }

body {
  /* font-family: 'Prompt-Regular'; */
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;}
ul li a ,
ol li a {
  color: #215CE4;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

input,
button,
textarea,
select {
  font: inherit; }

html {
  width: 100vw;
  overflow-x: hidden; }

body {
  position: relative;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #fff;
  transition: all .5s; }
  a:hover {
    color: #215CE4; }

.title {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: 700; }
.header__warning {
  background-color: #241933;
  color: #fff;
  font-size: .8em;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.container {
  max-width: 1204px;
  padding: 0 16px;
  margin: 0 auto; }
body {
  background: #0b0b1f;
}
h1:not([class]),
h1.wp-block-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.02em;
  color: #fff; }
  h2:not([class]),
  h2.wp-block-heading {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }
  h3:not([class]),
  h3.wp-block-heading {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }
  h4:not([class]),
  h4.wp-block-heading {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }
  p:not([class]) {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.04em;
    width: 100%;
    margin-bottom: 20px;
    color: #d2d0d5;
  }
  .footer__fate {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    width: 100%;
    margin-bottom: 20px;
    color: #d2d0d5;
  }
  p:not([class]):not(:last-of-type) {
    margin-bottom: 20px;
  }
  ul:not([class]) li,
  ol:not([class]) li {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #d2d0d5;
  }
  ul:not([class]),
  ol:not([class]) {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
.blue__btn {
  background-color: #215CE4;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: all .4s; }

.blue__btn:hover {
  background: #1B4CBD; }

.blue__btnSubstract {
  background-color: #215CE4;
  clip-path: polygon(10% 0, 100% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);
  border-radius: 20px 0px 20px 0px;
  min-width: 170px;
  min-height: 54px;
  position: relative;
  border: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  transition: all .5s; }

.blue__btnSubstract:hover {
  background-color: #1B4AB8; }

.blue__btnSubstract--big {
  min-width: 310px;
  max-width: 310px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center; }

.blue__btn--big {
  min-width: 116px; }

.blue__btn--small {
  min-width: 66px; }

.black__btn {
  background-color: transparent;
  border: 1px solid #215CE4;
  height: 40px;
  min-width: 96px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  transition: all .4s;
  cursor: pointer; }
a.black__btn {
  color: #fff;
  text-align: center;
  padding: 10px 20px;

}
.main__tab.active a.btn__content {
  min-width: 250px;
  max-width: 250px;
}
.black__btn:hover {
  background: #1B4AB8; }
.publication__info-date {
  margin-right: 10px;
}
.header {
  background-color: #0b0b1f;
  padding: 15px 0px 0px 0px; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__mobile {
    display: none;
    position: relative; }
  .header__line {
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin: 0;
    position: absolute;
    top: -34px;
    left: -50%;
    transform: translate(-50%); }
  .header__account {
    margin-left: 18px;
    width: 24px;
    height: 24px; }
  .header__search {
    position: relative; }
    .header__search::after {
      content: '';
      background: url(../images/search.svg);
      position: absolute;
      width: 15px;
      height: 15px;
      top: 50%;
      right: 4%;
      transform: translate(-50%, -50%); }
  .header__searchInput {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-width: 763px;
    width: 100%;
    height: 40px;
    padding-left: 17px;
    position: relative;
    outline: none;
    transition: all .5s;
    color: #fff; }
    .header__searchInput:hover {
      border: 1px solid #215CE4; }
    .header__searchInput:focus {
      border: 1px solid #215CE4;
      color: #215CE4; }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__logoImg {
    max-width: 122px;
    width: 100%;
    position: relative; }
    .header__logoImgg {
      position: relative; }
      .header__logoImgg::after {
        content: '';
        background: url(../images/logoShadow.svg) center center/cover no-repeat;
        position: absolute;
        right: -50%;
        top: 0;
        width: 200%;
        height: 120%;
        z-index: 2; }
  .header__logoName {
    color: #e2df13;
    font-size: 23px;
    line-height: 27px;
    font-family: 'BarlowSemiCondensed-Bold';
    white-space: nowrap;
    font-weight: 700;
    margin-left: 13px; }
    .footer-logo.header__logo {
      min-width: 210px;
    }
  .header__nav {
    background: #241933;
    margin-top: 15px; }
    .header__navContainer {
      display: flex;
      justify-content: space-between; }
    .header__navUl {
      display: flex;
      align-items: center; }
      .header__navUl:nth-child(2) .header__navLi {
        margin: 0;
        min-width: 70px;
        margin-right: 6px; }
    .header__navLi {
      list-style: none;
      font-size: 13px;
      line-height: 20px;
      color: #fff;
      position: relative;
      max-width: 103px;
      width: 100%;
      margin-right: 54px; }
      .header__navLi::after {
        content: '';
        background-image: url(../images/arrowdown.svg);
        background-repeat: no-repeat;
        position: absolute;
        width: 8px;
        height: 8px;
        right: -20%;
        top: 60%;
        transform: translate(-50%, -50%); }
         .main__navigation {
          display: flex;
          flex-direction: column; }
           .main__navigationLi {
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: all .5s; }
             .main__navigationA {
              display: flex;
              width: 100%;
            }
             .main__navigationLi:not(:last-child) {
              margin-bottom: 16px; }
             .main__navigationLi:hover p {
              color: #fff; }
             .main__navigationLi:hover svg path {
              fill: #2160f0; }
             .main__navigationLi p {
              font-size: 14px;
              line-height: 20px;
              color: #c1c1d4;
              width: 100%;
              position: relative;
              padding-bottom: 16px; }
               .main__navigationLi p::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
                width: 100%;
                height: 1px; }
             .main__navigationLi:last-child {
              padding-bottom: 0; }
               .main__navigationLi:last-child p::after {
                width: 0; }
             .main__navigationLi svg {
              margin-bottom: 16px;
              margin-right: 14px;
              width: 17px;
              height: 17px; }
               .main__navigationLi svg path {
                fill: #4C4E64; }
           .main__navigationLi--active p {
            color: #fff; }
           .main__navigationLi--active svg path {
            fill: #2160F0; }
            .main__casino::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
              width: 100%;
              height: 1px; }
            .main .main__navigationUl {
              background: #191C33;
              padding: 22px; }
            
            .main__casino:last-of-type::after {
              background: transparent; }
            
            .main__navigationLi .main__noBg::after {
              background: transparent; }
              .bonus {
                position: fixed;
                left: 45px;
                bottom: 45px;
                z-index: 8;
                height: fit-content;
				visibility: hidden;
              }
				.bonus-open .bonus {
					visibility: visible;
				}
            .bonus__icon {
              position: fixed;
              left: 45px;
              bottom: 45px;
              cursor: pointer;
              animation: pulse 1.5s infinite;
              transition: background-color 0.3s;
              z-index: 5215;
            }      
            /* Анимация пульсации */
            @keyframes pulse {
              0% {
                  transform: scale(1);
              }
              50% {
                  transform: scale(1.2);
              }
              100% {
                  transform: scale(1);
              }
            }
            .bonus:hover {
              animation: none;
            }
            .bonus__wrapper {
              position: relative;
              display: flex;
              flex-direction: column;
              gap: 7px;
              left: 55px;
              opacity: 0;
              visibility: hidden;
              transition: all .5s;
            }
            .bonus-open .bonus__wrapper, .bonus-open .bonus__close {
              opacity: 1;
              visibility: visible;
            }
            .bonus__close {
              position: absolute;
              right: -67px;
              top: -12px;
              background: #0b0b1f;
              z-index: 1;
              border: 1px solid #215ce4;
              cursor: pointer;
              opacity: 0;
              visibility: hidden;
              transition: all .5s;
            }
            .bonus__casino {
              border: 1px solid #215ce4;
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 10px;
              max-width: 400px;
              background: #0b0b1f;
              padding: 5px 10px;
            }
            .bonus__casino .blue__btn {
              min-width: fit-content;
            }
            .bonus__casino span {
              color: #fff;
            }
            .bonus__casino img {
              object-fit: fill;
              width: 50px;
              height: 45px;
            }
            @media screen and (max-width: 767px) {
              .bonus {
                left: 20px;
                top: 120px;
                width: calc(100% - 40px);
                position: absolute;
              }
              .bonus__icon {
                position: static;
                width: 30px;
                height: 30px;
                margin-left: auto;
                margin-right: 30px;
              }
              .bonus__wrapper {
                left: 0;
              }
              .bonus__close {
                right: -12px;
                top: -12px;
              }
              .bonus__casino {
                width: 100%;
              }
            }
            @media screen and (max-width: 550px) {
                  .bonus__casino span {
                    font-size: .7em;
                  }
            }
            @media screen and (max-width: 359px) {
              .bonus__casino .blue__btn {
                font-size: .6em;
              }
              .bonus__casino span {
                font-size: .6em;
              }
            }
            @media screen and (max-width: 319px) {
              .header__logoName {
                font-size: 17px;
              }
            }

.footer {
  background: #241933;
  position: relative;
  padding-top: 90px; }
  .footer__up {
    background-color: #215CE4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    position: fixed;
    bottom: 75px;
    right: 25px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
  }
  .up .footer__up {
    opacity: 1;
    visibility: visible;
    z-index: 7;
  }
  .footer__up:hover {
    background-color: #3a64c5;
  }
  .footer__arrowUp {
    transform: rotate(180deg);
    width: 14px;
    height: 8px;
    cursor: pointer; }
  .footer__container {
    display: flex;
    justify-content: space-between; }
  .footer__logo {
    display: flex;
    flex-direction: column;
    margin-right: 45px; }
  .footer__socials {
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 300px;
    min-width: 250px; }
  .footer__social {
    margin-right: 15px;
    border: 1px solid #215CE4;
    cursor: pointer;
    transition: all .5s; }
    .footer__social:hover {
      background-color: #215CE4; }
    .footer__social:active {
      background-color: #1B4AB8; }
  .footer__navigation {
    display: flex;
    width: 100%;
    justify-content: space-between; 
    gap: 10px;}
  .footer__ul:nth-child(1) {
    margin-right: 26px; }
  .footer__ul .menu-item {
    font-size: 16px;
    line-height: 20px;
    transition: all .5s;
    margin-bottom: 23px; }
    .footer__ul .menu-item a {
      color: #a29bab;
      transition: all .5s; }
      .footer__ul .menu-item:hover a{
        color: #2160F0; }
    .footer__column-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 23px;
      color: #fff; }
  .footer__subscribe {
    max-width: 430px;
    width: 100%; }
  .footer__news {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px; }
  .footer__form {
    display: flex;
    margin-bottom: 30px;
    position: relative; }
  .footer__input {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    width: 360px;
    height: 54px;
    outline: none;
    padding-left: 18px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    border: none;
    transition: all .5s; }
    .footer__input:hover {
      border: 1px solid #215CE4; }
    .footer__input:focus {
      border: 2px solid #31D988;}
  .footer__btn {
    position: absolute;
    height: fit-content;
    right: 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff; }

.faq {
  background-color: #0b0b1f;
  padding-bottom: 100px; }
  .faq__title {
    margin-bottom: 30px; }
  .faq__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .faq__circle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #215CE4;
    border-radius: 50%;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }

.faq__row {
  display: flex; }
  .faq__row .faq__col {
    flex: 1; }

/* Accordion styles */
.faq__tabs {
  overflow: hidden; }

.faq__tab {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative; }
  .faq__tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    padding-left: 70px;
    background: #191C33;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    /* Icon */ }
    .faq__tab-label:hover {
      background: #080911; }
    .faq__tab-label::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all .35s;
      transform: rotate(90deg); }
  .faq__tab-content {
    max-height: 0;
    padding: 0 1em;
    background: #191C33;
    color: #A29BAB;
    font-size: 15px;
    line-height: 28px; }
  .faq__tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #191C33;
    cursor: pointer; }
    .faq__tab-close:hover {
      background: #080911; }

.faq__input:checked + .faq__tab-label::after {
  transform: rotate(270deg); }

.faq__input:checked ~ .faq__tab-content {
  max-height: 100vh;
  padding: 1em;
  margin-top: 3px; }

.tab {
  padding: 10px 16px;
  margin-right: 10px;
  border: 1px solid #36264D;
  background-color: #191C33;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  max-height: 40px;
  transition: all .5s; }

.tab:hover {
  border: 1px solid #215CE4;
  cursor: pointer; }

.tabs .active {
  color: #215CE4;
  border: 1px solid #215CE4; }

.tabs {
  display: flex;
  align-items: center; }

.casinos {
  background: #0b0b1f;
  padding-top: 100px;
  padding-bottom: 94px; }
  .casinos__title {
    margin-bottom: 30px; }
  .casinos__tabs {
    margin-bottom: 20px; }
  .casinos__blocks {
    display: flex;
    flex-direction: column; }
  .casinos__block {
    background: #191C33;
    padding: 15px 35px 15px 15px;
    margin-bottom: 10px;
    display: grid;
    width: 100%;
    grid-template-columns: 9% 20% 54% 17%;
    align-items: center; }
    .casinos__wrapper {
      width: 100%;
      margin-bottom: 35px;
    }
    .casinos__block:last-of-type {
      margin-bottom: 0; }
  .casinos__logo {
    width: 80px;
    height: 80px; }
  .casinos__blockDescription {
    display: flex;
    flex-direction: column; }
  .casinos__blockName {
    font-weight: 500;
    width: fit-content;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 13px;
    display: flex;
    align-items: center; }
  .casinos__blockAbout {
    display: flex; }
  .casinos__nameBonus {
    font-weight: 500;
    font-size: 13px;
    line-height: 10px;
    text-align: right;
    color: #fff;
    margin-bottom: 8px; }
  .casinos__spins {
    font-size: 19px;
    line-height: 15px;
    color: #c1c1d4;
    text-align: center;}
  .casinos__blockBg {
    display: flex;
    align-items: center;
    background: #FFFFFF14;
    padding: 5px 10px;
    border-radius: 100px;
    margin-right: 4px; }
    .casinos__blockBg img {
      width: 11px;
      height: 11px; }
    .casinos__blockBg:last-child {
      margin-right: 0px; }
  .casinos__blockText {
    font-size: 12px;
    line-height: 10px;
    color: #C1C1D4;
    margin-left: 5px; }
  .casinos__payment {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    position: relative; }
  .casinos__paymentBlock {
    background: #352B43;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .casinos__paymentBlock:last-child {
      margin-right: 0px; }
  .casinos__input {
    font-size: 14px;
    line-height: 20px;
    color: #d3d1d6;
    letter-spacing: -0.04em;
    padding: 10px 13px;
    background: transparent;
    outline: none;
    border: 1px dashed #494057;
    width: 100%; }
    .publication .casinos__copy {
      max-width: 100%;
    }
    .blog .blog__news-links {
      margin-top: 25px;
    }
    .blog__news-top__item {
      position: relative;
      margin-bottom: 30px;
  }
  .casinos__copy {
    position: relative;
    width: 100%;
    max-width: 268px; }
  .casinos__btn {
    position: absolute;
    top: 26%;
    right: 1%;
    transform: translate(-50%);
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0; }
  .casinos__play {
    min-width: 66px;
    max-width: 66px; }
  .casinos__btns {
    margin-left: auto; 
   }
    .slots__block .casinos__btns {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  .casinos__btnMore {
    margin: 50px auto 0px;
    display: block; }
  .casinos__blockComment {
    background-color: #2b2e43;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 10px;
    display: inline-block;
    color: #A29BAB;
    padding: 7px;
    max-width: 30px; }

.featuresBitkoin {
  background-color: #0b0b1f;
  padding-bottom: 130px; }
  .featuresBitkoinn {
    padding-bottom: 0;
    padding-top: 100px; }
  .featuresBitkoin__title {
    margin-bottom: 10px; }
  .featuresBitkoin__description {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.04em;
    max-width: 520px;
    width: 100%;
    margin-bottom: 30px;
    color: #A29BAB; }
  .featuresBitkoin__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .featuresBitkoin__block {
    padding: 40px;
    background-color: #191C33;
    width: 31.5%;
    margin: 0px 20px 20px 0px;
    max-width: 377px; }
    .featuresBitkoin__block:nth-child(3n+3) {
      margin-right: 0; }
  .featuresBitkoin__blockk {
    padding: 0px 0px 40px;
    background-color: #191C33;
    width: 30%;
    margin: 0px 20px 20px 0px;
    max-width: 377px; }
    .featuresBitkoin__blockk:nth-child(3n+3) {
      margin-right: 0; }
  .featuresBitkoin__blockImg {
    background-color: #215CE4;
    padding: 25px;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 22px; }
  .featuresBitkoin__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 19px; }
  .featuresBitkoin__desc {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.004em;
    color: #A29BAB; }

.margin-left {
  margin-left: 40px; }

.slots {
  background-color: #0b0b1f; }
  .slots__title {
    margin-bottom: 30px; }
  .slots__tabs {
    margin-bottom: 20px; }
  .slots__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .slots__slotHover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(11, 11, 31, 0.88), rgba(11, 11, 31, 0.88)), url(.jpg);
    opacity: 0;
    transition: all .5s; }
    .slots__slotHover:hover {
      opacity: 1; }
  .slots__slot {
    margin: 0px 21px 40px 0px;
    width: 14%;
    position: relative; }
    .slots__slot:nth-child(6n+6) {
      margin-right: 0; }
    .slots__slot img {
      width: 100%;
      min-height: 170px; }
  .slots__name {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding-top: 24px;
    pointer-events: none; }
  .slots__slotBtn {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #215CE4;
    color: #fff;
    height: 40px;
    border: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center; }
  .slots__provider {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #A29BAB;
    text-align: center;
    margin-bottom: 15px;
    pointer-events: none; }
  .slots__licenced {
    pointer-events: none;
    font-weight: 500;
    font-weight: 12px;
    line-height: 10px;
    color: #c1c1d4;
    text-align: center; }
  .slots__btn {
    margin: 10px auto 0px;
    display: block; }

.way {
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.01em;
  color: #C1C1D5;
  background-color: #0b0b1f;
  padding: 27px 0px 60px 0px; }

.licencedCasino {
  background-color: #0b0b1f; }
  .licencedCasino__title {
    margin-bottom: 30px; }
  .licencedCasino__tabs {
    padding-bottom: 40px; }

.providers {
  background-color: #0b0b1f;
  padding-bottom: 100px; }
  .providers__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .providers__block {
    background-color: #241933;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    margin: 0px 20px 20px 0px;
    width: 22.8%; }
  .providers__warning {
    position: absolute;
    right: 7%;
    top: 12px;
    cursor: pointer; }
  .provider__title {
    margin: 15px 0px 43px 0px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: #fff; }
  .providers__description {
    font-size: 13px;
    line-height: 20px;
    color: #c1c1d4;
    font-weight: 500;
    margin-bottom: 18px; }
  .providers__copy {
    position: relative;
    max-width: 218px;
    width: 100%; }
  .providers__btn {
    border: 1px solid #215CE4;
    background-color: transparent;
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    transition: all .5s; 
    display: flex;
    align-items: center;
    justify-content: center;
}
    .providers__btn:hover {
      background: #1B4AB8; 
      color: #fff;}
  .providers__input {
    font-size: 14px;
    line-height: 20px;
    color: #d3d1d6;
    letter-spacing: -0.04em;
    padding: 10px 13px;
    background: #241933;
    outline: none;
    border: 1px dashed #494057;
    width: 100%; }
  .providers__show {
    display: block;
    margin: 30px auto 0px; }
  .providers__blockDescription {
    padding: 20px;
    background: #23263D;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    right: 10px;
    top: 19%;
    display: none; }
  .providers__block img {
    width: 120px;
    height: 70px;
  }
    .providers__blockDescription::after {
      content: '';
      left: 85%;
      bottom: 100%;
      transform: rotate(-90deg);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px;
      border-color: transparent transparent transparent #23263D;
      position: absolute; }
  .providers__blockText {
    display: flex; }
  .providers__bonus {
    font-size: 13px;
    line-height: 20px;
    color: #c1c1d4;
    letter-spacing: -0.04em; }
  .providers__max {
    margin-right: 20px;
    color: #C1C1D4;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.04em; }
    .providers__maxValue {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.04em;
      margin-left: auto;
      color: #fff; }
  .providers__title {
    padding: 100px 0px 10px 0px; }
  .providers__info {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.04em;
    max-width: 520px;
    width: 100%;
    color: #C1C1D4;
    margin-bottom: 30px; }
  .providers__warning--active .providers__blockDescription {
    display: block; }
  .providers__warning--active path {
    fill: #215CE4; }

.coockie {
  background: url(../images/cockieBG.webp) center center/cover no-repeat;
  padding: 22px 0px; 
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.cookie-accept .coockie {
  visibility: visible;
  opacity: 1;
}
  .coockie__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .coockie__info {
    display: flex;
    align-items: center; }
  .coockie__text {
    margin-left: 12px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #A29BAB; }
  .coockie__btn {
    display: flex; }
  .coockie__btn--ok {
    min-width: 94px;
    max-width: 94px;
    background: #215CE4;
    margin-right: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    height: 40px; }
  .coockie__btn--close {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #5E6070;
    font-size: 1.5em; }

.privacy {
  background: #241933;
  padding: 20px 0px; }
  .privacy__container {
    display: flex;
  align-items: center; }
    .privacy__container img {
      margin-right: 21px;
      max-height: 21px; }
  .privacy__description {
    font-size: 15px;
    line-height: 20px;
    color: #C1C1D4; }
a.blue__btnSubstract {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.blue__btnSubstract:hover , a.slots__slotBtn:hover {
  color: #fff;
}
a.slots__slotBtn:hover {
  background-color: #1B4AB8;
}
table {
  border-collapse: collapse;
  padding: 0;
  min-width: 100%;
  background: #191C33;
  table-layout: fixed;
  margin: 40px 0px; 
  border: 1px solid #A29BAB;}

table thead tr, th {
  background-color: #215CE4;
  color: #fff;
  text-align: center; }

table tr {
  background: #191C33;
  padding: 0.35em;
  color: #A29BAB;
  font-size: 15px;
  line-height: 20px; }
  table tr:not(:last-of-type) {
    border-bottom: 1px solid #A29BAB;
  }
table thead {
  background: #215CE4;
}
table tr td:not(:last-of-type) {
  border-right: 1px solid #A29BAB;
}
table td {
  padding: 0.625em;
  text-align: center;}
  .scroll {
    overflow: hidden;
    overflow-x: auto;
  }
.subscribe {
  padding: 40px 0px 0px 0px;
  background-color: #0b0b1f; }
  .subscribe__container {
    background: url(../images/bgKirka.png) center center/cover no-repeat;
    display: flex;
    flex-direction: column;
    padding: 60px 66px; }
    .subscribe__container .container {
      width: 100%; }
  .subscribe__form {
    max-width: 500px;
    width: 100%;
    margin-bottom: 0; 
    flex-wrap: wrap;}
  .subscribe__title {
    max-width: 500px;
    width: 100%;
    margin-bottom: 34px; }
  .subscribe__policy {
    font-size: 15px;
    line-height: 20px;
    color: #A29BAB;
    margin-top: 20px; }
    .subscribe__policy a {
      color: #fff;
      transition: all .5s; }
      .subscribe__policy a:hover {
        color: #215CE4; }

.header__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.header__nav ul li {
  display: inline-block;
  padding: 6px 0px; }

.header__nav a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #fff; }

.header__nav ul li a {
  padding: 7px 0px; }

.header__nav ul li a {
  margin-right: 48px; }

.header__nav ul li:last-child a {
  margin-right: 0; }

.header__nav a:hover {
  color: #215CE4; }

/* Hide Dropdowns by Default */
.header__nav ul li ul li a {
  position: relative;
  margin-right: 0;
   }

.header__nav ul li ul li:first-child a {
  padding-top: 0; }

.header__nav ul li ul li:last-child a {
  padding-bottom: 0; }

  .header__nav ul li ul li:not(:last-of-type):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px; }

.header__nav ul ul {
  display: none;
  position: absolute;
  background-color: #191C33;
  top: 45px;
  z-index: 5;
  /* the height of the main .header__nav */ }

/* Display Dropdowns on Hover */
.header__nav ul li:hover > ul {
  display: inherit;
  max-width: 250px;
  width: 100%; }

.header__menu ul li ul li a {
  margin-right: 0; }

/* Fisrt Tier Dropdown */
.header__nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
  padding: 15px 20px; }

/* Second, Third and more Tiers	*/
.header__nav ul ul ul li {
  position: relative;
  /* top: -60px;
  left: 170px;  */
}
.header__nav ul .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100%);
  z-index: 5;
}
.header__nav ul li a span, .header__mobile ul li a {
  margin-right: 10px; }

.header__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__nav ul li ul li:last-of-type a::before, .header__mobile ul li ul li:last-of-type a::before {
  width: 0; }

/* Change this in order to change the Dropdown symbol */
.header__nav li > a:after, .header__mobile li > a:after {
  content: '';
  background: url(../images/arrowdown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  right: 0;
  margin-top: 7px;
  height: 8px;
  margin-left: 7px; }

.header__nav li > a:only-child:after {
  content: '';
  background: none; }

.main__block {
  transition: all .5s; }
.main__tab {
  display: none;
}

.main__tab.active {
  display: flex;
  flex-direction: column;
}

.main__tab.active .slots__slot {
  display: flex;
  align-items: center;
  width: 100%;
}
.main__tab.active .slots__slot img {
  width: 60px;
  height: 60px;
  min-height:fit-content;
  margin-right: 15px;
}
.main__tab.active .slots__slot a {
  position: static;
  width: 66px;
  min-width: 66px;
  height: 40px;
  margin-left: auto;
  padding-top: 0;
}
.main__tab.active .slots__slot a:hover {
  color: #fff;
}
.main__tab.active .slots__slot .slots__name {
  text-align: left;
  margin: 0;
  width: fit-content;
  pointer-events: all;
}
.main__tab.active a.main__showMore {
  width: 100%;
}
.main__block:hover {
  background: #FFFFFF3D; }
  a.main__showMore {
    width: fit-content;
    margin: 0 auto;
  }
  .main__quote {
    position: relative;
    background-color: #191C33;
    margin-bottom: 40px;
    padding: 112px 120px 50px 50px;
  }
  .main__quote::after {
    content: '';
    position: absolute;
    background: url(../images/quote.svg) center center / cover no-repeat;
    width: 49px;
    height: 40px;
    left: 51px;
    top: 53px;
  }
body.xs-menu-open {
  height: 100vh;
  overflow: hidden; }
  @keyframes appear {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  .slotys-copy-tooltip {
    font-size: .75rem;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    background: #191c33;
    padding: 12px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 9px;
    box-shadow: 0 4px 30px rgba(228, 228, 228, 0.7);
    border-radius: 2px;
    white-space: nowrap;
    animation: appear .4s ease-out; }
    .slotys-copy-tooltip:before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      height: 0;
      width: 0;
      border-width: 7px;
      border-style: solid;
      border-color: #fff transparent transparent;
      right: 0px;
      box-shadow: inherit; }
    .slotys-copy-tooltip svg {
      display: inline-block;
      margin-left: 9px; }
.slotys-header-mob__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px; }

.slotys-header-mob__top__btn {
  height: 30px;
  width: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }

.slotys-header-mob__actions a + a {
  margin-left: 10px; }

.slotys-header-mob__logo {
  transition: all 3s ease; }

.slotys-header-mob.open .slotys-burger-toggle span {
  background-color: transparent; }

.slotys-header-mob.open .slotys-burger-toggle span:before {
  transform: rotate(45deg) translate3d(0, 0px, 0); }

.slotys-header-mob.open .slotys-burger-toggle span:after {
  transform: rotate(-45deg) translate3d(0, 0px, 0); }

.slotys-header-mob.open + .slotys-mob-menu {
  transform: translate3d(0, 0, 0); }

.slotys-burger-toggle span {
  width: 14px;
  position: relative;
  transition: background-color .3s ease;
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 1px; }

.slotys-burger-toggle span:before, .slotys-burger-toggle span:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform .3s ease;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slotys-burger-toggle span:before {
  transform: rotate(0deg) translate3d(0, 4px, 0); }

.slotys-burger-toggle span:after {
  transform: rotate(0deg) translate3d(0, -4px, 0); }

.slotys-mob-menu {
  position: absolute;
  left: 0;
  top: 105px;
  margin: auto;
  bottom: 0;
  right: 0;
  transform: translate3d(100vw, 0, 0);
  transition: transform .3s ease;
  width: 100vw;
  overflow-x: hidden;
  background: #191c33;
  z-index: 100; }

.slotys-mob-menu__nav {
  margin: auto;
  max-width: 500px;
  padding: 20px 16px; }

  .slotys-mob-menu .header__mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 0;
    margin-bottom: 25px;
  }
  
  .slotys-mob-menu .sub-menu {
    overflow: hidden;
    max-height: 0; /* Начальное состояние */
    transition: max-height 0.5s ease-out; /* Плавный переход */
  }
  
  .slotys-mob-menu .menu-item-has-children {
    position: relative;
  }
  
  .slotys-mob-menu .menu-item-has-children.show > .sub-menu {
    max-height: 500px; /* Достаточное значение для открытия меню */
  }
  
  .slotys-mob-menu .menu-item-has-children::after {
    content: '▼'; /* Используйте другие символы по необходимости */
    position: absolute;
    right: 15px;
    top: 5px;
    width: 15px;
    height: 15px;
    color: #C1C1D4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-out; /* Плавный переход для стрелки */
  }
  
  .slotys-mob-menu > li > a,
  .slotys-mob-menu .menu-item-has-children.show > a {
    margin-bottom: 10px;
  }
  
  .slotys-mob-menu .sub-menu > li > a {
    margin-bottom: 0;
  }
  
  .slotys-mob-menu .menu-item-has-children.show::after {
    transform: rotate(180deg);
  }
  
  .slotys-mob-menu ul li {
    padding: 10px 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 2px; /* Высота "бордера" 2px */
    transition: all 0; /* Убрано лишнее */
  }
  .slotys-mob-menu ul li .sub-menu li:last-of-type {
    background-image: none;
  }
  .slotys-mob-menu ul li a {
    color: #C1C1D4;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.04em;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.5s ease-out; /* Плавный переход цвета */
  }
  
  .slotys-mob-menu ul li a:hover {
    color: #215CE4;
  }
  

.slotys-mob-menu__item, .slotys-mob-menu__dropdown__top {
  color: #C1C1D4;
  height: 71px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.04em;
  font-weight: 600; }

.slotys-mob-menu__item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px; }

.slotys-mob-menu__item > span, .slotys-mob-menu__dropdown__top > span {
  display: inline-block;
  margin-left: 1rem;
  font-size: .875rem; }

.slotys-mob-menu__item ~ .slotys-mob-menu__item, .slotys-mob-menu__dropdown__top ~ .slotys-mob-menu__item {
  border-top: 1px solid; }

.slotys-mob-menu__item.--dropdown.open + .slotys-mob-menu__dropdown {
  transform: translate3d(0, 0, 0); }

.slotys-mob-menu-arrow {
  margin-left: auto; }

.slotys-mob-menu__dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate3d(100vw, 0, 0);
  transition: transform .3s ease;
  background: #191c33; }

.main_tabsBtn:hover {
  border: 1px solid #215ce4; }

  .main__infoProgress {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.about__container {
  position: relative;
}
.reputation {
  position: absolute;
  padding: 10px;
  border: 2px solid #E42173;
  color: #E42173;
  transform: rotate(-30deg);
  left: 38%;
  z-index: 1000;
}
.blue__btn:disabled {
  opacity: .6;
  pointer-events: none;
}
.casinos__btn:disabled {
  display: none;
}
.casinos__input[value]:disabled{
  content: '';
}
.slotys-cat-filter {
  display: flex;
}
.main {
  background-color: #0b0b1f; }
  .main__container {
    display: flex;
    justify-content: space-between; }
  .main__title {
    margin-bottom: 10px; }
  .main__img {
    margin-bottom: 40px; }
  .main__aside {
    min-width: 360px;
    max-width: 360px; }
  .main__left {
    width: 63.8%;
    margin-right: 20px; }
  .main__left img {
    width: 100%;
  }
.main__description {
  font-size: 15px;
  line-height: 28px;
  color: #c1c1d4;
  letter-spacing: -0.04em;
  margin-bottom: 40px; }
  .main__quote img {
    margin-bottom: 20px; }
  .main__quoteDescription {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 5px; }
  .main__quoteName {
    font-size: 15px;
    letter-spacing: 28px;
    letter-spacing: -0.04em;
    color: #c1c1d4; }
.main__titleH {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px; }
  .nav__modal {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 30px rgba(11, 34, 80, 0.07);
    box-shadow: 0px 4px 30px rgba(11, 34, 80, 0.07);
    background: #191C33;
    border: 1px solid rgba(255, 255, 255, 0.12); }
    .years-search-dd-result {
      padding-bottom: 12px;
      margin-bottom: 12px;
      position: relative;
    }
    .years-search-dd-result::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
      width: 100%;
      height: 1px;
    }
    .years-search-dd-result:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .years-search-dd-result:last-of-type::after {
      width: 0;
      border: none;
    }
    .years-search-dd-result a {
      display: flex;
      align-items: center;
    }
    .years-search-dd-result img {
      margin-right: 13px;
    }
    .years-search-dd__not-found , .years-search-dd__find {
      color: #C1C1D4;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: -0.04em;
    }
    .years-search__title {
      margin-bottom: 20px;
    }
    /* .nav__modal .nav__separator {
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background: #D97559; } */
    .nav__modal__title {
      margin-bottom: 12px;
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #C1C1D4; }
      .nav__modal__btns {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
      }
    .nav__modal__btn {
      display: block;
      width: fit-content;
      border: none;
      padding: 11px;
      font-size: 12px;
      line-height: 20px;
      border: 1px solid #D5E1EC;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #FFFFFF;
      color: #70788A; }
      .nav__modal__btn:hover {
        border: 1px solid #0B1324;
        cursor: pointer; }
    .nav__modal .nav__recent__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 14px; }
    .nav__modal .nav__recent__history {
      margin-right: 10px;
      width: 16px;
      height: 16px;
      cursor: pointer; }
    .nav__modal .nav__recent__title {
      font-size: 12px;
      line-height: 20px;
      color: #70788A;
      cursor: pointer; }
      .nav__modal .nav__recent__title:hover {
        color: #0B1324; }
    .nav__modal .nav__recent__delete {
      position: absolute;
      right: 0;
      cursor: pointer; }
    .nav__modal .nav__recent__separator {
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background: #D5E1EC; }
    .nav__modal .nav__clear {
      padding: 16px 0; }
      .nav__modal .nav__clear__title {
        width: 70px;
        position: relative;
        font-family: 'Gilroy-Medium';
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        color: #D97559; }
        .nav__modal .nav__clear__title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 55px;
          border: 1px dashed #D97559; }
          .nav__modal.open {
            display: block;
          }
          .footer__input:focus.error {
            border: 2px solid #E00051;
          }
          .slotys__notification,
          .slotys__notification--error { 
            margin-top: 10px;
          }
          .footer__from svg {
            margin-right: 9px;
          }
          .slotys__notification span{
            color: #31D988;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 10px;
          }
          .slotys__notification--error span{
            color: #E00051;
            display: flex;
            align-items: center;
            font-size: 12px;
            line-height: 10px;
          }
          #send_subscriber:disabled {
            cursor: no-drop;
          }
          .footer__menu--line {
            display: none;
          }
          .casinos__container {
            margin-bottom: 50px;
          }
          .wsp-pages-title,
          .wsp-posts-title {
            color: #fff;
            margin-bottom: 25px;
          }
          .wsp-container {
            margin-bottom: 40px;
            background: #241933;
            border-radius: 25px;
            padding: 25px;
          }
          .main__proses, .main__conses {
            max-width: 400px;
            width: 100%; }
          .main__pros span {
            background-color: #2AB974; }
          .main__cons span {
            background-color: #B92A44; }
          .main__proses {
            margin-right: 20px; }
          .main__pros, .main__cons {
            display: flex;
            color: #fff;
            width: 100%; }
            .main__pros:not(:last-child), .main__cons:not(:last-child) {
              margin-bottom: 5px; }
            .main__pros span, .main__cons span {
              padding: 8px;
              color: #fff;
              margin-right: 15px;
              max-height: 28px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 2em;
              margin-top: 3px; }
              .casinos__wrapper.-aside  .casinos__payment {
                display: none;
              }
              .casinos__wrapper.-aside .casinos__block {
                grid-template-columns: 12% 55% 30%;
                gap: 8px;
              }
              .casinos__wrapper.-aside .casinos__blockText {
                white-space: nowrap;
              }
              .slots__wrapper.-aside {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 10px;
              }
              .slots__wrapper.-aside .slots__slot {
                width: 20%;
                margin: 0;
              }
              .casinos__block.slots__block {
                grid-template-columns: 9% 34% 19% 19% 19%; }
                .slots__info {
                  display: contents;
              }
              .casinos__nameBonus.slots__nameBonus,
              .casinos__spins.slots__spins {
                display: flex;
                justify-content: space-between;
                max-width: 148px;
                align-items: center;
                font-weight: 500;
                font-size: 13px;
                line-height: 20px;
                letter-spacing: -0.004em;
                text-align-last: left;
                color: #C1C1D4; }
                .casinos__nameBonus.slots__nameBonus span,
                .casinos__spins.slots__spins span {
                  font-weight: 500;
                  font-size: 15px;
                  line-height: 23px;
                  letter-spacing: -0.004em;
                  color: #FFFFFF; }
                  .main__tab.active .casinos__copy {
                    max-width: 100%;
                  }
                  .main__tab.active .main__casino{
                    margin-bottom: 30px;
                  }
              .casinos__payment.slots__payment:first-child::after {
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
                width: 1px;
                height: 100%;  }
              
              .casinos__payment.slots__payment:not(:last-child) {
                margin-right: 33px;
               }
              
              .casino__btns-wrapper {
                margin-bottom: 9px; }
              
              .casionos__btns-info {
                display: flex;
                justify-content: space-between; }
              
              .casinos__info--rtp {
                font-weight: 500;
                font-size: 13px;
                line-height: 20px;
                letter-spacing: -0.004em;
                color: #C1C1D4; }
              
              .casinos__info--spins {
                font-weight: 500;
                font-size: 15px;
                line-height: 23px;
                text-align: right;
                letter-spacing: -0.004em;
                color: #FFFFFF; }
                .casinos__info--spins span {
                  width: 13px;
                  height: 11px; }
              
              .black__btn.slots__blackBtn {
                min-width: 124px; }
              
              .slots__tabs {
                display: none; }
              
              .slots__blockRtp {
                display: none; }
              
              .slots__blockRtp .casinos__info--rtp {
                margin-right: 5px; }
                p a {
                  color: #215CE4;
                }
                blockquote {
                  margin: 16px 16px 30px 16px;
                  padding: 26px 24px;
                  font-size: 16px;
                  background: #191C33;
                  border-left: 5px solid;
                  border-color: #337AB7;
                  margin: 50px 0;
              }
              blockquote::after {
                  content: '';
                  margin-top: -30px;
                  padding-top: 0;
                  position: relative;
                  bottom: -50px;
                  left: 20px;
                  border-width: 30px 0 0 30px;
                  border-style: solid;
                  border-color: #191C33 transparent;
                  display: block;
                  width: 0;
              }
              blockquote p::before {
                  content: "“";
                  font-family: Georgia;
                  font-size: 40px;
                  line-height: 0;
                  display: inline-block;
              }
              blockquote cite {
                  float: right;
                  font-size: 13px;
              }
              blockquote cite:before {
                  content: '- ';
              }
              /* Важная часть */
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  opacity: 0; 
  pointer-events: none; 
  transition: 0.5s all;
}

.open_popup .popup__bg { 
  opacity: 1; 
  pointer-events: all;
  transition: 0.5s all;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); 
  background: #0b0b1f;
  max-width: 750px;
  width: calc(100% - 30px);
  padding: 25px 15px 15px;
  transition: 0.5s all;
}

.open_popup .popup {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
}

.close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
}

.popup label {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column-reverse;
}

.popup .label__text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #cfd0d3;
  margin-bottom: 5px;
}
.popup .casinos__wrapper {
  margin-bottom: 0;
}
.popup h2 {
   font-size: 28px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.slotys-mob-menu__item.--dropdown .slotys-mob-menu-arrow {
  width: 20px;
  height: 20px;
  display: block;
}
.slotys-mob-menu__item .slotys-mob-menu-arrow {
  display: none;
}
@media screen and (max-width: 590px) {
  .popup .casinos__wrapper .casinos__btns a.black__btn {
    display: none;
  }
  .popup .casinos__wrapper .casinos__btns button {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    text-align: center;
    padding: 7px 12px;
  }

  .popup .casinos__wrapper .casinos__btns {
    width: fit-content;
  }
  .popup .casinos__wrapper.-aside .casinos__block {
    display: flex;
    justify-content: space-between;
  }
  .popup .casinos__blockDescription {
    margin-right: auto;
  }
}
@media screen and (max-width: 359px) {
  .popup .casinos__blockVerify {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header__search, .header__searchInput {
    width: 100%;
    max-width: 450px;
    min-width: 0; }
  .slots__name {
    font-size: 15px;
    line-height: 20px; }
  .featuresBitkoin__desc, .featuresBitkoin__name {
    padding: 0 25px; }
  .featuresBitkoin2 .featuresBitkoin__desc, .featuresBitkoin2 .featuresBitkoin__name {
    padding: 0px; }
  .featuresBitkoin__blockk .margin-left {
    margin-left: 0; } }

@media screen and (max-width: 1023px) {
  .casinos__block.slots__block {
    display: flex;
    flex-wrap: wrap;
}
.popup h2:not([class]) {
  font-size: 15px;
  line-height: normal;
}
.casinos__block.slots__block .slots__blockRtp {
  display: flex;
  align-items: baseline;
}
.casinos__block.slots__block .casionos__btns-info {
  display: none;
}
.casinos__block.slots__block .casinos__payment {
  display: flex;
}
.casinos__block.slots__block .slots__info {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  order: 4;
  margin-top: 23px;
}
  .main__navigationLi:not(:last-child) {
    margin-bottom: 0;
  }
  .main__left {
    width: 100%;
    max-width: 100%;
    margin-right: 0px; }
  .header {
    overflow: hidden;
    position: relative;
    background-color: #241933; }
    .header__container {
      padding-bottom: 14px; }
    .header__mobile {
      display: flex; }
    .header__btns, .header__nav--remove {
      display: none; }
    .header__nav {
      background-color: transparent; }
  .slotys-header-mob__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
  .featuresBitkoin {
    padding-bottom: 100px; }
    .featuresBitkoin__container {
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: scroll; }
    .featuresBitkoin__blockk , .featuresBitkoin__block  {
      min-width: 310px;
      max-width: 310px;
      width: 100%; }
    .featuresBitkoin__blockk:nth-child(3n+3) , .featuresBitkoin__block:nth-child(3n+3){
      margin-right: 20px; }
  .footer {
    background-color: #191C33;
    position: relative;
    padding-top: 90px; }
    .footer__container {
      align-items: center;
      flex-direction: column; }
    /* .footer__up {
      position: absolute;
      left: 0%;
      top: 0%;
      width: 100%;
      margin: 0; } */
    .footer__socials {
      max-width: 100%;
      margin-top: 15px;
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between; }
      .footer-logo.header__logo{justify-content: center;}
      .footer__socials p {text-align: center;}
      .footer__fate {
        font-size: 16px;
        text-align: center;
      }
    .footer__social {
      margin: 0; }
    .footer__navigation {
      order: 4;
      flex-wrap: wrap;
      justify-content: space-between; }
    .footer__column {
      width: 47%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 50px;
      text-align: center; }
      .footer__navigation .footer__ul:nth-child(1) {
        margin-right: 0; }
    .footer__logo {
      margin-right: 0; }
    .footer__subscribe {
      max-width: 100%; }
    .footer__input {
      width: 90%; }
  .privacy__container {
    flex-wrap: wrap;
    justify-content: space-between; }
  .privacy__description {
    margin-top: 20px; }
  .casinos__tabs {
    overflow-y: auto; }
  .casinos__block {
    grid-template-columns: 13% 30% 32% 25%;
    padding: 15px 17px 15px 15px; }
  .featuresBitkoin__block {
    padding: 25px; }
    
  .featuresBitkoin__blockImg {
    max-width: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .slots {
    padding-bottom: 70px; }
    .slots__tabs {
      overflow-y: auto; }
    .slots__slot {
      width: 30%; }
  .licencedCasino__tabs {
    overflow-y: auto; }
  .providers__block {
    width: 30%; }
  .subscribe {
    padding: 0px 0px 300px;
    padding-bottom: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background: url(../images/bgkirkamob.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 85%; }
    .subscribe__container {
      background: transparent;
      padding: 60px 0px 0px 0px; } 
    .reputation{
      left: 38%;
      top: 46%;
    }
    .casinos__block.slots__block .casinos__payment.slots__payment:first-child {
      width: 50%;
  }
  }

@media screen and (min-width: 768px) {
  .header__search--mobile {
    display: none; }
   }
    .main__tab.active a.btn__content {
      min-width: 170px;
      max-width: 170px;
    }

@media screen and (max-width: 767px) {
  .coockie {
    padding: 22px 0px 75px;
  }
  .nav__modal__btn {
    padding: 7px;
  }
  .nav__modal__btns {
    gap: 10px;
  }
  footer {
    padding-bottom: 45px;
  }
  .casinos__block.slots__block .slots__info {
    width: 100%;
  }
  .casinos__wrapper.-aside .casinos__block {
    display: grid;
  }
  .footer__menu--line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #191C33;
    width: 100vw;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    padding-top: 10px;
  }
  .block--line a {
    color: #007AFF;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h1:not([class]),
  h1.wp-block-heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
  }
  h2:not([class]),
  h2.wp-block-heading {
    font-size: 27px;
    line-height: 38px;
  }
  h3:not([class]),
  h3.wp-block-heading {
    font-size: 23px;
    line-height: 35px;
  }
  h4:not([class]),
  h4.wp-block-heading {
    font-size: 21px;
    line-height: 35px;
  }
  .header__container {
    padding-bottom: 7px; }
  .header__search--remove {
    display: none; }
  .faq .container {
    padding: 0; }
  .faq__title {
    margin-left: 16px; }
  .faq__tab-label {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em; }
  .faq__tab-content {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.002em; }
  .casinos__block {
    display: flex;
    flex-wrap: wrap; }
  .casinos__title {
    font-size: 27px;
    line-height: 38px; }
  .casinos__copy {
    order: 5;
    width: 55%;
    max-width: 100%;
    margin-top: 14px;
    margin-left: auto; }
    
  .casinos__logo {
    width: 40px;
    height: 40px;
    margin-right: 12px; }
  .casinos__input {
    /* padding: 10px 50px 10px 13px; */
    display: block;
    text-overflow: ellipsis;
    overflow: hidden; }
  .casinos__blockName {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px; }
  .casinos__payment {
    display: none; }
  .featuresBitkoin__container {
    flex-wrap: nowrap;
    overflow-y: auto; }
  .featuresBitkoin__block {
    min-width: 310px;
    max-width: 310px; }
  .slots {
    padding-bottom: 123px; }
    .slots__container {
      justify-content: space-between; }
    .slots__slot {
      width: 43%;
      margin: 0px 0px 20px 0px; }
    .slots__tabs {
      margin-bottom: 15px; }
  .providers__block {
    width: 45%; }
  .coockie__container {
    flex-direction: column;
    align-items: flex-start; }
  .coockie__info {
    margin-bottom: 16px; }
  .coockie__btn {
    margin-left: 62px; }
  .subscribe {
    background-position-y: 100%; }
    .main__quote {
      padding: 70px 30px 30px 30px; }
    .main__quote::after {
      width: 36px;
      height: 30px;
      left: 30px;
      top: 30px;
    }
    .subscribe__title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 30px; }
    .casinos__wrapper .casinos__block .casinos__spins{display: none;} }

@media screen and (max-width: 600px) {
  .casinos__payment {
    margin-right: 0;
    width: 44%; }
  .casinos__copy {
    width: 56%;
    margin-left: auto; } }

@media screen and (max-width: 550px) {
  .slots__wrapper.-aside .slots__slot {
    width: 45%;
  }
  .footer__news {
    font-size: 21px;
    line-height: 30px; }
  .footer__policy, .footer__ul .menu-item {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.04em; }
  .footer__ul .menu-item:nth-child(1) {
    font-size: 15px;
    line-height: 22px; }
  ol:not([class]) li,
  ul:not([class]) li {
    font-size: 14px;
    line-height: 20px;
  } }

@media screen and (max-width: 500px) {
  .footer__logo img {
    width: 90%; }
  .casinos__btnMore {
    min-width: 170px;
    max-width: 170px;
    margin: 30px auto 70px; }
  .casinos__block {
    width: calc(100% + 32px);
    margin-left: -16px; }
  .casinos__blockBg {
    padding: 5px 7px; }
  .casinos__blockMarks span:nth-child(2), .casinos__blockMarks span:nth-child(3) {
    display: none; }
  .casinos__blockReview span:nth-child(2) {
    display: none; }
  .casinos__blackBtn {
    display: none; }
  .casinos__play {
    min-width: 55px;
    max-width: 55px; }
  .casinos__btns {
    width: 20%;
    display: flex;
    justify-content: flex-end; }
  .featuresBitkoin__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 10px; }
  .featuresBitkoin__desc {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.04em; }
  .slots__btn {
    min-width: 170px;
    max-width: 170px; }
  .slots__slot:nth-child(odd) {
    display: none; }
  .providers__block {
    width: 47%;
    padding: 12px;
    margin-bottom: 20px;
    margin-right: 0; }
  .providers__container {
    justify-content: space-between; }
  .providers__show {
    min-width: 170px;
    max-width: 170px; }
  .coockie__text {
    font-size: 13px;
    line-height: 16px;
    margin-left: 7px; }
  .coockie__btn {
    margin-left: 57px; }
  .privacy__container img {
    margin-right: 7px; }
  .privacy__description {
    font-size: 13px; } }

.casino__play {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(36, 25, 51);
  z-index: 5;
  transition: all .8s;
  transform: translateY(100vh);
}
.casino-scroll .casino__play {
  transform: translateY(0);
}
.casino__play .casinos__input {
  width: fit-content;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .casino__play {
    top: 0;
    bottom: unset;
    background-color: rgb(25, 28, 51);
    padding: 15px 0;
    transform: translateY(-100vh);
  }
  .casino__play .casinos__input {
    font-size: 15px;
  }
}
.casino__play-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.casino__play .blue__btn {
  width: fit-content;
  font-size: 18px;
}
.casino__play-wrapper span {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #d2d0d5;
}

.casino__play img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 650px) {
  .casino__play .casinos__input {
    display: none;
  }
  .casino__play .blue__btn {
    min-width: fit-content;
    padding: 4px 30px;
    border-radius: 5px;
  }
  .casinoReview .blog__news-links {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .casino__play .blue__btn {
    padding: 4px 18px;
  }
}
.casino__play .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  max-width: 100%;
}
.main__left {
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide  {
  width: 100%;
  color: #fff;
  min-width: 100%;
  white-space: normal; /* Текст переносится на новую строку, если не помещается */
  word-wrap: break-word; /* Перенос длинных слов на новую строку */
}
@media screen and (max-width: 767px) {
  .swiper-slide  {
    min-width: calc(100vw - 32px);
  }
  .main .main__left {
    flex-direction: unset;
  }
  .main .main__btn.blue__btnSubstract {
    margin: 0 auto;
  }
}

.modalWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 100;
  transition: all .7s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}
.body__popup .modalWrapper {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.overlay {
  background-color: #3339;
  position: fixed;
  left: 0;
  top: -5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  /* display: none; */
}
.overlay__bg {
  background-color: #3339;
  position: fixed;
  left: 0;
  top: -5px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.modalBonus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  max-width: 55rem;
  margin: 0 auto;
  background-color: #fff;
  z-index: 110;
}
.modalBonus__close--mobile {
  display: none;
}
.modalBonus__header {
  background: linear-gradient(0deg ,rgba(0,0,0,0.2), rgba(0,0,0,0.2)) , linear-gradient(91.75deg , #215ce4 -1.24% ,
  rgba(62,128,213,0.84) 47.87% , rgba(96 , 128 , 255 ,0.67) 100.11%) ;
padding: 30px 35px;
position: relative;
overflow: hidden;
}
.modalBonus__header::after {
  content: '';
  position: absolute;
  background: url(../images/mainPopUp.png) no-repeat;
  right: 3%;
  bottom: -4%;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
}
.modalBonus__title {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 4px;
  z-index: 2;
}
.modalBonus__description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  position: relative;

  z-index: 2;
}
.modalBonus__close {
  position: absolute;
  top: -0%;
  right: 0%;
  color: #fff;
  font-size: 41px;
  line-height: 21px;
  cursor: pointer;
}
.modalBonus__container {
    display: flex;
    flex-direction: column;
    background: #eeeae4;
    padding: 20px;
    gap: 7px;
}
.modalWrapper__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #3339;
  z-index: 10;
  opacity: 1;
  transition: all 1s;
}
.modalBonus__btns {
  border-left: 1px dashed #E4E4E4;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 13px 0px 13px 50px;
  
}
.modalBonus__btns a {
  border: none;
  color: #191C33;
  white-space: nowrap;
}
.modalBonus__btns a:hover {
  background-color: transparent;
}
.modalBonus__btns button {
  background-color: #215ce4;
  width: 100%;
  max-width: 100%;
}
.modalBonus__btns::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7.5px;
  left: -7.5px;
  border-radius: 50%;
  background: #eeeae4;
}
.modalBonus__btns::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -7.5px;
  left:-7.5px;
  border-radius: 50%;
  background: #eeeae4;
}
.modalBonus__container .modalBonus__casino {
  display: grid;
  grid-template-columns: 9% 18% 46% 27%;
  text-align: left;
  padding: 0 12px;
  background: #fff;
  align-items: center;
}
.modalBonus__casino-title {
  color: #191C33;
}
.modalBonus__casino a {
  width: fit-content;
}
.modalBonus__casino-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .modalBonus__btns {
    padding: 7px 0 7px 25px;
  }
  .modalBonus__header::after {
    max-width: 180px;
    max-height: 100px;
    background: url(../images/mainPopUp.png) center center / cover no-repeat;
  }
  .modalBonus__container .modalBonus__casino {
    grid-template-columns: 11% 16% 43% 30%;
  }
}
@media screen and (max-width: 767px) {
 .modalBonus__btns a {
  display: none;
 }
 .modalBonus__container .modalBonus__casino {
  grid-template-columns: 16% 21% 41% 22%;
}
.modalBonus__title {
  font-size: 17px;
  line-height: 16px;
}
.modalBonus__description {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
}
.modalBonus__btns {
  width: fit-content;
}  
.modalBonus__header::after {
    right: 0;
    bottom: 0;
    max-width: 120px;
    max-height: 70px;
  }
  .modalBonus__header {
    padding: 12px 17px;
  }
  .modalBonus {
    width: 100%;
    border-radius: 7% 7% 0% 0%;
  }
  .modalBonus__container {
    padding: 20px 0;
  }
  .modalBonus__close--mobile {
    display: block;
    position: relative;
    color: #000;
    bottom: 100%;
    left: 92%;
    transform: translate(-50%);
    width: 25px;
    font-size: 1.5em;
  }
  .modalBonus__close {
    display: none;
  }
  .modalBonus__blockBonus {
    display: block;
    font-size: .7em;
  }
}
@media screen and (max-width: 373px) {
  .modalBonus__container {
    padding: 10px 0;
  }
  .modalBonus__btns {
    padding: 7px 0 7px 16px;
}
.modalBonus__blockBonus,
.modalBonus__casino-title {
  font-size: .6em;
}
.modalBonus__casino-logo {
  width: 30px;
  height: 30px;
}
.modalBonus__btns button {
  font-size: .6em;
  min-width: fit-content;
  height: fit-content;
  padding: 7px;
}
}
@media screen and (max-width: 550px) {
  .casinos .casinos__btns,
  .casinos__wrapper .casinos__btns {
    margin-left: 0;
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
  .casinos .casinos__btns button,
  .casinos__wrapper .casinos__btns button {
    width: calc(50% - 5px);
    max-width: unset;
  }
  .casinos .casinos__btns a,
  .casinos__wrapper .casinos__btns a {
    width: calc(50% - 5px);
    max-width: unset;
    display: block;
  }
  .casinos .casinos__payment,
  .casinos__wrapper .casinos__payment {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
 .casinos .casinos__payment .casinos__spins,
 .casinos__wrapper .casinos__payment .casinos__spins {
    font-size: 15px;
    display: block;
    line-height: 19px;
  }
  .casinos .casinos__block .casinos__logo,
  .casinos__wrapper .casinos__block .casinos__logo {
    width: 75px;
    object-fit: cover;
    height: 60px;
  }
}
.bonuses {
  margin: 50px 0;
}
.bonuses__wrapper {
  display: flex;
  flex-direction: column;
}
.bonuses__item {
  background: #191C33;
  padding: 15px 35px 15px 15px;
  margin-bottom: 10px;
  display: grid;
  width: 100%;
  grid-template-columns: 12% 17% 32% 13% 18% 8%;
  align-items: center;
}
.bonuses__item.start {
  background: transparent;
}
.bonuses__item img {
  width: 75px;
  height: 75px;
  border-radius: 12px;
}
.bonuses__item span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #fff;
}
.bonuses__item .blue__btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  height: fit-content;
  transition: all .5s;
  border: 1px solid #215CE4;
}
.bonuses__item .blue__btn:hover {
  background: transparent;
}
.bonuses__item .casinos__copy  {
  width: 85%;

}
.bonuses__item .casinos__input {
  padding: 10px 40px 10px 13px;
}
.bonuses__item .casinos__copy img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bonuses__item.start {
    display: none;
  }
  .bonuses__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 15px;
  }
  .bonuses__item .blue__btn{
    order: 5;
    width: 100%;
    text-align: center;
  }
  .bonuses__item span:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  .bonuses__item span:nth-of-type(3) {
    display: none;
  } 
  .bonuses__item .casinos__copy {
    order: 4;
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
	.publication__post .casinos__wrapper.-aside .casinos__block {
		flex-wrap: wrap;
		display: flex;
}
}

.sl-placeholder svg {
	display: none;
}
.sl-placeholder, .sl-popup {
	background: #241933;
}
.sl-button-solid.sl-bounce {
	background-color: #215CE4 !important;
    font-size: 13px;
    line-height: 20px;
    color: #fff !important;
	border: none !important;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: all .4s;
}
.sl-button-solid.sl-bounce:hover {
		background-color: #215CE4 !important;
}
.slaunch-button {
	background-color: transparent !important;
    border: 1px solid #215CE4 !important;
    height: 40px;
    min-width: 96px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
	color: #fff !important;
    text-align: center;
    padding: 10px 20px;
}
.slaunch-button:hover {
	background-color: #215CE4 !important;
}