:root {
	--ink: #152235;
	--muted: #78909d;
	--paper: #edf5f8;
	--coral: #ef526f;
	--red: #ee372e;
	--gold: #f4b24c;
	--blue: #24558e;
	--line: rgba(21, 34, 53, .12);
	--shadow: 0 24px 70px rgba(21, 34, 53, .14);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 0; }
body {
	background: linear-gradient(180deg, #f3f8fb, #edf3f8 48%, #fff);
	color: var(--ink);
	font: 16px/1.65 "Segoe UI", Arial, sans-serif;
	padding-top: 178px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
a,
button,
.btn,
.header-btn,
.header-phone,
.social-links a,
.top-nav a,
.program-grid article,
.home-news-card,
.home-news-media img,
.visual-gallery img,
.visual-photo,
.text-link,
.short-1-title a,
.short-1-more a {
	transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}

.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(21, 34, 53, .1);
	background: rgba(248, 251, 253, .92);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 42px rgba(21, 34, 53, .08);
}
.nav-toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.header-main {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) auto minmax(420px, 1fr);
	align-items: center;
	gap: 22px;
	width: min(100% - 8vw, 1340px);
	margin: 0 auto;
	padding: 10px 0 8px;
}
.brand {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
	color: var(--ink);
}
.brand img {
	width: 150px;
	height: 108px;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
}
.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.02;
}
.brand-copy strong {
	color: var(--coral);
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.brand-copy em {
	margin-top: 9px;
	color: #40566b;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .8px;
}
.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}
.header-phone {
	justify-self: center;
	color: var(--blue);
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 1px;
	white-space: nowrap;
}
.header-phone:hover { color: var(--coral); }
.header-btn,
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	white-space: nowrap;
}
.header-btn {
	padding: 11px 16px;
	border: 1px solid var(--line);
}
.header-btn-primary {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
	box-shadow: 0 12px 28px rgba(239, 82, 111, .24);
}
.header-btn-primary:hover {
	border-color: #db3d5d;
	background: #db3d5d;
	color: #fff;
	transform: translateY(-2px);
}
.header-btn-viber {
	border-color: rgba(115, 78, 184, .25);
	background: #7360f2;
	color: #fff;
}
.header-btn-viber:hover {
	background: #5f4bd6;
	color: #fff;
	transform: translateY(-2px);
}
.social-links {
	display: flex;
	gap: 7px;
}
.social-links a {
	width: 44px;
	height: 42px;
	border: 1px solid rgba(36, 85, 142, .18);
	background: #fff;
	color: var(--blue);
}
.social-links svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.social-links .social-vk {
	color: #2f6fae;
}
.social-links .social-ok {
	color: #ee8208;
}
.social-links .social-facebook {
	color: #1877f2;
}
.social-links a:hover {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
	transform: translateY(-2px);
}
.menu-toggle {
	display: none;
}
.top-nav {
	width: 100%;
	padding: 12px 5vw 15px;
	border-top: 1px solid rgba(21, 34, 53, .08);
	background: rgba(255,255,255,.5);
}
.top-nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(22px, 3vw, 52px);
}
.top-nav-links > a {
	position: relative;
	color: #1b2a3b;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.top-nav-links > a:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 2px;
	margin-right: 16px;
	background: #ff8c7e;
	vertical-align: middle;
}
.top-nav-links > a:hover {
	color: var(--coral);
	transform: translateY(-1px);
}
.top-nav-links > a:hover:before {
	background: var(--coral);
	box-shadow: 0 0 0 4px rgba(239, 82, 111, .1);
}
.mobile-menu-extra {
	display: none;
}

