.titleFlex {
  margin-bottom: 12px;
  gap: 20px;
  align-items: center !important;
  flex-direction: row !important;

  & div {
    max-width: 44px;
  }

  & h3 {
    color: #ee502c !important;
    margin-bottom: 0 !important;
  }
}

.accent__wrapper {
  padding: var(--mar-60) 0;
  background-color: #f5f5f5;
}

.accent_bg {
  background-color: #fdf4f2;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #facac0;
  /* box-shadow: 0px 4px 20px 0px #2012351F; */

  & h3 {
    /* color: var(--accent1) !important; */
  }

  & p {
    /* color: #FFFFFF; */
    font-weight: 500;

    & a {
      color: var(--accent1) !important;
    }
  }

  &.second {
    border-radius: 16px;
    overflow: hidden;
    padding: 0 !important;

    & > *:not(:first-child) {
      padding: 0 var(--mar-40);
    }

    & > *:last-child {
      padding-bottom: var(--mar-40) !important;
    }
  }
}

.bg_1 {
  background: #ffffff;
  padding: var(--mar-80) 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--brad_1);
  overflow: hidden;

  @media (min-width: 1280px) {
    max-width: 1856px !important;
  }

  & * {
    color: black;
  }

  &:has(+ .bg_2) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
  }

  & + .bg_2 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
  }
}

.bg_2 {
  background: #ee502c;
  padding: var(--mar-80) 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--brad_1);
  overflow: hidden;

  @media (min-width: 1280px) {
    max-width: 1856px !important;
  }

  & * {
    color: black;
  }

  & .feature_card {
    background-color: #ee502c;
    border: 1px solid #85caff;
  }

  &:has(+ .bg_1) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
  }
}

.marginBottom {
  margin-bottom: var(--mar-140) !important;
}

.promo {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-left: auto;
  margin-right: auto;

  background-image: url(/assets/promo_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;

  @media (min-width: 1280px) {
    max-width: 1856px !important;
  }

  @media (max-width: 768px) {
    flex-direction: column;
  }

  & > div:first-child {
    padding: 120px 0 140px;

    @media (max-width: 768px) {
      padding: 30px 0 0;
    }

    & * {
      color: white;
      max-width: 590px;
    }

    & h2 {
      font-size: 64px;

      @media (max-width: 768px) {
        font-size: 46px;
      }
    }
  }

  & > div:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;

    @media (max-width: 768px) {
      position: relative;
      width: 150%;
      transform: translateX(16%);
    }
  }
}

.big_bg {
  margin-top: calc(-1 * var(--mar-140)) !important;
  margin-bottom: 0;
  padding: 70px 0 380px;

  & .bg {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    @media (max-width: 768px) {
      height: 40%;
      top: unset;
      bottom: 0;
    }
  }

  @media (max-width: 768px) {
    padding: 52px 0 235px;
  }
}

.accent_block {
  background: var(--gradient);
  padding: var(--mar-64) var(--mar-36);
  border-radius: var(--brad_1);
  overflow: hidden;
  border: 1px solid #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;

  & p {
    margin-bottom: 0 !important;
  }

  &.second {
    padding: 160px 40px 40px;

    @media (max-width: 768px) {
      padding: 40px 40px 40px;
    }

    & > * {
      margin-bottom: 0;
    }

    & a:has(svg) {
      max-width: 44px;
    }
  }

  ul {
    margin-bottom: 0 !important;

    & li:not(:last-child) p {
      margin-bottom: 8px !important;
    }
  }
}

