@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

.body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  --text-color-white: #ffffff;
  --text-color-black: #000000;
  --bg-dark: #1a1a1e;
  color: var(--text-color-white);
  background: var(--bg-dark);
}

.preloader {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    77% 122% at 50% -17%,
    #302f3b 8%,
    #17161c 32%,
    #0a0a12 70%,
    #05050af0 100%
  );
}

.preloader:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    77% 122% at 50% -17%,
    #302f3b 8%,
    #17161c 32%,
    #0a0a12 70%,
    #05050af0 100%
  );
}

.preloader svg {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 200px;
  color: var(--icon-default);
  animation: rotate3D 1.5s linear infinite;

  @media (min-width: 1024px) {
    width: 400px;
    height: 400px;
  }
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s ease-in;
  display: none;
}

@keyframes rotate3D {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.page {
  width: 85%;
  max-width: 1349px;
  margin: 0 auto;
}

.title {
  font-family: 'Inter', 'Arial';
  font-weight: 200;
  font-size: clamp(40px, 4.2vw, 82px);
  line-height: clamp(40px, 3.6vw, 82px);
}

.title b,
.title-h2 b {
  font-weight: 700;
}

.title-h2 {
  font-size: clamp(30px, 2.7vw, 45px);
  line-height: clamp(30px, 3.3vw, 50px);

  font-weight: 700;
}

.title-h3 {
  font-weight: 700;
  font-size: clamp(30px, 2.3vw, 45px);
  line-height: clamp(30px, 2.3vw, 45px);
}

.title-h4 {
  font-weight: 700;
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: clamp(20px, 1.5vw, 30px);
}

.circle-block__icon,
.social-box__icon {
  fill: #ffffff;
}

.mob {
  display: none;
}

.text-color-pink {
  color: #d437c1;
}

.box-image {
  position: relative;
  right: 40px;
}

.box-image__img {
  width: 115%;
}

.logo {
  display: flex;
  align-items: center;
  width: clamp(198px, 15vw, 291px);
}

.custom-select {
  width: fit-content;
  position: relative;
  font-size: 14px;
  color: #9f9cbe;
  cursor: pointer;
  user-select: none;
}

.lang__label {
  display: none;
}

.lang__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 8px 12px;
  gap: 6px;
  position: relative;
}

.lang__list {
  position: absolute;
  top: calc(100% + 8px);
  left: auto;
  right: 0;
  border-radius: clamp(20px, 1.5vw, 25px);
  background: #1a1a1e;
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 999;
  width: 200px;
  box-shadow:
    0 10px 30px rgba(20, 10, 40, 0.55),
    0 4px 10px rgba(0, 0, 0, 0.2);
}

