Оплата билетов | Бизнес-Уикенд

Оплата

Выберите формат участия и подготовьте оплату

Ниже собраны актуальные тарифы.

С завтрашнего дня ожидается повышение цен. Успейте приобрести по текущей стоимости.

Текущая цена действует до сегодня Места ограничены

Групповой тариф

от 3 билетов

1990 ₽

за 1 билет

Подойдёт для команды, друзей или совместного выезда с коллегами.

Большая компания

от 5 билетов

1500 ₽

за 1 билет

Максимально выгодный входной тариф для большой группы.

Детский билет

отдельно

490 ₽

1 ребёнок

Если вы приезжаете всей семьёй и нужен отдельный детский билет.

Дополнительно

Набор “ночь”

Палатка, спальники, стулья и всё необходимое для комфортной ночёвки на месте.

4490 ₽
Оплата билетов | Бизнес-Уикенд

Оплата

Выберите формат участия и подготовьте оплату

Ниже собраны актуальные тарифы.

С завтрашнего дня ожидается повышение цен. Успейте приобрести по текущей стоимости.

Текущая цена действует до сегодня Места ограничены

Групповой тариф

от 3 билетов

1990 ₽

за 1 билет

Подойдёт для команды, друзей или совместного выезда с коллегами.

Большая компания

от 5 билетов

1500 ₽

за 1 билет

Максимально выгодный входной тариф для большой группы.

Детский билет

отдельно

490 ₽

1 ребёнок

Если вы приезжаете всей семьёй и нужен отдельный детский билет.

Дополнительно

Набор “ночь”

Палатка, спальники, стулья и всё необходимое для комфортной ночёвки на месте.

