.brand-logo{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;text-transform:uppercase;font-size:14px;line-height:100%}.brand-logo__name{font-size:20px;font-weight:600}@media(min-width:920px){.brand-logo{font-size:18px}.brand-logo__name{font-size:24px}}.btn{white-space:nowrap;border-radius:8px;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.btn--primary{color:var(--btn-text-color);background-color:var(--btn-bg-color);padding:10px 50px}@media(min-width:920px){.btn--primary{padding:12px 56px}}.btn--primary:hover{color:var(--btn-text-hover-color);background-color:var(--btn-bg-hover-color)}.btn--primary:active{color:var(--btn-text-active-color);background-color:var(--btn-bg-active-color)}.btn--secondary{border:1px solid transparent;color:var(--btn-outline-text-color);background-color:var(--btn-outline-bg-color);border-color:var(--btn-outline-border-color);padding:8px 32px}@media(min-width:920px){.btn--secondary{padding:10px 40px}}.btn--secondary:hover{color:var(--btn-outline-text-hover-color);background-color:var(--btn-outline-bg-hover-color);border-color:var(--btn-outline-border-hover-color)}.btn--secondary:active{color:var(--btn-outline-text-active-color);background-color:var(--btn-outline-bg-active-color);border-color:var(--btn-outline-border-active-color)}.nav{transition:-webkit-backdrop-filter .3s ease,backdrop-filter .3s ease,opacity .3s ease,transform .3s ease;position:fixed;z-index:5;top:0;left:0;right:0;padding-block:24px;color:var(--nav-text-color)}.nav__brand{color:var(--bg-color)}@media(min-width:1420px){.nav__brand{color:var(--text-color)}}.nav__wrapper{display:flex;justify-content:space-between;align-items:center;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.nav__wrapper{padding-inline:64px}}.nav__section{display:flex;align-items:center;gap:16px}.nav__section:nth-child(2){gap:48px;position:absolute;top:100%;display:none;flex-direction:column}@media(min-width:1420px){.nav__section:nth-child(2){gap:16px;position:static;display:flex;flex-direction:row}}@media(min-width:1420px){.nav__section:nth-child(3){display:none}}.nav__list{display:flex;flex-direction:column;gap:24px}@media(min-width:1420px){.nav__list{gap:16px;flex-direction:row}}.nav__item{padding:10px 16px}@media(min-width:1420px){.nav__item:last-child{transition:border-color .3s ease;border-right:1px solid var(--bg-color)}}@media(min-width:1420px){.nav__item{padding-left:16px}}.nav__link{transition:color .3s ease;font-weight:400;font-size:16px;line-height:140%;letter-spacing:0%}@media(min-width:920px){.nav__link{font-size:18px}}.nav__btn{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:24px;height:16px}.nav__btn span{width:100%;height:2.5px;border-radius:1.25px;background-color:var(--bg-color);transition:transform .3s ease}.nav--privacy-policy .nav__link,.nav--privacy-policy .nav__brand{color:var(--nav-text-color)}.nav--privacy-policy .nav__btn span{background-color:var(--nav-text-color)}.nav--privacy-policy button,.nav--privacy-policy .nav__item{color:var(--nav-text-color);border-color:var(--nav-text-color)}.nav--about .nav__brand{color:var(--bg-color)}.nav--about .nav__btn span{background-color:var(--bg-color)}@media(min-width:1420px){.nav--about .nav__brand{color:var(--text-color)}.nav--about button,.nav--about .nav__item{color:var(--nav-text-color);border-color:var(--nav-text-color)}}.nav--hidden-on-scroll{background-color:#030317a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nav--hidden-on-scroll .nav__link{color:var(--nav-text-color)}.nav--hidden-on-scroll .nav__item{border-color:var(--nav-text-color)}.nav--hidden-on-scroll button{color:var(--nav-text-color);border-color:var(--nav-text-color)}.nav--hidden-on-scroll .nav__brand{color:var(--nav-text-color)}.nav--hidden-on-scroll .nav__btn span{background-color:var(--nav-text-color)}.nav--visible{opacity:1;transform:translateY(0)}.nav--collapsed{background-color:var(--bg-color);color:var(--text-color)}.nav--collapsed .nav__brand{color:var(--text-color)}.nav--collapsed .nav__btn span{position:absolute;top:50%;background-color:var(--nav-text-color)}.nav--collapsed .nav__btn span:nth-child(1){transform:translateY(-50%) rotate(45deg)}.nav--collapsed .nav__btn span:nth-child(2){display:none}.nav--collapsed .nav__btn span:nth-child(3){transform:translateY(-50%) rotate(-45deg)}.nav--collapsed .nav__section:nth-child(2){background-color:var(--bg-color);height:100vh;left:0;display:flex;align-items:flex-start;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.nav--collapsed .nav__section:nth-child(2){padding-inline:64px}}.nav--collapsed .nav__section:nth-child(2){padding-top:105px;padding-bottom:40px}.nav--collapsed .nav__link{color:var(--nav-text-color)}.nav--collapsed .nav__item{border-color:var(--nav-text-color)}.nav--collapsed button{color:var(--nav-text-color);border-color:var(--nav-text-color)}.footer{display:flex;flex-direction:column;row-gap:24px;justify-content:space-between;padding-block:40px;margin-top:80px;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.footer{padding-inline:64px}}@media(min-width:920px){.footer{flex-direction:row}}.footer__nav{display:flex;flex-direction:column;gap:24px}.footer__list{display:flex;flex-direction:column;gap:16px}@media(min-width:920px){.footer__list{text-align:end;align-items:flex-end}}.footer__link{color:var(--text-color)}.footer__item{display:flex;align-items:center;gap:4px;word-break:break-all;font-weight:400;font-size:16px;line-height:140%;letter-spacing:0%}@media(min-width:920px){.footer__item{font-size:18px}}.footer__item svg{width:16px;height:16px}@media(min-width:920px){.footer__item svg{width:24px;height:24px}}.header{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:40px}.header:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--bg-color) 0%,transparent 60%)}@media(min-width:1420px){.header:after{background:none}}.header{position:relative;height:920px}@media(min-width:1420px){.header{gap:195px}}.header__title{text-align:center}@media(min-width:920px){.header__title{text-align:start}}.header__img{position:absolute;top:0;right:0;height:100%;width:100vw;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/images/header.webp)}@media(min-width:920px){.header__img{background-image:url(/images/header-tablet.webp);background-position:center top}}@media(min-width:1420px){.header__img{border-bottom-left-radius:8px;background-image:url(/images/header.webp);width:50vw}}.header__section{position:relative;width:100%;z-index:2;display:flex;align-items:center;justify-content:center}@media(min-width:1420px){.header__section{justify-content:space-between}}.header__section:last-child{gap:16px;align-items:flex-end;--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.header__section:last-child{--cols: 6}}@media(min-width:1420px){.header__section:last-child{--cols: 12}}@media(min-width:1420px){.header__section:last-child{gap:0;flex-direction:row;align-items:center}}.header__subsection:first-child{display:flex;flex-direction:column;gap:16px;grid-column:span 5}.header__subsection h2{font-size:16px;font-weight:700}@media(min-width:920px){.header__subsection h2{font-size:40px}}.header__subsection h4{font-size:14px}@media(min-width:920px){.header__subsection h4{font-size:24px}}.header__subsection:last-child{margin-left:auto;grid-column:-1;justify-self:end}@media(min-width:1420px){.header__subsection:last-child{margin-left:none}}.header__subsection:last-child button:first-child{display:none}@media(min-width:1420px){.header__subsection:last-child button:first-child{display:block}}.header__subsection:last-child button:last-child{color:var(--text-color);border-color:var(--text-color)}@media(min-width:1420px){.header__subsection:last-child button:last-child{display:none}}.childhood{display:flex;flex-direction:column;gap:40px}.childhood__img{width:100%}.childhood__text-wrapper{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.childhood__text-wrapper{--cols: 6}}@media(min-width:1420px){.childhood__text-wrapper{--cols: 12}}.childhood__text-wrapper{gap:24px;flex-direction:column}.childhood__text-wrapper p{grid-column:1/-1}@media(min-width:920px){.childhood__text-wrapper{flex-direction:row}.childhood__text-wrapper p:first-child{grid-column:span 3}.childhood__text-wrapper p:last-child{grid-column:span 3}}@media(min-width:1420px){.childhood__text-wrapper p:first-child{grid-column:span 4}.childhood__text-wrapper p:last-child{grid-column:-1/-7}}.childhood__section{display:flex;flex-direction:column;gap:24px}.childhood__section--main{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.childhood__section--main{--cols: 6}}@media(min-width:1420px){.childhood__section--main{--cols: 12}}.childhood__section--main>*{grid-column:1/-1}@media(min-width:920px){.childhood__section--main img{grid-column:span 3}}@media(min-width:1420px){.childhood__section--main img{grid-column:span 4}}@media(min-width:920px){.childhood__section:nth-child(3) p{grid-column:span 5}}@media(min-width:1420px){.childhood__section:nth-child(3) p{grid-column:span 6}}.spinner{border:4px solid var(--text-color);border-right-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-player{position:relative}.video-player iframe,.video-player img,.video-player__spinner{border-radius:8px;width:100%;height:560px}.video-player img{object-fit:cover}.video-player__video--loading{visibility:hidden}.video-player__spinner{display:flex;justify-content:center;align-items:center;border:1px solid var(--text-color)}.video-player__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#000000b6;width:150px;height:150px;display:flex;justify-content:center;align-items:center}.video-player__play-btn:before{content:"";width:0;height:0;border-left:40px solid white;border-top:20px solid transparent;border-bottom:20px solid transparent}.studentship{display:flex;flex-direction:column;gap:40px}.studentship__section{display:flex;flex-direction:column;justify-content:space-between;gap:24px}@media(min-width:920px){.studentship__section{flex-direction:row}}.studentship__img{width:100%}@media(min-width:920px){.studentship__img{max-width:420px}}@media(min-width:1420px){.studentship__img{max-width:645px}}.army{display:flex;flex-direction:column;gap:40px}.army__img{width:100%}@media(min-width:920px){.army__section{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.army__section:last-child{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}}@media(min-width:920px)and (min-width:920px){.army__section:last-child{--cols: 6}}@media(min-width:920px)and (min-width:1420px){.army__section:last-child{--cols: 12}}@media(min-width:920px){.army__img__first{grid-column:1/2;grid-row:1}.army__img--second{grid-column:2/3;grid-row:1}.army__img--third{grid-column:3/4;grid-row:1}}@media(min-width:920px)and (min-width:920px){.army__img{grid-column:span 2}}@media(min-width:920px)and (min-width:1420px){.army__img{grid-column:span 4}}@media(min-width:920px){.army__text{grid-column:1/-1}}@media(min-width:920px)and (min-width:920px){.army__text{grid-column:span 4}}@media(min-width:920px)and (min-width:1420px){.army__text{grid-column:span 6}}@media(min-width:920px){.army__text--first{grid-row:2}.army__text--second{grid-row:3}.army__text--third{grid-row:4}}.army__section{display:flex;flex-direction:column;gap:24px}.army__section--emblem{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.army__section--emblem{--cols: 6}}@media(min-width:1420px){.army__section--emblem{--cols: 12}}.army__section--emblem{align-items:center;font-family:Mak,sans-serif}.army__section--emblem .army__img,.army__section--emblem .army__subtitle{grid-column:1/-1}@media(min-width:920px){.army__section--emblem .army__img,.army__section--emblem .army__subtitle{grid-column:span 3}}@media(min-width:1420px){.army__section--emblem .army__img,.army__section--emblem .army__subtitle{grid-column:span 6}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-swiper,.gallery-swiper img{width:100%}.war{display:flex;flex-direction:column;gap:40px}.war__section{padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.war__section{padding-inline:64px}}.war__section{display:flex;flex-direction:column;gap:24px}.war__section:nth-child(2) .war__text-content{gap:48px}.war__section:nth-child(3)>*:not([class*=war__swiper]),.war__section:nth-child(5)>*:not([class*=war__swiper]){padding-right:16px}@media(min-width:920px){.war__section:nth-child(3)>*:not([class*=war__swiper]),.war__section:nth-child(5)>*:not([class*=war__swiper]){padding-right:0}}.war__section:nth-child(4){--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.war__section:nth-child(4){--cols: 6}}@media(min-width:1420px){.war__section:nth-child(4){--cols: 12}}.war__section:nth-child(4) p{grid-column:-1/1}@media(min-width:920px){.war__section:nth-child(4) p{grid-column:span 2}}@media(min-width:1420px){.war__section:nth-child(4) p{grid-column:span 5}}.war__section:nth-child(4) .war__quotes{grid-column:-1/1}@media(min-width:920px){.war__section:nth-child(4) .war__quotes{grid-column:span 4}}@media(min-width:1420px){.war__section:nth-child(4) .war__quotes{grid-column:-1/-7}}.war__text-content{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.war__text-content{--cols: 6}}@media(min-width:1420px){.war__text-content{--cols: 12}}.war__text-content{gap:24px}.war__text-content p{grid-column:1/-1}@media(min-width:920px){.war__text-content p{grid-column:1/span 4}}@media(min-width:1420px){.war__text-content p{grid-column:1/span 6}}.war__quotes{display:flex;flex-direction:column;gap:24px;padding:16px;font-family:Mak,sans-serif;border-radius:8px;color:var(--bg-color);background-color:var(--text-color)}@media(min-width:920px){.war__quotes{padding:0;max-width:740px;border-radius:8px;color:var(--text-color);background-color:var(--bg-color)}}.war__quotes h2{font-size:20px}@media(min-width:920px){.war__quotes h2{font-size:40px}}.war__btn{text-align:end}.research-work-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:300px;padding:16px 24px;border:1px solid var(--text-color);border-radius:8px}@media(min-width:920px){.research-work-card{flex-direction:row}}.research-work-card__poster{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.research-work-card__info{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:40px}.research-work-card__description{display:flex;flex-direction:column;gap:16px}.research-work-card__btn-wrapper{display:flex;justify-content:flex-end}.research-work-card__btn-wrapper button{color:var(--text-color);border-color:var(--text-color)}.research-work-swiper .swiper{align-items:stretch}.research-work-swiper .swiper-slide{height:auto;display:flex}.research-works{display:flex;flex-direction:column;gap:24px}.research-works__section--swiper{padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.research-works__section--swiper{padding-inline:64px}}.research-works__section--swiper{padding-right:0}@media(min-width:1420px){.research-works__section--swiper{padding-right:64px}}.home{display:flex;flex-direction:column;gap:48px}@media(min-width:920px){.home{gap:80px}}.verse-list{display:flex;flex-direction:column;gap:40px}.verse-list__verse{display:flex;flex-direction:column;gap:8px}@media(min-width:920px){.verse-list__verse{gap:0}}@media(min-width:920px){.verse-list__verse-content{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr);grid-template-columns:repeat(auto-fit,minmax(33.333%,1fr))}}@media(min-width:920px)and (min-width:920px){.verse-list__verse-content{--cols: 6}}@media(min-width:920px)and (min-width:1420px){.verse-list__verse-content{--cols: 12}}@media(min-width:920px){.verse-list__author{text-align:end}}.creative-journey{display:flex;flex-direction:column;gap:24px}.creative-journey__section--swiper{padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.creative-journey__section--swiper{padding-inline:64px}}.creative-journey__section--swiper{padding-right:0}@media(min-width:920px){.creative-journey__section--swiper{padding-right:64px}}.creative-journey__section--author p{font-weight:400;font-size:16px;line-height:140%;letter-spacing:0%}@media(min-width:920px){.creative-journey__section--author p{font-size:18px}}.creative-journey__section--btn{display:flex;justify-content:flex-end}@media(min-width:920px){.creative-journey__author{text-align:end}}.about-header{width:100vw;background-position:center 30%;background-repeat:no-repeat;background-size:cover;background-image:url(/images/about-header-mobile.webp)}@media(min-width:600px){.about-header{background-image:url(/images/about-header.webp)}}.about-header__wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:810px;gap:120px;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.about-header__wrapper{padding-inline:64px}}@media(min-width:600px){.about-header__wrapper{align-items:flex-start;gap:24px;padding-bottom:40px;background:none}}.about-header__subtitle{font-weight:700;max-width:600px}.mission,.mission__texts{display:flex;flex-direction:column;gap:24px}.mission .mission__text--second-temp{display:none}@media(min-width:920px){.mission{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.mission .mission__text--first{grid-column:1;grid-row:1}.mission .mission__text--second-temp{display:block;grid-column:1;grid-row:2}.mission .mission__img{grid-column:2;grid-row:1/span 2;max-width:100%;margin-left:auto;height:auto;justify-self:start;align-self:start}.mission .mission__text--second{display:none}}.sphere-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px 32px;gap:24px;border-radius:8px;background-color:var(--text-color);color:var(--bg-color);height:350px}.sphere-card svg{width:80px;height:80px}.sphere-card svg path{stroke:var(--bg-color)}.sphere-card svg path#fill{fill:var(--bg-color)}@media(min-width:920px){.sphere-card{text-align:start;justify-content:flex-start;align-items:flex-start;height:auto;border-radius:0;background-color:var(--bg-color);color:var(--text-color)}.sphere-card svg path{stroke:var(--text-color)}.sphere-card svg path#fill{fill:var(--text-color)}}.charity-spheres__title{margin-bottom:24px;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.charity-spheres__title{padding-inline:64px}}.charity-spheres__spheres{padding:24px;margin-bottom:40px;display:none;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.charity-spheres__spheres{padding-inline:64px}}@media(min-width:920px){.charity-spheres__spheres{display:block}}.charity-spheres__swiper{margin-bottom:24px;padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.charity-spheres__swiper{padding-inline:64px}}.charity-spheres__swiper{padding-right:0}@media(min-width:920px){.charity-spheres__swiper{display:none}}.charity-spheres__list{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto}.charity-spheres__item:nth-child(1){grid-column:1/span 2;grid-row:1;border-right:1px solid var(--btn-outline-border-active-color)}.charity-spheres__item:nth-child(2){grid-column:3/span 2;grid-row:1}.charity-spheres__item:nth-child(n+3){grid-column:auto;grid-row:2;border-top:1px solid var(--btn-outline-border-active-color);border-right:1px solid var(--btn-outline-border-active-color)}.charity-spheres__item:last-child{border-right:none}.charity-spheres__btn-wrapper{padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){.charity-spheres__btn-wrapper{padding-inline:64px}}.about{display:flex;flex-direction:column;gap:48px}@media(min-width:920px){.about{gap:80px}}.contacts{display:flex;flex-direction:column;gap:24px}.contacts__list{display:flex;flex-direction:column;gap:16px}@media(min-width:920px){.contacts__list{gap:24px}}.contacts__item{display:flex;align-items:center;gap:4px}.contacts__item svg{width:16px;height:16px}@media(min-width:920px){.contacts__item svg{width:24px;height:24px}}.policy{display:flex;flex-direction:column;margin-top:150px;gap:48px}@media(min-width:920px){.policy{gap:80px}}.policy__title{font-size:40px;word-break:break-all;text-align:center}@media(min-width:920px){.policy__title{font-size:128px;text-align:start}}.policy__subtitle{margin-bottom:24px}@media(min-width:920px){.policy__subtitle{margin-bottom:40px}}.policy__section{display:flex;flex-direction:column;gap:40px}.policy__section:last-child{--cols: 2;display:grid;gap:24px;grid-template-columns:repeat(var(--cols),1fr)}@media(min-width:920px){.policy__section:last-child{--cols: 6}}@media(min-width:1420px){.policy__section:last-child{--cols: 12}}.policy__content{grid-column:1/-1}@media(min-width:920px){.policy__content{grid-column:span 5}}@media(min-width:1420px){.policy__content{grid-column:span 8}}.policy__content p{margin-bottom:16px}.policy__content p:last-child{margin-bottom:0}.policy__btn-wrapper{grid-column:1/-1;justify-self:flex-end}@media(min-width:920px){.policy__btn-wrapper{grid-column:-1}}.policy__btn-wrapper{margin-top:auto}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{text-decoration:none;color:inherit}img,svg{display:block;max-width:100%}button{border:none;cursor:pointer;font:inherit;background:initial;outline:none}button:focus,button:focus-visible,button:active{outline:none;box-shadow:none}textarea{resize:vertical}button,input,textarea,select{line-height:normal;font:unset}body{line-height:1.5;-webkit-font-smoothing:antialiased}:focus{outline:auto}@font-face{font-family:SFPro;src:url(/fonts/SFPro.otf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mak;src:url(/fonts/MAK-bold.otf) format("truetype");font-weight:300;font-style:normal;font-display:swap}:root{--bg-color: #030317;--text-color: #e9e9ff;--nav-text-color: #e9e9ff;--btn-bg-color: #202041;--btn-bg-hover-color: #e9e9ff;--btn-bg-active-color: #bfbfd7;--btn-text-color: #e9e9ff;--btn-text-hover-color: #030317;--btn-text-active-color: #030317;--btn-outline-bg-color: transparent;--btn-outline-bg-hover-color: #090920;--btn-outline-bg-active-color: #202041;--btn-outline-border-color: #030317;--btn-outline-border-hover-color: #202041;--btn-outline-border-active-color: #5f5f7d;--btn-outline-text-color: #030317;--btn-outline-text-hover-color: #e9e9ff;--btn-outline-text-active-color: #bfbfd7}h1{font-family:Mak,sans-serif;font-weight:300;font-size:64px;line-height:110%;letter-spacing:-1%}h2{font-weight:500;font-size:20px;line-height:110%;letter-spacing:-1%}h3{font-weight:600;font-size:20px;line-height:120%;letter-spacing:-1%}h4{font-weight:600;font-size:16px;line-height:120%;letter-spacing:-1%}p{font-weight:400;font-size:16px;line-height:140%;letter-spacing:0%}body{font-family:SFPro,sans-serif;font-weight:400;font-size:16px;line-height:140%;letter-spacing:0%}button{font-weight:400;font-size:14px;line-height:110%;letter-spacing:0%}@media(min-width:920px){h1{font-size:128px;line-height:110%}h2{font-size:40px;line-height:110%}h3{font-weight:600;font-size:32px;line-height:120%}h4{font-size:24px;line-height:120%}p{font-size:20px;line-height:140%}body{font-size:20px}button{font-size:18px}}body{color:var(--text-color);background-color:var(--bg-color)}section{padding-inline:16px;max-width:1440px;margin-inline:auto;width:100%}@media(min-width:920px){section{padding-inline:64px}}img{border-radius:8px}
