/*
 * Booky.lt Pages
 * Version: 1.0.53
 */

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

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.bx {
	display: inline-block;
	font-family: "boxicons" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: never;
	text-rendering: auto;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.booky-brand-icon {
	display: inline-block;
	font-family: "Font Awesome 5 Brands" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-rendering: auto;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f::before { content: "\f39e"; }
.bx-link-external::before { content: "\eaa4"; }
.bx-right-arrow-alt::before { content: "\eb1c"; }
.bx-target-lock::before { content: "\eb6b"; }
.bx-trending-up::before { content: "\eb7f"; }
.bxs-bar-chart-alt-2::before { content: "\ebc8"; }
.bxs-book-open::before { content: "\ebe1"; }
.bxs-calendar::before { content: "\ebf7"; }
.bxs-check-circle::before { content: "\ec12"; }
.bxs-envelope::before { content: "\ec57"; }
.bxs-group::before { content: "\ec85"; }
.bxs-map::before { content: "\ecbb"; }
.bxs-message-rounded-dots::before { content: "\ecc8"; }
.bxs-phone-call::before { content: "\ece9"; }
.bxs-purchase-tag::before { content: "\ecfc"; }
.bxs-time::before { content: "\ed39"; }
.bxs-tree::before { content: "\ed47"; }
.bxs-user-voice::before { content: "\ed59"; }
.bxs-video::before { content: "\ed5c"; }
.bx-world::before { content: "\ebac"; }

:root {
	--booky-accent: #1b79ac;
	--booky-accent-dark: #125d88;
	--booky-navy: #0b2239;
	--booky-navy-light: #123451;
	--booky-ink: #152638;
	--booky-muted: #5f6f7f;
	--booky-soft: #f2f6f8;
	--booky-cream: #fbfaf7;
	--booky-warm: #d99b67;
	--booky-white: #fff;
	--booky-border: #dce5ea;
	--booky-success: #176c4b;
	--booky-error: #a83b3b;
	--booky-shadow: 0 18px 55px rgba(11, 34, 57, 0.1);
	--booky-radius: 18px;
	--booky-container: 1180px;
}

body.booky-full-page-template {
	margin: 0;
	background: var(--booky-cream);
	color: var(--booky-ink);
	overflow-x: hidden;
}

/*
 * Shortcodes may be placed inside a boxed Astra or Elementor content area.
 * Keep Booky's inner content constrained, but let every page section reach
 * the actual viewport edges.
 */
body.booky-page {
	margin: 0;
	background: var(--booky-cream);
	color: var(--booky-ink);
	overflow-x: clip;
}

.booky-template-shell {
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	padding: 0;
	overflow-x: clip;
	background: var(--booky-cream);
}

body.booky-page #page,
body.booky-page .site,
body.booky-page .site-content,
body.booky-page .ast-container,
body.booky-page .content-area,
body.booky-page #primary,
body.booky-page #main,
body.booky-page .site-main,
body.booky-page .ast-article-single,
body.booky-page .entry-content,
body.booky-page .wp-block-group,
body.booky-page .wp-block-shortcode,
body:has(.booky-embedded-shell) #page,
body:has(.booky-embedded-shell) .site,
body:has(.booky-embedded-shell) .site-content,
body:has(.booky-embedded-shell) .ast-container,
body:has(.booky-embedded-shell) .content-area,
body:has(.booky-embedded-shell) #primary,
body:has(.booky-embedded-shell) #main,
body:has(.booky-embedded-shell) .site-main,
body:has(.booky-embedded-shell) .ast-article-single,
body:has(.booky-embedded-shell) .entry-content,
body:has(.booky-embedded-shell) .wp-block-group,
body:has(.booky-embedded-shell) .wp-block-shortcode {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: visible !important;
}

body.booky-page .entry-content > * {
	max-width: none !important;
}

body.booky-page #page,
body.booky-page .site,
body.booky-page .site-content,
body.booky-page .ast-container,
body.booky-page .content-area,
body.booky-page #primary,
body.booky-page #main,
body.booky-page .site-main,
body.booky-page .ast-article-single,
body.booky-page .entry-content,
body:has(.booky-embedded-shell) #page,
body:has(.booky-embedded-shell) .site,
body:has(.booky-embedded-shell) .site-content,
body:has(.booky-embedded-shell) .ast-container,
body:has(.booky-embedded-shell) .content-area,
body:has(.booky-embedded-shell) #primary,
body:has(.booky-embedded-shell) #main,
body:has(.booky-embedded-shell) .site-main,
body:has(.booky-embedded-shell) .ast-article-single,
body:has(.booky-embedded-shell) .entry-content {
	overflow: visible !important;
}

body.booky-page .ast-container,
body:has(.booky-embedded-shell) .ast-container {
	display: block;
}

body.booky-page .entry-header,
body.booky-page #masthead,
body.booky-page .site-header,
body.booky-page #colophon,
body.booky-page .site-footer {
	display: none !important;
}

body.booky-page .booky-header,
body.booky-page .booky-footer {
	display: block !important;
}

.booky-site {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.booky-embedded-shell {
	position: relative !important;
	display: block !important;
	left: 50% !important;
	right: auto !important;
	width: 100vw !important;
	min-width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	background: var(--booky-cream);
	overflow-x: clip;
}

body.booky-page .entry-content > .booky-embedded-shell,
body.booky-page .wp-block-shortcode > .booky-embedded-shell,
body.booky-page .elementor-shortcode > .booky-embedded-shell,
body.booky-page .booky-embedded-shell,
body:has(.booky-embedded-shell) .booky-embedded-shell {
	left: 50% !important;
	width: 100vw !important;
	min-width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

body.booky-page .booky-site,
body:has(.booky-site) .booky-site {
	max-width: 100vw !important;
}

body.booky-page .entry-content > .booky-site,
body:has(.booky-site) .entry-content > .booky-site {
	left: 50% !important;
	width: 100vw !important;
	min-width: 100vw !important;
	max-width: none !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.booky-embedded-shell .booky-header,
.booky-embedded-shell .booky-footer,
.booky-embedded-shell .booky-site {
	left: auto;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.booky-page .elementor-widget-shortcode,
.booky-page .elementor-widget-shortcode .elementor-widget-container,
.booky-page .elementor-shortcode,
.booky-page .wp-block-shortcode {
	max-width: none !important;
	overflow: visible !important;
}

body.booky-full-page-template.admin-bar .booky-header {
	top: 32px;
}

.booky-full-page-template .site,
.booky-full-page-template .site-content,
.booky-full-page-template .content-area,
.booky-full-page-template .site-main,
.booky-full-page-template .entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: none !important;
}

.booky-site,
.booky-header,
.booky-footer {
	font-family: Poppins, Arial, sans-serif;
	color: var(--booky-ink);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.booky-site *,
.booky-site *::before,
.booky-site *::after,
.booky-header *,
.booky-header *::before,
.booky-header *::after,
.booky-footer *,
.booky-footer *::before,
.booky-footer *::after {
	box-sizing: border-box;
}

.booky-site img,
.booky-header img,
.booky-footer img {
	display: block;
	max-width: 100%;
}

.booky-site a,
.booky-header a,
.booky-footer a {
	text-decoration: none;
}

.booky-site button,
.booky-site input,
.booky-site select,
.booky-header button {
	font: inherit;
}

.booky-icon {
	width: 1.2em;
	height: 1.2em;
	flex: 0 0 auto;
}

.booky-container {
	width: min(calc(100% - 48px), var(--booky-container));
	margin-inline: auto;
}

.booky-main {
	min-height: 45vh;
}

.booky-main--embedded {
	width: 100%;
}

.booky-skip-link {
	position: fixed;
	z-index: 99999;
	top: 8px;
	left: 8px;
	padding: 10px 16px;
	background: var(--booky-white);
	color: var(--booky-navy);
	font: 700 15px/1.2 Poppins, Arial, sans-serif;
	border-radius: 6px;
	transform: translateY(-150%);
}

.booky-skip-link:focus {
	transform: translateY(0);
}

.booky-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--booky-white);
	box-shadow: 0 1px 0 rgba(11, 34, 57, 0.09);
	transition: box-shadow 0.2s ease;
}

html.booky-home-entrance-pending .booky-hero__content > * {
	opacity: 0;
	transform: translate3d(0, 26px, 0);
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-hero__content > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.56s cubic-bezier(0.2, 0.72, 0.2, 1),
		transform 0.7s cubic-bezier(0.2, 0.72, 0.2, 1);
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-hero__content > :nth-child(1) {
	transition-delay: 260ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-hero__content > :nth-child(2) {
	transition-delay: 380ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-hero__content > :nth-child(3) {
	transition-delay: 500ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-hero__content > :nth-child(4) {
	transition-delay: 620ms;
}

.booky-header.is-scrolled {
	box-shadow: 0 14px 34px rgba(11, 34, 57, 0.13);
}

.booky-header__bar {
	background: var(--booky-navy);
	color: var(--booky-white);
	transition: background 0.2s ease;
}

.booky-header__bar-inner {
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	transition: min-height 0.2s ease;
}

.booky-header__logo {
	display: block;
	width: 142px;
	flex: 0 0 auto;
	transition: width 0.2s ease;
}

.booky-header__logo img {
	width: 100%;
	height: auto;
}

.booky-header__contacts {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	transition: gap 0.2s ease;
}

.booky-header__contacts a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 600;
	transition: color 0.2s ease;
}

.booky-header__contacts a:hover,
.booky-header__contacts a:focus-visible {
	color: var(--booky-white);
}

.booky-header__contacts .booky-icon {
	color: #65b4dd;
}

.booky-header__facebook {
	width: 32px;
	height: 32px;
	justify-content: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.booky-header__facebook:hover,
.booky-header__facebook:focus-visible {
	background: var(--booky-white);
	border-color: var(--booky-white);
	color: var(--booky-navy) !important;
	transform: translateY(-1px);
}

.booky-header__facebook .booky-brand-icon {
	color: currentColor;
	font-size: 14px;
}

.booky-nav {
	background: rgba(255, 255, 255, 0.98);
	transition: background 0.2s ease;
}

.booky-nav__inner {
	min-height: 50px;
	display: flex;
	align-items: center;
	transition: min-height 0.2s ease;
}

.booky-nav ul {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.booky-nav li {
	margin: 0;
}

.booky-nav a {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding-inline: 11px;
	color: var(--booky-ink);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	overflow: hidden;
	isolation: isolate;
	transition: min-height 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.booky-header.is-scrolled .booky-header__bar-inner {
	min-height: 54px;
}

.booky-header.is-scrolled .booky-header__logo {
	width: 124px;
}

.booky-header.is-scrolled .booky-header__contacts {
	gap: 18px;
}

.booky-header.is-scrolled .booky-header__contacts a {
	font-size: 12px;
}

.booky-header.is-scrolled .booky-nav {
	background: rgba(255, 255, 255, 0.98);
}

.booky-nav a::after {
	content: "";
	position: absolute;
	inset: 8px 0;
	z-index: -1;
	background: #e7f3f9;
	border-radius: inherit;
	opacity: 0;
	transform: scale(0.88);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.booky-nav a:hover,
.booky-nav a:focus-visible,
.booky-nav a[aria-current="page"] {
	color: var(--booky-accent-dark);
	transform: translateY(-1px);
}

.booky-nav a:hover::after,
.booky-nav a:focus-visible::after,
.booky-nav a[aria-current="page"]::after {
	opacity: 1;
	transform: scale(1);
}

.booky-menu-button {
	display: none;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: var(--booky-white);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.booky-menu-button:hover,
.booky-menu-button:focus,
.booky-menu-button:active,
.booky-menu-button[aria-expanded="true"] {
	background: transparent;
	color: var(--booky-white);
	box-shadow: none;
}

.booky-menu-button:focus {
	outline: none;
}

.booky-menu-button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 5px;
	border-radius: 8px;
}

.booky-menu-button__label {
	font-size: 14px;
	font-weight: 700;
}

.booky-menu-button__icon {
	display: grid;
	gap: 5px;
	width: 26px;
}

.booky-menu-button__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 3px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.booky-menu-button[aria-expanded="true"] .booky-menu-button__icon span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.booky-menu-button[aria-expanded="true"] .booky-menu-button__icon span:nth-child(2) {
	opacity: 0;
}

.booky-menu-button[aria-expanded="true"] .booky-menu-button__icon span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.booky-site h1,
.booky-site h2,
.booky-site h3,
.booky-site h4,
.booky-footer h2 {
	margin: 0;
	color: var(--booky-navy);
	font-family: Poppins, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.booky-site h1 {
	font-size: clamp(46px, 6vw, 82px);
}

.booky-site h2 {
	font-size: clamp(34px, 4vw, 52px);
}

.booky-site h3 {
	font-size: 24px;
}

.booky-site p {
	margin: 0;
}

.booky-kicker,
.booky-eyebrow {
	margin: 0 0 14px;
	color: var(--booky-accent-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.booky-hero {
	position: relative;
	min-height: 650px;
	display: grid;
	align-items: center;
	overflow: hidden;
	background: var(--booky-navy);
	color: var(--booky-white);
}

.booky-hero__image,
.booky-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.booky-hero__image {
	object-fit: cover;
	object-position: center center;
}

.booky-hero__veil {
	background:
		linear-gradient(90deg, rgba(6, 25, 42, 0.99) 0%, rgba(6, 25, 42, 0.95) 30%, rgba(6, 25, 42, 0.5) 60%, rgba(6, 25, 42, 0.08) 100%),
		linear-gradient(0deg, rgba(6, 25, 42, 0.28), transparent 45%);
}

.booky-hero__inner {
	position: relative;
	z-index: 2;
	padding-block: 100px;
}

.booky-hero__content {
	width: min(610px, 54%);
}

.booky-hero .booky-eyebrow {
	color: #8ec8e6;
}

.booky-hero h1 {
	color: var(--booky-white);
	font-size: clamp(54px, 6.2vw, 88px);
}

.booky-hero h1 span {
	display: block;
	color: #74bde2;
}

.booky-hero__lead {
	max-width: 590px;
	margin-top: 26px !important;
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	line-height: 1.7;
}

.booky-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

.booky-actions--center {
	justify-content: center;
}

.booky-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.booky-button:hover {
	transform: translateY(-2px);
}

.booky-button:focus-visible,
.booky-site a:focus-visible,
.booky-header a:focus-visible,
.booky-header button:focus-visible,
.booky-form input:focus-visible,
.booky-form select:focus-visible,
.booky-form textarea:focus-visible {
	outline: 3px solid rgba(53, 161, 217, 0.45);
	outline-offset: 3px;
}

.booky-header .booky-menu-button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 5px;
}

.booky-button--primary {
	background: var(--booky-accent);
	color: var(--booky-white) !important;
	box-shadow: 0 10px 24px rgba(27, 121, 172, 0.25);
}

.booky-button--primary:hover {
	background: var(--booky-accent-dark);
}

.booky-button--ghost {
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--booky-white) !important;
	background: rgba(255, 255, 255, 0.04);
}

.booky-button--ghost:hover {
	border-color: var(--booky-white);
	background: rgba(255, 255, 255, 0.1);
}

.booky-button--light {
	background: var(--booky-white);
	color: var(--booky-navy) !important;
}

.booky-button--light:hover {
	background: #edf7fc;
}

.booky-button--outline {
	border-color: var(--booky-accent);
	color: var(--booky-accent-dark) !important;
	background: transparent;
}

.booky-button--outline:hover {
	background: #eaf5fa;
}

.booky-button--block {
	width: 100%;
}

.booky-section {
	padding-block: 100px;
	background: var(--booky-cream);
}

.booky-anchor-section {
	scroll-margin-top: 112px;
}

body.admin-bar .booky-anchor-section {
	scroll-margin-top: 144px;
}

.booky-section--soft {
	background: var(--booky-soft);
}

.booky-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 90px;
	align-items: start;
}

.booky-prose {
	display: grid;
	gap: 18px;
	color: var(--booky-muted);
	font-size: 18px;
	line-height: 1.8;
}

.booky-heading {
	max-width: 760px;
	margin-bottom: 48px;
}

.booky-heading > p:last-child {
	margin-top: 18px;
	color: var(--booky-muted);
	font-size: 17px;
}

.booky-heading--center {
	margin-inline: auto;
	text-align: center;
}

.booky-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.booky-benefit {
	min-height: 270px;
	padding: 30px;
	background: var(--booky-white);
	border: 1px solid rgba(27, 121, 172, 0.1);
	border-radius: var(--booky-radius);
	box-shadow: 0 8px 28px rgba(11, 34, 57, 0.05);
}

.booky-benefit__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin-bottom: 25px;
	background: #e4f1f7;
	color: var(--booky-accent);
	border-radius: 14px;
}

.booky-benefit__icon .booky-icon {
	width: 27px;
	height: 27px;
	font-size: 27px;
}

.booky-benefit h3 {
	margin-bottom: 13px;
	font-family: Poppins, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -0.015em;
}

.booky-benefit p {
	color: var(--booky-muted);
	font-size: 15px;
	line-height: 1.7;
}

.booky-course-teaser {
	background: var(--booky-white);
}

.booky-course-teaser__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
	gap: 70px;
	align-items: center;
}

.booky-course-teaser__grid > div:first-child > p:not(.booky-kicker) {
	max-width: 700px;
	margin-top: 20px;
	color: var(--booky-muted);
	font-size: 18px;
}

.booky-inline-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 28px;
}

.booky-inline-facts span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--booky-navy);
	font-size: 14px;
	font-weight: 750;
}

.booky-inline-facts .booky-icon {
	color: var(--booky-accent);
}

.booky-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 28px;
	color: var(--booky-accent-dark) !important;
	font-weight: 800;
}

.booky-text-link .booky-icon {
	transition: transform 0.2s ease;
}

.booky-text-link:hover .booky-icon {
	transform: translateX(4px);
}

.booky-course-teaser__quote {
	position: relative;
	padding: 52px 40px;
	background: var(--booky-navy);
	color: var(--booky-white);
	border-radius: 24px;
	box-shadow: var(--booky-shadow);
}

.booky-course-teaser__quote::before {
	content: "“";
	position: absolute;
	top: 0;
	right: 24px;
	color: rgba(116, 189, 226, 0.22);
	font: 900 150px/1 Poppins, Arial, sans-serif;
}

.booky-course-teaser__quote p {
	position: relative;
	font-family: Poppins, Arial, sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.25;
}

.booky-course-teaser__quote span {
	display: block;
	margin-top: 22px;
	color: #8ec8e6;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.booky-five-finger__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
	gap: clamp(36px, 5vw, 64px);
	align-items: center;
}

.booky-five-finger__content .booky-heading--center {
	text-align: left;
}

.booky-five-finger__content .booky-heading--center p {
	margin-right: 0;
	margin-left: 0;
}

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

.booky-five-finger__poster {
	max-width: 350px;
	margin: 0;
	justify-self: end;
	padding: 8px;
	background: var(--booky-navy);
	border-radius: 24px;
	box-shadow: 0 24px 64px rgba(11, 34, 57, 0.18);
}

.booky-five-finger__poster img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.booky-five-finger--no-poster .booky-five-finger__layout {
	grid-template-columns: 1fr;
}

.booky-five-finger--no-poster .booky-five-finger__content .booky-heading--center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.booky-five-finger--no-poster .booky-five-finger__content .booky-heading--center p {
	margin-right: auto;
	margin-left: auto;
}

.booky-finger-card {
	padding: 27px 22px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(27, 121, 172, 0.12);
	border-radius: var(--booky-radius);
}

.booky-finger-card img {
	width: 112px;
	height: 112px;
	margin: 0 auto 20px;
	object-fit: contain;
}

.booky-finger-card h3 {
	font-family: Poppins, Arial, sans-serif;
	font-size: 17px;
}

.booky-finger-card p {
	margin-top: 8px;
	color: var(--booky-muted);
	font-size: 14px;
	line-height: 1.55;
}

.booky-camps-teaser {
	padding-block: 82px;
	background: var(--booky-navy);
	color: var(--booky-white);
}

.booky-camps-teaser__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 24px 42px;
	align-items: center;
}

.booky-camps-teaser__inner > .booky-button {
	grid-column: 1;
	justify-self: start;
	align-self: flex-start;
	width: auto;
	min-width: 182px;
}

.booky-camps-teaser__poster {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	justify-self: start;
}

.booky-camps-teaser__poster img {
	display: block;
	width: 240px;
	height: 320px;
	object-fit: cover;
	object-position: top center;
	border: 3px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.booky-camps-teaser h2 {
	color: var(--booky-white);
}

.booky-camps-teaser p:not(.booky-kicker) {
	max-width: 700px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
}

.booky-camps-teaser .booky-kicker {
	color: #8ec8e6;
}

.booky-reading-promo {
	background:
		linear-gradient(180deg, #f3f8fb 0%, #edf5f9 100%);
	padding-block: clamp(52px, 6vw, 86px);
}

.booky-reading-promo__inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: clamp(30px, 4vw, 46px) clamp(34px, 5vw, 56px);
	background:
		radial-gradient(circle at 18% 14%, rgba(114, 210, 206, 0.16), transparent 28%),
		linear-gradient(145deg, #102a45, #0b2239 62%, #071a2b);
	color: var(--booky-white);
	border: 1px solid rgba(142, 200, 230, 0.16);
	border-radius: 26px;
	box-shadow: 0 26px 70px rgba(11, 34, 57, 0.2);
}

.booky-reading-promo__brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	margin-bottom: 22px;
}

.booky-reading-promo__brand img {
	width: min(190px, 42vw);
}

.booky-reading-promo__content {
	padding-left: 0;
}

.booky-reading-promo__brand p,
.booky-reading-promo__eyebrow {
	margin: 0;
	color: #8ddbd6;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 11px;
	font-weight: 700;
}

.booky-reading-promo__eyebrow {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 16px;
	font-size: clamp(20px, 2.2vw, 29px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
}

.booky-reading-promo__eyebrow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(510px, 100%);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(141, 219, 214, 0.9), transparent);
}

.booky-reading-promo__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(32px, 5vw, 72px);
	row-gap: 0;
	align-items: stretch;
}

.booky-reading-promo__item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	min-height: 88px;
	padding: 16px 0;
	border-bottom: 1px dotted rgba(142, 200, 230, 0.45);
	height: 100%;
}

.booky-reading-promo__item:nth-child(-n+2) {
	padding-top: 0;
}

.booky-reading-promo__item:nth-last-child(-n+2) {
	padding-bottom: 0;
	border-bottom: 0;
}

.booky-reading-promo__item--wide {
	grid-column: auto;
	align-items: start;
}

.booky-reading-promo__item > div {
	display: block;
}

.booky-reading-promo__item > span {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	color: #8ddbd6;
	border: 1px solid rgba(141, 219, 214, 0.82);
	border-radius: 999px;
}

.booky-reading-promo__item .booky-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 18px;
	line-height: 1;
}

.booky-reading-promo__item .booky-icon::before {
	display: block;
	line-height: 1;
}

.booky-reading-promo__item strong {
	display: block;
	color: var(--booky-white);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: clamp(17px, 1.8vw, 22px);
	line-height: 1.1;
}

.booky-reading-promo__item p,
.booky-reading-promo__item a,
.booky-reading-promo__audience {
	margin: 5px 0 0;
	color: var(--booky-white);
	font-size: clamp(14px, 1.45vw, 17px);
	font-weight: 700;
	line-height: 1.35;
}

.booky-reading-promo__item em {
	color: #8ddbd6;
	font-style: normal;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.booky-reading-promo__item a {
	text-transform: none;
	letter-spacing: 0.02em;
}

.booky-reading-promo__audience {
	display: grid;
	gap: 3px;
	padding-left: 18px;
	font-size: clamp(13px, 1.25vw, 15px);
	font-weight: 600;
}

.booky-reading-promo__audience li::marker {
	color: #8ddbd6;
}

.booky-cta {
	position: relative;
	padding-block: 74px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(27, 121, 172, 0.94), rgba(27, 121, 172, 0.84)),
		url("../images/booky-cta-books-v1018.jpg") center / cover no-repeat;
	color: var(--booky-white);
}

.booky-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.booky-cta__inner > .booky-button {
	align-self: flex-start;
}

.booky-cta h2 {
	color: var(--booky-white);
}

.booky-cta p:not(.booky-kicker) {
	max-width: 700px;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
}

.booky-cta .booky-kicker {
	color: #d5edf9;
}

.booky-page-hero {
	padding-block: 90px;
	background:
		radial-gradient(circle at 88% 18%, rgba(64, 153, 200, 0.26), transparent 24%),
		linear-gradient(135deg, var(--booky-navy), #0f3553);
	color: var(--booky-white);
}

html.booky-page-entrance-pending .booky-page-hero > .booky-container > * {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
}

html.booky-page-entrance-pending.booky-page-entrance-active .booky-page-hero > .booky-container > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.52s cubic-bezier(0.2, 0.72, 0.2, 1),
		transform 0.64s cubic-bezier(0.2, 0.72, 0.2, 1);
}

html.booky-page-entrance-pending.booky-page-entrance-active .booky-page-hero > .booky-container > :nth-child(1) {
	transition-delay: 170ms;
}

html.booky-page-entrance-pending.booky-page-entrance-active .booky-page-hero > .booky-container > :nth-child(2) {
	transition-delay: 280ms;
}

html.booky-page-entrance-pending.booky-page-entrance-active .booky-page-hero > .booky-container > :nth-child(3) {
	transition-delay: 390ms;
}

.booky-page-hero .booky-eyebrow {
	color: #8ec8e6;
}

.booky-page-hero h1 {
	max-width: 850px;
	color: var(--booky-white);
	font-size: clamp(45px, 5.5vw, 72px);
}

.booky-page-hero > .booky-container > p:last-child {
	max-width: 720px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.77);
	font-size: 18px;
}