.gradient_wImage {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(to right, #00664300 0%, #063e2b 100%);

  @media (min-width: 768px) {
    padding: 100px;
  }

  & div:has(> img) {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    mask-image: linear-gradient(to right, black 60%, transparent 100%);

    @media (max-width: 768px) {
      mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
      position: relative;
      width: 100%;
    }
  }

  & div:last-child {
    @media (min-width: 768px) {
      max-width: 50%;
      justify-self: right;
      padding: 100px;
    }

    padding: 24px;
  }

  @media (max-width: 768px) {
    /* padding: 0 24px; */
    background: linear-gradient(to bottom, #00664300 0%, #063e2b 100%);
  }
}

.gray_wrapper {
  padding: var(--mar-64) 0;
  background-color: #141414;
  background-image: url(/assets/reviews_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* margin-bottom: 0 !important; */
  /* &.second {
        padding: 32px 44px;
        border-radius: var(--brad_1);
        @media (max-width: 768px) {
            padding: 24px;
        }
        &:has(+ *) {
            margin-bottom: var(--mar-44);
        }
    }
    &:last-of-type {
        margin-bottom: 0 !important;
    } */
}

.why_cards {
  & div:has(> svg) {
    max-width: 40px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  & h3 {
    font-size: 20px;
  }

  @media (max-width: 768px) {
    & > * {
      flex: 1 1 35%;
    }
  }
}

.title_w_svg {
  & > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;

    & > div {
      max-width: 80px;
      max-height: 80px;
      min-width: 80px;
      min-height: 80px;
    }

    & h3 {
      font-size: var(--fz24);
      font-weight: 600;
      margin-bottom: 0;
    }
  }
}

/*  */
/*  */
/*  */
/*  */
.flex_3 {
  & .flex_collumn {
    & p {
      color: white !important;
    }
  }
}

.case {
  & .embla__container {
    gap: 16px !important;
  }

  & .embla_slide {
    flex: 0 0 30%;

    background-color: white;
    padding: 32px;
    border-radius: var(--brad_1);
    border: 1px solid #b3e1ff;

    & p {
      margin-bottom: 20px;
    }

    & .feature_card {
      margin-bottom: 44px;
    }

    @media (max-width: 768px) {
      flex: 0 0 85%;
    }
  }
}

.price_chips {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px;
  background-color: #0f0f0f;
  border: 1px solid #313131;
  border-radius: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 50px;

  & > div {
    padding: 10px 16px;
    border-radius: 100px;

    & > p {
      font-size: 16px;
      font-weight: 500;
    }

    &:last-child {
      font-size: 12px;
      background-color: #031133;
      padding: 4px 8px;

      & p {
        color: #85caff;
      }
    }

    &:first-child {
      color: #ffffff !important;
      background-color: #404040;

      & p {
        color: white !important;
      }
    }
  }
}

.reviews_container.second {
  @media (min-width: 1024px) {
    & .embla__container {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap !important;
    }
  }
}

.resources {
  &.second {
    & .embla__slide {
      @media (min-width: 768px) {
        flex: 0 0 32.5% !important;
      }
    }
  }

  & .embla__container {
    gap: 16px !important;
  }

  & .embla__slide {
    padding: 24px;
    border-radius: 16px;
    background-color: #0f0f0f;
    border: 1px solid #313131;

    flex: 0 0 23.6% !important;

    & .resources_date {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px !important;

      & > div {
        border-radius: 8px;
        padding: 8px 12px;
        background-color: #191919;
        border: 1px solid #313131;

        & p {
          font-size: 14px;
        }
      }

      & > p {
        font-size: 14px;
      }
    }

    & h3 {
      font-size: 20px;
    }

    & > div {
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      flex: 0 0 83.6% !important;
    }

    &:not(.resources_date p) p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }

    & a {
      /* color: var(--accent1); */
      color: white !important;
      gap: 8px;
    }
  }
}

.reviews {
  & .embla__container {
  }

  & .embla_slide {
    padding: 32px;
    background-color: #ee502c;
    border: 1px solid #b3e1ff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;

    & h3 {
      font-weight: 500;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      flex: 0 0 100%;
    }

    & p:last-of-type {
      margin-bottom: 16px;
    }

    & a {
      color: #0c87dd;
      font-weight: 500;
    }

    & > div {
      margin-bottom: 16px;
      gap: 16px;
      align-items: center;

      @media (max-width: 768px) {
        flex-direction: row !important;
      }

      & p:first-child {
        font-size: 16px;
        /* color: white !important; */
        margin-bottom: 4px;
        font-weight: 500;
      }

      & div:first-child {
        max-width: 44px;
        max-height: 44px;
        min-width: 44px;
        min-height: 44px;
        height: 100%;
        border-radius: 100px;
        background-color: #b3e1ff !important;

        display: flex;
        align-items: center;
        justify-content: center;

        & img {
          width: 95%;
          height: 95%;
        }

        & p {
          display: inline-block;
          width: 1ch;
          overflow: hidden;
          white-space: nowrap;
        }
      }

      & .stars {
        margin-bottom: 0 !important;

        & li {
          height: 13px;
          width: 13px;
          background-color: #00b67a;
          display: flex;
          align-items: center;
          justify-content: center;

          & p {
            color: white !important;
            line-height: 9px;
            font-size: 10px;
            transform: translateX(-3%);
          }
        }
      }
    }
  }

  @media (min-width: 1280px) {
    & .embla__container {
      display: block !important;
      columns: 3;
      column-gap: 24px;
    }

    & .embla_slide {
      display: inline-block;
      break-inside: avoid;
      margin: 0 0 24px;
    }
  }
}

.methods {
  align-items: stretch;
  gap: 8px;

  & > div {
    border-radius: 16px;
    background-color: #fdf4f2;
    border: 1px solid #facac0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 768px) {
      flex: 1 1 47.5%;
    }

    &:first-child {
      & img {
        height: 50%;
      }
    }

    & img {
      height: 60%;
      width: auto;
      display: block !important;
      object-fit: contain !important;
    }
  }
}

.banner {
  /* background-color: #f2f9ff; */
  border-radius: 16px;
  margin-bottom: 8px;

  @media (max-width: 768px) {
    gap: 0px !important;
  }

  & > div:first-child {
    /* padding: 45px 0 45px 45px; */

    @media (max-width: 768px) {
      padding: 24px 24px 0 24px;
    }
  }

  & .titleFlex {
    align-items: center !important;

    & h2 {
      margin-bottom: 0 !important;
    }

    & div:has(> svg) {
      margin-bottom: 0 !important;
      max-width: 80px;
    }
  }

  & ul {
    & li {
      margin-bottom: 8px !important;
    }
  }

  & div:has(> img) {
    max-height: 416px;
    height: 100%;
    justify-self: end;
    place-content: end;

    @media (max-width: 768px) {
      justify-self: center;
      place-content: center;
    }

    & img {
      width: unset !important;
      height: unset !important;
      object-position: right;

      &:last-child {
        display: none;
      }

      @media (max-width: 768px) {
        &:last-child {
          display: inherit;
        }

        &:first-child {
          display: none;
        }
      }
    }
  }
}

/*  */
/*  */
/*  */
/*  */
.aside__container_mobileButton {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  background-color: var(--accent1);
  padding: 6px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;

  @media (min-width: 768px) {
    display: none;
  }

  & > svg {
    width: 36px;
    stroke: white !important;
    fill: white !important;
  }
}

.aside {
  z-index: 100;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;

  & aside {
    max-width: 308px;
    min-width: 308px;

    & .aside_inner {
      width: 100%;
    }

    @media (max-width: 768px) {
      z-index: 10;
      position: fixed;
      background-color: white !important;
      top: 50%;
      left: 100%;
      transform: translateX(0%) translateY(-50%);
      max-height: 100vh;

      transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);

      & .aside_inner {
        max-height: 100vh;
        overflow: hidden;
        overflow-y: scroll;
      }

      &.open {
        transform: translateX(-100%) translateY(-50%);
      }
    }
  }

  & > div > section {
    margin-bottom: var(--mar-60);
  }
}

