.home-support {
  position: relative;
  width: 1920px;
  height: 1030px;
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
}

.home-sp__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-sp__bg-dots {
  position: absolute;
  top: -864px;
  left: -100px;
  width: 2531px;
  height: 1894px;
  background: url("../img/home-reviews/bg-dots.webp") center / cover no-repeat;
  opacity: 0.1;
}

.home-sp__bg-squares {
  position: absolute;
  top: -629px;
  left: -19px;
  width: 1954px;
  height: 1954px;
  background: url("../img/home-reviews/bg-squares.webp") center / cover no-repeat;
  opacity: 0.1;
}

.home-sp__title {
  position: absolute;
  top: 216px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 545px;
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 57.6px;
  text-align: center;
  color: #000;
}

.home-sp__cards {
  display: contents;
}

.home-sp__card {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 491px;
  height: 385px;
}

.home-sp__card--help {
  top: 429px;
  left: 215px;
  justify-content: space-between;
}

.home-sp__card--contact {
  top: 429px;
  left: 715px;
  gap: 30px;
}

.home-sp__card--feedback {
  top: 429px;
  left: 1233px;
  justify-content: space-between;
}

.home-sp__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.home-sp__card--contact .home-sp__card-head {
  justify-content: center;
}

.home-sp__card--feedback .home-sp__card-head {
  align-self: stretch;
  width: 100%;
}

.home-sp__icon-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 15.3px rgba(53, 1, 112, 0.25);
  background: linear-gradient(90deg, #f4edff 0%, #f3defa 100%);
}

.home-sp__icon-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}

.home-sp__icon-wrap .home-sp__icon--headphones {
  width: 43.95px;
}