.booky-course-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 80px;
	align-items: start;
}

.booky-course-intro > p {
	padding-top: 28px;
	color: var(--booky-muted);
	font-size: 18px;
	line-height: 1.8;
}

.booky-camp-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(34px, 5vw, 70px);
	align-items: center;
}

.booky-camp-poster {
	margin: 0;
}

.booky-camp-poster img {
	width: 100%;
	border-radius: 26px;
	box-shadow: 0 24px 64px rgba(11, 34, 57, 0.18);
}

.booky-camp-content > p:not(.booky-kicker) {
	margin-top: 18px;
	color: var(--booky-muted);
	font-size: 18px;
	line-height: 1.8;
}

.booky-camp-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 34px 0;
}

.booky-camp-facts div {
	padding: 19px;
	background: var(--booky-soft);
	border: 1px solid rgba(27, 121, 172, 0.12);
	border-radius: 14px;
}

.booky-camp-facts span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	margin-bottom: 13px;
	background: #e0f0f7;
	color: var(--booky-accent);
	border-radius: 11px;
}

.booky-camp-facts strong {
	display: block;
	color: var(--booky-navy);
	font-size: 15px;
}

.booky-camp-facts p {
	margin: 4px 0 0;
	color: var(--booky-muted);
	font-size: 14px;
	line-height: 1.55;
}

