.main {
  position: relative;
  padding: 90px 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: 8px;
}

/* 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;
}

.prime__wrap {
  position: relative;
  max-width: 900px;
  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: 12px;
}

.prime__rating-text,
.prime__rating-value {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--secondary-text-color);
}

.prime__title {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--secondary-text-color);
}

.prime__title span {
  display: block;
}

.prime__title--home > span:first-child {
  color: var(--primary-text-color);
}

.prime__text {
  margin-bottom: 24px;
  max-width: 710px;
}

/* home-s-1 */

.home-s-1 .table tr th:first-child,
.home-s-1 .table tr td:first-child {
  width: 33%;
  white-space: nowrap;
}

.pros-cons {
  display: flex;
  gap: 20px;
}

.pros-cons__item {
  position: relative;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #7800ff;
  background: linear-gradient(139deg, #1f183c 11.67%, #14002a 51.42%, #350b64 90.42%);
  box-shadow: 0 0 30px 10px rgba(53, 11, 100, 0.7);
}

.pros-cons__item--pros {
}

.pros-cons__item--cons {
}

.pros-cons__item--cons .list > li::before {
}

.pros-cons__title {
  min-height: 57px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #0cafbb;
  text-transform: uppercase;
}

.pros-cons__title > img {
  width: 54px;
}

.pros-cons .list li {
  width: 100%;
}

/* banner-1 */
/* home-s-2 */
/* home-s-3 */

.home-s-3 .android-block > div:nth-child(2) {
  margin-left: auto;
  max-width: 650px;
}

/* home-s-4 */

.home-s-4 .bg-img-block-table > .relative {
  max-width: 650px;
}

.home-s-4 .home-s-4__reload-block .relative {
  max-width: 760px;
}

.home-s-4 .home-s-4__reload-block th {
  width: 33.33%;
}

.home-s-4 .split-block {
  gap: 80px;
}

.home-s-4 .split-block__content > div > img {
  min-width: 86px;
  height: 86px;
}

.home-s-4 .split-block__content > div {
  display: flex;
  gap: 12px;
}

.home-s-4 .split-block__content p {
  margin-top: 12px;
}

.home-s-4 .split-block .split-block__content:last-child {
  position: relative;
}

.home-s-4 .split-block .split-block__content:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  border-style: solid;
  border-width: 0 1px 0 0;
  -o-border-image: linear-gradient(
      180deg,
      rgba(120, 0, 255, 0) 0%,
      rgba(120, 0, 255, 0.45) 27.6%,
      rgba(120, 0, 255, 0.6) 52.62%,
      rgba(120, 0, 255, 0.45) 74.48%,
      rgba(120, 0, 255, 0) 100%
    )
    1;
  border-image: linear-gradient(
      180deg,
      rgba(120, 0, 255, 0) 0%,
      rgba(120, 0, 255, 0.45) 27.6%,
      rgba(120, 0, 255, 0.6) 52.62%,
      rgba(120, 0, 255, 0.45) 74.48%,
      rgba(120, 0, 255, 0) 100%
    )
    1;
}

/* home-s-5 */

.home-s-5 .table th {
  width: 33.33%;
}

.home-s-5 .table thead tr th:first-child {
  width: 25%;
}

/* home-s-6 */

.home-s-6 .table th {
  width: 37%;
}

.home-s-6 .table thead tr th:first-child {
  width: 26%;
}

/* home-s-7 */

.home-s-7 .table th {
  width: 20%;
}

/* home-s-8 */

.home-s-8 .table tr th:nth-child(2),
.home-s-8 .table tr th:nth-child(3) {
  width: 39%;
}

/* home-s-9 */

/* home-s-10 */
/* home-s-11 */

.home-s-11 .table th {
  width: 25%;
}

.home-s-11 .info-list__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: unset;
}

.home-s-11 .info-list p {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* home-s-12 */
/* home-s-13 */
/* home-s-14 */

.rating-review {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.rating-review__item {
  position: relative;
  max-width: 600px;
  width: calc(33.3% - 14px);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #7800ff;
  background: linear-gradient(139deg, #1f183c 11.67%, #14002a 51.42%, #350b64 90.42%);
  box-shadow: 0 0 30px 10px rgba(53, 11, 100, 0.7);
}

.rating-review__item > :nth-child(2) {
  margin-top: 0;
}

.rating-review__title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  align-items: center;
  text-align: center;
  color: var(--tertiary-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rating-review__title > span {
  display: flex;
  flex: 3;
}

.rating-review__title > div {
  height: 100%;
  min-width: max-content;
  display: flex;
  flex: 1;
}

.rating-review__title > div > img {
  width: 26px;
  height: 26px;
}

.rating-review__text {
  margin-top: 0;
  text-align: center;
  color: var(--primary-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/* home-s-15 */

.home-s-15 .relative {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  width: 100%;
}

.home-s-15 .table-banner-wrapper {
  flex: 1;
  min-width: 0;
  width: 0;
}

.home-s-15 .table-banner tr::after {
  left: 0px;
  width: 100%;
}

.home-s-15 .table-banner {
  border-radius: 12px;
  background: linear-gradient(139deg, #1f183c 11.67%, #14002a 51.42%, #350b64 90.42%);
  backdrop-filter: blur(7.5px);
}

.home-s-15 .table-banner thead tr {
  text-align: center;
}

.home-s-15 .table-banner tbody tr,
.home-s-15 .table-banner thead {
  position: relative;
  border-bottom: 1px solid transparent;
  text-align: center;
}

.home-s-15 .table-banner thead tr::after,
.home-s-15 .table-banner tbody tr:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(
      90deg,
      rgba(12, 175, 187, 0) 0%,
      rgba(12, 175, 187, 0.45) 25%,
      rgba(12, 175, 187, 0.6) 50%,
      rgba(12, 175, 187, 0.45) 75%,
      rgba(12, 175, 187, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(12, 175, 187, 0) 0%,
      rgba(12, 175, 187, 0.45) 25%,
      rgba(12, 175, 187, 0.6) 50%,
      rgba(12, 175, 187, 0.45) 75%,
      rgba(12, 175, 187, 0) 100%
    )
    1;
}

.home-s-15 th,
.home-s-15 td {
  width: 33.33%;
}

.home-s-15 .table-banner {
  min-width: 520px;
}

.home-s-15__score {
  display: flex;
  width: 100%;
  max-width: 370px;
  flex-shrink: 0;
  padding: 16px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #7800ff;
  background: linear-gradient(139deg, #1f183c 11.67%, #14002a 51.42%, #350b64 90.42%);
  box-shadow: 0 0 30px 10px rgba(53, 11, 100, 0.7);
}

.home-s-15__score > img {
  width: 350px;
}

.home-s-15__score > span {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-s-15__score > p {
  margin-top: 12px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc700 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* home-s-16 */
