.main {
  position: relative;
  padding: 96px 8px 20px;
  overflow-x: clip;
}

.main__wrap {
  display: flex;
}

.main__content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
  -moz-box-flex: 1;
  flex: 1 1 1;
  margin-left: 16px;
}

/* Hero */

.prime {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.home__prime > img {
  position: absolute;
  max-width: none;
  max-height: 615px;
  height: auto;
  top: -16px;
  right: 0;
}

.prime__wrap {
  position: relative;
  max-width: 760px;
  text-align: left;
  width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.prime__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
}

.prime__rating-text,
.prime__rating-value {
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
  color: var(--primary-text-color);
}

.prime__title {
  font-family: "ABC";
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 32px;
  line-height: normal;
  color: var(--secondary-text-color);
}

.prime__title span {
  margin-bottom: 4px;
  display: block;
}

.prime__title > span:first-child {
}

.prime__text {
  margin-bottom: 8px;
  max-width: 625px;
}

.prime__button {
  max-width: 270px;
}

/* home-s-1 */
/* home-s-2 */

.home-s-2 {
  padding: 40px 0;
}

.home-s-2 .table tr th:first-child {
  width: 33%;
  white-space: nowrap;
}

/* home-s-3 */

.home-s-3 {
  padding-bottom: 40px;
}

.pros-cons {
  display: flex;
  gap: 20px;
}

.pros-cons__item {
  position: relative;
  padding: 16px 16px 0px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 8px;
}

.pros-cons__item--pros::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -13px;
  right: -13px;
  bottom: -29px;
  background-image: url(../images/icons/pros-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pros-cons__item--cons::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -13px;
  right: -13px;
  bottom: -29px;
  background-image: url(../images/icons/cons-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pros-cons__title {
  position: relative;
  min-height: 50px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: var(--primary-text-color);
  font-family: "ABC";
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}

.pros-cons__title > img {
  width: 50px;
}

.pros-cons__item--cons .list li::before {
  background-image: url(../images/icons/fire-blue.svg);
}

.pros-cons__item--cons .list li::after {
  background-image: url(../images/icons/fire-blue.svg);
}

/* banner-1 */

.banner-1 .banner__icon {
  position: absolute;
  z-index: 0;
  height: 350px;
  flex-shrink: 0;
  aspect-ratio: 111 / 94;
  right: 250px;
  bottom: 0;
  max-width: none;
  max-height: none;
}

/* home-s-2 */
/* home-s-3 */
/* home-s-4 */

.home-s-4 .split-block__img img {
  position: absolute;
  min-height: 540px;
  top: 50%;
  transform: translateY(-50%);
}

.home-s-4 .primary-button {
  margin-bottom: -8px;
}

/* home-s-5 */

.home-s-5 > div {
  display: flex;
  position: relative;
  align-items: stretch;
  gap: 20px;
  overflow: visible;
  margin-bottom: 20px;
}

.home-s-5 > div > div:first-child {
  position: relative;
  z-index: 1;
  width: 55%;
  min-width: 0;
  overflow: visible;
}

.home-s-5 > div > div:last-child {
  width: 40%;
  min-width: 0;
}

.home-s-5 .table thead th:first-child {
  width: 65%;
}

.home-s-5 .table {
  min-width: 450px;
}

.home-s-5__icon {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  right: 0;
}

.home-s-5__icon img {
  position: absolute;
  height: 122%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8%;
  max-width: none;
  max-height: none;
}

/* home-s-6 */

.home-s-6 {
  padding: 40px 0;
}

.home-s-6 .overlay-list-2 {
  max-width: 100%;
}

.home-s-6 .table {
  min-width: 450px;
}

.home-s-6 .table thead th:first-child {
  width: 55%;
}

.home-s-6 .secondary-button {
  max-width: max-content;
}

/* home-s-7 */

.home-s-7 .overlay-list-2 {
  max-width: 100%;
}

/* .banner-2 */

.banner-2 .banner__icon {
  position: absolute;
  z-index: 0;
  height: 310px;
  flex-shrink: 0;
  aspect-ratio: 366 / 337;
  right: 230px;
  bottom: 0;
  max-width: none;
  max-height: none;
}

/* home-s-8 */

.home-s-8 {
  padding: 40px 0;
}

.home-s-8 .relative {
  margin-bottom: 60px;
}

.home-s-8 .overlay-list-2 {
  max-width: 100%;
}

/* home-s-9 */

.home-s-9 {
  padding: 40px 0;
}

.home-s-9 .relative {
  margin-bottom: 60px;
}

.home-s-9 .overlay-list-2 {
  max-width: 100%;
}

/* home-s-10 */

.home-s-10 {
  padding: 40px 0;
}

.home-s-10 .relative {
  margin-bottom: 60px;
}

.home-s-10 .overlay-list-2 {
  max-width: 100%;
}

/* home-s-11 */

.home-s-11 {
  padding: 40px 0;
}

.home-s-11 .relative {
  margin-bottom: 60px;
}

.home-s-11 .overlay-list-2 {
  max-width: 100%;
}

/* home-s-12 */

.home-s-12 > img {
  position: absolute;
  max-width: none;
  max-height: 360px;
  left: 60%;
  top: 13%;
}

.home-s-12 thead th:first-child {
  width: 30%;
}

/* banner-3 */

.banner-3 .banner__icon {
  position: absolute;
  z-index: 0;
  height: 341px;
  flex-shrink: 0;
  aspect-ratio: 39 / 31;
  right: 230px;
  bottom: 0;
  max-width: none;
  max-height: none;
}

/* home-s-13 */
/* home-s-14 */

.swiper {
  width: 100%;
  height: 100%;
}

.card-wrapper {
  max-width: min(calc(100vw - 425px), 1190px);
  margin: 0 60px 12px;
  padding: 20px 10px;
  overflow: hidden;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #3cdeff;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #3cdeff;
  margin-top: -35px;
}

.rating-review {
  padding: 16px 0;
}

.rating-review__item {
  min-height: 255px;
  position: relative;
  cursor: grab;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: linear-gradient(72deg, #281c2d 0%, #432a4d 100%);
}

.rating-review__item > :nth-child(2) {
  margin-top: 0;
}

.rating-review__title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fcf4ff;
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
}

.rating-review__title > span {
  display: flex;
  flex: 3;
  align-items: center;
  gap: 9px;
}

.rating-review__title > span > img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}

.rating-review__title > div {
  height: 100%;
  min-width: max-content;
  display: flex;
  gap: 2px;
  flex: 1;
}

.rating-review__title > div > img {
  width: 16px;
  height: 16px;
}

.rating-review__text {
  margin-top: 0;
  color: #fcf4ff;
  font-size: 12px;
}

.rating-review__text > span {
  color: #c13cff;
}

/* home-s-15 */

.home-s-15 .relative {
  margin-bottom: 40px;
}

.home-s-15 > img {
  position: absolute;
  max-width: none;
  max-height: 440px;
  right: 38px;
  bottom: -20px;
  z-index: 1;
}

.home-s-15 .relative {
  max-width: 805px;
}

.home-s-15 .table-wrapper {
  position: relative;
  margin-top: 20px;
  max-width: 805px;
  z-index: 1;
}

.home-s-15 .table img {
  width: 24px;
  height: 24px;
}

.home-s-15 .table tbody td:first-child::after {
  display: none;
}

.home-s-15 thead th:nth-child(1),
.home-s-15 thead th:nth-child(2) {
  width: 24%;
}

.home-s-15 tbody td:nth-child(2) > div {
  display: flex;
  gap: 2px;
}

.home-s-15 tbody td:nth-child(3) {
  font-weight: 400;
}

/* home-s-16 */

.home-s-16 {
  padding: 20px 0 40px;
}

.home-s-16 .overlay-list-2 {
  max-width: 100%;
}

.home-s-16 h3 {
  margin-top: 20px;
  font-size: 20px;
}
