.ctariffs {
  padding-top: clamp(80px, 13vw, 165px);
  margin-top: calc(-1 * clamp(56px, 10vw, 106px));
  position: relative;
  margin-bottom: var(--section-margin);
}
.ctariffs:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../../assets/img/page-banner.webp") no-repeat center/cover;
  pointer-events: none;
}
.ctariffs__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ctariffs__title {
  text-align: center;
  margin-bottom: 24px;
}
.ctariffs__snippet {
  text-align: center;
  margin-bottom: 24px;
}
.ctariffs--yearly .ctariff__monthly {
  display: none;
}
.ctariffs--yearly .ctariff__yearly {
  display: block;
}
@media (width < 1080px) {
  .ctariffs__wrapper {
    max-width: 640px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (width < 768px) {
  .ctariffs:after {
    background-position: top left;
    background-size: contain;
  }
  .ctariffs__title {
    margin-bottom: 30px;
  }
}

.pswitch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.pswitch__label {
  transition: 0.3s;
}

.ctariff {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 3.22px 32.18px 0px rgba(166, 130, 249, 0.4);
  display: flex;
  flex-direction: column;
  position: relative;
	z-index: 2;
}
.ctariff .cbadge {
  position: absolute;
  top: 24px;
  right: 24px;
}
.ctariff--1 {
  border: 2px solid var(--color-accent);
}
.ctariff__title {
  margin-bottom: 12px;
}
.ctariff__subtitle {
  margin: 24px 0;
  min-height: 104px;
}
.ctariff__monthly {
  display: block;
  font-weight: 500;
}
.ctariff__yearly {
  display: none;
  font-weight: 500;
}
.ctariff__old-price {
  font-size: 32px;
  color: var(--color-dark-80);
  text-decoration: line-through;
  margin-left: 8px;
}
.ctariff__features {
  margin-top: 24px;
}
.ctariff__feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ctariff__feature svg {
  flex-shrink: 0;
}
.ctariff__feature + .ctariff__feature {
  margin-top: 16px;
}
.ctariff__description {
  color: var(--color-dark-80);
  margin-top: 24px;
}
.ctariff__action .btn {
  width: 100%;
}
@media (width < 1080px) {
  .ctariff__subtitle {
    min-height: auto;
  }
}
@media (width < 992px) {
  .ctariff__monthly, .ctariff__yearly {
    font-size: 48px;
  }
}

/*# sourceMappingURL=style.css.map */