.slot_filter__container {
  & > div:not(:first-child) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    align-items: stretch;
    gap: 16px;

    @media (max-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 425px) {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}

.slot_card {
  padding: 28px;
  border-radius: 16px;
  background-color: #ffffff;
  /* border: 1px solid #262626; */
  box-shadow: 0px 4px 20px 0px #0f0f0f1f;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  justify-content: start;
  /* margin-bottom: 40px; */
  flex-wrap: wrap;

  &:not(:last-child) {
    /* margin-bottom: 16px; */
  }

  & > * {
    /* flex: 1 1 20%; */
  }

  & .slot_card_firts {
    /* max-width: 360px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;

    &::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e0e0e0;
    }

    & > div:last-child {
      gap: 4px !important;
      flex-direction: column !important;
    }

    & > div:first-child {
      background-color: #262626;
      height: 100px;
      width: 100%;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;

      padding: 26px 35px;

      & img {
        object-fit: contain;
      }
    }

    @media (max-width: 446px) {
      width: 100%;

      & > div:first-child {
        border-radius: 16px;
        overflow: hidden;
        aspect-ratio: 2/1;
        width: 100%;
        /* width: 50%; */
      }

      & > div:last-child {
        /* width: 50%; */
      }
    }

    & .slot_card__rating {
      /* margin-bottom: 8px; */
      width: max-content;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 2px 12px;
      border-radius: 100px;
      background-color: #ee502c;

      & * {
        color: white !important;
      }
    }

    & h3 {
      margin-bottom: 2px;
    }

    & p {
      &:not(:last-child) {
        color: white !important;
        font-weight: 500;
      }

      color: #7b7b7b !important;
      margin-bottom: 0 !important;
    }

    & .stars {
      & li {
        margin-bottom: 0 !important;
      }
    }

    & .stars p {
      color: #ffc005 !important;
    }
  }

  & ul {
    max-width: 214px;
    margin-bottom: 0 !important;

    & li {
      margin-bottom: 8px !important;

      & p {
        margin-bottom: 0 !important;
      }

      &:last-child {
        margin-bottom: 0 !important;
      }
    }

    & p {
      color: #050505 !important;
      /* color: #050505 !important; */
    }
  }

  & div:last-child {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px !important;

    /* max-width: 240px; */
    & .btn_accent2 {
      background-color: #fb3034 !important;
      border: none !important;
    }

    & .btn_accent3 {
      border: 1px solid #fb3034 !important;
      color: #fb3034 !important;
    }

    & a {
      width: 100%;
      margin-bottom: 0 !important;

      &:not(:last-child) {
        margin-bottom: 8px;
      }
    }

    @media (max-width: 446px) {
      width: 100%;
    }
  }

  & .slot_card_descr {
    color: white !important;
    font-weight: 500 !important;
  }

  &.aside {
    padding: 24px;
    gap: 20px;

    & .slot_aside_list {
      margin-top: -12px !important;
      width: 100%;
      max-width: unset;

      & li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        & p {
          font-size: 16px;
        }

        & > p {
          font-weight: 600;
        }

        & > div {
          display: flex;
          gap: 8px;
          align-items: center;
          flex-direction: row;

          & > div {
            max-width: 24px;
          }
        }
      }
    }

    & div:last-child {
      width: 100%;
      max-width: unset;

      & a:first-child {
        /* margin-bottom: 12px !important; */
      }
    }

    & .slot_card_firts {
      gap: 16px;

      &::after {
        content: none;
      }

      @media (min-width: 768px) {
        flex-direction: row;
      }

      & h3 {
        font-size: 16px;
      }
    }

    & .btn_accent2 {
      border: dashed 1px #a350ff !important;
      color: #7032a3 !important;
      background-color: transparent;
      padding: 15px !important;

      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    & > * {
      flex: unset;
    }
  }

  @media (max-width: 1280px) {
    & .slot_card_firts,
    & ul,
    & div:last-child {
      flex: unset;
      max-width: unset;
    }
  }
}

