*{padding:0;margin:0;border:none}*,*:before,*:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}textarea{resize:vertical}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}input[type=file]{max-width:100%}html,body,#root{height:100%}#root{display:flex;flex-direction:column}h1,h2,h3,h4{font-weight:600}.container{max-width:76.25rem;padding:0 .9375rem;margin:0 auto}.allcontainer{max-width:800px;padding:0 .9375rem;margin:0 auto}body{font-family:Times New Roman,sans-serif;font-weight:00;color:var(--color-white)}a{color:var(--color-white)}.no-close{overflow:hidden}.stubpage{margin-top:100px;text-align:center;font-size:26px;font-weight:600}.card{background:var(--color-card-bg);border:1px solid var(--color-card-border);border-radius:12px;padding:24px;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn:hover{background:var(--color-accent-hover);transform:translateY(-2px)}:root{--color-red-dark: linear-gradient( 180deg, rgba(255, 255, 255, .06) 0%, rgba(0, 0, 0, .25) 100% ), linear-gradient(90deg, #6a1016 0%, #4b0f14 50%, #3a0c10 100%);--color-main: linear-gradient( 180deg, rgba(255, 255, 255, .05) 0%, rgba(0, 0, 0, .3) 100% ), linear-gradient(90deg, #0f1a2b 0%, #111f36 50%, #0b1526 100%);--color-hover: lch(97.14% 96.91 102.85);--color-white: #eaeaea}.header{background:var(--color-red-dark);padding:.625rem 0 .9375rem;position:relative}.header__body{display:flex;flex-direction:column;align-items:center;gap:30px}.navigation__list{display:flex;align-items:center;gap:clamp(.75rem,3vw,3.75rem)}.navigation__item{position:relative}.sub-menu__list{background:var(--color-red-dark);position:absolute;top:1.5rem;left:0;padding:.9375rem;z-index:2;border-radius:20px;display:flex;flex-direction:column;gap:.3125rem}.sub-menu__link{color:var(--color-white);font-size:.9375rem}.sub-menu__link:hover{color:var(--color-hover)}.icon-active{transform:rotate(180deg);filter:invert(100%);width:20px;height:20px}.nav-link{font-size:1.125rem;color:var(--color-white);cursor:pointer;font-weight:500;display:flex;align-items:center;transition:color ease-out .4s}.nav-link:hover{color:var(--color-hover)}.nav-icon{width:20px;height:20px;filter:invert(100%)}.nav-icon:hover{filter:invert(93%) sepia(93%) saturate(5411%) hue-rotate(359deg) brightness(108%) contrast(106%)}.header__logo{display:flex;flex-direction:column;align-items:center;gap:.625rem}.header__logo-text{font-weight:800;color:#f1f1ec;text-shadow:0 0 8px rgba(255,215,0,.4);max-width:80px;text-align:center;max-width:5rem;font-size:.9375rem}.logo-img{max-width:200px;max-height:50px;border-radius:30px}.burger-menu{width:40px;height:40px;border-radius:10px;display:none;box-shadow:0 8px 24px #00000080}.burger-menu__icon{filter:brightness(0) invert(1)}.burger-menu__main{display:none;position:fixed;padding-top:5rem;top:var(--header-height);left:0;width:100%;height:100%;z-index:9;background:var(--color-main)}.open{display:block}.burger-menu__list{display:flex;flex-direction:column;align-items:center;justify-content:center}.burger-menu__list li{margin-bottom:.625rem}.burger-menu__nav-link{font-size:1.4rem;display:flex;justify-content:center;align-items:center}.burger-menu__sub-menu{display:flex;flex-direction:column;align-items:center;padding:.9375rem 0}@media(max-width:900px){.nav-link{font-size:1rem}}@media(max-width:790px){.navigation{display:none}.header__logo{display:flex;flex-direction:row;align-items:center;gap:.625rem}.header__logo-text{font-size:1rem;text-align:center;max-width:100%}.header__body{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.9rem;align-items:start}.burger-menu{display:block}}@media(max-width:768px){.container{max-width:48rem;padding-left:1rem;padding-right:1rem}}@media(max-width:600px){.header__logo-text{font-size:.93rem;text-align:center;max-width:50%}.header__logo{gap:.5rem}.burger-menu{width:40px;height:40px;border-radius:0}}@media(max-width:460px){.burger-menu__nav-link{font-size:1.2rem}.header__logo-text{font-size:.8rem;text-align:center;max-width:50%}.burger-menu__icon{width:40px;height:30px}.burger-menu{width:40px;height:33px;border-radius:0}}.footer{padding:30px 0;background:var(--color-red-dark);border-top:1px solid rgba(255,255,255,.352)}.footer__body{display:flex;align-items:start;justify-content:space-between;margin:0 auto;gap:clamp(.9375rem,3vw,3.75rem)}.footer__link{font-size:14px}.footer__link:hover{text-decoration:underline}.footer__contacts-group{max-width:25rem}.footer__copyright{margin-bottom:20px;font-size:clamp(.9375rem,1.2vw,1.125rem)}.footer__partners-group{max-width:25rem}.footer__partners-group p{font-size:clamp(.9rem,.85rem + .3vw,1.125rem);margin-bottom:10px}.footer__partners-group li{margin-bottom:10px}.footer__link-partner{font-size:clamp(.9rem,.85rem + .3vw,1.125rem);line-height:1.4px}.footer__link-partner:hover{text-decoration:underline;opacity:.7;transition:opacity ease-in .2s}@media(max-width:900px){.footer__partners-group,.footer__contacts-group{max-width:18rem;text-wrap:wrap}}@media(max-width:390px){.footer__partners-group li{margin-bottom:7px}.footer__partners-group{display:none}.footer__body{justify-content:center}}.allcontainer{max-width:800px;padding:0 15px;margin:0 auto}.news-item__body{display:flex;flex-direction:column;align-items:start;justify-content:center;margin:0 auto}.news-item__title{font-size:1.5625rem;padding-top:10px;margin-bottom:30px;line-height:1.4}.news-item__subtitle{font-size:1.125rem;margin-bottom:20px;line-height:1.4}.news-item__image{width:100%;height:500px;margin:0 auto;border-radius:20px;object-fit:cover}.news-item__text{margin-top:20px;font-size:1.125rem;line-height:1.7;white-space:pre-line}@media(max-width:600px){.news-item__title{line-height:1.15;font-size:1.4rem}.news-item__image{height:300px}.news-item__text,.news-item__subtitle{font-size:1rem}}main{background:var(--color-main);padding-top:20px;padding-bottom:100px;flex:1}.slider{width:100%;max-width:500px;height:450px;overflow:hidden;position:relative;border-radius:20px;display:block}.slider__img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:0;display:block;transition:opacity 1.2s ease-in-out}.slider__img.active{z-index:1;opacity:1}.main__body{display:flex;align-items:start;justify-content:center;gap:clamp(.75rem,3vw,3.75rem);overflow:hidden}.main__title{max-width:400px;font-size:clamp(1.15rem,1rem + 1vw,1.75rem);text-align:start;margin-bottom:30px;font-weight:600}.main__text{margin-bottom:20px;color:var(--color-white);overflow:hidden;max-width:400px;line-height:1.9}@media(max-width:900px){main{padding-top:10px}.main__text{line-height:1.5;margin-bottom:10px}.main__body{font-size:.9rem}.main__title{margin-bottom:10px}}@media(max-width:660px){.slider{height:300px}.main__title{max-width:300px;font-size:1rem}.main__text{font-size:.85rem}.two{display:none}}@media(max-width:500px){.slider{width:400px;height:250px}.main__body{flex-direction:column-reverse;align-items:center}.main__text{display:none;text-align:center}}.section-grants{padding-top:50px;padding-bottom:100px;background:linear-gradient(180deg,#ffffff0d,#0000004d),linear-gradient(90deg,#0f1a2b,#111f36,#0b1526)}.section-grants__title{text-align:center;font-size:22px;color:#fff;margin-bottom:20px}.section-grants__profile{color:#fff;font-size:clamp(.9375rem,1.2vw,1.125rem)}.section-grants__result-list{display:flex;align-items:start;justify-content:center;flex-wrap:wrap;row-gap:1.4rem;padding-top:50px;padding-bottom:50px}.section-grants__text{font-size:18px}.section-grants__column{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:300px}.section-grants__column img{width:200px;height:200px;border-radius:50%;object-fit:cover}.section-grants__column-text{text-align:center;max-width:250px}.last-news-section{padding-block:clamp(2.5rem,6vw,4.375rem);background:linear-gradient(180deg,#ffffff0d,#0000004d),linear-gradient(90deg,#0f1a2b,#111f36,#0b1526)}.last-news-section__title{margin-bottom:clamp(1.25rem,3vw,1.875rem);text-align:center;font-size:clamp(1.25rem,2.2vw,1.5rem);letter-spacing:1px;font-weight:700}.last-news-section__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:clamp(1.25rem,4vw,2.5rem)}.last-news-card{display:flex;flex-direction:column;gap:.5rem;max-width:400px;margin-inline:auto;height:100%}.last-news-card__image{aspect-ratio:4/5;width:100%;object-fit:cover;border-radius:15px;margin-bottom:10px}.last-news-card__title{font-size:clamp(.95rem,1.2vw,1.0625rem);text-align:center;font-weight:500;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.section-info{background:linear-gradient(180deg,#0000005b,#0000005e),linear-gradient(90deg,#0a0f1cc3,#141e30d3),url(/complex.webp);background-size:cover;background-position:center;padding-top:100px;padding-bottom:100px;background-repeat:no-repeat}.section-info__body{margin:0 auto}.section-info__title{font-size:23px;margin-bottom:20px}.section-info__text{line-height:1.9;font-size:clamp(1rem,1.1vw,1.0625rem);margin-bottom:20px}@media(max-width:900px){.section-info__text{line-height:1.4}}@media(max-width:500px){.section-info{padding-top:50px}}.section-contacts{padding-top:10px;margin-bottom:40px}.section-contacts__body{display:flex;flex-direction:column;gap:.93rem;font-size:1.125rem}.section-contacts__title{font-size:1.25rem;margin-bottom:1rem}.section-contacts__number,.section-contacts__address{margin-bottom:1rem}@media(max-width:600px){.section-contacts__body{font-size:1rem}}.section-news__news-list{margin-top:40px}.news-list__item{display:flex;align-items:start;gap:1.25rem;margin-bottom:1.25rem;overflow:clip;text-overflow:ellipsis;text-wrap:wrap}.section-news__title{margin-top:20px;font-size:1.375rem}.news-list__item-info{height:160px}.news-list__image{width:200px;height:150px;object-fit:cover;border-radius:8px;flex-shrink:0}.news-list__item-title{font-size:1.125rem;color:#fff;text-decoration:underline}.news-list__item-subtitle{line-height:1.5;margin-top:20px;font-size:1rem}.news-list__buttons{display:flex;justify-content:center;gap:10px}.news-list__pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.news-list__btn{padding:10px 18px;background:var(--color-red-dark);border-radius:10px;color:#fff;font-size:.95rem;border:none;cursor:pointer;transition:background ease-in-out .3s,transform .15s ease-in-out,opacity .2s ease-in-out}.news-list__btn:hover:not(:disabled){background-color:var(--color-hover);transform:translateY(-1px)}.news-list__btn:disabled{opacity:.5;cursor:default}.news-list__page-info{font-size:.95rem;color:#fff}.news-list__loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;gap:10px}.news-list__loader-spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:var(--color-red-dark);animation:news-spinner .8s linear infinite}.news-list__loader-text{font-size:.95rem;color:#fff}.news-list__error{margin-top:16px;margin-bottom:8px;padding:10px 14px;background:#ff000014;border-left:3px solid var(--color-red-dark);color:#fff;font-size:.9rem}.news-list__empty{padding:30px 0;text-align:center;color:#fff;font-size:1rem}@keyframes news-spinner{to{transform:rotate(360deg)}}@media(max-width:600px){.news-list__item-title{font-size:1.05rem}.news-list__item-subtitle{font-size:.95rem;line-height:1.3}}@media(max-width:500px){.news-list__image{width:150px;height:100px}.news-list__item-info{height:100px}.news-list__item-subtitle{display:none}}@media(max-width:360px){.news-list__item-title{font-size:.85rem;text-wrap:wrap}.news-list__item-subtitle{display:none}}.section-management{padding:30px 0 60px}.section-management__title{margin-bottom:40px;font-size:1.25rem}.management__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:stretch}.management-card{background:#00000059;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:16px 14px 18px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);height:100%}.management-card__image-wrapper{width:100%;aspect-ratio:5 / 4;overflow:hidden;border-radius:10px;margin-bottom:10px}.management-card__image{width:100%;height:100%;object-fit:cover}.management-card__info{text-align:center}.management-card__name{font-weight:600;font-size:1.125rem;margin-bottom:6px}.management-card__position{font-size:1rem;opacity:.9}@media(max-width:1024px){.management__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.management__grid{grid-template-columns:1fr;gap:20px}.section-management__title{font-size:1.125rem}}.sport-sambo__body{font-size:1.125rem}.sport-sambo__title{font-size:1.25rem;margin-bottom:.875rem}.sport-sambo__info{margin-bottom:1.25rem;line-height:1.4}.sport-sambo__image{margin:1.25rem 0;border-radius:20px}@media(max-width:600px){.sport-sambo__body{font-size:1rem}.sport-sambo__title{font-size:1.125rem}}.combat-sambo__body{font-size:1.125rem;line-height:1.4}.combat-sambo__title{font-size:1.25rem;margin-bottom:15px}.combat-sambo__image{margin:20px 0;border-radius:20px}@media(max-width:600px){.combat-sambo__body{font-size:1rem}.combat-sambo__title{font-size:1.125rem}}.sambo-history__body{font-size:1.125rem;line-height:1.4}.sambo-history__title{font-size:1.25rem}.sambo-history__image{width:100%;max-height:520px;border-radius:20px;margin-top:20px;margin-bottom:20px}@media(max-width:600px){.sambo-history__body{font-size:1rem}.sambo-history__title{font-size:1.125rem}}.section-about{font-size:1.125rem;padding-top:10px;line-height:1.4}.section-about__title{font-size:1.25rem;margin-bottom:1.25rem}.section-about__info{display:flex;flex-direction:column;gap:1.25rem}.info-block__list li{margin-bottom:10px;margin-top:10px}.info-block p{margin-top:10px;margin-bottom:10px}@media(max-width:600px){.section-about{font-size:1rem}.section-about__title{font-size:1.125rem}}.documents__body{font-size:1.125rem}.documents__title{font-size:1.25rem;margin-bottom:.875rem}@media(max-width:600px){.documents__body{font-size:1rem}.documents__title{font-size:1.125rem;margin-bottom:.875rem}}
