.showcase__text {
  font-size: 24px;
  line-height: 138%;
  margin-bottom: 38px;
  color: var(--theme-text-color);
}

.showcase__text span {
  color: var(--theme-text-color);
}

@media screen and (max-width: 1240px) {
  .showcase__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.hosting__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

@media screen and (max-width: 991px) {
  .hosting__blocks {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hosting__blocks {
    grid-template-columns: 1fr;
  }
}

.hosting__block {
  padding: 24px 32px 41px;
  background: #1a1832;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .hosting__block {
    padding: 24px 20px 30px;
  }
}

.hosting__img {
  width: 245px;
  height: 197px;
  margin: 0 auto;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosting__img img {
  max-width: 100%;
}

.hosting__title-block {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 10px;
  color: var(--theme-primary-text);
}

.hosting__price {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.hosting__popular {
  width: 260px;
  height: 35px;
  background: var(--color-primary);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin: 0 auto;
  margin-bottom: 11px;
}

.hosting__inner {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.hosting__text {
  font-size: 18px;
  line-height: 175%;
  max-width: 606px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 47px;
}

.hosting__amount {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.hosting__amount svg {
  margin-right: 12px;
  flex-shrink: 0;
}

.hosting__amount p {
  margin: 0;
  padding: 0;
}

.hosting__list {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 6px;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .hosting__list {
    font-size: 18px;
  }
}

.hosting__list li {
  display: flex;
  align-items: center;
}

.hosting__list svg {
  margin-right: 19px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosting__block-info {
  margin-bottom: 21px;
}

.why {
  padding: 44px 0;
  background-image: url(../../images/paper.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .why {
    padding: 13px 0 19px;
  }
}

.why__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 42px;
  line-height: 138%;
  margin-bottom: 43px;
  color: var(--theme-primary-text);
}

@media screen and (max-width: 1240px) {
  .why__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .why__title {
    justify-content: center;
    font-size: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .why__title {
    font-size: 33px;
    margin-bottom: 32px;
  }
}

.why__text {
  font-size: 17px;
  line-height: 162%;
  color: var(--theme-text-color);
}

.hosting {
  padding: 173px 0 50px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1240px) {
  .hosting {
    padding: 150px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .hosting {
    padding: 123px 0 50px;
  }
}

.hosting__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 61px;
  line-height: 71px;
  color: var(--theme-primary-text);
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1240px) {
  .hosting__title {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.hosting__text {
  font-size: 18px;
  line-height: 175%;
  max-width: 606px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 47px;
}

.wrapper.active .why__title {
  color: var(--theme-title-color);
}

.wrapper.active .why {
  background-image: url(../../images/whitepaper.png);
}

.wrapper.active .hosting__title {
  color: var(--theme-title-color);
}

.wrapper.active .hosting__text {
  color: var(--theme-text-color);
}

.wrapper.active .showcase__text,
.wrapper.active .showcase__text span {
  color: var(--theme-text-color);
}

.wrapper.active .why__text {
  color: var(--theme-text-color);
}

.wrapper.active .reviews__text {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__block {
  background: #fbfbfb;
}

.wrapper.active .hosting__block:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.wrapper.active .hosting__amount {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__list {
  color: var(--theme-text-color);
}

.reviews__text {
  font-size: 17px;
  line-height: 162%;
  margin-bottom: 14px;
  color: var(--theme-text-color);
}

@media screen and (max-width: 1240px) {
  .reviews__text {
    font-size: 16px;
  }
}