.hero {
	position: relative;
	min-height: 820px;
	overflow: hidden;
	background:
		radial-gradient(circle at 17% 46%, rgba(239,82,111,.08), transparent 26%),
		radial-gradient(circle at 76% 42%, rgba(244,178,76,.12), transparent 24%),
		linear-gradient(118deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,0) 42%),
		linear-gradient(180deg, #edf5f8 0%, #f8fbfc 100%);
}
.hero:before {
	content: none;
	position: absolute;
	z-index: 1;
	left: 7vw;
	right: 7vw;
	bottom: 116px;
	height: 72px;
	border: 1px solid rgba(36,85,142,.08);
	border-top-color: rgba(239,82,111,.18);
	border-bottom: 0;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
}
.hero:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -88px;
	height: 190px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.74));
	transform: skewY(-3deg);
	transform-origin: left top;
}
.hero-stage,
.hero-arc,
.hero-glow {
	position: absolute;
	pointer-events: none;
}
.hero-stage {
	display: none;
	z-index: 1;
	left: 10vw;
	right: 10vw;
	bottom: 94px;
	height: 118px;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 50% 64%, rgba(21,34,53,.12), transparent 57%),
		radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.72), rgba(255,255,255,0) 66%);
	filter: blur(.2px);
}
.hero-arc {
	z-index: 2;
	width: 300px;
	height: 300px;
	border: 2px solid rgba(239,82,111,.18);
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
}
.hero-arc-one {
	display: none;
}
.hero-arc-two {
	right: max(56px, calc(50% - 690px));
	top: 220px;
	border-color: rgba(244,178,76,.2);
	border-left-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(36deg);
}
.hero-glow {
	z-index: 0;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.92), rgba(239,82,111,.08) 46%, transparent 72%);
	filter: blur(2px);
}
.hero-glow-one {
	display: none;
}
.hero-glow-two {
	right: 10vw;
	top: 300px;
	background: radial-gradient(circle, rgba(255,255,255,.88), rgba(244,178,76,.1) 42%, transparent 72%);
}
.figure,
.hero-copy {
	position: absolute;
}
.hero-radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.figure {
	z-index: 3;
	left: max(9vw, calc(50% - 575px));
	top: 56px;
	width: min(560px, 39vw);
	aspect-ratio: 2 / 3;
	background: center bottom / contain no-repeat;
	filter:
		drop-shadow(0 28px 42px rgba(21,34,53,.12))
		drop-shadow(0 0 36px rgba(255,255,255,.9))
		drop-shadow(0 0 22px rgba(239,82,111,.08));
	pointer-events: none;
	opacity: 0;
	transform: translateX(-18px);
	transition: opacity .55s ease, transform .55s ease;
}
.figure-one { background-image: url(../images/modern/hero-dancers-blue-cutout.png); }
.figure-two {
	background-image: url(../images/modern/hero-dancers-cutout.png);
	left: max(10vw, calc(50% - 545px));
	top: 50px;
	width: min(540px, 38vw);
	transform: translateX(18px);
}
.hero-copy {
	z-index: 5;
	top: 122px;
	left: min(51vw, calc(50% + 145px));
	width: min(610px, 43vw);
	opacity: 0;
	transform: translateY(14px);
	pointer-events: none;
	transition: opacity .55s ease, transform .55s ease;
}
.copy-two {
	left: min(50vw, calc(50% + 130px));
}
#hero-slide-1:checked ~ .figure-one,
#hero-slide-2:checked ~ .figure-two {
	opacity: 1;
	transform: translateX(0);
}
#hero-slide-1:checked ~ .copy-one,
#hero-slide-2:checked ~ .copy-two {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.hero-copy span,
.kicker {
	display: inline-flex;
	color: #ff624f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.hero-copy h1 {
	margin: 28px 0 0;
	background: linear-gradient(90deg, #17253b 0%, var(--blue) 38%, #e6423d 78%, var(--gold) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font: 800 clamp(42px, 4.1vw, 64px)/1.22 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.hero-copy p {
	max-width: 610px;
	margin: 30px 0 0;
	color: #667f90;
	font-size: 17px;
	line-height: 1.75;
}
.hero-actions {
	position: relative;
	z-index: 50;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid var(--line);
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor: pointer;
}
.btn-main {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
	box-shadow: 0 18px 38px rgba(239, 82, 111, .28);
}
.btn-light { background: rgba(255,255,255,.48); color: #25313d; }
.btn-main:hover {
	border-color: #db3d5d;
	background: #db3d5d;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(239, 82, 111, .34);
}
.btn-light:hover {
	border-color: rgba(239, 82, 111, .42);
	background: #fff;
	color: var(--coral);
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(21, 34, 53, .1);
}
.hero-dots {
	position: absolute;
	z-index: 20;
	left: max(7vw, calc(50% - 620px));
	bottom: 54px;
	display: flex;
	gap: 10px;
}
.hero-dots label {
	display: block;
	width: 52px;
	height: 4px;
	background: #ff8c7e;
	border-radius: 999px;
	cursor: pointer;
	opacity: .42;
	transition: opacity .2s ease, background .2s ease, transform .2s ease;
}
.hero-dots label:hover {
	opacity: .78;
	transform: translateY(-1px);
}
#hero-slide-1:checked ~ .hero-dots label[for="hero-slide-1"],
#hero-slide-2:checked ~ .hero-dots label[for="hero-slide-2"] {
	background: var(--coral);
	opacity: 1;
}

.stats {
	position: relative;
	z-index: 7;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(100% - 10vw, 1240px);
	margin: -34px auto 0;
	gap: 1px;
	overflow: visible;
	border-radius: 8px;
	background: rgba(21, 34, 53, .08);
	box-shadow: var(--shadow);
}
.stats div {
	position: relative;
	min-height: 132px;
	padding: 32px 24px 28px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)),
		radial-gradient(circle at 50% 0, rgba(239,82,111,.12), transparent 58%);
	text-align: center;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.stats div:first-child { border-radius: 8px 0 0 8px; }
.stats div:last-child { border-radius: 0 8px 8px 0; }
.stats div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--coral), var(--gold));
}
.stats div:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(239, 82, 111, .09);
	transform: translateX(-50%);
}
.stats div:hover {
	z-index: 2;
	transform: translateY(-5px);
	box-shadow: 0 22px 54px rgba(21,34,53,.16);
}
.stats strong, .stats span { display: block; }
.stats strong {
	position: relative;
	z-index: 1;
	color: var(--blue);
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 1px;
}
.stats span {
	position: relative;
	z-index: 1;
	max-width: 180px;
	margin: 13px auto 0;
	color: #53687a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section {
	width: min(100% - 10vw, 1240px);
	margin: 0 auto;
	padding-top: 96px;
}
.section:before {
	content: "";
	display: block;
	width: 74px;
	height: 4px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: linear-gradient(90deg, var(--coral), var(--gold));
}
.section h2 {
	margin: 10px 0 0;
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.03;
}
.section p { color: #445166; font-size: 18px; line-height: 1.78; }
.intro, .visual {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 7vw;
	align-items: start;
}
.visual {
	position: relative;
	grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
	align-items: center;
	margin-top: 20px;
	padding: 86px clamp(24px, 5vw, 64px);
	border: 1px solid rgba(21,34,53,.08);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.94), rgba(237,245,248,.84)),
		linear-gradient(90deg, rgba(239,82,111,.08), rgba(244,178,76,.1));
	box-shadow: 0 24px 70px rgba(21,34,53,.09);
	overflow: hidden;
}
.visual:before {
	position: absolute;
	top: 58px;
	left: clamp(24px, 5vw, 64px);
	margin: 0;
}
.visual:after {
	content: "";
	position: absolute;
	right: -78px;
	top: -92px;
	width: 280px;
	height: 280px;
	border: 48px solid rgba(36,85,142,.08);
	border-radius: 50%;
}
.visual-copy {
	position: relative;
	z-index: 2;
	max-width: 520px;
	padding-top: 16px;
}
.visual-copy p {
	margin: 24px 0 0;
}
.visual-btn {
	margin-top: 30px;
}
.intro {
	position: relative;
	align-items: center;
	grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
	gap: 56px;
	padding-top: 118px;
}
.intro:before {
	position: absolute;
	top: 78px;
	left: 0;
	margin: 0;
}
.intro:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -5vw;
	top: 74px;
	width: 42%;
	height: 74%;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(239,82,111,.08), rgba(244,178,76,.12));
}
.about-media {
	position: relative;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}
