﻿:root{color-scheme:light;--page-bg:#fff;--surface:#fff;--surface-muted:#eee;--panel-bg:#a0c2ca;--hero-bg:#316249;--footer-bg:#152a1f;--overlay:rgba(0,0,0,0.22);--banner-bg:rgba(255,255,255,0.6);--text:#316249;--heading:#316249;--text-panel:#304d51;--text-muted:#a9a9a9;--text-soft:#718589;--text-inverse:#fff;--footer-fg:#ddd;--footer-link:#8ecfa6;--accent:#e25939;--accent-soft:#4ea7bd;--link:#3a889c;--link-visited:#21382d;--error:#901418;--error-strong:#e80c4d;--success:#7ac0da;--btn-bg:#304d51;--btn-fg:#fff;--btn-border:#304d51;--btn-border-hover:#000;--btn-glow:rgba(160,194,202,0.9);--cta-bg:#faff00;--cta-fg:#316249;--input-bg:#fff;--input-fg:#214634;--input-border:#304d51;--input-placeholder:#8aa39b;--divider:#316249;--line:#ddd;--line-strong:#fff;--table-head-bg:#efefef;--map-fill:#fff;--map-stroke:#000;--map-active:#01600d;--map-hover:#20721d;--sprite-filter:none;--content-max:1600px;--section-pad-y:clamp(1.75rem,1rem + 3vw,2.5rem);--section-pad-x:clamp(0.625rem,0.2rem + 2vw,1.25rem)}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){color-scheme:dark;--page-bg:#101815;--surface:#17211d;--surface-muted:#1c2622;--panel-bg:#16262b;--hero-bg:#316249;--footer-bg:#0c140f;--overlay:rgba(0,0,0,0.6);--banner-bg:rgba(23,33,29,0.92);--text:#c6d6cd;--heading:#8ecfa6;--text-panel:#cbe0e5;--text-muted:#8b9a95;--text-soft:#93a5a9;--text-inverse:#fff;--footer-fg:#cfd8d2;--footer-link:#8ecfa6;--accent:#ff7a5c;--accent-soft:#6fc3d6;--link:#74c3d6;--link-visited:#9fb6ac;--error:#ff8a8a;--error-strong:#ff6b8a;--success:#7ac0da;--btn-bg:#3d6d72;--btn-fg:#fff;--btn-border:#5c9aa0;--btn-border-hover:#cfe6ea;--btn-glow:rgba(111,195,214,0.45);--cta-bg:#e3e800;--cta-fg:#1b3226;--input-bg:#0d1512;--input-fg:#dbe7e0;--input-border:#4a6f74;--input-placeholder:#6d827b;--divider:#3a5348;--line:#2e3a36;--line-strong:#3a5158;--table-head-bg:#1e2b26;--map-fill:#223029;--map-stroke:#6d8a80;--map-active:#2f7d3a;--map-hover:#46a04f;--sprite-filter:brightness(1.5) saturate(0.85)}}:root[data-theme="dark"]{color-scheme:dark;--page-bg:#101815;--surface:#17211d;--surface-muted:#1c2622;--panel-bg:#16262b;--hero-bg:#316249;--footer-bg:#0c140f;--overlay:rgba(0,0,0,0.6);--banner-bg:rgba(23,33,29,0.92);--text:#c6d6cd;--heading:#8ecfa6;--text-panel:#cbe0e5;--text-muted:#8b9a95;--text-soft:#93a5a9;--text-inverse:#fff;--footer-fg:#cfd8d2;--footer-link:#8ecfa6;--accent:#ff7a5c;--accent-soft:#6fc3d6;--link:#74c3d6;--link-visited:#9fb6ac;--error:#ff8a8a;--error-strong:#ff6b8a;--success:#7ac0da;--btn-bg:#3d6d72;--btn-fg:#fff;--btn-border:#5c9aa0;--btn-border-hover:#cfe6ea;--btn-glow:rgba(111,195,214,0.45);--cta-bg:#e3e800;--cta-fg:#1b3226;--input-bg:#0d1512;--input-fg:#dbe7e0;--input-border:#4a6f74;--input-placeholder:#6d827b;--divider:#3a5348;--line:#2e3a36;--line-strong:#3a5158;--table-head-bg:#1e2b26;--map-fill:#223029;--map-stroke:#6d8a80;--map-active:#2f7d3a;--map-hover:#46a04f;--sprite-filter:brightness(1.5) saturate(0.85)}html{background-color:var(--page-bg);font-family:Arial,Verdana,Sans-Serif;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column;background-color:var(--page-bg)}*,*::before,*::after{box-sizing:border-box}img,svg,iframe,video{max-width:100%}h1,h2,h3,h4{margin:0;padding:0;color:var(--heading);text-align:center;overflow-wrap:break-word}header,footer,hgroup,nav,section{display:block}section{padding:var(--section-pad-y) var(--section-pad-x);text-align:center}footer{padding:20px var(--section-pad-x) 30px;text-align:center;background-color:var(--footer-bg);font-size:1.1em;color:var(--footer-fg);margin-top:auto}h1{font-size:clamp(1.3rem,1.05rem + 1.05vw,1.8rem);font-weight:normal}h2{font-size:clamp(1.05rem,1rem + 0.3vw,1.2rem);font-weight:bold;margin:10px 0 0 0}h3{font-size:1.1em;font-weight:bold;margin:20px 0 0 0;line-height:1.3em}h4{font-size:1em;font-weight:bold;margin:20px 0 0 0;line-height:1.3em}p{font-size:1em;font-weight:normal;color:var(--text);text-align:center;margin:10px 0 0 0;line-height:1.5em;overflow-wrap:break-word}button{font-size:1.2em;text-align:center;text-decoration:none;border:none;cursor:pointer;color:inherit}textarea{font-family:unset}:focus-visible{outline:2px solid var(--accent-soft);outline-offset:2px}@media screen and (max-width:460px){p{text-align:left;text-indent:15px}}.header-block{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:6px 16px;padding:10px clamp(10px,3vw,20px) 8px}.logo{font-size:clamp(1.05rem,0.8rem + 1.1vw,1.6rem);display:flex;align-items:center;gap:5px;min-width:0}.logo img{display:inline-block;width:32px;height:auto}.logo div{white-space:nowrap}.logo span:first-child{color:#376d6d}.logo span:last-child{color:var(--accent)}.logo a{text-decoration:none;outline:0}:root[data-theme="dark"] .logo span:first-child{color:#6bb2b2}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) .logo span:first-child{color:#6bb2b2}}.header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.login a{text-decoration:none;color:var(--text-muted)}.login a:hover{color:var(--link)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border-radius:50%;border:1px solid var(--divider);background:transparent;color:var(--text);line-height:0}.theme-toggle:hover{border-color:var(--link);color:var(--link)}.theme-toggle svg{width:18px;height:18px;fill:currentColor}.theme-toggle .theme-icon-sun{display:none}:root[data-theme="dark"] .theme-toggle .theme-icon-sun{display:block}:root[data-theme="dark"] .theme-toggle .theme-icon-moon{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]) .theme-toggle .theme-icon-sun{display:block}:root:not([data-theme="light"]) .theme-toggle .theme-icon-moon{display:none}}@media screen and (max-width:400px){.logo{line-height:1.15}.logo a{display:block}.logo div span{display:block}}@media screen and (max-width:320px){.logo img{width:26px}.header-actions{gap:10px}}@media screen and (max-width:250px){.header-block{flex-wrap:wrap;justify-content:center}.logo{width:100%;justify-content:center}}.header-line{border:none;border-top:dotted 1px;margin:0;color:var(--divider);clear:both}.main-menu{list-style-type:none;margin:0;padding:15px var(--section-pad-x);text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:8px clamp(14px,3.5vw,40px)}.main-menu li{padding:0}.main-menu li button{color:var(--link);background:none;padding:0;outline:0;font-size:clamp(1rem,0.94rem + 0.3vw,1.2rem)}.main-menu li button:hover{text-decoration:underline}input,textarea{border-radius:5px;border:2px solid var(--input-border);padding:7px;font-size:1.2em;box-sizing:border-box;color:var(--input-fg);background-color:var(--input-bg);margin-top:2px;max-width:100%}input::placeholder,textarea::placeholder{color:var(--input-placeholder)}.rb-styled input[type=radio],.cb-styled input[type=checkbox]{display:none}.rb-styled{position:relative;padding-left:28px}.rb-styled span{position:absolute;width:21px;height:21px;background-image:url(/Images/state-buttons2.png);background-size:auto 46px;background-position-y:21px;top:-1px;left:0;filter:var(--sprite-filter)}.rb-styled:hover span{background-position-x:-21px}.rb-styled input:checked ~ span{background-position-x:-63px}.rb-styled:hover input:checked ~ span{background-position-x:-84px}.cb-styled{position:relative;padding-left:32px}.cb-styled span{position:absolute;width:24px;height:25px;background-image:url(/Images/state-buttons2.png);background-size:auto 46px;top:-4px;left:0;filter:var(--sprite-filter)}.cb-styled:hover span{background-position-x:-24px}.cb-styled input:checked ~ span{background-position-x:-72px}.cb-styled:hover input:checked ~ span{background-position-x:-96px}p.small{font-size:0.8em}p.small2{font-size:0.85em}.header-comment{text-align:center;margin:15px auto 0;max-width:900px;padding:0 clamp(0px,1vw,20px);color:var(--accent-soft);font-size:1.2em}.header-comment span{color:var(--accent)}.button{padding:10px 20px;border:none;border-radius:5px;background-color:var(--btn-bg);color:var(--btn-fg);margin-top:20px;font-size:1.2em;text-decoration:none;cursor:pointer;display:inline-block}.light-section .button{border:1px solid var(--btn-border)}.light-section .button:hover{border:1px solid var(--btn-border-hover);box-shadow:0 0 5px var(--btn-glow)}.light-section .item-error-message{color:var(--error);margin-top:6px;font-style:italic}.dark-section{background-color:var(--panel-bg)}.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4{color:var(--text-panel)}.dark-section .button{border:1px solid var(--btn-border)}.dark-section .button:hover{border:1px solid var(--btn-border-hover);box-shadow:0 0 5px var(--btn-glow)}.dark-section .item-error-message{color:var(--error);margin-top:6px;font-style:italic}.code-captcha{position:relative}.code-captcha img{position:absolute;text-align:right;top:6px;right:3px;height:32px;border-radius:3px}.code-captcha button.refresh{width:24px;height:21px;padding:0;outline:0;background:url(/Images/switch-btn2.png);background-size:auto 54px;background-position:-42px -21px;position:absolute;right:-30px;top:11px;filter:var(--sprite-filter)}.code-captcha button.refresh:hover{background-position-x:-66px}.dark-section .code-captcha button.refresh:hover{background-position-x:-90px}@media screen and (max-width:570px){.code-captcha img{right:34px}.code-captcha button.refresh{right:8px}.dark-section .code-captcha button.refresh:hover{background-position-x:-66px}}@media screen and (max-width:300px){.code-captcha img{width:100px}}@media screen and (max-width:270px){.code-captcha img{width:80px}}#main-section{background-color:var(--hero-bg);color:#fff;padding:clamp(24px,3vw,60px) var(--section-pad-x);background-image:url(/Images/tile.png);background-repeat:repeat;background-size:6px auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(20px,4vw,80px)}.main-slogan{text-align:center;max-width:640px}.main-slogan h1{font-size:clamp(1.2rem,1rem + 0.9vw,1.6rem);color:#fff}.main-slogan h1:first-child{font-size:clamp(1.4rem,1rem + 2.2vw,2.5rem)}#main-image{width:min(100%,480px);height:auto}#main-image-m{display:none;width:min(100%,300px);height:auto}.try-button{background-color:var(--cta-bg);color:var(--cta-fg);margin:clamp(20px,3vw,40px) 0 0 0}.try-button:hover{box-shadow:0 0 10px rgba(0,0,0,0.56)}.try-button-m{display:none}.try-button-m:hover{box-shadow:0 0 10px rgba(0,0,0,0.56)}@media screen and (max-width:590px){#main-image{display:none}#main-image-m{display:inline-block}}@media screen and (max-width:400px){.try-button{display:none}.try-button-m{display:inline-block}}#features-section>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),450px));justify-content:center;gap:clamp(24px,3vw,40px) clamp(16px,2.5vw,40px);max-width:var(--content-max);margin:0 auto}#features-section>div>h1,#features-section>div>.header-comment{grid-column:1 / -1}.feature{text-align:center;width:100%;max-width:450px;margin:0 auto}.feature img{height:auto}#region-section p{margin:5px auto 0;max-width:1000px;color:var(--text-panel)}#region-section .small{max-width:900px;color:var(--text-panel);margin-top:2em}#fed-description{max-width:1200px;margin:0 auto}#fed-districts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:clamp(20px,3vw,40px);max-width:1100px;margin:15px auto 0;text-align:left}#fed-districts>div{grid-column:2;width:min(100%,420px)}#fed-districts h2{text-align:left;display:inline-block}#fed-districts h2:hover{text-decoration:underline;cursor:pointer}#fed-districts p{grid-column:2;text-align:left;margin:0 0 0 20px;display:none;max-width:400px}#fed-districts p.fd-opened{display:block}#fed-districts div span{background:url(/Images/switch-btn2.png);background-size:auto 54px;background-position:24px 11px;width:5px;height:5px;display:inline-block;text-align:left;margin:0 0 3px -6px;filter:var(--sprite-filter)}#fed-districts div.fd-opened span{background-position-x:19px}#region-location-state{grid-column:1;grid-row:1 / span 40;justify-self:end;align-self:start;width:min(100%,500px);aspect-ratio:1073 / 615;height:auto;fill:var(--map-fill);stroke:var(--map-stroke)}button.button-link{background:none;text-decoration:underline;font-size:1em;color:var(--text-panel);padding:0;margin:0;outline:0}#north-western-district.fd-opened ~ svg #region-north-western,#central-district.fd-opened ~ svg #region-central,#southern-district.fd-opened ~ svg #region-southern,#north-caucasian-district.fd-opened ~ svg #region-north-caucasian,#volga-district.fd-opened ~ svg #region-volga,#ural-district.fd-opened ~ svg #region-ural,#siberian-district.fd-opened ~ svg #region-siberian,#far-eastern-district.fd-opened ~ svg #region-far-eastern{fill:var(--map-active)}#region-north-western:hover,#region-central:hover,#region-southern:hover,#region-north-caucasian:hover,#region-volga:hover,#region-ural:hover,#region-siberian:hover,#region-far-eastern:hover{fill:var(--map-hover) !important;transition:0.1s}#north-western-district:hover ~ svg #region-north-western,#central-district:hover ~ svg #region-central,#southern-district:hover ~ svg #region-southern,#north-caucasian-district:hover ~ svg #region-north-caucasian,#volga-district:hover ~ svg #region-volga,#ural-district:hover ~ svg #region-ural,#siberian-district:hover ~ svg #region-siberian,#far-eastern-district:hover ~ svg #region-far-eastern{fill:var(--map-hover);transition:0.1s}@media screen and (max-width:920px){#fed-districts{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}#fed-districts>div{grid-column:1;width:auto;text-align:center}#fed-districts h2{font-size:1.1em;margin-top:5px}#fed-districts p{grid-column:1;text-align:center;margin:0;max-width:600px;font-size:0.9em}#region-location-state{grid-column:1;grid-row:auto;justify-self:center;margin-top:10px}}@media screen and (max-width:460px){#fed-districts{justify-items:start;text-align:left}#fed-districts>div,#fed-districts p{text-align:left}#fed-districts div span{display:none}#region-location-state{justify-self:center}}#parent-iframe{width:min(100%,1280px);margin:20px auto 0}#video-iframe{display:block;width:100%;aspect-ratio:16 / 9;height:auto;border:0}.text-manual p{max-width:900px;margin:20px auto 0}.text-manual .small{margin-top:10px}.text-manual a{color:var(--link)}.text-manual a:visited{color:var(--link-visited)}#price-section{background-color:var(--panel-bg)}#price-section div p{max-width:700px;margin:10px auto 0;font-size:0.8em;color:var(--text-panel)}#price-section div .first{margin-top:20px}.switcher{color:var(--text-panel);text-align:center;font-size:1.1em;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px 10px}.switcher>div:nth-child(2){width:150px;text-align:right}.switcher>div>div{height:35px;font-size:0.95em;display:inline-block;vertical-align:middle}.switcher button{width:14px;height:27px;padding:0;background:url(/Images/switch-btn2.png);background-size:auto 54px;vertical-align:middle;margin-left:5px;outline:0;filter:var(--sprite-filter)}.switcher span{display:block;text-align:right}.switcher span:first-child{color:var(--text-inverse);text-shadow:#333 0 1px 1px}.switcher span:last-child{font-size:0.7em;color:var(--text-soft)}.switcher.state-off button{background-position-x:-14px}.switcher.state-off span:first-child{font-size:0.7em;color:var(--text-soft);text-shadow:none}.switcher.state-off span:last-child{font-size:inherit;color:var(--text-inverse);text-shadow:#333 0 1px 1px;margin-top:2px}.price-table,.price-table-m{color:var(--text-panel);font-size:1.2em;border-collapse:collapse}.price-table{margin:15px auto 0}.price-table td,.price-table-m td{padding:10px clamp(8px,2vw,20px)}.price-table td span:last-child,.price-table-m td span:last-child{display:none}.price-table tr:first-child td{border-bottom:2px solid var(--line-strong)}.price-table td + td{border-left:2px solid var(--line-strong)}.price-table-m{display:none;margin:15px auto 0}.price-table-m tr td:first-child{border-right:2px solid var(--line-strong)}.price-table-m tr:not(:last-child) td{border-bottom:2px solid var(--line-strong)}.tariffex td span:first-child{display:none}.tariffex td span:last-child{display:inline}@media screen and (max-width:815px){.price-table{display:none}.price-table-m{display:table}.price-table-m td{width:50%}}@media screen and (max-width:390px){.price-table-m{font-size:1.1em}.switcher{font-size:1.05em}.switcher>div:nth-child(2){width:100%;text-align:center}}#recall-section>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),450px));justify-content:center;gap:clamp(24px,3vw,40px) clamp(16px,2.5vw,40px);max-width:var(--content-max);margin:0 auto}#recall-section>div>h1,#recall-section>div>.header-comment,#recall-section>div>div:last-child{grid-column:1 / -1}.recall{text-align:left;width:100%;max-width:450px;margin:0 auto;color:var(--text)}.recall p{line-height:1.5em;font-size:0.8em;text-align:left;text-indent:0}.recall p button{background:none;font-size:0.8em;outline:0;color:var(--text);text-decoration:underline}.recall p span{display:none}#contact-section{text-align:center;background-color:var(--panel-bg);color:var(--text-panel)}#contact-section>div{max-width:600px;margin:0 auto}#contact-section div.comment{margin-top:10px;font-size:0.8em;text-align:left}#contact-section a{color:var(--link)}.form-item{text-align:left;margin-top:15px}.form-item input{width:100%}.form-item textarea{width:100%;height:100px;margin-bottom:-3px}button.close-button{width:20px;height:20px;background-image:url(/Images/switch-btn2.png);background-size:auto 54px;background-position-x:-62px;background-color:var(--surface);background-repeat:no-repeat;outline:0;position:relative;float:right;right:19px;top:15px;filter:var(--sprite-filter)}.close-button:hover{background-position-x:-82px}#waiting-section{display:none;position:fixed;width:100%;height:100%;top:0;padding:0;z-index:1000}#waiting-section>div{display:table-cell;vertical-align:middle}#waiting-section img{padding-bottom:50px}#msg-section{padding:0;display:none;position:fixed;width:100%;height:100%;top:0;background:var(--overlay);z-index:1001}#msg-section>div{display:table-cell;vertical-align:middle;padding:0 clamp(15px,4vw,40px)}#msg-section>div>div{display:inline-block;max-width:600px;background:var(--surface);border:2px solid var(--input-border);border-radius:8px;box-sizing:border-box;width:100%}#msg-section>div>div>div{padding:0 clamp(20px,5vw,50px) 10px}#msg-section hr{margin:0 clamp(20px,5vw,49.5px)}#msg-section-errtitle{color:var(--error-strong);margin:40px 0 -20px 0;font-size:1.15em;font-weight:bold}#msg-section-message{color:var(--text);margin-top:40px;font-size:clamp(1.05rem,1rem + 0.3vw,1.2rem);line-height:1.4em}#msg-section-message p.msgb-title{font-weight:bold;margin:10px 0}#msg-section-message p.msgb-notes{font-size:0.65em;margin:7px clamp(0px,8vw,70px) 0}#msg-section-button{margin-bottom:24px;width:140px}footer>div{margin-top:10px}footer>div>div{display:inline-block}footer .special-info a{font-size:0.9em;color:var(--footer-link)}.icon-text{display:inline-block}.icon-text a{color:var(--footer-fg);text-decoration:none;white-space:nowrap}.footer-phone{margin-left:20px}@media screen and (max-width:600px){.icon-text{display:block}.footer-phone{margin-left:0}}.icon-text img{display:inline-block;vertical-align:middle;margin:0 4px 0 0}.icon-text div{display:inline-block;vertical-align:middle}.cookies-consent-banner{font-size:0.8em;color:var(--text-panel);position:fixed;bottom:10px;right:10px;max-width:450px;background:var(--banner-bg);backdrop-filter:blur(2px);padding:5px 10px;border:1px solid var(--line);border-radius:5px;text-align:center;z-index:9999;display:flex;justify-content:space-between;align-items:center;gap:10px}.cookies-consent-banner span{flex:1;text-align:left}.cookies-consent-banner a{color:var(--link)}.cookies-consent-banner button{flex:0;margin:5px}@media screen and (max-width:500px){.cookies-consent-banner{left:10px;max-width:none}}#trynow-section{padding:30px var(--section-pad-x)}#trynow-section .header-comment{font-size:1.15em;max-width:620px}#trynow-section .small2 a{color:var(--link)}#trynow-section .small2 a:visited{color:var(--link-visited)}#organization-block{display:none}.form-trynow .inside-block{display:grid;grid-template-columns:240px 20px minmax(0,400px);align-items:start;column-gap:5px;width:fit-content;max-width:100%;margin:0 auto;text-align:left}.form-trynow .inside-block>h4{grid-column:1;font-size:1.1em;color:var(--heading);text-align:right;margin:8px 0 0}.form-trynow .inside-block>span{grid-column:2;font-size:1em;color:var(--heading);text-align:right;margin-top:8px}.form-trynow .inside-block>.text-box,.form-trynow .inside-block>.radio-list,.form-trynow .inside-block>button{grid-column:3}.form-trynow .inside-block.with-textbox>h4,.form-trynow .inside-block.with-textbox>span{margin-top:12px}.form-trynow .inside-block.comment{display:block;width:min(100%,665px);margin:10px auto 0;font-size:0.8em}.form-trynow .inside-block.comment a{color:var(--link)}.form-trynow .sub-section>div{margin-top:15px}.form-trynow .sub-section.second{padding-top:4px}.form-trynow label{font-size:1.1em;color:var(--heading)}.form-trynow .radio-list{padding-top:8px}.form-trynow .text-box{width:100%}.form-trynow .text-box input{width:100%;border-color:var(--input-border)}.form-trynow .radio-list label{margin-right:19px;display:inline-block}.form-trynow button.button{margin-top:28px}#user-phone-inside-block .text-box{position:relative}#user-phone-inside-block #userPhone{padding-left:40px}#user-phone-inside-block .text-box span{font-size:1.2em;color:var(--input-fg);position:absolute;left:9px;bottom:9px}@media screen and (max-width:760px){.form-trynow .inside-block{grid-template-columns:auto minmax(0,1fr);width:min(100%,400px);column-gap:4px}.form-trynow .inside-block>h4{text-align:left;margin-top:0}.form-trynow .inside-block>span{text-align:left;margin-top:0}.form-trynow .inside-block.with-textbox>h4,.form-trynow .inside-block.with-textbox>span{margin-top:0}.form-trynow .inside-block>.text-box,.form-trynow .inside-block>.radio-list,.form-trynow .inside-block>button{grid-column:1 / -1}.form-trynow .inside-block>button{justify-self:center}.form-trynow .sub-section.first{padding-top:8px}.form-trynow .sub-section.first .item-error-message{margin-top:8px}}@media screen and (max-width:590px){#trynow-section .small2 br{display:none}}@media screen and (max-width:430px){.form-trynow .radio-list label{margin:7px 0 0 0;display:block}.form-trynow .sub-section.second{padding-top:0}}.account-menu{list-style-type:none;margin:20px 0 0 0;padding:0}.account-menu li{margin-top:10px}.account-menu li a{font-size:1.2em;color:var(--link)}.form-table{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px 15px;width:fit-content;max-width:100%;margin:20px auto 0}.form-table>div{display:contents}.form-table>div>div:first-child{text-align:right;color:var(--text)}.form-table input{border-color:var(--input-border);max-width:100%}@media screen and (max-width:520px){.form-table{grid-template-columns:minmax(0,1fr);width:min(100%,400px);gap:4px}.form-table>div{display:block;margin-top:10px}.form-table>div>div:first-child{text-align:left}.form-table input{width:100%}}.field-title{font-size:1.1em;font-weight:bold;color:var(--heading)}.white-theme-button{background-color:var(--btn-bg);margin:0}.error-block{margin:20px 0 20px 0}.white-theme,.gray-theme{color:var(--text)}.white-theme ul,.gray-theme ul{text-align:left;list-style-type:none;display:table;margin:5px auto 0;padding:0}.white-theme h3{font-weight:bold}.white-theme button,.gray-theme button{color:var(--btn-fg);background-color:var(--btn-bg);margin-top:20px}.gray-theme{background-color:var(--surface-muted)}.message-info{border:1px solid;clear:both;padding:10px 20px}.message-error{clear:both;color:var(--error-strong);font-size:1.1em;font-weight:bold;margin:20px 0 10px 0}.message-success{color:var(--success);font-size:1.3em;font-weight:bold;margin:20px 0 10px 0}.error{color:var(--error-strong)}.field-validation-error{color:var(--error-strong);font-weight:bold}.field-validation-valid{display:none}input[type="checkbox"].input-validation-error{border:0 none}.validation-summary-errors{color:var(--error-strong);font-weight:bold;font-size:1.1em}.validation-summary-valid{display:none}.manual{background:var(--panel-bg);display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1 1 auto}.manual>div{background:var(--surface);width:100%;max-width:1000px;padding:10px clamp(10px,3vw,20px) 0;margin:0 auto;flex:auto}.manual #start-page{width:100%;padding:0;max-width:1040px}.manual #start-page>div{padding:10px clamp(10px,3vw,20px) 0}.manual h1{font-size:clamp(1.35rem,1.1rem + 1.1vw,1.8rem)}.manual h2{margin-top:30px}.manual h3,.manual h4{font-size:1.2em;margin-top:30px}.manual a{color:var(--link);text-decoration:none}.manual a:hover{text-decoration:underline}.manual p{margin:10px 0;text-align:left;text-indent:30px}.manual #start-page h1{margin-top:15px}.manual #start-page p{text-align:center;margin:1px 0 0;font-size:0.8em;text-indent:0}.manual #guide-container{position:relative;text-align:center}.manual #guide-container img{position:absolute;margin:-31px 0 0 -115px;filter:var(--sprite-filter)}.manual #guide-container p{display:inline-block}@media screen and (max-width:650px){.manual #guide-container img{width:60px;margin:-24px 0 0 -86px}}@media screen and (max-width:600px){.manual #guide-container img{width:50px;margin:-20px 0 0 -73px}}@media screen and (max-width:575px){.manual #guide-container img{display:none}}.manual #go-to-home,.manual .adjacent-chapters{font-size:0.85em;height:16px}.manual .adjacent-chapters{text-align:right;margin:-16px 0 15px}.manual .adjacent-chapters a{margin-left:5px}.manual .adjacent-chapters span{color:var(--text-muted);cursor:default;margin-left:5px}@media screen and (max-width:550px){.manual #go-to-home,.manual .adjacent-chapters{font-size:0.8em}}@media screen and (max-width:360px){.manual .adjacent-chapters :first-child{display:none}}.manual .emphasize{font-weight:bold}.manual .decor-container{position:relative;opacity:0.3}.manual .left-decor{position:absolute;left:-20px}.manual .right-decor{position:absolute;right:-20px}.manual #start-page .left-decor{top:-117px}.manual #start-page .right-decor{top:-380px}@media screen and (max-width:740px){.manual #start-page .decor-container{display:none}}.manual hr{margin:20px -10px 3px}.manual .links-to-manual{padding:5px 0 10px}.manual .links-to-manual a{display:block;text-align:center;margin:6px 0;font-size:0.8em;color:var(--heading)}.manual .list-of-contents{margin:clamp(18px,3vw,30px) 0 clamp(20px,4vw,45px)}.manual .list-of-contents ul{max-width:450px;margin:0 auto;padding-left:clamp(20px,12vw,95px);list-style:none;font-size:clamp(0.85rem,0.78rem + 0.35vw,1rem)}.manual .list-of-contents li::before{content:'';display:inline-block;background-image:url(/Images/state-buttons2.png);background-size:auto 46px;background-position:18px 21px;height:6px;width:6px;margin:0 16px 2px 0;filter:var(--sprite-filter)}.manual .list-of-contents li.paragraph{padding-left:27px}.manual .list-of-contents li.paragraph::before{background-position:18px 15px;height:6px;width:6px;margin-right:9px}@media screen and (max-width:575px){.manual .list-of-contents li::before{display:none}.manual .list-of-contents li.paragraph{padding-left:20px}}.manual .inner-list{margin:0 0 0 clamp(6px,2vw,25px);color:var(--text)}.manual .inner-list li{line-height:1.5em}.manual .inner-buttons-list{margin:0 0 15px 40px;color:var(--text)}.manual .inner-buttons-list li{list-style-type:none;margin:10px 0 0 -33px;line-height:1.5em}.manual .fm-button{margin-bottom:-11px;margin-left:6px;margin-right:3px}.manual .fm-button-long{margin-left:6px;margin-right:3px;margin-bottom:-7px}.manual .fm-button-small{min-height:15px;margin-left:6px;margin-right:3px;margin-bottom:-3px}.manual .fm-button-arrow{min-height:15px;margin-left:6px;margin-right:3px;margin-bottom:-7px}.manual .screenshot img{display:block;margin:10px auto;width:100%;max-width:650px;height:auto}.manual #install-page .screenshot img{width:auto}@media screen and (max-width:500px){.manual #install-page .screenshot img{width:100%}}.manual .screenshot div{text-align:center;font-size:0.9em;color:var(--text);margin:5px 0 0 5px}.manual .screenshot span{margin-right:5px}.manual .layer-availabiliy-desc{font-size:0.9em;color:var(--text);margin:5px 0;display:block}.manual .layer-availability-large th{font-weight:bold;color:var(--text);font-size:0.8em;padding:1px;background:var(--table-head-bg);border:1px solid var(--line)}.manual .layer-availability-large td{border:1px solid var(--line);padding:1px;color:var(--text);font-size:0.8em;text-align:center}.manual .layer-availability-large table{width:100%;margin-bottom:2px;border:1px solid var(--line);border-collapse:collapse}@media screen and (max-width:550px){.manual .layer-availabiliy-desc{font-size:0.85em}.layer-availability-large{display:none}}@media screen and (min-width:330px) and (max-width:548px){.layer-availability-middle th{font-weight:bold;color:var(--text);font-size:0.75em;padding:1px;background:var(--table-head-bg);border:1px solid var(--line)}.layer-availability-middle td{border:1px solid var(--line);padding:1px;color:var(--text);font-size:0.75em;text-align:center}.layer-availability-middle table{width:100%;margin:0 3px 2px;border:1px solid var(--line);border-collapse:collapse}}@media screen and (min-width:20px) and (max-width:329px),screen and (min-width:549px){.layer-availability-middle{display:none}}@media screen and (min-width:200px) and (max-width:329px){.layer-availability-small th{font-weight:bold;color:var(--text);font-size:0.7em;padding:1px;background:var(--table-head-bg);border:1px solid var(--line)}.layer-availability-small td{border:1px solid var(--line);padding:1px;color:var(--text);font-size:0.7em;text-align:center}.layer-availability-small table{width:100%;margin:0 3px 2px 3px;border:1px solid var(--line);border-collapse:collapse}}@media screen and (min-width:20px) and (max-width:199px),screen and (min-width:329px){.layer-availability-small{display:none}}.manual-footer{text-align:center;font-size:clamp(0.8rem,0.75rem + 0.25vw,0.9rem)}.manual-footer span{display:inline-block;margin:10px 2px 14px;font-size:0.9em;color:var(--text-muted);cursor:default}.manual-footer a{display:inline-block;margin:10px 2px 14px}.installer{padding:0 clamp(10px,2vw,15px)}.installer h1{margin-top:clamp(15px,3vw,35px);font-size:clamp(1.3rem,1.05rem + 1.05vw,1.8rem)}.installer .subheader-comment{margin:1px 0 0;font-size:0.75em}.installer .main-links{text-align:center;margin-top:clamp(20px,4vw,40px)}.installer .main-links a{display:block;color:var(--link);font-size:clamp(1rem,0.85rem + 0.6vw,1.4rem);line-height:1.5em}.installer .notes-comment{margin-top:clamp(25px,7vw,80px);text-align:center}.installer .notes-comment>div{max-width:835px;margin:0 auto}.installer .notes-comment h3{font-size:0.8em;text-align:left;margin-top:30px}.installer .notes-comment p{text-align:left;margin-bottom:14px;font-size:0.9em}.installer .notes-comment a{display:block;text-align:left;color:var(--link);text-decoration:none;line-height:1.5em;font-size:0.9em}.installer .notes-comment a:hover{text-decoration:underline}.installer .notes-comment a.inner-link{display:inline}.http-error{padding:0 15px}.http-error h1{margin-top:35px;margin-bottom:40px}.http-error h3{margin:10px 0;font-size:0.95em}.http-error p{font-size:0.9em}