4490 ₽
Tilda Publishing
:root { --bg: #291d15; --surface: #d0cdcc; --surface-soft: rgba(255, 255, 255, 0.78); --text-main: #fffcfa; --text-soft: rgba(255, 251, 244, 0.78); --ink: #1d2d2a; --accent: #2a5141; --muted: #788481; --muted-2: #89928f; --button: #737e7c; --border: rgba(29, 45, 42, 0.12); --container: 1296px; --radius-card: 28px; --radius-button: 999px; --shadow: 0 18px 50px rgba(15, 10, 8, 0.18); } *, *::before, *::after { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text-main); font-family: "Manrope", sans-serif; text-rendering: optimizeLegibility; } img { display: block; max-width: 100%; } a { color: inherit; text-decoration: none; } button, input, textarea, select { font: inherit; } .container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; } .section { position: relative; padding: 96px 0; } .section--dark { background: var(--bg); } .eyebrow { margin: 0 0 28px; color: var(--text-soft); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; } .eyebrow--green { color: var(--accent); } .section-title { margin: 0; font-family: "Prata", serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; text-transform: none; } .section-title--light { color: var(--text-main); } .section-title--small { font-size: clamp(2rem, 3vw, 2.25rem); text-transform: uppercase; } .section-title--center, .section-text--center { text-align: center; } .section-text { margin: 28px 0 0; max-width: 760px; font-size: 16px; line-height: 1.7; } .section-text--light { color: var(--text-soft); } .button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 32px; border: 1px solid transparent; border-radius: var(--radius-button); transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 1; white-space: nowrap; cursor: pointer; } .button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15); } .button--light { background: #f9f9f9; color: #000; } .button--light:hover, .button--light:focus-visible { background: #ffffff; } .button--muted { background: var(--button); color: #fff; } .button--muted:hover, .button--muted:focus-visible { background: #67716f; } .hero { position: relative; min-height: min(763px, 100vh); background: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url("./images/main_background.JPEG") center/cover no-repeat; } .hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 10, 8, 0.28) 0%, rgba(15, 10, 8, 0.18) 40%, rgba(15, 10, 8, 0.55) 100%); } .hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: min(763px, 100vh); } .site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; } .brand { font-size: 24px; text-transform: uppercase; } .site-nav { display: flex; align-items: center; gap: 40px; font-size: 16px; text-transform: uppercase; } .site-nav a { position: relative; } .site-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; } .site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); } .menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: var(--text-main); cursor: pointer; } .menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform 0.25s ease, opacity 0.25s ease; } .hero__content { display: grid; justify-items: end; margin-top: auto; padding: 96px 0 32px; } .hero__eyebrow { width: min(100%, 820px); margin-bottom: 8px; color: var(--text-main); font-family: "Prata", serif; font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 400; letter-spacing: 0; text-align: right; text-transform: uppercase; } .hero__title { width: min(100%, 820px); margin: 0; font-family: "Prata", serif; font-size: clamp(3rem, 7vw, 5.625rem); line-height: 1; text-align: right; text-transform: uppercase; } .hero__lead { width: min(100%, 741px); margin: 24px 0 30px; color: var(--text-main); font-size: 16px; line-height: 1.7; text-align: right; } .hero__button { min-width: 350px; } .about { overflow: hidden; } .about__backdrop { position: absolute; inset: 0; background: linear-gradient(rgba(41, 29, 21, 0.68), rgba(41, 29, 21, 0.68)), url("./images/audience-bg.png") center/cover no-repeat; } .about__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 382px); gap: 48px; align-items: start; } .info-card, .feature-card, .program-card, .guide-card, .speaker-card { border-radius: var(--radius-card); } .info-card { padding: 24px; background: var(--surface-soft); border: 1px solid var(--border); color: var(--ink); backdrop-filter: blur(10px); } .info-list { margin: 0; } .info-list__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(132px, 1fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--border); } .info-list__row dt, .info-list__row dd { margin: 0; font-size: 16px; line-height: 1.4; } .info-list__row dt { color: #5b6c68; } .info-list__row dd { font-weight: 700; text-align: right; } .info-card__note { margin: 18px 0 0; color: #5b6c68; font-size: 16px; line-height: 1.82; } .audience { overflow: hidden; background: linear-gradient(rgba(35, 28, 21, 0.24), rgba(35, 28, 21, 0.24)), url("./images/audience-bg.png") center/cover no-repeat; } .audience__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(70, 64, 55, 0.25) 0%, rgba(208, 205, 204, 0.1) 100%); } .audience .container { position: relative; z-index: 1; } .audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 44px; } .feature-card { display: flex; flex-direction: column; gap: 18px; min-height: 344px; padding: 26px 28px 30px; background: rgba(245, 243, 241, 0.9); box-shadow: var(--shadow); } .feature-card__number { color: #000; font-size: 30px; line-height: 1; } .feature-card h3, .program-card h3, .speaker-card h3 { margin: 0; color: var(--accent); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; line-height: 1.35; text-transform: uppercase; } .feature-card p, .program-card p, .speaker-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; } .program-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; } .program-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 232px; overflow: hidden; padding: 22px 20px 20px; } .program-card::before { content: ""; position: absolute; inset: 0; } .program-card--light { background: var(--surface); } .program-card--image::before { background: linear-gradient(180deg, rgba(19, 13, 10, 0.18) 0%, rgba(19, 13, 10, 0.62) 100%), var(--card-image) center/cover no-repeat; } .program-card--image h3, .program-card--image p { color: var(--text-main); } .program-card--light h3, .program-card--light p { position: relative; z-index: 1; } .program-card--image h3, .program-card--image p { position: relative; z-index: 1; } .guide-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 40px; padding: 24px 36px; background: var(--surface); } .guide-card h2 { margin: 0; color: var(--accent); font-family: "Prata", serif; font-size: clamp(1.9rem, 3vw, 2.25rem); line-height: 1.15; text-transform: uppercase; } .guide-card p { margin: 12px 0 0; color: var(--muted-2); font-size: 16px; line-height: 1.5; } .speakers__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; } .speakers__controls { display: flex; gap: 12px; } .speakers-slider { overflow: hidden; } .slider-button { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border: 1px solid rgba(208, 205, 204, 0.28); border-radius: 50%; background: transparent; color: var(--text-main); cursor: pointer; transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease; } .slider-button:hover, .slider-button:focus-visible { background: rgba(208, 205, 204, 0.1); border-color: rgba(208, 205, 204, 0.5); transform: translateY(-1px); } .speakers-grid { display: flex; gap: 23px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; scroll-snap-type: x mandatory; } .speakers-grid::-webkit-scrollbar { display: none; } .speaker-card { flex: 0 0 calc((100% - 69px) / 4); overflow: hidden; background: var(--surface); scroll-snap-align: start; } .speaker-card img { width: 100%; height: 240px; object-fit: cover; } .speaker-card__body { display: flex; flex-direction: column; gap: 18px; min-height: 260px; padding: 22px 16px 24px; } .faq__container { max-width: 1068px; } .faq-list { margin-top: 56px; } .faq-item { border-top: 1px solid rgba(255, 251, 244, 0.22); } .faq-item:last-child { border-bottom: 1px solid rgba(255, 251, 244, 0.22); } .faq-item summary { position: relative; padding: 28px 44px 28px 0; list-style: none; color: var(--text-main); cursor: pointer; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::before, .faq-item summary::after { content: ""; position: absolute; top: 50%; right: 0; width: 22px; height: 1px; background: rgba(255, 251, 244, 0.78); transform: translateY(-50%); transition: transform 0.25s ease; } .faq-item summary::after { transform: translateY(-50%) rotate(90deg); } .faq-item[open] summary::after { transform: translateY(-50%) rotate(0deg); } .faq-item p { margin: 0 0 18px; max-width: 954px; color: var(--text-soft); line-height: 1.7; } .faq-item p:last-child { margin-bottom: 28px; } .prep { margin: 0 0 28px 18px; padding: 0; color: var(--text-soft); line-height: 1.7; } .prep li + li { margin-top: 8px; } .cta { padding-top: 140px; padding-bottom: 120px; } .cta__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; } .cta .section-text { max-width: 520px; margin-top: 0; } .page-shell { min-height: 100vh; background: linear-gradient(rgba(17, 12, 9, 0.7), rgba(17, 12, 9, 0.9)), url("./images/main_background.JPEG") center/cover fixed no-repeat; } .page-shell__header { padding: 30px 0 18px; } .page-shell__header .site-header { padding-top: 0; } .payment-page { padding: 24px 0 96px; } .payment-page__hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px); gap: 28px; align-items: stretch; margin-bottom: 28px; } .payment-panel, .ticket-card, .extras-card, .checkout-card, .notice-card { border-radius: var(--radius-card); box-shadow: var(--shadow); } .payment-panel { padding: 36px; background: rgba(37, 25, 18, 0.82); border: 1px solid rgba(255, 251, 244, 0.12); backdrop-filter: blur(14px); } .payment-panel__meta { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; padding: 10px 14px; border-radius: 999px; background: rgba(255, 251, 244, 0.08); color: var(--text-soft); font-size: 14px; } .payment-summary { display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 28px; background: rgba(208, 205, 204, 0.9); color: var(--ink); } .payment-summary__label { margin: 0 0 12px; color: var(--accent); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; } .payment-summary__price { margin: 0; font-family: "Prata", serif; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; } .payment-summary__text { margin: 0; color: #5b6c68; line-height: 1.65; } .payment-summary__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; } .payment-summary__list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; border-top: 1px solid rgba(29, 45, 42, 0.12); font-size: 15px; } .payment-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 382px); gap: 28px; align-items: start; } .tickets-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; } .ticket-card, .extras-card, .checkout-card, .notice-card { padding: 24px; } .ticket-card { display: flex; flex-direction: column; gap: 16px; background: rgba(245, 243, 241, 0.96); color: var(--ink); } .ticket-card--featured { background: linear-gradient(180deg, rgba(208, 205, 204, 0.96) 0%, rgba(242, 238, 236, 0.96) 100%); outline: 1px solid rgba(42, 81, 65, 0.16); } .ticket-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; } .ticket-card__title { margin: 0; color: var(--accent); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; } .ticket-card__badge { padding: 8px 12px; border-radius: 999px; background: rgba(42, 81, 65, 0.1); color: var(--accent); font-size: 12px; font-weight: 700; white-space: nowrap; } .ticket-card__price { margin: 0; font-family: "Prata", serif; font-size: 2rem; line-height: 1; } .ticket-card__note, .ticket-card__description { margin: 0; color: var(--muted); line-height: 1.65; } .extras-card, .checkout-card, .notice-card { background: rgba(37, 25, 18, 0.82); border: 1px solid rgba(255, 251, 244, 0.12); } .extras-card { margin-top: 22px; } .extras-card__row { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid rgba(255, 251, 244, 0.12); } .extras-card__row:first-of-type { border-top: 0; padding-top: 0; } .extras-card__dot { width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--surface); } .extras-card__name, .extras-card__price { margin: 0; } .extras-card__hint { margin: 6px 0 0; color: var(--text-soft); font-size: 14px; line-height: 1.6; } .checkout-card { position: sticky; top: 24px; } .checkout-card__stack { display: grid; gap: 18px; } .checkout-card__box { padding: 18px; border-radius: 20px; background: rgba(255, 251, 244, 0.06); } .checkout-card__box h3, .extras-card h3, .notice-card h3 { margin: 0 0 12px; font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-main); } .checkout-card__box p, .notice-card p { margin: 0; color: var(--text-soft); line-height: 1.7; } .checkout-card__actions { display: grid; gap: 12px; } .button--ghost { border-color: rgba(255, 251, 244, 0.18); background: transparent; color: var(--text-main); } .button--ghost:hover, .button--ghost:focus-visible { background: rgba(255, 251, 244, 0.08); } .notice-card { margin-top: 22px; } @media (max-width: 1180px) { .hero__content { justify-items: start; } .hero__eyebrow, .hero__title, .hero__lead { text-align: left; } .about__grid, .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .speaker-card { flex-basis: calc((100% - 23px) / 2); } .audience-grid { grid-template-columns: 1fr; } .guide-card { flex-direction: column; align-items: flex-start; } .payment-page__hero, .payment-layout { grid-template-columns: 1fr; } .checkout-card { position: static; } } @media (max-width: 860px) { .section { padding: 72px 0; } .container { width: min(calc(100% - 32px), var(--container)); } .menu-toggle { display: inline-block; position: relative; z-index: 3; } .site-nav { position: absolute; top: calc(100% + 12px); right: 0; display: none; flex-direction: column; align-items: flex-start; width: min(280px, calc(100vw - 32px)); padding: 18px; border: 1px solid rgba(255, 251, 244, 0.16); border-radius: 22px; background: rgba(41, 29, 21, 0.96); box-shadow: var(--shadow); } .site-header { position: relative; } .site-nav.is-open { display: flex; } .hero__button { min-width: 0; width: 100%; max-width: 360px; } .about__grid, .program-grid { grid-template-columns: 1fr; } .tickets-grid { grid-template-columns: 1fr; } .speaker-card__body { min-height: 0; } .speakers-grid { gap: 18px; padding-bottom: 8px; } .speaker-card { flex-basis: min(320px, calc(100vw - 32px)); } .slider-button { width: 48px; height: 48px; } } @media (max-width: 640px) { .hero { min-height: 680px; } .site-header { padding-top: 20px; } .brand { max-width: 165px; font-size: 20px; line-height: 1.1; } .hero__content { padding: 80px 0 24px; } .hero__eyebrow { margin-bottom: 14px; font-size: 1.125rem; } .hero__lead { margin: 18px 0 26px; } .feature-card, .guide-card, .info-card { padding: 22px 18px; } .program-card { min-height: 260px; padding: 20px 18px; } .info-list__row { grid-template-columns: 1fr; gap: 8px; } .info-list__row dd { text-align: left; } .guide-card .button, .cta .button, .checkout-card .button { width: 100%; } .payment-panel, .payment-summary, .ticket-card, .extras-card, .checkout-card, .notice-card { padding: 22px 18px; } .payment-summary__list li, .extras-card__row { grid-template-columns: 1fr; } .faq-list { margin-top: 36px; } .faq-item summary { padding: 22px 34px 22px 0; font-size: 15px; line-height: 1.5; } .cta { padding-top: 100px; padding-bottom: 96px; } }
LET'S GO!
Made on
Tilda