.card-hero-block {
  padding-bottom: 40px;
}

.card-hero-block__button--wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.otpcard-features__item-title {
  font-size: 32px;
  font-weight: 500;
}

.otpcard-features__item-image {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.otpcard-features__item-image.small {
  max-width: 160px;
  width: 100%;
  height: auto;
}

.otpcard-features__item-bottom {
  padding: 12px 16px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.otpcard-features__item-bottom-icon {
  margin-right: 12px;
  max-width: 50px;
  max-height: 50px;
}

.otpcard-features__item-bottom-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  justify-content: start;
  align-items: start;
}

.otpcard-features__item-bottom-text span {
  font-size: 14px;
  color: #a6a6a6;
  text-align: left;
}

.otpcard-features__item-bottom-price {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding: 5px 8px;
  border-radius: 20px;
  background: #f4f4f4;
  margin-left: auto;
  white-space: nowrap;
}

.otpcard-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-hero-block__text {
  text-align: center;
  margin-bottom: 0;
}

.button-secondary.white {
  background: white;
}

.button-secondary.white:hover {
  background: rgb(233, 233, 233);
}

.partner-cards__big-card {
  max-width: 386px;
}

.partner-cards__small-card {
  background-color: #f4f4f4;
}

.partner-cards__item-image {
  max-width: 387px;
  width: 100%;
}

.p-modal__content--img-wrapper {
  max-width: 314px;
}

.p-modal__content--img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.p-modal__content {
  max-height: unset;
  justify-content: center;
}

.button-primary.mobile {
  display: none;
}

@media screen and (max-width: 1262px) {
  .otpcard-features__item-bottom-text span {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-hero-slider {
    padding-top: 0;
  }
  .otpcard-features.slider {
    display: none;
  }
  .card-hero-block__button--wrapper {
    flex-direction: column;
    order: 2;
    gap: 12px;
    margin-top: 28px;
    width: 100%;
  }

  .otpcard-features__item-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.2px;
    letter-spacing: -0.11px;
  }

  .otpcard-features__item-image {
    max-width: 172px;
  }

  .otpcard-features__item {
    padding: 24px;
  }

  .otpcard-features__item-bottom-icon {
    margin-right: 9px;
    max-width: 40px;
    max-height: 40px;
  }

  .otpcard-features__item-bottom-text {
    font-size: 14px;
  }

  .otpcard-features__item-bottom-price {
    font-size: 12px;
  }

  .otpcard-features__item-image.small {
    max-width: 130px;
  }

  .partner-cards__big-card {
    max-width: 100%;
  }
  .button-primary.desktop {
    display: none;
  }
  .button-primary.mobile {
    display: flex;
  }

  .partner-cards__item-text-block_title {
    font-size: 28px;
  }

  .partner-cards__item-text-block_title.white {
    font-size: 30px;
  }
}
