.main {
  position: relative;
  padding: 60px 8px 0;
  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: 16px;
  line-height: normal;
  color: var(--tertiary-text-color);
}

.prime__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
}

.prime__title > span {
  display: block;
}

.prime__text {
  margin-bottom: 24px;
  max-width: 600px;
}

/* home-s-1 */

/* pros-cons */

.pros-cons {
  display: flex;
  gap: 10px;
}

.pros-cons__item {
  padding: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(212, 222, 232, 0.5);
}

.pros-cons__item--pros {
  background-image: url(../images/home-bg-2.svg);
  background-size: cover;
  background-position: center;
}

.pros-cons__item--cons {
  background-image: url(../images/home-bg-3.svg);
  background-size: cover;
  background-position: center;
}

.pros-cons__item--cons .list > li::before {
  background-color: #d63def;
}

.pros-cons__title {
  min-height: 60px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-text-color);
  text-transform: uppercase;
}

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

.pros-cons > .pros-cons__item:last-child > .pros-cons__title > span {
  font-size: 45px;
}

.pros-cons .list li {
  width: 100%;
}

.pros-cons .list li p {
  margin-top: 6px;
}

/* banner-1 */
/* home-s-2 */

/* home-s-3 */

.home-s-3 .feature-list {
  max-width: 680px;
  width: 100%;
}

.home-s-3 .ios-block > div:nth-child(2) {
  margin-left: auto;
  width: 680px;
}

/* home-s-4 */
/* home-s-5 */
/* home-s-6 */
/* home-s-7 */
/* home-s-8 */
/* home-s-9 */
/* home-s-10 */
/* home-s-11 */
/* home-s-12 */
/* home-s-13 */

/* home-s-14 */

.rating-review {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.rating-review__item {
  min-height: 350px;
  width: calc(33.3% - 6px);
  padding: 40px 12px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: var(--primary-bg-color);
  border: 1px solid rgba(212, 222, 232, 0.5);
  background-size: cover;
  background-position: center;
}

.rating-review > .rating-review__item:nth-child(odd) {
  background-image: url(../images/home-bg-2.svg);
}

.rating-review > .rating-review__item:nth-child(even) {
  background-image: url(../images/home-bg-3.svg);
}

.rating-review__item > :nth-child(2) {
  margin-top: 0;
}

.rating-review__title {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: 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;
  text-align: center;
}

.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 {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

/* home-s-15 */

.home-s-15 .bg-img-block {
  padding: 44px 54px;
}

.rating-slot {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.rating-slot__item {
  width: calc(50% - 8px);
  min-height: 79px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  background-color: rgba(12, 158, 85, 0.4);
  backdrop-filter: blur(7.5px);
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.rating-slot__item > span {
  display: flex;
  flex: 3;
}

.rating-slot__item > div {
  min-width: max-content;
  display: flex;
  flex: 1;
}

.rating-slot__item > div > img {
  width: 36px;
  height: 36px;
}

/* home-s-16 */

.home-s-16 {
  margin-bottom: 0;
}

.home-s-16 {
  background-image: url(../images/home-bg-14.webp);
  background-size: cover;
  background-position: center;
}

.home-s-16 h2 {
  padding: 0;
  background: none;
  color: var(--primary-text-color);
}

.home-s-16__content {
  max-width: 635px;
}

.home-s-16__content > :first-child {
  margin-top: 0;
}