.about-media:before {
	content: "";
	position: absolute;
	inset: -18px 24px 24px -18px;
	z-index: -1;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--coral), var(--gold));
}
.about-media:after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: -16px;
	height: 34px;
	border-radius: 999px;
	background: rgba(21,34,53,.16);
	filter: blur(18px);
}
.about-media img {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	object-position: 50% 42%;
	border-radius: 8px;
}
.about-copy {
	position: relative;
	padding: 34px 0;
}
.about-copy h2 {
	max-width: 680px;
}
.about-copy p {
	max-width: 700px;
	margin: 24px 0 0;
}
.about-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 30px 0 32px;
}
.about-highlights span {
	position: relative;
	min-height: 76px;
	padding: 18px 16px 16px;
	border: 1px solid rgba(21,34,53,.1);
	border-radius: 8px;
	background: rgba(255,255,255,.78);
	color: var(--blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 14px 34px rgba(21,34,53,.07);
}
.about-highlights span:before {
	content: "";
	display: block;
	width: 34px;
	height: 3px;
	margin: 0 auto 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--coral), var(--gold));
}
.note {
	margin-top: 30px;
	padding: 22px 26px;
	border-left: 5px solid var(--coral);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(21,34,53,.08);
}
.note strong, .note span { display: block; }
.note span { margin-top: 6px; color: var(--muted); }
.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}
.program-grid, .home-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.program-grid article, .home-news-card {
	position: relative;
	overflow: hidden;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(21,34,53,.08);
}
.program-grid article:hover, .home-news-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 76px rgba(21,34,53,.16);
}
.program-grid article:before, .home-news-card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, var(--coral), var(--gold));
}
.program-grid article:hover:before, .home-news-card:hover:before {
	background: linear-gradient(90deg, var(--blue), var(--coral));
}
.program-grid article > span {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: rgba(239,82,111,.12);
	color: var(--coral);
	font-weight: 900;
}
.program-grid h3, .home-news-card h3 { font-size: 24px; line-height: 1.2; }
.offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 80px;
	padding: 54px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(8,22,43,.94), rgba(25,87,154,.82)), url(../images/modern/slide-group.png) center/cover;
	color: #fff;
	box-shadow: var(--shadow);
}
.offer h2 { max-width: 760px; color: #fff; font-size: clamp(30px,4vw,48px); }
.visual-gallery {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, .66fr);
	align-items: end;
	gap: 18px;
	min-height: 470px;
}
.visual-gallery:before {
	content: "";
	position: absolute;
	inset: 36px 44px -18px 64px;
	z-index: -1;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--coral), var(--gold));
	opacity: .9;
}
.visual-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}
.visual-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual-photo-main {
	height: 470px;
}
.visual-photo-main img {
	object-position: 50% 46%;
}
.visual-photo-accent {
	height: 330px;
	margin-bottom: 34px;
}
.visual-photo-accent img {
	object-position: 50% 45%;
}
.text-link { color: var(--blue); font-weight: 900; }
.text-link:hover {
	color: var(--coral);
	transform: translateX(4px);
}
.visual-photo:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 74px rgba(21,34,53,.18);
}
.home-news-card { min-height: 300px; display: flex; flex-direction: column; }
.home-news-media {
	margin: -32px -32px 24px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--paper);
}
.home-news-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-news-card:hover .home-news-media img {
	transform: scale(1.04);
}
.home-news-date { color: var(--coral); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.home-news-text { color: #4c596c; }
.home-news-text img { display: none; }
.home-news-more { margin-top: auto; padding-top: 22px; color: var(--blue); font-weight: 900; }
.home-news-card h3 a:hover, .home-news-more:hover { color: var(--coral); }

.inner-page { padding: 56px 5vw 72px; }
.content-panel {
	width: min(100%, 1240px);
	margin: 0 auto 24px;
	padding: 44px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.08);
}
.short-1, .short-block, .ststststs { margin-bottom: 22px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.short-1-title, .title-block2, .short-block h1 { margin: 0 0 14px; font-size: 30px; line-height: 1.2; }
.short-1-text, .shot-text, .ststststs-c { color: #344054; font-size: 17px; line-height: 1.76; }
.short-1-other { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.short-1-other img { display: none; }
.short-1-more { margin-left: auto; }
.short-1-title a:hover { color: var(--coral); }
.short-1-more a {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border: 1px solid var(--line);
	color: var(--blue);
	font-weight: 800;
	text-transform: uppercase;
}
.short-1-more a:hover {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
}
.content-panel:has(.article-layout) {
	width: min(100%, 1240px);
	padding: 0;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}
.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	align-items: start;
}
.article-page {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.08);
}
.article-hero {
	padding: clamp(30px, 5vw, 58px);
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,245,248,.88)),
		linear-gradient(90deg, rgba(19,169,199,.12), rgba(239,82,111,.1));
	border-bottom: 1px solid var(--line);
}
.article-kicker {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--coral);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}
.article-kicker a {
	color: var(--blue);
}
.article-hero h1 {
	max-width: 880px;
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}
.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 22px;
	color: #536174;
	font-size: 14px;
}
.article-cover {
	margin: 0;
	background: var(--paper);
}
.article-cover img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}
.article-body {
	padding: clamp(28px, 5vw, 54px);
	color: #344054;
	font-size: 18px;
	line-height: 1.78;
}
.article-body:after {
	content: "";
	display: table;
	clear: both;
}
.article-body > *:first-child {
	margin-top: 0;
}
.article-body p {
	margin: 0 0 18px;
}
.article-body img {
	display: block;
	float: none !important;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 22px 0;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 14px 34px rgba(21,34,53,.1);
}
.article-body a.highslide,
.article-body a[rel="highslide"] {
	display: block;
	clear: both;
	width: 100%;
	margin: 22px 0;
}
.article-body a.highslide img,
.article-body a[rel="highslide"] img {
	margin: 0;
}
.article-body a {
	color: var(--blue);
	font-weight: 800;
}
.article-footer {
	display: grid;
	clear: both;
	gap: 22px;
	padding: 0 clamp(28px, 5vw, 54px) clamp(30px, 5vw, 54px);
}
.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #536174;
	font-size: 14px;
}
.article-tags span {
	color: var(--ink);
	font-weight: 900;
}
.article-tags a {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--paper);
	color: var(--blue);
	font-weight: 800;
}
.article-pager-section {
	clear: both;
	margin: 0 clamp(28px, 5vw, 54px) clamp(30px, 5vw, 54px);
	padding: 24px;
	border: 1px solid rgba(19,169,199,.18);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(237,245,248,.96), rgba(255,255,255,.96)),
		linear-gradient(90deg, rgba(19,169,199,.14), rgba(244,178,76,.12));
	box-shadow: 0 16px 36px rgba(21,34,53,.08);
}
.article-pager-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}
.article-pager-head h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.18;
}
.article-pager {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.article-pager-link {
	position: relative;
	display: flex;
	min-height: 132px;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	box-shadow: 0 12px 30px rgba(21,34,53,.07);
}
.article-pager-link:before {
	color: rgba(19,169,199,.22);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}
.article-pager-prev:before {
	content: "<";
}
.article-pager-next {
	text-align: right;
}
.article-pager-next:before {
	content: ">";
}
.article-pager-label {
	color: var(--coral);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
.article-pager-link strong {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ink);
	font-size: 17px;
	line-height: 1.32;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.article-pager-link:hover {
	border-color: rgba(19,169,199,.38);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(21,34,53,.12);
}
.article-pager-link:hover strong {
	color: var(--blue);
}
.article-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.edit-link {
	color: var(--blue);
	font-weight: 900;
}
.article-sidebar {
	position: sticky;
	top: 0;
	display: grid;
	gap: 18px;
	transform: translateY(-42px);
}
.sidebar-card {
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.08);
}
.sidebar-card-head {
	margin-bottom: 16px;
}
.sidebar-card h2 {
	margin: 4px 0 0;
	font-size: 22px;
	line-height: 1.2;
}
.sidebar-news-list {
	display: grid;
	gap: 14px;
}
.sidebar-news-item {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}
.sidebar-news-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar-news-thumb {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
	background: var(--paper);
}
.sidebar-news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-news-date {
	margin-bottom: 6px;
	color: var(--coral);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
.sidebar-news-item h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.32;
}
.sidebar-news-item h3 a:hover {
	color: var(--coral);
}
.sidebar-socials {
	display: grid;
	gap: 10px;
}
.sidebar-socials a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--ink);
	font-weight: 900;
}
.sidebar-socials svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}
.sidebar-socials a:hover {
	border-color: rgba(19,169,199,.35);
	background: var(--paper);
	color: var(--blue);
}
.partner-card {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.97), rgba(237,245,248,.9)),
		linear-gradient(90deg, rgba(244,178,76,.12), rgba(19,169,199,.1));
}
.partner-card-media {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	background: #fff;
}
.partner-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}
.partner-card-title {
	color: var(--blue);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}
