*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#7642d7;--purple-dark:#5722bb;--purple-light:#dfd6ff;--purple-lighter:#d8c3ff;--purple-gradient:linear-gradient(188.88deg, #7642d7 23.23%, #c3a3ff 112.45%);--white:#fff;--black:#000;--gray:#696969;--gray-light:#a0a0a0;--gray-text:#414141;--font-mulish:"Mulish", system-ui, sans-serif;--title-1:800 50px/1 var(--font-mulish);--title-2:800 24px/1.067 var(--font-mulish);--title-3:700 22px/1.067 var(--font-mulish);--text:500 22px/normal var(--font-mulish);--text-cards:400 18px/1.067 var(--font-mulish);--button-m:500 22px/1.085 var(--font-mulish);--button:500 16px/1.085 var(--font-mulish);--date:400 22px/1.067 var(--font-mulish);--container:1200px;--section-gap:60px}html{scroll-behavior:smooth}.section,.hero{scroll-margin-top:124px}body{font:var(--text);font-family:var(--font-mulish);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}@media (width<=700px){.section,.hero{scroll-margin-top:82px}}.join-form{background:var(--white);border:1.5px solid var(--purple-light);border-radius:24px;flex-direction:column;gap:20px;width:100%;max-width:480px;padding:32px;scroll-margin-top:100px;display:flex;box-shadow:0 8px 30px #7642d70a}.join-form__group{flex-direction:column;gap:8px;display:flex}.join-form__group label{color:var(--purple-dark);font-size:14px;font-weight:700}.join-form__group input,.join-form__group textarea{border:1.5px solid var(--purple-light);width:100%;font:var(--text-cards);color:var(--black);background:var(--white);border-radius:14px;outline:none;padding:12px 16px;transition:all .2s}.join-form__group textarea{resize:vertical;min-height:96px}.join-form__group input[type=file]{font-size:14px;line-height:1.4}.join-form__group input:focus,.join-form__group textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7642d71a}.join-form__submit{background:var(--purple);color:var(--white);font:var(--button-m);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;margin-top:10px;padding:12px 24px;font-weight:700;transition:background .2s;display:inline-flex}.join-form__submit:hover{background:var(--purple-dark)}.join-form__submit:disabled{cursor:not-allowed;opacity:.7}.join-form__status{color:var(--purple-dark);margin:0;font-size:14px;font-weight:700;line-height:1.4}.join-form__recaptcha{min-height:78px}.join-form__recaptcha-error{color:#ba1a1a;margin:6px 0 0;font-size:13px;font-weight:600;line-height:1.35}.join-form__complete{text-align:center;padding:32px 24px}.join-form__checkbox-group{align-items:flex-start;margin-top:4px;display:flex}.join-form__checkbox-label{cursor:pointer;color:var(--black);align-items:flex-start;gap:10px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.join-form__checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--purple);cursor:pointer;border-radius:4px;flex-shrink:0;margin-top:2px}.join-form__link{color:var(--purple);font-weight:700;text-decoration:underline;transition:opacity .2s}.join-form__link:hover{opacity:.8}.doc-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.doc-modal{background:var(--white);border-radius:24px;flex-direction:column;width:100%;max-width:680px;max-height:80vh;animation:.3s cubic-bezier(.34,1.56,.64,1) modalSlideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #7642d726}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.doc-modal__header{border-bottom:1.5px solid var(--purple-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.doc-modal__header h3{color:var(--purple-dark);margin:0;font-size:18px;font-weight:800}.doc-modal__close{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:0;font-size:28px;line-height:1;transition:color .2s}.doc-modal__close:hover{color:var(--purple)}.doc-modal__content{font-family:var(--font-mulish);flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.doc-modal__meta{color:var(--gray-text);text-align:right;margin:0;font-size:13px;font-style:italic;line-height:1.4}.doc-modal__paragraph{color:var(--black);text-align:justify;margin:0;font-size:14px;line-height:1.6}.doc-modal__content--privacy .doc-modal__paragraph{text-align:left}.doc-modal__footer{border-top:1.5px solid var(--purple-light);background:#fbfaff;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.doc-modal__download-btn{color:var(--purple);cursor:pointer;font-size:13px;font-weight:700;text-decoration:underline}.doc-modal__download-btn:hover{opacity:.8}.doc-modal__close-btn{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:700;transition:background .2s}.doc-modal__close-btn:hover{background:var(--purple-dark)}.join-modal{max-width:760px;max-height:90vh}.join-modal__content{padding:0}.join-modal .join-form{max-width:none;box-shadow:none;border:none;border-radius:0;padding:24px;scroll-margin-top:0}.questionnaire-modal{flex-direction:column;width:100%;max-width:none;display:flex}.questionnaire-modal__content{gap:18px}.questionnaire-modal__intro{color:var(--black);margin:0;font-size:15px;font-weight:600;line-height:1.5}.questionnaire-modal__footer{justify-content:flex-end}.questionnaire-modal__submit{margin-top:0}@media (width<=576px){.doc-modal-overlay{padding:10px}.doc-modal{border-radius:20px;max-height:92vh}.doc-modal__header{padding:16px}.doc-modal__header h3{font-size:16px}.doc-modal__content{gap:12px;padding:16px}.doc-modal__paragraph{font-size:13px}.doc-modal__footer{text-align:center;flex-direction:column;align-items:stretch;gap:12px;padding:16px}.doc-modal__close-btn{order:-1;width:100%}.join-modal{max-height:94vh}.join-modal .join-form{padding:16px}.join-form__recaptcha{transform-origin:0 0;min-height:70px;transform:scale(.9)}}@media (width<=768px){.join-form{padding:24px 20px}}.footer{width:100%;max-width:var(--container);grid-template-columns:minmax(220px,1.35fr) minmax(220px,.95fr) minmax(132px,.55fr);justify-content:space-between;align-items:stretch;gap:clamp(14px,2.4vw,32px);margin:0 auto;padding:60px 20px;display:grid}.footer__left{background:var(--purple-light);border:1px solid #7642d726;border-radius:12px;min-width:0;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #7642d70d}.footer__left:hover{border-color:#7642d74d;transform:translateY(-6px);box-shadow:0 20px 40px #7642d71f}.footer__map-link{width:100%;height:100%;min-height:clamp(160px,22vw,280px);display:block;position:relative}.footer__map-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;position:absolute;inset:0}.footer__map-link:hover .footer__map-img{transform:scale(1.08)}.footer__map-overlay{-webkit-backdrop-filter:blur(8px);color:var(--white);letter-spacing:.5px;background:#7642d7d9;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:clamp(11px,1vw,14px);font-weight:700;transition:all .3s;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 15px #00000026}.footer__map-link:hover .footer__map-overlay{background:var(--purple-dark);transform:translateY(-2px)}.footer__center{background:linear-gradient(145deg,#fff 0%,#fdfbff 100%);border:1px solid #7642d733;border-radius:12px;flex-direction:column;gap:clamp(8px,1.2vw,16px);min-width:0;padding:clamp(16px,2.6vw,32px) clamp(16px,3vw,38px);display:flex;box-shadow:0 10px 30px #7642d708}.footer__heading{font:var(--title-2);color:var(--purple);text-transform:uppercase;margin-bottom:clamp(2px,.7vw,8px);font-size:clamp(12px,1.7vw,24px)}.footer__socials{flex-direction:column;gap:8px;display:flex}.footer__social-link{color:var(--black);align-items:center;gap:clamp(4px,.8vw,10px);font-size:clamp(12px,1.35vw,18px);font-weight:500;transition:color .2s,transform .2s;display:flex}.footer__social-link:hover,.footer__contact:hover,.footer__privacy:hover{color:var(--purple)}.footer__social-link:hover,.footer__contact:hover{transform:translate(2px)}.footer__divider{background:var(--purple);width:100%;height:1px;margin:clamp(4px,.8vw,8px) 0}.footer__contacts{flex-direction:column;gap:8px;display:flex}.footer__contact{color:var(--black);overflow-wrap:anywhere;align-items:center;gap:clamp(4px,.8vw,10px);font-size:clamp(12px,1.35vw,18px);font-weight:500;transition:color .2s,transform .2s;display:flex}.footer__contact svg,.footer__social-link svg{flex:none;width:1em;height:1em}.footer__vk-icon{overflow:visible}.footer__contact:hover svg,.footer__social-link:hover svg{stroke:var(--purple)}.footer__right{flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(10px,1.6vw,20px);display:flex}.footer__logo img{width:clamp(116px,14vw,183px);height:auto}.footer__privacy{color:var(--gray);white-space:pre-wrap;text-align:left;font-size:clamp(10px,1vw,14px);transition:color .2s}.footer__legal{color:#0000007a;letter-spacing:0;grid-column:1/-1;max-width:920px;margin-top:2px;font-size:clamp(10px,.95vw,12px);line-height:1.35}.footer__legal p+p{margin-top:4px}.footer__social-link:focus-visible,.footer__contact:focus-visible,.footer__privacy:focus-visible,.footer__map-link:focus-visible{outline-offset:3px;outline:3px solid #7642d747}@media (width<=1024px){.footer{grid-template-columns:minmax(210px,1.2fr) minmax(210px,.9fr) minmax(112px,.48fr);padding:44px 20px}.footer__right{grid-column:auto;padding-top:0}}@media (width<=700px){.footer{grid-template-columns:minmax(0,1fr);gap:0;max-width:420px;padding:32px 20px}.footer__left{height:172px;box-shadow:none;border-bottom:0;border-radius:10px 10px 0 0}.footer__center{box-shadow:none;border-radius:0 0 10px 10px;padding:18px 18px 16px}.footer__heading{font-size:14px}.footer__social-link,.footer__contact{font-size:13px}.footer__right{flex-direction:row;grid-column:auto;justify-content:flex-start;align-items:center;gap:18px;margin-top:16px;padding-top:0}.footer__logo img{width:116px;height:auto}.footer__privacy{font-size:11px}.footer__legal{margin-top:14px;font-size:10px}}@media (width<=420px){.footer{max-width:340px;padding:24px 12px}.footer__left{height:170px}.footer__map-overlay{text-align:center;padding:8px 12px;right:12px}.footer__right{align-items:center}.footer__privacy{text-align:left}}.header{z-index:100;background:var(--white);position:sticky;top:0}.header__inner{width:100%;max-width:min(calc(var(--container) + 160px), 100%);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;min-height:108px;margin:0 auto;padding:16px 56px;display:grid;position:relative}.header__logo-container{justify-self:start;align-items:center;min-width:0;display:flex}.header__logo{background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:92px;height:92px;padding:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.header__logo-container:hover .header__logo{transform:scale(1.05)rotate(5deg)}.header__logo img{object-fit:contain;width:80px;height:80px}.header__title{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.header__title-main{font-family:var(--font-mulish);color:#1e1b4b;text-transform:uppercase;overflow-wrap:anywhere;font-size:15px;font-weight:800;line-height:1.15}.header__title-sub{font-family:var(--font-mulish);color:#d97706;text-transform:uppercase;letter-spacing:1px;overflow-wrap:anywhere;margin-top:3px;font-size:10px;font-weight:700;line-height:1.2}.header__nav{width:min(100%,650px);min-height:48px;font:var(--button);color:var(--purple);background:#dfd6ffb8;border:1px solid #7642d71f;border-radius:999px;flex-shrink:0;justify-content:center;place-self:center;align-items:center;gap:0;padding:6px;font-size:12px;display:flex}.header__nav a{white-space:nowrap;border-radius:999px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;height:36px;padding:0 22px;font-size:15px;font-weight:800;line-height:1;transition:background .2s,color .2s,opacity .2s;display:inline-flex}.header__nav a:hover{color:var(--purple-dark);background:#ffffffbf}.header__nav a:focus-visible,.header__cta:focus-visible,.header__menu-toggle:focus-visible{outline-offset:3px;outline:3px solid #7642d752}.header__cta{background:var(--purple);min-width:198px;height:44px;color:var(--white);font:var(--button);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 28px;font-size:17px;font-weight:800;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.header__cta:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 10px 20px #5722bb2e}.header__cta--mobile,.header__menu-toggle{display:none}.header__cta--desktop{place-self:center end}@media (width<=1160px){.header__inner{gap:18px;padding-left:28px;padding-right:28px}.header__nav{width:min(100%,500px)}.header__nav a{padding:0 14px;font-size:12px}.header__cta{min-width:148px;font-size:13px}}@media (width<=700px){.header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:58px;padding:10px 16px}.header__logo-container{grid-area:1/1}.header__menu-toggle{background:#dfd6ff8c;border:1px solid #7642d72e;border-radius:50%;flex-direction:column;grid-area:1/3;justify-content:center;justify-self:end;align-items:center;gap:5px;width:34px;height:34px;display:inline-flex}.header__menu-toggle span{background:var(--purple);border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s}.header--menu-open .header__menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.header--menu-open .header__menu-toggle span:nth-child(2){opacity:0}.header--menu-open .header__menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__nav{background:var(--purple);opacity:0;pointer-events:none;visibility:hidden;border:0;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));justify-self:stretch;gap:4px 0;width:auto;min-height:88px;padding:10px 20px;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:calc(100% + 6px);left:16px;right:16px;transform:translateY(-8px);box-shadow:0 18px 46px #5722bb38}.header__nav:before{content:"";background:#ffffffdb;width:1px;position:absolute;top:18px;bottom:18px;left:50%;transform:translate(-.5px)}.header--menu-open .header__nav{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.header__nav a{width:100%;min-width:0;height:32px;color:var(--white);justify-content:center;padding:0 10px;font-size:22px;font-weight:500;line-height:1.1}.header__nav a:first-child{order:1}.header__nav a:nth-child(2){order:3}.header__nav a:nth-child(3){order:2}.header__nav a:nth-child(4){order:4}.header__nav a:hover{color:var(--white);background:#ffffff1f}.header__cta--desktop{grid-area:1/2;place-self:center;width:clamp(168px,46vw,210px);min-width:0;height:34px;padding:0 22px;font-size:13px;display:inline-flex}.header__cta--mobile{display:none}}@media (width<=520px){.header__inner{gap:10px;min-height:54px;padding:8px 14px}.header__logo{width:58px;height:58px}.header__logo img{width:50px;height:50px}.header__menu-toggle{width:32px;height:32px}.header__cta--desktop{width:clamp(150px,44vw,178px);height:30px;padding:0 14px;font-size:11px}.header__nav{border-radius:20px;left:12px;right:12px}}.section{max-width:var(--container);padding:var(--section-gap) 20px;margin:0 auto}.section__header{align-items:center;gap:30px;margin-bottom:30px;display:flex}.section__title{font:var(--title-1);color:var(--purple);text-transform:uppercase;white-space:nowrap}.section__line{background:var(--purple);opacity:.3;flex:1;height:1px}.section__body{font:var(--text);color:var(--black);white-space:pre-wrap;max-width:100%}@media (width<=1024px){.section__title{font-size:42px}}@media (width<=768px){.section__title{white-space:normal;font-size:32px}.section__body{font-size:18px}}.section--about{padding-top:28px;padding-bottom:34px}.section--about .section__header{gap:24px;margin-bottom:28px}.section--about .section__title{font-size:50px;line-height:.92}.section--about .section__line{opacity:.45}.about__body{white-space:normal;gap:24px;max-width:1150px;font-size:22px;line-height:1.18;display:grid}@media (width<=1024px){.section--about{padding-top:20px;padding-bottom:28px}.section--about .section__header{gap:18px;margin-bottom:22px}.section--about .section__title{font-size:42px}.about__body{gap:20px;max-width:650px;font-size:18px;line-height:1.18}}@media (width<=768px){.section--about{padding-top:18px;padding-bottom:28px}.section--about .section__header{gap:14px;margin-bottom:18px}.section--about .section__title{white-space:nowrap;font-size:34px}.about__body{gap:18px;font-size:16px;line-height:1.18}}@media (width<=520px){.section--about{padding-left:24px;padding-right:24px}.section--about .section__header{gap:12px}}@media (width<=420px){.section--about .section__title{font-size:32px}.about__body{font-size:16px}}.section--faces{padding-top:28px;padding-bottom:34px}.section--faces .section__header{gap:24px;margin-bottom:28px}.section--faces .section__title{font-size:50px;line-height:.92}.section--faces .section__line{opacity:.45}.faces__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.face-card{background:var(--white);border:1px solid #7642d78c;border-radius:16px;flex-direction:column;gap:16px;min-width:0;padding:10px;display:flex;overflow:hidden}.face-card__photo{aspect-ratio:833/482;background:var(--purple-gradient);border-radius:12px;width:100%;overflow:hidden}.face-card__photo img{box-sizing:border-box;object-fit:contain;object-position:center bottom;width:100%;height:100%;padding:8px 8px 0}.face-card__info{flex-direction:column;gap:10px;padding:0 0 4px;display:flex}.face-card__name{max-width:430px;color:var(--purple);text-transform:uppercase;white-space:pre-wrap;font-size:24px;font-weight:800;line-height:1.05}.face-card__role{max-width:510px;color:var(--black);font-size:22px;font-weight:500;line-height:1.18}.faces__cta-block{aspect-ratio:auto;background:var(--purple-light);border-radius:16px;min-height:100%;position:relative;overflow:hidden}.faces__cta-block:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#140c2885 100%);height:42%;position:absolute;inset:auto 0 0}.faces__photo{object-fit:cover;object-position:center;width:100%;height:100%;min-height:100%}.faces__cta{z-index:1;background:var(--purple-light);text-align:left;border-radius:14px;align-items:center;gap:14px;width:min(260px,100% - 180px);min-height:70px;padding:12px 14px;transition:background .2s,box-shadow .2s,transform .2s;display:flex;position:absolute;bottom:20px;left:20px}.faces__cta:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 10px 24px #2d166038}.faces__cta:focus-visible{outline-offset:3px;outline:3px solid #ffffffe6}.faces__cta-icon{background:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,transform .2s;display:flex}.faces__cta:hover .faces__cta-icon{background:var(--purple-dark);transform:rotate(45deg)}.faces__cta-icon svg{width:12px;height:12px}.faces__cta p{color:var(--purple);font-size:16px;font-weight:500;line-height:1.08}.faces__stat{z-index:1;color:var(--white);text-shadow:0 2px 8px #00000073;flex-direction:column;align-items:flex-end;display:flex;position:absolute;bottom:20px;right:20px}.faces__stat-number{font-size:50px;font-weight:800;line-height:.92}.faces__stat-label{font-size:22px;font-weight:800;line-height:1}@media (width<=1024px){.section--faces{padding-top:20px;padding-bottom:28px}.section--faces .section__header{gap:18px;margin-bottom:22px}.section--faces .section__title{font-size:42px}.faces__grid{grid-template-columns:minmax(0,1fr);max-width:560px;margin-left:auto;margin-right:auto}.face-card__name{font-size:20px}.face-card__role{font-size:18px}.faces__cta-block{aspect-ratio:1.43;min-height:auto}.faces__stat-number{font-size:42px}.faces__stat-label{font-size:18px}.faces__cta p{font-size:14px}}@media (width<=768px){.section--faces{padding-top:18px;padding-bottom:28px}.section--faces .section__header{gap:14px;margin-bottom:18px}.section--faces .section__title{white-space:nowrap;font-size:34px}.faces__grid{gap:18px}.face-card{border-radius:14px;gap:14px;padding:9px}.face-card__photo{aspect-ratio:833/482}.face-card__name{font-size:18px}.face-card__role{font-size:16px}.faces__cta{gap:12px;width:min(210px,100% - 160px);min-height:58px;padding:10px 12px;bottom:16px;left:16px}.faces__cta-icon{width:24px;height:24px}.faces__cta p{font-size:12px}.faces__stat{bottom:16px;right:16px}.faces__stat-number{font-size:34px}.faces__stat-label{font-size:16px}}@media (width<=520px){.section--faces{padding-left:24px;padding-right:24px}.faces__grid{justify-items:center;width:100%;max-width:380px}.face-card,.faces__cta-block{width:100%}.faces__cta{width:min(190px,100% - 142px)}}@media (width<=420px){.section--faces .section__title{font-size:32px}.face-card__role{font-size:16px}.faces__cta{width:148px;min-height:52px;padding:9px 10px;bottom:14px;left:14px}.faces__cta p{font-size:11px}.faces__stat{bottom:14px;right:14px}.faces__stat-number{font-size:32px}}.hero{max-width:var(--container);margin:0 auto;padding:38px 20px 0}.hero__inner{align-items:stretch;gap:24px;min-height:292px;display:flex;position:relative}.hero__content{flex-direction:column;flex-shrink:0;justify-content:flex-start;gap:36px;width:460px;padding:18px 0 8px;display:flex}.hero__text{flex-direction:column;gap:16px;display:flex}.hero__title{font:var(--title-1);color:var(--purple);text-transform:uppercase;max-width:390px;line-height:.92}.hero__subtitle{font:var(--text);color:var(--black);max-width:440px;font-size:22px;line-height:1.18}.hero__subtitle .hero__subtitle{color:var(--gray-light)}.hero__button{background:var(--purple);color:var(--white);font:var(--button-m);border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:40px;padding:9px 24px;font-size:18px;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.hero__button:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 10px 20px #5722bb2e}.hero__image{border-radius:18px;flex:1;min-width:0;position:relative;overflow:hidden}.hero__image img{object-fit:cover;border-radius:18px;width:100%;height:100%}.hero__city{border:1px solid var(--purple-dark);font:var(--button);color:var(--purple-dark);z-index:1;background:#dfd6ffb8;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;font-weight:700;line-height:1;display:flex;position:absolute;top:10px;right:14px}.hero__city svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@media (width<=1024px){.hero__inner{min-height:260px}.hero__content{gap:28px;width:420px}.hero__title{font-size:42px}.hero__subtitle{font-size:18px}}@media (width<=768px){.hero{padding:24px 20px 0}.hero__inner{flex-direction:column;gap:16px;min-height:auto}.hero__image{border-radius:16px;order:-1;width:100%;height:178px}.hero__image img{border-radius:16px}.hero__content{gap:28px;width:100%;padding:0}.hero__title{max-width:330px;font-size:34px;line-height:.94}.hero__subtitle{max-width:100%;font-size:16px;line-height:1.18}.hero__city{padding:5px 10px;font-size:11px;top:8px;right:10px}.hero__city svg{width:12px;height:12px}.hero__button{min-height:34px;padding:8px 20px;font-size:15px}}@media (width<=420px){.hero{padding-left:22px;padding-right:22px}.hero__title{font-size:32px}}.section--join{padding-top:28px;padding-bottom:56px}.section--join .section__header{gap:24px;margin-bottom:28px}.section--join .section__title{font-size:50px;line-height:.92}.section--join .section__line{opacity:.45}.join__inner{grid-template-columns:minmax(0,410px) minmax(0,1fr);align-items:start;gap:40px;display:grid}.join__content{flex-direction:column;align-items:flex-start;gap:26px;min-width:0;padding-top:6px;display:flex}.join__title{max-width:390px;color:var(--purple);text-transform:uppercase;font-size:24px;font-weight:800;line-height:1.05}.join__steps{max-width:380px;color:var(--black);flex-direction:column;gap:0;padding-left:24px;font-size:22px;font-weight:500;line-height:1.18;display:flex}.join__button{background:var(--purple);min-height:40px;color:var(--white);font:var(--button-m);border-radius:999px;justify-content:center;align-items:center;padding:9px 24px;font-size:18px;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.join__button:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 10px 20px #5722bb2e}.join__button:focus-visible{outline-offset:3px;outline:3px solid #7642d747}.join__chat{justify-self:end;width:min(692.04px,100%);height:318.7px;position:relative}.join__chat:before{content:"";background:var(--purple-light);border-radius:38px;height:220px;position:absolute;top:48px;left:32px;right:32px}.join__chat-bubble{z-index:1;width:448.26px;color:var(--white);background:0 0;position:absolute}.join__chat-bubble p{z-index:1;font-size:22px;font-weight:500;line-height:28px;position:relative}.join__chat-shape{z-index:0;fill:currentColor;width:100%;height:100%;display:block;position:absolute;inset:0}.join__chat-bubble--user{height:171.04px;color:var(--purple);padding:39.53px 24px 0 24.69px;top:0;left:0}.join__chat-bubble--bot{color:#b58cf4;height:153.41px;padding:32.7px 24px 0 35.15px;top:165.3px;right:0}.join__chat-bubble--user p,.join__chat-bubble--bot p{color:var(--white)}.join__chat-bubble--user p{max-width:413.11px}.join__chat-bubble--bot p{white-space:pre-line;max-width:368.86px}@media (width<=1024px){.section--join{padding-top:20px;padding-bottom:42px}.section--join .section__header{gap:18px;margin-bottom:22px}.section--join .section__title{font-size:42px}.join__inner{grid-template-columns:minmax(0,330px) minmax(0,1fr);gap:26px}.join__title{font-size:20px}.join__steps{font-size:18px}.join__chat{justify-self:end;width:min(566px,100%);height:260px}.join__chat:before{border-radius:31px;height:180px;top:39px;left:26px;right:26px}.join__chat-bubble{width:367px}.join__chat-bubble p{font-size:18px;line-height:23px}.join__chat-bubble--user{height:140px;padding:32px 20px 0}.join__chat-bubble--user p{max-width:338px}.join__chat-bubble--bot{height:125px;padding:27px 20px 0 29px;top:135px;right:0}.join__chat-bubble--bot p{max-width:302px}}@media (width<=768px){.section--join{padding-top:18px;padding-bottom:40px}.section--join .section__header{gap:14px;margin-bottom:18px}.section--join .section__title{white-space:nowrap;font-size:34px}.join__inner{grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:18px;max-width:none;margin-left:0;margin-right:0}.join__content{gap:18px}.join__title{font-size:18px}.join__steps{font-size:16px}.join__chat{justify-self:end;width:min(400px,100% - 32px);max-width:400px;height:240px;min-height:0;margin:0 16px 0 0;padding-left:0;padding-right:0}.join__chat:before{border-radius:28px;inset:35px 23px 13px}.join__chat-bubble{width:326px;padding:0}.join__chat-bubble p{font-size:16px;line-height:20px}.join__chat-bubble--user{max-width:none;height:124px;margin-left:0;padding:29px 17px 0 18px;top:0;left:0}.join__chat-bubble--user p{max-width:300px}.join__chat-bubble--bot{max-width:none;height:111px;margin-top:0;margin-right:0;padding:24px 17px 0 25px;top:120px;left:auto;right:0}.join__chat-bubble--bot p{max-width:268px}}@media (width<=640px){.join__inner{grid-template-columns:1fr;gap:28px;max-width:380px;margin-left:auto;margin-right:auto}.join__title{font-size:18px}.join__steps{font-size:16px}.join__chat{justify-self:auto;width:100%;height:240px;margin:0}.join__chat:before{border-radius:28px;inset:35px 23px 13px}.join__chat-bubble{width:min(326px,100% - 46px)}.join__chat-bubble--user{height:124px;padding:16px 17px 0 18px}.join__chat-bubble--user p{max-width:300px;font-size:16px;line-height:20px}.join__chat-bubble--bot{height:111px;padding:12px 17px 0 25px;top:120px;left:auto;right:0}.join__chat-bubble--bot p{max-width:268px;font-size:16px;line-height:20px}}@media (width<=520px){.section--join{padding-left:24px;padding-right:24px}}@media (width<=420px){.section--join .section__title{font-size:32px}.join__button{min-height:34px;padding:8px 20px;font-size:15px}}.section--news{padding-top:28px;padding-bottom:34px}.section--news .section__header{gap:24px;margin-bottom:28px}.section--news .section__title{font-size:50px;line-height:.92}.section--news .section__line{opacity:.45}.news__groups{flex-direction:column;gap:20px;display:flex}.news__grid{grid-template-columns:minmax(0,590px) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.news__grid--incomplete{grid-template-columns:minmax(0,1fr)}.news__grid--incomplete .news__announce{display:none}.news__list{flex-direction:column;gap:20px;display:flex}.news-card,.news__announce{background:var(--purple-light);border-radius:14px}.news-card{grid-template-columns:284px minmax(0,1fr);gap:18px;min-height:220px;padding:10px;display:grid}.news-card__image{border-radius:12px;min-width:0;overflow:hidden}.news-card__image img{object-fit:cover;object-position:center;width:100%;height:100%}.news-card__content{flex-direction:column;gap:8px;min-width:0;padding:8px 4px 8px 0;display:flex}.news-card__date{color:#00000080;font-size:18px;font-weight:500;line-height:1.18}.news-card__title{color:var(--black);font-size:22px;font-weight:800;line-height:1.04}.news-card__link,.news__announce-link{border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:30px;margin-top:auto;padding:0 18px;font-size:14px;font-weight:500;line-height:1;transition:background .2s,color .2s,box-shadow .2s,transform .2s;display:inline-flex}.news-card__link{border:1px solid var(--purple);color:var(--purple);background:0 0}.news-card__link:hover{color:var(--white);background:var(--purple);transform:translateY(-1px);box-shadow:0 8px 18px #7642d72e}.news-card__link:focus-visible,.news__announce-link:focus-visible{outline-offset:3px;outline:3px solid #7642d747}.news__announce{flex-direction:column;gap:20px;min-height:460px;padding:10px;display:flex}.news__announce-image{background:#b58cf4;border-radius:12px;min-height:230px;overflow:hidden}.news__announce-image img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.news__announce-content{flex-direction:column;flex:1;gap:8px;padding:0 12px 8px;display:flex}.news__announce-title{max-width:460px;color:var(--purple);text-transform:uppercase;font-size:24px;font-weight:800;line-height:1.05}.news__announce-text{color:var(--gray-text);font-size:16px;font-weight:500;line-height:1.18}.news__announce-link{color:var(--white);cursor:default;background:#c3a3ff8c;border:0}.news-modal{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.news-modal__panel{background:var(--white);border-radius:18px;width:min(680px,100%);max-height:min(760px,90vh);padding:24px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000038}.news-modal__close{width:36px;height:36px;color:var(--purple);background:var(--purple-light);border-radius:50%;justify-content:center;align-items:center;font-size:28px;line-height:1;display:inline-flex;position:absolute;top:14px;right:14px}.news-modal__image{object-fit:cover;border-radius:14px;width:100%;max-height:320px;margin-bottom:18px}.news-modal__date{color:#0000008c;margin-bottom:8px;font-size:16px;font-weight:600;display:block}.news-modal__title{color:var(--purple);margin-bottom:14px;font-size:28px;font-weight:800;line-height:1.08}.news-modal__summary,.news-modal__body{color:var(--black);white-space:pre-wrap;font-size:18px;line-height:1.4}.news-modal__summary{margin-bottom:12px;font-weight:700}@media (width<=1024px){.section--news{padding-top:20px;padding-bottom:28px}.section--news .section__header{gap:18px;margin-bottom:22px}.section--news .section__title{font-size:42px}.news__grid{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.news-card{grid-template-columns:minmax(0,440px) minmax(0,1fr);min-height:230px}.news-card__date,.news-card__title{font-size:18px}.news__announce{grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:18px;min-height:230px;display:grid}.news__announce-image{min-height:210px}.news__announce-content{padding:8px 4px 8px 0}.news__announce-title{font-size:18px}}@media (width<=768px){.section--news{padding-top:18px;padding-bottom:28px}.section--news .section__header{gap:14px;margin-bottom:18px}.section--news .section__title{white-space:nowrap;font-size:34px}.news__grid{max-width:560px}.news-card{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:14px;min-height:176px}.news-card__date{font-size:14px}.news-card__title{font-size:16px}.news-card__link,.news__announce-link{min-height:28px;padding:0 16px;font-size:12px}.news__announce{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:14px;min-height:176px}.news__announce-image{min-height:156px}.news__announce-title{font-size:16px}.news__announce-text{font-size:13px}}@media (width<=640px){.section--news{padding-left:24px;padding-right:24px}.news__grid{max-width:380px}.news-card,.news__announce{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:184px}.news__announce-image{min-height:164px}}@media (width<=420px){.section--news .section__title{font-size:32px}.news__list,.news__grid{gap:16px}.news-card,.news__announce{border-radius:12px;gap:12px;padding:8px}.news-card__image,.news__announce-image{border-radius:10px}.news-card__title{font-size:13px}.news-card__date,.news__announce-text{font-size:11px}.news__announce-title{font-size:13px}.news-card__link,.news__announce-link{min-height:24px;padding:0 12px;font-size:10px}.news-modal{padding:14px}.news-modal__panel{border-radius:14px;padding:18px}.news-modal__title{font-size:20px}.news-modal__summary,.news-modal__body{font-size:15px}}.section--projects{padding-top:28px;padding-bottom:34px}.section--projects .section__header{gap:24px;margin-bottom:28px}.section--projects .section__title{font-size:50px;line-height:.92}.section--projects .section__line{opacity:.45}.projects__intro{grid-template-columns:minmax(0,1fr) 387px;align-items:flex-start;gap:20px;margin-bottom:38px;display:grid}.projects__intro>p{max-width:760px;font-size:22px;line-height:1.18}.projects__hint{background:var(--purple-light);text-align:left;border-radius:14px;align-items:center;gap:16px;min-height:76px;padding:12px 16px;transition:background .2s,box-shadow .2s,transform .2s;display:flex;position:relative}.projects__hint:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 10px 24px #2d166029}.projects__hint:focus-visible{outline-offset:3px;outline:3px solid #7642d747}.projects__hint:before{content:"";background:#7642d773;width:1px;position:absolute;top:2px;bottom:2px;left:-20px}.projects__hint-icon{background:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,transform .2s;display:flex}.projects__hint:hover .projects__hint-icon{background:var(--purple-dark);transform:rotate(45deg)}.projects__hint-icon svg{width:12px;height:12px}.projects__hint p{color:var(--purple);font-size:16px;font-weight:500;line-height:1.08}.projects__grid{grid-template-columns:minmax(0,1fr) 387px;gap:20px;display:grid}.projects__cards{flex-direction:column;gap:12px;display:flex}.project-card{background:var(--purple-light);border-radius:14px;flex-direction:column;gap:12px;min-height:110px;padding:20px 22px;transition:background .2s,box-shadow .2s,transform .2s;display:flex}.project-card:hover{background:#eadfff;transform:translateY(-2px);box-shadow:0 10px 24px #2d166024}.project-card:focus-visible,.projects__also-item a:focus-visible{outline-offset:3px;outline:3px solid #7642d752}.project-card__title{color:var(--purple);text-transform:uppercase;font-size:24px;font-weight:800;line-height:1.05}.project-card__desc{font-size:22px;line-height:1.18}.projects__also{background:var(--purple-gradient);border-radius:14px;flex-direction:column;gap:12px;min-height:100%;padding:20px;display:flex}.projects__also-title{color:var(--white);text-transform:uppercase;font-size:24px;font-weight:800;line-height:1.05}.projects__also-list{flex-direction:column;flex:1;justify-content:space-between;list-style:none;display:flex}.projects__also-item{color:var(--white);border-bottom:1px solid #ffffff4d;padding-bottom:12px;font-size:22px;line-height:1.18}.projects__also-item a{border-radius:6px;transition:opacity .2s;display:block}.projects__also-item a:hover{opacity:.78}.projects__also-item:last-child{border-bottom:none;padding-bottom:0}@media (width<=1024px){.section--projects{padding-top:20px;padding-bottom:28px}.section--projects .section__header{gap:18px;margin-bottom:22px}.section--projects .section__title{font-size:42px}.projects__intro{grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:22px;margin-bottom:34px}.projects__intro>p{font-size:18px;line-height:1.18}.projects__grid{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}.project-card__title,.projects__also-title{font-size:20px}.project-card__desc,.projects__also-item{font-size:18px;line-height:1.18}.projects__hint p{font-size:14px}}@media (width<=768px){.section--projects{padding-top:18px;padding-bottom:28px}.section--projects .section__header{gap:14px;margin-bottom:18px}.section--projects .section__title{white-space:nowrap;font-size:34px}.projects__intro{grid-template-columns:minmax(0,1fr) minmax(220px,260px);gap:16px;margin-bottom:28px}.projects__intro>p{font-size:16px}.projects__hint{gap:12px;min-height:68px;padding:10px 14px}.projects__hint:before{left:-16px}.projects__hint-icon{width:24px;height:24px}.projects__hint p{font-size:12px}.projects__grid{grid-template-columns:minmax(0,1fr) minmax(220px,260px);gap:18px}.project-card,.projects__also{border-radius:13px;padding:18px}.project-card{min-height:104px}.project-card__title,.projects__also-title{font-size:18px}.project-card__desc,.projects__also-item{font-size:16px}}@media (width<=640px){.section--projects{padding-left:24px;padding-right:24px}.projects__intro,.projects__grid{grid-template-columns:1fr}.projects__intro{gap:16px;margin-bottom:24px}.projects__intro>p{max-width:100%}.projects__hint{width:min(100%,380px)}.projects__hint:before{width:100%;height:1px;inset:-10px 0 auto}}@media (width<=420px){.section--projects .section__title{font-size:32px}.projects__intro>p,.project-card__desc,.projects__also-item{font-size:16px}.project-card__title,.projects__also-title{font-size:18px}.projects__hint{width:100%}.projects__also-item{padding-bottom:14px}}.participants-page{width:min(100%, calc(var(--container) + 40px));margin:0 auto;padding:42px 20px 58px}.participants-page__title{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.participants-page__list{flex-direction:column;gap:30px;display:flex}.participant-card{background:var(--purple-light);border-radius:32px;grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:stretch;gap:48px;padding:14px 24px 14px 14px;display:grid}.participant-card--reverse{grid-template-columns:minmax(0,1fr) minmax(280px,420px);padding:14px 14px 14px 36px}.participant-card--reverse .participant-card__media{order:2}.participant-card__media{background:var(--purple-gradient);border-radius:18px;min-height:420px;overflow:hidden}.participant-card__media img,.participant-card__placeholder{width:100%;height:100%}.participant-card__media img{box-sizing:border-box;object-fit:contain;object-position:center bottom;padding:8px 8px 0}.participant-card__placeholder{color:#ffffffbd;letter-spacing:0;text-transform:uppercase;justify-content:center;align-items:center;font-size:clamp(54px,8vw,108px);font-weight:800;display:flex}.participant-card__content{flex-direction:column;justify-content:center;min-width:0;padding:18px 0;display:flex}.participant-card__content h2{color:var(--black);text-transform:uppercase;overflow-wrap:anywhere;margin-bottom:22px;font-size:clamp(34px,4vw,56px);font-weight:800;line-height:.98}.participant-card__section+.participant-card__section{margin-top:24px}.participant-card__section h3{color:var(--purple);text-transform:uppercase;margin-bottom:8px;font-size:clamp(18px,2vw,28px);font-weight:800;line-height:1.05}.participant-card__section p{color:var(--black);font-size:clamp(18px,1.65vw,24px);font-weight:500;line-height:1.23}.participant-card__section--strong p{font-weight:800}@media (width<=1024px){.participants-page{padding-top:28px}.participants-page__list{gap:18px}.participant-card,.participant-card--reverse{border-radius:14px;grid-template-columns:minmax(180px,40%) minmax(0,1fr);gap:18px;padding:10px}.participant-card--reverse .participant-card__media{order:0}.participant-card__media{aspect-ratio:.82;border-radius:8px;min-height:0}.participant-card__content{padding:4px 0}.participant-card__content h2{margin-bottom:10px;font-size:clamp(22px,4.2vw,34px)}.participant-card__section+.participant-card__section{margin-top:14px}.participant-card__section h3{margin-bottom:5px;font-size:clamp(13px,2.2vw,18px)}.participant-card__section p{font-size:clamp(12px,2vw,16px);line-height:1.18}}@media (width<=768px){.participants-page{width:min(100%,430px);padding:18px 16px 42px}.participants-page__list{gap:16px}.participant-card,.participant-card--reverse{border-radius:9px;grid-template-columns:1fr;gap:10px;padding:8px}.participant-card__media{aspect-ratio:.9;border-radius:7px;width:min(100%,170px);min-height:0}.participant-card:nth-child(2n) .participant-card__media{margin-left:auto}.participant-card__content{padding:0}.participant-card__content h2{margin-bottom:8px;font-size:clamp(22px,5vw,25px);line-height:.95}.participant-card__section+.participant-card__section{margin-top:14px}.participant-card__section h3{font-size:clamp(13px,2.9vw,14px);line-height:1}.participant-card__section p{font-size:clamp(16px,3.4vw,18px);line-height:1.22}}@media (width<=560px){.participants-page{width:min(100%,430px);padding-left:10px;padding-right:10px}.participant-card__media{width:min(100%,180px)}.participant-card__section p{line-height:1.24}}.projects-page{width:min(100%, calc(var(--container) + 40px));margin:0 auto;padding:42px 20px 58px}.projects-page__title{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.projects-page__list{grid-auto-rows:1fr;gap:28px;display:grid}.project-detail{background:var(--purple-light);border-radius:22px;grid-template-columns:330px minmax(0,1fr);align-items:stretch;gap:36px;height:100%;min-height:320px;padding:12px;scroll-margin-top:130px;display:grid}.project-detail--reverse{grid-template-columns:minmax(0,1fr) 330px}.project-detail--reverse .project-detail__media{order:2}.project-detail__media{background:var(--purple-gradient);border-radius:14px;height:100%;min-height:296px;overflow:hidden}.project-detail__media img,.project-detail__placeholder{width:100%;height:100%}.project-detail__media img{object-fit:cover;object-position:center}.project-detail__placeholder{color:#ffffffbd;letter-spacing:0;text-transform:uppercase;justify-content:center;align-items:center;font-size:clamp(58px,8vw,108px);font-weight:800;display:flex}.project-detail__content{flex-direction:column;align-items:flex-start;min-width:0;height:100%;padding:12px 8px 8px;display:flex}.project-detail__content h2{max-width:760px;color:var(--purple);text-transform:uppercase;margin-bottom:8px;font-size:clamp(25px,2.4vw,34px);font-weight:800;line-height:1.02}.project-detail__content p{max-width:830px;color:var(--black);font-size:clamp(18px,1.65vw,24px);font-weight:500;line-height:1.23}.project-detail__button{background:var(--purple);min-height:32px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;margin-top:auto;padding:0 18px;font-size:14px;font-weight:800;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.project-detail__button:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 10px 20px #5722bb2e}.project-detail__button:focus-visible{outline-offset:3px;outline:3px solid #7642d752}@media (width<=1024px){.projects-page{padding-top:28px}.projects-page__list{gap:18px}.project-detail,.project-detail--reverse{border-radius:14px;grid-template-columns:minmax(180px,38%) minmax(0,1fr);gap:18px;min-height:260px;padding:10px}.project-detail--reverse .project-detail__media{order:0}.project-detail__media{aspect-ratio:1;border-radius:8px;min-height:240px}.project-detail__content{padding:4px 0}.project-detail__content h2{margin-bottom:6px;font-size:clamp(18px,2.8vw,25px)}.project-detail__content p{font-size:clamp(13px,1.9vw,18px);line-height:1.2}.project-detail__button{min-height:26px;margin-top:auto;padding:0 14px;font-size:11px}}@media (width<=768px){.projects-page{width:min(100%,430px);padding:18px 16px 42px}.projects-page__list{gap:16px}.project-detail,.project-detail--reverse{border-radius:9px;grid-template-columns:1fr;gap:10px;min-height:0;padding:8px}.project-detail__media{width:min(100%,210px);height:auto;min-height:0}.project-detail:nth-child(2n) .project-detail__media{margin-left:auto}.project-detail__content{padding:0}.project-detail__content h2{margin-bottom:8px;font-size:clamp(17px,4.1vw,22px)}.project-detail__content p{font-size:clamp(15px,3.2vw,17px);line-height:1.22}.project-detail__button{min-height:28px;margin-top:auto;padding:0 14px;font-size:11px}}@media (width<=560px){.projects-page{width:min(100%,430px);padding-left:10px;padding-right:10px}.project-detail__media{width:min(100%,190px)}}