.top_casino {
  /* background-color: #1B0D29; */
  box-shadow: 0px 8px 30px 0px #34022c22;
  padding: 24px;
  border-radius: 16px;

  & h3 {
    margin-bottom: 16px;
  }

  & .top_casino_card {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;

    &:not(:last-child) {
      margin-bottom: 12px;
    }

    & p {
      color: #050505;
      font-weight: 500;
      font-size: 14px !important;
    }

    & a {
      border-radius: 100px;
      background-color: #faefff;
      color: #7032a3 !important;
      margin-left: auto;
      justify-self: end;
      padding: 7px 12px;
      font-size: 12px !important;
    }
  }
}

.steps {
  align-items: stretch !important;
  gap: 16px !important;

  & > div {
    & div {
      max-width: 44px;
      margin-bottom: 20px;
    }

    & p {
      /* color: #FFFFFF99 !important; */
      font-size: 16px;
      margin-bottom: 12px;
      font-weight: 500;
    }
  }
}

.appDownload {
  flex-direction: row !important;
  justify-content: start;
  gap: 8px !important;

  & a {
    max-width: 120px;
  }
}

.telephone {
  margin-bottom: 0 !important;
  gap: 12px !important;

  & div:has(> svg) {
    max-width: 32px;
  }

  & p {
    font-size: 16px;
    font-weight: 500;
    color: white;
  }
}

