.root-header{z-index:100;pointer-events:none;padding:10px 16px;position:fixed;top:0;left:0;right:0}.root-header__inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:all;background:#ffffff80;border-radius:12px;grid-template-rows:42px auto;grid-template-columns:1fr auto;align-items:center;padding:10px 20px;display:grid}.root-header__logo{flex-shrink:0;grid-area:1/1;align-items:center;width:109px;height:25px;display:flex}.root-header__logo img{object-fit:contain;width:auto;height:100%}.root-header__nav{flex-direction:column;grid-area:2/1/auto/-1;gap:21px;padding-top:21px;padding-bottom:10px;display:none}.root-header--open .root-header__nav{display:flex}.root-header__link{font-family:var(--font);letter-spacing:-.02em;color:var(--text);white-space:nowrap;align-items:center;gap:8px;font-size:20px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex}.root-header__link:hover{opacity:.6}.root-header__link-icon{width:24px;height:24px}.root-header__actions{grid-area:1/2;align-items:center;gap:20px;margin-left:auto;display:flex}.root-header__cta{height:42px;font-family:var(--font);color:var(--text-dark);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;background:#fff;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.root-header__cta:hover{opacity:.85}.root-header__cta-icon{width:18px;height:18px}.root-header__menu-btn{cursor:pointer;pointer-events:all;color:#000;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:21px;height:21px;padding:0;display:flex}.root-header__menu-btn span{background:currentColor;border-radius:10px;width:16.66px;height:2.08px;display:block}.root-header__menu-btn svg{width:100%;height:100%;display:block}@media (min-width:768px){.root-header{padding:9px 26px}.root-header__inner{border-radius:14px;grid-template-rows:none;grid-template-columns:none;height:41px;padding:0 2px 0 12px;display:flex}.root-header__logo{width:93px;height:21px}.root-header__logo,.root-header__nav,.root-header__actions{grid-area:auto}.root-header__nav{flex-direction:row;flex:1;justify-content:space-between;gap:0;margin-left:30px;padding:0;display:flex}.root-header__link{letter-spacing:-.02em;font-size:12px;font-weight:400}.root-header__actions{gap:0}.root-header__cta{color:#000;border-radius:14px;height:35px;margin-left:30px;padding:0 29px;font-size:12px}.root-header__menu-btn{display:none}.root-header__link-icon,.root-header__cta-icon{width:12px;height:12px}}@media (min-width:1024px){.root-header{padding:12px 34px}.root-header__inner{height:54px;padding:0 4px 0 24px}.root-header__logo{width:124px;height:28px}.root-header__nav{margin-left:33px}.root-header__link{letter-spacing:-.02em;font-size:16px}.root-header__link-icon{width:16px;height:16px}.root-header__cta{height:46px;margin-left:33px;padding:0 42px;font-size:16px}.root-header__link-icon,.root-header__cta-icon{width:16px;height:16px}}@media (min-width:1440px){.root-header{padding:12px 120px}.root-header__inner{border-radius:20px;height:68px;padding:0 4px 0 37px}.root-header__logo{width:144px;height:33px}.root-header__nav{margin-left:45px}.root-header__link{font-size:20px}.root-header__cta{border-radius:20px;height:60px;margin-left:45px;padding:0 28px;font-size:20px}.root-header__cta-icon,.root-header__link-icon{width:24px;height:24px}}@media (min-width:1920px){.root-header{padding:12px calc(50vw - 744px)}.root-header__inner{height:76px;padding:0 4px 0 36px}.root-header__nav{margin-left:192px}.root-header__cta{height:60px;margin-left:192px}}
.form-popup{z-index:1000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.form-popup--open{animation:.2s ease-out form-popup-fade-in;display:flex}.form-popup__backdrop{background:#00000080;position:fixed;inset:0}.form-popup__card{background:#fff;border-radius:0;flex-direction:column;width:100%;height:100dvh;padding:60px 20px 20px;animation:.25s ease-out form-popup-slide-in;display:flex;position:relative;overflow:hidden}.form-popup__close{cursor:pointer;color:#212121;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:opacity .15s;display:flex;position:absolute;top:20px;right:20px}.form-popup__close:hover{opacity:.6}.form-popup__title{font-family:var(--font);color:#000;flex-shrink:0;margin-bottom:20px;font-size:30px;font-weight:500;line-height:1.1}.form-popup__iframe-wrap{flex:1;min-height:0}.form-popup__iframe-wrap iframe{border:none;width:100%;height:100%;display:block}@keyframes form-popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes form-popup-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.form-popup__card{border-radius:28px;width:528px;height:auto;max-height:90dvh;padding:40px 48px;overflow-y:auto}.form-popup__close{top:40px;right:40px}.form-popup__iframe-wrap{flex:none}}@media (min-width:1024px){.form-popup__card{border-radius:40px;width:844px;padding:52px 62px}}@media (min-width:1440px){.form-popup__card{width:1075px;padding:52px 72px}}
