@font-face {
  font-family: "Circe";
  src: url("../../../../assets/fonts/Circe/Circe-Regular.woff2") format("woff2"),
       url("../../../../assets/fonts/Circe/Circe-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("../../../../assets/fonts/CirceBold/Circe-Bold.woff2") format("woff2"),
       url("../../../../assets/fonts/CirceBold/Circe-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("../../../../assets/fonts/CirceExtraBold/Circe-ExtraBold.woff2") format("woff2"),
       url("../../../../assets/fonts/CirceExtraBold/Circe-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --pf-bg: #ededeb;
  --pf-surface: #f7f7f6;
  --pf-card: #f7f7f6;
  --pf-text: #4e5162;
  --pf-text-muted: #8f919c;
  --pf-brand: #da5250;
  --pf-brand-pressed: #b83640;
  --pf-accent: #efdf8a;
  --pf-dark-btn: #5a5d6f;
  --pf-border: #e3e2de;
  --pf-success: #2f8a57;
  --pf-error: #c63f4e;
  --pf-radius-xl: 24px;
  --pf-radius-lg: 18px;
  --pf-radius-md: 12px;
  --pf-shadow: 0 2px 8px rgba(35, 35, 52, 0.04);
}

* {
  box-sizing: border-box;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

body.pay_page {
  margin: 0;
  background: var(--pf-bg);
  color: var(--pf-text);
  font-family: "Circe", "Exo 2", "Segoe UI", sans-serif;
  font-weight: 400;
}

body.pf-mobile-cart-open {
  overflow: hidden;
  overscroll-behavior: none;
}

a {
  color: inherit;
}

.pf-page {
  min-height: 100vh;
}

.pf-mobile-form-error,
.pf-mobile-actions,
.pf-mobile-cart {
  display: none;
}

.pf-container {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
}

.pf-header {
  background: #f4f4f3;
  border-bottom: 1px solid rgba(72, 73, 87, 0.08);
}

.pf-header__inner {
  min-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.pf-logo {
  display: inline-flex;
  align-items: center;
}

.pf-logo img {
  width: 96px;
  height: auto;
}

.pf-header__meta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  align-items: start;
  gap: 12px 28px;
  flex: 1;
}

.pf-meta-block {
  font-size: 11px;
  line-height: 1.35;
}

.pf-meta-block strong {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.pf-meta-block span {
  display: block;
}

.pf-meta-block--location {
  text-align: right;
}

.pf-header__cta {
  border: none;
  background: var(--pf-brand);
  color: #fff;
  border-radius: 11px;
  height: 42px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
}

.pf-main {
  padding: 175px 0 35px;
}
.pf-main.add_dop{
  padding: 215px 0 35px;
}

.pf-alert {
  border-radius: var(--pf-radius-md);
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}

.pf-alert--error {
  background: #ffe9eb;
  border: 1px solid #f8b8c0;
  color: #9f2130;
}

.pf-alert--success {
  background: #ecfaf1;
  border: 1px solid #b6e7c6;
  color: #1f7144;
}

.pf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}

.pf-layout > * {
  min-width: 0;
}

.pf-content-title {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.pf-step-title {
  font-size: clamp(28px, 1.75vw, 34px);
  line-height: 1;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.pf-step-subtitle {
  margin: -2px 0 14px;
  color: var(--pf-text-muted);
  font-size: 14px;
  font-weight: 400;
}

.pf-usp {
  margin-bottom: 14px;
  display: grid;
  gap: 8px;
}

.pf-usp__item {
  background: #f7f7f6;
  border-radius: 24px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
}

.pf-usp__item--accent {
  background: var(--pf-accent);
}

.pf-usp__copy_wrap{
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pf-usp__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.pf-usp__text {
  font-size: clamp(13px, 1.05vw, 18px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.pf-usp__subtext {
  font-size: 12px;
  color: #666876;
  line-height: 1.15;
  font-weight: 400;
}

.pf-usp__pill {
  margin-left: auto;
  background: #4d4f61;
  color: #ddca78;
  border-radius: 8px;
  padding: 5px 10px 4px 10px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
}

.pf-usp__avatar {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: cover;
  flex: 0 0 auto;
}

.pf-products {
  display: grid;
  gap: 12px;
}

@supports (content-visibility: auto) {
  .pf-products .pf-card {
    content-visibility: auto;
    contain-intrinsic-size: 260px;
  }
}

.pf-card {
  background: var(--pf-card);
  border-radius: 24px;
  padding: 15px 18px;
  box-shadow: inset 0 0 0 1px rgba(72, 73, 87, 0.04);
}

.pf-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}

.pf-card__title-wrap {
  min-width: 0;
}

.pf-card__title {
  margin: 0;
  font-size: clamp(18px, 1.35vw, 27px);
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
  font-weight: 600;
}

.pf-card__toggle {
  border: none;
  background: #ecebe8;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--pf-text);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, color 0.18s ease;
}

.pf-card__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #5a5c6c;
  border-bottom: 2px solid #5a5c6c;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.18s ease;
}

.pf-card__toggle.is-open .pf-card__toggle-icon {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.pf-card__subtitle {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--pf-text);
}

.pf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.pf-tag {
  border-radius: 4px;
  background: #e7e5df;
  color: #61626e;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px 5px 10px;
  line-height: 1;
}

.pf-tag--discount {
  background: #f2dd7b;
}

.pf-card__aside {
  margin-left: auto;
  display: inline-flex;
  align-items: flex-start;
  gap: 36px;
  flex: 0 0 auto;
  padding-top: 0;
}

.pf-price {
  text-align: right;
  min-width: 128px;
}

.pf-price__current {
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pf-price__old {
  margin-top: 7px;
  color: #b3b3b8;
  text-decoration: line-through;
  font-size: clamp(12px, 0.82vw, 15px);
  font-weight: 400;
  line-height: 1.05;
}

.pf-card__controls {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  flex: 0 0 auto;
}

.pf-btn {
  border: none;
  border-radius: 12px;
  height: 46px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.pf-btn:disabled {
  cursor: not-allowed;
}

.pf-btn--primary {
  background: var(--pf-brand);
  color: #fff;
}

.pf-btn--primary:active {
  background: var(--pf-brand-pressed);
}

.pf-btn--secondary {
  background: var(--pf-dark-btn);
  color: #f0f1f4;
}

.pf-btn--wide {
  width: 100%;
}

.pf-btn--item {
  height: 36px;
  min-width: 110px;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.pf-btn--small {
  height: 34px;
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 12px 0 12px;
}

.pf-btn--action {
  height: 46px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
}

.pf-btn--disabled {
  background: #5a5d6f;
  color: #d2d5df;
}

.pf-qty {
  min-width: 110px;
  height: 36px;
  border-radius: 10px;
  background: #ecebe8;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  gap: 4px;
}

.pf-qty__btn {
  border: none;
  background: transparent;
  color: #565768;
  font-size: 17px;
  line-height: 1;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: color 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.pf-qty__value {
  min-width: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.pf-card-details {
  margin-top: 14px;
  background: #ededeb;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50%;
  gap: 16px;
}

.pf-card-details__title {
  margin: 0 0 6px;
  font-size: clamp(18px, 1.35vw, 27px);
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

.pf-card-details__slider {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.pf-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: none;
  background: #ecebe8;
  color: var(--pf-text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.pf-card-details__counter {
  font-size: 28px;
  line-height: 1;
}

.pf-card-details__name {
  margin: 0;
  font-size: clamp(34px, 2.8vw, 44px);
  line-height: 1;
}

.pf-card-details__text {
  margin: 12px 0 0;
  color: #5a5b67;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.pf-card-details__copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pf-card-details__lead {
  margin: 0;
  color: var(--pf-text);
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.18;
  font-weight: 600;
}

.pf-card-details__group {
  margin: 0 0 8px;
  color: #6b6d79;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
}

.pf-card-details__media {
  width: 100%;
  border-radius: var(--pf-radius-md);
  overflow: hidden;
  background: #e6e5e2;
  aspect-ratio: 16 / 9;
  min-height: 190px;
}

.pf-card-details__media--interactive {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.pf-card-details__media-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(34, 35, 43, 0.68);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.pf-card-details__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-icon-btn--media {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(53, 55, 76, 0.12);
}

.pf-icon-btn--media.pf-icon-btn--prev {
  left: 12px;
}

.pf-icon-btn--media.pf-icon-btn--next {
  right: 12px;
}

[data-pf-swipe="item-slide"],
[data-pf-swipe="item-media"] {
  touch-action: pan-y;
}

.pf-card--combo .pf-card__aside {
  gap: 16px;
}

.pf-card--combo .pf-price {
  min-width: 130px;
}

.pf-card--combo .pf-qty,
.pf-card--combo .pf-btn--item {
  min-width: 166px;
  height: 34px;
  border-radius: 10px;
}

.pf-card--combo .pf-btn--item {
  font-size: 13px;
  line-height: 1;
  padding: 0 16px;
}

.pf-card--combo .pf-qty {
  padding: 0 12px;
}

.pf-card--combo .pf-qty__btn {
  width: 18px;
  height: 18px;
  font-size: 24px;
  line-height: 1;
}

.pf-card--combo .pf-qty__value {
  font-size: 13px;
}

.pf-card-details--combo {
  margin-top: 12px;
  background: #f7f7f6;
  border-radius: 34px;
  padding: 22px 24px;
  grid-template-columns: minmax(280px, 39%) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  box-shadow: inset 0 0 0 1px rgba(72, 73, 87, 0.04);
}

.pf-card-details--combo > div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pf-card-details--combo .pf-card-details__title {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.35vw, 27px);
  line-height: 1;
  font-weight: 500;
}

.pf-card-details--combo .pf-card-details__slider {
  margin-bottom: 16px;
  gap: 10px;
}

.pf-card-details--combo .pf-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 28px;
  line-height: 0.7;
}

.pf-card-details--combo .pf-card-details__counter {
  font-size: 18px;
  line-height: 1;
}

.pf-card-details--combo .pf-card-details__lead {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #4b4e5d;
}

.pf-card-details--combo .pf-card-details__name {
  margin: 0;
  font-size: clamp(14px, 1.2vw, 21px);
  line-height: 0.98;
  font-weight: 600;
  text-transform: none;
}

.pf-card-details--combo .pf-card-details__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.28;
}

.pf-card-details--combo .pf-card-details__media {
  border-radius: 30px;
  min-height: 0;
  aspect-ratio: 1.5 / 1;
}

.pf-card--combo-open {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.pf-card--combo-open .pf-card__head {
  background: #f7f7f6;
  padding: 15px 18px;
  box-shadow: inset 0 0 0 1px rgba(72, 73, 87, 0.04);
}

.pf-card--combo-open .pf-card-details--combo {
  margin-top: 8px;
}

.pf-card-details--addon {
  background: #ecebe8;
}

.pf-card-details--addon .pf-card-details__lead {
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.18;
}

.pf-card-details--addon .pf-card-details__text--full {
  margin-top: 14px;
  line-height: 1.42;
}

.pf-panel {
  background: var(--pf-surface);
  border-radius: 24px;
  box-shadow: none;
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 115px;
  margin-top: 48px;
}

.pf-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pf-panel__title {
  margin: 0;
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: 1;
  font-weight: 600;
}

.pf-panel__scroll {
  min-height: 0;
}

.pf-panel__footer {
  margin-top: auto;
}

.pf-empty {
  margin: 10px 0 0;
  color: var(--pf-text-muted);
  font-size: 0;
  font-weight: 400;
  display: none;
}

.pf-cart-section {
  margin-top: 14px;
}

.pf-cart-section__title {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--pf-text-muted);
  font-weight: 600;
  display: none;
}

.pf-cart-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.pf-cart-line__name {
  min-width: 0;
}

.pf-cart-line__meta {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
}

.pf-cart-line__qty {
  color: var(--pf-text-muted);
  font-size: 13px;
  font-weight: 400;
}

.pf-cart-line__sum {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
}

.pf-promo {
  margin-top: 14px;
  padding-bottom: 6px;
  border-bottom: none;
}

.pf-promo__label {
  display: none;
  font-size: 13px;
  color: var(--pf-text-muted);
  margin-bottom: 8px;
  font-weight: 500;
}

.pf-promo__row {
  display: flex;
  gap: 8px;
}

.pf-promo__applied {
  width: 100%;
}

.pf-promo__clear {
  width: 40px;
  min-width: 40px;
  padding: 0;
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pf-promo__clear-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.pf-promo__clear-icon::before,
.pf-promo__clear-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  margin-left: -7px;
  margin-top: -1px;
}

.pf-promo__clear-icon::before {
  transform: rotate(45deg);
}

.pf-promo__clear-icon::after {
  transform: rotate(-45deg);
}

.pf-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #ecebe8;
  color: #505161;
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
  outline: none;
}

.pf-input:focus {
  border-color: #d5d4cf;
}

.pf-input--error,
.pf-textarea--error {
  border-color: #f2a4ae;
}

.pf-promo__status {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
}

.pf-promo__status--error {
  color: var(--pf-error);
}

.pf-promo__status--ok {
  color: var(--pf-success);
}

.pf-panel .pf-promo__status--ok {
  display: none;
}

.pf-discount {
  margin-top: 10px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.pf-discount__head {
  width: 100%;
  border: none;
  background: transparent;
  color: var(--pf-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.pf-discount__head:focus,
.pf-discount__head:focus-visible,
.pf-discount__head:active {
  outline: none !important;
  box-shadow: none !important;
}

.pf-header__cta:focus-visible,
.pf-card__toggle:focus-visible,
.pf-promo__clear:focus-visible {
  outline: 2px solid rgba(78, 81, 98, 0.45);
  outline-offset: 2px;
}

.pf-icon-btn {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.pf-icon-btn:focus,
.pf-icon-btn:focus-visible,
.pf-icon-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.pf-btn:focus,
.pf-btn:focus-visible,
.pf-btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.pf-qty__btn:focus,
.pf-qty__btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

@media (hover: hover) {
  .pf-header__cta:hover {
    background: var(--pf-brand-pressed);
  }

  .pf-btn--primary:hover:not(:disabled):not(.pf-btn--disabled) {
    background: var(--pf-brand-pressed);
  }

  .pf-btn--secondary:hover:not(:disabled):not(.pf-btn--disabled) {
    background: #4e5162;
  }

  .pf-card__toggle:hover,
  .pf-icon-btn:hover {
    background: #e2e1dc;
    color: #484a5a;
  }

  .pf-qty__btn:hover,
  .pf-discount__head:hover {
    color: #3f4150;
  }

  .pf-promo__clear:hover {
    color: #fff;
  }
}

.pf-discount__head span:first-child {
  margin-right: auto;
}

.pf-discount__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pf-discount__arrow-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #5a5c6c;
  border-bottom: 2px solid #5a5c6c;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.18s ease;
  display: inline-block;
}

.pf-discount__arrow-icon.is-open {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.pf-discount__list {
  border-top: none;
  padding: 8px 0 0;
}

.pf-discount__line {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
}

.pf-total {
  margin-top: 10px;
  border-top: 1px solid var(--pf-border);
  padding-top: 12px;
}

.pf-total__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

.pf-total__title {
  font-size: clamp(18px, 1.55vw, 27px);
  line-height: 1;
  font-weight: 600;
}

.pf-total__sum {
  font-size: clamp(28px, 1.85vw, 36px);
  line-height: 1;
  font-weight: 600;
}

.pf-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.pf-action-hint {
  position: relative;
  width: 100%;
  min-width: 0;
}

.pf-action-hint > .pf-btn {
  width: 100%;
}

.pf-action-hint--disabled {
  cursor: not-allowed;
}

.pf-action-hint--disabled > .pf-btn {
  pointer-events: none;
}

.pf-action-hint__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 240px;
  max-width: min(320px, calc(100vw - 32px));
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(38, 40, 52, 0.94);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 10px 28px rgba(28, 27, 36, 0.2);
  z-index: 20;
  pointer-events: none;
}

.pf-action-hint__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 6px);
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(38, 40, 52, 0.94);
}

@media (hover: none) {
  .pf-action-hint__tooltip {
    display: none !important;
  }
}

.pf-panel .pf-actions {
  border-top: 1px solid var(--pf-border);
  padding-top: 12px;
}

.pf-checkout {
  background: var(--pf-surface);
  border-radius: 24px;
  padding: 18px;
}

.pf-checkout__title {
  margin: 0;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1;
  font-weight: 600;
}

.pf-checkout__desc {
  margin: 10px 0 0;
  color: #7a7c86;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.pf-form-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pf-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #7e808b;
  font-weight: 500;
}

.pf-field .pf-input {
  height: 42px;
  font-size: 14px;
}

.pf-form-error {
  margin-top: 10px;
  color: var(--pf-error);
  font-size: 12px;
  font-weight: 500;
}

.pf-checkout .input_robo.input_check {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.pf-checkout .pf-consent--error {
  padding: 10px 12px;
  border: 1px solid #f2a4ae;
  border-radius: 16px;
  background: rgba(242, 164, 174, 0.06);
}

.pf-checkout .input_robo.input_check .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.pf-checkout .input_robo.input_check .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pf-checkout .input_robo.input_check .checkbox label {
  min-width: 0;
  display: block;
  position: relative;
  padding-left: 35px;
  color: #3f4554;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.pf-checkout .input_robo.input_check .checkbox label::before {
  left: 0px;
}

.pf-checkout .input_robo.input_check .checkbox label::after {
  left: 0px;
}

.pf-checkout .input_robo.input_check .checkbox input[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}

.pf-checkout .input_robo.input_check .checkbox input[type="checkbox"]:not(:checked) + label::before {
  background: #ffd043;
}

.pf-checkout .input_robo.input_check .checkbox input[type="checkbox"]:focus + label::before,
.pf-checkout .input_robo.input_check .checkbox input[type="checkbox"]:focus-visible + label::before {
  outline: none;
  box-shadow: none;
}

.pf-checkout .pf-consent--error .checkbox label::before {
  background: #ffb6b6;
  box-shadow: inset 0 0 0 1px #f2a4ae;
}

.pf-checkout .input_robo.input_check .checkbox label a {
  color: #1e63ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pf-loading {
  opacity: 0.7;
  pointer-events: none;
}

.pf-success {
  background: var(--pf-surface);
  border-radius: var(--pf-radius-xl);
  box-shadow: var(--pf-shadow);
  padding: 26px;
}

.pf-success__title {
  margin: 0;
  font-size: 36px;
  line-height: 1;
}

.pf-success__text {
  margin-top: 14px;
  font-size: 18px;
  color: #666876;
  line-height: 1.45;
}

.pf-footer {
  margin-top: 42px;
  background: #f4c600;
  padding: 20px 0;
}

.pf-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pf-footer__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.pf-footer a,
.pf-footer p {
  margin: 0;
  display: block;
  color: #43444f;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
}

.pf-footer__social {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.pf-footer__social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f2656d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .pf-header__meta {
    width: 100%;
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pf-panel {
    position: static;
    order: -1;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .pf-container {
    width: calc(100% - 28px);
  }
  body.kp-page--tickets .pf-panel__title{
    margin-bottom: 0px;
  }
  .pf-discount{
    margin-top: 24px;
  }

  .pf-usp__pill{
    margin-left: 0px;
    margin-top: 5px;
    font-size: 11px;
  }

  .pf-usp__copy_wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-main {
    padding-top: 75px;
  }
  .pf-main.add_dop{
    padding-top: 125px;
  }

  .pf-step-title {
    font-size: clamp(30px, 7vw, 44px);
    margin-bottom: 18px;
  }

  .pf-usp__item {
    min-height: 66px;
  }

  .pf-usp__text {
    font-size: clamp(14px, 4vw, 24px);
  }

  .pf-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-card__aside {
    width: 100%;
    justify-content: space-between;
  }

  .pf-price {
    text-align: left;
  }

  .pf-card__controls {
    justify-content: flex-start;
  }

  .pf-card-details {
    grid-template-columns: 1fr;
  }

  .pf-card-details__media {
    min-height: 210px;
  }

  .pf-card--combo .pf-btn--item,
  .pf-card--combo .pf-qty {
    min-width: 136px;
    height: 34px;
  }

  .pf-card-details--combo {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 14px;
  }

  .pf-card-details--combo .pf-card-details__title {
    font-size: clamp(24px, 6.6vw, 34px);
  }

  .pf-card-details--combo .pf-card-details__name {
    font-size: clamp(18px, 5.6vw, 26px);
  }

  .pf-card-details--combo .pf-card-details__text {
    font-size: 14px;
  }

  .pf-card-details__lead {
    font-size: clamp(17px, 5.2vw, 24px);
  }

  .pf-card-details__group {
    font-size: 14px;
  }

  .pf-card-details--combo .pf-card-details__media {
    min-height: 220px;
    border-radius: 20px;
  }

  .pf-icon-btn--media {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .pf-card-details__media-counter {
    right: 12px;
    bottom: 12px;
    padding: 5px 9px;
  }

  .pf-form-grid {
    grid-template-columns: 1fr;
  }

  .pf-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .pf-success__title{
    font-size: 24px;
    line-height: 1.2;
  }
  .pf-card__title {
    font-size: clamp(21px, 1.35vw, 27px);
  }
  .pf-price__old {
    margin-top: 5px;
    font-size: clamp(14px, 0.82vw, 15px);
  }
  .pf-card__subtitle{
    margin: 10px 0 0;
  }
  .pf-card__head{
    gap: 27px;
  }

  .pf-header__inner {
    min-height: 62px;
    padding: 12px 0;
    gap: 14px;
  }

  .pf-header__meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pf-meta-block--location {
    text-align: left;
  }

  .pf-logo img {
    width: 84px;
  }

  .pf-header__cta {
    height: 36px;
    padding: 0 16px;
    font-size: 12px;
  }

  .pf-actions {
    flex-direction: column;
  }

  .pf-btn {
    width: 100%;
    font-size: 14px;
  }

  .pf-btn--item {
    width: auto;
    height: 36px;
    font-size: 13px;
  }

  .pf-btn--action {
    height: 46px;
    font-size: 18px;
  }

  .pf-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .pf-main {
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
  }

  .pf-panel--desktop {
    display: none;
  }

  .pf-mobile-form-error {
    display: block;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
    z-index: 111;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffe9eb;
    box-shadow: 0 10px 30px rgba(34, 28, 36, 0.12);
  }

  .pf-mobile-actions {
    display: block;
    position: fixed;
    left: 12px;
    right: 78px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 110;
  }

  .pf-mobile-actions__buttons {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 8px;
  }

  .pf-mobile-actions__buttons--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .pf-mobile-actions__buttons .pf-btn {
    width: 100%;
    min-height: 56px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(41, 33, 42, 0.1);
  }

  .pf-mobile-actions__buttons .pf-btn--action {
    font-size: 18px;
  }

  .pf-mobile-cart-trigger {
    position: fixed;
    right: 14px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 111;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: #f4cf48;
    color: #262834;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(41, 33, 42, 0.16);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .pf-mobile-cart-trigger:focus,
  .pf-mobile-cart-trigger:focus-visible,
  .pf-mobile-cart-trigger:active {
    outline: none;
    box-shadow: 0 14px 32px rgba(41, 33, 42, 0.16);
  }

  .pf-mobile-cart-trigger svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pf-mobile-cart-trigger__badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    padding: 0 6px;
    background: #ffffff;
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(6px, -1px);
  }

  .pf-mobile-cart {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 130;
  }

  .pf-mobile-cart__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(34, 29, 39, 0.34);
  }

  .pf-mobile-cart__sheet {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .pf-panel--mobile {
    position: relative;
    top: 0;
    height: 100%;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    background: var(--pf-surface);
  }

  .pf-panel--mobile .pf-panel__header {
    padding: 18px 18px 12px;
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-mobile-cart__close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background: #ecebe8;
    color: #4e5162;
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .pf-mobile-cart__close:focus,
  .pf-mobile-cart__close:focus-visible,
  .pf-mobile-cart__close:active {
    outline: none;
    box-shadow: none;
  }

  .pf-panel--mobile .pf-panel__scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 18px 18px;
    min-height: 0;
  }

  .pf-panel--mobile .pf-empty {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.35;
  }

  .pf-panel--mobile .pf-panel__footer {
    margin-top: 0;
    padding: 12px 18px calc(16px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--pf-border);
    background: var(--pf-surface);
  }

  .pf-actions--drawer {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 8px;
    margin-top: 0;
  }

  .pf-actions--drawer-single {
    grid-template-columns: minmax(0, 1fr);
  }

  .pf-actions--drawer .pf-btn {
    width: 100%;
    min-height: 56px;
    border-radius: 14px;
  }

  .pf-actions--drawer .pf-btn--action {
    font-size: 18px;
  }

  .pf-panel--mobile .pf-form-error {
    margin-top: 10px;
  }

}