:root{--violet:#4555b9;--yellow:#ffba00;--text-light:#fff;--surface:#eef1f8;--ink:#131a31}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--surface);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(1600px,100% - 40px);margin:0 auto}.site-header{z-index:30;background:var(--violet);position:sticky;top:0}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:stretch;column-gap:36px;height:80px;display:grid}.brand{align-items:center;height:80px;display:inline-flex}.brand img{width:auto;max-width:none;height:40px;max-height:none;display:block}.top-nav{justify-content:center;align-items:center;height:80px;display:flex}.top-nav>ul{justify-content:center;align-items:center;gap:22px;width:fit-content;height:80px;margin:0;padding:0;list-style:none;display:flex}.top-nav>ul>li{align-items:center;height:100%;display:flex}.top-nav>ul>li>a{height:80px;min-height:0;color:var(--text-light);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;align-items:center;font-size:14px;font-weight:700;line-height:1.2;transition:color .2s;display:inline-flex}.top-nav>ul>li>a:hover{color:var(--yellow)}.nav-dropdown{align-items:center;height:100%;display:flex;position:relative}.nav-dropdown__trigger{height:80px;min-height:0;color:var(--text-light);font:inherit;letter-spacing:.02em;white-space:nowrap;text-transform:uppercase;background:0 0;border:0;align-items:center;padding:0;font-size:14px;font-weight:700;line-height:1.2;transition:color .2s;display:inline-flex}.nav-dropdown__trigger:hover,.nav-dropdown__trigger:focus-visible,.nav-dropdown.is-open .nav-dropdown__trigger,.nav-dropdown.is-open .nav-dropdown__toggle{color:var(--yellow)}.nav-dropdown__trigger:focus-visible{outline:2px solid var(--yellow);outline-offset:5px;border-radius:2px}.nav-dropdown__toggle{width:28px;height:44px;color:var(--text-light);cursor:pointer;background:0 0;border:0;place-items:center;margin:0 -8px 0 0;padding:0;transition:color .2s;display:inline-grid}.nav-dropdown__toggle:hover,.nav-dropdown__toggle:focus-visible{color:var(--yellow)}.nav-dropdown__toggle:focus-visible{outline:2px solid var(--yellow);outline-offset:1px;border-radius:4px}.nav-dropdown__icon{flex-shrink:0;width:10px;height:6px;transition:transform .2s}.nav-dropdown.is-open .nav-dropdown__icon{transform:rotate(180deg)}.nav-dropdown__menu{z-index:40;border-top:3px solid var(--yellow);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:0 0 8px 8px;flex-direction:column;width:clamp(260px,24vw,320px);max-width:calc(100vw - 24px);margin:0;padding:10px 0;list-style:none;transition:opacity .16s,transform .2s cubic-bezier(.22,1,.36,1),visibility .16s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%,-8px);box-shadow:0 18px 44px #131a312e}.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.nav-dropdown__menu li{width:100%;display:block}.nav-dropdown__menu a{min-height:46px;color:var(--ink);text-transform:none;letter-spacing:0;align-items:center;padding:10px 22px;font-size:14px;font-weight:600;line-height:1.35;transition:color .16s,background-color .16s,padding-left .2s;display:flex}.nav-dropdown__menu a:hover,.nav-dropdown__menu a:focus-visible{color:var(--violet);background:#4555b912;outline:none;padding-left:26px}.nav-dropdown__menu a:focus-visible{box-shadow:inset 3px 0 0 var(--yellow)}@media (prefers-reduced-motion:reduce){.nav-dropdown__menu,.nav-dropdown__icon,.nav-dropdown__menu a{transition:none}}.mobile-menu__heading{color:#fff;text-transform:uppercase;letter-spacing:.02em;opacity:.6;align-items:center;min-height:34px;padding-bottom:4px;padding-left:8px;font-size:13px;font-weight:700;display:inline-flex}.mobile-menu__sub{gap:10px;margin:0 0 0 12px;padding:0;list-style:none;display:grid}.header-mobile-controls{display:none}.header-contacts{align-content:center;justify-items:end;row-gap:4px;height:80px;display:grid}.header-contacts__trigger,.header-contacts a{color:var(--text-light);white-space:nowrap;line-height:1.2}.header-contacts__trigger{font:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-size:18px;font-weight:700;transition:color .2s}.header-contacts__trigger:hover{color:var(--yellow)}.header-contacts a{opacity:.95;font-size:16px;font-weight:600}.site-footer{background:var(--violet);color:var(--text-light)}.site-footer__inner{padding-top:56px;padding-bottom:28px}.site-footer__top{grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,1fr));align-items:start;gap:32px;display:grid}.site-footer__brand{gap:24px;display:grid}.site-footer__logo{width:fit-content;display:inline-flex}.site-footer__logo img{width:auto;height:52px;display:block}.site-footer__summary,.site-footer__legal,.site-footer__list a{font-size:18px;line-height:1.45}.site-footer__summary,.site-footer__legal{max-width:420px;margin:0}.site-footer__title{letter-spacing:.08em;text-transform:uppercase;color:var(--yellow);margin:0 0 20px;font-size:16px;font-weight:700;line-height:1.2}.site-footer__nav,.site-footer__contacts{min-width:0}.site-footer__contacts{margin:0;font-style:normal}.site-footer__list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.site-footer__list a{transition:color .2s}.site-footer__list a:hover{color:var(--yellow)}.site-footer__list--contacts{gap:14px}.site-footer__bottom{border-top:1px solid #ffffff2e;flex-wrap:wrap;justify-content:space-between;gap:12px 24px;margin-top:40px;padding-top:24px;display:flex}.site-footer__legal a{color:var(--yellow)}.site-footer__legal a:hover{color:#fff}.hero{background:#fff;padding:48px 0 64px}.hero__inner{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:stretch;gap:40px;display:grid}.hero h1,.hero h2{text-transform:uppercase}.hero__content{align-content:start;gap:36px;display:grid}.hero__title{color:var(--violet);margin:0;font-size:42px;font-weight:800;line-height:1.14}.hero__lead{color:var(--ink);margin:0;line-height:1.35}.hero-advantages{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.hero-advantages__item{background:var(--violet);color:#fff;border-radius:4px;min-height:170px;padding:24px 20px;transition:background-color .2s,color .2s}.hero-advantages__value{color:var(--yellow);margin:0 0 12px;font-size:24px;font-weight:700;line-height:1.2}.hero-advantages__text{margin:0;line-height:1.45}.hero-advantages__item:hover{background:var(--yellow);color:#000}.hero-advantages__item:hover .hero-advantages__value,.hero-advantages__item:hover .hero-advantages__text{color:#000}.hero-form{background:var(--violet);color:#fff;border-radius:4px;padding:60px}.hero-form__title{text-align:center;margin:0 0 24px;font-size:20px;font-weight:600;line-height:1.3}.hero-form__fields{gap:14px;margin:0;display:grid}.hero-form__input{color:#111;background:#f1f1f1;border:0;border-radius:4px;width:100%;height:50px;padding:0 18px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2}.hero-form__input::placeholder{color:#7e7e7e}.hero-form__textarea{resize:vertical;height:100px;padding:14px 18px}.hero-form__policy{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;margin-top:4px;font-size:14px;font-weight:500;line-height:1.35;display:grid}.hero-form__policy input{width:20px;height:20px;margin:0}.hero-form__policy a{text-underline-offset:2px;text-decoration:underline}.hero-form__submit{background:var(--yellow);color:#000;text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;width:160px;height:50px;margin-top:8px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;transition:background-color .2s,color .2s}.hero-form__submit:hover{color:#fff;background:#1826b0}.home-page{background:#fff}h2{text-transform:uppercase;margin:0;font-size:30px;font-weight:700;line-height:1.2}h3{text-transform:uppercase;margin:0;font-size:24px;font-weight:700;line-height:1.2}.home-page p,.home-page li{font-size:18px;font-weight:500;line-height:1.4}.services{background:#fff;padding:8px 0 80px}.services__inner{gap:16px;display:grid}.services__eyebrow{color:var(--violet);text-transform:uppercase;margin:0;font-size:20px;font-weight:700;line-height:1.2}.services__title{color:var(--ink);margin:0}.services__lead{color:#32405f;margin:0 0 12px}.services__large-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.services__small-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.service-card{background:#fff;border:1px solid #d7def1;border-radius:4px;flex-direction:column;display:flex;overflow:hidden}.service-card__media{aspect-ratio:800/381;background:var(--violet);overflow:hidden}.service-card__media img{object-fit:contain;width:100%;height:100%;display:block}.service-card__media--small{min-height:0}.service-card__body{flex:1;align-content:start;gap:14px;padding:22px;display:grid}.service-card__title{color:var(--violet)}.service-card__text{color:#253353;margin:0}.service-card__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;margin:2px 0 0;padding:0;list-style:none;display:grid}.service-card__links li{border-top:1px solid #e4e9f6}.service-card__links a{color:#16213e;font-size:inherit;line-height:1.4;font-weight:inherit;padding:11px 0 11px 18px;transition:color .2s;display:block;position:relative}.service-card__links a:before{content:"›";color:var(--violet);font-size:20px;line-height:1;position:absolute;top:10px;left:0}.service-card__links a:hover{color:var(--violet)}.service-card__cta{background:var(--violet);color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:4px;justify-content:center;align-items:center;height:44px;margin:auto 22px 22px;font-size:14px;font-weight:700;transition:background-color .2s,color .2s;display:inline-flex}.service-card__cta:hover{background:var(--yellow);color:#000}.estimate-cta{background:#fff;padding:0 0 80px}.estimate-cta__panel{background:var(--violet);color:#fff;border-radius:4px;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:28px;padding:32px 36px;transition:min-height .35s;display:grid}.estimate-cta__icon-box{background:#ffffff1f;border-radius:4px;place-items:center;width:132px;height:132px;display:grid}.estimate-cta__icon{object-fit:contain;width:72px;height:72px;display:block}.estimate-cta__content{gap:14px;display:grid}.estimate-cta__content-shell{min-width:0}.estimate-cta__initial{transition:opacity 1s,transform 1s}.estimate-cta__initial.is-hidden{opacity:0;pointer-events:none;transform:translateY(14px)}.estimate-cta__success{gap:14px;animation:.45s forwards estimate-cta-success-in;display:grid}.estimate-cta__title{color:#fff}.estimate-cta__text{color:#ffffffeb;max-width:980px;margin:0}.estimate-cta__form{gap:12px;display:grid}.estimate-cta__fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.estimate-cta__input{color:#111;background:#fff;border:0;border-radius:4px;width:100%;height:50px;padding:0 18px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2;transition:box-shadow .2s}.estimate-cta__input:focus{outline:none;box-shadow:inset 0 0 0 2px #4555b9d9}.estimate-cta__input::placeholder{color:#7b8196}.estimate-cta__input.is-invalid{box-shadow:inset 0 0 0 2px #ff5f5f}.estimate-cta__submit{background:var(--yellow);color:#000;text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;min-width:198px;height:50px;padding:0 26px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;transition:background-color .2s,color .2s}.estimate-cta__submit:hover{color:#fff;background:#1826b0}.estimate-cta__submit:disabled{cursor:wait;opacity:.72}.estimate-cta__policy{color:#ffffffeb;border:1px solid #0000;border-radius:4px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;width:fit-content;max-width:100%;margin-left:-10px;padding:8px 10px;font-size:14px;line-height:1.35;display:grid}.estimate-cta__policy input{width:18px;height:18px;accent-color:var(--yellow);margin:0}.estimate-cta__policy a{text-underline-offset:2px;text-decoration:underline}.estimate-cta__policy.is-invalid{border-color:#ff5f5f}.estimate-cta__trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.estimate-cta__error{color:#ffe1e1;margin:0;font-size:14px;line-height:1.35}.estimate-cta__lottie{width:72px;height:72px;display:block}.about-company{background:#fff;padding:0 0 96px}.about-company__inner{gap:0;display:grid}.about-company__article{gap:32px;display:grid}.about-company__hero{grid-template-columns:minmax(380px,.9fr) minmax(0,1.4fr);align-items:start;gap:48px;display:grid}.about-company__brand{align-items:center;display:flex}.about-company__logo{width:min(100%,640px);height:auto;display:block}.about-company__lead,.about-company__body{gap:26px;display:grid}.about-company__lead p,.about-company__body p{color:#283657;margin:0}.about-company strong{color:var(--ink);font-weight:800}.about-company__list{color:#283657;gap:18px;margin:0;padding:0 0 0 30px;display:grid}.about-company__list li{margin:0}.about-company__list li::marker{color:var(--violet)}.about-company a{color:var(--violet);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.about-company a:hover{color:#1826b0}.projects-showcase{background:#fff;padding:0 0 96px}.projects-showcase__inner{gap:28px;display:grid}.projects-showcase__header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;display:grid}.projects-showcase__intro{gap:12px;display:grid}.projects-showcase__eyebrow{color:var(--violet);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:14px;font-weight:700;line-height:1.2}.projects-showcase__title{text-transform:uppercase;max-width:900px;margin:0;font-size:30px;font-weight:700;line-height:1.04}.projects-showcase__lead{color:#5f6887;max-width:820px;margin:0;font-size:18px;line-height:1.45}.projects-showcase__archive-link{min-width:204px;height:44px;color:var(--violet);text-transform:uppercase;background:#fff;border:1px solid #4555b92e;border-radius:4px;justify-content:center;justify-self:end;align-items:center;padding:0 20px;font-size:14px;font-weight:700;line-height:1;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.projects-showcase__archive-link:hover{border-color:var(--yellow);background:var(--yellow);color:#000}.projects-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.projects-showcase__item{min-width:0}.projects-showcase__item--featured,.projects-showcase__item--wide,.projects-showcase__item--standard{grid-column:span 1}.projects-showcase__card{aspect-ratio:1.62;isolation:isolate;background:#dbe0f5;border-radius:4px;height:100%;display:block;position:relative;overflow:hidden}.projects-showcase__image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block;position:absolute;inset:0;transform:scale(1)}.projects-showcase__overlay{background:#4555b9bf;align-items:end;padding:28px;transition:background-color .25s;display:flex;position:absolute;inset:0}.projects-showcase__name{color:#fff;text-transform:uppercase;max-width:24ch;margin:0;font-size:24px;font-weight:700;line-height:1.08}.projects-showcase__card:hover .projects-showcase__image{transform:scale(1.035)}.projects-showcase__card:focus-visible,.projects-showcase__archive-link:focus-visible,.project-gallery__item:focus-visible,.project-lightbox__close:focus-visible,.project-lightbox__nav:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.projects-showcase__card:hover .projects-showcase__overlay{background:#4555b9ad}.projects-showcase--page{padding-top:32px}.projects-page{background:#fff}.projects-page__breadcrumbs{padding-top:32px}.project-page{background:#fff}.project-page__section{padding:32px 0 80px}.project-page__inner{gap:28px;display:grid}.breadcrumbs{color:#5f6887;flex-wrap:wrap;gap:8px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.breadcrumbs a{color:inherit;transition:color .2s}.breadcrumbs a:hover{color:var(--violet)}.breadcrumbs__separator{color:#5f688780}.project-page__header{gap:14px;max-width:960px;display:grid}.project-page__title{text-transform:uppercase;margin:0;font-size:42px;font-weight:700;line-height:1.02}.project-page__lead{color:#5f6887;margin:0;font-size:18px;line-height:1.45}.contacts-page,.legal-page,.about-page{background:#fff}.contacts-page__section,.legal-page__section,.about-page__section{padding:32px 0 48px}.contacts-page__inner,.legal-page__inner,.about-page__inner{gap:24px;display:grid}.contacts-page__hero,.legal-page__hero,.about-page__hero{gap:12px;max-width:980px;display:grid}.contacts-page__eyebrow,.legal-page__eyebrow,.about-page__eyebrow{color:var(--violet);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:14px;font-weight:700;line-height:1.2}.contacts-page__title,.legal-page__title,.about-page__title{text-transform:uppercase;margin:0;font-size:30px;font-weight:700;line-height:1.08}.contacts-page__lead,.legal-page__lead,.about-page__lead{color:#5f6887;margin:0;font-size:18px;line-height:1.45}.legal-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.contacts-page__card,.legal-page__card,.legal-document,.requisites-card{background:#fff;border:1px solid #4555b91f;border-radius:4px}.contacts-page__card,.legal-page__card,.requisites-card{padding:24px}.contacts-page__card-title,.legal-page__card-title,.requisites-card__title{text-transform:uppercase;margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.15}.contacts-page__list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.contacts-page__card--single{max-width:860px}.contacts-page__contacts-list{gap:16px;margin:0;padding:0;list-style:none;display:grid}.contacts-page__contact-item{grid-template-columns:24px minmax(0,1fr);align-items:start;gap:14px;display:grid}.contacts-page__contact-icon{width:24px;height:24px;color:var(--violet);justify-content:center;align-items:center;display:inline-flex}.contacts-page__contact-icon svg{width:20px;height:20px;display:block}.contacts-page__list a,.contacts-page__contact-item a,.contacts-page__contact-item span:last-child,.contacts-page__note,.legal-page__card-text,.legal-page__card-link,.requisites-card__label,.requisites-card__value,.legal-document p,.legal-document li,.legal-document td,.legal-document th{font-size:18px;line-height:1.45}.contacts-page__list a,.contacts-page__contact-item a,.legal-page__card-link{color:var(--ink);text-decoration:none;transition:color .2s}.contacts-page__list a:hover,.contacts-page__contact-item a:hover,.legal-page__card-link:hover{color:var(--violet)}.contacts-page__note,.legal-page__card-text{color:#5f6887;margin:0}.legal-page__card{gap:14px;display:grid}.legal-page__card-title{margin-bottom:0}.legal-page__card-link{text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-weight:700}.copy-text-button{background:var(--yellow);color:#000;height:44px;font:inherit;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:4px;padding:0 18px;font-size:14px;font-weight:500;line-height:1;transition:background-color .2s,color .2s}.copy-text-button:hover{color:#fff;background:#1826b0}.requisites-card__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.requisites-card__title{margin:0}.requisites-card__list{display:grid}.requisites-card__row{border-top:1px solid #4555b91f;grid-template-columns:minmax(180px,.7fr) minmax(0,1fr);gap:16px;padding:14px 0;display:grid}.requisites-card__row:first-child{border-top:0;padding-top:0}.requisites-card__row:last-child{padding-bottom:0}.requisites-card__label{color:#5f6887}.requisites-card__value{font-weight:700}.legal-document{padding:24px}.legal-document h2{text-transform:uppercase;margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.15}.legal-document h2:not(:first-child){margin-top:28px}.legal-document p,.legal-document ul,.legal-document ol,.legal-document table{margin:0 0 16px}.legal-document ul,.legal-document ol{padding-left:24px}.legal-document a{color:var(--violet)}.legal-document table{border-collapse:collapse;table-layout:fixed;border:1px solid #131a312e;width:100%;max-width:100%}.legal-document table,.legal-document th,.legal-document td{border:1px solid #131a312e}.legal-document th,.legal-document td{vertical-align:top;overflow-wrap:break-word;word-break:break-word;padding:8px 10px}.legal-document th:first-child,.legal-document td:first-child,.legal-document th:nth-child(2),.legal-document td:nth-child(2){width:50%}.service-template{background:#fff}.service-template__section{padding:32px 0 0}.service-template__inner{gap:24px;display:grid}.service-template__hero{gap:12px;max-width:1040px;display:grid}.service-template__eyebrow,.service-prices__eyebrow{color:var(--violet);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:14px;font-weight:700;line-height:1.2}.service-template__title,.service-prices__title{text-transform:uppercase;margin:0;font-size:30px;font-weight:700;line-height:1.08}.service-template__lead,.service-prices__lead{color:#5f6887;margin:0;font-size:18px;line-height:1.45}.service-template__grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);align-items:start;gap:24px;display:grid}.service-template__content,.service-template__aside{gap:24px;display:grid}.service-template__content-block,.service-template__panel,.service-prices{background:#fff;border:1px solid #4555b91f;border-radius:4px}.service-template__content-block{padding:24px}.service-template__subtitle,.service-template__panel-title{text-transform:uppercase;margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.15}.service-template__text{gap:14px;display:grid}.service-template__text p,.service-template__checklist li,.service-template__links a,.service-prices__table td,.service-prices__table th{font-size:18px;line-height:1.45}.service-template__text p{margin:0}.service-template__panel{padding:24px}.service-template__checklist,.service-template__links{gap:12px;margin:0;padding:0;list-style:none;display:grid}.service-template__checklist li,.service-template__links a{min-height:28px;padding-left:22px;position:relative}.service-template__checklist li:before,.service-template__links a:before{content:"";background:var(--yellow);border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:0}.service-template__links a{color:var(--ink);text-decoration:none;transition:color .2s;display:block}.service-template__links a:hover{color:var(--violet)}.service-prices{gap:24px;padding:24px;display:grid}.service-prices__header{gap:12px;max-width:980px;display:grid}.service-prices__table-wrap{background:#fff;border:1px solid #131a312e;border-radius:4px;overflow-x:hidden}.service-prices__table{border-collapse:collapse;table-layout:fixed;border:1px solid #131a312e;width:100%}.service-prices__table th,.service-prices__table td{text-align:left;vertical-align:top;overflow-wrap:break-word;word-break:break-word;border:1px solid #131a312e;padding:16px 18px}.service-prices__table th{color:var(--violet);background:#4555b90d;font-weight:700}.service-prices__table th:first-child,.service-prices__table td:first-child{width:70%}.service-prices__table th:nth-child(2),.service-prices__table td:nth-child(2){text-align:center;white-space:nowrap;width:15%}.service-prices__table th:nth-child(3),.service-prices__table td:nth-child(3){width:15%}.service-template__cta{padding:24px 0}.service-template__projects{padding-bottom:24px}.projects-showcase--service{padding-top:0}.project-gallery__masonry{columns:3 320px;column-gap:16px}.project-gallery__item{cursor:pointer;break-inside:avoid;background:#e7ebfb;border:0;border-radius:4px;width:100%;margin:0 0 16px;padding:0;display:block;position:relative;overflow:hidden}.project-gallery__item:after{content:"";background:#4555b900;transition:background-color .2s;position:absolute;inset:0}.project-gallery__item:hover:after{background:#4555b91f}.project-gallery__image{width:100%;height:auto;display:block}.project-lightbox{z-index:70;background:#0d132df0;place-items:center;padding:56px 88px;display:grid;position:fixed;inset:0}.project-lightbox__close,.project-lightbox__nav{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.project-lightbox__close:hover,.project-lightbox__nav:hover{background:var(--yellow);color:#000}.project-lightbox__close:active,.project-lightbox__nav:active{transform:scale(.98)}.project-lightbox__close{width:46px;height:46px;position:absolute;top:24px;right:24px}.project-lightbox__nav{width:52px;height:52px;position:absolute;top:50%;transform:translateY(-50%)}.project-lightbox__nav--prev{left:24px}.project-lightbox__nav--next{right:24px}.project-lightbox__stage{place-items:center;max-width:min(1320px,100%);max-height:calc(100vh - 140px);display:grid}.project-lightbox__image{border-radius:4px;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 140px);display:block}.project-lightbox__counter{color:#fff;background:#ffffff14;border-radius:999px;margin:0;padding:9px 14px;font-size:14px;font-weight:500;line-height:1;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (max-width:1120px){.legal-page__grid,.service-template__grid{grid-template-columns:1fr}}@media (max-width:1280px){.about-company__hero{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:28px}}@media (max-width:1120px){.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}.menu-stage,.section-stage{align-items:center;min-height:calc(100svh - 80px);display:grid}.section-stage{align-items:start;min-height:calc(100svh - 80px);padding:44px 0 80px}.section-stage h1{text-transform:uppercase;margin:0 0 14px;font-size:36px;line-height:1.1}.section-stage p,.menu-stage p{color:#5f6887;margin:0;font-size:18px}.contacts-popup-overlay{z-index:50;background:#080f2975;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.contacts-popup{background:var(--violet);width:min(920px,100%);min-height:0;color:var(--text-light);isolation:isolate;border-radius:4px;padding:40px;position:relative;overflow:hidden}.contacts-popup__top{justify-content:space-between;align-items:flex-start;display:flex}.contacts-popup__logo{width:280px;max-width:70%;height:auto}.contacts-popup__close{color:var(--yellow);cursor:pointer;font:inherit;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;font-size:20px;line-height:1;display:inline-flex}.contacts-popup__close svg{width:20px;height:20px;display:block}.contacts-popup__title{color:var(--yellow);letter-spacing:.01em;margin:50px 0 30px;line-height:1.2}.contacts-popup__list{gap:20px;margin:0;padding:0;list-style:none;display:grid}.contacts-popup__item{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:14px;display:grid}.contacts-popup__icon{width:24px;height:24px;color:var(--yellow);justify-content:center;align-items:center;display:inline-flex}.contacts-popup__icon svg{width:20px;height:20px;display:block}.contacts-popup__list a{width:fit-content;font-size:20px;font-weight:500;line-height:1.3;transition:color .2s}.contacts-popup__list a:hover{color:var(--yellow)}.mobile-menu-overlay{display:none}@media (max-width:980px){.container{width:min(1600px,100% - 24px)}.site-footer__inner{padding-top:40px;padding-bottom:24px}.site-footer__top{grid-template-columns:1fr;gap:28px}.site-footer__logo img{height:40px}.site-footer__summary,.site-footer__legal,.site-footer__list a{font-size:16px}.site-footer__title{margin-bottom:16px;font-size:14px}.site-footer__bottom{flex-direction:column;gap:10px;margin-top:32px;padding-top:20px}.site-header__inner{grid-template-columns:auto auto;justify-content:space-between;align-items:center;column-gap:16px;height:80px}.brand img{height:24px;margin-top:10px}.top-nav--desktop,.header-contacts--desktop{display:none}.header-mobile-controls{justify-self:end;align-items:center;gap:30px;display:inline-flex}.header-mobile__call{width:34px;height:34px;color:var(--violet);cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.header-mobile__call:after{content:"";opacity:0;pointer-events:none;border:1px solid #ffffffbf;border-radius:50%;animation:2s ease-out infinite mobile-call-pulse;position:absolute;inset:-4px}.header-mobile__call svg{fill:currentColor;width:18px;height:18px;display:block}.header-mobile__menu{color:#fff;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.header-mobile__menu-icon{width:18px;height:18px;color:var(--yellow);flex-shrink:0;display:block}.header-mobile__menu-label{color:#fff;letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:500;line-height:12px}.mobile-menu-overlay{z-index:45;background:#080f296b;display:grid;position:fixed;inset:80px 0 0}.mobile-menu{background:var(--violet);border-top:1px solid #ffffff38;width:100%;padding:20px 12px}.mobile-menu ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.mobile-menu a{color:#fff;text-transform:uppercase;letter-spacing:.02em;align-items:center;min-height:34px;font-size:13px;font-weight:700;display:inline-flex}.mobile-menu .mobile-menu__dropdown{gap:4px;padding:0 0 10px;display:grid}.mobile-menu .mobile-menu__heading{color:#fff;opacity:1;min-height:34px;padding:0;font-size:13px;font-weight:700}.mobile-menu .mobile-menu__sub{gap:4px;margin:0 0 0 24px;padding:0}.mobile-menu .mobile-menu__sub a{color:#ffffffc7;min-height:32px;font-size:12px;font-weight:600;line-height:1.3}.hero{padding:24px 0 34px}.hero__inner{grid-template-columns:1fr;gap:24px}.hero__content{gap:20px}.hero__title{font-size:20px;line-height:1.2}.hero__lead{line-height:1.4}.hero-advantages{grid-template-columns:1fr;gap:20px}.hero-advantages__item{min-height:0;padding:18px 16px}.hero-advantages__value{margin-bottom:8px}.hero-advantages__text{line-height:1.4}.hero-form{padding:30px}.hero-form__title{margin-bottom:16px;font-size:16px}.hero-form__fields{gap:10px}.hero-form__input{height:44px;padding:0 14px;font-size:14px}.hero-form__textarea{min-height:80px;padding:11px 14px}.hero-form__policy{grid-template-columns:16px minmax(0,1fr);gap:8px;font-size:12px}.hero-form__policy input{width:16px;height:16px}.hero-form__submit{width:100%;height:40px;font-size:14px;font-weight:500}.service-template__section{padding-top:24px}.contacts-page__section,.legal-page__section,.about-page__section{padding-top:24px;padding-bottom:40px}.contacts-page__inner,.legal-page__inner,.about-page__inner{gap:20px}.contacts-page__title,.legal-page__title,.about-page__title{font-size:24px}.contacts-page__lead,.legal-page__lead,.about-page__lead,.contacts-page__list a,.contacts-page__note,.legal-page__card-text,.legal-page__card-link,.requisites-card__label,.requisites-card__value,.legal-document p,.legal-document li,.legal-document td,.legal-document th{font-size:16px}.contacts-page__card,.legal-page__card,.requisites-card,.legal-document{padding:20px}.contacts-page__card-title,.legal-page__card-title,.requisites-card__title,.legal-document h2{font-size:20px}.requisites-card__top{flex-direction:column;align-items:flex-start;margin-bottom:16px}.requisites-card__row{grid-template-columns:1fr;gap:6px}.service-template__inner{gap:20px}.service-template__title,.service-prices__title{font-size:24px}.service-template__lead,.service-prices__lead,.service-template__text p,.service-template__checklist li,.service-template__links a,.service-prices__table td,.service-prices__table th{font-size:16px}.service-template__content-block,.service-template__panel,.service-prices{padding:20px}.service-template__subtitle,.service-template__panel-title{margin-bottom:14px;font-size:20px}.service-prices__table th,.service-prices__table td{padding:10px 12px}.service-template__cta{padding:20px 0}.service-template__projects{padding-bottom:20px}.services{padding:16px 0 48px}.services__inner{gap:14px}.services__eyebrow{font-size:14px}.services__title{font-size:24px}.services__lead{margin-bottom:10px}.services__large-grid,.services__small-grid{grid-template-columns:1fr;gap:12px}.service-card__body{gap:10px;padding:16px}.service-card__title{font-size:20px}.service-card__text{font-size:16px}.service-card__links{grid-template-columns:1fr}.service-card__links a{padding:9px 0 9px 16px;font-size:16px}.service-card__cta{height:40px;margin:0 16px 16px;font-size:12px}.estimate-cta{padding:0 0 48px}.estimate-cta__panel{grid-template-columns:1fr;gap:20px;padding:24px}.estimate-cta__icon-box{width:72px;height:72px}.estimate-cta__icon,.estimate-cta__lottie{width:40px;height:40px}.estimate-cta__content{gap:12px}.estimate-cta__title{font-size:24px}.estimate-cta__text{font-size:16px}.estimate-cta__fields{grid-template-columns:1fr;gap:10px}.estimate-cta__input{height:44px;padding:0 14px;font-size:14px}.estimate-cta__submit{width:100%;min-width:0;height:40px;font-size:12px}.estimate-cta__policy{grid-template-columns:16px minmax(0,1fr);gap:8px;font-size:12px}.estimate-cta__policy input{width:16px;height:16px}.estimate-cta__error{font-size:12px}.about-company{padding:0 0 56px}.about-company__inner{gap:0}.about-company__article{gap:24px}.about-company__hero{grid-template-columns:1fr;gap:20px}.about-company__logo{width:100%;max-width:720px}.about-company__lead,.about-company__body{gap:18px}.about-company__list{gap:12px;padding-left:22px}.projects-showcase{padding:0 0 56px}.projects-showcase__header{grid-template-columns:1fr;gap:18px}.projects-showcase__inner{gap:20px}.projects-showcase__title{font-size:24px}.projects-showcase__lead{max-width:none}.projects-showcase__archive-link{justify-self:stretch;width:100%;min-width:0;height:40px;font-size:12px}.projects-showcase__grid{grid-template-columns:1fr;gap:12px}.projects-showcase__item--featured,.projects-showcase__item--wide,.projects-showcase__item--standard{grid-column:span 1}.projects-showcase__card{aspect-ratio:1.35}.projects-showcase__overlay{padding:18px}.projects-showcase__name{font-size:20px}.projects-showcase--page,.projects-page__breadcrumbs{padding-top:16px}.project-page__section{padding:16px 0 48px}.project-page__inner{gap:18px}.breadcrumbs{gap:6px;font-size:12px}.project-page__header{gap:12px}.project-page__title{font-size:24px}.project-page__lead,.projects-showcase__lead{font-size:16px}.project-gallery__masonry{columns:1;column-gap:0}.project-gallery__item{margin-bottom:12px}.project-lightbox{padding:56px 16px 72px}.project-lightbox__close{width:38px;height:38px;top:12px;right:12px}.project-lightbox__nav{width:40px;height:40px;top:auto;bottom:18px;transform:none}.project-lightbox__nav--prev{left:16px}.project-lightbox__nav--next{right:16px}.project-lightbox__stage,.project-lightbox__image{max-height:calc(100vh - 150px)}.project-lightbox__counter{font-size:12px;bottom:24px}h2{font-size:24px}h3{font-size:20px}.home-page p,.home-page li{font-size:16px}.menu-stage,.section-stage{min-height:calc(100svh - 80px)}.contacts-popup-overlay{padding:0}.contacts-popup{border-radius:0;width:100%;height:100%;min-height:100%;padding:40px}.contacts-popup__logo{width:210px;max-width:80%}.contacts-popup__close{margin-top:0;font-size:20px}.contacts-popup__title{margin:50px 0 30px;font-size:24px}.contacts-popup__list{gap:20px}.contacts-popup__list a{font-size:20px;font-weight:500}}@media (max-width:600px){.legal-document th,.legal-document td{font-size:14px;line-height:1.35}.service-prices__table th,.service-prices__table td{padding:8px 10px;font-size:14px;line-height:1.35}.service-prices__table th:first-child,.service-prices__table td:first-child{width:50%}.service-prices__table th:nth-child(2),.service-prices__table td:nth-child(2){width:20%}.service-prices__table th:nth-child(3),.service-prices__table td:nth-child(3){width:30%}}@keyframes mobile-call-pulse{0%{opacity:.45;transform:scale(1)}70%{opacity:0;transform:scale(1.28)}to{opacity:0;transform:scale(1.28)}}@keyframes estimate-cta-success-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-cyrillic-ext-400-normal.3vm4r-qr3_yee.woff2)format("woff2"),url(../media/inter-cyrillic-ext-400-normal.2e4vdgi7dy-n4.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-cyrillic-400-normal.1nwx-p2ngx2yg.woff2)format("woff2"),url(../media/inter-cyrillic-400-normal.2jms6gqb5gbhf.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-greek-ext-400-normal.2gr4b827yb2_q.woff2)format("woff2"),url(../media/inter-greek-ext-400-normal.38g6916w0wpxs.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-greek-400-normal.402ep76-j03q8.woff2)format("woff2"),url(../media/inter-greek-400-normal.2x8hqgpakc599.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-vietnamese-400-normal.1sl-kw9vnef9y.woff2)format("woff2"),url(../media/inter-vietnamese-400-normal.3206qgbkgsfc6.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-latin-ext-400-normal.1aowtwjb6jex7.woff2)format("woff2"),url(../media/inter-latin-ext-400-normal.0zt1v0rj9tqox.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(../media/inter-latin-400-normal.2qdljeg3s-lsl.woff2)format("woff2"),url(../media/inter-latin-400-normal.102grxki9ek3x.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-cyrillic-ext-500-normal.451fj7ly9889_.woff2)format("woff2"),url(../media/inter-cyrillic-ext-500-normal.0_c2ylqj08xb6.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-cyrillic-500-normal.3zacfqz4x1vrc.woff2)format("woff2"),url(../media/inter-cyrillic-500-normal.05wrgophr2f13.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-greek-ext-500-normal.3k6j2t6znom4a.woff2)format("woff2"),url(../media/inter-greek-ext-500-normal.3qwacgs2d7zx0.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-greek-500-normal.2ofy8orayc7fk.woff2)format("woff2"),url(../media/inter-greek-500-normal.2irgx7vnqhmdq.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-vietnamese-500-normal.1csmxjt29l4d6.woff2)format("woff2"),url(../media/inter-vietnamese-500-normal.315hfdijg963m.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-latin-ext-500-normal.0qn8fxo3_-rz7.woff2)format("woff2"),url(../media/inter-latin-ext-500-normal.39_ak3tg9vcce.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(../media/inter-latin-500-normal.1d14jwmkqqa0f.woff2)format("woff2"),url(../media/inter-latin-500-normal.3mx_ru0c2nzc3.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-cyrillic-ext-600-normal.341-hvs74ljp4.woff2)format("woff2"),url(../media/inter-cyrillic-ext-600-normal.1of5i9-_e5ga4.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-cyrillic-600-normal.0tppy39gl-lzn.woff2)format("woff2"),url(../media/inter-cyrillic-600-normal.3jalm3505289h.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-greek-ext-600-normal.20m9kgz843wth.woff2)format("woff2"),url(../media/inter-greek-ext-600-normal.3vzrk1-4zat7v.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-greek-600-normal.2ove9n9b8_3hb.woff2)format("woff2"),url(../media/inter-greek-600-normal.3aakp9m92tg2m.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-vietnamese-600-normal.0m_wd36g8rw-r.woff2)format("woff2"),url(../media/inter-vietnamese-600-normal.0dwa77f5pp57q.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-latin-ext-600-normal.1zn8rwi8y9u6i.woff2)format("woff2"),url(../media/inter-latin-ext-600-normal.1pfmybho54-ry.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(../media/inter-latin-600-normal.2dov6rjg62vru.woff2)format("woff2"),url(../media/inter-latin-600-normal.2mum3nstrlzrd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-cyrillic-ext-700-normal.3ckkpi--x2os1.woff2)format("woff2"),url(../media/inter-cyrillic-ext-700-normal.3dxmsbxujhx46.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-cyrillic-700-normal.0gg1d0-0b9ut0.woff2)format("woff2"),url(../media/inter-cyrillic-700-normal.2axi65e8cn602.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-greek-ext-700-normal.24op6t-yeckl-.woff2)format("woff2"),url(../media/inter-greek-ext-700-normal.0u773jmkidix4.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-greek-700-normal.3vfem_i2rj42n.woff2)format("woff2"),url(../media/inter-greek-700-normal.3q6n5k1zguxil.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-vietnamese-700-normal.0b-htgf_q_fie.woff2)format("woff2"),url(../media/inter-vietnamese-700-normal.2c7g6fvsrqi3p.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-latin-ext-700-normal.2yxivqwrhow2d.woff2)format("woff2"),url(../media/inter-latin-ext-700-normal.0g4_n0pq31d8c.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(../media/inter-latin-700-normal.4421omqeymgmp.woff2)format("woff2"),url(../media/inter-latin-700-normal.2u2w-uf8g45lc.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-cyrillic-ext-800-normal.2i8lll1ab60kw.woff2)format("woff2"),url(../media/inter-cyrillic-ext-800-normal.36coln61sf74b.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-cyrillic-800-normal.0jm0x3fwumjpc.woff2)format("woff2"),url(../media/inter-cyrillic-800-normal.0fwzotchi0y-f.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-greek-ext-800-normal.3k72kqvea5c5b.woff2)format("woff2"),url(../media/inter-greek-ext-800-normal.2mmb79yjhjqv_.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-greek-800-normal.3258q3tqv0awz.woff2)format("woff2"),url(../media/inter-greek-800-normal.0v1rrb42xd-ei.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-vietnamese-800-normal.2e-qh93waan5z.woff2)format("woff2"),url(../media/inter-vietnamese-800-normal.1jj6xqtwla1yo.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-latin-ext-800-normal.1_7rco082g2bl.woff2)format("woff2"),url(../media/inter-latin-ext-800-normal.1z80e_d0b7l-r.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(../media/inter-latin-800-normal.1l5zt2v7macfm.woff2)format("woff2"),url(../media/inter-latin-800-normal.3p_gdtpozftvv.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
