.header{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;height:200px;width:100%;padding:0 50px}@media screen and (max-width: 400px){.header{padding:0 24px}}.header__logo{width:192px;max-height:192px;height:auto;display:flex;align-items:center;justify-content:center}.header__headline{display:flex;flex-direction:column;justify-content:center}.header__contacts{width:15rem;font-weight:400;display:flex;align-items:center;justify-content:center}.logo{width:100%;height:auto}.header__nav_mob{display:flex;gap:2em;align-items:center}.header__menu-btn{display:flex;align-items:center}.header__nav_desktop{width:100%;display:flex}@media screen and (max-width: 1300px){.header{height:140px}.header__logo{width:6rem}.header__nav_desktop{display:none}}@media screen and (min-width: 1300px){.header__nav_mob{display:none}}@media screen and (min-width: 1000px){.header__headline{display:none}}@media screen and (max-width: 1000px){.header__contacts{display:none}}.footer-wrap{padding:0 50px}@media screen and (max-width: 400px){.footer-wrap{padding:0 8px}}.footer{position:relative;display:flex;align-items:center;gap:1em;justify-content:space-between;padding:4em 0 1em;width:100%}.footer__logo{width:192px;height:auto}.footer__bottom{display:flex;align-items:center;justify-content:space-between}.footer:before{content:"";position:absolute;width:100%;height:2px;background-color:#e5007e;top:0;left:50%;transform:translate(-50%)}@media screen and (max-width: 800px){.footer{flex-direction:column;padding:2em 0 .5em}.footer__logo_desk{display:none}.footer__logo{width:120px;height:auto}}@media screen and (min-width: 800px){.footer__logo_mob{display:none}}.social{display:flex;gap:1em}.social-icon{font-size:3rem}@media screen and (max-width: 400px){.social-icon{font-size:2.25rem}}.layout-content{padding:0 50px 50px;width:100%}@media screen and (max-width: 400px){.layout-content{padding:0 8px 32px}}.carousel{width:440px;height:448px;overflow:hidden;border-radius:1rem;background-color:#f5f6fa}.carousel__img{width:440px;height:auto}@media screen and (max-width: 1000px){.carousel{width:300px;height:300px}.carousel__img{width:300px;height:auto}}@media screen and (max-width: 500px){.carousel{width:250px;height:250px}.carousel__img{width:250px;height:auto}}.hero{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1200px;z-index:10}.hero__title{font-size:5rem;text-transform:uppercase;color:#e5007e;margin:0 0 2rem}.hero__description{font-size:3.75rem;text-transform:uppercase;margin:0 0 2rem;font-weight:400}.hero__logo-img{width:100%;height:auto}@media screen and (max-width: 1300px){.hero__title{font-size:4rem}.hero__description{font-size:3rem}}@media screen and (max-width: 1130px){.hero__title{font-size:3rem}.hero__description{font-size:2.25rem}}@media screen and (min-width: 1300px){.hero__logo{display:none}}@media screen and (max-width: 950px){.hero__logo{display:none}}@media screen and (max-width: 850px){.hero{flex-direction:column}.hero__title{font-size:2rem;text-align:center;margin:.5rem 0}.hero__description{font-size:1.5rem;text-align:center;margin:0 0 .25rem}.hero__social_desk{display:none}}@media screen and (min-width: 850px){.hero__social_mob{display:none}}.bounce2{animation:bounce2 2s ease infinite}@keyframes bounce2{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.pulse{animation:pulse 1s infinite ease-in-out alternate}@keyframes pulse{0%{transform:scale(.8)}to{transform:scale(1.2)}}.home{width:100%}.home__hero{position:relative;display:flex;justify-content:center;align-items:center;padding:8rem 0}.home__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/ukr_black-DhH7gWE3.svg);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:.3}@media screen and (max-width: 700px){.home__bg{background-position:top}}.home__section{position:relative;padding:6em 0 0}.home__section:before{content:"";position:absolute;width:100%;height:2px;background-color:#e5007e;top:4em;left:50%;transform:translate(-50%)}@media screen and (max-width: 850px){.home__hero{padding:1rem 0}}.events__row{display:flex;gap:2rem;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.card__img{max-width:280px;height:auto;border-top-left-radius:32px;border-bottom-right-radius:32px;z-index:10}.card__box{width:340px;height:340px;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 470px){.card{width:280px}.card__img{max-width:190px;width:190px}.card__box{width:220px;height:220px}.card__box:before,.card__box:after{width:80px;height:80px;border-top-left-radius:32px;border-bottom-right-radius:32px}}.poster__name{position:relative;font-size:1.5em;font-weight:600;width:fit-content;line-height:1.2;color:#1e1e1e;margin:0 0 8px}.poster__name:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#1e1e1e;transition:transform .3s ease-in;transform:scaleX(0);transform-origin:right}.poster__name:hover:before{transform:scaleX(1);transform-origin:left}.poster__date{font-size:2em;font-weight:600;color:#e5007e;margin:0 32px 0 0;line-height:1.2}.poster__dot{width:2em;height:2em;border-radius:50%;background-color:#e5007e;position:absolute;transform:translate(-50%,-50%);top:12px}.poster__dot:before{content:"";position:absolute;width:1em;height:1em;border-radius:50%;background-color:#f5f5f5;top:50%;left:50%;transform:translate(-50%,-50%)}.poster__place{font-size:1.25em;line-height:1}.poster__item{margin:0 32px}@media screen and (max-width: 1130px){.poster__date{font-size:1.75em;margin:0 16px 0 0}.poster__item{margin:0 0 0 16px}}@media screen and (max-width: 470px){.poster__date,.poster__name{font-size:1.25em}.poster__place{font-size:1.1em}.poster__dot{width:2em}.poster__container{margin:0 0 0 8px}}.grid-container{display:grid;gap:1em;box-sizing:border-box}.grid-container{grid-template-columns:repeat(6,1fr)}@media (max-width: 768px){.grid-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.grid-container{grid-template-columns:repeat(2,1fr)}}.honor-carusel{display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%}.honor-screen{position:relative;width:1080px;height:290px;overflow:hidden}.honor-btn{width:48px;height:48px;border:1px solid #000;border-radius:50%;font-size:32px;background-color:transparent}.honor-btn:hover{border-color:#e5007e;color:#e5007e}.honor-btn:disabled{border-color:#999;color:#999}.honor-row{position:absolute;top:0;display:flex;gap:20px;transition-duration:.3s}.honor-slide{min-width:200px;height:auto}.event__section{display:flex;justify-content:center;gap:3em;padding:2em 0 0}.event__block{width:50%;display:flex;flex-direction:column}.event__buttons{width:100%}@media screen and (max-width: 1000px){.event__section{flex-direction:column;gap:1em;padding:0 0 1em}.event__block{width:100%}.event__testimonials{grid-template-columns:1fr 1fr}}.event__img{border-radius:8px;width:auto;height:400px;margin:0 auto}@media screen and (max-width: 600px){.event__img{width:100%;height:auto}}.event__go-back{display:flex;justify-content:center;padding:2em 0 0}.event__description{white-space:pre-wrap}.event__testimonials{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;flex-wrap:wrap;margin-bottom:3em}@media screen and (max-width: 1100px){.event__testimonials{grid-template-columns:1fr 1fr}}@media screen and (max-width: 680px){.event__testimonials{grid-template-columns:1fr}}.outside-link{font-size:1.2em;color:#000}.outside-link:hover{color:#e5007e}.box{margin-bottom:3em}.testimonial-card-container{max-width:400px;width:100%;flex-grow:1}@media screen and (max-width: 1380px){.testimonial-card-container{max-width:560px}}.testimonial-card{height:100%;padding:1.5em;border-radius:1em;box-shadow:0 4px 12px #0000001a}.testimonial-name{text-align:end}.testimonial-caption{display:flex;gap:1em;justify-content:space-between;align-items:center}.testimonial-card:hover .testimonial-caption .heart-icon{animation:heartbeat 1.2s ease-out infinite}.heart-icon{font-size:20px;color:#e5007e;opacity:.7;transition:transform .3s ease-out}@keyframes heartbeat{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.3);opacity:1}to{transform:scale(1);opacity:.7}}.event-card{width:380px}@media screen and (max-width: 1270px){.event-card{width:30%}}@media screen and (max-width: 870px){.event-card{width:45%}}@media screen and (max-width: 540px){.event-card{width:100%}}.categories-list{margin:0;padding:0 0 0 1em}.categories__select{min-width:200px}@media screen and (min-width: 850px){.categories__select{display:none}}@media screen and (max-width: 851px){.categories__radio{display:none}}.radio-group{display:flex;align-items:center;justify-content:center;gap:1em;flex-wrap:wrap}.radio-icon{width:6.5em;height:auto}.radio-input{display:none}.radio-label{width:5.5em;height:5.5em;display:flex;justify-content:center;align-items:center;border:2px solid transparent;border-radius:.5em;overflow:hidden;color:#e5007e}.radio-label-selected{border-color:#e5007e}.radio-text{padding:.5em;width:5em;height:5em;text-align:center;display:flex;justify-items:center;align-items:center;font-weight:700}.camp__description{width:100%;height:fit-content;border:none;outline:none;overflow:hidden;font-family:inherit;font-size:inherit;line-height:inherit;resize:none;min-height:50px;background:transparent;margin-bottom:1rem;line-height:1.5}.camp__row{display:flex;width:100%;gap:1em;flex-wrap:wrap}.camp__box{flex-grow:1;min-width:40%;margin-bottom:1em}.about__card{min-width:200px;max-width:200px;margin:0 1em;border-color:#d9d9d9}@media screen and (max-width: 590px){.about__card{margin:0}}.about__description{min-width:600px;max-width:70%}@media screen and (max-width: 1270px){.about__description{min-width:400px;max-width:70%}}@media screen and (max-width: 1150px){.about__description{min-width:auto;max-width:100%}}.about__img{border-radius:8px;overflow:hidden;width:100%;max-width:500px;height:auto}@media screen and (max-width: 1150px){.about__img-box{display:none}}.about__description div ul li p,.about__description div ol li p{margin:.25em}.card__box{width:220px;height:220px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:10px}.card__box:before,.card__box:after{content:"";position:absolute;width:160px;height:160px;border-top-left-radius:32px;border-bottom-right-radius:32px}.card__box:before{top:0;right:0;background-color:#e5007e}.card__box:after{bottom:0;left:0;background-color:#f2e315}.card__img{max-width:180px;height:auto;border-top-left-radius:32px;border-bottom-right-radius:32px;z-index:10}.member__section{display:flex;justify-content:center;align-items:start;gap:3em;padding:2em 0 0}.member__block{width:50%;display:flex;flex-direction:column}@media screen and (max-width: 1000px){.member__section{flex-direction:column;gap:1em;padding:0 0 1em}.member__block{width:100%}}.member__img{border-radius:8px;width:auto;height:400px;margin:2em auto 0}@media screen and (max-width: 600px){.member__img{width:100%;height:auto}}.member__go-back{display:flex;justify-content:center;padding:2em 0 0}.media-heading{text-align:center;color:#e5007e;font-size:2.5em;margin:0;padding:.5em 0;width:100%}.media-section{margin-bottom:2em}.media-list{padding:1em 2em}.media-list-item{font-size:1.2em}.media-magazines{display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between;padding:1em 2em}@media screen and (max-width: 400px){.media-magazines{flex-direction:column;align-items:center;justify-content:start}.media-heading{font-size:1.5em}}.media-card{max-width:220px}.media-card-title{margin:.25em 0;font-size:10px}.login{height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.admin{max-width:1400px;margin:0 auto;padding:16px}.admin__header{display:flex;align-items:center;justify-content:space-between}.event-list{display:flex;gap:16px}.event-list__img-box{border-radius:8px;width:200px;height:200px;overflow:hidden}.event-list__img{width:100%;height:auto}.honors{padding:1em 2em}.honors-list{display:flex;gap:1em;justify-content:center;flex-wrap:wrap}.honors-item{width:160px;height:auto;display:flex;flex-direction:column;justify-content:space-between;gap:.5em;padding:.5em;border:1px solid #999;border-radius:4px}.honors-img{width:160px}.media{padding:0 2em 2em}.media-list-item{margin-bottom:.5em}.media-link{color:#000}.media-link:hover{color:#e5007e}.media-magazines{display:flex;flex-wrap:wrap;gap:1em}.media-card-link{display:block;margin-bottom:1em}.form-flex{display:flex;gap:1em;align-items:center}.form-flex-item{flex-grow:1}.partners-page{padding:1em}.partner{display:flex;gap:2em;margin:.5em 0;border:1px solid #999;border-radius:.5em;overflow:hidden}.partner-index{font-size:2em;padding:.5em;background-color:#999;color:#fff;min-height:100%;margin:0}.partner-logo{max-width:300px;padding:.5em 0;display:flex;flex-direction:column;align-items:center;text-align:center}.partner-img{max-width:200px;max-height:100px;width:auto;height:auto}.partner-events{flex-grow:1}.partner-actions{display:flex;flex-direction:column;gap:1em;justify-content:end;padding:1em}.partner-card{width:100%;flex-grow:1;border-radius:.5em;padding:1em;display:flex;flex-direction:column;justify-content:space-between;background-color:#f5f5f5}.partner-card-img{max-width:260px;max-height:80px;width:auto;height:auto}.partner-card-name{font-weight:400}.partners-grid{display:grid;grid-template-columns:1fr 1fr;gap:1em}@media screen and (max-width: 1024px){.partners-grid{grid-template-columns:1fr}}.partners-block{display:flex;flex-direction:column;padding:.5em;background-color:#06c;border-radius:1em}.partners-block-title{color:#f5f5f5;flex-grow:1}.partners-list{flex-grow:1;display:grid;grid-template-columns:1fr 1fr;gap:.5em}@media screen and (max-width: 560px){.partners-list{grid-template-columns:1fr}}.partners-text{max-width:760px;margin:0 auto 2em;font-size:1.2em;font-weight:700}.partners-heading{display:flex;gap:1rem;color:#f5f5f5}.partners-heading-icon{font-size:4em;margin:.2em}.editor-container{border:1px solid #ccc;border-radius:.5em;margin:20px auto;max-width:800px;background:#f5f5f5}.menu-bar{padding:.5em;border-bottom:1px solid #ccc;display:flex;flex-wrap:wrap;gap:.5em;color:#e5007e}.menu-bar button{background:#f1f1f1;border:solid 1px #ccc;border-radius:.25em;padding:.25em .5em;cursor:pointer;font-size:1.5em}.menu-bar button:hover{color:#e5007e;border-color:#e5007e}.menu-bar button.is-active{background:#e5007e;color:#f5f5f5}.editor-content{padding:1em}.ProseMirror{min-height:400px;outline:none}.ProseMirror p{margin:8px 0}.ProseMirror ul,.ProseMirror ol{padding-left:2em}.ProseMirror ul li,.ProseMirror ol li{margin-bottom:.5em}.ProseMirror:focus{outline:none}.team{margin:0 2em;padding:2em 0}.team-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1em}.team-member{display:flex;align-items:center;gap:1em;margin:0 0 1em;border:1px solid #ccc;padding:.5em;border-radius:.5em}.team-member-index{font-size:2em;display:flex;height:100%;flex-direction:column;justify-content:space-between;align-items:center}.team-member-index p{margin:0}.team-member-img{max-width:160px;max-height:160px;height:auto}.team-member-info{display:flex;height:100%;flex-direction:column;gap:.25em;justify-content:space-between}.team-member-name,.team-member-position,.team-member-tel{margin:.25em 0}.team-member-actions{display:flex;gap:1em}.docs{width:100%;padding:2em}.card-row{display:flex;flex-wrap:wrap;gap:2em;justify-content:space-around}body{margin:0;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#000000e0}.container{max-width:1400px;margin:0 auto}.layout{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center}.section{padding:0}.section_grants{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3em}.section__heading{margin:.5em 0 2em;text-align:center;color:#e5007e;font-size:4em}@media screen and (max-width: 1130px){.section__heading{font-size:3em}}@media screen and (max-width: 400px){.section__heading{font-size:2em}}.events-list{display:flex;gap:2em;flex-wrap:wrap;justify-content:space-evenly}.admin-sider{display:block;color:#f5f5f5;padding-left:1em;padding-right:1em}.admin-sider:hover{color:#e5007e}.admin-main{padding:2em}.admin-container{width:100%;max-width:800px;margin:0 auto}.admin-list{padding-left:2em;padding-right:2em}.admin-heading{text-align:center;padding-left:1em;padding-right:1em}.admin-grid{display:grid;gap:2em;box-sizing:border-box;grid-template-columns:repeat(3,1fr);padding:0 0 2em;border-bottom:1px solid #999}.admin-item{width:100%;height:100%;border:1px solid #999;border-radius:.5em;padding:0 1em 1em}.admin-item-title{text-align:center}.admin-item-body{display:flex;gap:1em}.admin-item-link{display:block;flex-grow:1;text-align:center;padding:.5em;border:1px solid #999;border-radius:.5em;color:#999}.admin-item-link:hover{border:1px solid #e5007e;color:#e5007e}.img-message{margin:0 1em;color:#e5007e}.btn-container{padding-top:32px;display:flex;justify-content:center;align-items:center}
