select#countryLang {
  min-width: 150px;
  padding: 12px 12px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  right: 0;
  font-size: 16px;
  outline: none;
}
.map {
  background: rgba(223, 223, 243, 0.1);
  padding: 100px 0;
  background-color: rgba(223, 223, 243, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 52%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.map_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.map_text {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 106px;
}
.tableWrp {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(246, 246, 246, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 20px 10px;
  min-height: 700px; /* Фиксированная высота для 8 строк + header + padding (644px + 56px) */
  overflow: hidden; /* Скрываем лишнее, чтобы не было скачков */
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  contain: layout style paint; /* Оптимизация рендеринга для предотвращения скачков */
  will-change: height; /* Подсказка браузеру для оптимизации */
}
.map_titleSecond {
  margin-top: 70px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}
.map_textSecond {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.75;
  text-align: center;
  margin-bottom: 20px;
}
.map_btn {
  display: block;
  max-width: 346px;
  margin: 0 auto;
}

.earn {
  padding: 100px 0;
}
.earn_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.earn_text {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.earn_wrp {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
}
.earn_img {
  margin-right: 20px;
}
.earn_subtitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.earn_subtext {
  font-size: 16px;
  line-height: 26px;
  color: #000000;

  opacity: 0.75;
}
.earn_subtext:first-of-type {
  margin-bottom: 15px;
}
.earn_hr {
  background: #000000;
  opacity: 0.3;
  border-radius: 2px;
  height: 2px;
  margin: 20px 0;
}
.earn_list {
  list-style: none;
}
.earn_item {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
}
.earn_item:last-of-type {
  margin-bottom: 0;
}
.earn_item img {
  margin-right: 5px;
  width: 24px;
  object-fit: cover;
}

.review {
  padding: 100px 0;
  background: linear-gradient(135deg, #075fa6 0%, #0a7bc4 50%, #075fa6 100%);
  background-size: 200% 200%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.review::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.review_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.review_text {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.review_slider {
  margin: 60px 0;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.review_item {
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: block;
  box-shadow: none;
  border: none;
  transition: none;
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.review_item-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12), 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.review_item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981 0%, #059669 50%, #10b981 100%);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  border-radius: 24px 24px 0 0;
}

@keyframes shimmer {
  0%,
  100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
}

.review_item-content:hover {
  transform: translateY(-4px);
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16), 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.review_item-image {
  flex-shrink: 0;
  width: 280px;
  max-width: 280px;
  min-width: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.review_item-image img {
  width: 100%;
  height: auto;
  max-height: 350px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.review_item-content:hover .review_item-image img {
  transform: scale(1.02);
}

.review_item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.review_item-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review_item-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  color: #1a202c;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.review_item-location {
  font-size: 16px;
  line-height: 1.5;
  color: #4a5568;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review_item-location::before {
  content: '📍';
  font-size: 14px;
}

.review_item-text {
  font-size: 16px;
  line-height: 1.75;
  color: #2d3748;
  margin: 0;
  flex: 1;
}

.review_item-profit {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.review_item-profit-label {
  font-size: 16px;
  color: #4a5568;
  font-weight: 500;
}

.review_item-profit-amount {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mySwiperReview {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mySwiperReview .swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.mySwiperReview .swiper-slide {
  height: auto;
  display: flex;
  width: 100%;
  flex-shrink: 0;
}

.mySwiperReview .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.mySwiperReview .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  height: 10px;
  width: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mySwiperReview .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}

.mySwiperReview .swiper-pagination-bullet-active {
  background: #ffffff;
  border-color: #ffffff;
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
}

.review_inner {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12), 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  max-width: 800px;
  width: 100%;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0;
  flex-direction: row;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.review_inner * {
  box-sizing: border-box;
}

.hero_part3 {
  overflow: hidden;
}

.hero_part3 .review_inner {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 30px 35px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero_part3 .review_inner-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.hero_part3 .review_inner-btn {
  flex-shrink: 0;
  max-width: 200px;
  min-width: 160px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .hero_part3 .review_inner {
    padding: 30px 35px;
    gap: 20px;
  }
  .hero_part3 .review_inner-btn {
    max-width: 180px;
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .hero_part3 .review_inner {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .hero_part3 .review_inner-content {
    text-align: center;
    width: 100%;
  }
  .hero_part3 .review_inner-title {
    text-align: center;
  }
  .hero_part3 .review_inner-text {
    text-align: center;
  }
  .hero_part3 .review_inner-btn {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    align-self: center;
  }
}

.review_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981 0%, #059669 50%, #10b981 100%);
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  border-radius: 24px 24px 0 0;
}

.review_inner:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.16), 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.review_inner-content {
  flex: 1;
}

.review_inner-title {
  text-align: left;
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a202c;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.review_inner-text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  text-align: left;
  margin: 0;
}

.review_inner-btn {
  max-width: 280px;
  flex-shrink: 0;
  white-space: nowrap;
}

.features {
  padding: 100px 0;
}
.features_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.features_text {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.75;
}
.features_inner {
  margin-top: 60px;
  display: flex;
}
.features_item {
  padding: 20px;
  min-height: 275px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 33%;
}
.item2 {
  padding: 60px 30px;
  margin: -17px -10px;
  z-index: 2;
  width: 35%;
  background-color: #fff;
}
.item1::before {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 3px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 1;
}
.item1::after {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  z-index: -2;
}
.item1 .features_itemContent::after {
  content: '';
  opacity: 0.1;
  background-position: -100% 0%;
  background-repeat: no-repeat;
  width: 202px;
  height: 270px;
  top: 1px;
  right: 0;
  position: absolute;
  z-index: -1;
}
.item2 .features_itemContent::after {
  content: '';
  opacity: 0.1;
  background-position: -100% 0%;
  background-repeat: no-repeat;
  width: 202px;
  height: 270px;
  top: 20px;
  right: 0;
  position: absolute;
  z-index: -1;
}
.item2::before {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: #fff;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 3px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 1;
}
.item2::after {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  z-index: -2;
}
.item3 .features_itemContent::after {
  content: '';
  opacity: 0.1;
  background-position: -100% 0%;
  background-repeat: no-repeat;
  width: 202px;
  height: 270px;
  top: 3px;
  right: 0;
  position: absolute;
  z-index: -1;
}
.item3::before {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 3px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 1;
}
.item3::after {
  content: '';
  background-position: -100% 0%;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  z-index: -2;
}
.footer_text h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer_text p {
  font-size: 14px;
  margin-bottom: 10px;
}
.features_subtitle {
  opacity: 1;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.features_subtext {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.faq {
  background: rgba(223, 223, 243, 0.1);
  border-top: 1px solid #dfdff3;
  border-bottom: 1px solid #dfdff3;
  padding: 100px 0;
}
.faq_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.faq_text {
  font-size: 20px;
  line-height: 20px;
  opacity: 0.75;
  text-align: center;
}
.faq_wrapper {
  max-width: 980px;
  margin: 60px auto 0;
}
.faq_item {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.faq_item:last-child {
  margin-bottom: 0;
}
.faq_titleWrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.faq_arrow {
  width: 18px;
  height: 10px;
  background-repeat: no-repeat;
}
.active .faq_arrow {
  width: 20px;
}
.faq_desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.faq_item.active {
  position: relative;
  background: linear-gradient(270deg, #90bff0 0%, #075fa6 100%);
}
.faq_item.active::after {
  content: '';
  width: 100px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.faq_item.active .faq_desc {
  margin-top: 15px;
  color: #fff;
  max-height: 100%;
}

.faq_item.active .faq_subtitle {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.last {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0% 175%;
}
.footer {
  background: #000000;
  padding: 50px 0;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_logo {
  height: 43px;
}
.footer_disclaimers {
  display: flex;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #ffffff;
  opacity: 0.5;
  list-style: none;
}
.footer_disclaimers a {
  color: #ffffff;
  opacity: 0.5;
  margin-left: 20px;
}
.footer_text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.4;
}
.footer_text b {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .last {
    background-repeat: no-repeat;
    background-position: 40% 175%;
  }
}
.last_inner {
  padding-top: 100px;
  align-items: normal;
  justify-content: space-around;
}
.last_part1 {
  justify-content: center;
}
.last_subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 30px;
}
.last_text {
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .map {
    padding: 50px 0;
    background-position: 50% 57%;
  }
  .map_title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 12px;
  }
  .map_text {
    font-size: 20px;
    line-height: 26px;
    opacity: 0.75;
    margin-bottom: 60px;
  }
  .map_titleSecond {
    margin-top: 50px;
  }

  .earn {
    padding: 50px 0 40px;
  }
  .earn_title {
    font-size: 45px;
    line-height: 45px;
  }
  .earn_text {
    line-height: 26px;
  }
  .earn_wrp {
    margin-top: 40px;
  }
  .earn_img {
    width: calc(50% - 8px);
    margin-right: 16px;
  }

  .features {
    padding: 50px 0;
  }
  .features_title {
    font-size: 45px;
    line-height: 45px;
  }
  .features_text {
    font-size: 20px;
    line-height: 26px;
  }
  .features_inner {
    margin-top: 30px;
    flex-direction: column;
  }
  .features_item {
    width: 100%;
    height: 275px;
  }
  .features_itemContent {
    max-width: 350px;
  }
  .item2 {
    margin: 30px 0;
    height: 308px;
  }
  .item1 .features_itemContent::after {
    width: 270px;
    height: 270px;
    background-position: 0 0;
    right: 40px;
  }
  .item2 .features_itemContent::after {
    width: 270px;
    height: 270px;
    background-position: 0 0;
    right: 25px;
  }
  .item3 .features_itemContent::after {
    width: 270px;
    height: 270px;
    background-position: 0 0;
    right: 40px;
  }
  .item1::before {
    height: 5px;
    bottom: 3px;
  }
  .item1::after {
    height: 5px;
  }
  .item3::before {
    height: 5px;
    bottom: 3px;
  }
  .item3::after {
    height: 5px;
  }

  .faq {
    padding: 50px 0;
  }
  .faq_wrapper {
    margin-top: 30px;
  }
  .faq_title {
    font-size: 45px;
    line-height: 45px;
  }
  .faq_text {
    line-height: 26px;
  }

  .last {
    background-position: 65% 155%;
  }
}
@media (max-width: 1023px) {
  .map {
    padding: 50px 0;
    background-position: 50% 59%;
  }
  .earn_wrp {
    position: relative;
    margin-bottom: 190px;
  }
  .earn_listWrp {
    position: absolute;
    bottom: -190px;
    left: 0;
    width: 100%;
  }
  .earn_hr {
    margin: 30px 0;
  }
  .earn_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 126px;
  }
  .earn_item {
    margin-right: 125px;
  }
  .earn_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .review {
    background-size: 150%;
    padding: 50px 0;
  }
  .review_title {
    font-size: 45px;
    line-height: 1.2;
  }
  .review_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .review_slider {
    margin: 40px 0;
  }
  .review_item-content {
    padding: 30px;
    gap: 30px;
    flex-direction: row;
  }
  .review_item-image {
    width: 220px;
    max-width: 220px;
    min-width: 180px;
  }
  .review_item-image img {
    max-height: 280px;
  }
  .review_item-name {
    font-size: 28px;
  }
  .review_item-profit-amount {
    font-size: 28px;
  }
  .review_inner {
    padding: 30px 35px;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
  }
  .hero_part3 .review_inner {
    margin: 0;
    max-width: 100%;
    padding: 30px 35px;
  }
  .review_inner-title {
    font-size: 30px;
    text-align: center;
  }
  .review_inner-text {
    text-align: center;
  }
  .review_inner-btn {
    max-width: 100%;
    width: 100%;
  }

  .faq_subtitle {
    max-width: 75%;
  }
  .faq_desc {
    max-width: 75%;
  }
  .last_inner {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .map {
    padding: 29px 0 35px;
    background-position: 50% 100%;
    background-size: 455%;
  }
  .map_text {
    margin-bottom: 22px;
  }
  .map_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .map_text {
    font-size: 14px;
    line-height: 24px;
  }
  .map_titleSecond {
    margin-top: 30px;
    font-size: 26px;
    line-height: 26px;
  }
  .map_textSecond {
    font-size: 14px;
    line-height: 24px;
  }
  .earn {
    padding: 30px 0;
  }
  .earn_title {
    font-size: 30px;
    line-height: 30px;
  }
  .earn_text {
    font-size: 14px;
    line-height: 24px;
  }
  .earn_wrp {
    margin-top: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .earn_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .earn_subtitle {
    font-size: 30px;
    line-height: 30px;
  }
  .earn_subtext {
    font-size: 14px;
    line-height: 24px;
  }
  .earn_listWrp {
    position: initial;
  }
  .earn_hr {
    margin: 20px 0;
  }
  .earn_list {
    height: unset;
  }
  .earn_item:nth-of-type(4) {
    margin-bottom: 10px;
  }
  .earn_item {
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .review {
    background-size: 375%;
    padding: 30px 0;
  }
  .review_title {
    font-size: 30px;
    line-height: 1.2;
  }
  .review_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .review_slider {
    margin: 20px 0;
  }
  .review_item-content {
    padding: 24px 20px;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }
  .review_item-content::before {
    height: 3px;
    border-radius: 20px 20px 0 0;
  }
  .review_item-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .review_item-image img {
    border-radius: 16px;
  }
  .review_item-body {
    gap: 16px;
    width: 100%;
  }
  .review_item-header {
    text-align: center;
    gap: 6px;
  }
  .review_item-name {
    font-size: 24px;
    text-align: center;
  }
  .review_item-location {
    font-size: 14px;
    justify-content: center;
  }
  .review_item-text {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .review_item-profit {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .review_item-profit-label {
    font-size: 14px;
  }
  .review_item-profit-amount {
    font-size: 24px;
  }
  .mySwiperReview .swiper-pagination {
    margin-top: 20px;
  }
  .mySwiperReview .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    border-width: 1.5px;
  }
  .mySwiperReview .swiper-pagination-bullet-active {
    transform: scale(1.15);
  }
  .review_inner {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .hero_part3 .review_inner {
    margin: 0;
    max-width: 100%;
    padding: 30px 20px;
  }
  .review_inner::before {
    height: 3px;
    border-radius: 20px 20px 0 0;
  }
  .review_inner-content {
    text-align: center;
  }
  .review_inner-title {
    font-size: 24px;
    text-align: center;
  }
  .review_inner-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .review_inner-btn {
    max-width: 100%;
    width: 100%;
  }

  .features {
    padding: 30px 0;
  }
  .features_title {
    font-size: 30px;
    line-height: 30px;
  }
  .features_text {
    font-size: 14px;
    line-height: 24px;
  }
  .features_inner {
    margin-top: 20px;
  }
  .features_item {
    padding: 30px 20px;
    height: unset;
    min-height: unset;
    overflow: hidden;
  }
  .features_itemContent {
    max-width: 350px;
  }
  .features_subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  .features_subtext {
    font-size: 14px;
    line-height: 24px;
  }
  .item2 {
    margin: 20px 0;
    height: unset;
  }
  .item1 .features_itemContent::after {
    background-position: -100% 0%;
    width: 205px;
    height: 270px;
    top: -85px;
    right: 0;
  }
  .item2 .features_itemContent::after {
    background-position: -100% 0%;
    width: 202px;
    height: 270px;
    top: -5px;
    right: 0;
  }
  .item3 .features_itemContent::after {
    background-position: -100% 0%;
    width: 202px;
    height: 270px;
    top: 3px;
    right: 0;
  }
  .item1::before {
    height: 5px;
    bottom: 3px;
  }
  .item1::after {
    height: 5px;
  }
  .item3::before {
    height: 5px;
    bottom: 3px;
  }
  .item3::after {
    height: 5px;
  }

  .faq {
    padding: 30px 0;
  }
  .faq_wrapper {
    margin-top: 20px;
  }
  .faq_title {
    font-size: 30px;
    line-height: 30px;
  }
  .faq_text {
    font-size: 14px;
    line-height: 24px;
  }
  .faq_subtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .faq_item.active .faq_desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .last_inner {
    padding-top: 30px;
  }
  .last_subtitle {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .last_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .last_text:last-of-type {
    margin-bottom: 20px;
  }
  .last .hero_part3 {
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px 0;
  }
  .footer_inner {
    flex-direction: column;
  }
  .footer_disclaimers {
    font-size: 10px;
    line-height: 10px;
  }
  .footer_disclaimers a {
    margin-top: 30px;
  }
  .first a:first-of-type {
    margin-left: 0;
  }
  .footer_text {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 413px) {
  .sliderItem_textWrp {
    min-height: 215px;
  }
}
