.header{--header-surface:#0f0f0f;--header-text:#fff;--header-border:#72a3c3;--header-action-surface:#0f0f0f;--header-theme-surface:#173247;--header-theme-active:#72a3c3;--header-theme-icon:#fff;--header-mobile-panel:#181a1d;--header-shadow:0 12px 32px #0000003d}[data-theme=light] .header{--header-surface:#f7f7f7;--header-text:#101010;--header-border:#72a3c3;--header-action-surface:#fff;--header-theme-surface:#c6ddea;--header-theme-active:#72a3c3;--header-theme-icon:#fff;--header-mobile-panel:#efefef;--header-shadow:0 10px 28px #0000001f}.header{z-index:120;pointer-events:none;width:100%;margin:0;padding:0;position:fixed;top:0;left:50%;transform:translate(-50%)}.header__shell{pointer-events:auto;background-color:var(--header-surface);width:100%;max-width:620px;height:56px;color:var(--header-text);justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:8px 12px;transition:background-color .25s,color .25s;display:flex}@media (width<=768px){.header__shell{max-width:100%;margin:0}}.header__brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.header__brand-logo{width:42px;height:42px;display:block}.header__nav,.header__desktop-actions{display:none}.header__mobile-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.header__mobile-lang,.header__mobile-toggle{border:1px solid var(--header-border);background-color:var(--header-action-surface);width:43px;height:43px;color:var(--header-border);border-radius:11px;justify-content:center;align-items:center;padding:0;display:inline-flex}.header__mobile-lang{cursor:default;font-family:Roboto,sans-serif;font-size:16px}.header__mobile-toggle{cursor:pointer}.header__mobile-toggle-icon{stroke-width:2px;width:22px;height:22px}.header__mobile-layer{pointer-events:auto;width:min(100vw - 28px,228px);animation:.26s ease-out both header-layer-fade-in;position:absolute;top:calc(100% + 10px);right:14px}.header__mobile-panel{background-color:var(--header-mobile-panel);min-height:432px;max-height:calc(100vh - 100px);color:var(--header-text);box-shadow:var(--header-shadow);transform-origin:100% 0;border-radius:10px;flex-direction:column;padding:24px 16px 14px;animation:.34s cubic-bezier(.22,1,.36,1) both header-panel-open;display:flex;overflow-y:auto}.header__mobile-nav{flex-direction:column;gap:28px;display:flex}.header__mobile-link{color:var(--header-text);opacity:0;font-size:18px;font-weight:400;line-height:1.2;text-decoration:none;transition:opacity .2s;animation:.28s ease-out forwards header-item-in;transform:translateY(6px)}.header__mobile-link:hover{opacity:.8}.header__mobile-link:first-child{animation-delay:60ms}.header__mobile-link:nth-child(2){animation-delay:.1s}.header__mobile-link:nth-child(3){animation-delay:.14s}.header__mobile-link:nth-child(4){animation-delay:.18s}.header__mobile-link:nth-child(5){animation-delay:.22s}.header__mobile-link:nth-child(6){animation-delay:.26s}.header__mobile-footer{opacity:0;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;animation:.28s ease-out .3s forwards header-item-in;display:flex;transform:translateY(8px)}.header__mobile-theme-label{color:var(--header-text);font-size:18px;font-weight:400;line-height:1.2}.header__mobile-theme,.header__theme{background-color:var(--header-theme-surface);border-radius:10px;align-items:center;gap:4px;padding:4px;display:inline-flex}.header__mobile-theme-button,.header__theme-button{width:36px;height:36px;color:var(--header-theme-icon);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .2s;display:inline-flex}.header__mobile-theme-button--active,.header__theme-button--active{background-color:var(--header-theme-active)}.header__mobile-theme-icon,.header__theme-icon{stroke-width:2px;width:18px;height:18px}.header__lang{position:relative}.header__lang-trigger{border:1px solid var(--header-border);background-color:var(--header-action-surface);width:43px;height:43px;color:var(--header-border);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:opacity .2s;display:inline-flex}.header__lang-trigger:hover{opacity:.8}.header__lang-dropdown{border:1px solid var(--header-border);background-color:var(--header-action-surface);box-shadow:var(--header-shadow);opacity:0;pointer-events:none;border-radius:10px;flex-direction:column;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:0;right:calc(100% - 45px);overflow:hidden;transform:translateY(-8px)scale(.98)}.header__lang-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.header__lang-close,.header__lang-option{border:none;border-bottom:1px solid var(--header-border);width:43px;height:43px;color:var(--header-border);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:background-color .2s;display:inline-flex}.header__lang-close:last-child,.header__lang-option:last-child{border-bottom:none}.header__lang-close:hover,.header__lang-option:hover{background-color:color-mix(in srgb, var(--header-border) 10%, transparent)}.header__lang-close-icon{stroke-width:2px;width:22px;height:22px}@media screen and (width>=768px){.header{padding:0;top:0}.header__shell{border-radius:0;max-width:none;min-height:70px;padding:12px 24px}.header__mobile-layer{width:320px;top:calc(100% + 14px);right:24px}}@media screen and (width>=768px) and (width<=900px){.header__mobile-layer{width:280px}.header__lang-dropdown{top:calc(100% + 8px);right:0}}@media screen and (width>=1440px){.header{width:910px;padding:20px 0}.header__shell{border-radius:12px;gap:26px;max-width:920px;min-height:70px;padding:10px 18px 10px 14px}.header__brand-logo{width:46px;height:46px;margin-left:20px}.header__nav{justify-content:center;align-items:center;gap:24px;min-width:0;margin:0;display:flex}.header__nav-link{color:var(--header-text);white-space:nowrap;font-size:14px;font-weight:400;line-height:1.2;text-decoration:none;transition:opacity .2s}.header__nav-link:hover{opacity:.8}.header__desktop-actions{align-items:center;gap:10px;display:flex}.header__lang-trigger{width:44px;height:44px;font-size:16px}.header__lang-dropdown{top:calc(100% + 8px);right:0}.header__theme-button{border-radius:9px;width:40px;height:40px}.header__theme-icon{width:20px;height:20px}.header__mobile-actions,.header__mobile-layer{display:none}}@keyframes header-layer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes header-panel-open{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes header-item-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes lang-dropdown-open{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.footer{--footer-bg:#1a1a1a;--footer-title:#fff;--footer-copyright:#fff;--footer-copyright-text:#b0b0b0;--footer-city:#f5f5f5;--footer-address:#f5f5f5;--footer-link:#fff;--footer-social-bg:#72a3c3;--footer-social-hover:#5a8ca7;--footer-icon-filter:brightness(0) invert(1) brightness(.102)}[data-theme=light] .footer{--footer-bg:#e7e7e7;--footer-title:#0f0f0f;--footer-city:#0f0f0f;--footer-copyright-text:#888;--footer-address:#0f0f0f;--footer-copyright:#1a1a1a;--footer-link:#0f0f0f;--footer-social-bg:#72a3c3;--footer-social-hover:#5a8ca7;--footer-icon-filter:brightness(0) invert(1)}.footer{background-color:var(--footer-bg);margin-top:104px;padding:30px 0 20px;transition:background-color .3s;overflow-x:clip}.footer__content{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.footer__column{flex:1;min-width:0}.footer__title{color:var(--footer-title);margin:0 0 12px;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;transition:color .3s}.footer__link{color:var(--footer-link);overflow-wrap:anywhere;margin-bottom:12px;font-size:16px;line-height:2;text-decoration:none;transition:color .2s;display:block}.footer__link:hover{opacity:.8}.footer__link--phone{margin-bottom:16px}.footer__socials{gap:12px;display:flex}.footer__socials__social-btn{background-color:var(--footer-social-bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:background-color .2s;display:flex}.footer__socials__social-btn:hover{background-color:var(--footer-social-hover)}.footer__socials__social-btn img{width:25px;height:25px;filter:var(--footer-icon-filter)}.footer__socials--desktop{display:none}.footer__socials--mobile{margin-top:24px;display:block}.footer__city{color:var(--footer-city);letter-spacing:.3px;margin:0 0 4px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;transition:color .3s}.footer__address{color:var(--footer-address);overflow-wrap:anywhere;margin:0 0 16px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.5;transition:color .3s}.footer__address-link{text-decoration:none}.footer__map-container{border-radius:10px;width:100%;height:200px;margin-top:8px;overflow:hidden}.footer__map-iframe{border:none;border-radius:10px;width:100%;height:100%;display:block}.footer_copyright{align-items:center;gap:5px;margin-bottom:20px;display:flex}.footer_copyright svg{width:16px;height:16px;color:var(--footer-copyright)}.footer_year{color:var(--footer-copyright);font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:150%}.footer_law{color:var(--footer-copyright-text);margin:0;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:150%}.footer__made-by{text-align:center;background-color:#72a3c3;justify-content:center;align-items:center;height:49px;display:flex}.footer__made-by a{text-decoration:none}.footer__made-by__text{color:#fff;letter-spacing:1px;margin:0;font-family:Roboto,sans-serif;font-size:18px;font-weight:600}@media screen and (width>=768px){.footer{padding:40px 0 0}.footer__content{gap:32px;margin-bottom:32px}.footer__title{margin-bottom:16px;font-size:28px}.footer__map-container{height:250px}.footer__socials--mobile{margin-top:28px}}@media screen and (width>=992px){.footer{padding:48px 0 0}.footer__content{gap:32px;margin-bottom:40px}.footer__title{margin-bottom:20px;font-size:32px}.footer__map-container{height:280px}}@media screen and (width>=1440px){.footer{padding:60px 0 0}.footer__socials--desktop{margin-top:56px;display:block}.footer__socials--mobile{display:none}.footer__content{flex-direction:row;align-items:flex-start;gap:158px;margin-bottom:50px}.footer__column--nav{flex:0 0 200px;max-width:200px}.footer__column--contacts{flex:0 0 220px;max-width:220px}.footer__column--addresses{flex:1}.footer__title{margin-bottom:24px;font-size:36px}.footer__city{font-size:18px}.footer__address{margin-bottom:20px;font-size:18px}.footer__link{margin-bottom:0;font-size:18px;line-height:2.5}.footer__map-container{height:290px;margin-top:0}.footer_copyright{margin-bottom:24px}}.floating-menu-with-scroll-top{--floating-menu-bg:#72a3c3;--floating-menu-text:#fff}[data-theme=light] .floating-menu-with-scroll-top{--floating-menu-bg:#fff;--floating-menu-text:#72a3c3}.floating-menu-with-scroll-top{z-index:1000;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:50px;right:50px}.floating-menu-with-scroll-top__items{opacity:0;visibility:hidden;flex-direction:column;align-items:flex-end;gap:12px;transition:opacity .3s,transform .3s,visibility .3s;display:flex;transform:translateY(20px)}.floating-menu-with-scroll-top__items--open{opacity:1;visibility:visible;transform:translateY(0)}.floating-menu-with-scroll-top__item{background-color:var(--floating-menu-bg);cursor:pointer;opacity:0;width:243px;min-height:44px;color:var(--floating-menu-text);white-space:nowrap;border:1px solid #72a3c3;border-radius:8px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:500;transition:background-color .2s,transform .2s;animation:.3s forwards slideUp;display:flex;transform:translateY(20px)}.floating-menu-with-scroll-top__item:hover{transform:translateY(0)scale(1.02)}.floating-menu-with-scroll-top__toggle{cursor:pointer;color:#fff;background-color:#72a3c3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:background-color .3s,transform .3s;display:flex;position:relative}.floating-menu-with-scroll-top__toggle:before,.floating-menu-with-scroll-top__toggle:after{content:"";z-index:-1;background-color:#72a3c380;border-radius:50%;width:60px;height:60px;animation:2s ease-out infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.floating-menu-with-scroll-top__toggle:after{animation-delay:1s}.floating-menu-with-scroll-top__toggle svg{width:24px;height:24px;transition:transform .3s}.floating-menu-with-scroll-top__toggle--open{color:#0f0f0f;transform:rotate(90deg)}.floating-menu-with-scroll-top__toggle--open:before,.floating-menu-with-scroll-top__toggle--open:after{opacity:0;animation:none}.floating-menu-with-scroll-top__scroll-top{cursor:pointer;opacity:0;visibility:hidden;background-color:#72a3c3;border:none;justify-content:center;align-items:center;width:60px;height:60px;margin-top:20px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 12px #0000004d}.floating-menu-with-scroll-top__scroll-top:before,.floating-menu-with-scroll-top__scroll-top:after{content:"";z-index:-1;background-color:#72a3c380;border-radius:50%;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.floating-menu-with-scroll-top__scroll-top:after{animation-delay:1s}.floating-menu-with-scroll-top__scroll-top--visible{opacity:1;visibility:visible}.floating-menu-with-scroll-top__scroll-top:active{transform:translateY(-1px)}.floating-menu-with-scroll-top__scroll-top-icon{color:#0f0f0f;width:40px;height:30px}@media (width<=768px){.floating-menu-with-scroll-top{bottom:16px;right:16px}.floating-menu-with-scroll-top__item{width:220px}}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.partners{margin-top:104px!important}.partners-title{text-align:center;color:var(--text-primary);margin-bottom:64px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}@media screen and (width>=768px){.partners-title{font-size:32px}}@media screen and (width>=992px){.partners-title{font-size:36px}}.partners-wrapper{width:100%;overflow:hidden}.partners-swiper{width:100%}.partners-swiper .swiper-wrapper{align-items:center;transition-timing-function:linear!important}.partner-slide{width:auto!important}.partner-card{flex-shrink:0;width:70px;height:70px}.partner-card img{border-radius:10px;width:70px;height:70px;display:block}@media screen and (width>=768px){.partner-card img{width:120px;height:120px}}@media screen and (width>=992px){.partner-card img{width:120px;height:120px}}@media screen and (width>=768px){.partner-card{width:120px;height:120px}}@media screen and (width>=992px){.partner-card{width:120px;height:120px}}.WhyGeeksCard-wrapper{--WhyGeeks-bg-card:#1a1a1a}[data-theme=light] .WhyGeeksCard-wrapper{--WhyGeeks-bg-card:#fff}.WhyGeeksCard-wrapper{background-color:var(--WhyGeeks-bg-card);border-radius:12px;width:100%;max-width:298px;margin:0 auto 10px;padding:12px 5.5px;position:relative}@media screen and (width>=768px){.WhyGeeksCard-wrapper{justify-content:start;max-width:623px;margin-bottom:43px;padding:10.5px 0 10.5px 12px;display:flex}}@media screen and (width>=992px){.WhyGeeksCard-wrapper{max-width:1110px;padding:28px 0 28px 16px}}.WhyGeeksCard-wrapper .WhyGeeksCard-kvadrat{z-index:-10;background-color:var(--WhyGeeks-bg-card);width:12px;height:12px;position:absolute;top:21px;left:-5px;transform:rotate(45deg)}.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex{align-items:center;gap:16px;display:flex}.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-img{justify-content:center;align-items:center;width:32px;display:flex}.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text{min-width:0}.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-title{color:var(--WhyGeeks-title-card);margin-bottom:2px;font-size:18px;font-weight:600;line-height:140%}@media screen and (width>=768px){.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-title{font-size:26px}}@media screen and (width>=992px){.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-title{font-size:28px}}.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-info{color:var(--WhyGeeks-p-card);font-size:16px;font-weight:400}@media screen and (width>=768px){.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-info{font-size:18px}}@media screen and (width>=992px){.WhyGeeksCard-wrapper .WhyGeeksCard-wrapper-flex .WhyGeeksCard-wrapper-text .WhyGeeksCard-info{font-size:18px}}.WhyGeeks-mobile-wrapper{width:100%;max-width:360px;margin:106px auto 0}@media screen and (width>=768px){.WhyGeeks-mobile-wrapper{max-width:768px}}@media screen and (width>=992px){.WhyGeeks-mobile-wrapper{max-width:1200px}}.WhyGeeks-card-animation-hidden{width:100%;min-width:0;margin-left:-8px;padding-left:8px;overflow:hidden}.WhyGeeks-title{letter-spacing:0%;text-align:center;color:var(--text-primary);margin-bottom:64px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}@media screen and (width>=768px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:360px;margin:106px auto 0}}@media screen and (width>=768px) and (width>=768px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:768px}}@media screen and (width>=768px) and (width>=992px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:1200px}}@media screen and (width>=768px){.WhyGeeks-title .WhyGeeks-line-wrapper{align-items:flex-start;display:flex;overflow:hidden}.WhyGeeks-title .WhyGeeks-line-img{object-fit:contain;width:auto;height:100%}.WhyGeeks-title .WhyGeeks-wrapper-card{align-items:flex-start;gap:10px;display:flex;overflow:hidden}.WhyGeeks-title .WhyGeeks-title{color:var(--text-primary);text-align:center;margin-bottom:64px;font-size:24px;font-weight:700}}@media screen and (width>=768px) and (width>=768px){.WhyGeeks-title .WhyGeeks-title{font-size:32px}}@media screen and (width>=768px) and (width>=992px){.WhyGeeks-title .WhyGeeks-title{font-size:36px}}@media screen and (width>=768px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:360px;margin:106px auto 0}}@media screen and (width>=768px) and (width>=768px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:768px}}@media screen and (width>=768px) and (width>=992px){.WhyGeeks-title .WhyGeeks-mobile-wrapper{width:1200px}}@media screen and (width>=768px){.WhyGeeks-title .WhyGeeks-line-wrapper{overflow:hidden}.WhyGeeks-title .WhyGeeks-wrapper-card{gap:10px;display:flex;overflow:hidden}.WhyGeeks-title .WhyGeeks-title{color:var(--text-primary);text-align:center;margin-bottom:64px;font-size:24px;font-weight:700}}@media screen and (width>=768px) and (width>=768px){.WhyGeeks-title .WhyGeeks-title{font-size:32px}}@media screen and (width>=768px) and (width>=992px){.WhyGeeks-title .WhyGeeks-title{font-size:36px}}@media screen and (width>=992px){.WhyGeeks-title{font-size:36px}}.WhyGeeks-wrapper-card{gap:10px;width:100%;min-width:0;display:flex}.WhyGeeks-cards{flex:1;min-width:0}.WhyGeeks-line-wrapper{width:15px;overflow:hidden}@media screen and (width>=768px){.WhyGeeks-line-wrapper{width:34px}}.WhyGeeks-line-img{height:536px;display:block}@media screen and (width>=768px){.WhyGeeks-line-img{height:604px}}@media screen and (width>=992px){.WhyGeeks-line-img{height:793px}}.WhyGeeks-card-row{width:100%;min-width:0;position:relative}.WhyGeeksCard-ellipseLineBox{line-height:0;display:block;position:absolute;top:20px;left:-30.5px;overflow:hidden}@media screen and (width>=768px){.WhyGeeksCard-ellipseLineBox{top:12px;left:-56.5px}}@media screen and (width>=992px){.WhyGeeksCard-ellipseLineBox{top:12px;left:-56.5px}}.WhyGeeksCard-ellipseLine{display:block}.about{--about-title-color:#fff;--about-card-title-color:#fff;--about-card-description-color:#bababa;--about-card-border:#72a3c3}[data-theme=light] .about{--about-title-color:#0f0f0f;--about-card-title-color:#0f0f0f;--about-card-description-color:#6d6d6d}.about{overflow-x:hidden;margin-top:72px!important}.about_cards{flex-direction:column;gap:18px;margin-top:26px;display:flex;overflow:hidden}.about_cards_card{border:2px solid var(--about-card-border);will-change:transform, opacity;background-color:#0000;border-radius:8px;align-items:flex-start;min-height:112px;padding:18px 14px;transition:transform .8s,opacity .8s;display:flex;overflow:hidden}.about_cards_card.slide-left{opacity:0;transform:translate(-100px)}.about_cards_card.slide-right{opacity:0;transform:translate(100px)}.about_cards_card.animate{opacity:1;transform:translate(0,0)}.about_cards_card_content{align-items:flex-start;gap:12px;width:100%;display:flex}.about_cards_card_content_icons{flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.about_cards_card_content_icons_icon{object-fit:contain;width:32px;height:32px;display:block}.about_cards_card_content_text{min-width:0;padding-top:1px}.about_cards_card_content_text_title{color:var(--about-card-title-color);margin:0;font-family:Roboto,sans-serif;font-size:21px;font-weight:600;line-height:1.2}.about_cards_card_content_text_description{color:var(--about-card-description-color);margin:8px 0 0;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;line-height:1.25}.about_title{color:var(--about-title-color);text-align:center;font-family:Roboto,sans-serif;font-size:24px;font-weight:700}@media screen and (width>=768px){.about{margin-top:104px!important}.about_title{font-size:32px}.about_cards{gap:24px;margin-top:34px}.about_cards_card{border-width:3px;min-height:124px;padding:20px 16px}.about_cards_card_content{gap:14px}.about_cards_card_content_icons{flex-basis:38px;width:38px;height:38px}.about_cards_card_content_icons_icon{width:36px;height:36px}.about_cards_card_content_text_title{font-size:24px}.about_cards_card_content_text_description{font-size:16px}}@media screen and (width>=992px){.about_title{font-size:36px}.about_cards{gap:38px}.about_cards_card{min-height:130px;padding:22px 18px}.about_cards_card_content{gap:18px}.about_cards_card_content_icons{flex-basis:42px;width:42px;height:42px}.about_cards_card_content_icons_icon{width:40px;height:40px}.about_cards_card_content_text_title{font-size:28px}.about_cards_card_content_text_description{font-size:18px}}.program{--program-title-color:#fff;--program-card-bg:#1a1a1a;--program-card-text:#72a3c3}[data-theme=light] .program{--program-title-color:#0f0f0f;--program-card-bg:#fff}.program{margin-top:104px!important}.program_title{color:var(--program-title-color);text-align:center;margin:0 0 24px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}.program_cards .swiper-wrapper{display:flex}.program_cards_card{cursor:pointer;perspective:1200px;background:0 0;border:none;border-radius:4px;width:100%;height:247px;padding:0;display:block}.program_cards_card_inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;display:block;position:relative}.program_cards_card_front,.program_cards_card_back{background:var(--program-card-bg);backface-visibility:hidden;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.program_cards_card_front{transform:rotateX(0)}.program_cards_card_back{padding:20px;transform:rotateX(-180deg)}.program_cards_card_title,.program_cards_card_text{color:var(--program-card-text);text-align:center;text-shadow:0 0 14px #72a3c3bf;padding:0 14px;font-family:Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1.2}.program_cards_card_active .program_cards_card_inner{transform:rotateX(180deg)}@media screen and (width>=768px){.program_title{margin-bottom:32px;font-size:28px}.program_cards .swiper-wrapper{flex-direction:column;gap:24px}.program_cards .swiper-slide{width:100%!important}.program_cards_card{height:296px}.program_cards_card_title,.program_cards_card_text{font-size:26px}}@media screen and (width>=992px){.program_title{margin-bottom:64px;font-size:36px}.program_cards_card{max-width:1030px;height:296px;margin:0 auto}.program_cards_card_title,.program_cards_card_text{font-size:28px}}.terms{margin-bottom:96px;overflow-x:hidden;margin-top:104px!important}.terms_title{color:var(--text-primary);text-align:center;margin-bottom:28px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:1.2}.terms_cards{flex-direction:column;gap:24px;display:flex;overflow:hidden}.terms_cards_card{will-change:transform, opacity;background:#fff;border-radius:6px;width:100%;min-height:96px;transition:background-color .3s,transform .8s,opacity .8s}.terms_cards_card.slide-right{opacity:0;transform:translate(100px)}.terms_cards_card.animate{opacity:1;transform:translate(0,0)}.terms_cards_card_content{align-items:center;gap:16px;min-height:96px;padding:20px 10px;display:flex}.terms_cards_card_content_icons{background:#78a9c8;border-radius:5px;flex:0 0 65px;justify-content:center;align-items:center;width:65px;height:65px;transition:background-color .3s;display:flex}.terms_cards_card_content_icon{object-fit:contain;width:40px;height:40px}.terms_cards_card_content_text{flex-direction:column;gap:4px;display:flex}.terms_cards_card_content_text_title{color:#6d6d6d;margin:0;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.2;transition:color .3s}.terms_cards_card_content_text_value{color:#0f0f0f;margin:0;font-size:18px;font-weight:500;line-height:1.3;transition:color .3s}[data-theme=dark] .terms_cards_card{background:#1a1a1a}[data-theme=dark] .terms_cards_card_content_icons{background:#255167}[data-theme=dark] .terms_cards_card_content_text_title{color:#99a1af}[data-theme=dark] .terms_cards_card_content_text_value{color:#fff}@media screen and (width<=767px){.terms{margin-top:64px;margin-bottom:64px}.terms_title{margin-bottom:20px;font-size:26px}.terms_cards{gap:16px}.terms_cards_card{min-height:88px}.terms_cards_card_content{min-height:88px;padding:18px 10px}.terms_cards_card_content_text_value{font-size:13px}}.business{--business-card-bg:#1d1d1d;--business-card-text:#f5f5f5;--business-card-muted:#b9b9b9;--business-accent:#72a3c3;--business-overlay:#060606b8;--business-modal-bg:#1d1d1d;--business-modal-surface:#1d1d1d;--business-modal-text:#fff;--business-modal-muted:#99a1af;--business-control-text:#fff;--business-control-icon-color:#1a1a1a}[data-theme=light] .business{--business-card-bg:#fff;--business-card-text:#1a1a1a;--business-card-muted:#666;--business-overlay:#12121294;--business-modal-bg:#fff;--business-modal-surface:#fff;--business-modal-text:#0f0f0f;--business-modal-muted:#666;--business-control-text:#fff;--business-control-icon-color:#fff}.business{padding-bottom:8px;position:relative;overflow:hidden;margin-top:104px!important}.business__header{flex-direction:column;gap:20px;margin-bottom:20px;display:flex}.business__heading{flex-direction:column;gap:10px;display:flex}.business__eyebrow{color:var(--business-accent);text-transform:uppercase;font-size:24px;font-weight:700;line-height:1}.business__title{color:var(--business-card-text);margin:0;font-size:24px;font-weight:700;line-height:1.15}.business__controls{justify-content:flex-end;align-items:center;gap:12px;display:none}.business__control{background:var(--business-accent);width:44px;height:44px;color:var(--business-control-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,opacity .2s;display:inline-flex}.business__control:hover{opacity:.9;transform:translateY(-1px)}.business__control--disabled{opacity:.45;pointer-events:none}.business__control-icon{stroke-width:2.25px;width:20px;height:20px;color:var(--business-control-icon-color)}.business__swiper{width:100%;min-width:0;overflow:hidden}.business__swiper .swiper-wrapper{align-items:stretch}.business__swiper .swiper-slide{height:auto}.business__slide{min-width:0;height:auto}.business__card{background:var(--business-card-bg);height:100%;color:var(--business-card-text);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.business__card-media{background:#141414}.business__card-image{aspect-ratio:2.35;object-fit:cover;pointer-events:none;width:100%;display:block}.business__card-body{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex}.business__card-title{min-height:44px;margin:0;font-size:18px;font-weight:700;line-height:1.28}.business__card-text{min-height:49px;color:var(--business-card-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.business__card-button{background:var(--business-accent);color:#0f0f0f;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;margin-top:auto;padding:12px 18px;font-size:14px;font-weight:400;transition:transform .2s,opacity .2s;display:inline-flex}.business__card-button:hover{opacity:.95;transform:translateY(-1px)}.business__card-button-icon{stroke-width:2px;flex-shrink:0;width:17px;height:17px}.business__modal{z-index:1200;background:var(--business-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.business__modal-dialog{background:var(--business-modal-surface);border-radius:10px;width:min(100%,520px);max-height:calc(100vh - 32px);position:relative;overflow-y:auto;box-shadow:0 22px 48px #00000047}.business__modal-close{color:#0f0f0f;cursor:pointer;background:0 0;border:1px solid #72a3c3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute;top:14px;right:14px}.business__modal-close-icon{stroke-width:2.25px;color:#72a3c3;width:20px;height:20px}.business__modal-media{background:#141414}.business__modal-image{aspect-ratio:2.35;object-fit:cover;width:100%;display:block}.business__modal-content{color:var(--business-modal-text);background:var(--business-modal-bg);padding:18px 18px 20px}.business__modal-title{margin:0 0 12px;font-family:Roboto,sans-serif;font-size:18px;font-weight:700;line-height:1.25}.business__modal-text{color:var(--business-modal-muted);margin:0;font-family:Roboto,sans-serif;font-size:14px;line-height:1.45}.business__modal-tags{margin-top:22px}.business__modal-label{color:var(--business-modal-text);margin-bottom:14px;font-family:Roboto,sans-serif;font-size:18px;font-weight:700;line-height:1.2;display:block}.business__modal-tag-list{flex-wrap:wrap;gap:10px;display:flex}.business__modal-tag{min-height:34px;color:var(--business-modal-text);background:#72a3c3;border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-family:Roboto,sans-serif;font-size:14px;line-height:1;display:inline-flex}@media screen and (width>=768px){.business__header{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.business__eyebrow,.business__title{font-size:32px}.business__heading{min-width:0}.business__controls{display:none}.business__card-title{font-size:26px}.business__card-text,.business__card-button{font-size:18px}.business__modal{padding:24px}.business__modal-close{background:#72a3c3}.business__modal-close-icon{color:#0f0f0f}.business__modal-title{font-size:26px}.business__modal-text{font-size:18px}.business__modal-label{font-size:26px}.business__modal-tag{font-size:16px}.business__modal-content{padding:20px 20px 22px}}@media screen and (width>=992px){.business__controls{display:flex}.business__eyebrow,.business__title{font-size:36px}.business__card-title{font-size:28px}.business__card-text,.business__card-button{font-size:16px}.business__modal{padding:24px}.business__modal-close{background:#72a3c3}.business__modal-close-icon{color:#0f0f0f}.business__modal-title{font-size:28px}.business__modal-text{font-size:16px}.business__modal-label{font-size:28px}.business__modal-tag{font-size:16px}.business__modal-content{padding:20px 20px 22px}.business__modal-dialog{width:min(100%,494px)}}.forum{--title:#fff;--subtitle:#535353;--btn-text:#fff}[data-theme=light] .forum{--title:#1c1b1f;--subtitle:#6d6d6d;--btn-text:#000}.forum{width:100%;margin-top:104px!important}.forum__container{width:100%;max-width:770px;margin:0 auto}.forum__title{text-align:center;color:var(--title);margin:0 auto;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:130%}@media screen and (width>=768px){.forum__title{font-size:32px}}@media screen and (width>=992px){.forum__title{font-size:36px}}@media screen and (width>=1440px){.forum__title{font-size:36px}}.forum__subtitle{text-align:center;color:var(--subtitle);margin:20px 0 48px;font-size:18px;font-weight:400;line-height:1.4}@media screen and (width>=768px){.forum__subtitle{font-size:14px}}@media screen and (width>=992px){.forum__subtitle{font-size:18px}}@media screen and (width>=1440px){.forum__subtitle{font-size:18px}}.forum__btns{justify-content:center;display:flex}.forum__btns_btn{letter-spacing:0%;text-align:center;color:var(--btn-text);background-color:#72a3c3;border-radius:10px;padding:12px 50px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:120%}@media screen and (width>=768px){.forum__btns_btn{padding:13px 73px;font-size:18px}}@media screen and (width>=992px){.forum__btns_btn{padding:15px 129px;font-size:18px}}@media screen and (width>=1440px){.forum__btns_btn{padding:20px 150px;font-size:18px}}.results{--bg-card:#1a1a1a}[data-theme=light] .results{--bg-card:#fff}.results{text-align:center;margin-top:106px!important}.results__title{letter-spacing:0%;color:var(--title-color);margin:0 0 24px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}@media screen and (width>=768px){.results__title{margin-bottom:32px;font-size:28px}}@media screen and (width>=1024px){.results__title{margin-bottom:46px;font-size:31px}}@media screen and (width>=992px){.results__title{margin-bottom:56px;font-size:36px}}.results__grid{grid-template-columns:repeat(2,1fr);gap:14px;width:100%;display:grid}@media screen and (width>=768px){.results__grid{gap:18px}}@media screen and (width>=1024px){.results__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (width>=992px){.results__grid{gap:24px;display:flex}}.card{background:var(--bg-card);text-align:left;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:130px;padding:16px 14px;display:flex}@media screen and (width>=768px){.card{min-height:150px;padding:18px 16px}}@media screen and (width>=1024px){.card{min-height:196px;padding:24px 22px}}@media screen and (width>=992px){.card{flex:1;min-height:200px;padding:28px 24px}}.card__icon{justify-content:flex-start;align-items:center;width:28px;height:28px;margin-bottom:14px;display:flex}@media screen and (width>=768px){.card__icon{width:32px;height:32px;margin-bottom:18px}}@media screen and (width>=1024px){.card__icon{width:40px;height:40px;margin-bottom:24px}}.card__icon svg{width:100%;height:100%;display:block}.card__icon svg path{stroke:#7ba8c7}.card__number{color:#7ba8c7;margin:0 0 10px;font-size:18px;font-weight:700;line-height:1}@media screen and (width>=768px){.card__number{font-size:20px}}@media screen and (width>=1024px){.card__number{margin-bottom:14px;font-size:23px}}@media screen and (width>=992px){.card__number{margin-bottom:16px;font-size:36px;font-weight:400}}.card__text{color:#7ba8c7;margin:0;font-size:14px;font-weight:400;line-height:1.45}@media screen and (width>=768px){.card__text{max-width:150px;font-size:15px}}@media screen and (width>=992px){.card__text{max-width:180px;font-size:18px;line-height:140%}}.banner{--banner-overlay:#0009;--banner-title:#fff;--banner-btn-primary-bg:#72a3c3;--banner-btn-primary-text:#fff;--banner-btn-secondary-bg:#0f0f0f;--banner-btn-secondary-border:#72a3c3;--banner-btn-secondary-text:#fff}[data-theme=light] .banner{--banner-overlay:#fff3;--banner-title:#0f0f0f;--banner-btn-primary-bg:#72a3c3;--banner-btn-primary-text:#0f0f0f;--banner-btn-secondary-bg:#fff;--banner-btn-secondary-border:#72a3c3;--banner-btn-secondary-text:#0f0f0f}.banner{background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;min-height:500px;margin:0 auto;padding:120px 16px 48px;display:flex;position:relative}.banner:before{content:"";background-color:var(--banner-overlay);z-index:1;position:absolute;inset:0}.banner__title{z-index:2;text-align:center;max-width:320px;color:var(--banner-title);opacity:0;font-family:Roboto,sans-serif;font-size:28px;font-weight:700;line-height:1.3;animation:.8s forwards slideDown;position:relative}.banner__buttons{z-index:2;opacity:0;flex-direction:column;align-items:stretch;gap:12px;max-width:295px;margin-top:32px;animation:.8s .3s forwards slideUp;display:flex;position:relative}@keyframes slideDown{0%{opacity:0;transform:translateY(-200px)}to{opacity:1;transform:translateY(0)}}.banner__button{text-align:center;cursor:pointer;border:none;border-radius:8px;width:295px;height:44px;margin-top:12px;font-size:14px;font-weight:500}.banner__button.primary{background-color:var(--banner-btn-primary-bg);color:var(--banner-btn-primary-text)}.banner__button.secondary{border:3px solid var(--banner-btn-secondary-border);color:var(--banner-btn-secondary-text);background-color:#0000}@media screen and (width>=768px){.banner{min-height:600px;padding:140px 24px 64px}.banner__title{max-width:480px;font-size:36px;line-height:1.25}.banner__buttons{flex-flow:wrap;justify-content:center;gap:16px;max-width:none;margin-top:40px}.banner__button{width:295px;height:44px;font-size:15px}}@media screen and (width>=992px){.banner{min-height:720px;padding:160px 32px 80px}.banner__title{max-width:560px;font-size:42px}.banner__buttons{margin-top:56px}.banner__button{text-align:center;width:295px;height:44px;font-size:16px}}@media screen and (width>=1440px){.banner{min-height:836px}.banner__title{font-size:48px}.banner__buttons{margin-top:70px}.banner__button{width:295px;height:44px}}:root{--bg-card-active:#3d3d3d;--bg-card:#2b2b2b}[data-theme=light]{--bg-card-active:#fff;--bg-card:#e7e7e7}.mySwiper{height:auto;transition:all .4s;overflow:hidden}.mySwiper .swiper-wrapper{align-items:flex-start;height:auto}.mySwiper .swiper-slide{transition:transform .3s,opacity .3s;height:auto!important}.mySwiper .swiper-slide:not(.swiper-slide-active){opacity:.7;transform:scale(.8)}.mySwiper .swiper-slide.swiper-slide-active{opacity:1;transform:scale(1)}.mySwiper-card{width:280px;height:auto!important}@media screen and (width>=768px){.mySwiper-card{width:320px}}@media screen and (width>=992px){.mySwiper-card{width:400px}}.interns-block{position:relative;margin-top:104px!important}.interns-swiper-button-prev-custom,.interns-swiper-button-next-custom{display:none}@media screen and (width>=992px){.interns-swiper-button-prev-custom,.interns-swiper-button-next-custom{z-index:100;background-color:#72a3c3;border-radius:50%;justify-content:center;align-items:center;padding:16px 14px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}}.interns-swiper-button-prev-custom img,.interns-swiper-button-next-custom img{width:16px;height:12px}@media screen and (width>=992px){.interns-swiper-button-prev-custom{left:0}.interns-swiper-button-next-custom{right:0}}.interns-about-wrapper{box-sizing:border-box;background-color:var(--bg-card);border-radius:10px;width:100%;height:auto;min-height:155px;padding:10px}@media screen and (width>=768px){.interns-about-wrapper{min-height:217px;padding:8px 8px 0}}@media screen and (width>=992px){.interns-about-wrapper{min-height:230px;padding:24px 24px 0}}.interns-about-wrapper.interns-about-wrapper-active{background-color:var(--bg-card-active);min-height:167px}@media screen and (width>=768px){.interns-about-wrapper.interns-about-wrapper-active{min-height:275px}}@media screen and (width>=992px){.interns-about-wrapper.interns-about-wrapper-active{min-height:300px}}.interns-about-title{color:var(--text-primary);letter-spacing:0%;margin-bottom:64px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}@media screen and (width>=768px){.interns-about-title{font-size:32px}}@media screen and (width>=992px){.interns-about-title{text-align:center;font-size:36px}}.interns-about-flex{justify-content:space-between;align-items:flex-start;display:flex}.interns-about-flex-title{gap:8px;display:flex}.interns-about-wrapper-ava{width:20px;height:20px;overflow:hidden}.interns-about-wrapper-ava img{object-fit:cover;object-position:center;width:100%;height:100%}@media screen and (width>=768px){.interns-about-wrapper-ava{width:30px;height:30px}}@media screen and (width>=992px){.interns-about-wrapper-ava{width:56px;height:56px}}.interns-about-wrapper-ava.interns-about-wrapper-ava-active{width:28px;height:28px}@media screen and (width>=768px){.interns-about-wrapper-ava.interns-about-wrapper-ava-active{width:40px;height:40px}}@media screen and (width>=992px){.interns-about-wrapper-ava.interns-about-wrapper-ava-active{width:56px;height:56px}}.interns-about-username{color:var(--text-card);margin:0;font-size:14px;font-weight:400;line-height:150%}@media screen and (width>=768px){.interns-about-username{margin-bottom:4px;font-size:16px}}@media screen and (width>=992px){.interns-about-username{margin-bottom:8px;font-size:18px}}.interns-about-username.interns-about-username-active{color:var(--text-card-active);font-size:18px;font-weight:600}@media screen and (width>=768px){.interns-about-username.interns-about-username-active{margin-bottom:6px;line-height:140%}}@media screen and (width>=992px){.interns-about-username.interns-about-username-active{margin-bottom:8px;font-size:28px}}.interns-about-job{color:var(--text-job);font-size:14px;font-weight:400;line-height:150%}@media screen and (width>=768px){.interns-about-job{font-size:16px;line-height:130%}}@media screen and (width>=992px){.interns-about-job{line-height:150%}.interns-about-job.interns-about-job-active{font-size:18px}}.interns-about-wrapper-kovijka img{display:none}@media screen and (width>=992px){.interns-about-wrapper-kovijka img{width:30px;height:30px;display:block}}.interns-about-wrapper-kovijka.interns-about-wrapper-kovijka-active img{width:24px;height:24px;display:block}@media screen and (width>=768px){.interns-about-wrapper-kovijka.interns-about-wrapper-kovijka-active img{width:30px;height:30px}}.interns-about-userinfo{color:var(--text-card);margin:0 8px;font-size:14px;font-weight:400}@media screen and (width>=768px){.interns-about-userinfo{margin-top:12px;font-size:16px;line-height:130%}}@media screen and (width>=992px){.interns-about-userinfo{margin-top:16px}}.interns-about-userinfo.interns-about-userinfo-active{color:var(--text-card-active);font-size:16px}@media screen and (width>=768px){.interns-about-userinfo.interns-about-userinfo-active{margin-top:16px;font-size:18px;line-height:150%}}.gallery{margin-top:106px!important}.gallery__title{color:var(--title-color);margin-bottom:24px;font-size:36px;font-weight:700}.gallery__viewport{cursor:grab;border-radius:20px;width:100%;overflow:hidden}.gallery__viewport:active{cursor:grabbing}.gallery__track{will-change:transform;gap:20px;width:max-content;display:flex}.gallery__slide{-webkit-user-select:none;user-select:none;pointer-events:none;border-radius:20px;flex-shrink:0;width:320px;height:260px;overflow:hidden}.gallery__image{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}@media screen and (width>=768px){.gallery__slide{width:500px;height:420px}}@media screen and (width>=992px){.gallery__slide{width:700px;height:600px}}.directions{--bg-card:#1a1a1a;--color-text:#55a4c5;--active-bg:#172c3a;--icon-bg:#172c3a}[data-theme=light] .directions{--bg-card:#fff;--color-text:#0f0f0f;--active-bg:#72a3c3;--border:#72a3c3;--icon-bg:#72a3c3}.directions{margin-top:104px!important}.directions__title{color:var(--title-color);text-align:center;letter-spacing:0%;margin-bottom:64px;font-family:Roboto,sans-serif;font-size:36px;font-weight:700;line-height:130%}.directions__tabs{scrollbar-width:none;gap:14px;margin-bottom:18px;padding-bottom:4px;display:flex;overflow-x:auto}.directions__tabs::-webkit-scrollbar{display:none}.directions__tab-btn{height:44px;color:var(--color-text);cursor:pointer;background:0 0;border:1px solid #72a3c3;border-radius:10px;flex:1 0 150px;font-size:14px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s}.directions__tab-btn.active{background:var(--active-bg);border:none}[data-theme=light] .directions__tab-btn.active{border:1px solid var(--border)}.content-card{background:var(--bg-card);border-radius:8px;min-height:420px;padding:24px}@media screen and (width>=768px){.content-card{padding:24px 24px 38px}}.content-card__header{flex-direction:column;gap:24px;margin-bottom:36px;display:flex}@media screen and (width>=768px){.content-card__header{flex-direction:row;align-items:flex-start;margin-bottom:52px}}.content-card__icon-box{background:var(--icon-bg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:94px;height:94px;display:flex}.content-card__icon-box img{object-fit:contain;width:45px;height:45px}.content-card__info{width:100%}.content-card__title{color:var(--color-text);margin:4px 0 16px;font-size:26px;font-weight:700;line-height:1.2}@media screen and (width>=768px){.content-card__title{font-size:30px}}.content-card__description{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.5}.content-card__footer{width:100%}.content-card__tech-label{color:var(--text-secondary);margin-top:62px;margin-bottom:32px;font-size:20px;font-weight:500;line-height:1.3}.content-card__tags{flex-wrap:wrap;gap:14px;display:flex}.content-card__tag{background:var(--active-bg);color:var(--color-text);border-radius:8px;padding:9px 15px;font-size:14px;font-weight:500;line-height:1}.loading-page{--bg-color:radial-gradient(ellipse at center, #f8fbff 0%, #e6eef5 100%);--primary-color:#72a3c3;--logo-color:#1f2937;--text-color:#1f2937;--shadow-color:#1f293766}@media (prefers-color-scheme:dark){.loading-page{--bg-color:radial-gradient(ellipse at center, #0a0a0a 0%, #000 100%);--logo-color:#fff;--text-color:#fff;--shadow-color:#fff6}}:root[data-theme=light] .loading-page{--bg-color:radial-gradient(ellipse at center, #f8fbff 0%, #e6eef5 100%);--logo-color:#1f2937;--text-color:#1f2937;--shadow-color:#1f293766}:root[data-theme=dark] .loading-page{--bg-color:radial-gradient(ellipse at center, #0a0a0a 0%, #000 100%);--logo-color:#fff;--text-color:#fff;--shadow-color:#fff6}.loading-page{background:var(--bg-color);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.loading-page__preloader{justify-content:center;align-items:center;width:250px;height:250px;display:flex;position:relative}.loading-page__outer-circle{width:100%;height:100%;animation:4s linear infinite rotate;position:absolute}.loading-page__segment{border:4px solid #0000;border-radius:50%;width:100%;height:100%;position:absolute}.loading-page__segment.segment-1{border-top-color:var(--primary-color);filter:drop-shadow(0 0 10px var(--primary-color));animation:2s ease-in-out infinite segmentPulse}.loading-page__segment.segment-2{border-right-color:var(--primary-color);filter:drop-shadow(0 0 10px var(--primary-color));animation:2s ease-in-out .5s infinite segmentPulse;transform:rotate(90deg)}.loading-page__segment.segment-3{border-bottom-color:var(--primary-color);filter:drop-shadow(0 0 10px var(--primary-color));animation:2s ease-in-out 1s infinite segmentPulse;transform:rotate(180deg)}.loading-page__segment.segment-4{border-left-color:var(--primary-color);filter:drop-shadow(0 0 10px var(--primary-color));animation:2s ease-in-out 1.5s infinite segmentPulse;transform:rotate(270deg)}.loading-page__inner-circle{justify-content:center;align-items:center;width:80%;height:80%;display:flex;position:absolute}.loading-page__pulse-ring{border:2px solid var(--primary-color);opacity:.3;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite pulseExpand;position:absolute}.loading-page__logo{z-index:10;text-align:center;animation:3s ease-in-out infinite logoFloat;position:relative}.loading-page__logo-text{color:var(--logo-color);text-transform:uppercase;letter-spacing:3px;background:linear-gradient(45deg, var(--logo-color), #4a5568, var(--logo-color));-webkit-text-fill-color:transparent;text-shadow:0 0 30px var(--shadow-color);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;font-family:Arial Black,Segoe UI,sans-serif;font-size:28px;font-weight:900;animation:3s ease-in-out infinite gradientShift,2s ease-in-out infinite alternate textGlow}.loading-page__loading-dots{justify-content:center;gap:8px;margin-top:10px;display:flex}.loading-page__loading-dots span{background:var(--logo-color);width:8px;height:8px;box-shadow:0 0 10px var(--shadow-color);border-radius:50%;animation:1.4s ease-in-out infinite both dotBounce;display:inline-block}.loading-page__loading-dots span:first-child{animation-delay:-.32s}.loading-page__loading-dots span:nth-child(2){animation-delay:-.16s}.loading-page__loading-dots span:nth-child(3){animation-delay:0s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes segmentPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulseExpand{0%{opacity:.3;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes textGlow{0%{filter:drop-shadow(0 0 20px var(--shadow-color))}to{filter:drop-shadow(0 0 35px var(--shadow-color)) drop-shadow(0 0 50px var(--shadow-color))}}@keyframes dotBounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.not-found{--title:#fff}[data-theme=light] .not-found{--title:#1a1a1a}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:104px 0;display:flex}.not-found__title{color:#72a3c3;margin-bottom:16px;font-family:Inter,sans-serif;font-size:230px;font-weight:400}.not-found__text{color:var(--title);margin-bottom:32px;font-family:Roboto,sans-serif;font-size:28px}.not-found__button{color:var(--title);cursor:pointer;background-color:#72a3c3;border:none;border-radius:10px;padding:13px 60px;font-family:Roboto,sans-serif;font-size:18px}.not-found__button:hover{background-color:#5a85a5}*{border:0;margin:0;padding:0}*,:before,:after{box-sizing:border-box}:focus,:active,a:focus,a:active{outline:none}a{color:inherit;text-decoration:none}nav,footer,header,aside{display:block}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;width:100%;font-size:16px;line-height:1.5}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{border:0;padding:0}input,button,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background:0 0;border-radius:0}a,a:visited,a:hover{text-decoration:none}img{vertical-align:top}img,picture,video,canvas,svg{height:auto;display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}p{-webkit-hyphens:auto;hyphens:auto}html{scroll-behavior:smooth}:root{--page-bg:#f6f6f6;--results-bg:#f6f6f6;--card-bg:#fff;--bg-primary:#f6f6f6;--bg-secondary:#f5f5f5;--title-color:#1c1c1c;--text-primary:#333;--text-secondary:#666;--border-color:#e0e0e0;--accent:#72a3c3}[data-theme=dark]{--page-bg:#0f0f0f;--results-bg:#111;--card-bg:#1a1a1a;--bg-primary:#0f0f0f;--bg-secondary:#181818;--title-color:#fff;--text-primary:#fff;--text-secondary:#9f9f9f;--border-color:#2c2c2c;--accent:#72a3c3}body{background-color:var(--page-bg);color:var(--text-primary);margin:0;padding:0;font-family:Inter,sans-serif;transition:background-color .3s,color .3s}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 12px}@media screen and (width>=768px){.container{padding:0 16px}}@media screen and (width>=992px){.container{padding:0 20px}}@media screen and (width>=1440px){.container{padding:0 24px}}