.booky-camp-action-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 0 0 34px;
}

.booky-camp-action-row .booky-button {
	margin: 0;
}

.booky-camp-prize {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 12px 18px 12px 12px;
	background: #fff8df;
	border: 1px solid rgba(217, 155, 103, 0.3);
	border-radius: 999px;
	box-shadow: 0 14px 32px rgba(11, 34, 57, 0.08);
	color: var(--booky-navy);
	font-weight: 800;
}

.booky-camp-prize__icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	display: grid;
	place-items: center;
	background: #f6c84f;
	border-radius: 50%;
	color: var(--booky-navy);
}

.booky-camp-prize__icon svg {
	width: 22px;
	height: 22px;
	display: block;
	fill: currentColor;
}

.booky-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 48px;
}

.booky-check-grid span {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 17px 20px;
	background: var(--booky-soft);
	color: var(--booky-ink);
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
}

.booky-check-grid .booky-icon {
	color: var(--booky-accent);
}

.booky-course-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.booky-course-card {
	padding: 38px;
	background: var(--booky-white);
	border: 1px solid rgba(27, 121, 172, 0.16);
	border-radius: 22px;
	box-shadow: var(--booky-shadow);
}

.booky-course-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--booky-border);
}

.booky-course-card__head h3 {
	font-size: 30px;
}