.slot_filter__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 32px;

  @media (max-width: 925px) {
    justify-content: start;
  }

  @media (max-width: 1280px) {
    padding-bottom: 12px;
    max-width: 94vw;

    &::-webkit-scrollbar-track {
      background: #01205340;
    }
  }

  & > button {
    min-width: max-content;
    padding: 12px 28px;
    border-radius: 100px;
    border: 1px solid #facac0;
    background-color: #fdf4f2;
    color: #f59680 !important;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    font-weight: 500;

    &:hover,
    &.active {
      background-color: #fcdcd5;
      color: #e95b3a !important;
      border: 1px solid #fcdcd5;
    }
  }
}

.casinos_collumn {
  margin-top: var(--mar-40);

  & div:has(> img) {
    aspect-ratio: 2/1;
  }

  & a {
    /* background-color: #EE502C !important; */
    background-color: transparent !important;
    color: #fb3034 !important;
    /* background-color: #00330a; */
  }

  & > div {
    align-items: stretch;

    & h3 {
      font-weight: 500;
      font-size: var(--fz28);
    }

    &:not(:last-child) {
      margin-bottom: var(--mar-40);
    }

    & > div:first-child {
      display: flex;
      flex-direction: column;

      & a {
        margin-top: auto;
      }
    }

    &:nth-child(even) {
      flex-direction: row-reverse;
    }

    @media (max-width: 768px) {
      &:nth-child(odd) {
        flex-direction: column-reverse !important;
      }

      &:nth-child(even) {
        flex-direction: column-reverse !important;
      }
    }
  }
}

