*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
i,
ol,
ul,
li,
form,
label,
main,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

a {
  text-decoration: none;
}

button {
  border: transparent;
  cursor: pointer;
}

html {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #ffffff;
  line-height: 1.4;
  min-height: 100vh;
  background-color: #080c11;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 76rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

main {
  position: relative;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  padding: 14px 0;
  background: #fd4766;
  border-radius: 8px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .btn:hover {
    background: #f47086;
  }
}

.bg {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 40rem;
  background: url("../img/bg.webp") no-repeat top/cover;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bg {
    min-height: 25rem;
    background: url("../img/bg-mob.webp") no-repeat top/cover;
  }
}

.top {
  padding: 2rem 0;
}
.top__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .top__title {
    font-size: 1.5rem;
  }
}
.top__title span {
  color: #fd4766;
}
@media (max-width: 767.98px) {
  .top__title {
    margin-bottom: 1rem;
  }
}
.top__subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .top__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .top__subtitle {
    font-size: 1rem;
  }
}

.list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.list-item__img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .list {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}

.offers {
  padding: 2rem 0;
}
.offers__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.offers__list-item {
  width: 100%;
  padding: 1rem 0;
  background: #0e1217;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.offers__list-item:nth-child(even) {
  background: transparent;
}
.offers__list-item--top {
  position: relative;
}
.offers__list-item--top::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: linear-gradient(260.52deg, #1c99fe -4.98%, #7644ff 48.42%, #fd4766 96.9%);
  z-index: -1;
}
.offers__list-item--top::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 30px;
  width: 170px;
  height: 40px;
  background: url("../img/best.webp") no-repeat center/contain;
}
@media (max-width: 767.98px) {
  .offers__list-item {
    flex-wrap: wrap;
    padding: 0;
  }
  .offers__list-item:not(:first-child) {
    border: 1px solid #2b2e2e;
    border-radius: 8px;
  }
  .offers__list-item::before {
    top: -17px;
    left: 10px;
    width: 120px;
    height: 28px;
    z-index: 2;
  }
}
.offers__number {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #64696f;
  font-size: 1.5rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__number {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 767.98px) {
  .offers__number {
    display: none;
  }
}
.offers__payments {
  margin-top: 1rem;
}
.offers__payments img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .offers {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .offers__list-item--top .offers__block--logo {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .offers__list-item--top .offers__block--logo::after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    width: calc(100% + 2px);
    height: 1px;
    display: block;
    background: linear-gradient(260.52deg, #1c99fe -4.98%, #7644ff 48.42%, #fd4766 96.9%);
  }
}

.offers__block--logo {
  position: relative;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(81.27deg, #101318 -0.03%, #171d2c 52.97%, #08090c 99.97%);
  border: 1px solid #2b2e2e;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--logo {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .offers__block--logo {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
    border-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .offers__block--logo::after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    width: calc(100% + 2px);
    height: 1px;
    display: block;
    background: #2b2e2e;
  }
}

.offers__block--bonus {
  position: relative;
  max-width: 200px;
  width: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.offers__block--bonus span:nth-child(2) {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--bonus span:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .offers__block--bonus span:nth-child(2) {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .offers__block--bonus span:nth-child(2) {
    font-size: 3rem;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--bonus span:nth-child(2) {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .offers__block--bonus span:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--bonus {
    max-width: 130px;
  }
}
@media (max-width: 767.98px) {
  .offers__block--bonus {
    max-width: 50%;
    gap: 0;
  }
}

.offers__block--text {
  position: relative;
  flex-grow: 1;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--text {
    padding: 0.5rem 1rem;
  }
}
.offers__block--text li {
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--text li span {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .offers__block--text li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .offers__block--text li span {
    font-size: 0.8rem;
  }
}
.offers__block--text img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.offers__block--text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 125px;
  background: linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, #424242 50.31%, rgba(66, 66, 66, 0) 100%);
}
.offers__block--text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 125px;
  background: linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, #424242 50.31%, rgba(66, 66, 66, 0) 100%);
}
@media (max-width: 767.98px) {
  .offers__block--text {
    max-width: 50%;
    padding: 1rem;
  }
  .offers__block--text:after {
    display: none;
  }
  .offers__block--text:before {
    top: 0;
    transform: unset;
    height: 100%;
  }
}

.offers__block--btn {
  position: relative;
  z-index: 1;
  max-width: 270px;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .offers__block--btn {
    max-width: 180px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .offers__block--btn {
    max-width: 100%;
    padding: 1rem;
  }
  .offers__block--btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(66, 66, 66, 0) 0%, #424242 50.31%, rgba(66, 66, 66, 0) 100%);
  }
}

.offers__payments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.logo {
  width: 132px;
  height: 54px;
}
.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.rating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .rating__inner {
    flex-direction: column;
  }
}
.rating__img {
  width: 60px;
  height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rating__reviews {
  font-weight: 600;
  color: #64696f;
  font-size: 0.8rem;
}
.rating__text {
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .rating {
    flex-direction: column;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th,
td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
  table {
    display: block;
    overflow-x: auto;
  }
  th,
  td {
    font-size: 14px;
    padding: 8px;
  }
  th {
    min-width: 120px;
  }
  td {
    word-wrap: break-word;
  }
}
.text {
  padding: 2rem 0;
}
.text__main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .text__main-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .text__main-title {
    font-size: 1.5rem;
  }
}
.text__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .text__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .text__title {
    font-size: 1.125rem;
  }
}
.text__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .text__subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .text__subtitle {
    font-size: 1rem;
  }
}
.text__text {
  margin-bottom: 1rem;
}
.text__list {
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 1.5rem;
}
.text__list li {
  margin-bottom: 0.5rem;
}
.text__table {
  margin-bottom: 1rem;
}
.text__link {
  font-weight: 900;
  color: #fd4766;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .text__link:hover {
    color: #ffffff;
  }
}

.footer {
  padding: 2rem 0;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3rem;
}

.logos {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .logos {
    flex-wrap: wrap;
  }
}
.logos__link {
  padding: 0.5rem;
  border-radius: 8px;
}
.logos__link:nth-child(1) {
  width: 100px;
  height: 100px;
}
.logos__link:nth-child(2) {
  width: 150px;
  height: 50px;
}
.logos__link:nth-child(3) {
  background-color: #ffffff;
  width: 150px;
  height: 50px;
}
.logos__link:nth-child(4) {
  background-color: #ffffff;
  width: 150px;
  height: 50px;
}
.logos__link:nth-child(5) {
  width: 150px;
  height: 50px;
}
.logos__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.links {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .links {
    flex-wrap: wrap;
  }
}
.links__link {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .links__link:hover {
    color: #fd4766;
  }
}

.disclaimer__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .disclaimer__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .disclaimer__title {
    font-size: 1rem;
  }
}
.disclaimer__text:not(:last-child) {
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=style.css.map */