.booky-course-card .booky-kicker {
	margin-bottom: 9px;
}

.booky-price {
	display: inline-grid;
	place-items: center;
	min-width: 86px;
	min-height: 52px;
	padding: 8px 14px;
	background: var(--booky-navy);
	color: var(--booky-white);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 850;
	white-space: nowrap;
}

.booky-course-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-block: 24px;
}

.booky-course-card__facts span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	background: #eaf4f9;
	color: var(--booky-accent-dark);
	border-radius: 7px;
	font-size: 13px;
	font-weight: 800;
}

.booky-course-card h4 {
	margin: 4px 0 14px;
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0;
}

.booky-schedule {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: booky-session;
}

.booky-schedule li {
	counter-increment: booky-session;
	display: grid;
	grid-template-columns: 35px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid #edf1f3;
	color: var(--booky-ink);
	font-size: 14px;
}

.booky-schedule li::before {
	content: counter(booky-session);
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: var(--booky-soft);
	color: var(--booky-accent-dark);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 850;
}

.booky-schedule time {
	color: var(--booky-muted);
	font-variant-numeric: tabular-nums;
}

.booky-individual-section {
	padding-top: clamp(70px, 7vw, 104px);
}

.booky-individual-section--home {
	background: var(--booky-cream);
}

.booky-individual-card {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	align-items: start;
	gap: 28px;
	padding: 34px;
	background: linear-gradient(135deg, var(--booky-navy), #123c5d);
	color: var(--booky-white);
	border-radius: 22px;
	box-shadow: var(--booky-shadow);
}

.booky-individual-card > .booky-button {
	grid-column: 2;
	justify-self: start;
	align-self: start;
}

.booky-individual-card__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 12px;
	padding: 7px 11px;
	background: rgba(255, 255, 255, 0.1);
	color: #d6eef9;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.booky-individual-card__icon {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.1);
	color: #8ec8e6;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
}