.home-sp__card-title {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36.4px;
  text-align: center;
  background: linear-gradient(90deg, #5445c4 0%, #6a3c99 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-sp__card--feedback .home-sp__card-title {
  align-self: stretch;
}

.home-sp__card-text {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.home-sp__card--help .home-sp__card-text {
  width: 424px;
}

.home-sp__card--feedback .home-sp__card-text {
  align-self: stretch;
  line-height: 1.3;
}

.home-sp__contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.home-sp__contact-label {
  margin: 0;
  width: 491px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.home-sp__contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-sp__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-sp__contact-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: #43328a;
  border-radius: 2px;
}

.home-sp__contact-line {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  color: #000;
}

.home-sp__contact-link {
  color: #43328a;
  text-decoration: none;
}

.home-sp__contact-link:hover {
  text-decoration: underline;
}

.home-sp__contact-link:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.home-sp__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 307px;
  padding: 20px 30px;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.home-sp__card--help .home-sp__cta {
  height: 71px;
}

.home-sp__card--feedback .home-sp__cta {
  height: 64px;
}

.home-sp__cta:hover {
  filter: brightness(1.04);
}

.home-sp__cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

@media (max-width: 1679px) and (min-width: 1025px) {
  .home-support {
    width: 1440px;
    height: 836px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-sp__bg-dots {
    top: -605px;
    left: -593px;
    width: 2531px;
    height: 1894px;
  }

  .home-sp__bg-squares {
    top: -370px;
    left: -512px;
    width: 1954px;
    height: 1954px;
  }

  .home-sp__title {
    top: 139px;
    width: 272px;
    height: 53px;
    font-size: 40px;
    letter-spacing: -0.8px;
    line-height: 1.2;
  }

  .home-sp__card--help {
    top: 312px;
    left: 72px;
    width: 435px;
  }

  .home-sp__card--contact {
    top: 312px;
    left: 507px;
    width: 408px;
  }

  .home-sp__card--feedback {
    top: 310px;
    left: 921px;
    width: 406px;
  }

  .home-sp__icon-wrap {
    width: 76px;
    height: 76px;
  }

  .home-sp__icon-wrap img {
    width: 40px;
    height: 40px;
  }

  .home-sp__icon-wrap .home-sp__icon--headphones {
    width: 40px;
  }

  .home-sp__card-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .home-sp__card--feedback .home-sp__card-title {
    width: 345px;
  }

  .home-sp__card--help .home-sp__card-text {
    width: 424px;
    font-size: 20px;
    line-height: 1.3;
  }

  .home-sp__card--feedback .home-sp__card-text {
    width: 337px;
    font-size: 18px;
    line-height: 1.3;
  }

  .home-sp__contact-label {
    width: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  .home-sp__contact-line {
    font-size: 18px;
    line-height: 1.3;
  }

  .home-sp__cta {
    width: 244px;
    font-size: 18px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-support {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 1525;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-support;
  }

  .home-sp__bg-dots {
    top: calc(-668 / 1525 * 100%);
    left: calc(-485 / 768 * 100%);
    width: calc(2803 / 768 * 100%);
    height: calc(2098 / 1525 * 100%);
  }

  .home-sp__bg-squares {
    top: calc(-39 / 1525 * 100%);
    left: calc(-447 / 768 * 100%);
    width: calc(1678 / 768 * 100%);
    height: calc(1678 / 1525 * 100%);
  }

  .home-sp__title {
    top: calc(55 / 1525 * 100%);
    left: 50%;
    transform: translateX(-50%);
    width: calc(272 / 768 * 100%);
    height: auto;
    font-size: 3.906cqi;
    letter-spacing: -0.078cqi;
    line-height: 1.2;
  }

  .home-sp__card {
    height: auto;
  }

  .home-sp__card--help {
    top: calc(190 / 1525 * 100%);
    left: calc(203 / 768 * 100%);
    width: calc(363 / 768 * 100%);
    height: calc(336 / 1525 * 100%);
  }

  .home-sp__card--contact {
    top: calc(638 / 1525 * 100%);
    left: calc(144 / 768 * 100%);
    width: calc(480 / 768 * 100%);
    height: calc(385 / 1525 * 100%);
    gap: 3.906cqi;
  }

  .home-sp__card--feedback {
    top: calc(1066 / 1525 * 100%);
    left: calc(182 / 768 * 100%);
    width: calc(406 / 768 * 100%);
    height: calc(385 / 1525 * 100%);
    align-items: center;
  }

  .home-sp__card--feedback .home-sp__card-head {
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .home-sp__card-head {
    gap: 3.255cqi;
  }

  .home-sp__icon-wrap {
    width: 9.896cqi;
    height: 9.896cqi;
  }

  .home-sp__icon-wrap img {
    width: 5.208cqi;
    height: 5.208cqi;
  }

  .home-sp__icon-wrap .home-sp__icon--headphones {
    width: 5.208cqi;
  }

  .home-sp__card-title {
    font-size: 3.125cqi;
    line-height: 1.3;
    text-align: center;
  }

  .home-sp__card--feedback .home-sp__card-title {
    align-self: center;
    width: calc(345 / 406 * 100%);
    margin-inline: auto;
    text-align: center;
  }

  .home-sp__card--help .home-sp__card-text {
    width: 100%;
    font-size: 2.344cqi;
    line-height: 1.3;
    text-align: center;
  }

  .home-sp__card--feedback .home-sp__card-text {
    align-self: center;
    width: calc(337 / 406 * 100%);
    margin-inline: auto;
    font-size: 2.344cqi;
    line-height: 1.3;
    text-align: center;
  }

  .home-sp__card--feedback .home-sp__cta {
    align-self: center;
    margin-inline: auto;
  }

  .home-sp__contact-block {
    gap: 3.906cqi;
  }

  .home-sp__contact-label {
    width: 100%;
    font-size: 2.344cqi;
    line-height: 1.3;
  }

  .home-sp__contact-list {
    gap: 1.953cqi;
  }

  .home-sp__contact-item {
    gap: 1.042cqi;
  }

  .home-sp__contact-dot {
    width: 1.042cqi;
    height: 1.042cqi;
  }

  .home-sp__contact-line {
    font-size: 2.344cqi;
    line-height: 1.3;
    white-space: nowrap;
  }

  .home-sp__cta {
    width: 32.031cqi;
    height: 8.073cqi;
    padding: 0;
    font-size: 2.344cqi;
  }

  .home-sp__card--help .home-sp__cta,
  .home-sp__card--feedback .home-sp__cta {
    height: 8.073cqi;
  }
}

@media (max-width: 749px) {
  .home-support {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 988;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: home-support;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    padding: calc(60 / 360 * 100cqi) calc(20 / 360 * 100cqi);
    gap: calc(57 / 360 * 100cqi);
    background: #fff;
  }

  .home-sp__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .home-sp__bg-dots {
    top: calc(-169 / 988 * 100%);
    left: calc(-934 / 360 * 100%);
    width: calc(1375 / 360 * 100%);
    height: calc(1029 / 988 * 100%);
  }

  .home-sp__bg-squares {
    top: calc(-169 / 988 * 100%);
    left: calc(-487 / 360 * 100%);
    width: calc(1029 / 360 * 100%);
    height: calc(1029 / 988 * 100%);
  }

  .home-sp__title {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 6.111cqi;
    letter-spacing: -0.122cqi;
    line-height: 1;
    text-align: center;
  }

  .home-sp__cards {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: calc(50 / 360 * 100cqi);
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .home-sp__card {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(25 / 360 * 100cqi);
    justify-content: flex-start;
  }

  .home-sp__card--help,
  .home-sp__card--contact,
  .home-sp__card--feedback {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    gap: calc(25 / 360 * 100cqi);
    justify-content: flex-start;
  }

  .home-sp__card-head {
    gap: calc(15 / 360 * 100cqi);
    align-items: center;
  }

  .home-sp__card--feedback .home-sp__card-head {
    align-self: stretch;
    width: 100%;
  }

  .home-sp__icon-wrap {
    width: calc(56 / 360 * 100cqi);
    height: calc(56 / 360 * 100cqi);
    border: calc(3 / 360 * 100cqi) solid #fff;
    border-radius: calc(10 / 360 * 100cqi);
    box-shadow: 0 0 calc(15.3 / 360 * 100cqi) rgba(53, 1, 112, 0.25);
    background: linear-gradient(90deg, #f4edff 0%, #f3defa 100%);
  }

  .home-sp__card--feedback .home-sp__icon-wrap {
    border-width: calc(4 / 360 * 100cqi);
    border-radius: calc(15 / 360 * 100cqi);
  }

  .home-sp__icon-wrap img {
    width: calc(40 / 360 * 100cqi);
    height: calc(40 / 360 * 100cqi);
  }

  .home-sp__icon-wrap .home-sp__icon--headphones,
  .home-sp__card--feedback .home-sp__icon-wrap img {
    width: calc(30 / 360 * 100cqi);
    height: calc(30 / 360 * 100cqi);
  }

  .home-sp__card-title {
    font-size: 4.444cqi;
    line-height: 1.2;
    white-space: nowrap;
  }

  .home-sp__card--feedback .home-sp__card-title {
    align-self: stretch;
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .home-sp__card--feedback .home-sp__card-title br {
    display: none;
  }

  .home-sp__card-text {
    width: 100%;
    font-size: 3.333cqi;
    line-height: 1.3;
    text-align: center;
  }

  .home-sp__card--help .home-sp__card-text,
  .home-sp__card--feedback .home-sp__card-text {
    width: 100%;
    align-self: stretch;
  }

  .home-sp__card--feedback .home-sp__card-text br {
    display: none;
  }

  .home-sp__contact-block {
    gap: calc(15 / 360 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-sp__contact-label {
    width: 100%;
    font-weight: 400;
    font-size: 3.333cqi;
    line-height: 1.3;
  }

  .home-sp__contact-list {
    gap: calc(15 / 360 * 100cqi);
    align-items: flex-start;
  }

  .home-sp__contact-item {
    gap: calc(8 / 360 * 100cqi);
  }

  .home-sp__contact-dot {
    width: calc(8 / 360 * 100cqi);
    height: calc(8 / 360 * 100cqi);
    border-radius: calc(2 / 360 * 100cqi);
    background: #43328a;
  }

  .home-sp__contact-line {
    font-weight: 400;
    font-size: 3.333cqi;
    line-height: 1.3;
    white-space: nowrap;
  }

  .home-sp__cta {
    width: auto;
    height: auto;
    min-height: 0;
    padding: calc(16 / 360 * 100cqi);
    border-radius: calc(5 / 360 * 100cqi);
    font-size: 3.889cqi;
    line-height: 1;
    box-sizing: border-box;
  }

  .home-sp__card--help .home-sp__cta,
  .home-sp__card--feedback .home-sp__cta {
    height: auto;
  }

  .home-sp__cta:hover {
    filter: none;
    background: #4d3a9c;
  }
}
