.payment-hero {
  padding-top: 120px;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  background: linear-gradient(0deg, #760ec0 -20%, rgba(0, 0, 0, 0) 80%)
}

@media (max-width:1352px) {
  .payment-hero {
      padding-top: calc(90px + 30 * ((100vw - 360px) / 992))
  }
}

@media (max-width:1352px) {
  .payment-hero {
      padding-bottom: calc(60px + 20 * ((100vw - 360px) / 992))
  }
}

.payment-hero .breadcrumbs {
  margin: 0 auto;
  max-width: 1090px
}

@media (max-width:1024px) {
  .payment-hero .breadcrumbs {
      padding: 0 16px
  }
}

/* START - Background images */
.payment-hero__background {
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  z-index: -1;
  pointer-events: none;
}

.payment-hero__background::before,
.payment-hero__background::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.2;
}

.payment-hero__background::before {
  background-image: url("../img/c19-casino-page-01.webp");
  right: 0;
  bottom: 0;
  width: 320px;
  height: 498px;
  opacity: 0.2;
}

.payment-hero__background::after {
  background-image: url("../img/c19-casino-page-02.webp");
  left: 0;
  bottom: 0;
  width: 194px;
  height: 254px;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .payment-hero__background::before {
      top: 50px;
      bottom: auto;
      max-width: 60%;
      opacity: 0.1;
  }

  .payment-hero__background::after {
      display: none;
  }
}

/* END - Background images */

.payment-hero__body {
  position: relative;
  max-width: 1090px;
  margin: 40px auto 0 auto
}

@media (max-width:992px) {
  .payment-hero__body {
      margin: 20px auto 0 auto
  }
}

.payment-hero__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px
}

@media (max-width:1352px) {
  .payment-hero__title {
      font-size: calc(26px + 2 * ((100vw - 360px) / 992))
  }
}

.payment-hero__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 60px;
  margin-top: 32px
}

@media (max-width:1352px) {
  .payment-hero__content {
      column-gap: calc(0px + 60 * ((100vw - 360px) / 992))
  }
}

@media (max-width:1352px) {
  .payment-hero__content {
      margin-top: calc(20px + 12 * ((100vw - 360px) / 992))
  }
}

@media (max-width:1024px) {
  .payment-hero__content {
      flex-direction: column;
      column-gap: 0;
      row-gap: 20px
  }
}

.payment-hero__col-01 {
  display: grid;
  grid-template-columns: minmax(270px, 270px) minmax(auto, auto);
  column-gap: 30px;
  width: 100%
}

@media (max-width:767px) {
  .payment-hero__col-01 {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      column-gap: 0
  }
}

.payment-hero__poster {
  grid-column-start: 1;
  grid-row-start: span 2
}

.payment-hero__poster img {
  width: 270px;
  min-width: 270px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px
}

@media (max-width:767px) {
  .payment-hero__poster img {
      width: 100%;
      height: 250px;
      min-width: 100%
  }
}

.payment-hero__rating {
  grid-column-start: 1;
  grid-row-start: 3;
  margin-top: 12px;
  border-radius: 16px;
  background: #0F1113;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.payment-hero__rating .rating {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700
}

@media (max-width:767px) {
  .payment-hero__rating {
      margin: 0;
      order: 3
  }
}

.payment-hero__author {
  grid-column-start: 2;
  grid-row-start: 1;
  background-color: #0F1113;
  padding: 12px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  border-radius: 16px
}

@media (max-width:767px) {
  .payment-hero__author {
      order: 1
  }
}

.payment-hero__avatar img {
  border-radius: 100px;
  object-fit: cover
}

.payment-hero__name {
  display: flex;
  align-items: center;
  column-gap: 5px
}

.payment-hero__name .text {
  color: #4B505A;
  font-size: 14px;
  font-weight: 500
}

.payment-hero__name .name {
  color: #E7EAEE;
  font-size: 14px
}

.payment-hero__date .date {
  padding: 0 8px;
  border-left: 1px solid #23262C;
  border-right: 1px solid #23262C;
  color: #4B505A;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500
}

@media (max-width:767px) {
  .payment-hero__date .date {
      padding: 0 0 0 8px;
      border-right: none
  }
}

@media (max-width:767px) {
  .payment-hero__date {
      margin-left: auto
  }
}

.payment-hero__timing {
  color: #4B505A;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500
}

@media (max-width:767px) {
  .payment-hero__timing {
      display: none
  }
}

.payment-hero__text {
  grid-column-start: 2;
  grid-row-start: 2;
  padding: 0 12px;
  margin-top: 22px;
  margin-bottom: 20px
}

@media (max-width:1352px) {
  .payment-hero__text {
      margin-top: calc(40px + -18 * ((100vw - 360px) / 992))
  }
}