.partner-card-text {
	margin-top: -6px;
	color: #536174;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}
.partner-card:hover {
	border-color: rgba(19,169,199,.35);
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(21,34,53,.1);
}
.partner-card:hover img {
	transform: scale(1.04);
}
.sidebar-contact p {
	margin: 10px 0 18px;
	color: #536174;
	line-height: 1.6;
}
.sidebar-phone {
	color: var(--blue);
	font-size: 24px;
	font-weight: 900;
}
.sidebar-actions {
	display: grid;
	gap: 10px;
}
.sidebar-actions .btn {
	width: 100%;
	justify-content: center;
}

.navigation {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 18px 0 0;
	padding: 18px;
	border: 1px solid rgba(19,169,199,.16);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,245,248,.92)),
		linear-gradient(90deg, rgba(19,169,199,.1), rgba(244,178,76,.1));
	box-shadow: 0 14px 34px rgba(21,34,53,.07);
}
.nav-pages {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active,
.navigation span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-weight: 900;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.navigation a:hover {
	border-color: rgba(19,169,199,.35);
	color: var(--blue);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(21,34,53,.1);
}
.navigation .nav-pages > span:not(.nav_ext) {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
}
.navigation .nav_ext {
	min-width: 26px;
	border: 0;
	background: transparent;
	color: var(--muted);
}
.navigation .nav-direction {
	min-width: 132px;
	padding: 0 18px;
	border-color: rgba(19,169,199,.28);
	background: var(--blue);
	color: #fff;
}
.navigation a:hover .nav-direction {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
}
.navigation a:has(.nav-direction) {
	border: 0;
	background: transparent;
	box-shadow: none;
}
.navigation a:has(.nav-direction):hover {
	transform: none;
}
.navigation > span:has(.nav-direction) {
	min-width: auto;
	height: auto;
	border: 0;
	background: transparent;
}
.navigation > span:has(.nav-direction) .nav-direction {
	opacity: .45;
}

.club-page {
	color: var(--ink);
}
.club-page .kicker {
	margin-bottom: 12px;
}
.club-hero {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
	gap: 44px;
	align-items: center;
	margin: -8px -8px 34px;
	padding: clamp(28px, 5vw, 58px);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(237,245,248,.95), rgba(255,255,255,.92));
	overflow: hidden;
}
.club-hero h2,
.club-section h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}
.club-hero p,
.club-text p,
.club-section p {
	color: #445166;
	font-size: 18px;
	line-height: 1.74;
}
.club-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}
.club-hero-media {
	position: relative;
	border: 10px solid #fff;
	border-radius: 8px;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.club-hero-media:before {
	content: "";
	position: absolute;
	inset: auto 24px -18px;
	height: 38px;
	border-radius: 999px;
	background: rgba(21,34,53,.18);
	filter: blur(18px);
}
.club-hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.club-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 60px;
}
.club-facts div,
.club-program-grid article,
.club-groups div,
.club-schedule article,
.club-payment-grid article,
.club-achievement-grid article {
	border: 1px solid rgba(21,34,53,.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.07);
}
.club-facts div {
	padding: 24px 18px;
	text-align: center;
}
.club-facts strong {
	display: block;
	color: var(--coral);
	font-size: 32px;
	line-height: 1;
}
.club-facts span {
	display: block;
	margin-top: 10px;
	color: #53687a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.club-section {
	margin-top: 66px;
}
.club-story {
	display: grid;
	grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
	gap: 44px;
	align-items: start;
}
.club-text {
	padding: 30px 34px;
	border-left: 5px solid var(--coral);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.07);
}
.club-text p:first-child,
.club-payment-grid p:first-child {
	margin-top: 0;
}
.club-text p:last-child,
.club-payment-grid p:last-child {
	margin-bottom: 0;
}
.club-section-head {
	max-width: 840px;
	margin-bottom: 28px;
}
.club-program-grid,
.club-payment-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.club-program-grid article,
.club-payment-grid article {
	position: relative;
	overflow: hidden;
	padding: 30px;
}
.club-program-grid article:before,
.club-payment-grid article:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, var(--coral), var(--gold));
}
.club-program-grid article > span {
	display: inline-grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: rgba(36,85,142,.1);
	color: var(--blue);
	font-weight: 900;
}
.club-program-grid h3,
.club-schedule h3,
.club-payment-grid h3,
.club-achievement-grid h3 {
	margin: 18px 0 10px;
	color: var(--ink);
	font-size: 22px;
	line-height: 1.22;
}
.club-program-grid strong {
	display: block;
	margin-top: 18px;
	color: var(--blue);
}
.club-groups {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
	margin-bottom: 18px;
}
.club-groups div {
	padding: 20px 16px;
}
.club-groups span {
	color: var(--coral);
	font-size: 13px;
	font-weight: 900;
}
.club-groups strong {
	display: block;
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.25;
}
.club-groups p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.45;
}
.club-schedule {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.club-schedule article {
	padding: 24px;
}
.club-schedule h3,
.club-payment-grid h3 {
	margin-top: 0;
}
.club-schedule p,
.club-payment-grid p {
	font-size: 16px;
	line-height: 1.62;
}
.club-payment-grid {
	grid-template-columns: repeat(3, 1fr);
}
.club-achievement-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.club-achievement-grid article {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 20px;
	padding: 18px;
	align-items: center;
}
.club-achievement-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	object-fit: cover;
}
.club-achievement-grid h3 {
	margin-top: 0;
	font-size: 19px;
}
.club-achievement-grid p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.58;
}

