@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;700&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  color: #000;
  line-height: 1;
  font-family: Sora;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Sora;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background: #06070b
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 90.625rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,88.75rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
footer {
  padding-top: 60px;
  padding-bottom: 40px
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.responsible__content {
  max-width: 900px;
  border-radius: 1rem;
  background-color: rgba(127,29,29,.2);
  border: 1px solid rgba(239,68,68,.3019607843);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  margin: 0 auto 2rem;
  backdrop-filter: blur(12px)
}
.responsible__content p {
  color: #fff
}
.responsible__content svg {
  flex-shrink: 0;
  color: #f87171
}
.responsible__content-title {
  margin-bottom: 1rem;
  font-size: 22px;
  color: #f87171
}
.footer__logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}
.footer__links {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}
.footer__link {
  transition: all .3s ease
}
.footer__link:hover {
  color: #f87171
}
.section__offers {
  padding-top: 60px;
  padding-bottom: 80px;
  /* background-image: url(../img/bg.webp); */
   background-image: 
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), /* Напівпрозорий чорний шар (0.5 - це 50% прозорості) */
        url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto
}
.section__offers__content {
  display: flex;
  flex-direction: column;
  gap: 70px
}
.section__offers__head {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.section__offers__title,
h1 {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: normal
}
.section__offers__text {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}
.section__offers__body {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.section__offers__info {
  width: 100%;
  border-radius: 8px;
  background: #161a2b;
  padding: 12px 0;
  display: grid;
  grid-template-columns: minmax(0,456px) minmax(0,242px) minmax(0,205px) minmax(0,151px) minmax(0,361px)
}
.section__offers__info__item {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}
.section__offers__list {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.section__offers__list__item {
  display: grid;
  grid-template-columns: minmax(0,456px) minmax(0,242px) minmax(0,205px) minmax(0,151px) minmax(0,361px);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  position: relative;
  height: 175px
}
.section__offers__list__item:nth-child(odd) .section__offer__logo {
  background-image: url(../img/bg_item.webp)
}
.section__offers__list__item:nth-child(even) .section__offer__logo {
  background-image: url(../img/bg2_item.webp)
}
.section__offer__label {
  position: absolute;
  left: -16px;
  top: 10px;
  background-color: #c70000;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 22px;
  z-index: 2
}
.section__offer__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #c70000;
  z-index: 2
}
.section__offer__label__inner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 16px;
  height: 16px;
  border-top: 16px solid #730000;
  border-left: 16px solid transparent;
  z-index: 2
}
.section__offer__logo {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center
}
.section__offer__logo__inner {
  max-width: 300px;
  width: 80%;
  padding: 0 10px;
  padding-left: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}
.section__offer__logo__img {
  max-width: 300px;
  max-height: 90px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.section__offer__bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase
}
.section__offer__bonus__amount {
  font-size: 46px
}
.section__offer__player__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}
.section__offer__player__rating div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.section__offer__player__rating__img {
  width: 100%;
  max-width: 145px
}
.section__offer__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}
.section__offer__rating .section__offer__player__rating__img {
  display: none
}
.section__offer__rating__inner span {
  display: none
}
.section__offer__button {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center
}
.btn__primary {
  display: flex;
  padding: 22px 84px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(90deg,#f9e421 0,#f5a308 100%);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}
.btn__secondary {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  text-underline-offset: 4px
}
.page__content,
.section__text {
  background-color: #fff;
  padding: 60px 0
}
.page__content h2,
.section__text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px
}
.page__content h3,
.section__text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px
}
.page__content li,
.page__content p,
.section__text li,
.section__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.page__content p,
.page__content table,
.page__content ul,
.section__text p,
.section__text table,
.section__text ul {
  margin-bottom: 32px
}
.page__content ul,
.section__text ul {
  list-style-type: disc;
  padding-left: 20px
}
.page__content li,
.section__text li {
  list-style: disc
}
.page__content hr,
.section__text hr {
  width: 100px;
  margin-bottom: 16px;
  height: 2px;
  border-radius: 8px;
  background-color: #000;
  display: block
}
.page__content a,
.section__text a {
  text-decoration: underline;
  font-weight: 500
}
.page__content table,
.section__text table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial,sans-serif
}
.page__content td,
.page__content th,
.section__text td,
.section__text th {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left
}
.page__content th,
.section__text th {
  background-color: #f2f2f2;
  font-weight: 700;
  color: #333
}
.page__content tr:nth-child(even),
.section__text tr:nth-child(even) {
  background-color: #f9f9f9
}
.page__content tr:hover,
.section__text tr:hover {
  background-color: #e9e9e9
}
.page__content {
  background-color: rgba(0,0,0,0);
  color: #fff
}
.page__content tr:nth-child(even) {
  background-color: rgba(0,0,0,0)
}
.page__content tr:hover {
  background-color: rgba(0,0,0,0)
}
.page__content h1 {
  margin-bottom: 4px
}
@media (max-width:992px) {
  .section__offers__info {
    display: none
  }
  .section__offers__list__item {
    overflow: hidden;
    height: auto;
    grid-template-columns: 1fr 1fr;
    padding: 15px 0
  }
  .section__offers__list__item:nth-child(odd) .section__offer__logo {
    background-image: none
  }
  .section__offers__list__item:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #161a2b;
    z-index: 0;
    border-bottom: 165px solid transparent;
    border-right: 32px solid #fff
  }
  .section__offers__list__item:nth-child(even) .section__offer__logo {
    background-image: none
  }
  .section__offers__list__item:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #242424;
    z-index: 0;
    border-bottom: 165px solid transparent;
    border-right: 32px solid #fff
  }
  .section__offer__label {
    padding: 3px 12px;
    font-size: 9px;
    left: 0;
    top: 0
  }
  .section__offer__label::after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #c70000;
    right: -11px
  }
  .section__offer__label__inner {
    display: none
  }
  .section__offer__logo {
    position: relative;
    z-index: 1
  }
  .section__offer__logo__img {
    max-height: 45px
  }
  .section__offer__bonus {
    font-size: 16px;
    padding: 0 12px
  }
  .section__offer__bonus__amount {
    font-size: 28px
  }
  .section__offer__player__rating {
    display: none
  }
  .section__offer__rating {
    position: relative;
    z-index: 1;
    flex-direction: row;
    gap: 8px;
    font-size: 28px;
    color: #fff
  }
  .section__offer__rating .section__offer__player__rating__img {
    display: block;
    max-width: 78px
  }
  .section__offer__rating__inner span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
  }
  .section__offer__button {
    padding-right: 0;
    padding: 0 12px;
    margin-top: 10px;
    width: 100%
  }
  .btn__primary {
    font-size: 18px;
    padding: 12px;
    width: 100%;
    gap: 8px
  }
  .btn__secondary {
    display: none
  }
}
@media (max-width:768px) {
  .section__offers {
    padding-top: 32px;
    padding-bottom: 48px
  }
  .section__offers__title,
  h1 {
    font-size: 30px
  }
  .section__offers__text {
    font-size: 16px
  }
}
@media (max-width:390px) {
  .btn__primary {
    font-size: 12px
  }
}