@charset "UTF-8";.button{padding:16px 26px;justify-content:center;text-decoration:none;font-weight:500;transition:all .2s ease;align-items:center;border-radius:16px;cursor:pointer;display:flex}.button.centered{margin:0 auto}.button.width-100{width:100%}.button--footer{transition:all .4s;position:fixed;opacity:0;bottom:20px;visibility:hidden;left:20px;z-index:9}.button--footer.visible{opacity:1;visibility:visible}.button--sm{height:42px;padding:.5rem 1rem;font-size:.875rem;border-radius:8px}.button--md{height:56px;padding:16px 24px;font-size:1rem;border-radius:12px}.button--lg{height:64px;padding:22px 32px;font-size:1.125rem}.button--primary{border:2px solid var(--primary);color:#fff;background:var(--primary)}.button--primary:hover{border-color:#d2007c;background:#d2007c}.button--primary:active{border-color:#b8006d;background:#b8006d}.button--secondary{border:2px solid #f3f4f6;color:#1f2937;background:#f3f4f6}.button--secondary:hover{border-color:#e4e7eb;background:#e4e7eb}.button--secondary:active{border-color:#d6d9e0;background:#d6d9e0}.button--outline{border:2px solid #eb008b;color:#eb008b;background:transparent}.button--outline:hover{background:rgba(235,0,139,.1)}.button--outline:active{background:rgba(235,0,139,.2)}.button--disabled,.button:disabled{pointer-events:none;position:relative;opacity:.7;cursor:not-allowed}.button--disabled:after,.button:disabled:after{animation:button-loading-spinner 1s linear infinite;height:20px;border:2px solid hsla(0,0%,100%,.3);content:"";position:absolute;border-top-color:#fff;top:50%;margin:-10px 0 0 -10px;border-radius:50%;left:50%;width:20px}@keyframes button-loading-spinner{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.navbar{padding:16px 0;right:0;color:#fff;position:sticky;top:0;border-radius:0 0 34px 34px;background:#0a0a0a;left:0;width:auto;z-index:11}@media (max-width:768px){.navbar{padding:8px 0}}.navbar__side{justify-content:space-between;position:relative;gap:34px;align-items:center;display:flex}@media (max-width:1346px){.navbar__side{gap:16px}}.navbar__container{padding:0 16px;margin-inline:auto;max-width:1440px;width:100%;display:block}.navbar__wrapper{justify-content:space-between}.navbar__logo,.navbar__wrapper{gap:16px;align-items:center;display:flex}.navbar__logo p{max-width:210px}@media (max-width:410px){.navbar__logo p{display:none}}.navbar__menu{position:relative}@media (max-width:1320px){.navbar__menu{display:none}}.navbar__menu-list{position:relative;gap:6px;align-items:center;display:flex}.navbar__menu-item{position:relative}.navbar__menu-item:hover .navbar__menu-submenu{opacity:1;visibility:visible}.navbar__menu-item>a{padding:5px 10px;color:#fff;transition:.2s;align-items:center;display:flex}.navbar__menu-item>a svg{height:18px;margin-left:8px;width:18px}.navbar__menu-item>a svg *{transition:.2s}.navbar__menu-item>a:hover{color:#eb008b;border-radius:6px}.navbar__menu-item>a:hover svg path{fill:#eb008b}@media (min-width:1321px){.navbar__menu-item--sale a{color:#1c1c1c;box-shadow:-10px 12px 26px 0 rgba(241,208,98,.15);border-radius:6px;background:linear-gradient(136deg,#f1d062 3.55%,#deb429 106.22%)}}@media (max-width:1320px){.navbar__menu-item--sale a{padding:0;font-size:24px;color:#fff;align-items:center;display:flex}}.navbar__menu-submenu{overflow:hidden;border:1px solid #f1f1f1;transition:opacity .2s;position:absolute;opacity:0;visibility:hidden;top:28px;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:16px;background:#fff;width:250px;display:grid}.navbar__menu-submenu a{padding:16px;color:#000;transition:.2s;display:block}.navbar__menu-submenu a:hover{color:#eb008b;background:rgba(235,0,139,.08)}.navbar__address{color:#fff;gap:8px;display:grid}@media (max-width:992px){.navbar__address{display:none}}.navbar__address-line{font-weight:400}.navbar__address-line,.navbar__phone a{gap:8px;align-items:center;display:flex}.navbar__phone a{font-size:20px;color:#fff}@media (max-width:768px){.navbar__phone a img{padding:10px;border-radius:100px;background:hsla(0,0%,100%,.07);width:54px}.navbar__phone a span{display:none}}.navbar__phone a span i{font-size:12px;font-weight:400;color:#868686;text-align:right;margin-top:2px;display:block}.navbar__phone-rules{padding:5px 10px;font-size:12px;right:-10px;color:#fff;transition:.2s;position:absolute;opacity:.7;bottom:-23px;border-radius:6px;background:#eb008b}@media (max-width:768px){.navbar__phone-rules{display:none}}.navbar__phone-rules:hover{opacity:1}.navbar__burger{height:50px;justify-content:center;transition:.2s;flex-direction:column;gap:4px;align-items:center;border-radius:100px;cursor:pointer;width:50px;display:none}@media (max-width:1320px){.navbar__burger{display:flex}}.navbar__burger:active{background:hsla(0,0%,100%,.12)}.navbar__burger i{height:2px;transition:.2s;background:#fff;width:20px}.navbar__burger.active i{transition:.2s;position:absolute}.navbar__burger.active i:first-child{transform:rotate(45deg)}.navbar__burger.active i:nth-child(2){transform:rotate(-45deg)}.navbar__burger.active i:last-child{opacity:0}.navbar--mobile{height:100%;padding:116px 16px 16px;justify-content:space-between;right:0;transition:.2s;position:fixed;flex-direction:column;opacity:0;bottom:0;visibility:hidden;top:0;background:#000;left:0;width:100%;display:flex;z-index:8}@media (max-width:768px){.navbar--mobile{padding:100px 16px 16px}}.navbar--mobile.active{overflow-y:scroll;opacity:1;visibility:visible}.navbar__mobile-list{flex-direction:column;gap:24px;display:flex}.navbar__mobile-item a{font-size:24px;color:#fff;align-items:center;display:flex}.navbar__mobile-item a svg{position:relative;top:2px;margin-left:8px}.navbar__mobile-address{gap:8px;display:grid}.navbar__mobile-address-line{font-size:16px;gap:8px;align-items:center;display:flex}.navbar__mobile-address-title{font-size:18px;margin-bottom:10px}.navbar__mobile-contact{gap:8px;margin-top:24px;display:grid}.navbar__mobile-whatsapp{background:#58af32}.navbar__mobile-telegram,.navbar__mobile-whatsapp{height:56px;justify-content:center;font-size:18px;color:#fff;gap:8px;align-items:center;border-radius:12px;display:flex}.navbar__mobile-telegram{background:#37aee2}.navbar__mobile-phone{color:#000;background:#fff}.navbar__mobile-phone,.navbar__mobile-rules{height:56px;justify-content:center;font-size:18px;gap:8px;align-items:center;border-radius:12px;display:flex}.navbar__mobile-rules{padding:0 20px;color:#fff;text-align:center;background:#eb008b}.navbar__mobile-submenu{height:0;overflow:hidden;transition:.2s;flex-direction:column;gap:12px;display:flex}.navbar__mobile-submenu.active{height:max-content;margin-top:12px}.navbar__mobile-submenu a{color:#8d8d8d;margin-left:12px}.modal{right:0;transition:.2s;position:fixed;opacity:0;bottom:0;visibility:hidden;top:0;left:0;display:block;z-index:9999}@media (max-width:767px){.modal .modal__wrapper{transform:translateY(100%)}}.modal--open{opacity:1;visibility:visible}@media (max-width:767px){.modal--open .modal__wrapper{transform:translateY(0)}}.modal__text{overflow:scroll;max-height:500px}@media (max-width:767px){.modal__text{height:290px;overflow:scroll}}.modal__presenter{padding:0;flex-direction:column;gap:24px;align-items:center;display:flex}.modal__presenter img{height:280px;object-fit:cover;border-radius:24px;width:100%;margin-top:32px}@media (max-width:767px){.modal__presenter img{margin-top:4px}}.modal__presenter h5{font-size:24px;font-weight:700;margin-bottom:16px;line-height:1.2}.modal__presenter p{font-size:16px;font-weight:400;margin-bottom:16px;line-height:1.2}.modal__background{height:100%;position:absolute;opacity:.95;top:0;background:radial-gradient(104.06% 148.66% at 50% 0,#181613 0,#13100e 100%);left:0;width:100%}.modal__wrapper{transform:translateY(-50%);padding:24px;transition:.4s;position:relative;max-width:440px;top:50%;margin:0 auto;align-items:center;border-radius:24px;background:#fff;display:flex;z-index:1}@media (max-width:767px){.modal__wrapper{translate:-50% 0;height:auto;padding-top:54px;position:absolute;max-height:99lvh;bottom:0;top:auto;border-radius:24px 24px 0 0;left:50%;width:100%}}.modal__wrapper--loft{padding:16px 16px 32px;max-width:520px}.modal__close{font-size:14px;font-weight:400;font-style:normal;right:32px;transition:.2s;position:absolute;opacity:.4;top:32px;align-items:center;cursor:pointer;line-height:100%;display:flex;z-index:2}.modal__close img{height:16px;width:16px}.modal__close:hover{opacity:1}.show-party{overflow:hidden;min-height:80vh;padding:180px 0 80px;position:relative;align-items:center;background:radial-gradient(circle at 25% 25%,rgba(235,0,139,.15) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,0,235,.15) 0,transparent 50%),linear-gradient(135deg,hsla(0,0%,6%,.569),rgba(26,26,26,.922) 50%,rgba(45,45,45,.702)),url(/wp-content/themes/ehonew_v2/image/show/bg-show.png);background-size:cover,cover,cover,cover;background-position:50%,50%,50%,50%;border-radius:0 0 24px 24px;background-repeat:no-repeat;display:flex}.show-party:before{animation:backgroundShift 8s ease-in-out infinite;right:0;bottom:0;top:0;background:linear-gradient(45deg,transparent 30%,rgba(235,0,139,.05) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(139,0,235,.05) 50%,transparent 70%);left:0}.show-party:after,.show-party:before{pointer-events:none;content:"";position:absolute}.show-party:after{animation:float 20s linear infinite;height:200%;top:-50%;background:radial-gradient(circle,rgba(235,0,139,.1) 1px,transparent 0),radial-gradient(circle,rgba(139,0,235,.1) 1px,transparent 0);background-size:100px 100px,150px 150px;opacity:.3;background-position:0 0,75px 75px;left:-50%;width:200%}.show-party__content{position:relative;max-width:800px;flex-direction:column;text-align:center;margin:0 auto;align-items:center;display:flex;z-index:10}@media (max-width:768px){.show-party__content{padding:0 20px;max-width:100%}}.show-party>img{pointer-events:none;position:absolute;z-index:1}.show-party>img:first-child{animation:floatUpDown 4s ease-in-out infinite;top:15%;left:20%;width:180px}@media (max-width:768px){.show-party>img:first-child{height:50px;top:10%;left:5%;width:50px}}.show-party>img:nth-child(2){animation:floatUpDown 5s ease-in-out 1s infinite;right:18%;top:25%;width:180px}@media (max-width:768px){.show-party>img:nth-child(2){height:60px;right:8%;top:20%;width:60px}}.show-party>img:nth-child(3){animation:floatUpDown 6s ease-in-out 2s infinite;bottom:15%;left:12%;width:180px}@media (max-width:768px){.show-party>img:nth-child(3){height:55px;bottom:25%;left:8%;width:55px}}.show-party>img:nth-child(4){animation:floatUpDown 4.5s ease-in-out 3s infinite;right:12%;bottom:20%;width:180px}@media (max-width:768px){.show-party>img:nth-child(4){height:50px;right:10%;bottom:15%;width:50px}}.show-party__text{margin-bottom:60px;color:#fff}.show-party__title{font-size:64px;font-weight:700;margin-bottom:16px;text-transform:uppercase;background:linear-gradient(45deg,#eb008b,#ff4da6,#8b00eb);-webkit-background-clip:text;background-clip:text;position:relative;background-size:200% 200%;letter-spacing:2px;line-height:1.1;-webkit-text-fill-color:transparent}.show-party__title,.show-party__title:after{animation:gradientShift 3s ease-in-out infinite}.show-party__title:after{filter:blur(20px);right:0;content:"";position:absolute;bottom:0;top:0;background:linear-gradient(45deg,#eb008b,#ff4da6,#8b00eb);background-size:200% 200%;opacity:.3;left:0;z-index:-1}@media (max-width:768px){.show-party__title{font-size:48px;letter-spacing:1px}}.show-party__subtitle{font-size:28px;font-weight:600;color:#fff;max-width:600px;margin:0 auto 16px;line-height:1.3}@media (max-width:768px){.show-party__subtitle{font-size:24px}}.show-party__description{font-size:20px;font-style:italic;color:#ccc;max-width:600px;margin:0 auto 32px;line-height:1.6}@media (max-width:768px){.show-party__description{font-size:18px}}.show-party__features{list-style:none;padding:0;justify-content:center;flex-wrap:wrap;max-width:700px;gap:16px;margin:0 0 32px;width:100%;display:grid;display:flex}@media (max-width:768px){.show-party__features{grid-template-columns:1fr;gap:20px}}.show-party .hero-section__form{margin:0 auto}.show-party .hero-section__form .polit{max-width:100%}.show-party__feature{overflow:hidden;backdrop-filter:blur(10px);padding:12px;justify-content:center;font-size:18px;border:1px solid rgba(235,0,139,.3);color:#fff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;max-width:320px;text-align:left;align-items:center;border-radius:12px;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));display:flex}.show-party__feature:before{height:100%;transition:left .6s ease;content:"";position:absolute;top:0;background:linear-gradient(90deg,transparent,rgba(235,0,139,.2),transparent);left:-100%;width:100%}.show-party__feature:hover{border-color:rgba(235,0,139,.6);transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px rgba(235,0,139,.3),0 5px 15px rgba(0,0,0,.2);background:linear-gradient(135deg,rgba(235,0,139,.15),rgba(139,0,235,.1))}.show-party__feature:hover:before{left:100%}@media (max-width:768px){.show-party__feature{padding:16px;font-size:16px}}.show-party__feature-icon{height:50px;flex-shrink:0;justify-content:center;font-size:28px;margin-right:16px;align-items:center;border-radius:50%;width:50px;display:flex}.show-party__feature-icon img{height:100%;object-fit:contain;width:100%}@media (max-width:768px){.show-party__feature-icon{height:45px;font-size:24px;margin-right:12px;width:45px}}.show-party .polit{font-size:12px;color:hsla(0,0%,100%,.7);text-align:center;margin:0;line-height:1.4}.show-party .polit a{text-decoration:none;color:#eb008b;transition:all .3s ease}.show-party .polit a:hover{text-decoration:underline;text-shadow:0 0 10px rgba(235,0,139,.5);color:#ff4da6}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes backgroundShift{0%,to{transform:rotate(0deg);opacity:.3}50%{transform:rotate(2deg);opacity:.6}}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 4px 15px rgba(235,0,139,.4),0 0 20px rgba(235,0,139,.2)}50%{transform:scale(1.05);box-shadow:0 6px 20px rgba(235,0,139,.6),0 0 30px rgba(235,0,139,.4)}}@keyframes iconGlow{0%,to{opacity:.5;background-position:0 50%}50%{opacity:.8;background-position:100% 50%}}@keyframes buttonGlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.programs-section{padding:120px 0;background:#f8f9fa}.programs-section__title{font-size:36px;font-weight:700;margin-bottom:60px;color:#2d2d2d;text-align:center}@media (max-width:768px){.programs-section__title{font-size:28px;margin-bottom:40px}}.programs-section__content{grid-template-columns:2fr 1fr;gap:40px;align-items:flex-start;display:grid}@media (max-width:1024px){.programs-section__content{grid-template-columns:1fr;gap:30px}}.programs-section__menu-mobile{display:none}@media (max-width:1024px){.programs-section__menu-mobile{margin-bottom:30px;order:-1;display:block}.programs-section__menu-desktop{display:none}}.programs-section__main{overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:20px;background:#2d2d2d}.programs-section__main-content{height:100%;min-height:500px;flex-direction:column;display:flex}@media (min-width:769px){.programs-section__main-content{flex-direction:row}}.programs-section__main-image{flex:1;min-height:300px;justify-content:center;align-items:center;background:#1a1a1a;display:flex}.programs-section__main-image img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.programs-section__main-image{min-height:200px}}.programs-section__main-info{flex:1;padding:40px;justify-content:center;color:#fff;flex-direction:column;display:flex}@media (max-width:768px){.programs-section__main-info{padding:30px}}.programs-section__main-title{font-size:32px;font-weight:700;margin-bottom:20px;color:#eb008b}@media (max-width:768px){.programs-section__main-title{font-size:24px;margin-bottom:15px}}.programs-section__main-description{font-size:16px;margin-bottom:30px;color:#ccc;line-height:1.6}@media (max-width:768px){.programs-section__main-description{font-size:14px;margin-bottom:20px}}.programs-section__main-button{padding:16px 32px;font-size:16px;border:none;font-weight:600;color:#fff;transition:all .3s ease;text-transform:uppercase;align-self:flex-start;letter-spacing:1px;border-radius:50px;background:linear-gradient(45deg,#eb008b,#ff4da6);cursor:pointer}.programs-section__main-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(235,0,139,.3)}@media (max-width:768px){.programs-section__main-button{padding:14px 28px;font-size:14px}}.programs-section__menu{height:500px;overflow:auto;padding:0 12px;flex-direction:column;gap:16px;display:flex}.programs-section__menu::-webkit-scrollbar{width:6px}.programs-section__menu::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f1}.programs-section__menu::-webkit-scrollbar-thumb{border-radius:10px;background:#eb008b}.programs-section__menu::-webkit-scrollbar-thumb:hover{background:#d6007a}@media (max-width:1024px){.programs-section__menu{height:auto;overflow-y:hidden;overflow-x:auto;padding:10px 0;grid-row:1;flex-direction:row;gap:20px;display:flex}.programs-section__menu::-webkit-scrollbar{height:6px;width:auto}.programs-section__menu::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f1}.programs-section__menu::-webkit-scrollbar-thumb{border-radius:10px;background:#eb008b}.programs-section__menu::-webkit-scrollbar-thumb:hover{background:#d6007a}}.programs-section__menu-item{padding:20px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:15px;background:#fff;cursor:pointer}.programs-section__menu-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.programs-section__menu-item.active{border-color:#eb008b;background:linear-gradient(135deg,rgba(235,0,139,.05),#fff)}@media (max-width:1024px){.programs-section__menu-item{min-height:100px;flex-shrink:0;padding:20px;justify-content:center;max-width:320px;flex-direction:column;min-width:280px;display:flex}}@media (max-width:768px){.programs-section__menu-item{min-height:90px;padding:18px;max-width:300px;min-width:260px}}.programs-section__menu-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#2d2d2d}@media (max-width:768px){.programs-section__menu-title{font-size:16px}}.programs-section__menu-description{font-size:14px;color:#666;margin:0;line-height:1.4}@media (max-width:768px){.programs-section__menu-description{font-size:13px}}:root{--secondary:#f8fafc;--primary:#eb008b}.features{padding:100px 0;max-width:1340px;margin:60px auto;border-radius:34px;background:var(--secondary)}.features__label{font-size:14px;font-weight:600;margin-bottom:16px;color:#eb008b;text-transform:uppercase;letter-spacing:1.5px}.features__label,.features__title{margin-right:auto;max-width:1200px;margin-left:auto}.features__title{font-size:42px;font-weight:800;margin-bottom:20px;color:#1e293b}.features__title-accent{color:#eb008b;position:relative;display:inline-block}.features__title-accent:after{height:2px;transform:scaleX(0);transition:transform .3s ease;content:"";position:absolute;bottom:-8px;background:#eb008b;left:0;width:100%}.features__title-accent:hover:after{transform:scaleX(1)}.features__subtitle{font-size:18px;color:#64748b;max-width:1200px;margin:0 auto 60px;line-height:1.6}.features__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;gap:24px;margin:0 auto;display:grid}.features__item{overflow:hidden;padding:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:16px;background:#fff}.features__item:before{height:100%;transition:opacity .3s ease;content:"";position:absolute;opacity:.05;top:0;left:0;width:100%;z-index:1}.features__item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.features__item:hover:before{opacity:.1}.features__item:hover .features__icon{transform:scale(1.1) rotate(5deg)}.features__icon{height:56px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative;margin:0 0 20px;background:#fff no-repeat 50%;background-size:60%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:12px;width:56px;z-index:2}.features__item-title{font-size:18px;font-weight:700;margin-bottom:8px;color:#1e293b;position:relative;z-index:2}.features__text{font-size:15px;color:#64748b;transition:color .3s ease;position:relative;margin:0;line-height:1.6;z-index:2}.features__highlight{animation:pulse 2s infinite;font-size:18px;margin:0 4px;display:inline-block}.features__note{font-size:12px;font-style:italic;color:#94a3b8;margin-top:8px;display:block}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:1024px){.features{padding:60px 0}.features__title{font-size:36px;margin-bottom:40px}.features__grid{gap:20px}.features__item{padding:20px}}@media (max-width:768px){.features{padding:40px 0}.features__title{font-size:32px;margin-bottom:30px}.features__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.features__icon{height:48px;margin-bottom:15px;width:48px}.features__text{font-size:14px}}@media (max-width:480px){.features{padding:30px 0}.features__title{font-size:28px;margin-bottom:25px}.features__grid{grid-template-columns:1fr;max-width:100%}}.text__title{font-size:42px;font-weight:800;margin-right:auto;margin-bottom:20px;color:#1e293b;max-width:1200px;margin-left:auto}.text__title--centered{text-align:center}.text__title--white{color:#fff}@media (max-width:1024px){.text__title{font-size:36px;margin-bottom:40px}}@media (max-width:768px){.text__title{font-size:32px;margin-bottom:30px}}@media (max-width:480px){.text__title{font-size:28px;margin-bottom:25px}}.text__title-accent{color:#eb008b;position:relative;display:inline-block}.text__title-accent:after{height:2px;transform:scaleX(0);transition:transform .3s ease;content:"";position:absolute;bottom:-8px;background:#eb008b;left:0;width:100%}.text__title-accent:hover:after{transform:scaleX(1)}.text__subtitle{font-size:18px;color:#64748b;max-width:1200px;margin:0 auto 60px;line-height:1.6}@media (max-width:1024px){.text__subtitle{font-size:16px;margin-bottom:40px}}.text__subtitle--centered{text-align:center}.hero-section{overflow:hidden;min-height:780px;position:relative;border-top:none;align-items:center;border-radius:0 0 34px 34px;display:flex}@media (max-width:767px){.hero-section{min-height:770px}}.hero-section__content{animation:fadeInUp 1s ease forwards;transform:translateY(30px);position:relative;max-width:720px;animation-delay:.5s;opacity:0;z-index:2}.hero-section__title{font-size:46px;font-weight:800;margin-bottom:24px;color:#fff;line-height:1.2}@media (max-width:768px){.hero-section__title{font-size:42px}}@media (max-width:480px){.hero-section__title{font-size:28px;margin-bottom:300px;margin-top:70px}}.hero-section__highlight{text-decoration:underline;color:var(--primary);position:relative;text-underline-offset:5px;display:inline}.hero-section__highlight:after{display:none}.hero-section__price{font-size:36px;color:var(--primary);margin-top:16px;display:block}@media (max-width:768px){.hero-section__price{font-size:28px}}.hero-section__description{font-size:20px;margin-bottom:40px;color:hsla(0,0%,100%,.9);max-width:600px;line-height:1.6}@media (max-width:768px){.hero-section__description{font-size:16px;margin-bottom:20px}}.hero-section__buttons{gap:16px;display:flex}@media (max-width:480px){.hero-section__buttons{flex-direction:column}}.hero-section__button{min-width:200px}.hero-section__button--main{overflow:hidden;position:relative}.hero-section__button--main:after{animation:buttonShine 3s infinite;height:200%;transform:rotate(45deg);content:"";position:absolute;top:-50%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1),transparent);left:-50%;width:200%}.hero-section__video-wrapper{border-radius:34px;z-index:1}.hero-section__video,.hero-section__video-wrapper{height:100%;position:absolute;top:0;left:0;width:100%}.hero-section__video{object-fit:cover;z-index:-2}.hero-section__video--desktop{display:block}@media (max-width:768px){.hero-section__video--desktop{display:none}}.hero-section__video--mobile{display:none}@media (max-width:768px){.hero-section__video--mobile{display:block}}.hero-section__overlay{height:100%;overflow:hidden;position:absolute;top:0;background:linear-gradient(45deg,rgba(0,0,0,.8),rgba(0,0,0,.6));left:0;width:100%}.hero-section__form{max-width:600px;margin:0;width:100%}.hero-section__form .polit{font-size:14px;color:hsla(0,0%,100%,.7);text-align:center;text-align:left;margin:0}.hero-section__form .polit a{text-decoration:underline;color:#fff}.hero-section__form .polit a:hover{color:var(--primary)}.hero-section__form-group{gap:16px;display:flex}@media (max-width:480px){.hero-section__form-group{flex-direction:column;display:grid}}.hero-section__input{flex:1;height:56px;backdrop-filter:blur(10px);padding:0 24px;font-size:16px;border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:8px;background:hsla(0,0%,100%,.1)}.hero-section__input::placeholder{color:hsla(0,0%,100%,.6)}.hero-section__input:focus{border-color:var(--primary);outline:none}.hero-section__form-button{height:56px;font-size:16px;font-weight:500;min-width:200px;border-radius:8px;background:var(--primary)}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes buttonShine{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}.home .navbar,.page-template-presenters-page .navbar,.page-template-seo-pages .navbar{position:fixed}.footer{border-radius:34px 34px 0 0;margin-top:-30px}.footer__container{padding:0 16px;margin-inline:auto;max-width:1440px;width:100%;display:block}@media (max-width:768px){.footer__contacts{grid-row:1}}.footer__wrapper{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}@media (max-width:1024px){.footer__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer__wrapper{grid-template-columns:1fr}}.footer__menu{gap:8px;display:grid}.footer__menu-title{font-size:22px;color:#fff;line-height:130%}.footer__menu-halls{grid-template-columns:repeat(2,1fr);gap:8px}.footer__menu-halls li:nth-child(2){grid-column:1}.footer__menu a{color:hsla(0,0%,100%,.5);transition:.2s;line-height:130%}.footer__menu a:hover{color:#fff}.footer__vk{height:56px;justify-content:center;font-size:18px;color:#fff;align-items:center;border-radius:12px;background:#507299;display:flex}.footer__vk img{width:50px}.special-offers{padding:60px 0;border-radius:34px;background:var(--secondary)}.special-offers__title{font-size:2.5rem;margin-bottom:10px}.special-offers__title-highlight{color:#ff1493}.special-offers__subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.special-offers__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:40px;gap:30px;display:grid}.special-offers__card{height:270px;overflow:hidden;text-decoration:none;transition:transform .3s ease;position:relative;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:10px}.special-offers__card:hover{transform:translateY(-5px)}.special-offers__card:hover .special-offers__card-image{transform:scale(1.1)}.special-offers__card:hover .special-offers__card-price{transform:translateY(0);opacity:1}.special-offers__card-image{height:270px;transition:transform .3s ease;object-fit:cover;width:100%}.special-offers__card-content{padding:20px;right:0;color:#fff;position:absolute;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);left:0}.special-offers__card-title{font-size:1.5rem;margin-bottom:10px}.special-offers__card-price{transform:translateY(20px);font-size:1rem;transition:opacity .3s ease,transform .3s ease;opacity:0}.special-offers__cta{justify-content:center;align-items:center;display:flex}.special-offers__button{padding:12px 24px;text-decoration:none;font-weight:700;color:#fff;transition:background-color .3s ease;background-color:#ff1493;border-radius:30px;display:inline-block}.special-offers__button:hover{background-color:#e00079}@media (max-width:768px){.special-offers__title{font-size:2rem}.special-offers__subtitle{font-size:1rem}.special-offers__grid{grid-template-columns:1fr}}.halls{padding:60px 0 0}.halls__header{margin-bottom:60px;text-align:center}.halls__title{font-size:42px;font-weight:800;color:#1e293b;position:relative;display:inline-block}.halls__title:after{height:3px;transform:translateX(-50%);content:"";position:absolute;bottom:-10px;background:var(--primary);left:50%;width:60px}.halls__section{margin-bottom:80px}.halls__section:last-child{margin-bottom:0}.halls__section-title{font-size:32px;font-weight:700;margin-bottom:30px;color:#1e293b}.halls__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}@media (max-width:768px){.halls__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.halls__card{overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.08);border-radius:20px;background:#fff;display:block}.halls__card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.halls__card:hover .halls__card-image img{transform:scale(1.05)}.halls__card:hover .halls__card-button{background:#d2007c}.halls__card-image{height:240px;overflow:hidden;border-radius:24px}.halls__card-image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.halls__card-content{padding:24px}.halls__card-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#1e293b}.halls__card-capacity{margin-bottom:20px;color:#64748b;gap:8px;align-items:center;display:flex}.halls__card-capacity-icon{color:var(--primary);align-items:center;display:flex}.halls__card-capacity-text{font-size:16px}.halls__card-button{padding:14px 24px;justify-content:center;font-weight:600;color:#fff;transition:background .2s ease;align-items:center;border-radius:12px;background:var(--primary);width:100%;display:inline-flex}.halls__card-button:hover{background:#d2007c}.halls__content{padding:60px 0;border-radius:34px;background:var(--secondary);margin-top:80px}.halls__content h1,.halls__content h2,.halls__content h3,.halls__content h4,.halls__content h5,.halls__content h6{margin-bottom:20px;color:#1e293b}.halls__content p{margin-bottom:16px;color:#64748b;line-height:1.6}.halls__tabs{margin-top:40px}@media (max-width:768px){.halls__tabs{margin-top:24px}}.halls__tabs-nav{justify-content:center;flex-wrap:wrap;margin-bottom:40px;gap:16px;display:flex}@media (max-width:768px){.halls__tabs-nav{margin-bottom:24px;gap:8px}}.halls__tab-btn{overflow:hidden;padding:12px 24px;border:none;font-weight:500;color:#1e293b;transition:all .3s ease;position:relative;border-radius:100px;background:#f3f4f6;cursor:pointer}.halls__tab-btn:before{height:100%;transition:opacity .3s ease;content:"";position:absolute;opacity:0;top:0;background:var(--primary);left:0;width:100%;z-index:0}.halls__tab-btn span{position:relative;z-index:1}.halls__tab-btn:hover{color:var(--primary);background:rgba(235,0,139,.1)}.halls__tab-btn.active{color:#fff;background:var(--primary)}.halls__tab-btn.active:before{opacity:1}.halls__tabs-content{position:relative}.halls__tab-pane{transition:opacity .3s ease;opacity:0;display:none}.halls__tab-pane.active{opacity:1;display:block}@keyframes fadeIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:1024px){.halls{padding:40px 0}.halls__title{font-size:36px}.halls__section-title{font-size:28px}}@media (max-width:768px){.halls{padding:30px 0}.halls__title{font-size:32px}.halls__section-title{font-size:24px}.halls__section{margin-bottom:50px}.halls__content{padding:40px 0;margin-top:50px}}.cost{margin:50px 0;border-radius:34px}.cost__buttons{padding:0 16px;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:20px;display:flex}.calculator h2{margin-bottom:20px}.calculator__button{margin:24px auto 0}.calculator .time-group{grid-template-columns:repeat(2,1fr);justify-content:space-between;gap:16px;display:grid}.calculator label{font-size:14px;display:block}.calculator input,.calculator select{padding:8px;margin-bottom:10px;width:100%}.calculator .result{font-weight:700;color:green}.calculator #details,.calculator .details,.calculator .result{font-size:14px;line-height:120%}.booking{padding:60px 0;margin:-100px 0 0;border-radius:34px;background:var(--secondary)}@media (max-width:768px){.booking{padding:30px 0}}.booking__content{padding:0 16px;max-width:1000px;margin:0 auto}.booking__steps{grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0;display:grid}@media (max-width:992px){.booking__steps{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width:768px){.booking__steps{grid-template-columns:1fr;gap:16px;margin:24px 0}}.booking__step{padding:24px 16px;transition:transform .3s ease;flex-direction:column;text-align:center;align-items:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:16px;background:#fff;display:flex}@media (max-width:768px){.booking__step{padding:16px;flex-direction:row;gap:16px;text-align:left}}.booking__step:hover{transform:translateY(-5px)}.booking__step-icon{height:60px;padding:12px;margin-bottom:16px;border-radius:16px;background:var(--secondary);width:60px}@media (max-width:768px){.booking__step-icon{height:48px;padding:8px;margin-bottom:0;width:48px}}.booking__step-icon img{height:100%;object-fit:contain;width:100%}.booking__step-text{font-size:16px;color:#1e293b;line-height:1.4}@media (max-width:768px){.booking__step-text{font-size:14px}}.booking__step-accent{font-weight:600;color:var(--primary);position:relative;display:inline-block}.booking__step-accent:after{height:2px;transform:scaleX(0);transition:transform .3s ease;content:"";position:absolute;bottom:-2px;background:var(--primary);left:0;width:100%}.booking__step-accent:hover:after{transform:scaleX(1)}.booking__payment{justify-content:center;margin:40px 0;display:flex}@media (max-width:768px){.booking__payment{margin:24px 0}}.booking__payment-method{padding:24px;transition:transform .3s ease;max-width:600px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:16px;background:#fff;width:100%}@media (max-width:768px){.booking__payment-method{padding:20px}}.booking__payment-method:hover{transform:translateY(-5px)}.booking__payment-content{gap:32px;align-items:center;display:flex}@media (max-width:768px){.booking__payment-content{flex-direction:column;gap:20px;align-items:center}}.booking__payment-info{flex:1;text-align:left}@media (max-width:768px){.booking__payment-info{text-align:center}}.booking__payment-icon{height:48px;padding:10px;margin-bottom:16px;border-radius:12px;background:var(--secondary);width:48px}@media (max-width:768px){.booking__payment-icon{margin:0 auto 12px}}.booking__payment-title{font-size:20px;font-weight:700;margin-bottom:12px;color:#1e293b}@media (max-width:768px){.booking__payment-title{font-size:18px}}.booking__payment-desc{font-size:14px;margin-bottom:0;color:#64748b;line-height:1.5}@media (max-width:768px){.booking__payment-desc{font-size:13px;margin-bottom:16px}}.booking__payment-qr{flex-direction:column;min-width:180px;gap:12px;align-items:center;display:flex}.booking__qr-code{transition:transform .3s ease;max-width:180px;margin:0 auto;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:12px}.booking__qr-code:hover{transform:scale(1.05)}@media (max-width:768px){.booking__qr-code{max-width:160px}}.booking__tutorial{padding:6px 12px;font-size:14px;text-decoration:none;color:var(--primary);transition:all .3s ease;border-radius:100px;background:rgba(235,0,139,.1);display:inline-block}.booking__tutorial:hover{transform:translateY(-2px);background:rgba(235,0,139,.15)}.booking__button{padding:14px 28px;font-size:16px;max-width:240px;text-align:center;margin:32px auto 0;box-shadow:0 8px 15px rgba(235,0,139,.2);display:block}@media (max-width:768px){.booking__button{max-width:100%;margin-top:24px}}.special-services{padding:80px 0;margin:60px 0;border-radius:34px;background:var(--secondary)}@media (max-width:768px){.special-services{padding:40px 0;margin:30px 0}}.special-services__header{margin-bottom:48px;text-align:center}@media (max-width:768px){.special-services__header{margin-bottom:32px}}.special-services__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}@media (max-width:768px){.special-services__grid{grid-template-columns:1fr;max-width:400px;gap:24px;margin:0 auto}}.special-services__card{overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:24px;background:#fff}.special-services__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.special-services__card:hover .special-services__card-image img{transform:scale(1.05)}.special-services__card-image{height:240px;overflow:hidden;position:relative}.special-services__card-image:after{height:50%;right:0;content:"";position:absolute;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);left:0}.special-services__card-image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.special-services__card-content{padding:24px}.special-services__card-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#1e293b}@media (max-width:768px){.special-services__card-title{font-size:20px}}.special-services__card-info{justify-content:space-between;margin-bottom:24px;align-items:center;display:flex}.special-services__card-guests{font-size:16px;color:#64748b;gap:8px;align-items:center;display:flex}.special-services__card-price{font-size:20px;font-weight:700;color:var(--primary)}.special-services__card-button{width:100%}.service-details{padding:80px 0}@media (max-width:768px){.service-details{padding:40px 0}}.service-details__hero{grid-template-columns:1fr 1fr;margin-bottom:80px;gap:48px;align-items:center;display:grid}@media (max-width:992px){.service-details__hero{grid-template-columns:1fr;margin-bottom:48px;gap:32px}.service-details__content{text-align:center;order:2}}.service-details__title{font-size:48px;font-weight:800;margin-bottom:24px;color:#1e293b}@media (max-width:768px){.service-details__title{font-size:36px}}.service-details__title-accent{font-size:36px;color:var(--primary);position:relative;display:inline-block}.service-details__title-accent:after{height:2px;transform:scaleX(0);transition:transform .3s ease;content:"";position:absolute;bottom:-4px;background:var(--primary);left:0;width:100%}.service-details__title-accent:hover:after{transform:scaleX(1)}.service-details__info{margin-bottom:32px;gap:32px;display:flex}@media (max-width:992px){.service-details__info{justify-content:center}}@media (max-width:480px){.service-details__info{flex-direction:column;gap:16px;align-items:center}}.service-details__guests,.service-details__price{font-size:20px;color:#64748b;gap:8px;align-items:center;display:flex}.service-details__guests svg,.service-details__price svg{color:var(--primary)}.service-details__price{font-weight:700;color:var(--primary)}.service-details__image{overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.15);border-radius:24px}@media (max-width:992px){.service-details__image{max-width:600px;margin:0 auto;order:1}}.service-details__image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.service-details__image img:hover{transform:scale(1.02)}.service-details__features{padding:48px;border-radius:24px;background:var(--secondary)}@media (max-width:768px){.service-details__features{padding:32px 24px}}.service-details__features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:48px;gap:24px;display:grid}@media (max-width:768px){.service-details__features-grid{grid-template-columns:1fr;gap:16px}}.service-details__features-section{margin-top:48px}.service-details__features-section:first-child{margin-top:0}.service-details__features-title{font-size:24px;font-weight:700;margin-bottom:24px;color:#1e293b}@media (max-width:768px){.service-details__features-title{font-size:20px;margin-bottom:16px}}.service-details__features-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}@media (max-width:768px){.service-details__features-list{grid-template-columns:1fr}}.service-details__feature{padding:16px;font-size:16px;color:#64748b;transition:transform .3s ease;gap:12px;align-items:center;border-radius:12px;background:#fff;display:flex}.service-details__feature:hover{transform:translateX(5px)}.service-details__feature svg{flex-shrink:0;color:var(--primary)}@media (max-width:768px){.service-details__button{width:100%}}.articles{padding:80px 0}@media (max-width:768px){.articles{padding:40px 0}}.articles__header{margin-bottom:60px;text-align:center}@media (max-width:768px){.articles__header{margin-bottom:40px}}.articles__grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));margin-bottom:60px;gap:30px;display:grid}@media (max-width:768px){.articles__grid{grid-template-columns:1fr;gap:24px}}.articles__item{overflow:hidden;transition:transform .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:24px;background:#fff}.articles__item:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.articles__item:hover .articles__image img{transform:scale(1.05)}.articles__image{height:240px;overflow:hidden;position:relative}.articles__image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.articles__content{padding:24px}.articles__meta{font-size:14px;margin-bottom:16px;gap:16px;align-items:center;display:flex}.articles__date{color:#64748b}.articles__category{font-weight:500;color:var(--primary)}.articles__title{font-size:24px;font-weight:700;margin-bottom:16px;line-height:1.3}.articles__title a{text-decoration:none;color:#1e293b;transition:color .2s ease}.articles__title a:hover{color:var(--primary)}@media (max-width:768px){.articles__title{font-size:20px}}.articles__excerpt{margin-bottom:24px;color:#64748b;line-height:1.6}.articles__more{text-decoration:none;font-weight:500;color:var(--primary);transition:all .2s ease;align-items:center;display:inline-flex}.articles__more:hover{transform:translateX(5px)}.articles__more:after{transition:transform .2s ease;content:"→";margin-left:8px}.articles__more:hover:after{transform:translateX(5px)}.articles__empty{padding:60px 0;text-align:center}.articles__empty h2{margin-bottom:16px;color:#1e293b}.articles__empty p{color:#64748b}.articles .pagination{justify-content:center;gap:8px;display:flex}.articles .pagination a,.articles .pagination span{height:40px;padding:0 12px;justify-content:center;text-decoration:none;color:#1e293b;transition:all .2s ease;min-width:40px;align-items:center;border-radius:12px;background:#fff;display:flex}.articles .pagination .current,.articles .pagination a:hover,.articles .pagination span:hover{color:#fff;background:var(--primary)}.promo iframe{border-radius:34px;background:#000}@media (max-width:768px){.promo iframe{height:250px!important}}.pres-promo{padding:100px 0;margin:60px auto;border-radius:34px}@media (max-width:768px){.pres-promo{padding:60px 0;margin:30px auto}}.pres-promo__videos{grid-template-columns:repeat(3,1fr);max-width:1200px;gap:24px;margin:40px auto 0;display:grid}@media (max-width:1024px){.pres-promo__videos{gap:16px}}@media (max-width:768px){.pres-promo__videos{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.pres-promo__videos{grid-template-columns:1fr;max-width:325px}}.pres-promo__video{overflow:hidden;transition:transform .3s ease;position:relative;aspect-ratio:9/16;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:24px;background:#000;width:100%}.pres-promo__video:hover{transform:translateY(-5px)}.pres-promo__video iframe,.pres-promo__video img{height:100%;position:absolute;top:0;border-radius:24px;left:0;width:100%}.programs{padding:100px 0;margin:60px auto;border-radius:34px;background:var(--secondary)}@media (max-width:768px){.programs{padding:60px 0;margin:30px auto}}.programs__header{margin-bottom:60px;text-align:center}@media (max-width:768px){.programs__header{margin-bottom:40px}}.programs__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;gap:16px;margin:0 auto;display:grid}@media (max-width:768px){.programs__grid{gap:20px}}.programs__item{padding:16px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:24px;background:#fff;cursor:pointer}.programs__item:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.programs__item:hover .programs__image img{transform:scale(1.05)}@media (max-width:768px){.programs__item{padding:16px}}.programs__image{height:240px;overflow:hidden;margin:0 auto 20px;border-radius:16px;width:100%}.programs__image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}@media (max-width:768px){.programs__image{height:270px;margin-bottom:16px}}.programs__title{font-size:20px;font-weight:700;margin-bottom:16px;color:#1e293b}@media (max-width:768px){.programs__title{font-size:18px}}.modal[data-modal=presenter-service] .modal__content{margin-bottom:30px;gap:30px;display:flex}@media (max-width:768px){.modal[data-modal=presenter-service] .modal__content{flex-direction:column;gap:20px}}.modal[data-modal=presenter-service] .modal__image{flex:0 0 40%;overflow:hidden;max-width:40%;border-radius:16px}.modal[data-modal=presenter-service] .modal__image img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.modal[data-modal=presenter-service] .modal__image{flex:0 0 100%;height:200px;max-width:100%}}.modal[data-modal=presenter-service] .modal__text{flex:1}.modal[data-modal=presenter-service] .title--formCta{font-size:28px;font-weight:700;margin-bottom:16px;color:#1e293b}@media (max-width:768px){.modal[data-modal=presenter-service] .title--formCta{font-size:24px}}.modal[data-modal=presenter-service] .desc--formCta{font-size:16px;margin-bottom:24px;color:#64748b;line-height:1.6}.modal[data-modal=presenter-service] .label{font-size:16px;font-weight:500;margin-bottom:8px;color:#1e293b}.modal[data-modal=presenter-service] .main-inp{height:50px;padding:0 16px;font-size:16px;border:1px solid #e2e8f0;margin-bottom:16px;border-radius:8px;width:100%}.modal[data-modal=presenter-service] .main-inp:focus{border-color:var(--primary);outline:none}.modal[data-modal=presenter-service] .polit{font-size:14px;color:#64748b;text-align:center;margin-top:16px}.modal[data-modal=presenter-service] .polit a{text-decoration:underline;color:var(--primary)}.modal[data-modal=presenter-service] .polit a:hover{color:#b8006d}.special-offers{margin-top:-30px}@media (max-width:768px){.special-offers{margin-top:-15px}}.gallery{padding:100px 0;margin:60px auto}@media (max-width:768px){.gallery{padding:60px 0;margin:30px auto}}.gallery__header{margin-bottom:60px;text-align:center}@media (max-width:768px){.gallery__header{margin-bottom:40px}}.gallery__grid{grid-template-columns:repeat(4,1fr);max-width:1200px;gap:24px;margin:0 auto;display:grid}@media (max-width:1024px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.gallery__item{overflow:hidden;position:relative;aspect-ratio:3/4;border-radius:16px}.gallery__item:after{right:0;transition:opacity .3s ease;content:"";position:absolute;opacity:0;bottom:0;top:0;background:rgba(0,0,0,.2);left:0}.gallery__item:hover:after{opacity:1}.gallery__item:hover .gallery__image{transform:scale(1.05)}.gallery__image{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.cta-promo-block-present{padding:80px 0;margin:60px auto;background:#fff}@media (max-width:768px){.cta-promo-block-present{padding:40px 0;margin:30px auto}}.cta-promo-block-present__wrapper{grid-template-columns:1fr 325px;max-width:1200px;gap:40px;margin:0 auto;display:grid}@media (max-width:1024px){.cta-promo-block-present__wrapper{grid-template-columns:1fr 280px;gap:30px}}@media (max-width:768px){.cta-promo-block-present__wrapper{grid-template-columns:1fr}}.cta-promo-block-present__offers{margin:30px 0}.cta-promo-block-present__offer{padding:16px 20px;margin-bottom:16px;transition:all .3s ease;align-items:center;border-radius:16px;background:var(--secondary);display:flex}.cta-promo-block-present__offer:hover{transform:translateX(10px)}.cta-promo-block-present__offer:last-child{margin-bottom:0}.cta-promo-block-present__offer-icon{height:36px;justify-content:center;font-size:24px;margin-right:16px;min-width:36px;align-items:center;border-radius:12px;background:#fff;display:flex}.cta-promo-block-present__offer-text{font-size:16px;color:#1e293b;margin:0;line-height:1.4}.cta-promo-block-present__form{padding:24px;border-radius:20px;background:var(--secondary);margin-top:30px}.cta-promo-block-present__form-group{grid-template-columns:1fr 1fr auto;margin-bottom:12px;gap:12px;display:grid}@media (max-width:1024px){.cta-promo-block-present__form-group{grid-template-columns:1fr}}.cta-promo-block-present__form-group .main-inp{height:48px;padding:0 16px;font-size:15px;border:2px solid #e2e8f0;border-radius:12px}.cta-promo-block-present__form-group .main-inp:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(235,0,139,.1)}.cta-promo-block-present__form-group .main-inp::placeholder{color:#94a3b8}.cta-promo-block-present__images{height:100%}@media (max-width:768px){.cta-promo-block-present__images{display:none}}.cta-promo-block-present__image{height:100%;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:24px}.cta-promo-block-present__image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.cta-promo-block-present__image img:hover{transform:scale(1.05)}.cta-promo-block-present__image iframe{height:100%;min-height:400px;border-radius:24px;width:100%}@media (max-width:1024px){.cta-promo-block-present__image iframe{min-height:350px}}@media (max-width:768px){.cta-promo-block-present__image iframe{min-height:300px}}.cta-promo-block-present .polit{font-size:13px;color:#64748b;text-align:center;margin:0}.cta-promo-block-present .polit a{text-decoration:underline;color:#1e293b}.cta-promo-block-present .polit a:hover{color:var(--primary)}.cta-promo-block-present__note{font-size:14px;font-style:italic;color:#64748b;line-height:1.4;margin-top:16px;padding-left:16px}@media (max-width:768px){.cta-promo-block-present__note{font-size:13px;margin-top:12px}}.sale{padding:80px 0;margin:-90px auto 60px;border-radius:34px;background:var(--secondary)}@media (max-width:768px){.sale{padding:40px 0;margin:-90px auto 60px}}.sale__grid{grid-template-columns:repeat(4,1fr);max-width:1200px;gap:24px;margin:0 auto;display:grid}@media (max-width:1200px){.sale__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.sale__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.sale__grid{grid-template-columns:1fr}}.sale__item{overflow:hidden;transition:transform .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-radius:20px;background:#fff}.sale__item:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.sale__item:hover .sale__item-image img{transform:scale(1.05)}.sale__item-top{height:100%;padding:20px;flex-direction:column;display:flex}.sale__item-image{height:240px;overflow:hidden;margin-bottom:16px;border-radius:12px;width:100%}@media (max-width:768px){.sale__item-image{height:380px}}.sale__item-image img{height:100%;transition:transform .5s ease;object-fit:cover;width:100%}.sale__item-title{overflow:hidden;font-size:20px;font-weight:700;margin-bottom:20px;color:#1e293b;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box}.sale__item-buttons{flex-direction:column;gap:8px;margin-top:auto;display:flex}.sale__item-buttons .button{flex:1;min-height:44px;padding:12px 20px;font-size:14px;white-space:nowrap}.sale__item-buttons .button--outline{border:2px solid var(--primary);color:var(--primary);background:transparent}.sale__item-buttons .button--outline:hover,.sale__item-buttons .button--primary{color:#fff;background:var(--primary)}.sale__item-buttons .button--primary:hover{background:#b8006d}.sale__modal-image{max-width:600px;margin:24px auto;border-radius:20px;width:100%;display:block}.sale__modal-text{height:200px;overflow:auto;font-size:16px;margin-bottom:24px;color:#64748b;line-height:1.6}.hall-hero{padding:60px 0}@media (max-width:768px){.hall-hero{padding:40px 0}}@media (max-width:480px){.hall-hero{padding:30px 0}}.hall-hero__gallery{max-width:1200px;margin:0 auto 40px;border-radius:24px}.hall-hero__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:992px){.hall-hero__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.hall-hero__grid{grid-template-columns:1fr}}.hall-hero__item{height:250px;overflow:hidden;transition:transform .3s ease;box-shadow:0 10px 15px -5px rgba(0,0,0,.1);border-radius:16px}.hall-hero__item:hover{transform:translateY(-5px)}@media (max-width:768px){.hall-hero__item{height:220px}}@media (max-width:576px){.hall-hero__item{height:200px}}.hall-hero__image{height:100%;object-fit:cover;width:100%}.hall-hero__content{padding:0 16px;max-width:1000px;margin:40px auto}.hall-hero__content h2,.hall-hero__content h3,.hall-hero__content h4,.hall-hero__content h5,.hall-hero__content h6{margin-bottom:20px;color:#1e293b}.hall-hero__content p{font-size:16px;margin-bottom:16px;color:#64748b;line-height:1.6}.hall-hero__content ol,.hall-hero__content ul{margin-bottom:16px;color:#64748b;line-height:1.6;padding-left:20px}.hall-hero__content ol li,.hall-hero__content ul li{margin-bottom:8px}.hall-hero__content a{text-decoration:none;color:var(--primary);transition:all .2s ease}.hall-hero__content a:hover{text-decoration:underline}.hall-hero__content blockquote{border-left:4px solid var(--primary);padding:16px 24px;margin:24px 0;border-radius:0 12px 12px 0;background:var(--secondary)}.hall-hero__content blockquote p{font-style:italic;margin-bottom:0}.hall-hero__content table{border-collapse:collapse;margin:24px 0;width:100%}.hall-hero__content table td,.hall-hero__content table th{padding:12px 16px;border:1px solid #e2e8f0;text-align:left}.hall-hero__content table th{font-weight:600;color:#1e293b;background:var(--secondary)}.hall-hero__content table tr:nth-child(2n){background:#f8fafc}.pagination{justify-content:center;gap:8px;margin:40px 0;display:flex}.pagination a,.pagination span{height:40px;padding:0 12px;justify-content:center;text-decoration:none;color:#1e293b;transition:all .2s ease;min-width:40px;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:12px;background:#fff;display:flex}.pagination .current,.pagination a:hover,.pagination span:hover{color:#fff;background:var(--primary)}.container{padding:0 16px;max-width:1340px;margin:0 auto;width:100%}@media (max-width:1400px){.container{max-width:1140px}}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}}@media (max-width:768px){.container{max-width:540px}}@media (max-width:576px){.container{padding:0 12px;max-width:100%}}.loyalty-bonus{padding:60px 0;margin-bottom:60px;margin-top:-40px}.loyalty-bonus__wrapper{padding:40px 50px;justify-content:space-between;border:3px solid hsla(0,0%,100%,.3);position:relative;align-items:center;box-shadow:0 15px 30px -10px rgba(235,0,139,.4);border-radius:24px;background:linear-gradient(135deg,#eb008b,#9c27b0);display:flex}.loyalty-bonus__wrapper:before{height:100%;content:"";position:absolute;opacity:.1;top:0;left:0;width:100%;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMjU1LDI1NSwyNTUsMC4xKSIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjUgMzBoNTB2NDBIMjVaIi8+PC9zdmc+");z-index:1}.loyalty-bonus__wrapper:after{height:200px;filter:blur(30px);right:-50%;content:"";position:absolute;top:-50%;border-radius:50%;background:hsla(0,0%,100%,.1);width:200px;z-index:0}.loyalty-bonus__content{flex:1;justify-content:center;position:relative;padding-right:60px;flex-direction:column;display:flex;z-index:2}.loyalty-bonus__content:before{animation:float 3s ease-in-out infinite;transform:rotate(-15deg);filter:drop-shadow(0 5px 15px rgba(0,0,0,.2));font-size:80px;content:"🎁";position:absolute;top:-60px;left:-60px}@keyframes float{0%{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-10deg) translateY(-15px)}to{transform:rotate(-15deg) translateY(0)}}.loyalty-bonus__title{font-size:28px;font-weight:700;margin-bottom:30px;text-shadow:0 2px 4px rgba(0,0,0,.15);color:#fff;max-width:550px;line-height:1.3}.loyalty-bonus__title:after{height:3px;content:"";border-radius:3px;background:hsla(0,0%,100%,.5);width:80px;margin-top:15px;display:block;display:none}.loyalty-bonus__bonus-highlight{font-size:32px;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.2);color:gold;margin:10px 0;display:block}.loyalty-bonus__link{animation:pulse-button 2s infinite;height:60px;overflow:hidden;padding:16px 32px;justify-content:center;font-size:18px;text-decoration:none;font-weight:700;color:#eb008b;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;align-self:flex-start;align-items:center;box-shadow:0 8px 20px rgba(0,0,0,.2);border-radius:16px;background:#fff;display:inline-block;display:flex}.loyalty-bonus__link:hover{transform:translateY(-5px) scale(1.05);color:#9c27b0;box-shadow:0 12px 25px rgba(0,0,0,.25)}.loyalty-bonus__link:active{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.loyalty-bonus__link:after{height:100%;transition:.5s;content:"";position:absolute;top:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);left:-100%;width:100%}.loyalty-bonus__link:hover:after{left:100%}@keyframes pulse-button{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 15px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.loyalty-bonus__qr{height:180px;padding:15px;border:3px solid hsla(0,0%,100%,.5);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 15px 30px rgba(0,0,0,.2);border-radius:20px;background:#fff;width:180px;z-index:2}.loyalty-bonus__qr:hover{transform:scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,.25)}.loyalty-bonus__qr:before{filter:blur(10px);right:-5px;transition:all .4s ease;content:"";position:absolute;opacity:.5;bottom:-5px;top:-5px;border-radius:25px;background:linear-gradient(135deg,#eb008b,#9c27b0);left:-5px;z-index:-1}.loyalty-bonus__qr:hover:before{filter:blur(15px);opacity:.8}.loyalty-bonus__qr-image{height:100%;object-fit:contain;border-radius:10px;width:100%}@media (max-width:1024px){.loyalty-bonus{padding:40px 0}.loyalty-bonus__wrapper{padding:35px 40px}.loyalty-bonus__content{padding-right:40px}.loyalty-bonus__content:before{font-size:35px;top:-15px;left:-15px}.loyalty-bonus__title{font-size:26px;margin-bottom:25px}.loyalty-bonus__qr{height:160px;width:160px}}@media (max-width:768px){.loyalty-bonus{padding:30px 0}.loyalty-bonus__wrapper{padding:35px;flex-direction:column}.loyalty-bonus__content{margin-bottom:0;padding-right:0;text-align:center}.loyalty-bonus__content:before{transform:translateX(-50%) rotate(-15deg);top:-40px;left:50%}.loyalty-bonus__title{font-size:24px;margin-bottom:25px}.loyalty-bonus__link{align-self:center}.loyalty-bonus__qr{height:170px;margin:0 auto;width:170px;display:none}}@media (max-width:480px){.loyalty-bonus{padding:25px 0}.loyalty-bonus__wrapper{padding:30px 20px}.loyalty-bonus__content:before{font-size:30px;top:-35px}.loyalty-bonus__title{font-size:22px;margin-bottom:20px}.loyalty-bonus__link{padding:12px 24px;font-size:15px}.loyalty-bonus__qr{height:150px;width:150px}}.cta-presenters{padding:80px 0}.cta-presenters__wrapper{justify-content:space-between;max-width:1124px;gap:60px;margin:0 auto;align-items:center;display:flex}.cta-presenters .button{max-width:350px}.cta-presenters__content{flex:1;max-width:600px}.cta-presenters__image{flex:0 0 450px;height:660px;overflow:hidden;max-width:450px;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:20px}.cta-presenters__image video{height:100%;object-fit:cover;width:100%;display:block}.cta-presenters__button{margin-top:30px}@media (max-width:991px){.cta-presenters{padding:60px 0}.cta-presenters__wrapper{flex-direction:column;gap:40px}.cta-presenters__content{max-width:100%;text-align:center;order:2}.cta-presenters__image{height:300px;max-width:400px;margin:0 auto;order:1}.cta-presenters__button{margin:30px auto 0}}@media (max-width:767px){.cta-presenters{padding:40px 0}.cta-presenters__wrapper{gap:30px}.cta-presenters__image{height:280px;max-width:100%}}.hall-visitors-counter{transform:translateY(-50%);right:-280px;transition:all .6s cubic-bezier(.4,0,.2,1);position:fixed;opacity:0;top:50%;z-index:1000}.hall-visitors-counter--visible{right:24px;opacity:1}.hall-visitors-counter__content{overflow:hidden;backdrop-filter:blur(20px);padding:14px 18px;border:1px solid rgba(235,0,139,.15);color:#1e293b;transition:all .3s ease;position:relative;min-width:200px;gap:10px;align-items:center;box-shadow:0 8px 32px rgba(0,0,0,.12);border-radius:16px;background:hsla(0,0%,100%,.95);display:flex}.hall-visitors-counter__content:before{animation:gradientMove 3s ease-in-out infinite;height:2px;content:"";position:absolute;top:0;background:linear-gradient(90deg,#eb008b,#9c27b0,#eb008b);background-size:200% 100%;left:0;width:100%}.hall-visitors-counter__content:after{height:40px;right:-20px;content:"";position:absolute;top:-20px;border-radius:50%;background:radial-gradient(circle,rgba(235,0,139,.1) 0,transparent 70%);width:40px}.hall-visitors-counter__icon{animation:gentlePulse 3s infinite;filter:drop-shadow(0 2px 4px rgba(235,0,139,.2));font-size:20px;color:#eb008b;position:relative;z-index:2}.hall-visitors-counter__text{position:relative;flex-direction:column;display:flex;z-index:2}.hall-visitors-counter__label{font-size:11px;font-weight:500;margin-bottom:1px;color:#64748b;line-height:1.2}.hall-visitors-counter__count{animation:softCountPulse 1s ease-in-out;font-size:18px;font-weight:700;color:#eb008b;min-width:24px;display:inline-block}.hall-visitors-counter__suffix{font-size:11px;font-weight:500;color:#64748b;margin-top:-1px}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gentlePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes softCountPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hall-visitors-counter:hover .hall-visitors-counter__content{border-color:rgba(235,0,139,.3);transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.hall-visitors-counter:hover .hall-visitors-counter__icon{color:#9c27b0;animation-duration:1s}.hall-visitors-counter:hover .hall-visitors-counter__count{color:#9c27b0}@media (max-width:1024px){.hall-visitors-counter--visible{right:20px}.hall-visitors-counter__content{padding:12px 16px;min-width:180px}.hall-visitors-counter__icon{font-size:18px}.hall-visitors-counter__count{font-size:16px}}@media (max-width:768px){.hall-visitors-counter{transform:none;right:-220px;bottom:24px;top:auto}.hall-visitors-counter--visible{right:16px}.hall-visitors-counter__content{padding:10px 14px;min-width:160px;border-radius:14px}.hall-visitors-counter__icon{font-size:16px}.hall-visitors-counter__label,.hall-visitors-counter__suffix{font-size:10px}.hall-visitors-counter__count{font-size:15px}}@media (max-width:480px){.hall-visitors-counter{bottom:20px}.hall-visitors-counter--visible{right:12px}.hall-visitors-counter__content{padding:8px 12px;min-width:150px}.hall-visitors-counter__icon{font-size:15px}.hall-visitors-counter__label,.hall-visitors-counter__suffix{font-size:9px}.hall-visitors-counter__count{font-size:14px}}