.power {
  padding-block: 60px;
}

.power h2 {
  color: #fff;

  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.power p {
  color: #fff;

  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.power h3 {
  color: #fff;

  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.power__container {
  border-radius: 15px;
  border: 3px solid #2f106d;

  background: #27648b;
  padding: 40px 70px;
  max-width: 868px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: #000;
}

.power__text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.power__calc-container {
  width: 100%;
  max-width: 728px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.power__calc-value span {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.irs {
  width: 100%;
  margin-bottom: 40px;
}

.irs--round.irs-with-grid {
  height: 75px;
}

.irs-grid-pol {
  display: none;
}

.irs-grid-text {
  color: #fff !important;
  opacity: 0.6;
  text-align: center;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.irs-grid-text:last-child {
  right: -10px;
  left: auto !important;
}

.irs--round .irs-line {
  height: 8px;
  top: 34px;
  background-color: #0f0;
}

.irs--round .irs-bar {
  height: 8px;
  top: 34px;
  background-color: #f03932;
}

.irs--round .irs-handle {
  top: 22px;
  width: 32px;
  height: 32px;
  background-image: url("../images/slider-handle.svg");
  background-position: center;
  border: none !important;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

.reviews-item {
  display: flex;
  flex-direction: column;
}

.reviews-item__image {
  flex-shrink: 0;
}

.reviews-item__author {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.reviews__wrapper.type-2 .reviews-item__author {
  width: 50%;
}

.header__timer span {
  padding-inline: 6px;
  border-radius: 3px;
  background: #fff;
  color: #f03932;
  font-weight: 700;
}

.hero__arrow-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hero-incomes-container {
  position: absolute;
  left: 48px;
  bottom: 200px;
}

.hero-incomes-item {
  padding: 8px 16px;
  border-radius: 10px;
  border: 2px solid #2f106d;
  background: #27648b;
  width: 330px;

  flex-direction: row;
  align-items: center;
  gap: 15px;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  display: flex;
  top: 0;
  left: -600px;
}

.hero-incomes-item.active {
  left: 0;
  opacity: 1;
}

.hero-incomes-item__image {
  flex-shrink: 0;
}

.hero-incomes-item p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero-incomes-item p span:nth-child(2) {
  color: #0f0;
  text-transform: uppercase;
}

.hero-incomes-item p span:nth-child(3) {
  color: #f03932;
}

.hero-incomes-item p span:nth-child(5) {
  font-weight: 400;
}

.seo__main-container {
  display: flex;
  flex-direction: row;
}

.seo .hero__content {
  max-width: 800px;
}

#bottom-hero {
  background-image: url("../images/bl10_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  .hero__arrow-container > a {
    display: none;
  }

  .hero-incomes-container {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-incomes-item.active {
    left: 50%;
    transform: translateX(-50%);
  }

  .power {
    padding-block: 160px;
    background-size: auto 100%;
  }

  .power__container {
    padding: 30px 10px;
  }
}

@media (max-width: 720px) {
  .hero-incomes-container {
    bottom: 100px;
  }

  .seo .modal__title {
    font-size: 2.1875rem !important;
  }

  .irs-grid-text {
    font-size: 0.675rem !important;
  }
}