.booky-individual-card__icon .booky-icon {
	width: 38px;
	height: 38px;
	font-size: 38px;
}

.booky-individual-card h2 {
	color: var(--booky-white);
	font-size: clamp(28px, 3.5vw, 44px);
}

.booky-individual-card p:not(.booky-kicker) {
	max-width: 760px;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.7;
}

.booky-individual-card .booky-kicker {
	color: #8ec8e6;
}

.booky-individual-card .booky-course-card__facts {
	padding-block: 20px 0;
}

.booky-individual-card .booky-course-card__facts span {
	background: rgba(255, 255, 255, 0.1);
	color: #d6eef9;
}

.booky-course-card__teacher {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-block: 24px !important;
	color: var(--booky-muted);
	font-size: 14px;
}

.booky-course-card__teacher .booky-icon {
	color: var(--booky-accent);
}

.booky-goal {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	max-width: 980px;
}

.booky-goal__icon {
	width: 116px;
	height: 116px;
	display: grid;
	place-items: center;
	background: #e5f1f7;
	color: var(--booky-accent);
	border-radius: 50%;
}

.booky-goal__icon .booky-icon {
	width: 55px;
	height: 55px;
	font-size: 55px;
}

.booky-goal p:last-child {
	margin-top: 18px;
	color: var(--booky-muted);
	font-size: 17px;
}

.booky-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
	gap: 32px;
	align-items: stretch;
}

.booky-form-card {
	height: 100%;
	padding: 42px;
	background: var(--booky-white);
	border: 1px solid var(--booky-border);
	border-radius: 22px;
	box-shadow: var(--booky-shadow);
}

.booky-form {
	display: grid;
	gap: 23px;
}

.booky-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.booky-field {
	display: grid;
	gap: 8px;
}

.booky-field label {
	color: var(--booky-ink);
	font-size: 14px;
	font-weight: 750;
}

.booky-field label span {
	color: var(--booky-error);
}

.booky-field input,
.booky-field select,
.booky-field textarea {
	width: 100%;
	margin: 0;
	background-color: var(--booky-white);
	color: var(--booky-ink);
	border: 1px solid #cbd8df;
	border-radius: 8px;
	box-shadow: none;
}

.booky-field input,
.booky-field select {
	height: 52px;
}

.booky-field input {
	padding: 0 15px;
}

.booky-field textarea {
	min-height: 132px;
	padding: 14px 15px;
	resize: vertical;
}

.booky-field select {
	padding: 0 68px 0 15px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%230b2239' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-position: right 28px center !important;
	background-repeat: no-repeat !important;
	background-size: 14px 14px !important;
}

