.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 .table tr th:first-child {
  width: 33%;
  white-space: nowrap;
}

/* home-s-2 */

.home-s-2 {
}

.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 {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  max-width: 640px;
  height: 100%;
}

.home-s-2 .block-1 > div {
  max-width: 650px;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  max-width: 480px;
  height: 100%;
}

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

.home-s-2 .block-2 > div {
  width: 100%;
  max-width: 650px;
}

/* banner-1 */

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

.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 {
}

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

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

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

.home-s-3 .block-1 .table-banner {
  min-width: 700px;
}

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

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

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

.home-s-3 .block-2 th,
.home-s-3 .block-2 td {
  width: 28%;
  text-align: center;
  vertical-align: middle;
}

.home-s-3 .block-2 th:first-child,
.home-s-3 .block-2 td:first-child {
  width: 16%;
  text-align: center;
  vertical-align: middle;
}

.home-s-3 .block-2 .table-banner {
  min-width: 650px;
}

.home-s-3 .block-2 tbody tr:last-child {
  font-weight: 900;
}

/* home-s-4 */

.home-s-4 {
}

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

.home-s-4__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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) {
  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) {
  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:nth-child(3) {
  padding: 0;
  width: 100%;
}

.home-s-4__list > li:nth-child(4) {
  width: 100%;
  max-width: 1050px;
  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-4__list > li img {
  position: absolute;
  bottom: 0;
}

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

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

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

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

.home-s-4__list > li:nth-child(4) > div {
  width: 100%;
  max-width: 70%;
}

.home-s-4__list > li:nth-child(4) th:first-child {
  width: 18%;
}

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

.home-s-4__list > li > div > h3 {
  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__list ul {
  display: flex;
  flex-direction: column;
}

.home-s-4__list ul li {
  position: relative;
  padding: 12px 0 12px 44px;
  display: flex;
}

.home-s-4__list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/home-s-4-icon.webp);
}

.home-s-4 .block-1 {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.home-s-4 .block-1 > div {
  max-width: 740px;
  width: 100%;
}

.home-s-4 .block-1 > img {
  margin: -100px 0 -90px 0;
  width: 33%;
  max-width: 480px;
  height: 100%;
}

.home-s-4 .block-1 > div > h3 {
  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 .block-2 {
  position: relative;
}

.home-s-4 .block-2 .table-wrapper {
  width: 100%;
  max-width: 850px;
}

.home-s-4 .block-2 th:first-child {
  width: 37%;
}

.home-s-4 .block-2 td:first-child {
  font-weight: 900;
  line-height: normal;
}

.home-s-4 .block-2 td:last-child {
  font-weight: 400;
  line-height: 1.6;
}

.home-s-4 .block-2 > img {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

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

.home-s-5 .block-1 {
  max-width: 810px;
  margin-left: auto;
}

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

.home-s-5 .block-1 th:nth-child(1) {
  width: 25%;
}

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

.home-s-5 .block-2 {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: max-content;
}

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

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

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

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

.home-s-5 .block-2 > li:nth-child(3) > div {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 16px;
  font-family: "ABC";
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}

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

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

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

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

.home-s-5 .block-3 {
  max-width: 830px;
}

.home-s-5 .block-3 .table-banner {
  min-width: 720px;
}

.home-s-5 .block-3 th:nth-child(1) {
  width: 22%;
}

/* home-s-6 */

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

.home-s-6 .block-1 > img {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  max-width: 500px;
  height: 100%;
}

.home-s-6 .block-1 > div {
  max-width: 650px;
}

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

.home-s-6 .block-2 > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: -60px;
  width: 45%;
  max-width: 350px;
  height: 100%;
}

.home-s-6 .block-2 .info-list {
  width: 100%;
}

.home-s-6 .block-2 > div {
  width: 100%;
  max-width: 650px;
}

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

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

.home-s-6 .block-3 > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: -20px;
  width: 45%;
  max-width: 500px;
  height: 100%;
}

.home-s-6 .block-3 > div {
  max-width: 650px;
}

.home-s-6 .block-3 h4 {
  font-size: 15px;
  font-family: "Lato";
}

.home-s-6 .block-3 p {
  margin-top: 4px;
}

.home-s-6 .block-3 .feature-list > li {
  border-color: rgba(234, 0, 230, 0.1);
}

.home-s-6 .block-3 .feature-list--number > li::before {
  height: 42px;
}

/* 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 {
  background: radial-gradient(50% 50% at 50% 50%, #8100b9 0%, #30004e 100%);
}

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

.home-s-7 .bg-img-border {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* home-s-8 */

.home-s-8 {
  background: radial-gradient(50% 50% at 50% 50%, #8100b9 0%, #30004e 100%);
}

.pros-cons {
  margin-bottom: 30px;
  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%;
}

h3.pros-cons__title {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary-text-color);
  font-family: "Lato";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

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

.pros-cons .list {
  margin-top: 12px;
}

.pros-cons__item--cons .list li::before {
  background-image: url(../images/icons/pros-cons-icon-2.webp);
}

.pros-cons__item--cons .list li::after {
  background-image: url(../images/icons/pros-cons-icon-2.webp);
}

/* home-s-9 */

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

.home-s-9 .table-banner-wrapper {
  max-width: 820px;
  margin-left: auto;
}

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

.home-s-9 th {
  vertical-align: middle;
}

.home-s-9 th:nth-child(1) {
  width: 13%;
}

.home-s-9 th:nth-child(2),
.home-s-9 th:nth-child(3) {
  width: 22%;
}

.home-s-9 th:nth-child(4) {
  width: 16%;
}

/* home-s-10 */

.home-s-10 {
}

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

.home-s-10 .block-1 > div {
  max-width: 710px;
  width: 100%;
}

.home-s-10 .block-1 > div > * {
  width: 100%;
  max-width: 100%;
}

.home-s-10 .block-1 > img {
  margin: -130px auto -100px auto;
  width: 33%;
  max-width: 420px;
  height: 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 {
}

.home-s-11 .table-banner {
  min-width: 620px;
}

.home-s-11 th:nth-child(1) {
  width: 14%;
}

.home-s-11 th:nth-child(3),
.home-s-11 th:nth-child(4),
.home-s-11 th:nth-child(5) {
  width: 17%;
}

.home-s-11 .block-1 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.home-s-11 .block-1 > li {
  min-height: 72px;
  width: calc(50% - 6px);
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  border-radius: 8px;
  background: linear-gradient(91deg, #290067 11.35%, #6200ff 100%);
  box-shadow: 0 0 15px 0 #5072ff;
}

.home-s-11 .block-1 > li > img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 10px #f0e);
}

.home-s-11 .triple-block > li > div:last-child {
  font-family: "Lato";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

/* home-s-12 */

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

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

/* home-s-13 */

.home-s-13 {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #8100b9 0%, #30004e 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: #ffea00;
}

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

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

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

.rating-review__item {
  min-height: 330px;
  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-14 */

.home-s-14 {
  background: radial-gradient(50% 50% at 50% 50%, #8100b9 0%, #30004e 100%);
}

.home-s-14 .overlay-list-3 {
  margin-top: 20px;
}

.home-s-14 .overlay-list-3 > :first-child {
  margin-top: 0;
}

.home-s-14 .table-banner-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 1;
  background: transparent;
  backdrop-filter: unset;
}

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

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

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

.home-s-14 .table-banner tbody tr:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
}

.home-s-14 thead th:nth-child(1) {
  width: 170px;
}

.home-s-14 thead th:nth-child(2) {
  width: 300px;
}

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

.home-s-14 tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

.overall {
  margin-top: 30px;
  margin-bottom: 16px;
  position: relative;
  font-family: "ABC";
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.overall > div {
  display: flex;
  gap: 2px;
  height: 100%;
  align-items: center;
}

.overall img {
  width: 24px;
  height: 24px;
}

/* banner-5 */

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

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

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

/* home-s-16 */

.home-s-16 {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #8100b9 0%, #30004e 100%);
}