.lang__list::before {
  content: '';
  position: absolute;
  inset: 0px;
  padding: 1px;
  border-radius: clamp(20px, 1.5vw, 25px);
  background: linear-gradient(
    263.05deg,
    rgba(255, 123, 231, 0.56) 1%,
    rgba(195, 0, 131, 0.56) 103%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.lang__current > .lang__flag {
  width: 26px;
  height: 26px;
}

.lang__list li {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: clamp(10px, 0.7vw, 15px);
  transition: background 0.3s;
}

.lang__list li > img,
svg {
  width: 24px;
  height: 24px;
}

.lang__list li:hover {
  background: #4b223a85;
}

.social-box {
  position: fixed;
  z-index: 10;
  right: -1px;
  top: 50%;
  display: grid;
  gap: clamp(8px, 0.6vw, 12px);
}

.social-box__link {
  padding: clamp(12px, 0.9vw, 18px) clamp(12px, 0.9vw, 18px)
    clamp(12px, 0.9vw, 18px) clamp(16px, 0.9vw, 18px);
  border-radius: 20px 0 0 20px;
  min-height: clamp(64px, 6vw, 121px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
    linear-gradient(180deg, rgba(54, 35, 41, 0.01), rgba(206, 9, 255, 0.01));

  backdrop-filter: blur(15px);
  box-shadow: 4px -2px 40px rgba(0, 0, 0, 0.34);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.social-box__link::before {
  content: '';
  position: absolute;
  inset: 0;

  border-radius: 20px 0 0 20px;
  padding: 1px;

  background: linear-gradient(
    263.05deg,
    rgba(255, 123, 231, 0.56) 1%,
    rgba(195, 0, 131, 0.56) 103%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.social-box__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 16px;
}

.social-box__icon-wrap--pink {
  background: linear-gradient(180deg, #f20099 0%, #db03c1 100%);
}

.social-box__icon-wrap--blue {
  background: #02a1e2;
}

@media screen and (max-width: 678px) {
  .social-box span {
    display: none;
  }
}

@media (hover: hover) {
  .social-box__link:hover,
  .social-box__link:hover {
    box-shadow:
      0 0 15px rgba(139, 84, 253, 0.6),
      0 0 25px rgba(219, 53, 189, 0.4);
  }
}

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(11px, 1vw, 19px);
  column-gap: clamp(7px, 0.6vw, 13px);
  margin-bottom: clamp(0px, 3.4375vw, 66px);
}

.advantages__item {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: clamp(17px, 1.5vw, 30px);
  line-height: clamp(14px, 1.7vw, 44px);

  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #db35bd;
  white-space: nowrap;

  border-radius: clamp(16px, 1.4vw, 27px);
  padding: clamp(10px, 1vw, 19px);
  min-height: clamp(46px, 4.2vw, 82px);
  background: linear-gradient(
    180deg,
    rgba(54, 35, 41, 0.1) 0%,
    rgba(206, 9, 255, 0.1) 100%
  );
}

@media screen and (max-width: 678px) {
  .advantages__item {
    border: 1px solid #db35bd;
  }
}

.list {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list__item {
  position: relative;
}

.list__item--dot {
  display: flex;
  width: clamp(4px, 0.4vw, 7px);
  height: clamp(4px, 0.4vw, 7px);
  border-radius: 50%;
  background-color: #8c54fd;
}

.section-img {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 15px;
  margin-bottom: clamp(60px, 3.5vw, 69px);
}

.circle-block {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(54, 35, 41, 0.01) 0%,
    rgba(206, 9, 255, 0.01) 100%
  );
  border: 0.7px solid rgba(238, 173, 226, 0.4);
  box-shadow: 3px -2px 7px 0px rgba(0, 0, 0, 0.34);
  margin: auto;
}

.gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--gradient-border-radius);
  padding: 1px;
  background: linear-gradient(
    45deg,
    rgba(219, 53, 189, 0.3),
    rgba(140, 84, 253, 0.3)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(96deg, #f9d820 6%, #ed01b4 79%);

  background-size: 100% 100%;
  padding: clamp(18px, 1.4vw, 28px) 53px;
  border-radius: 20px;
  font-size: clamp(20px, 1.1vw, 22px);

  font-weight: 700;
  color: var(--text-color-white);
  cursor: pointer;
  position: relative;
  z-index: 1;

  transition:
    transform 0.3s ease,
    background-position 1s ease,
    0.2s linear;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;

  border-radius: inherit;
  padding: 3px;

  background: linear-gradient(96deg, #ffea73 23%, #ac078b 83%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

@media (hover: hover) {
  .btn:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow:
      0 0 15px rgba(139, 84, 253, 0.6),
      0 0 25px rgba(219, 53, 189, 0.4);
  }
}

.btn-box {
  position: relative;
}

.btn-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.btn--outline-gradient {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.btn--outline-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(
    91deg,
    rgba(219, 51, 188, 0.5019607843) 0.53%,
    rgba(140, 83, 253, 0.5019607843) 88%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  z-index: -1;
}

@media screen and (max-width: 678px) {
  .btn-container {
    flex-direction: column;
  }
  .btn-box {
    width: 100%;
    margin: 0;
  }
  .btn--outline-gradient {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.shadow {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.shadow::after {
  content: '';
  position: absolute;
  inset: -1px;
  transform: translate(1px, 1px);
  background: linear-gradient(
    91deg,
    rgba(219, 53, 189, 0.3) 0.53%,
    rgba(140, 84, 253, 0.3) 88%
  );
  filter: blur(10px);
}

.entry {
  align-items: flex-end;
}

.entry__info {
  margin-bottom: 20%;
}

.entry__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1183px) {
  .entry__info {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1022px) {
  .entry {
    padding-top: 27px;
  }

  .entry__info {
    margin-bottom: 0;
  }

  .entry__box-img-mob {
    right: 0;
  }

  .entry__img-mob {
    width: 100%;
    height: 100%;
  }

  .entry__text-box {
    width: 100%;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }

  .entry__description {
    margin: auto;
  }
}

@media screen and (max-width: 878px) {
  .entry__text-box {
    max-width: 87%;
  }

  .entry__box-img-mob {
    margin-bottom: 20px;
  }
}

.footer {
  position: relative;
  bottom: -3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(30px, 2vw, 40px) clamp(30px, 2.3vw, 45px);
  border-radius: clamp(57px, 2.3vw, 46px) clamp(57px, 2.3vw, 46px) 0 0;
  box-shadow: 3px -2px 41px 0px rgba(0, 0, 0, 0.34);
  --gradient-border-radius: clamp(57px, 2.3vw, 46px) clamp(57px, 2.3vw, 46px) 0
    0;
}

.footer__circle-block {
  width: clamp(50px, 3.3vw, 64px);
  height: clamp(50px, 3.1vw, 61px);
  transition: all 0.2s linear;
}

.footer__icon {
  width: clamp(20px, 1.5vw, 30px);
  height: clamp(20px, 1.5vw, 30px);
}

.footer__box {
  display: flex;
  gap: 20px;
}

.footer__download-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer__download-box-text,
.footer__link {
  font-weight: 700;
}

.footer__link {
  text-underline-offset: 5px;
}

@media (hover: hover) {
  .footer__link:hover {
    cursor: pointer;
  }
  .footer__link:hover .footer__circle-block {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(139, 84, 253, 0.4);
  }
}

.footer__info {
  display: flex;
  align-items: center;
  gap: clamp(25px, 2.3vw, 45px);
}

.footer.gradient-border::before {
  padding-bottom: 0;
}

@media screen and (max-width: 878px) {
  .footer {
    flex-direction: column;
    gap: 20px;
  }
  .footer__download-box {
    order: 1;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .footer__info {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-box {
  position: relative;
  top: -1px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  box-shadow: 3px -2px 41px 0px rgba(0, 0, 0, 0.34);
  border-radius: 0 0 36px 36px;
  --gradient-border-radius: 0 0 36px 36px;
  width: clamp(289px, 19.7vw, 380px);
  height: clamp(70px, 5.4vw, 105px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .header {
    height: clamp(70px, 5.4vw, 105px);
    justify-content: flex-end;
  }

  .header-logo-box {
    position: absolute;
    left: -3%;
    border-radius: 0 0 36px 0;
  }

  .custom-select {
    position: absolute;
    right: 3%;
  }
}

.header-logo-box::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;

  background: linear-gradient(
    263.05deg,
    rgba(255, 123, 231, 0.56) 0.02%,
    rgba(195, 0, 131, 0.56) 103.63%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  z-index: -1;
}

.partners {
  background-image: url(/uploads/circles.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: clamp(30px, 8.3vw, 160px) 0;
  margin: clamp(10px, 1vw, 20px) 0;
}

.partners__title {
  text-align: center;
  width: 100%;
  max-width: 80%;
  font-weight: 200;
  margin: 0 auto clamp(48px, 4.8vw, 93px);
}

.partners-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.8vw, 35px);
}

.partnersslider-box {
  position: relative;
}

.partners-cards__card {
  position: relative;
  overflow: hidden;
  padding: 20px clamp(15px, 1.2vw, 30px) 20px clamp(15px, 2.7vw, 47px);
  border-radius: clamp(40px, 3.1vw, 60px);
  min-height: clamp(344px, 27.2vw, 524px);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  --gradient-border-radius: clamp(40px, 3.1vw, 60px);
}

.partners-cards__card::after {
  content: '';
  position: absolute;
  inset: clamp(0px, -1vw, -20px);
  width: 100%;
  height: 100%;
  background-image:
    url('/uploads/card-bg.png'), url('/uploads/card-bg-shadow.png');

  background-repeat: no-repeat, no-repeat;

  background-size: 40%, 70%;
  z-index: -1;
}

.partners-cards__box-img {
  position: relative;
  top: -5%;
  left: -5%;
  margin: 0 0 clamp(30px, 2.5vw, 48px);
  width: clamp(60px, 4.7vw, 92px);
  height: clamp(58px, 4.5vw, 88px);
}

.partners-cards__icon {
  width: clamp(34px, 2.7vw, 52px);
  height: clamp(34px, 2.7vw, 52px);
}

.partners-cards__title {
  margin-bottom: clamp(30px, 2.3vw, 45px);
}

.partners-cards__suptitle {
  margin-bottom: clamp(23px, 1.7vw, 34px);
}

@media screen and (max-width: 1366px) {
  .partners-cards__card::after {
    background-size: 43%, 70%;
  }
}

@media screen and (max-width: 1022px) {
  .partners-cards__card::after {
    background-size: 35%, 50%;
  }

  .partners {
    background-image: none;
  }
  .partners-cards {
    overflow-x: auto;
    padding-bottom: 30px;
    margin-bottom: -30px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .partners-cards__card {
    width: 280px;
  }
  .partners-cards-wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 878px) {
  .partners-cards__box-img {
    left: 0;
  }
  .partners-cards__card::after {
    background-size: 47%, 70%;
  }
  .partners-cards-wrapper {
    position: relative;
    right: 5%;
    width: 120%;
    padding-right: 5%;
  }
}

.step__title {
  display: block;
  margin-bottom: clamp(30px, 3.3vw, 65px);
}

.step__info {
  margin-bottom: 40%;
}

.steps {
  display: grid;
  grid-auto-rows: 1fr;
  gap: clamp(17px, 1.3vw, 25px);
  margin-bottom: clamp(38px, 3.1vw, 60px);
}

.steps__item {
  position: relative;
  min-height: clamp(108px, 10.4vw, 160px);
  border-radius: clamp(27px, 2vw, 40px);
  --gradient-border-radius: clamp(27px, 2vw, 40px);
  display: grid;
  grid-template-columns: 120px 3fr;
  -moz-column-gap: clamp(20px, 1.7vw, 33px);
  column-gap: clamp(20px, 1.7vw, 33px);
  align-items: center;
  background-image: url(/uploads/small-card.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 1px 10px 33px 0 rgba(0, 0, 0, 0.34);
  padding: clamp(17px, 1vw, 20px) clamp(10px, 0.7vw, 15px)
    clamp(10px, 0.7vw, 15px) 0;
}

.steps__title {
  margin-bottom: clamp(15px, 1vw, 20px);
}

.steps__circle-block {
  width: clamp(57px, 4.3vw, 83px);
  height: clamp(54px, 4.1vw, 80px);
}

.steps__icon {
  width: clamp(26px, 2vw, 39px);
  height: clamp(26px, 2vw, 39px);
}

@media screen and (max-width: 1022px) {
  .step__title {
    text-align: center;
  }

  .step__img-mob {
    width: 100%;
    height: 100%;
  }

  .step__box-img-mob {
    right: 0;
    margin-bottom: 20px;
  }

  .step__info {
    margin-bottom: 0;
  }

  .steps__item {
    grid-template-columns: 80px 3fr;
  }
}

.uniqueness {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 649px;
  padding: clamp(20px, 1.5vw, 30px) clamp(23px, 2.4vw, 47px)
    clamp(43px, 1.5vw, 30px) clamp(23px, 2.4vw, 47px);
  border-radius: clamp(45px, 3.1vw, 60px);
  --gradient-border-radius: clamp(45px, 3.1vw, 60px);
}

.uniqueness__info {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(30px, 3.9vw, 76px);
}

.uniqueness::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 105%;
  height: 105%;
  background-image:
    url(/uploads/laptop-only.png), url(/uploads/laptop-bg-blur.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -35px;

  z-index: -1;
}

.uniqueness-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 1.4vw, 28px);
}

.uniqueness-list__item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: clamp(70px, 4.6vw, 90px) 1fr;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: clamp(62px, 4.1vw, 80px);
  padding: 10px 23px 10px 0;
  border-radius: clamp(20px, 1.4vw, 27px);
  background-image: url(/uploads/uniqueness.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  --gradient-border-radius: clamp(20px, 1.4vw, 27px);
}

.uniqueness-list__text {
  font-weight: 700;
}

.uniqueness-list__icon {
  width: clamp(23px, 1.5vw, 30px);
  height: clamp(23px, 1.5vw, 30px);
}

.uniqueness-list__box-img {
  width: clamp(41px, 2.8vw, 55px);
  height: clamp(43px, 2.7vw, 53px);
}

.uniqueness__description {
  font-weight: 700;
  line-height: clamp(19px, 1.5vw, 30px);
  font-size: clamp(19px, 1.5vw, 30px);
  letter-spacing: -4%;
}

.uniqueness__text {
  display: grid;
  gap: clamp(25px, 2vw, 38px);
}

.uniqueness__apk-text {
  position: absolute;
  left: 7%;
  bottom: 7%;
  font-weight: 700;
  font-size: clamp(14px, 0.8vw, 17px);
  line-height: clamp(15px, 1.3vw, 25px);
  height: fit-content;
}

@media screen and (max-width: 1022px) {
  .uniqueness__apk-text {
    text-align: center;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .uniqueness::after {
    background-image:
      url(/uploads/laptop-only.png), url(/uploads/laptop-bg.png);
    background-position:
      0% 5%,
      0% -70%;
    background-size: 113%, contain;
  }
}

@media screen and (max-width: 640px) {
  .uniqueness::after {
    background-image:
      url(/uploads/laptop-only.png), url(/uploads/laptop-bg.png);
    background-position:
      0% 10%,
      0% -30%;
    background-size: 120%, contain;
  }
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
  backdrop-filter: blur(11px);

  box-shadow: 3px -2px 40px 0px #00000057;
}

.swiper-button-prev-custom {
  left: -7%;
  transform: rotate(180deg) translateY(10px);
}

.swiper-button-next-custom {
  right: -7%;
}

.swiper-button-prev-custom::before,
.swiper-button-next-custom::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50%;

  background: linear-gradient(
    263deg,
    rgba(255, 123, 231, 0.56) 1%,
    rgba(195, 0, 131, 0.56) 103%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.swiper-button-next-custom__icon {
  stroke: #aeaeae;
}

@media (hover: hover) {
  .swiper-button-prev-custom:hover,
  .swiper-button-next-custom:hover {
    box-shadow:
      0 0 15px rgba(139, 84, 253, 0.6),
      0 0 25px rgba(219, 53, 189, 0.4);
  }
}

@media screen and (max-width: 640px) {
  .swiper-partners {
    position: relative;
    width: 114%;
  }

  .mySwiper {
    padding-right: 10%;
  }

  .footer__download-box-text {
    display: none;
  }

  .partnersslider-box {
    width: 115%;
  }
}

@media screen and (max-width: 1433px) {
  .uniqueness__info {
    max-width: 35%;
  }
  .uniqueness-list {
    flex-direction: column;
  }
  .uniqueness-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 1022px) {
  .uniqueness {
    flex-direction: column;
    min-height: auto;
    padding-top: 100%;
  }
  .uniqueness__title {
    text-align: center;
  }
  .uniqueness__info {
    max-width: 100%;
  }
}

@media screen and (max-width: 878px) {
  .uniqueness__mob-box-img-bg {
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .uniqueness__mob-box-img-laptop {
    position: relative;
    width: 130%;
    z-index: -1;
  }
}

@media screen and (max-width: 1022px) {
  .section-img {
    grid-template-columns: 1fr;
  }
  .btn-box {
    margin: auto;
  }

  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    display: none;
  }
}
@media screen and (max-width: 878px) {
  .body {
    font-size: 13px;
  }
  .page {
    max-width: 77%;
  }
}
