/* Resizes */
/* Colors */
.home-hero {
    padding-top: 100px;
  }
  .home-hero__body {
    display: flex;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .home-hero__col-01 {
    width: 100%;
    position: relative;
    background: linear-gradient(142deg, rgb(255, 4, 4) 0%, rgb(13, 17, 37) 100%);
    border-radius: 24px;
    padding: 28px;
  }
  @media (max-width: 992px) {
    .home-hero__col-01 {
      padding: 12px;
    }
  }
  .home-hero__col-01 .image {
    /* height: 100%; */
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    z-index: 30;
    bottom: 0;
    right: 0px;
  }
  @media (max-width: 767px) {
    .home-hero__col-01 .image {
      top: -100px;
      right: -30px;
      width: 250px;
    }
  }
  .home-hero__content {
    max-width: 100%;
    height: 100%;
    padding: 22px 24px;
    position: relative;
    z-index: 40;
    border-radius: 20px;
    background: rgba(14, 13, 13, 0.8);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  @media (max-width: 992px) {
    .home-hero__content {
      padding: 12px;
    }
  }
  .home-hero__title {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
  }
  @media (max-width: 1352px) {
    .home-hero__title {
      font-size: calc(26px + 2 * (100vw - 360px) / 992);
    }
  }
  .home-hero__text {
    margin-top: 20px;
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .home-hero__col-02 {
    width: 420px;
    min-width: 420px;
  }

  .home-hero__col-02 a img {
    border-radius: 20px;
  }
  .home-hero__col-02 div img {
    border-radius: 20px;
  }
  @media (max-width: 992px) {
    .home-hero__col-02 {
      display: none;
    }
  }
  
  .home-top {
    margin: 32px 0 0 0;
  }
  @media (max-width: 1200px) {
    .home-top__body {
      overflow-y: auto;
    }
  }
  .home-top__casinos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(308px, 1fr));
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  @media (max-width: 1200px) {
    .home-top__casinos {
      display: flex;
      -moz-column-gap: 18px;
           column-gap: 18px;
      justify-content: space-between;
    }
  }
  .home-top__casino {
    border-radius: 16px;
    background-color: #1b1d21;
    padding: 0 0 22px 0;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
  }
  .home-top__casino:hover {
    border-color: #7113FF;
  }
  @media (max-width: 1200px) {
    .home-top__casino {
      width: 308px;
      min-width: 308px;
    }
  }
  .home-top__head {
    background-color: #2a2e36;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px 0 10px;
  }
  .home-top__col-01 {
    display: flex;
    align-items: center;
  }
  @media (max-width: 1200px) {
    .home-top__col-01 img {
      width: 32px;
      height: 32px;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .home-top__cup-label {
    color: #FFCF05;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
  }
  @media (max-width: 1200px) {
    .home-top__cup-label {
      font-size: 12px;
    }
  }
  .home-top__col-02 {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .home-top__col-02 .rating {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .home-top__poster {
    display: flex;
    height: 200px;
    border-radius: 0 0 16px 16px;
  }
  .home-top__poster picture {
    width: 100%;
  }
  .home-top__poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 16px 16px;
  }
  .home-top__name {
    margin: 18px 0 22px 0;
  }
  .home-top__title>div {
    color: #99A0AA;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .home-top__text {
    max-width: 375px;
    color: #E7EAEE;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.512px;
    margin: 16px auto 0 auto;
  }
  @media (max-width: 1200px) {
    .home-top__text {
      font-size: 20px;
      padding: 0 16px;
    }
  }
  .home-top__info {
    margin-top: auto;
    background-color: #0F1113;
    padding: 22px 0;
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
  .home-top__col-03 {
    grid-column-start: 1;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    padding-right: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    border-right: 1px solid #23262C;
  }
  @media (max-width: 767px) {
    .home-top__col-03 {
      padding-right: 10px;
    }
  }
  .home-top__label {
    color: #E8E8E8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-top__mean {
    color: #FFCF05;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .home-top__col-04 {
    grid-column-start: 2;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
  @media (max-width: 767px) {
    .home-top__col-04 {
      padding-left: 10px;
    }
  }
  .home-top__col-05 {
    grid-column-start: span 2;
    grid-row-start: 2;
    margin-top: 22px;
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 38px;
  }
  .home-top__col-05 img {
    width: 50px;
    height: 28px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  @media (max-width: 1200px) {
    .home-top__col-05 img {
      width: 32px;
      height: 21px;
    }
  }
  .home-top__col-05 .counter {
    width: 50px;
    height: 28px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #E7EAEE;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1352px) {
    .home-top__col-05 .counter {
      font-size: calc(12px + 2 * (100vw - 360px) / 992);
    }
  }
  @media (max-width: 1200px) {
    .home-top__col-05 .counter {
      width: 32px;
      height: 21px;
    }
  }
  .home-top__buttons {
    padding: 22px 22px 0 22px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 1200px) {
    .home-top__buttons {
      padding: 15px 16px;
    }
  }
  .home-top__link-casino {
    border-radius: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-top__link-casino span {
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  .home-top__link-main {
    margin-top: 13px;
    width: 100%;
    padding: 8px 17px;
    border-radius: 12px;
    text-align: center;
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
  }
  
  .home-casinos {
    /* padding: 120px 0 0 0; */
    padding: 80px 0 0 0;
  }
  .home-casinos__title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 60px;
  }
  @media (max-width: 1352px) {
    .home-casinos__title {
      font-size: calc(22px + 4 * (100vw - 360px) / 992);
    }
  }
  @media (max-width: 1352px) {
    .home-casinos__title {
      margin-bottom: calc(40px + 20 * (100vw - 360px) / 992);
    }
  }
  .home-casinos__casino {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #1b1d21;
    padding: 0 16px 0 0;
    ///max-height: 220px;
  }
  @media (max-width: 992px) {
    .home-casinos__casino {
      flex-direction: column;
      padding: 0 0 24px 0;
      margin-top: 20px;
      max-height: auto;
    }
  }
  .home-casinos__col-01 {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 27px;
         column-gap: 27px;
    width: 50%;
  }
  @media (max-width: 767px) {
    .home-casinos__col-01 {
        flex-direction: column;
        width: 100%;
      -moz-column-gap: 12px;
           column-gap: 12px;
    }
  }
  .home-casinos__col-01 .col:nth-child(1) {
    /* width: 248px;
    min-width: 248px; */
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .home-casinos__col-01 .col:nth-child(1) {
      max-width: 100%;
      min-width: 100%;
    }
  }
  .home-casinos__col-01 .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 0;
    width: 100%;

    
  }
  .home-casinos__head {
    background-color: #2a2e36;
    padding: 0 10px;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  @media (max-width: 1200px) {
    .home-casinos__head img {
      width: 32px;
      height: 32px;
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  @media (max-width: 767px) {
    .home-casinos__head img {
      width: 25px;
      height: 25px;
    }
  }
  .home-casinos__cup-label {
    color: #FFCF05;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 8px;
  }
  @media (max-width: 1352px) {
    .home-casinos__cup-label {
      font-size: calc(8px + 6 * (100vw - 360px) / 992);
    }
  }
  .home-casinos__poster {
    display: flex;
    height: 100%;
  }
  @media (max-width: 767px) { 

    .home-casinos__poster { 
        height: 200px;
    }
  }
  .home-casinos__poster img {
    width: 100%;
    height: 100%;
    border-radius: 0 0 16px 16px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-casinos__title-top {
    color: #E7EAEE;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 40px 0;
  }
  @media(max-width: 767px) { 
    .home-casinos__title-top {
      font-size: 20px;
    }
  }
  .home-casinos__text {
    max-width: 256px;
  }
  @media(max-width: 767px) { 
    .home-casinos__text {
        max-width: 100%;
        padding: 0 16px;
    }
  }
  .home-casinos__text .label {
    color: #4B505A;
    font-size: 14px;
  }
  .home-casinos__text .text {
    color: #E7EAEE;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-top: 8px;
  }
  @media (max-width: 1352px) {
    .home-casinos__text .text {
      font-size: calc(18px + 4 * (100vw - 360px) / 992);
    }
  }
  .home-casinos__col-03 {
    width: 100%;
    max-width: 240px;
    padding: 16px 0;
  }
  @media (max-width: 992px) {
    .home-casinos__col-03 {
      max-width: 100%;
      padding: 22px 12px 0 12px;
    }
  }
  .home-casinos__rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-casinos__rate .label {
    color: #4B505A;
    font-size: 14px;
  }
  .home-casinos__rate .rating {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .home-casinos__rate .rating span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    top: 1px;
  }
  .home-casinos__buttons {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #23262C;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .home-casinos__link-casino {
    border-radius: 12px;
    background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
    padding: 16px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-casinos__link-casino span {
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  .home-casinos__link-main {
    margin-top: 13px;
    width: 100%;
    padding: 8px 17px;
    border-radius: 12px;
    text-align: center;
    color: #E7EAEE;
    text-align: center;
    font-size: 18px;
  }
  .home-casinos__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 375px;
    border: 1px solid #7113FF;
    border-radius: 12px;
    padding: 16px 17px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 1352px) {
    .home-casinos__link {
      margin-top: calc(20px + 50 * (100vw - 360px) / 992);
    }
  }
  .home-casinos__link span {
    color: #9C0CFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.3s ease 0s;
  }
  .home-casinos__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  @media (max-width: 1352px) {
    .home-casinos__banner {
      margin-top: calc(60px + 30 * (100vw - 360px) / 992);
    }
  }
  .home-casinos__banner img {
    border-radius: 16px;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .spoller-casino__title {
    margin: 22px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 10px 0;
    background-color: #23262C;
  }
  @media (min-width: 992px) {
    .spoller-casino__title {
      display: none;
    }
  }
  .spoller-casino__title._active .icon {
    transform: rotate(180deg);
  }
  .spoller-casino__title .title {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
  }
  .spoller-casino__title .icon {
    transition: all 0.3s ease 0s;
    width: 20px;
    height: 20px;
    display: flex;
  }
  .spoller-casino__wrapper {
    display: flex;
    padding: 16px 0;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  @media (max-width: 992px) {
    .spoller-casino__wrapper {
      justify-content: space-between;
      padding: 16px;
    }
  }
  .spoller-casino__col-01 {
    padding: 0 35px;
    border-left: 1px solid #23262C;
    border-right: 1px solid #23262C;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  @media (max-width: 992px) {
    .spoller-casino__col-01 {
      width: 50%;
      padding: 0 9px 0 0;
      border-left: none;
    }
  }
  @media (max-width: 767px) {
    .spoller-casino__row:last-child {
      margin-top: 5px;
    }
  }
  .spoller-casino__label {
    color: #4B505A;
    font-size: 14px;
  }
  .spoller-casino__text {
    color: #E7EAEE;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    /* white-space: nowrap; */
  }
  .spoller-casino__col-02 {
    max-width: 202px;
    padding-right: 20px;
  }
  @media (max-width: 992px) {
    .spoller-casino__col-02 {
      width: 50%;
      max-width: 100%;
      padding-right: 0;
    }
  }
  .spoller-casino__icons {
    margin: 8px 0 10px 0;
    display: flex;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .spoller-casino__icons .icon {
    width: 32px;
    height: 32px;
  }
  .spoller-casino__icons .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spoller-casino__payments {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  @media (max-width: 767px) {
    .spoller-casino__payments {
      gap: 8px;
    }
  }
  .spoller-casino__payments img {
    width: 50px;
    height: 28px;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (max-width: 767px) {
    .spoller-casino__payments img {
      width: 40px;
      height: 23px;
    }
  }
  .spoller-casino__payments .counter {
    width: 50px;
    height: 28px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 14px;
    line-height: 16px;
    color: #E7EAEE;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1352px) {
    .spoller-casino__payments .counter {
      font-size: calc(12px + 2 * (100vw - 360px) / 992);
    }
  }
  @media (max-width: 1200px) {
    .spoller-casino__payments .counter {
      width: 40px;
      height: 23px;
    }
  }
  
  .home-main {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  @media (max-width: 1352px) {
    .home-main {
      padding-top: calc(120px + 60 * (100vw - 360px) / 992);
    }
  }
  @media (max-width: 1352px) {
    .home-main {
      padding-bottom: calc(60px + 30 * (100vw - 360px) / 992);
    }
  }
  .home-main__title {
    color: #E7EAEE;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.6px;
  }
  @media (max-width: 1352px) {
    .home-main__title {
      font-size: calc(26px + 2 * (100vw - 360px) / 992);
    }
  }
  .home-main__content {
    margin-top: 60px;
  }
  @media (max-width: 1352px) {
    .home-main__content {
      margin-top: calc(40px + 20 * (100vw - 360px) / 992);
    }
  }
  .home-main__wrapper .wp-block-column a { 
    color: #fff;
  }
  .home-main__wrapper p {
    margin-bottom: 10px;
  }
  .home-main__wrapper p a {
    color: #fff;
    text-decoration: underline;
  }
  .home-main__wrapper table a {
    color: #fff;
    text-decoration: underline;
  }
  .home-main__wrapper ul {
    padding-left: 15px;
    margin: 15px 0;
  }
  .home-main__wrapper ul li {
    list-style-type: disc;
  }
  .home-main__wrapper ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .home-main__wrapper ol {
    padding-left: 15px;
    margin: 15px 0;
  }
  .home-main__wrapper ol li:not(:last-child) {
    margin-bottom: 8px;
  }
  .sidebar-nav__wrapper {
    background-color: #151719;
    padding: 26px 24px;
    border-radius: 16px;
    width: 420px;
    min-width: 420px;
  }
  @media (max-width: 992px) {
    .sidebar-nav__wrapper {
      padding: 16px;
      width: 100%;
      min-width: 100%;
    }
  }
  .sidebar-nav__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
  }
  .sidebar-nav__btn .title {
    color: #E7EAEE;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .sidebar-nav__btn .icon {
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2024/01/casino-btn-open.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .sidebar-nav__btn .icon._active {
    background-image: url("/wp-content/uploads/2024/01/casino-btn-close.svg");
  }/*# sourceMappingURL=home.css.map */