:root {
    --brand-blue: #0089ce;
    --hover-blue: #67b3fd;
    --hover-red: #e31f25;
    --light-blue: #e0f0ff;
    --dark-blue: #0a3c5e;
}

body .person-shape { isolation: isolate; overflow: visible; background-color: transparent; }
body .person-shape::before { content:""; position:absolute; inset:4% 3% 0; z-index:-1; background-repeat:no-repeat; background-position:center bottom; background-size:contain; }
body .person-shape.cyan::before { display:none; }
body .person-shape.lilac::before { background-image:url('../images/figma/d01.svg'); }
body .person-shape.green::before { background:#d9f6d0; border-radius:45% 55% 38% 62%; inset:14% 4% 2%; }
body .person-shape.aqua::before { background:#a8dfe0; border-radius:52% 48% 44% 56%; inset:8% 2% 1%; }
body .person-shape > img { position:relative; z-index:2; }
.person-decor { position:absolute; inset:0; z-index:3; pointer-events:none; }
body .person-decor img { position:absolute; width:74px; height:74px; object-fit:contain; }
.person-decor img:first-child { left:-4%; top:15%; }
.person-decor img:last-child { right:0; top:8%; width:48px; height:48px; }
.lilac .person-decor img:first-child{left:-8%;top:28%;width:42px}.lilac .person-decor img:last-child{right:8%;top:12%;width:34px}.green .person-decor img:first-child{left:-7%;top:70%;width:78px}.green .person-decor img:last-child{right:9%;top:16%;width:35px}.aqua .person-decor img:first-child{left:55%;top:2%;width:55px}.aqua .person-decor img:last-child{right:-3%;top:25%;width:36px}

body .skill-list li::before { display:none; }
body .skill-list li > img { width:56px; height:56px; flex:0 0 56px; object-fit:contain; }

.slider.swiper { overflow: hidden; }
.slider.swiper .slider-track { gap: 0; overflow: visible; }
.gallery-slider.swiper .swiper-slide,
.teacher-slider.swiper .swiper-slide { width: auto; flex: none; }
.gallery-slider.swiper .swiper-slide { height: 390px; }
.slider.swiper .slider-controls { position: relative; z-index: 2; }
.slider.swiper .slider-controls button { cursor: pointer; }

.gallery-slider.swiper { overflow:hidden; }
.gallery-slider .slider-controls {
    position:absolute;
    top:-88px;
    right:0;
    z-index:5;
    display:flex;
    gap:8px;
    margin:0;
}
.gallery-slider .slider-controls button {
    display:block;
    width:40px;
    height:40px;
    padding:0;
    border:0;
    border-radius:50%;
    background:none;
    cursor:pointer;
}
.gallery-slider .slider-controls img {
    display:block;
    width:40px;
    height:40px;
}

body .contact-row {
    display:grid;
    grid-template-columns:minmax(0,646px) 111px 185px;
    column-gap:70px;
    align-items:center;
}
body .contact-row h2 {
    width:611px;
    min-height:120px;
    margin:0;
}
.contact-row .paper-plane {
    width:111px;
    height:115px;
    font-size:0;
    transform:none;
    flex:0 0 111px;
}
.contact-row .paper-plane img {
    display:block;
    width:111px;
    height:115px;
    object-fit:contain;
}
.contact-row .qr {
    display:block;
    width:185px;
    height:185px;
    margin:0;
    border:0;
}
.contact-row .qr img {
    display:block;
    width:185px;
    height:185px;
    object-fit:contain;
}

:root {
    --font-family: "Wix Madefor Text", sans-serif;
    --second-family: "Wix Madefor Display", sans-serif;
    --third-family: "Gotham", sans-serif;
}
body {
    font-family: var(--font-family);
}
.text-brand { color: var(--brand-blue); }
.text-dark { color: var(--dark-blue); }
.text-light { color: var(--light-blue); }
.bg-brand { background: var(--brand-blue); }
.bg-dark { background: var(--dark-blue); }
.bg-light { background: var(--light-blue); }
.btn-primary {
    background: var(--brand-blue);
    color: #fff;
}
.btn-primary:hover {
    background: var(--hover-blue);
}
.btn-danger {
    background: var(--hover-red);
    color: #fff;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.cookies {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 950;
    bottom: var(--s32);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #999;
}
.cookies-close {
    background: url(/images/close.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.cookies-grid {
    padding: 15px 90px;
    display: grid;
    gap: var(--s32);
    grid-template-columns: 1fr 140px;
    align-items: center;
}
.cookies-agree {

    border-radius: 5px;
    padding: 10px 18px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: #111; font-family: "Montserrat", Arial, sans-serif; overflow-x: hidden; }
img { max-width: 100%; }
.page-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 148px; background: #fff; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 60px; }
.logo img { display: block; width: 168px; height: 100px; object-fit: contain; }
.main-nav { display: flex; gap: 40px; margin-left: auto; }
.main-nav a { color: #111; text-decoration: none; font-size: 18px; }
.socials { display: flex; gap: 14px; }
.social { height: 52px; padding: 0 20px 0 7px; border-radius: 28px; color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 18px; }
.social img { width: 40px; height: 40px; object-fit: contain; }
.telegram { background: linear-gradient(#37aee2,#2096c8); }.max { background: linear-gradient(135deg,#3c99f3,#7b2ee0); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }.menu-toggle span { display:block;width:24px;height:2px;background:#6951a3;margin:5px; }
.hero { height:740px; min-height:740px; background:#fff url('../images/figma/Hero.png') center -126px no-repeat; position:relative; overflow:hidden; }
.hero .button { box-sizing:border-box; width:299px; height:67px; padding:0; }
.hero-inner { padding-top: 140px; text-align:center; position:relative; }.hero h1 { font-size: 62px; line-height: .98; text-transform:uppercase; margin:0; font-weight:800; }.hero h1 strong{display:block;color:#ee58a4}.hero p{font-size:18px;line-height:1.5;margin:32px 0 22px}.hero h2{font-size:28px;text-transform:uppercase;color:#75c319;margin:0 0 42px}.button{display:inline-flex;align-items:center;justify-content:center;padding:20px 30px;border-radius:40px;background:#6d50b2;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700}.scribbles{position:absolute;inset:0;color:#7050b6;font-size:46px;line-height:4.8;opacity:.75;word-spacing:70px;pointer-events:none}.section{padding:90px 0}.section-title{font-size:40px;line-height:1.05;text-transform:uppercase;margin:0 0 34px;font-weight:800}.about{background:linear-gradient(155deg,#fff 35%,#ecffff 51%,#fff 66%,#f8f4ff 82%,#fff)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px 80px;align-items:center}.about-copy p,.methods>p{font-size:18px;line-height:1.55}.tags{display:flex;flex-wrap:wrap;gap:14px;margin:38px 0}.tags span{border:2px solid #6ac7d3;border-radius:24px;padding:8px 17px;font-size:14px;font-weight:600}.person-shape{position:relative;display:flex;align-items:flex-end;justify-content:center;border-radius:45% 55% 42% 58%;overflow:hidden}.person-shape img{width:100%;height:100%;object-fit:contain;object-position:bottom}.cyan{height:540px;background:#daf4f4}.lilac{height:600px;background:#eee4ff}.green{height:550px;background:#dbf8d0}.aqua{height:560px;background:#b8e7e7}.about-lead{grid-column:1/-1;font-size:25px;line-height:1.45;font-weight:700;max-width:760px}.about-lead strong{color:#367b20}.leaf{display:block;color:#65b527;font-size:54px}.method-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:50px}.method-cards article{background:#fff;border:2px solid #6951a3;border-radius:40px;padding:32px;box-shadow:5px 12px #9d93b4}.method-cards article+article{border-color:#ee58a4;box-shadow:5px 12px #d796b7}.method-cards h3{font-size:32px;color:#6951a3;margin:0 0 12px}.method-cards article+article h3{color:#ee58a4}.method-cards p{line-height:1.5;margin:0}.split-row{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.skill-list,.schedule-list{list-style:none;margin:0;padding:0}.skill-list li,.schedule-list li{display:flex;align-items:center;gap:20px;margin:22px 0;font-size:18px}.skill-list li:before,.schedule-list b{content:"✦";display:grid;place-items:center;flex:0 0 56px;height:56px;background:#6951a3;color:#fff;border-radius:50%}.schedule-list b{background:#ee58a4}.video{height:580px;position:relative;overflow:hidden}.video>img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.video button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:0;border-radius:8px;background:#6d50b2;color:white;width:92px;height:64px;font-size:28px}.slider{position:relative}.slider-track{display:flex;gap:18px;overflow:hidden}.gallery-slider img{width:calc((100% - 36px)/3);height:390px;object-fit:cover;border-radius:8px;flex:none}.slider-controls{display:flex;gap:12px;justify-content:flex-end;margin:18px 0}.slider-controls button{width:38px;height:38px;border:0;border-radius:50%;background:#6951a3;color:#fff;font-size:30px;line-height:1}.teachers{padding-top:35px}.teacher-slider article{width:calc((100% - 54px)/4);flex:none}.teacher-slider article img{width:100%;height:300px;object-fit:contain;object-position:bottom}.teacher-slider h3{font-size:16px;margin:18px 0 8px}.teacher-slider p{font-size:13px;color:#888}.teacher-slider .slider-controls{display:none}.free-banner{background:#6d50b2;color:#fff;border-radius:8px;text-align:center;text-transform:uppercase;font-size:36px;line-height:1.05;font-weight:700;padding:48px}.contact-row{display:flex;align-items:center;justify-content:space-between;margin-top:90px}.contact-row h2{font-size:37px;line-height:1;text-transform:uppercase;margin:0}.contact-row a{color:#75c319;text-decoration:none}.paper-plane{font-size:100px;color:#75c319;transform:rotate(-45deg)}.qr{display:none}.site-footer{padding:45px 0 30px}.footer-grid{display:grid;grid-template-columns:240px 1fr auto;gap:55px;align-items:center}.footer-logo{width:240px}.support{display:flex;gap:18px;align-items:center}.support img{width:68px;height:78px;object-fit:contain}.support p{font-size:14px;line-height:1.5}.footer-actions{display:grid;gap:18px}.footer-actions .button{padding:18px 24px}.footer-grid small{grid-column:1/-1;text-align:center;color:#c3c3c3;line-height:1.6}

.cookies {
    box-sizing:border-box;
    width:min(1137px, calc(100% - 32px));
    max-width:none;
    left:50%; right:auto; bottom:32px;
    margin:0;
    transform:translateX(-50%);
    border-radius:8px;
    box-shadow:0 6px 20px rgba(0,0,0,.15);
}
.cookies-grid {
    box-sizing:border-box;
    min-height:99px;
    padding:24px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 143px;
    gap:24px;
    align-items:center;
}
.cookies-text { color:#222; font-family:"Gotham", "Montserrat", sans-serif; font-size:16px; line-height:28px; }
.cookies-text a { color:#6951a3; }
.cookies-agree {
    box-sizing:border-box;
    width:143px; height:51px;
    padding:12px 24px;
    border:0; border-radius:39px;
    background:#6951a3;
    color:#fff;
    font-family:"Montserrat", sans-serif;
    font-size:18px; line-height:27px; font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
}
.cookies-close {
    position:absolute; z-index:2;
    top:6px; right:7px;
    width:15px; height:15px;
    padding:0; border:0; background:none;
    cursor:pointer;
}
.cookies-close::before,.cookies-close::after {
    content:""; position:absolute; left:7px; top:2px;
    width:1px; height:11px; background:#222;
}
.cookies-close::before { transform:rotate(45deg); }
.cookies-close::after { transform:rotate(-45deg); }

.gallery-swiper {
    width:100%;
    overflow:hidden;
}
.gallery-swiper .swiper-wrapper {
    gap:0;
    overflow:visible;
}
.gallery-swiper .swiper-slide {
    display:block;
    flex-shrink:0;
    box-sizing:border-box;
    height:390px;
    object-fit:cover;
}

.about {
    background-color:#fff;
    background-image:url('../images/figma/bgr-green.png'), url('../images/figma/bgr-violet.png');
    background-repeat:no-repeat, no-repeat;
    background-position:calc(50% - 783px) 52%, right 88%;
    background-size:886px 846px, 943px 872px;
}
.skills {
    background-color:#fff;
    background-image:url('../images/figma/bgr-violet1.png');
    background-repeat:no-repeat;
    background-position:calc(50% - 783px) center;
    background-size:865px 1127px;
}

.gallery .page-container { position:relative; }
.gallery .gallery-controls {
    position:absolute;
    top:0;
    right:0;
    z-index:20;
    display:flex;
    gap:8px;
    margin:0;
}
.gallery .gallery-controls button,
.gallery .gallery-controls img {
    display:block;
    width:40px;
    height:40px;
}
.gallery .gallery-controls button {
    padding:0;
    border:0;
    border-radius:50%;
    background:none;
    cursor:pointer;
}

.slider.gallery-slider .slider-controls {
    position:absolute;
    top:-88px;
    right:0;
    z-index:5;
    margin:0;
}

.leaf {
    display: block;
    width: 76px;
    height: 56px;
    background: url('../images/figma/leaf.png') center/contain no-repeat;
    font-size: 0;
}

body .person-shape.cyan::before,
body .person-shape.lilac::before,
body .person-shape.green::before,
body .person-shape.aqua::before {
    display: none;
    background: none;
}

.methods {
    position: relative;
}

.methods-decor {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.methods-decor img {
    position: absolute;
    width: auto;
    height: auto;
    object-fit: contain;
}

.methods-decor .methods-g1 { left: 20px; top: -132px; }
.methods-decor .methods-g2 { right: 32px; bottom: -68px; }
.methods-decor .methods-g3 { right: 18px; top: -78px; }

.schedule-row { position: relative; }
.schedule-decor { position:absolute; inset:0; z-index:3; pointer-events:none; }
.schedule-decor img { position:absolute; width:auto; height:auto; object-fit:contain; }
.schedule-decor .schedule-g4 { left:44%; bottom:0; }
.schedule-decor .schedule-g5 { right:0; bottom:20px; }

body { font-family:"Montserrat", Arial, sans-serif; font-weight:400; }
.main-nav a { font-size:18px; line-height:1.2; font-weight:400; }
.hero h1 { font-size:64px; line-height:1; font-weight:700; letter-spacing:-1.92px; }
.hero p { font-size:18px; line-height:1.5; font-weight:400; }
.hero h2 { font-size:32px; line-height:1; font-weight:700; }
.button,
.hero .button,
.footer-actions .button { font-size:18px; line-height:1.5; font-weight:700; }
.section-title { font-size:40px; line-height:1; font-weight:700; letter-spacing:-1.2px; }
.about-copy p,
.methods > p { font-size:18px; line-height:1.5; font-weight:400; }
.about-lead { font-size:24px; line-height:1.5; font-weight:600; }
.about-lead strong { font-weight:600; }
.tags span { font-size:16px; line-height:1.2; font-weight:600; }
.method-cards h3 { font-size:32px; line-height:1.2; font-weight:700; }
.method-cards p { font-size:16px; line-height:1.5; font-weight:400; }
.skill-list li,
.schedule-list li { font-size:20px; line-height:1.2; font-weight:400; }
.teacher-slider h3 { font-size:18px; line-height:1; font-weight:600; letter-spacing:-.54px; }
.teacher-slider p { font-size:14px; line-height:1.2; font-weight:400; }
.free-banner { font-size:40px; line-height:1; font-weight:700; letter-spacing:-1.2px; }
.contact-row h2 { font-size:40px; line-height:1; font-weight:700; letter-spacing:-1.2px; }
.contact-row h2 a { font-weight:700; }
.support p { font-family:"Gotham Pro", "Gotham", "Montserrat", sans-serif; font-size:18px; line-height:1.5; font-weight:400; }
.footer-grid small { font-family:"Gotham Pro", "Gotham", "Montserrat", sans-serif; font-size:14px; line-height:1.5; font-weight:400; }

.mobile-menu-footer { display:none; }

.feedback-modal { position:fixed; inset:0; z-index:2000; display:none; }
.feedback-modal.is-open { display:block; }
.feedback-backdrop { position:absolute; inset:0; background:rgba(25,18,39,.62); backdrop-filter:blur(3px); }
.feedback-dialog {
    position:absolute;
    left:50%; top:50%;
    box-sizing:border-box;
    width:min(560px, calc(100% - 40px));
    max-height:calc(100dvh - 40px);
    padding:40px;
    transform:translate(-50%,-50%);
    overflow:auto;
    border-radius:32px;
    background:#fff;
    box-shadow:0 20px 70px rgba(45,26,82,.3);
}
.feedback-close { position:absolute; top:18px; right:18px; width:32px; height:32px; padding:0; border:0; border-radius:50%; background:#f4f0fb; cursor:pointer; }
.feedback-close::before,.feedback-close::after { content:""; position:absolute; left:9px; top:15px; width:14px; height:2px; background:#6951a3; }
.feedback-close::before { transform:rotate(45deg); }
.feedback-close::after { transform:rotate(-45deg); }
.feedback-content h2 { margin:0 42px 12px 0; font-size:32px; line-height:1.1; font-weight:700; text-transform:uppercase; }
.feedback-intro { margin:0 0 24px; font-size:16px; line-height:1.5; }
.feedback-form { display:grid; gap:18px; }
.feedback-form > label:not(.feedback-consent) { display:grid; gap:8px; font-size:14px; line-height:1.2; font-weight:600; }
.feedback-form input[type="text"],.feedback-form input[type="tel"],.feedback-form textarea { box-sizing:border-box; width:100%; padding:14px 16px; border:1.5px solid #cfc5e8; border-radius:14px; background:#fff; color:#111; font:400 16px/1.4 "Montserrat",sans-serif; outline:none; }
.feedback-form textarea { resize:vertical; min-height:104px; }
.feedback-form input:focus,.feedback-form textarea:focus { border-color:#6951a3; box-shadow:0 0 0 3px rgba(105,81,163,.12); }
.feedback-consent { display:flex; align-items:flex-start; gap:10px; font-size:12px; line-height:1.45; cursor:pointer; }
.feedback-consent input { flex:0 0 18px; width:18px; height:18px; margin:1px 0 0; accent-color:#6951a3; }
.feedback-consent a { color:#6951a3; }
.feedback-submit { width:100%; border:0; cursor:pointer; }
.feedback-submit:disabled { opacity:.65; cursor:wait; }
.feedback-status { min-height:20px; margin:0; color:#d13771; font-size:13px; line-height:1.4; }
.feedback-success { text-align:center; padding:20px 0 4px; }
.feedback-success h3 { margin:0 0 12px; color:#6951a3; font-size:40px; line-height:1; }
.feedback-success p { margin:0 0 28px; font-size:16px; line-height:1.5; }
.feedback-success .button { border:0; cursor:pointer; }

@media (max-width: 849px) {
body .hero{height:594px;min-height:594px;background:#fff url('../images/figma/Hero_mobile.png') center no-repeat}
  body .hero .button{width:210px;height:52px}
  body .skill-list li > img{width:38px;height:38px;flex-basis:38px}

.gallery-slider.swiper .swiper-slide { height: 300px; }
    .teacher-slider.swiper .swiper-slide { width: auto; }

.gallery-slider .slider-controls {
        position:relative;
        top:auto;
        right:auto;
        justify-content:center;
        margin:18px 0 0;
    }

body .contact-row {
        display:grid;
        grid-template-columns:minmax(0,1fr) 62px 110px;
        align-items:start;
        gap:10px;
    }
    .contact-row h2 { margin:0; }
    body .contact-row h2 { width:auto; min-height:0; }
    .contact-row .paper-plane,
    .contact-row .paper-plane img {
        width:62px;
        height:65px;
    }
    .contact-row .paper-plane { flex-basis:62px; }
    .contact-row .qr {
        display:block;
        width:110px;
        height:110px;
        margin:0;
        border:0;
    }
    .contact-row .qr img {
        display:block;
        width:110px;
        height:110px;
        object-fit:contain;
    }

.content_inject {
        width: calc(100% - 32px);
        height: auto;
        max-height: calc(100% - 32px);
        overflow: auto;
    }

    .content_inject_default {
        padding: 32px 20px 20px;
    }

    .content_inject_close {
        right: 16px;
        top: 16px;
    }

    .cookies {
        bottom: var(--s16);
        width: calc(100% - 32px);
    }

    .cookies-grid {
        grid-template-columns: 1fr;
        padding: 40px 20px 20px;
    }

    .cookies-agree {
        width: 100%;
        text-align: center;
    }

.page-container{width:calc(100% - 32px)}.site-header{height:72px}.header-inner{gap:8px}.logo img{width:94px;height:58px}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px;z-index:20;box-shadow:0 8px 20px #0002}.main-nav.open{display:grid}.header-inner>.socials{margin-left:auto;gap:4px}.header-inner .social{font-size:0;width:42px;height:42px;padding:0;justify-content:center}.header-inner .social img{width:34px;height:34px}.menu-toggle{display:block}.hero{min-height:550px}.hero-inner{padding-top:70px}.hero h1{font-size:34px}.hero p{font-size:12px;margin:24px 0 22px}.hero p br{display:none}.hero h2{font-size:15px;margin-bottom:28px}.button{font-size:12px;padding:16px 20px}.scribbles{font-size:22px;line-height:8;word-spacing:20px}.section{padding:56px 0}.section-title{font-size:24px;text-align:center;margin-bottom:30px}.about-grid,.split-row{display:flex;flex-direction:column;gap:45px}.about-copy{display:contents}.about-copy .section-title{order:0}.about-copy>p:first-of-type{order:1;text-align:center}.tags{order:2;margin:0}.about-copy>p:last-of-type{order:3;text-align:center}.about-grid>.cyan{order:4}.about-lead{order:5;font-size:17px}.about-grid>.lilac{order:6}.methods{order:7}.person-shape{width:100%;height:410px}.about-copy p,.methods>p{font-size:12px;line-height:1.5}.tags{justify-content:center;gap:10px}.tags span{font-size:10px;padding:7px 11px}.method-cards{grid-template-columns:1fr;margin-top:28px}.method-cards article{padding:18px;border-radius:25px}.method-cards h3{font-size:22px}.method-cards p{font-size:11px}.skills .split-row>div:first-child{order:2}.skills .person-shape{order:1}.skill-list li,.schedule-list li{font-size:13px;margin:15px 0}.skill-list li:before,.schedule-list b{flex-basis:38px;height:38px}.schedule-row .person-shape{order:1}.schedule-row>div:last-child{order:2;width:100%}.video{height:330px}.gallery-slider img{width:100%;height:300px}.slider-controls{justify-content:center}.teacher-slider article{width:72%}.teacher-slider article img{height:300px}.teacher-slider .slider-controls{display:flex}.free-banner{font-size:23px;padding:35px 20px}.contact-row{display:block;margin-top:55px}.contact-row h2{font-size:22px}.paper-plane{font-size:70px;text-align:right}.qr{display:grid;place-items:center;margin:20px auto;width:150px;height:150px;border:8px solid #111}.qr span{font-size:110px;line-height:1}.footer-grid{grid-template-columns:1fr;text-align:center;gap:28px}.footer-logo{margin:auto;width:190px}.support{text-align:left}.footer-actions{justify-items:center}.footer-grid small{grid-column:auto}.site-footer .socials{justify-content:center}.site-footer .social{font-size:15px;height:44px}.site-footer .social img{width:34px;height:34px}

.cookies { width:min(366px, calc(100% - 32px)); bottom:16px; }
    .cookies-grid {
        min-height:201px;
        padding:24px;
        grid-template-columns:1fr;
        gap:18px;
        align-content:start;
    }
    .cookies-agree { width:143px; }
    .gallery-swiper .swiper-slide { height:300px; }
    .about {
        background-position:calc(50% - 310px) 56%, right 83%;
        background-size:620px auto, 650px auto;
    }
    .skills {
        background-position:calc(50% - 310px) center;
        background-size:610px auto;
    }
    .gallery .gallery-controls {
        position:static;
        justify-content:center;
        margin:18px 0 0;
    }
    .slider.gallery-slider .slider-controls {
        position:relative;
        top:auto;
        right:auto;
        justify-content:center;
        margin:18px 0 0;
    }
    .methods-decor .methods-g1 { left: 5px; top: -74px; width: 58px; }
    .methods-decor .methods-g2 { right: 10px; bottom: -42px; width: 42px; }
    .methods-decor .methods-g3 { right: 4px; top: -54px; width: 34px; }
    .schedule-decor .schedule-g4 { left:auto; right:0; bottom:-8px; width:150px; }
    .schedule-decor .schedule-g5 { display:none; }

.hero h1 { font-size:40px; line-height:1; letter-spacing:-1.2px; }
    .hero p { font-size:13px; line-height:1.5; }
    .hero h2 { font-size:15px; line-height:1; }
    .button,
    .hero .button,
    .footer-actions .button { font-size:13px; line-height:1.5; }
    .section-title { font-size:24px; line-height:1; letter-spacing:-.72px; }
    .about-copy p,
    .methods > p { font-size:13px; line-height:1.5; }
    .about-lead { font-size:18px; line-height:1.5; font-weight:700; }
    .about-lead strong { font-weight:700; }
    .tags span { font-size:13px; line-height:1.2; }
    .method-cards h3 { font-size:24px; line-height:1.2; }
    .method-cards p { font-size:13px; line-height:1.5; }
    .skill-list li,
    .schedule-list li { font-size:16px; line-height:1.2; }
    .teacher-slider h3 { font-size:18px; line-height:1; }
    .teacher-slider p { font-size:14px; line-height:1.2; }
    .free-banner { font-size:24px; line-height:1.2; letter-spacing:-.72px; }
    body .contact-row h2 { font-size:24px; line-height:1; letter-spacing:-.72px; }
    body .contact-row {
        position:relative;
        display:grid;
        grid-template-columns:1fr;
        gap:0;
        margin-top:48px;
        align-items:start;
    }
    body .contact-row h2 {
        width:100%;
        
        min-height:0;
        margin:0;
    }
    body .contact-row .paper-plane {
        position:absolute;
        top:74px;
        right:6px;
        width:76px;
        height:78px;
        flex-basis:auto;
    }
    body .contact-row .paper-plane img {
        width:76px;
        height:78px;
    }
    body .contact-row .qr {
        display:block;
        width:154px;
        height:154px;
        margin:36px auto 0;
        border:0;
    }
    body .contact-row .qr img {
        width:154px;
        height:154px;
        object-fit:contain;
    }
    .support p { font-size:13px; line-height:1.5; }
    .footer-grid small { font-size:12px; line-height:1.5; }

body.menu-open { overflow:hidden; }
    body .hero {
        height:594px;
        min-height:594px;
        background:#fff url('../images/figma/Hero_mobile.png') center no-repeat;
        background-size:cover;
    }
    .site-header { position:relative; z-index:1000; }
    .header-inner { position:relative; }
    .header-inner > .logo,
    .header-inner > .socials,
    .menu-toggle { position:relative; z-index:1002; }
    .logo img { width:101px; height:60px; }
    .header-inner .socials { gap:8px; }
    .header-inner .social { width:48px; height:48px; }
    .header-inner .social img { width:37px; height:37px; }
    .main-nav.open {
        position:fixed;
        inset:0;
        z-index:1001;
        box-sizing:border-box;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:32px;
        margin:0;
        padding:158px 16px 0;
        background:#fff;
        box-shadow:none;
        text-align:center;
    }
    .main-nav.open > a { font-size:24px; line-height:1.2; font-weight:400; }
    .main-nav.open > a[href="#about"] { font-size:0; }
    .main-nav.open > a[href="#about"]::after { content:"О группе"; font-size:24px; }
    .menu-toggle { width:32px; height:32px; padding:5px; }
    .menu-toggle span { width:22px; margin:5px 0; transition:transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
    .menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-7px) rotate(-45deg); }
    .main-nav.open .mobile-menu-footer {
        position:absolute;
        left:0;
        right:0;
        top:392px;
        display:flex;
        flex-direction:column;
        align-items:center;
        padding-top:65px;
        background:#fff;
    }
    .mobile-menu-logo { width:200px; height:119px; object-fit:contain; }
    .mobile-menu-support { width:328px; display:flex; align-items:center; gap:17px; margin-top:34px; text-align:left; }
    .mobile-menu-support img { flex:0 0 78px; width:78px; height:93px; object-fit:contain; }
    .mobile-menu-support p { margin:0; font-family:"Gotham Pro", "Gotham", "Montserrat", sans-serif; font-size:13px; line-height:1.5; font-weight:400; opacity:.8; white-space:normal; }

.feedback-dialog { width:calc(100% - 32px); max-height:calc(100dvh - 32px); padding:28px 20px 22px; border-radius:24px; }
    .feedback-close { top:12px; right:12px; }
    .feedback-content h2 { margin-right:36px; font-size:24px; }
    .feedback-intro { margin-bottom:20px; font-size:13px; }
    .feedback-form { gap:14px; }
    .feedback-form input[type="text"],.feedback-form input[type="tel"],.feedback-form textarea { padding:12px 14px; font-size:16px; }
    .feedback-form textarea { min-height:82px; }
    .feedback-submit { width:100%; height:52px; font-size:13px; }
    .feedback-success h3 { font-size:32px; }
    .feedback-success p { font-size:13px; }
}
