/* Resizes */
/* Colors */
  .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-main {
    padding-top: 10px;
    padding-bottom: 90px;
  }
  @media (max-width: 1352px) {
    .home-main {
      margin-top: calc(25px + 50 * (100vw - 360px) / 992);
      padding-top: 0;
    }
  }
  @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: none;
  }
  .sidebar-nav__btn .icon._active {
    background: none;
  }

.cup {
	height: 32px;
}

.home-casinos__title img {
  display: none;
}

.home-casinos__casino._choice {
  animation: pulse-shadow 2.5s ease-in-out infinite;
}

.home-casinos__casino._choice .home-casinos__title {
  animation: pulse-scale 2.5s ease-in-out infinite;
}