@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap";:root{--clr-primary: #ffffff;--clr-white: #ffffff;--clr-black: #000000;--clr-overlay: rgba(0, 0, 0, .52);--gap-lg: 200px;--gap-md: 80px;--gap-sm: 50px;--gap-mobile: 20px;--card-size: 300px;--card-height: 350px;--card-gap: 97px;--section-padding-x: 0px;--prices-padding: 140px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,system-ui,sans-serif;color:var(--clr-white);background:var(--clr-black)}.hero{position:relative;min-height:100vh;overflow:hidden}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__overlay{position:absolute;inset:0;background:var(--clr-overlay);z-index:1}.hero__content{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:140px 40px 0;max-width:1600px;margin:0 auto;padding-left:max(var(--gap-lg),8vw)}.hero__top-text{margin-top:16px}.hero__title{font-size:32px;font-weight:900;text-transform:uppercase;line-height:1.1;letter-spacing:.06em;margin:0 0 12px}.hero__subtitle{font-size:24px;font-weight:400;letter-spacing:.04em;margin:0}.hero__features-bottom{list-style:none;font-size:20px;font-weight:600;line-height:1.1;margin-bottom:0;padding:0}.hero__features-bottom li{margin:14px 0;padding-left:26px;position:relative}.hero__features-bottom li:before{content:"·";position:absolute;left:0;color:var(--clr-primary);font-weight:900;font-size:36px;top:-6px}@media(max-width:1400px){.hero__title{font-size:64px}.hero__subtitle{font-size:30px}.hero__features-bottom{font-size:26px}.hero__content{padding-left:var(--gap-md)}}@media(max-width:1200px){.hero__content{padding-left:var(--gap-md)}}@media(max-width:992px){.hero__title{font-size:56px}.hero__subtitle{font-size:28px}.hero__features-bottom{font-size:24px}.hero__content{padding-left:var(--gap-sm)}}@media(max-width:768px){.hero__content{padding:120px 30px 100px}.hero__title{font-size:48px}.hero__subtitle{font-size:26px}.hero__features-bottom{font-size:21px}}@media(max-width:480px){.hero__content{padding:100px 20px 90px}.hero__top-text{margin-top:0}.hero__title{font-size:30px;line-height:1.2}.hero__subtitle{font-size:22px}.hero__features-bottom{font-size:18px}}.gradient-line{height:4px;width:calc(100% - 100px);max-width:1400px;margin:40px auto 0;background:linear-gradient(to right,#003cff,#c41e1e,red);border-radius:2px;opacity:.9}@media(max-width:992px){.gradient-line{width:calc(100% - 80px);margin-top:50px}}@media(max-width:768px){.gradient-line{width:calc(100% - 60px);height:3px;margin-top:40px}}@media(max-width:480px){.gradient-line{width:calc(100% - 40px)}}.directions{padding:140px var(--section-padding-x);background:#000;text-align:center}.directions__title{font-size:36px;font-weight:900;text-transform:uppercase;color:#fff;margin-bottom:100px}.directions__grid{display:grid;grid-template-columns:repeat(3,var(--card-size));gap:var(--card-gap);justify-content:center;max-width:1400px;margin:0 auto}.card{width:var(--card-size);height:var(--card-height);position:relative;border-radius:20px;overflow:hidden;background:#000;outline:3px solid white;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 25px #fff6,0 0 50px #fff3}.card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ffffff26}.card__img{width:300px;height:300px;object-fit:cover;display:block}.card__text{position:absolute;left:0;right:0;bottom:0;height:48px;background:#000;color:#fff;font-size:21px;font-weight:900;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center}.card--soon{position:relative}.card--soon .card__img{filter:grayscale(100%) brightness(.7);transition:filter .4s ease}.card--soon:before{content:none}.card--soon:after{content:"Скоро появится";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:900;text-transform:uppercase;text-align:center;z-index:4;pointer-events:none;padding-bottom:40px}@media(max-width:768px){.card--soon:after{font-size:26px;padding-bottom:30px}}@media(max-width:1150px){.directions{padding:120px 50px}.directions__grid{grid-template-columns:repeat(2,var(--card-size));gap:80px}.directions__title{font-size:36px;margin-bottom:55px}}@media(max-width:768px){.directions{padding:100px 20px}.directions__grid{grid-template-columns:1fr;gap:50px}.directions__title{font-size:42px}.card{width:100%;max-width:300px;margin:0 auto}.card__img{width:100%;height:auto;aspect-ratio:1}.card__text{font-size:24px;height:49px}.card{box-shadow:0 0 20px #ffffff59,0 0 40px #ffffff26}}@media(max-width:480px){.directions__title{font-size:24px;margin-bottom:36px}.card__text{font-size:22px;height:49px}}.coaches{padding:0px var(--section-padding-x);background:#000;overflow:hidden}.coaches__container{max-width:1600px;margin:0 auto;text-align:center}.coaches-carousel{position:relative;height:680px;overflow:visible}.coaches-carousel__wrapper{position:absolute;top:50%;left:50%;width:360px;display:flex;flex-direction:column;align-items:center;transition:all .7s cubic-bezier(.23,1,.32,1);transform-origin:center center}.coaches-carousel__item{width:360px;height:360px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;position:relative;border:5px solid rgba(255,255,255,.9);box-shadow:0 0 40px #fff9,0 0 80px #ffffff4d;pointer-events:none;margin-bottom:16px;background:#000}.coaches-carousel__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;object-position:center 30%}.coaches-carousel__photo{transform-origin:center top;transition:transform .24s ease,object-position .24s ease}.coaches-carousel__wrapper.center{transform:translate(-50%,-50%) scale(1.25);z-index:10}.coaches-carousel__wrapper.center .coaches-carousel__item{border-color:#fff;box-shadow:0 0 60px #ffffffe6,0 0 120px #ffffff80;pointer-events:auto}@media(min-width:1201px){.coaches-carousel__wrapper.left{transform:translate(calc(-50% - 550px),-50%) scale(.85);opacity:.45;z-index:5}.coaches-carousel__wrapper.right{transform:translate(calc(-50% + 550px),-50%) scale(.85);opacity:.45;z-index:5}}@media(max-width:1200px){.coaches-carousel__wrapper.left,.coaches-carousel__wrapper.right{opacity:0;pointer-events:none}}.coaches-carousel__name{font-size:28px;font-weight:900;color:#fff;text-transform:uppercase;white-space:normal;opacity:1;transition:all .6s ease;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;height:56px;padding:0 8px;box-sizing:border-box}.coaches-carousel__wrapper.center .coaches-carousel__name{font-size:28px;height:56px}.coaches-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:70px;height:70px;background:#ffffff1f;border:none;border-radius:50%;cursor:pointer;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .35s ease}.coaches-carousel__nav:hover{background:#ffffff47;transform:translateY(-50%) scale(1.12);box-shadow:0 0 30px #ffffff4d}.coaches-carousel__arrow-icon{width:32px;height:32px;filter:brightness(0) invert(1)}@media(min-width:1201px){.coaches-carousel__nav--prev{left:calc(54% - 405px)}.coaches-carousel__nav--next{right:calc(54% - 405px)}}@media(max-width:1200px)and (min-width:769px){.coaches-carousel{height:620px}.coaches-carousel__wrapper,.coaches-carousel__item{width:340px;height:340px}.coaches-carousel__wrapper.center .coaches-carousel__item{transform:scale(1.15)}.coaches-carousel__nav--prev{left:calc(50% - 380px)}.coaches-carousel__nav--next{right:calc(50% - 380px)}}@media(max-width:768px){.coaches-carousel{height:520px}.coaches-carousel__wrapper,.coaches-carousel__item{width:min(280px,70vw);height:auto;border-radius:50%}.coaches-carousel__item:before{content:"";display:block;padding-top:100%}.coaches-carousel__wrapper.center .coaches-carousel__item{transform:scale(1.15)}.coaches-carousel__name{font-size:18px;margin-top:16px}.coaches-carousel__wrapper.center .coaches-carousel__name{font-size:18px;margin-top:20px}.coaches-carousel__nav--prev{left:calc(50% - (min(320px,78vw) + 28px))}.coaches-carousel__nav--next{right:calc(50% - (min(320px,78vw) + 28px))}.coaches-carousel__nav{width:56px;height:56px}.coaches-carousel__photo{transform:scale(.98);object-fit:cover;object-position:center 38%}.coaches-carousel__wrapper.center .coaches-carousel__photo{transform:scale(1.02);object-position:center 32%}}.coaches-controls{display:flex;align-items:center;justify-content:center;gap:12px}.coaches-list{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:18px 6px;align-items:center}.coach-card{scroll-snap-align:center;flex:0 0 auto;width:280px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.coach-card.active{transform:scale(1.04)}.coach-photo-wrap{width:100%;padding-top:100%;position:relative;border-radius:999px;overflow:hidden;border:5px solid rgba(255,255,255,.9);box-shadow:0 8px 30px #0009;background:#000}.coach-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.coach-name{font-size:18px;font-weight:900;text-transform:uppercase;text-align:center}.coaches-nav{background:#ffffff0f;color:#fff;border:none;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:768px){.coaches-list{gap:12px;padding:12px 8px}.coach-card{width:min(78vw,260px)}.coach-name{font-size:16px}.coaches-nav{width:40px;height:40px}}@media(max-width:480px){.coaches-carousel{height:480px}.coaches-carousel__wrapper,.coaches-carousel__item{width:min(230px,84vw);height:min(230px,84vw);aspect-ratio:1 / 1;border-radius:50%}.coaches-carousel__wrapper.center .coaches-carousel__item{transform:scale(1.12)}.coaches-carousel__nav--prev{left:16px}.coaches-carousel__nav--next{right:16px}.coaches-carousel__photo{transform:scale(.96);object-fit:cover;object-position:center 36%}.coaches-carousel__wrapper.center .coaches-carousel__photo{transform:scale(1.01);object-position:center 30%}}@media(max-width:360px){.coaches-carousel{height:460px}.coaches-carousel__wrapper,.coaches-carousel__item{width:min(230px,84vw);height:auto;border-radius:50%}:is(.coaches-carousel__wrapper,.coaches-carousel__item) .coaches-carousel__item:before{content:"";display:block;padding-top:100%}.coaches-carousel__nav--prev{left:12px}.coaches-carousel__nav--next{right:12px}.coaches-carousel__nav{width:54px;height:54px}.coaches-carousel__photo{transform:scale(.95);object-fit:cover;object-position:center 36%}.coaches-carousel__wrapper.center .coaches-carousel__photo{transform:scale(1);object-position:center 28%}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:2){.coaches-carousel{height:680px}.coaches-carousel__wrapper,.coaches-carousel__item{width:300px;height:300px}.coaches-carousel__wrapper.center .coaches-carousel__item{transform:scale(1.15)}.coaches-carousel__name{font-size:26px;margin-top:30px}.coaches-carousel__wrapper.center .coaches-carousel__name{font-size:28px;margin-top:40px}.coaches-carousel__nav--prev{left:calc(50% - 320px)}.coaches-carousel__nav--next{right:calc(50% - 320px)}.coaches-carousel__nav{width:90px;height:90px}.coaches-carousel__arrow-icon{width:64px;height:64px}}@media(max-width:768px){.coaches-carousel__item{width:min(280px,70vw)!important;height:min(280px,70vw)!important;aspect-ratio:1 / 1!important;border-radius:50%!important;overflow:hidden!important;position:relative!important}.coaches-carousel__item:before{display:none!important}.coaches-carousel__photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 34%!important;transform:none!important}}@media(max-width:480px){.coaches-carousel__item{width:min(230px,84vw)!important;height:min(230px,84vw)!important}.coaches-carousel__photo{object-position:center 32%!important}}@media(max-width:360px){.coaches-carousel__item{width:min(190px,90vw)!important;height:min(190px,90vw)!important}.coaches-carousel__photo{object-position:center 30%!important}}.prices{padding:88px var(--section-padding-x);background:#000;position:relative}.prices__container{max-width:1600px;margin:0 auto;text-align:center}.prices__title{font-size:56px;font-weight:900;text-transform:uppercase;color:#fff;margin-bottom:100px}.prices__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1400px;margin:0 auto;padding:0 40px;justify-content:center}.prices__card{position:relative;border-radius:20px;overflow:hidden;transition:all .5s ease;box-shadow:0 10px 30px #0006;max-width:420px;margin:0 auto}.prices__card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ffffff26}.prices__card-img{width:100%;height:auto;display:block;border-radius:20px;border:4px solid rgba(255,255,255,.9);box-sizing:border-box}.prices__card-content{position:absolute;bottom:0;left:0;width:100%;padding:32px 28px;background:linear-gradient(to top,rgba(0,0,0,.94),transparent 100%);color:#fff;text-align:left}.prices__card h3{font-size:20px;font-weight:900;text-transform:uppercase;margin:0 0 14px;color:#fff}.prices__card .gradient-line{height:3px;width:248px;background:linear-gradient(to right,#003cff,#c41e1e,red);margin:0 0 6px}.prices__card ul{list-style:none;padding:0;margin:0;font-size:13px;font-weight:600;line-height:1.6}.prices__card li{position:relative;padding-left:18px;margin-bottom:7px}.prices__card li:before{content:"·";position:absolute;left:0;color:#fff;font-weight:900;font-size:20px;top:-4px}.prices__card .price{font-size:20px!important;font-weight:900!important;color:#fff!important;margin-top:14px!important}@media only screen and (min-width:768px)and (max-width:1200px)and (orientation:portrait){.prices__grid{grid-template-columns:repeat(3,minmax(260px,340px));gap:12px;max-width:1100px;padding:0 50px}.prices__card{max-width:240px}.prices__card-content{padding:16px 22px}.prices__card h3{font-size:13px}.prices__card .gradient-line{width:200px}.prices__card ul{font-size:10.5px}.prices__card .price{font-size:15px!important}}@media only screen and (min-width:768px)and (max-width:1200px)and (orientation:landscape){.prices__grid{gap:50px;max-width:1300px;padding:0 60px}}@media(max-width:768px){.prices{padding:100px 20px}.prices__card-content{padding:28px 22px}.prices__card .gradient-line{width:120px}.prices__card{max-width:280px}}@media(max-width:768px){.prices__grid{grid-template-columns:1fr;gap:40px}.prices__card{max-width:100%}}@media(max-width:480px){.prices__card-content{padding:24px 18px}.prices__card h3{font-size:17px}.prices__card .gradient-line{width:100px}.prices__card ul{font-size:12px}.prices__card .price{font-size:18px!important}}.schedule{padding:40px var(--section-padding-x);background:#000;position:relative}.schedule__container{max-width:1400px;margin:0 auto;text-align:center}.schedule__title{font-size:48px;font-weight:900;text-transform:uppercase;color:#fff;margin-bottom:60px;letter-spacing:1px}.schedule__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.schedule__section{text-align:left;background:#ffffff05;border:1px solid rgba(255,255,255,.04);padding:22px;border-radius:12px;box-shadow:0 6px 18px #0009;transition:transform .18s ease,box-shadow .18s ease}.schedule__section:hover{transform:translateY(-6px);box-shadow:0 18px 40px #000000b3}.schedule__header{margin-bottom:18px;display:flex;flex-direction:column;align-items:flex-start}.schedule__header h3{font-size:20px;font-weight:900;text-transform:uppercase;color:#fff;margin:0 0 6px}.schedule__header .gradient-line{height:4px;width:160px;background:linear-gradient(90deg,#003cff,#c41e1e,red);margin:0;border-radius:4px}.schedule__content{display:flex;gap:18px;align-items:flex-start}.schedule__content ul{list-style:none;padding:0;margin:0;min-width:0;flex:1}.schedule__content li{font-size:16px;font-weight:600;color:#fffffff2;margin-bottom:10px;display:flex;align-items:center}.schedule__content li p{margin:0;font-weight:600;color:#ffffffd9;width:100%}.schedule__content h3,.schedule__content h4{margin:0 0 8px;color:#fff}.schedule__adult{margin-top:8px}.schedule__note--left{margin-top:40px;text-align:center;font-size:18px;font-weight:700;text-transform:uppercase;color:#ffffffb3}@media(max-width:1200px){.schedule__wrapper{padding:0 12px}}@media(max-width:992px){.schedule__wrapper{grid-template-columns:1fr;gap:28px;padding:0 20px}.schedule__section{text-align:center}.schedule__header{align-items:center}.schedule__header .gradient-line{align-self:center}.schedule__content{flex-direction:column;gap:12px}}@media(max-width:768px){.schedule{padding:20px 12px}.schedule__title{font-size:38px;margin-bottom:48px}.schedule__header h3{font-size:18px}.schedule__content li{font-size:15px}.schedule__note--left{font-size:16px}}@media(max-width:480px){.schedule__header h3{font-size:16px}.schedule__content li{font-size:14px}.schedule__note--left{font-size:14px;margin-top:28px}}*{margin:0;padding:0;box-sizing:border-box}header{background:#000;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;width:100vw;z-index:1000;box-shadow:0 2px 10px #00000080;overflow:hidden}.logo img{height:60px;transition:transform .3s}.logo img:hover{transform:scale(1.1)}.desktop-nav ul{list-style:none;display:flex;gap:40px;flex-shrink:0}nav a{color:#fff;text-decoration:none;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;transition:color .3s;position:relative;white-space:nowrap}nav a:hover{color:#f44}nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-8px;left:50%;background:linear-gradient(90deg,#f44,#44f);transition:all .3s}nav a:hover:after{width:100%;left:0}.button{display:inline-flex;align-items:center;justify-content:center;min-width:169px;height:50px;padding:0 28px;background:transparent;color:#fff;font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;font-family:Montserrat,sans-serif;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .4s ease;white-space:nowrap;flex-shrink:0;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#f44,#44f);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 0 15px #ffffff1a}.button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#fff,#fff)}.desktop-button{display:block}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;flex-shrink:0}.burger span{width:30px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.burger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{position:fixed;inset:0;background:#000000fa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;transform:translateY(-100%);transition:transform .4s ease;z-index:999}.mobile-menu.open{transform:translateY(0)}.mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:30px;text-align:center}.mobile-nav a{color:#fff;text-decoration:none;font-size:24px;font-weight:700;text-transform:uppercase;transition:color .3s}.mobile-nav a:hover{color:#44f}.mobile-overlay{position:fixed;inset:0;background:#000000b3;z-index:998}@media(max-width:1200px){header{padding:20px 30px}}@media(max-width:992px){header{padding:15px 20px}.desktop-nav ul{gap:30px}}@media(max-width:768px){header{padding:15px 20px;justify-content:space-between}.desktop-nav,.desktop-button{display:none}.burger{display:flex}.logo img{height:50px}.button{min-width:150px;height:46px;font-size:15px;padding:0 24px}}@media(max-width:480px){header{padding:12px 15px}.logo img{height:45px}.mobile-nav a{font-size:20px}.button{min-width:140px;height:44px;font-size:14px;padding:0 20px}}@media(max-width:360px){header{padding:10px 12px}.logo img{height:42px}}.dev-toast{position:fixed;top:25%;left:50%;transform:translate(-50%,-50%);background:#000;color:#fff;font-size:28px;font-weight:900;text-transform:uppercase;padding:20px 50px;border-radius:20px;border:3px solid transparent;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e,red);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 0 60px #fff6;z-index:99999;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}.dev-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}@media(max-width:768px){.dev-toast{font-size:16px;padding:16px 40px}}@media(max-width:480px){.dev-toast{font-size:13px;padding:14px 32px}}.footer{background:#000;padding:80px var(--section-padding-x) 40px;margin-top:100px}.footer__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:start;gap:60px}.footer__left{display:flex;flex-direction:column}.footer__logo h3{font-size:32px;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:2px}.footer__logo p{font-size:14px;color:#fff9;margin:0;line-height:1.4}.footer__center{display:flex;flex-direction:column;gap:8px;align-items:center}.footer__center-box{display:flex;flex-direction:column;align-items:center;gap:10px}.footer__phones{display:flex;flex-direction:column;gap:6px;align-items:center}.footer__phone-link{color:#fffffff2;text-decoration:none;font-size:18px;font-weight:700;padding:6px 10px;border-radius:8px;transition:color .2s,background .2s}.footer__phone-link:hover{color:#f44;background:#ffffff05}.footer__nav ul{display:flex;gap:60px;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}.footer__nav a{color:#fff;text-decoration:none;font-size:18px;font-weight:600;text-transform:uppercase;transition:color .3s}.footer__nav a:hover{color:#f44}.footer__location{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase}.footer__contacts{display:flex;flex-direction:column;gap:16px;font-style:normal}.footer__phone{display:flex;align-items:center;justify-content:center}.footer__phone a{color:#fff;text-decoration:none;font-size:20px;font-weight:700;display:flex;align-items:center;gap:12px;transition:color .3s}.footer__phone a:hover{color:#f44}.footer__phone-icon{font-size:24px}.footer__right{display:flex;flex-direction:column;align-items:flex-end;gap:30px}.footer__socials{display:flex;gap:20px}.footer__social-link{width:50px;height:50px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.footer__social-link:hover{background:#f443;transform:translateY(-4px);box-shadow:0 8px 20px #ff44444d}.footer__social-link svg{width:28px;height:28px}.footer__scroll-top{width:50px;height:50px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:all .3s}.footer__scroll-top:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ffffff4d}.button{padding:16px 20px;background:transparent;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;border:3px solid transparent;border-radius:12px;cursor:pointer;transition:all .4s ease;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e,red);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 0 20px #fff3}.button:hover{transform:translateY(-6px);box-shadow:0 0 40px #fff6;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#f44,#44f)}@media only screen and (min-width:768px)and (max-width:1366px)and (orientation:landscape){.footer__inner{grid-template-columns:1fr 2fr 1fr;gap:40px}.footer__logo h3{font-size:28px}.footer__nav ul{gap:40px}.footer__nav a,.footer__location{font-size:16px}.footer__phone a{font-size:18px}}@media only screen and (min-width:768px)and (max-width:1366px)and (orientation:portrait){.footer__inner{grid-template-columns:1fr;text-align:center;gap:50px}.footer__left,.footer__right{align-items:center}.footer__nav ul{gap:50px}}@media(max-width:992px){.footer__inner{grid-template-columns:1fr;text-align:center;gap:50px}.footer__left,.footer__right{align-items:center}}@media(max-width:768px){.footer{padding:60px 24px 40px}.footer__inner{grid-template-columns:1fr;gap:40px}.footer__left{align-items:center;text-align:center}.footer__logo h3{font-size:28px}.footer__logo p{font-size:13px}.footer__nav ul{flex-direction:column;gap:24px;align-items:center}.footer__nav a,.footer__location{font-size:16px}.footer__phone a{font-size:18px}.footer__right{align-items:center}.footer__socials{gap:24px}.footer__social-link{width:60px;height:60px}.footer__social-link svg{width:32px;height:32px}.footer__scroll-top{width:60px;height:60px}}@media(max-width:480px){.footer{padding:50px 16px 30px}.footer__inner{gap:32px}.footer__logo h3{font-size:24px}.footer__logo p{font-size:12px}.footer__nav ul{gap:20px}.footer__nav a,.footer__location{font-size:15px}.footer__phone a{font-size:16px;flex-direction:column;gap:6px}.footer__socials{gap:16px}.footer__social-link{width:50px;height:50px}.footer__social-link svg{width:26px;height:26px}.footer__scroll-top{width:50px;height:50px}}@media only screen and (min-device-width:820px)and (max-device-width:820px)and (min-device-height:1180px)and (max-device-height:1180px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:2){.footer__inner{gap:40px}.footer__social-link{width:55px;height:55px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;z-index:999999;padding:20px;animation:fadeIn .45s ease-out}.modal-box{position:relative;background:#000;padding:70px 50px;border-radius:20px;max-width:460px;width:100%;text-align:center;border:3px solid transparent;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e,red);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 0 80px #ffffff40;animation:scaleIn .55s cubic-bezier(.23,1,.32,1)}.modal-close{position:absolute;top:18px;right:18px;background:none;border:none;cursor:pointer;padding:8px;transition:transform .3s ease}.modal-close:hover{transform:rotate(90deg) scale(1.1)}.modal-title{font-size:38px;font-weight:900;text-transform:uppercase;color:#fff;margin:0 0 40px;letter-spacing:1px}.modal-form{display:flex;flex-direction:column;gap:26px;margin-bottom:24px}.modal-input{background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.4);color:#fff;font-size:18px;font-weight:600;padding:14px 0;outline:none;transition:border-color .3s}.modal-input:focus{border-color:#fff}.modal-input::placeholder{color:#fff9}.modal-input select,.modal-input{color:#fff}.modal-input option{background:#000;color:#fff}.modal-submit{margin-top:10px;padding:18px 40px;background:transparent;color:#fff;font-size:18px;font-weight:900;text-transform:uppercase;border:3px solid transparent;border-radius:12px;cursor:pointer;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e,red);background-origin:border-box;background-clip:padding-box,border-box;transition:all .4s ease}.modal-submit:hover{transform:translateY(-5px);box-shadow:0 0 50px #fff6;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#f44,#44f)}.modal-note{font-size:16px;color:#ffffffbf;font-weight:600;margin-top:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.modal-box{padding:60px 30px}.modal-title{font-size:30px}.modal-submit{padding:16px 30px;font-size:17px}}:root{--mobile-font-size: 15px;--mobile-gap: 18px;--mobile-section-padding: 16px}@media(max-width:768px){html,body{font-size:var(--mobile-font-size)}body{padding:0;overscroll-behavior-y:contain;overflow-x:hidden}:root{--mobile-header-height: 72px}header{height:var(--mobile-header-height)}main,.hero__content{padding-top:calc(var(--mobile-header-height) + 8px)}.coaches,.directions,.prices,.schedule{padding-left:var(--mobile-section-padding);padding-right:var(--mobile-section-padding)}.hero__content{padding:110px 16px 60px;max-width:100%;padding-left:var(--mobile-section-padding);padding-right:var(--mobile-section-padding)}.hero__title{font-size:34px;line-height:1.08}.hero__subtitle{font-size:18px}.card,.prices__card{margin:0 auto;width:100%!important;max-width:420px}.button,.admin-auth-btn{width:100%!important;box-sizing:border-box}header{left:0;right:0;width:100%}.admin-modal-overlay,.admin-auth-overlay,.mobile-menu,.admin-auth-card{box-sizing:border-box}.admin-modal-overlay{align-items:flex-start!important;padding-top:18px!important}.admin-modal-overlay .admin-card,.admin-modal-overlay .admin-auth-card{width:calc(100% - 28px)!important;max-width:none!important;margin:0 auto!important;border-radius:12px!important}.card,.admin-card,.dev-toast{box-shadow:0 10px 30px #00000080}.admin-table-wrap{padding-bottom:12px}.coaches-carousel{height:auto;padding-top:40px;padding-bottom:40px}}@media(max-width:420px){.hero__title{font-size:30px}.hero__subtitle{font-size:16px}}@media(max-width:768px){html,body{font-size:15px!important}header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:64px!important;padding:8px 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;box-shadow:0 6px 18px #0009!important;z-index:2000!important;background:linear-gradient(#000,#000)!important}header .logo img{height:42px!important}.burger{display:flex!important}.desktop-nav,.desktop-button{display:none!important}main,.hero__content,.coaches,.directions{padding-top:80px!important}.mobile-menu{padding-top:72px!important}.hero__content{padding:90px 14px 40px!important}.hero__title{font-size:32px!important;line-height:1.05!important}.hero__subtitle{font-size:16px!important}.coaches,.directions,.prices,.schedule{padding-left:16px!important;padding-right:16px!important}.card,.prices__card,.admin-card{width:100%!important;max-width:100%!important;margin:0 auto!important;border-radius:12px!important;box-shadow:0 8px 24px #00000080!important}.button,.btn,.admin-auth-btn,input,textarea,select{width:100%!important;min-width:0!important;box-sizing:border-box!important}.coaches-carousel__wrapper,.coaches-carousel__item{width:min(260px,78vw)!important;height:min(260px,78vw)!important;aspect-ratio:1 / 1!important;border-radius:50%!important;left:50%!important;transform:translate(-50%)!important}.coaches-carousel__photo{object-position:center 30%!important}.admin-modal-overlay,.admin-auth-overlay{align-items:flex-start!important;padding-top:12px!important}.admin-card,.admin-auth-card{width:calc(100% - 24px)!important;max-width:none!important;margin:6px auto!important;padding:12px!important;border-radius:12px!important}.admin-table-wrap{overflow:visible!important}.admin-table tbody tr td{flex-direction:column!important;align-items:flex-start!important}body,html{overflow-x:hidden!important}.gradient-line{width:calc(100% - 32px)!important}.box-shadow,.card,.admin-card{box-shadow:none!important}.admin-auth-card{padding:16px!important}.coaches-carousel__name{font-size:18px!important}}@media(max-width:360px){header{height:60px!important}main,.hero__content{padding-top:72px!important}.coaches-carousel__wrapper,.coaches-carousel__item{width:min(200px,82vw)!important;height:min(200px,82vw)!important}}.admin-root{color:#fff;background:linear-gradient(180deg,#030315,#000);min-height:100vh;padding:36px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.admin-card{background:linear-gradient(#000,#000);border-radius:14px;padding:20px;border:3px solid transparent;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 10px 40px #0009}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-table{width:100%;border-collapse:collapse;margin-top:16px}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}.admin-badge{padding:6px 10px;border-radius:8px;font-weight:700}.status-new{background:#1f2937;color:#fff}.status-in_progress{background:#f59e0b;color:#111}.status-closed{background:#10b981;color:#021}.btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.08);padding:8px 10px;border-radius:8px;cursor:pointer}.admin-auth-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#000000bf;z-index:2000}.admin-auth-card{width:420px;background:#000;border-radius:18px;padding:24px;position:relative;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#003cff,#c41e1e);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 20px 60px #0009}.admin-auth-close{position:absolute;right:12px;top:12px;background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}.admin-auth-title{font-size:22px;font-weight:900;margin:0 0 6px;color:#fff}.admin-auth-sub{color:#ffffffb3;margin:0 0 16px}.admin-auth-form{display:flex;gap:10px;align-items:center}.admin-auth-input{flex:1;padding:12px 14px;border-radius:10px;background:transparent;border:2px solid rgba(255,255,255,.08);color:#fff;outline:none}.admin-auth-input:focus{border-color:#fff3}.admin-auth-btn{padding:12px 18px;background-image:linear-gradient(90deg,#003cff,#c41e1e);color:#fff;border:none;border-radius:10px;font-weight:800;cursor:pointer}.admin-auth-error{margin-top:12px;color:#ff6b6b;font-weight:700}.admin-auth-note{margin-top:10px;color:#fff9;font-size:13px}.admin-launcher{position:fixed;right:14px;bottom:14px;background:#0009;border-radius:999px;padding:8px 12px;display:flex;gap:8px;align-items:center;cursor:pointer;z-index:1500;border:1px solid rgba(255,255,255,.06)}.admin-launcher:hover{background:#000c}.admin-launcher-dot{width:8px;height:8px;border-radius:50%;background:#10b981;display:inline-block}.admin-launcher-text{color:#fff;font-weight:700;font-size:13px}.admin-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1400}.admin-fullscreen-overlay{position:fixed;inset:0;background:linear-gradient(180deg,#000000f2,#000000fa);z-index:2000;display:flex;flex-direction:column}.admin-fullscreen-inner{width:100%;height:100%;overflow:auto;box-sizing:border-box;padding:10px 18px 28px;display:flex;flex-direction:column;align-items:stretch}.admin-fullscreen-close{align-self:flex-end;background:transparent;color:#fff;border:none;font-size:22px;padding:8px 12px;cursor:pointer}.admin-root{width:100%;min-height:100vh;padding:18px 12px}.admin-fullscreen-inner .admin-card{width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){.admin-fullscreen-inner{padding:8px}.admin-fullscreen-inner .admin-card{width:calc(100% - 12px);max-width:none;margin:0 auto;border-radius:10px;box-shadow:none;border:none;background:linear-gradient(180deg,#000000fa,#000000f5);padding:12px}.admin-fullscreen-close{position:fixed;top:10px;right:10px;z-index:2100;background:#ffffff0a;border-radius:8px;padding:6px 8px}}.admin-table-wrap{overflow:auto}@media(max-width:768px){.admin-root{padding:8px 10px}.admin-card{width:100%;max-width:100%;padding:14px;box-sizing:border-box}.admin-header{flex-direction:column;align-items:flex-start;gap:8px}.admin-table{width:100%;border:none}.admin-table thead{display:none}.admin-table tbody tr{display:block;background:linear-gradient(180deg,#ffffff05,#ffffff03);margin-bottom:12px;padding:12px;border-radius:10px}.admin-table tbody tr td{display:flex;justify-content:space-between;padding:6px 0;border-bottom:none;gap:8px}.admin-table tbody tr td{flex-wrap:wrap}.admin-table tbody tr td>*{min-width:0}.admin-table tbody tr td{flex-direction:column;align-items:flex-start}.admin-table tbody tr td>.btn{margin-top:8px}.admin-table tbody tr td:first-child{font-weight:800}.admin-badge{padding:4px 8px;font-size:13px}.btn{padding:8px 10px;font-size:14px}.admin-auth-card{width:92%;padding:18px}.admin-auth-form{flex-direction:column}.admin-auth-btn{width:100%}}
