.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: 950px;
  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__text {
  margin-bottom: 8px;
  max-width: 750px;
}

.prime__button {
  max-width: 270px;
}

/* home-s-1 */

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

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

/* home-s-2 */

.home-s-2 h3 {
  color: #ffffff;
}

.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-3 */

.home-s-3 .split-block__img img {
  position: absolute;
  min-width: 130%;
  min-height: 540px;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.home-s-3 .bg-img-border {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* home-s-4 */

.home-s-4 > h3 {
  color: #00fafe;
}

.home-s-4 .bg-img-block {
  border-radius: 12px;
  border: 1px solid #049e98;
  box-shadow:
    0 0 15px 0 #00d2ca inset,
    0 0 10px 1px #00d2ca;
}

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

.home-s-4 .bg-img-block .relative {
  max-width: 930px;
}

.home-s-4 .table-banner-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(
    97.6% 116.5% at 0% 29.89%,
    rgba(1, 26, 161, 0.5) 0%,
    rgba(0, 129, 234, 0.5) 100%
  );
}

.home-s-4 .block-1 .table-banner {
  min-width: 690px;
}

.home-s-4 .block-1 .background::before {
  border-radius: 12px;
}

.home-s-4 .block-1 th:nth-child(1),
.home-s-4 .block-1 th:nth-child(2) {
  width: 16%;
}

.home-s-4 .block-1 .background img {
  object-position: right;
}

.home-s-4 .block-1 table tbody tr:last-child {
  font-weight: 900;
}

.home-s-4__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
}

.home-s-4__list > li {
  position: relative;
  width: calc(50% - 10px);
  padding: 16px;
  display: flex;
  border-radius: 12px;
}

.home-s-4__list > li:nth-child(1),
.home-s-4__list > li:nth-child(4) {
  border: 1px solid #b239f2;
  background: #6401a2;
  box-shadow:
    0 0 15px 0 #d0f inset,
    0 0 10px 1px rgba(191, 0, 255, 0.85);
}

.home-s-4__list > li:nth-child(2),
.home-s-4__list > li:nth-child(3) {
  border: 1px solid #1b41de;
  background: #011aa1;
  box-shadow:
    0 0 15px 0 #5072ff inset,
    0 0 10px 1px rgba(80, 114, 255, 0.85);
}

.home-s-4__list > li img {
  position: absolute;
  bottom: 0;
}

.home-s-4__list > li:nth-child(1) img {
  height: 18vw;
  max-height: 263px;
  right: -50px;
}

.home-s-4__list > li:nth-child(2) img {
  height: 18vw;
  max-height: 272px;
  right: -20px;
}

.home-s-4__list > li:nth-child(3) img {
  height: 18vw;
  max-height: 316px;
  right: 14px;
}

.home-s-4__list > li:nth-child(4) img {
  height: 18vw;
  max-height: 300px;
  right: -50px;
}

.home-s-4__list > li > div {
  position: relative;
  z-index: 1;
  max-width: 65%;
}

.home-s-4__list > li > div p {
  margin-top: 10px;
}

.home-s-4__list > li > div > h4 {
  color: #ffea00;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  font-family: "ABC";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.home-s-4 > .relative h3 {
  position: relative;
}

.home-s-4 > .relative .table tr th:first-child {
  width: 40%;
  white-space: nowrap;
}

/* home-s-5 */

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

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

.home-s-5 .relative {
  margin-bottom: 20px;
}

/* .banner-2 */

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

/* home-s-6 */

.home-s-6 {
}

.home-s-6 .block-1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-s-6 .block-1 > li {
  flex: 0 1 calc(20% - 8px);
  min-width: min(160px, calc(50% - 5px));
  border-radius: 12px;
}

.home-s-6 .block-1 > li:nth-child(1) {
  box-shadow: 0 0 15px 0 #5072ff;
}

.home-s-6 .block-1 > li:nth-child(2) {
  box-shadow: 0 0 15px 0 #f0e;
}

.home-s-6 .block-1 > li:nth-child(3) {
  box-shadow: 0 0 15px 0 #c13cff;
}

.home-s-6 .block-1 > li:nth-child(4) {
  box-shadow: 0 0 15px 0 #5072ff;
}

.home-s-6 .block-1 > li:nth-child(5) {
  box-shadow: 0 0 15px 0 #00d2ca;
}

.home-s-6 .block-1 > li img {
  border-radius: 12px;
}