.trainers-hero,
.video-hero,
.contact-hero,
.photo-page-head {
	margin-bottom: 34px;
	padding: clamp(28px, 5vw, 58px);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.94), rgba(237,245,248,.84)),
		linear-gradient(90deg, rgba(239,82,111,.08), rgba(244,178,76,.1));
	box-shadow: 0 18px 54px rgba(21,34,53,.08);
}
.trainers-hero h2,
.video-hero h2,
.contact-hero h2,
.photo-page-head h1,
.photo-page-head h2,
.contact-info h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}
.trainers-hero p,
.video-hero p,
.contact-hero p,
.photo-page-head p,
.contact-info p {
	max-width: 760px;
	color: #445166;
	font-size: 18px;
	line-height: 1.74;
}
.trainer-grid {
	display: grid;
	gap: 24px;
}
.trainer-card {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	padding: 24px;
	border: 1px solid rgba(21,34,53,.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 54px rgba(21,34,53,.08);
}
.trainer-photo {
	overflow: hidden;
	border-radius: 8px;
	background: var(--paper);
}
.trainer-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: 50% 20%;
}
.trainer-info h2 {
	margin: 0 0 18px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
}
.trainer-info ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #445166;
	font-size: 17px;
	line-height: 1.5;
}
.trainer-info li {
	position: relative;
	padding-left: 22px;
}
.trainer-info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--coral);
}
.trainer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}
.trainer-contact a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 14px;
	border: 1px solid rgba(36,85,142,.18);
	border-radius: 8px;
	background: #fff;
	color: var(--blue);
	font-weight: 900;
}
.trainer-contact a:hover {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
}
.video-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
.video-grid article,
.photo-card,
.contact-card,
.contact-form,
.contact-info {
	border: 1px solid rgba(21,34,53,.09);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 54px rgba(21,34,53,.08);
}
.video-grid article {
	overflow: hidden;
}
.video-frame {
	aspect-ratio: 16 / 9;
	background: var(--navy);
}
.video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.video-grid h3 {
	margin: 0;
	padding: 20px 22px 24px;
	font-size: 21px;
	line-height: 1.25;
}
.contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 34px;
	align-items: center;
}
.contact-page {
	display: grid;
	gap: 30px;
}
#sendmail {
	margin: 0;
}
.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.contact-actions .btn {
	min-width: 220px;
}
.contact-card {
	display: grid;
	gap: 10px;
	padding: 28px;
}
.contact-card strong {
	color: var(--coral);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.contact-card span {
	color: #445166;
	font-size: 17px;
	font-weight: 800;
}
.contact-form-section {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: 24px;
	align-items: start;
}
.contact-info,
.contact-form {
	padding: 30px;
}
.contact-form {
	display: grid;
	gap: 16px;
}
.contact-form label {
	display: grid;
	gap: 7px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.impot {
	color: var(--coral);
}
.f_input,
.f_textarea,
.contact-form select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(21,34,53,.14);
	border-radius: 8px;
	background: #f8fbfc;
	color: var(--ink);
	font: 16px/1.45 "Segoe UI", Arial, sans-serif;
}
.f_textarea {
	min-height: 170px;
	resize: vertical;
}
.contact-recipient,
.contact-code {
	color: #445166;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}
.contact-code-input {
	max-width: 180px;
}
.fieldsubmit {
	margin-top: 6px;
}
.fieldsubmit .btn {
	width: fit-content;
}
.request-modal {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}
.request-modal.is-open {
	display: flex;
}
.request-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(21,34,53,.58);
	backdrop-filter: blur(8px);
}
.request-modal-dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .95fr) minmax(300px, 1.05fr);
	width: min(100%, 880px);
	max-height: min(720px, calc(100vh - 44px));
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 90px rgba(21,34,53,.28);
}
.request-modal-close {
	position: absolute;
	z-index: 2;
	top: 14px;
	right: 14px;
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: var(--ink);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 26px rgba(21,34,53,.16);
}
.request-modal-close:hover {
	background: var(--coral);
	color: #fff;
}
.request-modal-media {
	min-height: 460px;
	background: var(--paper);
}
.request-modal-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.request-modal-content {
	display: grid;
	align-content: center;
	gap: 16px;
	padding: clamp(28px, 5vw, 48px);
}
.request-modal-content h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
}
.request-modal-content p {
	margin: 0;
	color: #536174;
	font-size: 17px;
	line-height: 1.62;
}
.request-form {
	display: grid;
	gap: 14px;
}
.request-form label {
	display: grid;
	gap: 7px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.request-antispam {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.request-form input {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid rgba(21,34,53,.14);
	border-radius: 8px;
	background: #f8fbfc;
	color: var(--ink);
	font: 16px/1.45 "Segoe UI", Arial, sans-serif;
}
.request-form input:focus {
	outline: 2px solid rgba(19,169,199,.22);
	border-color: rgba(19,169,199,.55);
	background: #fff;
}
.request-form button[disabled] {
	opacity: .65;
	cursor: wait;
}
.request-form-status {
	min-height: 22px;
	color: #24558e;
	font-weight: 800;
}
.request-form-status.is-error {
	color: var(--red);
}
.request-form-status.is-success {
	color: #16835f;
}
.modal-open body {
	overflow: hidden;
}

@media (max-width: 720px) {
	.request-modal {
		align-items: flex-start;
		justify-content: center;
		padding: 12px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.request-modal-dialog {
		display: block;
		width: 100%;
		max-width: 420px;
		max-height: none;
		margin: 12px auto;
		overflow: visible;
		border-radius: 8px;
	}
	.request-modal-media {
		display: none;
	}
	.request-modal-content {
		padding: 28px 18px 20px;
	}
	.request-modal-content h2 {
		font-size: 25px;
		line-height: 1.14;
	}
	.request-modal-content p {
		font-size: 14px;
		line-height: 1.45;
	}
	.request-modal-close {
		top: 8px;
		right: 8px;
		width: 38px;
		height: 38px;
	}
	.request-form {
		gap: 12px;
	}
	.request-form label {
		font-size: 12px;
	}
	.request-form input {
		height: 46px;
		padding: 0 13px;
		font-size: 16px;
	}
	.request-form .btn {
		width: 100%;
		min-height: 48px;
		white-space: normal;
	}
}

@media (max-width: 380px) {
	.request-modal {
		padding: 8px;
	}
	.request-modal-dialog {
		margin: 8px auto;
	}
	.request-modal-content {
		padding: 26px 14px 18px;
	}
}
.content-panel:has(.photo-card),
.content-panel:has(.news-card) {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.content-panel:has(.photo-card) .photo-page-head,
.content-panel:has(.news-card) .navigation,
.content-panel:has(.photo-card) .navigation {
	grid-column: 1 / -1;
}
.news-card,
.photo-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21,34,53,.08);
}
.news-card-media,
.photo-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(19,169,199,.14), rgba(239,82,111,.12)),
		var(--paper);
}
.news-card-media img,
.photo-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}
.news-card:hover .news-card-media img,
.photo-card:hover .photo-card-media img {
	transform: scale(1.05);
}
.news-card-body,
.photo-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}
.news-card h2,
.photo-card h2 {
	margin: 10px 0 12px;
	font-size: 21px;
	line-height: 1.2;
}
.news-card h2 a:hover,
.photo-card h2 a:hover {
	color: var(--coral);
}
.news-card-text,
.photo-card-text {
	color: #4c596c;
	font-size: 15px;
	line-height: 1.6;
}
.news-card-text img,
.photo-card-text img {
	display: none;
}
.news-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 20px;
	color: var(--muted);
	font-size: 13px;
}
.news-card .home-news-more,
.photo-card .home-news-more {
	margin-top: auto;
}
.shot-text img {
	max-width: min(100%, 280px);
	margin: 0 18px 18px 0;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(21,34,53,.12);
}