.slot_seeMore {
  background: linear-gradient(to right, #fec400 0%, #fb3034 100%);
}

.home.second {
  border-radius: 16px;
  overflow: hidden;
  padding: 60px 80px;

  /* width: 100% !important; */
  & .home_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    & img {
      object-fit: cover;
    }
  }

  @media (max-width: 768px) {
    padding-top: 0 !important;
    /* margin-bottom: 0 !important; */
    padding: 24px !important;
  }

  & .btn_accent1 {
    background: white !important;

    & span {
      background: linear-gradient(to right, #ee502c 0%, #ee502c 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    & > div {
      width: 24px;
      height: 24px;
      background: linear-gradient(90deg, #ee502c 0%, #ee502c 100%);
      -webkit-mask: url("/assets/gift.svg") no-repeat center / contain;
      mask: url("/assets/gift.svg") no-repeat center / contain;
    }

    & > div svg {
      display: none;
    }
  }

  & .btn_accent2 {
    border: 2px dashed white;
    color: white !important;

    &:hover {
      background-color: transparent !important;
    }
  }

  & .home_content {
    & > p {
      font-size: var(--fz32) !important;
      font-weight: 400 !important;
      color: white !important;

      & strong {
        font-weight: 400 !important;
        color: var(--accent1);
      }
    }

    & h2 {
      color: white !important;
      font-size: 60px;

      @media (max-width: 768px) {
        font-size: 36px;
      }
    }
  }

  .btn_accent3 span,
  .btn_accent2 span,
  .btn_accent1 span {
    max-width: unset !important;
  }
}

.bonus_card {
  margin-bottom: var(--mar-40);
  justify-content: start;
  gap: 56px;
  flex-direction: row !important;

  & * {
    color: white !important;
  }

  & .stars {
    & p {
      color: #ffee05 !important;
    }
  }

  & > * {
    flex: unset !important;
  }

  & > div {
    padding: 0 !important;

    &:first-child {
      & > div {
        margin-bottom: 16px;
        max-width: 70px;
      }
    }
  }

  & .bonus_card__main {
    flex: unset !important;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      right: -28%;
      transform: translateX(50%);
      width: 1px;
      height: 100%;
      background-color: #ff9173;

      @media (max-width: 768px) {
        right: -14%;
      }
    }
  }

  & .slot_aside_list {
    flex: unset !important;

    & li {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 6px;
    }
  }
}

/*  */
/*  */
/*  */
/*  */
.table {
  overflow-x: auto;
  width: 100%;

  @media (max-width: 768px) {
    width: 100vw;
  }

  & table {
    min-width: 468px;
  }
}

table {
  width: 100%;
  border: 1px solid #facac0;
  border-radius: var(--brad_1);
  border-spacing: 0;
  background-color: #ffffff;
  overflow: hidden;

  @media (min-width: 768px) {
    & p {
      min-width: max-content;
    }
  }

  & th,
  td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;

    &:not(:first-child) {
      text-align: center;
    }

    &:last-child {
      padding-right: 13px;
    }

    @media (max-width: 768px) {
      padding: 12px;
    }
  }

  & th {
    /* background-color: ; */

    & p {
      color: white;
    }
  }

  & thead {
    & tr {
      background: linear-gradient(to right, #fec400 0%, #fb3034 100%);
    }

    & th {
      & * {
        font-weight: 500 !important;
        color: white !important;
      }
    }

    & th:last-child {
      width: 10% !important;

      & p {
        display: unset;
      }
    }
  }

  & tbody tr {
    & td p {
      color: black;
      font-weight: 500;
    }

    &:nth-child(even) {
      background-color: #fdf4f2;
    }

    & td:last-child {
      width: 30% !important;

      & p {
        display: unset;
      }
    }
  }

  @media (max-width: 425px) {
    & p {
      font-size: 12px;
    }
  }
}

.compareTable {
  margin-bottom: var(--mar-60);
  overflow: visible !important;
  border: 1px solid #191919;
  background-color: #050505;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;

  & th {
    background-color: #0f0f0f !important;

    & p {
      font-weight: 500;
      color: #7b7b7b !important;
    }

    & h3 {
      font-size: 24px;
      color: var(--accent2) !important;
    }

    & * {
      text-align: center;
      font-weight: 500 !important;
    }

    &:nth-child(2) {
      z-index: 5;
      padding: 0 !important;
      min-width: 40px;
      width: 40px !important;

      & svg {
        max-width: 40px !important;
      }

      &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 158%;
        height: 125%;
        background-color: #131313;
        border-radius: 4px;
      }
    }

    &:not(:nth-child(2)) {
      width: 50%;
    }
  }

  & tbody tr {
    & td {
      &:nth-child(2) {
        padding: 0 !important;
        width: 40px !important;

        & svg {
          max-width: 40px !important;
        }
      }

      & p {
        text-align: center !important;
        color: #7b7b7b !important;
        font-weight: 500 !important;

        &:first-child {
          font-size: 18px !important;
          margin-bottom: 2px !important;
          color: white !important;
        }
      }
    }

    &:nth-child(even) {
      background-color: #050505;
    }
  }
}

/*  */
/*  */
/*  */
/*  */
@media (max-width: 1024px) {
  .gray_bg,
  .yellow_bg,
  .white_bg {
    padding: 24px;
  }

  .gradient_bg1 {
    padding-bottom: 50px;
  }
}