.home-s-6 .block-2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-s-6 .block-2 > li {
  flex: 0 1 calc(25% - 7.5px);
  min-width: min(180px, calc(50% - 5px));
  border-radius: 12px;
}

.home-s-6 .block-2 > li:nth-child(1) {
  box-shadow: 0 0 15px 0 #5072ff;
}

.home-s-6 .block-2 > li:nth-child(2) {
  box-shadow: 0 0 15px 0 #f0e;
}

.home-s-6 .block-2 > li:nth-child(3) {
  box-shadow: 0 0 15px 0 #c13cff;
}

.home-s-6 .block-2 > li:nth-child(4) {
  box-shadow: 0 0 15px 0 #5072ff;
}

.home-s-6 .block-2 > li img {
  border-radius: 12px;
}

/* 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-7 */

.home-s-7 h3,
.home-s-7 p {
  position: relative;
}

.home-s-7 .block-1,
.home-s-7 .block-2 {
  padding: 20px 0;
}

.home-s-7 .block-1 th:first-child {
  width: 30%;
}

.home-s-7 .block-3 {
  min-height: 508px;
  display: flex;
  align-items: flex-end;
}

.home-s-7 .block-3 .background img {
  object-position: 50%;
}

.home-s-7 .block-3 h3 {
  text-align: center;
}

.home-s-7__list {
  margin-top: 20px;
  position: relative;
  display: flex;
  gap: 12px;
}

.home-s-7__list > li {
  width: calc(33.33% - 8px);
  max-width: 460px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(91deg, #290067 11.35%, #6200ff 100%);
}

.home-s-7__list img {
  margin-top: -15px;
  margin-bottom: -15px;
  position: relative;
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.home-s-7__list > li p {
  margin-top: 4px;
}

/* home-s-8 */

.home-s-8 h2,
.home-s-8 p {
  position: relative;
}

.home-s-8 th:first-child {
  width: 20%;
}

/* home-s-9 */

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

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

/* banner-4 */

.banner-4 {
  margin-top: 40px;
}

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

/* home-s-10 */

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

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

.home-s-10 .overlay-list-2 h3 {
  margin-top: 20px;
}

/* home-s-11 */

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

.home-s-11 tbody tr td:first-child {
  min-width: 160px;
}

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

/* home-s-12 */

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

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

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

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

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

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

.rating-review__item {
  min-height: 350px;
  position: relative;
  cursor: grab;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: linear-gradient(91deg, #290067 11.35%, #6200ff 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: 15px;
  line-height: 1.6;
}

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

/* home-s-13 */

.home-s-13 {
  min-height: 840px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.home-s-13 h2 {
  position: relative;
  width: max-content;
}

.home-s-13 .background img {
  object-position: 50% !important;
}

.home-s-13 .table-wrapper {
  padding-bottom: 28px;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  z-index: 1;
}

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

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

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

.home-s-13 thead th:nth-child(3) {
  width: 40%;
}

.home-s-13 thead th,
.home-s-13 tbody td {
  text-align: center;
  vertical-align: middle;
}

.home-s-13 .table tbody td:first-child {
  justify-content: center;
}

.home-s-13 tbody td:nth-child(2) > div {
  display: flex;
  gap: 2px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

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

.home-s-13 .table tbody tr:last-child td:nth-child(2) {
  position: relative;
  font-family: "ABC";
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}

.home-s-13 .table tbody tr:last-child td:nth-child(2) > div {
  margin-top: 12px;
}

/* home-s-14 */

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

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

.home-s-14__list {
  margin-top: 20px;
  position: relative;
  display: flex;
  gap: 12px;
}

.home-s-14__list > li {
  width: calc(33.33% - 8px);
  max-width: 675px;
  display: flex;
  justify-content: center;
  padding: 12px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(91deg, #290067 11.35%, #6200ff 100%);
}

.home-s-14__list img {
  position: relative;
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 10px #f0e);
}

.home-s-14__list > li > div > div:first-child {
  font-weight: 900;
}

.home-s-14__list > li p {
  margin-top: 4px;
}

/* banner-4 */

.banner-5 {
  margin-top: 40px;
}

.banner-5 .banner__icon {
  position: absolute;
  z-index: 0;
  height: 327px;
  flex-shrink: 0;
  aspect-ratio: 38 / 32;
  right: 220px;
  bottom: 0;
  max-width: none;
  max-height: none;
}

/* home-s-15 */