.unit-rating {
	position: relative;
	width: 85px;
	height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../dleimages/rating.gif) left top repeat-x;
}
.unit-rating li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -90000px;
}
.unit-rating li a {
	position: absolute;
	z-index: 17;
	display: block;
	width: 17px;
	height: 16px;
	padding: 0;
	text-indent: -9000px;
	text-decoration: none;
}
.unit-rating li a:hover {
	left: 0;
	z-index: 2;
	background: url(../dleimages/rating.gif) left center repeat-x;
}
.unit-rating a.r1-unit { left: 0; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	position: absolute;
	z-index: 1;
	display: block;
	height: 16px;
	background: url(../dleimages/rating.gif) left bottom repeat-x;
	text-indent: -9000px;
}

#searchsuggestions {
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow);
	font-size: 12px;
	line-height: 1.35;
}
#searchsuggestions a {
	display: block;
	clear: left;
	padding: 8px;
	color: var(--ink);
	text-decoration: none;
}
#searchsuggestions a:hover {
	background: rgba(239, 82, 111, .08);
	color: var(--coral);
}

.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin: 48px 0 0;
	padding: 32px 5vw;
	border: 0;
	border-top: 5px solid transparent;
	border-image: linear-gradient(90deg, var(--coral), var(--gold)) 1;
	background:
		linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,251,253,.9)),
		radial-gradient(circle at 12% 0, rgba(239,82,111,.09), transparent 36%);
	color: var(--muted);
	box-shadow: 0 -12px 46px rgba(21,34,53,.07);
}
.footer-brand {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.footer-brand strong {
	color: var(--coral);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.footer-brand span {
	margin-top: 4px;
	color: #506679;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
}
.footer-credit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid rgba(239,82,111,.3);
	border-radius: 8px;
	background: #fff;
	color: var(--blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(21,34,53,.08);
	transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.footer-credit:hover {
	border-color: var(--coral);
	background: var(--coral);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(239,82,111,.24);
}
.footer-credit {
	text-align: right;
}

@media (max-width: 1100px) {
	body {
		padding-top: 148px;
	}
	.header-main {
		grid-template-columns: minmax(260px, 1fr) auto;
		width: min(100% - 36px, 1040px);
	}
	.header-phone {
		display: none;
	}
	.header-actions {
		gap: 8px;
	}
	.brand img {
		width: 118px;
		height: 84px;
	}
	.brand-copy strong {
		font-size: 40px;
	}
	.brand-copy em {
		font-size: 15px;
	}
	.top-nav-links {
		gap: 18px 28px;
	}
	.top-nav-links > a {
		font-size: 12px;
		letter-spacing: 2.6px;
	}
	.top-nav-links > a:before {
		width: 24px;
		margin-right: 10px;
	}
	.trainer-card,
	.contact-hero,
	.contact-form-section {
		grid-template-columns: 1fr;
	}
	.content-panel:has(.photo-card),
	.content-panel:has(.news-card) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.article-layout {
		grid-template-columns: 1fr;
	}
	.article-sidebar {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		transform: none;
	}
	.sidebar-news-item {
		grid-template-columns: 72px minmax(0, 1fr);
	}
	.club-hero,
	.club-story {
		grid-template-columns: 1fr;
	}
	.club-facts,
	.club-groups {
		grid-template-columns: repeat(2, 1fr);
	}
	.club-payment-grid {
		grid-template-columns: 1fr;
	}
	.club-achievement-grid {
		grid-template-columns: 1fr;
	}
	.visual {
		grid-template-columns: 1fr;
		gap: 42px;
	}
	.visual-copy {
		max-width: 760px;
	}
	.visual-gallery {
		grid-template-columns: minmax(0, 1fr) minmax(210px, .72fr);
		min-height: 410px;
	}
	.visual-photo-main {
		height: 410px;
	}
	.visual-photo-accent {
		height: 292px;
	}
}

@media (max-width: 720px) {
	body {
		padding-top: 82px;
	}
	.site-header {
		background: rgba(248, 251, 253, .97);
	}
	.header-main {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
		gap: 12px;
		width: calc(100% - 28px);
		padding: 8px 0;
	}
	.brand {
		gap: 10px;
	}
	.brand img {
		width: 74px;
		height: 52px;
	}
	.brand-copy strong {
		font-size: 26px;
		letter-spacing: 2px;
	}
	.brand-copy em {
		max-width: 190px;
		margin-top: 4px;
		font-size: 11px;
		line-height: 1.2;
		letter-spacing: .2px;
	}
	.header-actions,
	.header-phone {
		display: none;
	}
	.menu-toggle {
		display: inline-flex;
		width: 46px;
		height: 46px;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(36,85,142,.18);
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 10px 24px rgba(21,34,53,.08);
		cursor: pointer;
	}
	.menu-toggle span,
	.menu-toggle:before,
	.menu-toggle:after {
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 999px;
		background: var(--blue);
		transition: transform .2s ease, opacity .2s ease;
	}
	.menu-toggle {
		flex-direction: column;
		gap: 5px;
	}
	.nav-toggle:checked ~ .header-main .menu-toggle span {
		opacity: 0;
	}
	.nav-toggle:checked ~ .header-main .menu-toggle:before {
		transform: translateY(7px) rotate(45deg);
	}
	.nav-toggle:checked ~ .header-main .menu-toggle:after {
		transform: translateY(-7px) rotate(-45deg);
	}
	.top-nav {
		max-height: 0;
		overflow: hidden;
		padding: 0 14px;
		border-top: 0;
		background: rgba(255,255,255,.72);
		transition: max-height .25s ease, padding .25s ease, border-color .25s ease;
	}
	.nav-toggle:checked ~ .top-nav {
		max-height: calc(100vh - 82px);
		overflow-y: auto;
		padding: 12px 14px 18px;
		border-top: 1px solid rgba(21,34,53,.08);
	}
	.top-nav-links {
		display: grid;
		gap: 8px;
		width: 100%;
		margin-inline: auto;
	}
	.top-nav-links > a {
		display: flex;
		align-items: center;
		justify-self: center;
		width: calc(100% - 8px);
		min-height: 44px;
		padding: 10px 12px;
		border: 1px solid rgba(21,34,53,.1);
		border-radius: 8px;
		background: #fff;
		font-size: 12px;
		font-weight: 900;
		letter-spacing: 1.5px;
		box-shadow: 0 8px 18px rgba(21,34,53,.04);
	}
	.top-nav-links > a:before {
		width: 18px;
		margin-right: 10px;
	}
	.mobile-menu-extra {
		display: grid;
		gap: 12px;
		width: 100%;
		margin-inline: auto;
		margin-top: 14px;
		padding-top: 14px;
		border-top: 1px solid rgba(21,34,53,.08);
	}
	.mobile-phone {
		display: flex;
		justify-self: center;
		width: calc(100% - 8px);
		min-height: 48px;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		background: var(--paper);
		color: var(--blue);
		font-size: 20px;
		font-weight: 900;
	}
	.mobile-socials {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		justify-self: center;
		width: calc(100% - 8px);
	}
	.mobile-socials a {
		display: inline-flex;
		height: 48px;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(36,85,142,.18);
		border-radius: 8px;
		background: #fff;
		color: var(--blue);
	}
	.mobile-socials svg {
		width: 26px;
		height: 26px;
		fill: currentColor;
	}
	.mobile-socials .social-vk { color: #2f6fae; }
	.mobile-socials .social-ok { color: #ee8208; }
	.mobile-socials .social-facebook { color: #1877f2; }
	.mobile-menu-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		justify-self: center;
		width: calc(100% - 8px);
	}
	.mobile-menu-actions .header-btn {
		width: 100%;
		min-height: 48px;
	}
	.hero {
		display: grid;
		min-height: 0;
		padding: 28px 16px 32px;
		overflow: hidden;
	}
	.hero:after,
	.hero-arc,
	.hero-glow,
	.hero-stage {
		display: none;
	}
	.figure,
	.hero-copy {
		position: static;
	}
	.figure {
		grid-area: 2 / 1;
		width: min(74vw, 300px);
		margin: 18px auto 0;
		opacity: 0;
		transform: none;
	}
	.figure-two {
		width: min(72vw, 292px);
		margin-top: 16px;
	}
	.hero-copy {
		grid-area: 1 / 1;
		width: 100%;
		max-width: 100%;
		padding: 18px 0 0;
		text-align: left;
		transform: none;
	}
	.hero-copy span,
	.kicker {
		font-size: 11px;
		letter-spacing: 3px;
	}
	.hero-copy h1 {
		margin-top: 16px;
		font-size: 34px;
		line-height: 1.12;
		letter-spacing: 1.8px;
	}
	.hero-copy p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.6;
	}
	.hero-actions {
		display: grid;
		gap: 10px;
		margin-top: 22px;
	}
	.hero-actions .btn,
	.btn {
		width: 100%;
		min-height: 48px;
		padding: 12px 14px;
		letter-spacing: 1.4px;
		text-align: center;
	}
	.hero-dots {
		position: static;
		grid-area: 3 / 1;
		justify-content: center;
		margin-top: 20px;
	}
	.hero-dots label {
		width: 44px;
	}
	.stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% - 32px);
		margin: 0 auto;
	}
	.stats div {
		min-height: 118px;
		padding: 26px 12px 22px;
	}
	.stats div:first-child,
	.stats div:last-child {
		border-radius: 0;
	}
	.stats strong {
		font-size: 28px;
	}
	.stats span {
		font-size: 11px;
		letter-spacing: .7px;
	}
	.intro,
	.visual,
	.program-grid,
	.home-news-grid {
		grid-template-columns: 1fr;
	}
	.intro {
		gap: 28px;
		padding-top: 70px;
	}
	.intro:after {
		display: none;
	}
	.about-media:before,
	.about-media:after {
		display: none;
	}
	.about-copy {
		padding: 0;
	}
	.about-highlights {
		grid-template-columns: 1fr;
	}
	.section-head {
		display: grid;
		align-items: start;
		gap: 14px;
	}
	.section h2 {
		font-size: 34px;
		line-height: 1.08;
	}
	.offer {
		display: grid;
		gap: 22px;
		margin-top: 48px;
		padding: 28px 18px;
		overflow: hidden;
	}
	.offer h2 {
		max-width: 100%;
		font-size: 30px;
		line-height: 1.14;
	}
	.offer .btn {
		width: 100%;
		justify-self: stretch;
	}
	.section {
		width: min(100% - 32px, 1240px);
		padding-top: 64px;
	}
	.inner-page {
		padding: 22px 16px 48px;
	}
	.content-panel {
		padding: 24px 18px;
	}
	.club-hero {
		margin: 0 0 28px;
		padding: 24px 18px;
	}
	.club-hero h2,
	.club-section h2 {
		font-size: 32px;
	}
	.club-facts,
	.club-program-grid,
	.club-groups,
	.club-schedule,
	.club-payment-grid,
	.club-achievement-grid {
		grid-template-columns: 1fr;
	}
	.club-section {
		margin-top: 48px;
	}
	.club-text,
	.club-program-grid article,
	.club-schedule article,
	.club-payment-grid article {
		padding: 22px 18px;
	}
	.club-achievement-grid article {
		grid-template-columns: 1fr;
		padding: 14px;
	}
	.club-achievement-grid img {
		aspect-ratio: 16 / 10;
	}
	.trainers-hero,
	.video-hero,
	.contact-hero,
	.photo-page-head,
	.contact-info,
	.contact-form {
		padding: 24px 18px;
	}
	.content-panel:has(.article-layout),
	.content-panel:has(.article-page) {
		padding: 0;
	}
	.article-sidebar {
		grid-template-columns: 1fr;
	}
	.article-pager-section {
		margin-right: 18px;
		margin-left: 18px;
		padding: 18px;
	}
	.article-pager-head {
		align-items: start;
		flex-direction: column;
	}
	.article-pager {
		grid-template-columns: 1fr;
	}
	.article-pager-next {
		text-align: left;
	}
	.article-meta,
	.article-actions {
		align-items: stretch;
		flex-direction: column;
	}
	.article-actions .btn {
		width: 100%;
		justify-content: center;
	}
	.trainers-hero h2,
	.video-hero h2,
	.contact-hero h2,
	.photo-page-head h1,
	.photo-page-head h2,
	.contact-info h2 {
		font-size: 32px;
	}
	.trainer-card {
		gap: 22px;
		padding: 16px;
	}
	.trainer-photo img {
		aspect-ratio: 16 / 12;
		object-position: 50% 12%;
	}
	.video-grid,
	.content-panel:has(.photo-card),
	.content-panel:has(.news-card) {
		grid-template-columns: 1fr;
	}
	.photo-card-body {
		padding: 18px;
	}
	.fieldsubmit .btn {
		width: 100%;
	}
	.contact-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.contact-actions .btn {
		width: 100%;
		min-width: 0;
	}
	.visual {
		margin-top: 4px;
		padding: 72px 18px 24px;
	}
	.visual:before {
		top: 34px;
		left: 18px;
	}
	.visual:after {
		right: -112px;
		top: -126px;
	}
	.visual-gallery {
		grid-template-columns: 1fr;
		gap: 14px;
		min-height: 0;
	}
	.visual-gallery:before {
		inset: 28px 18px 28px -10px;
	}
	.visual-photo {
		border-width: 8px;
	}
	.visual-photo-main,
	.visual-photo-accent {
		height: auto;
		margin: 0;
	}
	.visual-photo-main img,
	.visual-photo-accent img {
		aspect-ratio: 4 / 3;
	}
	.site-footer {
		margin-top: 34px;
		padding: 24px 16px;
	}
}

@media (max-width: 720px) {
	.site-header .top-nav .top-nav-links {
		display: grid !important;
		width: 100% !important;
		justify-items: center !important;
	}
	.site-header .top-nav .top-nav-links > a {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: calc(100vw - 32px) !important;
		min-width: calc(100vw - 32px) !important;
		max-width: none !important;
		justify-self: center !important;
		text-align: center !important;
	}
	.site-header .top-nav .top-nav-links > a:before {
		display: none !important;
	}
}