@media (max-width: 993px) {
  .gradient_wrapper_2_mobile {
    /* background: linear-gradient(16deg, transparent 50%, #fe033952 100%); */
    padding: 0 0 var(--mar-80) 0;

    &::after {
      content: "";
      position: absolute;
      /* z-index: 2; */
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(199deg, transparent 70%, #fe033952 100%);
    }
  }
}

@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    align-items: center;
  }

  .flex_3_1,
  .flex_1_3 {
    flex-direction: column;
    gap: 24px;
  }

  .mobile_flex_coll_reverse {
    flex-direction: column-reverse !important;
  }

  .gradient_bg1 {
    padding-top: 48px;
  }

  .flex_3 > * {
    flex: 1 1 48.5%;
  }

  .flex_2 {
    flex-direction: column;
    gap: 24px;
  }

  .gradient_bg1::after {
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.65;
  }

  .title_w_svg {
    flex-direction: column;
    align-items: center;
  }

  .author {
    flex-direction: row;

    & p:first-child {
    }

    & > div:first-child {
      min-width: 120px;
    }
  }

  .reviews {
    & .embla__slide {
      flex: 0 0 100% !important;
      /* flex: 0 0 83% !important; */
      padding: 20px;
      flex-direction: column;

      & > * {
        flex: unset;
      }
    }
  }

  .categories_container {
    flex-direction: row;

    & > * {
      width: max-content !important;
    }
  }
}

.textPage {
  padding: var(--mar-80) 0;
}

.change_image {
  width: 100%;

  & > img {
    &:last-child {
      display: none;
    }

    @media (max-width: 768px) {
      &:first-child {
        display: none;
      }

      &:last-child {
        display: block;
      }
    }
  }
}

.rounds {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
  gap: 38px;

  &.white {
    & > div {
      &:nth-child(2) {
        background-image: url(/assets/round_white.svg) !important;
      }

      &:not(:nth-child(2)) {
        background-color: #ee502c;
        border: 1px solid #ccebff;

        & > p {
          color: #37a7e8 !important;
        }
      }
    }
  }

  & > div {
    border-radius: 1000px;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    isolation: isolate;
    flex-direction: column;
    gap: 2px;

    & p {
      font-size: 20px;
      color: white !important;
      font-weight: 500;
    }

    &:nth-child(2) {
      background-image: url(/assets/round.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 105% 105%;
      width: 200px;
      height: 200px;
    }

    &:not(:nth-child(2)) {
      background-color: #0f0f0f;
    }

    &:nth-child(1),
    &:nth-child(2) {
      &::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) translateX(28px);
        background-image: url(/assets/arrowRounds.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 19px;
        height: 8px;
      }
    }

    &:nth-child(3),
    &:nth-child(1) {
      &::before {
        z-index: -20 !important;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 110%;
        height: 110%;
        border-radius: 1000px;
        padding: 2px;

        background: linear-gradient(10deg, #37a7e8 0%, transparent 55%);
        -webkit-mask:
          linear-gradient(#000 0 0) content-box,
          linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
      }
    }

    &:nth-child(3) {
      &::before {
        right: unset !important;
        top: unset !important;
        bottom: 0 !important;
        left: 0 !important;
        background: linear-gradient(230deg, #37a7e8 0%, transparent 78%);
      }
    }
  }
}

.cardsSvg {
  & > div {
    & > div:has(> svg) {
      max-width: 40px;
      margin-bottom: 16px;
      margin-left: auto;
      margin-right: auto;
    }

    & h3 {
      @media (min-width: 768px) {
        font-size: 20px;
      }
    }
  }
}

.map-shell {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100vh;
}

#map {
  width: 100%;
  height: 100%;
}

.map-overlay {
  position: absolute;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.16);
}

.map-overlay__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font:
    500 14px/1.2 Arial,
    sans-serif;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

/* Desktop: show overlay only while hovering inactive map */
.map-shell.is-idle:hover .map-overlay {
  opacity: 1;
}

/* Mobile: keep helper visible because single-finger scroll should stay page-first */
.map-shell.is-touch .map-overlay {
  opacity: 1;
}

/* When active on desktop, overlay fully disappears */
.map-shell.is-active .map-overlay {
  opacity: 0;
}

/* Keep Leaflet popup above overlay */
.leaflet-popup {
  z-index: 700;
}
