* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

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

input::-ms-clear {
  display: none;
}

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

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "lsdp_manrope_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(./lsdp_manrope_semibold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "lsdp_worksans_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(./lsdp_worksans_regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "lsdp_worksans_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(./lsdp_worksans_semibold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "lsdp_worksans_regular", sans-serif;
  --background-page: var(--black);
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.lsdp_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 100px;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: "lsdp_worksans_semibold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 50px */
  text-transform: uppercase;

  @media (max-width: 991px) {
    font-size: 24px;
  }
}

h2 {
  font-family: "lsdp_worksans_semibold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;

  @media (max-width: 991px) {
    font-size: 20px;
  }
}

h3 {
  font-family: "lsdp_worksans_semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

p,
li,
a,
span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

footer a {
  font-family: "lsdp_worksans_semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
footer p {
  font-family: "lsdp_worksans_regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}

.btn {
  border-radius: 30px;
  background: var(--yellow, #fff717);
  color: var(--black);
  font-family: "lsdp_manrope_semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 12px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.lsdp_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gap-4 {
  gap: 4px;
}
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.lsdp_terms_sect_1 {
  padding-top: 100px;

  h2 {
    color: var(--orange, #ff8000);
    margin-bottom: 30px;
  }
  h3 {
    color: var(--orange, #ff8000);
  }

  .lsdp_terms_sect_1_container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--orange, #ff8000);
    background: var(--black, #070707);
  }

  @media (max-width: 991px) {
    padding-top: 40px;
    h2 {
      margin-bottom: 20px;
    }
    h3 {
      font-size: 16px;
    }
  }

  @media (max-width: 768px) {
  }
  @media (max-width: 480px) {
  }

  @media (max-width: 360px) {
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.lsdp_header {
  padding: 14px 10px;
  background: var(--dark-orange, linear-gradient(180deg, #ff9d00 0%, #ff7300 47.12%, #f40 100%));
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: var(--dark-orange, linear-gradient(180deg, #ff9d00 0%, #ff7300 47.12%, #f40 100%));
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .lsdp_footer_nav {
    justify-content: start;
  }
  .lsdp_footer_nav a {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.lsdp_main {
  background: url(./lsdp-img/lsdp-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  @media (max-width: 480px) {
    background: url(./lsdp-img/lsdp-mob.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.orange_text {
  color: var(--orange, #ff8000);
}

/* lsdp_home_sect_1 */

.lsdp_home_sect_1 {
  padding: 100px 0 40px;

  .lsdp_home_sect_1_ul {
    width: 100%;
    justify-content: center;
  }

  .lsdp_home_sect_1_li {
    width: 100%;
    max-width: 220px;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--orange, #ff8000);
    background: rgba(0, 0, 0, 0.4);
  }

  p {
    font-size: 20px;
  }

  @media (max-width: 991px) {
    padding: 40px 0 40px;
    p {
      font-size: 14px;
    }
  }

  @media (max-width: 768px) {
    .lsdp_home_sect_1_ul {
      gap: 10px;
    }
    .lsdp_home_sect_1_li {
      font-size: 10px;
      padding: 8px 2px;
    }
  }
  @media (max-width: 480px) {
    .lsdp_home_sect_1_li {
      font-size: 8px;
    }
  }

  @media (max-width: 360px) {
  }
}

/* lsdp_home_sect_2 */

.lsdp_home_sect_2_card {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--dark-orange, #ff9d00);
  background: var(--black, #070707);
  a {
    width: 100%;
  }
}

.card_wrapper_hed {
  border-bottom: 1px solid var(--dark-orange, #ff9d00);
}

.card_wrapper_hed_lc {
  border-radius: 20px 0 0 0;
  width: 50%;
  padding: 10px 20px;
  background: var(--dark-orange, linear-gradient(180deg, #ff9d00 0%, #ff7300 47.12%, #f40 100%));
  text-align: center;
  color: var(--black, #070707);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  h3 {
    font-size: 16px;
  }
}

.card_wrapper_hed_rc {
  width: 50%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .card_wrapper_logo {
    margin-bottom: 10px;
    img {
      height: 32px;
    }
  }

  .card_players_wrapper {
    gap: 4px;
    img {
      width: 14.536px;
      height: 13.983px;
    }
  }
}

.card_wrapper_bottom {
  padding: 10px 20px 20px 20px;
  span {
    font-family: "lsdp_worksans_semibold";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
  }
  .card_line {
    height: 5px;
    border-radius: 2px;
    background: var(--score, linear-gradient(90deg, #ee3f00 0%, #f69000 50.48%, #ef0 100%));
  }
  .card_wrapper_pay {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--dark-orange, #ff9d00);
  }
}

@media (max-width: 850px) {
  .lsdp_home_sect_2_cards {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

@media (max-width: 360px) {
}

/* slider */

.lsdp_home_sect_3_block_4_slider_slid {
  color: var(--black, #070707);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--white, #fff);
  background: var(--dark-orange, linear-gradient(180deg, #ff9d00 0%, #ff7300 47.12%, #f40 100%));
}

.slider_wrapper_toggle {
  justify-content: end;
}

.lsdp_home_sect_3_block_4_slider_slid h3 {
  color: var(--black, #070707);
}

.lsdp_home_sect_3_block_4_slider_slid_img {
  border-radius: 20px;
  object-fit: cover;
  max-width: 485px;
}
.lsdp_home_sect_3_block_4_slider_slid_text {
  max-width: 610px;

  @media (max-width: 991px) {
    h3 {
      font-size: 16px;
    }
    .lsdp_home_sect_3_block_4_slider_slid_rating_numb {
      font-size: 20px;
    }
  }
}
.lsdp_home_sect_3_block_4_slider_slid_rating_numb {
  color: var(--black, #070707);
  font-family: "lsdp_worksans_semibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.lsdp_home_sect_3_block_4_slider_slid_rating {
  img {
    width: 125px;
    height: 21px;
  }
}
/* SWIPER */

/* “рельса” даёт выход за пределы контейнера */
.reviews-rail {
  /* регулируй bleed за контейнер: */
  margin-left: -24px;
  margin-right: -24px;
}

/* сам слайдер не должен обрезать содержимое */
.reviews-slider {
  overflow: visible;
}

/* Swiper при инициализации часто вешает hidden — переопределим */
.reviews-slider.swiper-initialized {
  overflow: visible;
}

/* убираем gap у UL — расстояние даёт spaceBetween */
.reviews-slider .lsdp_home_sect_3_block_4_slider_sliders {
  display: flex; /* Swiper сам выставит, но безопасно */
  gap: 0;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

/* фиксированная ширина карточки (любой размер, который нужен) */
.lsdp_home_sect_3_block_4_slider_slid {
  flex: 0 0 auto;
  width: 100%; /* ← задавай свою фикс-ширину */
  box-sizing: border-box;
}

.reviews-slider,
.reviews-slider .swiper-wrapper {
  will-change: transform;
}
.reviews-slider {
  overflow: visible;
}

/* контейнер слайдера не режет «хвост» карточек */
.reviews-slider {
  overflow: visible;
}

/* Swiper иногда ставит overflow:hidden — переопределяем */
.reviews-slider.swiper-initialized {
  overflow: visible;
}

/* ul как «рельса» Swiper – без gap, без переносов */
.lsdp_home_sect_3_block_4_slider_sliders {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* карточка-слайд */
.lsdp_home_sect_3_block_4_slider_slid {
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* на мобиле можно сделать по-другому */
@media (max-width: 768px) {
  .lsdp_home_sect_3_block_4_slider_slid {
    width: 100%;
  }
}

/* точки */
.slider_castom_dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.slider_castom_dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;

  background: rgba(255, 127, 0, 0.4);
  transition: 0.3s;
}

.slider_castom_dots .dot.active {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background: var(--Color_ble, #ff8000);
}

@media (max-width: 480px) {
  .lsdp_home_sect_3_block_4_slider_slid {
    gap: 16px;
  }
  .slider_wrapper_toggle {
    display: none;
  }
  .slider_castom_dots {
    display: flex;
  }
  .lsdp_home_sect_3_block_4 {
    h2,
    p {
      text-align: start;
    }
  }
}

.like-icon {
  width: 32px;
  height: 32px;
  transition: 0.25s ease;
}

.like-icon.active {
  filter: invert(32%) sepia(96%) saturate(7467%) hue-rotate(355deg) brightness(103%) contrast(103%);
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .lsdp_home_sect_3_block_4_slider_slid_img,
  .lsdp_home_sect_3_block_4_slider_slid_text {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .lsdp_home_sect_3_block_4_slider_slid {
    flex-direction: column;
  }
  .lsdp_home_sect_3_block_4_slider_slid_img,
  .lsdp_home_sect_3_block_4_slider_slid_text {
    width: 100%;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
}
