.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: 850px;
  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: 710px;
}

.prime__button {
  max-width: 270px;
}

/* home-s-1 */

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

.home-s-1 > .relative {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 720px;
}

.home-s-1 .table-banner-wrapper {
  width: 100%;
  max-width: 1130px;
}

.home-s-1 .table-banner {
  min-width: 720px;
}

.home-s-1 th,
.home-s-1 td {
  width: 33.33%;
  text-align: center;
  vertical-align: middle;
}

/* home-s-2 */

.home-s-2 {
  background: radial-gradient(41.65% 58.74% at 45.37% 50%, rgba(212, 0, 255, 0.6) 0%, #1c009b 100%);
}

.home-s-2 .block-1 {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-s-2 .block-1 > img {
  width: 40%;
  max-width: 530px;
  height: 100%;
}

.home-s-2 .block-1 .info-list {
  width: 100%;
  max-width: 760px;
}

.home-s-2 .block-2 {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-s-2 .block-2 > img {
  width: 40%;
  max-width: 530px;
  height: 100%;
}

.home-s-2 .block-2 .info-list {
  width: 100%;
  max-width: 760px;
}

/* 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 {
  padding: 40px 0;
}

.home-s-3 .background img {
  object-position: right;
}

.home-s-3 h3 {
  margin-top: 20px;
}

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

/* home-s-4 */

.home-s-4 > .relative {
  margin-top: 20px;
  padding: 20px 0;
}

.home-s-4 th {
  width: 16.66%;
}

.home-s-4 .table-banner {
  min-width: 750px;
}

.home-s-4 .bg-img-border .relative {
  display: flex;
  align-items: center;
}

.home-s-4 .bg-img-border .relative img {
  width: 40%;
  max-width: 320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: -60px;
}

.home-s-4 .feature-list {
  width: 100%;
  max-width: 760px;
}

/* home-s-5 */

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

.home-s-5 .block-1 {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 760px;
}

.home-s-5 .block-1 .background img {
  object-position: 50%;
}

.home-s-5 .block-1 .table-banner-wrapper {
  width: 100%;
  max-width: 926px;
}

.home-s-5 .block-1 th,
.home-s-5 .block-1 td {
  width: 16.66%;
  text-align: center;
  vertical-align: middle;
}

.home-s-5__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.home-s-5__list::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 290px;
  height: 230px;
  background-image: url(../images/home-s-5-4.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-s-5__list::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 290px;
  height: 230px;
  background-image: url(../images/home-s-5-5.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

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

.home-s-5__list > li:nth-child(1) {
  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-5__list > li:nth-child(2) {
  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-5__list > li:nth-child(3) {
  border: 1px solid #049e98;
  background: #049e98;
  box-shadow:
    0 0 15px 0 #00d2ca inset,
    0 0 10px 1px rgba(0, 210, 202, 0.85);
}

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

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

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

.home-s-5__list > li:nth-child(3) img {
  height: 18vw;
  max-height: 250px;
  right: -20px;
}

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

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

.home-s-5__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-5 > .relative h3 {
  position: relative;
}

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

.home-s-5 > .relative .table {
  min-width: 700px;
}

/* home-s-6 */

.home-s-6 {
  background: radial-gradient(41.65% 58.74% at 45.37% 50%, rgba(212, 0, 255, 0.6) 0%, #1c009b 100%);
}

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

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

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

.home-s-7 {
  background: radial-gradient(41.65% 58.74% at 45.37% 50%, rgba(212, 0, 255, 0.6) 0%, #1c009b 100%);
  z-index: -1;
}

.home-s-7 .block-1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.home-s-7 .block-1 img {
  margin-top: 10px;
}

.home-s-7 .block-1 > li {
  width: calc(50% - 10px);
}

.home-s-7 .block-1 > li > :first-child {
  margin-top: 0;
}

.home-s-7 .block-2 {
  border: 1px solid rgba(193, 60, 255, 0.65);
  background: rgba(0, 0, 0, 0);
  box-shadow:
    0 0 15px 0 rgba(193, 60, 255, 0.25) inset,
    0 0 10px 1px rgba(193, 60, 255, 0.65);
}

.home-s-7 .block-2 > .relative {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.home-s-7 .block-2 > .relative > li {
  margin-top: auto;
}

.home-s-7 .block-2 > .relative > li:nth-child(1),
.home-s-7 .block-2 > .relative > li:nth-child(3) {
  max-width: 240px;
  width: 100%;
}

.home-s-7 .block-2 > .relative > li:nth-child(2) {
  max-width: 300px;
  width: 100%;
  margin-bottom: 35px;
}

.home-s-7 .block-2 > .relative > li > img {
  margin: 0 auto;
  margin-bottom: -16px;
}

.home-s-7 .block-2 > .relative > li:nth-child(1) > img,
.home-s-7 .block-2 > .relative > li:nth-child(3) > img {
  max-width: 210px;
  width: 100%;
}

.home-s-7 .block-2 > .relative > li:nth-child(2) > img {
  max-width: 260px;
  width: 100%;
}

.home-s-7 .block-2 > .relative > li > div {
  border-radius: 12px;
  overflow: hidden;
  border: 1.125px solid rgba(58, 57, 57, 0.541);
  color: #fbf3ff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow:
    0 -2px 4px 0 rgba(61, 31, 134, 0.25) inset,
    0 -4px 0 0 rgba(61, 31, 134, 0.1) inset,
    0 8px 10px 0 rgba(61, 31, 134, 0.15);
}

.home-s-7 .block-2 > .relative > li > div > div:first-child {
  display: flex;
  padding: 24px 20px 16px 20px;
  gap: 12px;
  background: #371049;
}

.home-s-7 .block-2 > .relative > li > div > div:last-child {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 12px;
  background: #5f2d72;
}

.home-s-7 .block-2 > .relative > li > div > div:last-child span {
  font-family: "ABC";
  font-size: 24px;
}

.home-s-7 .block-3 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-s-7 .block-3 > li {
  padding: 10px 14px;
  flex: 0 1 calc(16.66% - 6.66px);
  min-width: min(200px, calc(50% - 4px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  border-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #600a81 0%, #371b43 100%);
}

.home-s-7 .block-3 > li > img {
  width: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-5--fon {
  position: relative;
}

.block-5--fon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -118px;
  width: 348px;
  height: 368px;
  background-image: url(../images/home-s-7-fon-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.block-5--fon::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -118px;
  width: 348px;
  height: 368px;
  background-image: url(../images/home-s-7-fon-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* home-s-8 */

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

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

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

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

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

/* home-s-10 */

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

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

/* banner-4 */

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

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

.home-s-12 {
  position: relative;
  background: radial-gradient(41.65% 58.74% at 45.37% 50%, rgba(212, 0, 255, 0.6) 0%, #1c009b 100%);
}

.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: #0f0;
}

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

.card-wrapper .swiper-slide-button {
  color: #0f0;
  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: 1040px;
  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-banner-wrapper {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  z-index: 1;
}

.home-s-13 .table-banner {
  min-width: 750px;
}

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

.home-s-13 .table-banner 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 tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-s-13 .table-banner 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-banner 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-banner 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: 20px;
}

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

.home-s-15 {
  position: relative;
  background: radial-gradient(41.65% 58.74% at 45.37% 50%, rgba(212, 0, 255, 0.6) 0%, #1c009b 100%);
}