.booky-field select::-ms-expand {
	display: none;
}

.booky-field input:hover,
.booky-field select:hover,
.booky-field textarea:hover {
	border-color: #94b7ca;
}

.booky-field input:focus,
.booky-field select:focus,
.booky-field textarea:focus {
	border-color: var(--booky-accent);
}

.booky-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 11px;
	align-items: start;
}

.booky-consent input {
	width: 18px;
	height: 18px;
	margin: 4px 0 0;
	accent-color: var(--booky-accent);
}

.booky-consent label {
	color: var(--booky-muted);
	font-size: 13px;
	line-height: 1.6;
}

.booky-consent a {
	color: var(--booky-accent-dark);
	font-weight: 700;
	text-decoration: underline;
}

.booky-button--submit {
	justify-self: start;
	border: 0;
	cursor: pointer;
}

html.booky-home-entrance-pending .booky-header__logo,
html.booky-home-entrance-pending .booky-header__contacts > *,
html.booky-home-entrance-pending .booky-menu-button,
html.booky-home-entrance-pending .booky-nav li {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__logo,
html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__contacts > *,
html.booky-home-entrance-pending.booky-home-entrance-active .booky-menu-button,
html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 0.42s cubic-bezier(0.2, 0.72, 0.2, 1),
		transform 0.52s cubic-bezier(0.2, 0.72, 0.2, 1);
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__logo {
	transition-delay: 70ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__contacts > :nth-child(1) {
	transition-delay: 120ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__contacts > :nth-child(2) {
	transition-delay: 170ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-header__contacts > :nth-child(3),
html.booky-home-entrance-pending.booky-home-entrance-active .booky-menu-button {
	transition-delay: 220ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li:nth-child(1) {
	transition-delay: 180ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li:nth-child(2) {
	transition-delay: 230ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li:nth-child(3) {
	transition-delay: 280ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li:nth-child(4) {
	transition-delay: 330ms;
}

html.booky-home-entrance-pending.booky-home-entrance-active .booky-nav li:nth-child(5) {
	transition-delay: 380ms;
}

.booky-form__required {
	color: var(--booky-muted);
	font-size: 12px;
}

.booky-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.booky-notice {
	display: grid;
	gap: 4px;
	margin-bottom: 24px;
	padding: 16px 18px;
	border-radius: 9px;
	font-size: 14px;
}

.booky-notice--success {
	background: #e8f6ef;
	color: var(--booky-success);
	border: 1px solid #b9e0ce;
}

.booky-notice--after-form {
	margin: 24px 0 0;
}

.booky-notice--error {
	background: #fff0f0;
	color: var(--booky-error);
	border: 1px solid #edcaca;
}

.booky-notice ul {
	margin: 6px 0 0;
	padding-left: 20px;
}

.booky-notice a {
	color: inherit;
	font-weight: 800;
	text-decoration: underline;
}

.booky-contact-card {
	position: sticky;
	top: 30px;
	align-self: stretch;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 36px;
	background: var(--booky-navy);
	color: rgba(255, 255, 255, 0.76);
	border-radius: 22px;
}

.booky-contact-card .booky-kicker {
	color: #8ec8e6;
}

.booky-contact-card h2 {
	color: var(--booky-white);
	font-size: 36px;
}

.booky-contact-card > p:not(.booky-kicker) {
	margin: 16px 0 25px;
}

.booky-contact-card > a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	color: var(--booky-white);
	font-weight: 750;
}

.booky-contact-card > a .booky-icon {
	color: #73bce0;
}

.booky-contact-card__meta {
	display: grid;
	gap: 7px;
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	font-size: 14px;
}

.booky-contact-card__meta strong {
	color: var(--booky-white);
}

.booky-contact-card__meta a {
	color: var(--booky-white);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.booky-coming-soon {
	max-width: 780px;
	margin-inline: auto;
	padding: 70px 55px;
	text-align: center;
	background: var(--booky-white);
	border: 1px solid var(--booky-border);
	border-radius: 26px;
	box-shadow: var(--booky-shadow);
}

.booky-coming-soon__mark {
	width: 92px;
	height: 92px;
	display: grid;
	place-items: center;
	margin: 0 auto 25px;
	background: #e7f3f9;
	color: var(--booky-accent);
	border-radius: 50%;
}

.booky-coming-soon__mark .booky-icon {
	width: 45px;
	height: 45px;
	font-size: 45px;
}

.booky-coming-soon > p:not(.booky-kicker) {
	max-width: 630px;
	margin: 20px auto 0;
	color: var(--booky-muted);
	font-size: 17px;
}

.booky-tip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.booky-tip {
	position: relative;
	padding: 38px 32px;
	overflow: hidden;
	background: var(--booky-white);
	border: 1px solid var(--booky-border);
	border-radius: var(--booky-radius);
	box-shadow: 0 10px 35px rgba(11, 34, 57, 0.06);
}

.booky-tip > span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 50px;
	color: var(--booky-accent);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1;
}

.booky-tip > span::after {
	content: "";
	width: 42px;
	height: 2px;
	flex: 0 0 42px;
	background: var(--booky-accent);
}

.booky-tip h2 {
	font-size: 27px;
}

.booky-tip p {
	margin-top: 17px;
	color: var(--booky-muted);
	font-size: 15px;
	line-height: 1.75;
}

.booky-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.booky-resource {
	display: grid;
	grid-template-columns: 48px 1fr;
	column-gap: 17px;
	padding: 24px;
	background: var(--booky-white);
	color: var(--booky-ink) !important;
	border: 1px solid var(--booky-border);
	border-radius: 13px;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.booky-resource:hover {
	transform: translateY(-3px);
	border-color: rgba(27, 121, 172, 0.45);
	box-shadow: 0 10px 28px rgba(11, 34, 57, 0.08);
}

.booky-resource__icon {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	background: #e6f2f8;
	color: var(--booky-accent);
	border-radius: 11px;
}

.booky-resource strong {
	font-size: 16px;
}

.booky-resource > span:last-child {
	margin-top: 4px;
	color: var(--booky-muted);
	font-size: 13px;
	line-height: 1.5;
}

.booky-footer {
	padding-top: 70px;
	background: #071a2c;
	color: rgba(255, 255, 255, 0.68);
}

.booky-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 0.8fr;
	gap: 70px;
	padding-bottom: 55px;
}

.booky-footer__brand img {
	width: 175px;
}

.booky-footer__brand p {
	margin: 17px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
}

.booky-footer h2 {
	margin-bottom: 17px;
	color: var(--booky-white);
	font-family: Poppins, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.booky-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.booky-footer__contact a {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
}

.booky-footer__social a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
}

.booky-footer__social .booky-icon {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.booky-footer__social .booky-brand-icon {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.booky-footer a:hover,
.booky-footer a:focus-visible {
	color: var(--booky-white);
}

.booky-footer__bottom {
	padding-block: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.booky-footer__bottom p {
	margin: 0;
	font-size: 12px;
}

@media (max-width: 1100px) {
	.booky-header__bar-inner {
		min-height: 68px;
	}

	.booky-header__logo {
		width: 142px;
	}

	.booky-header__contacts {
		margin-left: auto;
		gap: 18px;
	}

	.booky-header__contacts a:not(.booky-header__facebook) span {
		display: none;
	}

	.booky-header__contacts a:not(.booky-header__facebook) {
		width: 38px;
		height: 38px;
		justify-content: center;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: 50%;
	}

	.booky-menu-button {
		display: flex;
	}

	.booky-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		box-shadow: 0 16px 30px rgba(11, 34, 57, 0.15);
	}

	.booky-nav.is-open {
		display: block;
	}

	.booky-nav__inner {
		min-height: 0;
		padding-block: 12px 20px;
	}

	.booky-nav ul {
		width: 100%;
		display: grid;
		gap: 0;
	}

	.booky-nav a {
		min-height: 47px;
		padding-inline: 14px;
		border-radius: 10px;
		border-bottom: 1px solid #edf1f3;
	}

	.booky-header.is-scrolled .booky-header__bar {
		max-height: none;
		overflow: visible;
		opacity: 1;
		transform: none;
	}

	.booky-header.is-scrolled .booky-header__bar-inner {
		min-height: 58px;
	}

	.booky-header.is-scrolled .booky-header__logo {
		width: 126px;
	}

	.booky-nav li:last-child a {
		border-bottom: 0;
	}

	.booky-hero {
		min-height: 590px;
	}

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

	.booky-benefit {
		min-height: 230px;
	}

	.booky-course-teaser__grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
		gap: 40px;
	}

	.booky-reading-promo__inner {
		max-width: 940px;
	}

	.booky-reading-promo__brand {
		position: static;
		width: auto;
		margin-bottom: 26px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(142, 200, 230, 0.36);
	}

	.booky-reading-promo__content {
		padding-left: 0;
	}

	.booky-course-card {
		padding: 30px;
	}

	.booky-form-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.booky-form-card {
		padding: 32px;
	}
}

@media (max-width: 900px) {
	body.booky-full-page-template.admin-bar .booky-header {
		top: 46px;
	}

	.booky-section {
		padding-block: 78px;
	}

	.booky-hero {
		min-height: 640px;
		align-items: end;
	}

	.booky-hero__image {
		object-position: 63% center;
	}

	.booky-hero__veil {
		background:
			linear-gradient(90deg, rgba(6, 25, 42, 0.97) 0%, rgba(6, 25, 42, 0.88) 47%, rgba(6, 25, 42, 0.3) 100%),
			linear-gradient(0deg, rgba(6, 25, 42, 0.8), transparent 65%);
	}

	.booky-hero__inner {
		padding-block: 85px;
	}

	.booky-hero__content {
		width: min(610px, 72%);
	}

	.booky-split,
	.booky-course-intro {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.booky-course-intro > p {
		padding-top: 0;
	}

	.booky-course-teaser__grid {
		grid-template-columns: 1fr;
	}

	.booky-course-teaser__quote {
		max-width: 540px;
	}

	.booky-five-finger__layout {
		grid-template-columns: 1fr;
	}

	.booky-five-finger__content .booky-heading--center {
		text-align: center;
	}

	.booky-five-finger__content .booky-heading--center p {
		margin-right: auto;
		margin-left: auto;
	}

	.booky-five-finger__poster {
		justify-self: center;
	}

	.booky-camp-intro {
		grid-template-columns: 1fr;
	}

	.booky-camp-poster {
		max-width: 620px;
	}

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

	.booky-course-grid {
		grid-template-columns: 1fr;
		max-width: 680px;
		margin-inline: auto;
	}

	.booky-individual-card {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.booky-individual-card > .booky-button {
		grid-column: 1 / -1;
		justify-self: start;
	}

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

	.booky-contact-card {
		position: static;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 30px;
	}

	.booky-contact-card .booky-kicker,
	.booky-contact-card h2,
	.booky-contact-card > p {
		grid-column: 1 / -1;
	}

	.booky-contact-card > a {
		grid-column: 1;
	}

	.booky-contact-card__meta {
		grid-column: 2;
		grid-row: 4 / span 3;
		min-width: 200px;
		margin-top: 10px;
		padding: 12px 0 0 25px;
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.17);
	}

	.booky-tip-grid {
		grid-template-columns: 1fr;
	}

	.booky-tip {
		min-height: 0;
	}

	.booky-footer__grid {
		grid-template-columns: 1.2fr 1fr 1fr;
		gap: 35px;
	}
}

@media (max-width: 700px) {
	.booky-container {
		width: min(calc(100% - 32px), var(--booky-container));
	}

	.booky-header__bar-inner {
		min-height: 60px;
		gap: 14px;
	}

	.booky-header__logo {
		width: 126px;
	}

	.booky-header__contacts {
		gap: 8px;
	}

	.booky-header__contacts a:not(.booky-header__facebook) {
		display: none;
	}

	.booky-header__facebook {
		width: 34px;
		height: 34px;
	}

	.booky-header.is-scrolled .booky-header__bar-inner {
		min-height: 54px;
	}

	.booky-header.is-scrolled .booky-header__logo {
		width: 116px;
	}

	.booky-menu-button__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.booky-site h1 {
		font-size: clamp(42px, 14vw, 58px);
	}

	.booky-site h2 {
		font-size: clamp(31px, 10vw, 42px);
	}

	.booky-hero {
		min-height: 680px;
	}

	.booky-hero__image {
		object-position: 68% center;
		opacity: 0.74;
	}

	.booky-hero__veil {
		background:
			linear-gradient(90deg, rgba(6, 25, 42, 0.92), rgba(6, 25, 42, 0.6)),
			linear-gradient(0deg, rgba(6, 25, 42, 0.98) 5%, rgba(6, 25, 42, 0.78) 55%, rgba(6, 25, 42, 0.35) 100%);
	}

	.booky-hero__inner {
		display: flex;
		align-items: flex-end;
		min-height: 680px;
		padding-block: 60px;
	}

	.booky-hero__content {
		width: 100%;
	}

	.booky-hero h1 {
		font-size: clamp(49px, 15vw, 67px);
	}

	.booky-hero__lead {
		font-size: 17px;
	}

	.booky-actions {
		align-items: stretch;
	}

	.booky-actions .booky-button {
		flex: 1 1 170px;
	}

	.booky-section {
		padding-block: 64px;
	}

	.booky-page-hero {
		padding-block: 68px;
	}

	.booky-page-hero h1 {
		font-size: clamp(40px, 12vw, 53px);
	}

	.booky-page-hero > .booky-container > p:last-child {
		font-size: 16px;
	}

	.booky-benefits,
	.booky-check-grid,
	.booky-resource-grid {
		grid-template-columns: 1fr;
	}

	.booky-benefit {
		min-height: 0;
		padding: 26px;
	}

	.booky-course-teaser__quote {
		padding: 42px 28px;
	}

	.booky-course-teaser__quote p {
		font-size: 28px;
	}

	.booky-finger-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.booky-finger-card {
		padding: 22px 13px;
	}

	.booky-finger-card img {
		width: 82px;
		height: 82px;
	}

	.booky-finger-card h3 {
		font-size: 15px;
	}

	.booky-finger-card p {
		font-size: 13px;
	}

	.booky-camps-teaser .booky-button,
	.booky-cta .booky-button {
		width: 100%;
	}

	.booky-camps-teaser__inner {
		grid-template-columns: 1fr;
	}

	.booky-camps-teaser__poster {
		grid-column: 1;
		grid-row: auto;
		justify-self: center;
	}

	.booky-camps-teaser__poster img {
		width: min(220px, 68vw);
		height: auto;
		aspect-ratio: 3 / 4;
	}

	.booky-reading-promo__inner {
		padding: 24px 18px;
		border-radius: 20px;
	}

	.booky-reading-promo__grid {
		grid-template-columns: 1fr;
	}

	.booky-reading-promo__brand img {
		width: 150px;
	}

	.booky-reading-promo__brand p {
		font-size: 11px;
		letter-spacing: 0.16em;
	}

	.booky-reading-promo__eyebrow {
		margin-bottom: 20px;
		font-size: 21px;
		letter-spacing: 0.1em;
	}

	.booky-reading-promo__item {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 13px;
		min-height: 0;
		padding: 14px 0;
		border-bottom: 1px dotted rgba(142, 200, 230, 0.45);
	}

	.booky-reading-promo__item:nth-child(2) {
		padding-top: 14px;
	}

	.booky-reading-promo__item:nth-last-child(-n+2) {
		padding-bottom: 14px;
		border-bottom: 1px dotted rgba(142, 200, 230, 0.45);
	}

	.booky-reading-promo__item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.booky-reading-promo__item > span {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
		border-radius: 999px;
	}

	.booky-reading-promo__item .booky-icon {
		font-size: 18px;
	}

	.booky-reading-promo__item strong {
		font-size: 18px;
	}

	.booky-reading-promo__item p,
	.booky-reading-promo__item a {
		font-size: 15px;
	}

	.booky-reading-promo__audience {
		font-size: 14px;
	}

	.booky-camp-facts {
		grid-template-columns: 1fr;
	}

	.booky-camp-action-row {
		align-items: stretch;
	}

	.booky-camp-action-row .booky-camp-prize,
	.booky-camp-action-row .booky-button {
		width: 100%;
		justify-content: center;
	}

	.booky-course-card {
		padding: 24px 20px;
	}

	.booky-individual-card {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 26px 20px;
	}

	.booky-individual-card > .booky-button {
		width: 100%;
	}

	.booky-course-card__head h3 {
		font-size: 26px;
	}

	.booky-price {
		min-width: 74px;
		font-size: 18px;
	}

	.booky-schedule li {
		grid-template-columns: 32px 1fr;
	}

	.booky-schedule time {
		grid-column: 2;
		font-size: 12px;
	}

	.booky-goal {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.booky-goal__icon {
		width: 84px;
		height: 84px;
	}

	.booky-goal__icon .booky-icon {
		width: 41px;
		height: 41px;
		font-size: 41px;
	}

	.booky-form-card {
		padding: 25px 20px;
	}

	.booky-form__row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.booky-button--submit {
		width: 100%;
	}

	.booky-contact-card {
		display: block;
		padding: 29px 24px;
	}

	.booky-contact-card__meta {
		margin-top: 28px;
		padding: 22px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.17);
		border-left: 0;
	}

	.booky-coming-soon {
		padding: 50px 22px;
	}

	.booky-coming-soon__mark {
		width: 76px;
		height: 76px;
	}

	.booky-tip {
		padding: 31px 25px;
	}

	.booky-resource {
		grid-template-columns: 42px 1fr;
		padding: 20px;
	}

	.booky-resource__icon {
		width: 42px;
		height: 42px;
	}

	.booky-footer {
		padding-top: 54px;
	}

	.booky-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-bottom: 38px;
	}
}

@media (max-width: 390px) {
	.booky-header__logo {
		width: 125px;
	}

	.booky-header__facebook {
		display: none !important;
	}

	.booky-finger-grid {
		grid-template-columns: 1fr;
	}

	.booky-five-finger__poster {
		max-width: 260px;
	}

	.booky-finger-card {
		display: grid;
		grid-template-columns: 72px 1fr;
		column-gap: 16px;
		text-align: left;
		align-items: center;
	}

	.booky-finger-card img {
		grid-row: span 2;
		width: 72px;
		height: 72px;
		margin: 0;
	}

	.booky-finger-card p {
		margin-top: 4px;
	}
}

.booky-reveal {
	opacity: 0;
	transition:
		opacity 0.62s cubic-bezier(0.2, 0.72, 0.2, 1),
		transform 0.72s cubic-bezier(0.2, 0.72, 0.2, 1);
	transition-delay: var(--booky-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.booky-reveal--up {
	transform: translate3d(0, 28px, 0);
}

.booky-reveal--left {
	transform: translate3d(-34px, 0, 0);
}

.booky-reveal--right {
	transform: translate3d(34px, 0, 0);
}

.booky-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (max-width: 700px) {
	.booky-reveal--up {
		transform: translate3d(0, 20px, 0);
	}

	.booky-reveal--left,
	.booky-reveal--right {
		transform: translate3d(0, 22px, 0);
	}

	.booky-reveal.is-visible {
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.booky-reveal,
	.booky-reveal.is-visible {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	html.booky-home-entrance-pending .booky-header__logo,
	html.booky-home-entrance-pending .booky-header__contacts > *,
	html.booky-home-entrance-pending .booky-menu-button,
	html.booky-home-entrance-pending .booky-nav li,
	html.booky-home-entrance-pending .booky-hero__content > * {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	html.booky-page-entrance-pending .booky-page-hero > .booky-container > * {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.booky-site *,
	.booky-site *::before,
	.booky-site *::after,
	.booky-header *,
	.booky-header *::before,
	.booky-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
