.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: 50px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  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 > img {
  position: absolute;
  max-width: none;
  max-height: 600px;
  right: -90px;
  top: 4px;
  z-index: 2;
}

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

/* home-s-3 */

.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: 370px;
  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 > * {
  position: relative;
  z-index: 2;
}

.home-s-4 > img {
  position: absolute;
  max-width: none;
  max-height: 538px;
  right: 7%;
  top: 0;
  z-index: 1;
}

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

/* home-s-5 */

.home-s-5 > img {
  position: absolute;
  max-width: none;
  max-height: 368px;
  left: 50%;
  transform: translateX(-46%);
  bottom: -25px;
}

.home-s-5 > div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}

.home-s-5 > div > div:first-child p:first-child {
  margin-top: 0;
}

.home-s-5 > div > div:first-child {
  width: calc(40% - 10px);
}

.home-s-5 > div > div:last-child {
  margin-left: auto;
  overflow: hidden;
  min-width: 0;
}

.home-s-5 .table-wrapper {
  max-width: 500px;
}

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

.home-s-5 th {
  width: 50%;
}

/* home-s-6 */

.home-s-6 > img {
  position: absolute;
  max-width: none;
  max-height: 300px;
  transform: translateX(-46%);
  left: 36%;
  bottom: 2%;
}

.home-s-6 > div {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  position: relative;
  gap: 20px;
}

.home-s-6 .table-wrapper {
  max-width: 490px;
}

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

.home-s-6 th:first-child {
  width: 40%;
}

.home-s-6 > div > div:first-child {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.home-s-6 > div > div:first-child {
  margin-left: auto;
  overflow: hidden;
  min-width: 0;
}

.home-s-6 > div > div:last-child p:first-child {
  margin-top: 0;
}

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

/* home-s-7 */

/* .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 .split-block__img img {
  position: absolute;
  min-height: 460px;
  top: 50%;
  transform: translateY(-50%);
}

/* home-s-9 */

.home-s-9 .split-block__img img {
  position: absolute;
  min-height: 350px;
  top: 0;
}

/* home-s-10 */

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

/* home-s-11 */

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

/* home-s-12 */

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

.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 .table-wrapper {
  position: relative;
  margin-top: 20px;
  max-width: 805px;
  z-index: 1;
}

.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 > img {
  position: absolute;
  max-width: none;
  max-height: 736px;
  right: 0;
  bottom: 15%;
  z-index: 0;
}

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