.payment-hero__text .text {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.payment-hero__text .text img {
  display: flex;
  margin-right: 5px !important
}

@media (max-width:767px) {
  .payment-hero__text .text {
      align-items: start
  }
}

@media (max-width:767px) {
  .payment-hero__text {
      margin: 0;
      order: 4;
      padding: 0
  }
}

.payment-hero__payments {
  grid-column-start: 2;
  grid-row-start: 3;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px
}

.payment-hero__payments img {
  width: 50px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover
}

@media (max-width:767px) {
  .payment-hero__payments img {
      width: 40px;
      height: 24px
  }
}

@media (max-width:767px) {
  .payment-hero__payments {
      order: 5;
      padding: 0;
      gap: 10px
  }
}

.payment-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 307px;
  min-width: 307px;
  background-color: #0F1113;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #FFCF05;
  height: 100%
}

@media (max-width:1200px) {
  .payment-hero__wrapper {
      max-width: 265px;
      min-width: 265px
  }
}

.payment-hero__wrapper .title {
  color: #4B505A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px
}

.payment-hero__wrapper .text {
  color: #FFCF05;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin-bottom: 20px
}

.payment-hero__wrapper .link {
  border-radius: 12px;
  background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%
}

.payment-hero__wrapper .link span {
  color: #E7EAEE;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700
}

@media (max-width:1024px) {
  .payment-hero__wrapper {
      width: 100%;
      max-width: 100%;
      min-width: 100%
  }
}

.payment-main {
  padding-top: 90px
}

@media (max-width:1352px) {
  .payment-main {
      padding-top: calc(60px + 30 * ((100vw - 360px) / 992))
  }
}

.payment-main__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px
}

.payment-main__content {
  margin-top: 60px
}

@media (max-width:1352px) {
  .payment-main__content {
      margin-top: calc(40px + 20 * ((100vw - 360px) / 992))
  }
}

.payment-bottom {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:1352px) {
  .payment-bottom {
      padding-top: calc(60px + 20 * ((100vw - 360px) / 992))
  }
}

@media (max-width:1352px) {
  .payment-bottom {
      padding-bottom: calc(60px + 20 * ((100vw - 360px) / 992))
  }
}

.payment-bottom__body {
  display: flex;
  column-gap: 32px
}

@media (max-width:992px) {
  .payment-bottom__body {
      flex-direction: column
  }
}

.payment-bottom__col-01 {
  position: relative;
  min-width: 420px;
  width: 420px;
  position: relative
}

@media (max-width:992px) {
  .payment-bottom__col-01 {
      display: none
  }
}

.payment-bottom__wrapper {
  min-width: 420px;
  width: 420px
}

@media (max-width:1200px) {
  .payment-bottom__wrapper {
      min-width: 350px;
      width: 350px
  }
}

@media (max-width:992px) {
  .payment-bottom__wrapper {
      display: none
  }
}

.payment-bottom__nav {
  background-color: #151719;
  padding: 26px 24px;
  border-radius: 16px;
  width: 420px;
  min-width: 420px;
  margin-bottom: 10px
}

@media (max-width:992px) {
  .payment-bottom__nav {
      padding: 16px;
      width: 100%;
      min-width: 100%
  }
}

.payment-bottom__col-02 p {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 10px
}

.payment-bottom__col-02 p img {
  object-fit: cover;
  border-radius: 16px;
  display: flex;
  margin-top: 30px
}

.payment-bottom__col-02 h2,
.payment-bottom__col-02 h3,
.payment-bottom__col-02 h4,
.payment-bottom__col-02 h5,
.payment-bottom__col-02 h6 {
  margin: 60px 0 16px 0;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700
}

.payment-bottom__col-02 table {
  border: 1px solid #fff;
  margin: 30px 0 0 0;
  width: 100%
}

.payment-bottom__col-02 table tr td {
  border-top: 1px solid #fff;
  padding: 10px
}

.payment-bottom__col-02 table tr td:not(:last-child) {
  border-right: 1px solid #fff
}

.payment-bottom__col-02 table tr:first-child td {
  border-top: none
}

.payment-bottom__col-02 table tr img {
  filter: grayscale(1) brightness(1000%)
}

.payment-bottom__col-02 ul {
  padding: 0 0 0 15px;
  margin: 15px 0
}

.payment-bottom__col-02 ul li {
  padding: 0 0 10px 0;
  list-style: disc
}

.payment-bottom__col-02 ol {
  padding: 0 0 0 15px;
  margin: 15px 0
}

.payment-bottom__col-02 ol li {
  padding: 0 0 10px 0
}

.payment-bottom__col-02 a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline
}

.payment-payment__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
}

@media (max-width: 767px) {
  .payment-payment__title {
      font-size: 16px;
  }
}

.payment-payment__content {
  margin: 30px 0 0 0;
}

.payment-payment {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .payment-payment {
      padding-bottom: 50px;
  }
}

.payment-payment__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.payment-payment__list li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

.payment-payment__list li a:hover {
  color: #fec708;
}

.payment-payment__row-02 {
  margin-top: 30px;
}

.payment-payment__list-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.payment-payment__list-images li a {
  display: flex;
}

.payment-payment__list-images li a img {
  width: 50px;
  height: 33px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*# sourceMappingURL=payment-test.css.map */

.payment-main__see-more {
  border-radius: 12px;
  background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 200px;
}

#casino-list .home-casinos__casino:nth-child(11) {
  display: none !important;
}