🕐
Вебинар: Секрет его яркого оргазма: сделай так, как он не мог представить в своих мечтах 15 апреля 2026, 20:00
00 дней
:
00 часов
:
00 минут
:
00 секунд
🎯 Регистрация
/* Critical styles - ensure visibility and colors */ html, body { width: 100% !important; min-height: 100vh !important; overflow-x: hidden !important; visibility: visible !important; opacity: 1 !important; color: #64000A !important; } .page { visibility: visible !important; opacity: 1 !important; color: #64000A !important; background: transparent !important; } /* Mobile-first base styles */ :root{ --wine: #64000A; --gold: #D4AF37; --text: #F5E9E3; --wine-dark: #3B0006; --wine-mid: #8B0015; --text-2: #E2CFC6; --gold-dark: #B8941F; --wine-grad: #7a0013; --offwhite: #fffef5; --white: #ffffff; --black: #000000; --container: 1200px; --r-xl: 40px; --r-lg: 28px; --r-md: 20px; --r-sm: 16px; --shadow-soft: 0 20px 60px rgba(0,0,0,.28); --shadow-gold: 0 20px 60px rgba(212,175,55,.22); --shadow-hover: 0 24px 70px rgba(0,0,0,.32); --glass: 1px solid rgba(245,233,227,.18); } *{ box-sizing:border-box; margin: 0; padding: 0; } html{ scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body{ margin:0 !important; padding:0 !important; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; color: #64000A !important; overflow-x:hidden !important; line-height: 1.6 !important; visibility: visible !important; opacity: 1 !important; } .container{ width:min(var(--container), calc(100% - 40px)); margin:0 auto; padding: 0 20px; box-sizing: border-box; } @media (max-width: 768px){ .container{ padding: 0 20px; width: 100%; max-width: 100%; } } @media (max-width: 520px){ .container{ padding: 0 15px; width: 100%; max-width: 100%; } } /* ====== BACKGROUND LAYERS ====== */ .page{ position:relative; min-height:100vh; } .bg{ position:fixed; inset:0; z-index:-10; background-image: url("https://sexpro61.ru/wp-content/uploads/2024/08/fon-dlya-sajtov-s-kursami.jpg"); background-size: cover; background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-color: #fffef5; } @media (max-width: 768px){ .bg{ background-attachment: scroll; } } .overlay{ display: none; } .grain{ pointer-events:none; position:fixed; inset:-50%; z-index:-1; opacity:.12; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px), radial-gradient(rgba(212,175,55,.03) 1px, transparent 1px); background-size: 20px 20px, 14px 14px; transform: rotate(4deg); animation: grain 18s linear infinite; mix-blend-mode: overlay; } @keyframes grain{ 0%{ transform: translate3d(0,0,0) rotate(4deg); } 33%{ transform: translate3d(-4%,3%,0) rotate(4deg); } 66%{ transform: translate3d(2%,-2%,0) rotate(4deg); } 100%{ transform: translate3d(0,0,0) rotate(4deg); } } /* ====== CONTENT STYLES ====== */ .content-section { padding: 80px 0; min-height: 80vh; display: flex; align-items: center; justify-content: center; } .content-block { background: rgba(255,255,255,.92); border-radius: 40px; border: 2px solid rgba(212,175,55,.3); box-shadow: 0 20px 60px rgba(100,0,10,.15), inset 0 1px 0 rgba(255,255,255,.5); padding: 60px 50px; max-width: 800px; margin: 0 auto; text-align: center; } .content-block h1 { font-family: "Playfair Display", Georgia, serif; font-weight: 800; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; margin: 0 0 30px; letter-spacing: .3px; color: #64000A !important; } .content-block p { font-size: clamp(18px, 2.5vw, 22px); line-height: 1.8; color: #64000A !important; margin-bottom: 40px; } .content-block strong { color: #64000A !important; font-weight: 700; } /* App buttons styles */ .app-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 40px 0; max-width: 600px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .app-buttons { grid-template-columns: 1fr; gap: 12px; } } .app-button { display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-radius: 20px; border: 2px solid #64000A; background: rgba(255,255,255,.95); text-decoration: none; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(100,0,10,.15); } .app-button:hover { transform: translateY(-3px); border-color: #d8b363; background: rgba(255,255,255,1); box-shadow: 0 12px 35px rgba(100,0,10,.2); } .app-icon { font-size: 28px; flex-shrink: 0; } .app-button-text { display: flex; flex-direction: column; align-items: flex-start; } .app-button-label { font-size: 12px; color: #64000A !important; opacity: 0.7; line-height: 1.2; } .app-button-name { font-size: 16px; font-weight: 700; color: #64000A !important; line-height: 1.2; } @media (max-width: 768px) { .content-section { padding: 60px 0; } .content-block { padding: 40px 30px; border-radius: 30px; } .content-block h1 { font-size: clamp(24px, 6vw, 36px); margin-bottom: 20px; } .content-block p { font-size: clamp(16px, 4vw, 20px); margin-bottom: 30px; } } @media (max-width: 520px) { .content-block { padding: 30px 20px; } .app-button { padding: 14px 20px; } } /* FINAL OVERRIDES */ body, html { color: #64000A !important; } .page { background: transparent !important; } .container, .content-section { color: #64000A !important; background: transparent !important; }

Супер! Вы подтвердили email

Вы на финишной прямой. Как и в письме от MailPoet: подписка подтверждена — осталось установить приложение Spro. Ссылку на участие в вебинаре мы пришлём прямо в приложение: удобно с телефона, а иконка нейтральная — рядом никто не догадается, о чём оно.

Подарок внутри: мини-курс о любви — бережные практики и мысли, чтобы жить близость глубже. Закрепите эту заботу о себе в приложении как якорь: пусть с любимым человеком вам всё чаще будет по-настоящему легко, тепло и «навсегда рядом» — спокойно и без лишних слов.

📲 Установить приложение