@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Unbounded:wght@300;400;500;600&display=swap";@import"https://use.typekit.net/unc4mtn.css";*{margin:0;padding:0;box-sizing:border-box}.d-f{display:flex}.jc-c{display:flex;justify-content:center}.jc-sb,.jc-f_end{display:flex;justify-content:space-between}.jc-sa{display:flex;justify-content:space-around}.ai-c{display:flex;align-items:center}.ai-fs{align-items:flex-start}.m50{margin:50px}.p50{padding:50px}.m10{margin:10px}.mt10{margin:10px 0 0}.mb10{margin:0 0 10px}.ml10{margin:0 0 0 10px}.mr10{margin:0 10px 0 0}.mlr10{margin:0 10px}.mtb10{margin:10px 0}.mt50{margin:50px 0 0}.mb50{margin:0 0 50px}.ml50{margin:0 0 0 50px}.mr50{margin:0 50px 0 0}.mlr50{margin:0 50px}.mtb50{margin:50px 0}.mt100{margin:100px 0 0}.mb100{margin:0 0 100px}.ml100{margin:0 0 0 100px}.mr100{margin:0 100px 0 0}.mlr100{margin:0 100px}.mtb100{margin:100px 0}a{text-decoration:none}.flex-d_c{flex-direction:column}.left,.right{width:45%}.w100{width:100%}.pos-r{position:relative}.pos-a{position:absolute}.fixed{position:fixed;top:0;left:0;z-index:99}.text-right{text-align:end}.text-left{text-align:start}.text-center{text-align:center}.w33{width:33vw}.N_left,.N_center,.N_right{width:30%}:root{color-scheme:light;--ortho-color-surface: #ffffff;--ortho-color-surface-soft: #f8f8f8;--ortho-color-surface-card: #f9f9f9;--ortho-color-text: #1e1e1e;--ortho-color-text-heading: #3b3b3b;--ortho-color-text-muted: #595959;--ortho-color-text-subtle: #868585;--ortho-color-border: #e7e7e7;--ortho-color-accent-start: #46d7fe;--ortho-color-accent-end: #00cf8d;--ortho-color-accent-strong: #137f78;--ortho-color-brand-blue: #0093d3;--ortho-color-info-text: #0d1d59;--ortho-color-success: #1b9c68;--ortho-color-warning: #b7791f;--ortho-color-error: #c63c3c;--ortho-color-disabled: #d8d8d8;--ortho-gradient-brand: linear-gradient( 90deg, var(--ortho-color-accent-start) 0%, var(--ortho-color-accent-end) 100% );--ortho-font-display: "Unbounded", "Roboto", Arial, sans-serif;--ortho-font-body: "Roboto", Arial, sans-serif;--ortho-font-size-caption: .875rem;--ortho-font-size-body: 1rem;--ortho-font-size-body-large: 1.125rem;--ortho-line-height-tight: 1.2;--ortho-line-height-body: 1.5;--ortho-radius-control: .75rem;--ortho-radius-card: 1.5rem;--ortho-radius-section: 3rem;--ortho-radius-pill: 999px;--ortho-shadow-card: 0 12px 32px rgb(30 30 30 / 7%);--ortho-shadow-raised: 0 16px 40px rgb(30 30 30 / 11%);--ortho-focus-ring: 0 0 0 3px rgb(70 215 254 / 35%);--ortho-transition-fast: .15s ease;--ortho-transition-base: .22s ease;--ortho-space-1: .25rem;--ortho-space-2: .5rem;--ortho-space-3: .75rem;--ortho-space-4: 1rem;--ortho-space-5: 1.5rem;--ortho-space-6: 2rem;--ortho-space-7: 3rem}.ortho-ui-card{color:var(--ortho-color-text);background:var(--ortho-color-surface-card);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-card)}.ortho-ui-title{color:var(--ortho-color-text-heading);font-family:var(--ortho-font-display);font-weight:400;line-height:var(--ortho-line-height-tight)}.ortho-ui-button{min-height:48px;padding:.75rem 1.5rem;color:var(--ortho-color-text);font:500 var(--ortho-font-size-body)/1 var(--ortho-font-body);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-pill);box-shadow:none;cursor:pointer;transition:transform var(--ortho-transition-fast),box-shadow var(--ortho-transition-fast),border-color var(--ortho-transition-fast)}.ortho-ui-button:hover:not(:disabled){border-color:var(--ortho-color-accent-start);box-shadow:var(--ortho-shadow-card);transform:translateY(-1px)}.ortho-ui-button:focus-visible{outline:none;box-shadow:var(--ortho-focus-ring)}.ortho-ui-button:disabled,.ortho-ui-button[aria-disabled=true]{color:var(--ortho-color-text-subtle);background:var(--ortho-color-surface-soft);cursor:not-allowed;opacity:.7}.ortho-ui-button--primary{color:var(--ortho-color-surface);background:var(--ortho-gradient-brand);border-color:transparent}.ortho-ui-field{min-height:48px;padding:.75rem 1rem;color:var(--ortho-color-text);font:400 var(--ortho-font-size-body)/var(--ortho-line-height-body) var(--ortho-font-body);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-control);outline:none;transition:border-color var(--ortho-transition-fast),box-shadow var(--ortho-transition-fast)}.ortho-ui-field::placeholder{color:var(--ortho-color-text-subtle)}.ortho-ui-field:hover:not(:disabled){border-color:var(--ortho-color-text-subtle)}.ortho-ui-field:focus-visible{border-color:var(--ortho-color-accent-start);box-shadow:var(--ortho-focus-ring)}.ortho-ui-field:disabled{background:var(--ortho-color-surface-soft);cursor:not-allowed}.ortho-ui-field[aria-invalid=true]{border-color:var(--ortho-color-error)}.ortho-ui-message{padding:.875rem 1rem;color:var(--ortho-color-text);font:400 var(--ortho-font-size-caption)/var(--ortho-line-height-body) var(--ortho-font-body);background:var(--ortho-color-surface-card);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-control)}.ortho-ui-message--error{color:var(--ortho-color-error);border-color:color-mix(in srgb,var(--ortho-color-error) 35%,white)}.ortho-ui-empty{padding:2rem;color:var(--ortho-color-text-muted);font:400 var(--ortho-font-size-body)/var(--ortho-line-height-body) var(--ortho-font-body);text-align:center;background:var(--ortho-color-surface-card);border:1px dashed var(--ortho-color-border);border-radius:var(--ortho-radius-card)}.ortho-ui-status{min-height:32px;display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;color:var(--ortho-color-text-heading);font:500 var(--ortho-font-size-caption)/1 var(--ortho-font-body);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-pill)}input[type=checkbox]{width:18px;height:18px;flex:0 0 auto;accent-color:var(--ortho-color-accent-end);cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--ortho-focus-ring)}.sweet-overlay{background:#1e1e1e66!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sweet-alert{font-family:var(--ortho-font-body)!important;border:1px solid var(--ortho-color-border)!important;border-radius:var(--ortho-radius-card)!important;box-shadow:var(--ortho-shadow-raised)!important}.sweet-alert h2{color:var(--ortho-color-text-heading)!important;font-family:var(--ortho-font-display)!important;font-size:clamp(1.5rem,4vw,2rem)!important;font-weight:400!important}.sweet-alert button.confirm{min-height:48px;padding:.75rem 1.5rem!important;background:var(--ortho-gradient-brand)!important;border-radius:var(--ortho-radius-pill)!important;box-shadow:none!important}.swal-overlay{background:#1e1e1e61!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.swal-modal{width:min(478px,100% - 32px);padding:8px 8px 12px;font-family:var(--ortho-font-body);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-raised)}.swal-title{padding:10px 24px 0;color:var(--ortho-color-text-heading);font-family:var(--ortho-font-display);font-size:clamp(1.25rem,4vw,1.625rem);font-weight:400;line-height:1.3}.swal-text{padding:0 24px;color:var(--ortho-color-text-muted);font-family:var(--ortho-font-body);font-size:var(--ortho-font-size-body);line-height:var(--ortho-line-height-body);text-align:center}.swal-footer{margin-top:8px;padding:16px 20px 8px;text-align:center}.swal-button{min-width:144px;min-height:48px;padding:.75rem 1.5rem;color:var(--ortho-color-surface);font:500 var(--ortho-font-size-body)/1 var(--ortho-font-body);background:var(--ortho-gradient-brand);border:0;border-radius:var(--ortho-radius-pill);box-shadow:none;transition:transform var(--ortho-transition-fast),box-shadow var(--ortho-transition-fast)}.swal-button:not([disabled]):hover,.swal-button:active{background:var(--ortho-gradient-brand);box-shadow:var(--ortho-shadow-card);transform:translateY(-1px)}.swal-button:focus{box-shadow:var(--ortho-focus-ring)}.swal-icon--error{border-color:color-mix(in srgb,var(--ortho-color-error) 58%,white)}.swal-icon--error__line{background-color:var(--ortho-color-error)}.swal-icon--warning{border-color:color-mix(in srgb,var(--ortho-color-warning) 58%,white)}.swal-icon--warning__body,.swal-icon--warning__dot{background-color:var(--ortho-color-warning)}@media(max-width:500px){.swal-modal{width:calc(100% - 24px);border-radius:1.25rem}.swal-title,.swal-text{padding-right:16px;padding-left:16px}}.ortho-ui-skeleton{background:linear-gradient(90deg,var(--ortho-color-surface-soft) 25%,var(--ortho-color-surface) 50%,var(--ortho-color-surface-soft) 75%);background-size:200% 100%;border-radius:var(--ortho-radius-control);animation:ortho-ui-loading 1.4s ease-in-out infinite}@keyframes ortho-ui-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.ortho-ui-button,.ortho-ui-field,.ortho-ui-skeleton{animation:none;transition:none}}*{padding:0;margin:0;box-sizing:border-box}.container{max-width:1380px;margin:auto}@media(max-width:1200px){.container{max-width:90%}}body{color:var(--ortho-color-text);font-family:var(--ortho-font-body);font-style:normal;line-height:var(--ortho-line-height-body);background:var(--ortho-color-surface)}main{padding:2.083vw}.jc-c{display:flex!important}.color-w{color:#fff}.active{color:gray}.active:focus{color:var(--ortho-color-brand-blue);text-decoration:underline}.color-1{color:var(--ortho-color-brand-blue)}.color-2{color:gray}.uppercase{text-transform:uppercase;cursor:pointer}.Logo{width:150px;margin:5px 0;cursor:pointer}.footerLogo{width:150px;padding:5px 14px;margin:5px 0;background-color:#fff;border-radius:10px;cursor:pointer}.margins{margin:0 4.167vw}.background-1{background-color:var(--ortho-color-brand-blue)!important}.Link{color:gray}.buttons button{cursor:pointer;border:none;background-color:transparent}.check_in_button h2{font-style:normal;font-weight:400;font-size:43px;margin-bottom:80px}.check_in_button input,.check_in_button select{width:100%;padding:15px 20px;border-radius:.694vw;border:none;background:#ededed;outline:none;position:relative;z-index:3}.check_in_button .bg{position:absolute;top:9.38vw;right:0;width:14.58vw;height:18.06vw;z-index:2}@media(max-width:768px){.check_in_button .bg{display:none}}.check_in_button>svg{display:none}.check_in_button .REGISTER{padding:30px 100px;border-radius:.694vw;border:none}@media(max-width:768px){.check_in_button .REGISTER{padding-right:unset;padding-left:unset;width:100%}}.Modal3{width:40.694vw;height:47.85vw;position:absolute;top:50%;left:51%;display:block;padding:2em;min-width:20em;max-width:70%;background-color:#fff;border-radius:1em;transform:translate(-50%,-50%);outline:transparent;z-index:100}.X{position:absolute;top:10px;right:10px;width:50px;height:50px;color:var(--ortho-color-text-heading);background:transparent;border:1px solid transparent;border-radius:50%;padding:14px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}@media(max-width:768px){.X{width:30px;height:30px}}.X:hover{color:var(--ortho-color-accent-strong);background:#00cf8d1a;border-color:var(--ortho-color-accent-end)}.Overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:100}header{position:fixed;top:0;left:0;z-index:13;background:#fff;border-bottom:.139vw var(--ortho-color-brand-blue) solid}@media print{header{display:none}}header .uppercase{cursor:auto}header .right{font-weight:400;font-size:14px;line-height:16px;text-transform:uppercase;color:gray;display:flex;align-items:center;gap:10px;width:auto}@media(max-width:768px){header .right{display:none}}header .right a{white-space:nowrap}header .right .buttons button{font-weight:400;font-size:.972vw}@media(max-width:768px){.home{margin-bottom:100px}}.home .uppercase{cursor:auto}.home .left{width:40%}@media(max-width:1200px){.home .left{width:100%}}.home .left .bb{padding-bottom:30px;margin-bottom:30px;border-bottom:2px solid #0093d3}.home .left h1{font-weight:700;font-size:128px}@media(max-width:768px){.home .left h1{font-size:80px}}.home .left h3{font-weight:400;font-size:64px}@media(max-width:768px){.home .left h3{font-size:40px}}.home .left .bottom{width:37.71vw}@media(max-width:1200px){.home .left .bottom{width:100%}}.home .left .bottom p{font-weight:400;font-size:18px;line-height:21px}.home .left .bottom p:before{content:"- "}.home .left .login .uppercase{cursor:pointer}.home .left .login p{text-decoration:underline}.home .rightWrap{position:relative}@media(max-width:1200px){.home .rightWrap{display:none}}.home .right{position:absolute;top:0;right:0;width:789px}.home .right img{position:absolute}.home .right .bg{top:0;right:0;height:100vh;max-height:1016px;z-index:-1}.home .right .image img{width:19vw;max-width:352px;height:auto;z-index:-1}.home .right .image .img_1{left:-60px;top:161px}.home .right .image .img_2{right:60px;top:484px}.home button{margin-top:1vw;background:var(--ortho-color-brand-blue);color:#fff;padding:1.94vw 6.39vw;border-radius:1vw;border:none}.Group{width:23.06vw;height:23.89vw}.patients{margin:150px 0 0}.patients .btnWrap{justify-content:center;margin-left:50px;display:flex;align-items:flex-start;gap:30px;flex-wrap:wrap}@media(max-width:768px){.patients .btnWrap{justify-content:center;margin-left:auto}}.patients .btnWrap svg{width:78px;height:104px}.patients .button{position:relative}.patients .button button{background:#fff;border:.069vw solid #000000;border-radius:.694vw}.patients .button .xx{display:none}.patients .box{margin:1.389vw;align-items:center;height:2.083vw;position:relative}.patients .box svg{position:absolute;top:2.778vw}.patients .box .svg2{right:0}.SideTrg{margin:150px 0}.SideTrg h1{font-weight:400;font-size:64px}.SideTrg .bottom img{width:700px}.SideTrg .wi svg{margin-right:20px}.SideTrg .right{padding-left:3.472vw}.SideTrg .right p{font-weight:400;font-size:.972vw;line-height:2.083vw}.SideTrg .right button{border:none;background:#0000;cursor:pointer}.PatientCard{margin:150px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.PatientCard h1{font-weight:400;font-size:60px}@media(max-width:768px){.PatientCard h1{font-size:40px}}.PatientCard img{width:332px;height:344px;object-fit:contain}.PatientCard .right .block{margin-top:1.389vw;border-bottom:.139vw solid}.PatientCard .right label{margin:0 .694vw}.PatientCard .right h3,.PatientCard .right h5{text-decoration:underline}.PatientCard .right .left{position:relative}.Payment{margin:9vw 1vw}.Payment h1{font-weight:400;font-size:4.444vw;line-height:5.208vw}.Payment .top{position:relative}.Payment .box h3{font-weight:400;font-size:3.75vw}.Payment .box .mt30{margin-top:2.083vw}.Payment .box h4{font-weight:400;font-size:1.46vw;line-height:3.472vw}.Payment .box .span1{position:absolute;font-size:1.111vw;line-height:1.319vw;top:45%}.Payment .box .span2{position:absolute;font-size:1.111vw;line-height:1.319vw;top:50%}.Payment .box .mm{margin-right:2.778vw}.Payment .box h6{text-align:center;width:13.889vw;margin-left:.694vw}.Payment .box .ml10_1{margin:.694vw .694vw 0 0}.Payment .box button{cursor:pointer}.Payment .box{width:21vw;height:23.9vw}.Payment .box_1{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20288%20328'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M139.086%201.77205C142.136%200.0514761%20145.864%200.0514809%20148.914%201.77206L215.857%2039.5392L282.037%2078.6307C285.052%2080.4116%20286.915%2083.6398%20286.95%2087.1413L287.715%20164L286.95%20240.859C286.915%20244.36%20285.052%20247.588%20282.037%20249.369L215.857%20288.461L148.914%20326.228C145.864%20327.949%20142.136%20327.949%20139.086%20326.228L72.1425%20288.461L5.96326%20249.369C2.9483%20247.588%201.08451%20244.36%201.04968%20240.859L0.285004%20164L1.04968%2087.1413C1.08452%2083.6398%202.94831%2080.4116%205.96327%2078.6307L72.1425%2039.5392L139.086%201.77205Z'%20fill='%230093D3'/%3e%3c/svg%3e")}.Payment .box_2{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20288%20328'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M139.086%201.77205C142.136%200.0514761%20145.864%200.0514809%20148.914%201.77206L215.857%2039.5392L282.037%2078.6307C285.052%2080.4116%20286.915%2083.6398%20286.95%2087.1413L287.715%20164L286.95%20240.859C286.915%20244.36%20285.052%20247.588%20282.037%20249.369L215.857%20288.461L148.914%20326.228C145.864%20327.949%20142.136%20327.949%20139.086%20326.228L72.1425%20288.461L5.96326%20249.369C2.94831%20247.588%201.08451%20244.36%201.04968%20240.859L0.285004%20164L1.04968%2087.1413C1.08451%2083.6398%202.94831%2080.4116%205.96327%2078.6307L72.1425%2039.5392L139.086%201.77205Z'%20fill='%230093D3'/%3e%3cpath%20d='M139.578%2012.643C142.323%2011.0945%20145.677%2011.0945%20148.422%2012.643L210.994%2047.9433L211.011%2047.9532L272.868%2084.4917C275.581%2086.0946%20277.259%2088.9999%20277.29%2092.1513L278.005%20163.99V164.01L277.29%20235.849C277.259%20239%20275.581%20241.905%20272.868%20243.508L211.011%20280.047L210.994%20280.057L148.422%20315.357C145.677%20316.905%20142.323%20316.905%20139.578%20315.357L77.0061%20280.057L76.9889%20280.047L15.1321%20243.508C12.4187%20241.905%2010.7412%20239%2010.7099%20235.849L9.99495%20164.01V163.99L10.7099%2092.1513C10.7412%2088.9999%2012.4187%2086.0946%2015.1321%2084.4917L76.9976%2047.9483L77.0061%2047.9433L139.578%2012.643Z'%20fill='%230093D3'%20stroke='white'%20stroke-width='2'/%3e%3c/svg%3e")}.Payment .box_2 .button button{padding:1.083vw 3.167vw}.Payment button{height:3.472vw;background:#fff}.WebsiteTraining{margin:150px 0;position:relative}.WebsiteTraining h1{font-weight:400;font-size:60px}@media(max-width:768px){.WebsiteTraining h1{font-size:45px!important}}.Profile{margin:150px 0;position:relative}.Profile .saveBtnProfile{background:none;border:none;font-size:16px;text-decoration:underline;cursor:pointer}.Profile .input{padding:5px 8px;border-radius:5px;background-color:#fcdede;border:none;outline:none}.Profile .column{display:flex;flex-direction:column;gap:10px;margin-left:30px}.Profile h1{font-weight:400;font-size:60px}@media(max-width:768px){.Profile h1{font-size:45px!important}}.Profile [type=radio]{margin-right:15px}.Profile .jc-sa{justify-content:center;gap:100px;flex-wrap:wrap}.Profile .jc-sa button{background:#0000;border:none}.Profile label svg{width:100%}.breadcrumbs{width:100%;position:fixed;z-index:25;top:96px;background:#fff;left:0}@media print{.breadcrumbs{display:none}}.breadcrumbs h4{font-weight:400;font-size:14px;line-height:1.4;background:#0000!important;color:gray;padding:6px 2vw;border-radius:0 0 .694vw;overflow-wrap:anywhere}@media(max-width:768px){.breadcrumbs{top:84px;right:8px;left:8px;width:auto}.breadcrumbs h4{padding:6px 8px}}.image{width:6.944vw;height:6.944vw}.image-no{border:.139vw solid red;border-radius:50%}.Modal1,.Overlay1{background:#fff;position:absolute!important;top:50%!important;height:65.972vw!important;z-index:-1!important}.Modal1 input,.Modal1 select,.Modal1 option,.Overlay1 input,.Overlay1 select,.Overlay1 option{margin:1.389vw 0;width:31.528vw;height:3.125vw;padding-left:1.389vw;border-radius:.694vw;border:none;background:#fff}.Modal1 button,.Overlay1 button{margin-top:1vw;margin-left:20%;border-radius:.694vw;border:none}.Modal1{width:1440px}.Overlay1 input{outline:none;background:#ededed}.Overlay2{background:#d9d9d9}.Overlay2 select,.Overlay2 option{width:10.347vw;height:2.5vw;padding:0 .694vw}.Overlay2 button{margin:0;padding:0 1.389vw;background:#0000}.Overlay2 .jc-sb{padding:2.083vw 0}.Overlay2 .box{margin:1.389vw;display:flex;align-items:center;justify-content:center}.Overlay2 .box h3{font-weight:700;font-size:1.111vw}.Overlay2 .box .h3_1{margin-right:6.25vw}.Overlay2 .blocks .block h3{width:12.917vw}.Overlay2 .blocks .block h4{padding-left:.672vw}.Overlay2 .blocks .block h3,.Overlay2 .blocks .block h4{margin:.694vw;font-size:.972vw;line-height:.972vw}.Overlay2 .blocks .block img{width:100px;height:100px}.Overlay2 .blocks .block{border-top:.069vw solid #808080;border-bottom:.069vw solid #808080;padding:3.472vw 3.472vw 3.472vw 0}.Overlay2-bg{top:-30px;left:130px;background:#d9d9d9;border-radius:0 0 30px 30px;transform:scaleY(-1);position:absolute;width:356px;height:45.07px}.hover{cursor:pointer!important}.Overlay1{background:#fff;display:flex;justify-content:center}.button button{padding:2.083vw 4.167vw;border:none;border-radius:.694vw}footer{position:fixed;z-index:13;bottom:0;left:0;color:#fff}@media print{footer .container{display:none}}@media(max-width:768px){footer .footerTitle{display:none}}footer .bm-overlay{position:fixed!important;top:0!important;left:0!important}footer .left_11{top:50%!important;width:100vw!important;height:50vw!important;left:0!important}footer .left_11 .color-w,footer .left_11 h3{color:#fff;margin-top:1.389vw}footer .menu_simple{width:100%;background-color:#055}footer .menu_simple ul{margin:0;padding:0;float:left}footer .menu_simple ul li{display:inline}footer .menu_simple ul li a{float:left;text-decoration:none;color:#fff;padding:.729vw .764vw;background-color:#055}footer .menu_simple ul li a:visited{color:#fff}footer .menu_simple ul li a:hover{color:#fff;background-color:#5fd367}footer .menu_simple ul li .current{color:#fff;background-color:#5fd367}footer .buttons button{margin-top:1.389vw;font-weight:550;font-size:1.389vw;color:#fff}footer:after{display:none}.Overlay2{width:100%!important;background:#fff}.Modal2{padding:10px;width:100%!important;background:#d9d9d9}.Modal2 .bg{padding:5px 10px;background:#fff}.box1{z-index:-1;position:absolute;right:40%;top:60%}.box2{position:absolute;z-index:-1;top:70%;right:0}.box2 svg{width:28.472vw;height:38.194vw}.video{width:100%;height:614px}@media(max-width:768px){.video{height:180px}}.hiddenText{font-size:10px;color:#000;position:absolute;padding:5px 10px;background-color:#fff;width:100px}@media print{@page{size:A4 portrait;margin:10mm 10mm 18mm;counter-increment:page;@bottom-right{padding:3mm 0 0 3mm;color:#3b3b3b;content:"Страница " counter(page) " из " counter(pages);font-family:Roboto,Arial,sans-serif;font-size:8pt!important;font-weight:500;border-top:.5pt solid #ccece7}@bottom-left{content:"orthotrg.ru";padding:3mm 3mm 0 0;color:#137f78;font-family:Unbounded,Roboto,Arial,sans-serif;font-size:8pt!important;font-weight:500;border-top:.5pt solid #ccece7}@bottom-center{content:"Состояния и патологии, указанные в отчёте, не являются диагнозом и должны быть интерпретированы лечащим врачом";padding-top:3mm;color:#595959;font-family:Roboto,Arial,sans-serif;font-size:7pt!important;line-height:1.25;border-top:.5pt solid #ccece7}}footer{display:none}footer:after{content:"https://orto.utouch.dev";display:block;font-size:14px;font-style:normal;text-align:left;margin:20px 60px}}._siteHeader_1hmmt_2{position:fixed;z-index:40;top:12px;right:16px;left:16px;width:auto;color:var(--ortho-color-text-heading);background:#f8f8f8f5;border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}._headerContainer_1hmmt_17{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 20px}._logoButton_1hmmt_26,._footerLogoButton_1hmmt_27,._authActions_1hmmt_28 button,._account_1hmmt_29 button,._legalLinks_1hmmt_30 button{padding:0;color:inherit;font:inherit;background:transparent;border:0;cursor:pointer}._logoButton_1hmmt_26,._footerLogoButton_1hmmt_27{flex:0 0 auto;line-height:0}._logoButton_1hmmt_26 img{width:150px;height:auto}._desktopNav_1hmmt_50{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,1.8vw,28px);font-family:var(--ortho-font-body);font-size:14px;text-transform:none}._subscriptionBadge_1hmmt_61{min-height:38px;display:flex;align-items:center;gap:10px;padding:5px 6px 5px 12px;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;border-radius:var(--ortho-radius-pill)}._subscriptionBadge_1hmmt_61 strong{padding:6px 10px;color:currentColor;background:#fff;border-radius:var(--ortho-radius-pill)}._subscriptionBadge_expired_1hmmt_80{background:var(--ortho-color-text-heading)}._subscriptionBadge_expired_1hmmt_80 strong{color:var(--ortho-color-text-heading)}._subscriptionBadge_trial_1hmmt_87{background:#8b3ffd}._subscriptionBadge_trial_1hmmt_87 strong{color:#8b3ffd}._subscriptionBadge_monthly_1hmmt_94{background:var(--ortho-gradient-brand)}._subscriptionBadge_monthly_1hmmt_94 strong{color:var(--ortho-color-text-heading)}._authActions_1hmmt_28,._account_1hmmt_29{display:flex;align-items:center;gap:10px;white-space:nowrap}._authActions_1hmmt_28 button,._logout_1hmmt_110{transition:color var(--ortho-transition-fast)}._authActions_1hmmt_28 button:hover,._authActions_1hmmt_28 button:focus-visible,._logout_1hmmt_110:hover,._logout_1hmmt_110:focus-visible{color:var(--ortho-color-accent-end)}._accountProfile_1hmmt_119{display:flex;align-items:center;gap:8px}._avatar_1hmmt_125{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;color:var(--ortho-color-surface);background:var(--ortho-gradient-brand);border-radius:50%}._avatar_1hmmt_125 img{width:100%;height:100%;object-fit:cover}._menuButton_1hmmt_141{width:48px;height:48px;display:none;flex:0 0 auto;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:0;background:transparent;border:0;cursor:pointer}._menuButton_1hmmt_141 span{width:36px;height:3px;background:var(--ortho-color-text-heading);border-radius:var(--ortho-radius-pill);transition:transform var(--ortho-transition-base)}._menuButtonOpen_1hmmt_163 span:first-child{transform:translateY(6px) rotate(45deg)}._menuButtonOpen_1hmmt_163 span:last-child{transform:translateY(-6px) rotate(-45deg)}._menuBackdrop_1hmmt_170{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;display:none;background:#1e1e1e59;border:0;opacity:0;pointer-events:none;transition:opacity var(--ortho-transition-base)}._menuBackdropOpen_1hmmt_182{opacity:1;pointer-events:auto}._mobileMenu_1hmmt_187{position:fixed;z-index:30;top:96px;right:16px;width:min(380px,100vw - 32px);max-height:calc(100vh - 116px);display:none;flex-direction:column;gap:24px;padding:24px;overflow-y:auto;color:var(--ortho-color-text-heading);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-raised);opacity:0;pointer-events:none;transform:translateY(-12px);transition:opacity var(--ortho-transition-base),transform var(--ortho-transition-base)}._mobileMenu_1hmmt_187 nav{display:flex;flex-direction:column;gap:8px}._mobileMenu_1hmmt_187 nav a{min-height:48px;display:flex;align-items:center;padding:10px 14px;border-radius:var(--ortho-radius-control)}._mobileMenu_1hmmt_187 nav a:hover{background:var(--ortho-color-surface-soft)}._mobileMenuOpen_1hmmt_225{opacity:1;pointer-events:auto;transform:translateY(0)}._siteFooter_1hmmt_231{position:fixed;z-index:20;right:16px;bottom:12px;left:16px;width:auto;color:var(--ortho-color-text-muted);background:#f8f8f8f5;border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}._footerContainer_1hmmt_246{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px 20px}._footerLogoButton_1hmmt_27 img{width:132px;height:auto}._legalLinks_1hmmt_30{display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px}._legalLinks_1hmmt_30 button:hover,._legalLinks_1hmmt_30 button:focus-visible{color:var(--ortho-color-accent-end)}._copyright_1hmmt_272{font-size:12px;white-space:nowrap}@media(max-width:1200px){._desktopNav_1hmmt_50{display:none}._menuButton_1hmmt_141,._menuBackdrop_1hmmt_170,._mobileMenu_1hmmt_187{display:flex}._siteFooter_1hmmt_231{position:static;width:auto;margin:24px 16px 12px}}@media(max-width:768px){._siteHeader_1hmmt_2{top:8px;right:8px;left:8px;border-radius:20px}._headerContainer_1hmmt_17{min-height:64px;max-width:none;padding:8px 14px}._logoButton_1hmmt_26 img{width:138px}._menuButton_1hmmt_141{width:44px;height:44px}._menuButton_1hmmt_141 span{width:32px}._mobileMenu_1hmmt_187{top:84px;right:8px;width:calc(100vw - 16px);max-height:calc(100vh - 100px);padding:20px}._mobileMenu_1hmmt_187 ._authActions_1hmmt_28,._mobileMenu_1hmmt_187 ._account_1hmmt_29{align-items:flex-start;flex-direction:column;gap:16px}._siteFooter_1hmmt_231{right:8px;bottom:8px;left:8px;margin:20px 8px 8px;border-radius:20px}._footerContainer_1hmmt_246{min-height:58px;max-width:none;padding:8px 14px}._footerLogoButton_1hmmt_27 img{width:112px}._legalLinks_1hmmt_30{display:none}._copyright_1hmmt_272{font-size:11px}}@media print{._siteHeader_1hmmt_2,._siteFooter_1hmmt_231,._menuBackdrop_1hmmt_170,._mobileMenu_1hmmt_187{display:none!important}}@media(prefers-reduced-motion:reduce){._menuButton_1hmmt_141 span,._menuBackdrop_1hmmt_170,._mobileMenu_1hmmt_187{transition:none}}._link_1kexw_1{min-height:40px;display:inline-flex;align-items:center;padding:8px 10px;cursor:pointer;border-radius:var(--ortho-radius-pill);transition:color var(--ortho-transition-fast),background var(--ortho-transition-fast);text-decoration:none;color:var(--ortho-color-text-muted)}._link_1kexw_1:visited{color:var(--ortho-color-text-muted)}._link_1kexw_1:hover,._link_1kexw_1:focus-visible{color:var(--ortho-color-text-heading);background:var(--ortho-color-surface);outline:none}._active_1kexw_21{color:var(--ortho-color-text-heading)!important;background:var(--ortho-color-surface)!important;box-shadow:inset 0 0 0 1px var(--ortho-color-border)}._wrapper_5n52h_1{width:100%;display:flex;flex-direction:column;gap:.5rem}._inputWrapper_5n52h_8{position:relative;display:flex;align-items:center;width:100%}._inputWrapper_5n52h_8 input,._inputWrapper_5n52h_8 select,._inputWrapper_5n52h_8 textarea{min-height:48px;width:100%;padding:12px 16px;color:var(--ortho-color-text);font:400 var(--ortho-font-size-body)/var(--ortho-line-height-body) var(--ortho-font-body);background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-control);outline:none;transition:border-color var(--ortho-transition-fast),box-shadow var(--ortho-transition-fast)}._inputWrapper_5n52h_8 input::placeholder,._inputWrapper_5n52h_8 select::placeholder,._inputWrapper_5n52h_8 textarea::placeholder{color:var(--ortho-color-text-subtle)}._inputWrapper_5n52h_8 input:hover:not(:disabled),._inputWrapper_5n52h_8 select:hover:not(:disabled),._inputWrapper_5n52h_8 textarea:hover:not(:disabled){border-color:var(--ortho-color-text-subtle)}._inputWrapper_5n52h_8 input:focus-visible,._inputWrapper_5n52h_8 select:focus-visible,._inputWrapper_5n52h_8 textarea:focus-visible{border-color:var(--ortho-color-accent-start);box-shadow:var(--ortho-focus-ring)}._inputWrapper_5n52h_8 input:disabled,._inputWrapper_5n52h_8 select:disabled,._inputWrapper_5n52h_8 textarea:disabled{background:var(--ortho-color-surface-soft);cursor:not-allowed;opacity:.75}._error_5n52h_52{color:var(--ortho-color-error);font-size:14px;padding-left:.25rem}._icons_5n52h_58{position:absolute;right:10px;display:flex;align-items:center;gap:.75rem}._wrapper_y3uu9_1{width:100%;z-index:100}._inputWrapper_y3uu9_6{display:flex;gap:.75rem}._passwordInput_y3uu9_11{position:relative;display:flex;align-items:center;width:100%}._input_y3uu9_6{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;outline:none}._toggleButton_y3uu9_26{background:none;border:none;cursor:pointer;display:flex;align-items:center;z-index:10}._error_y3uu9_35{color:red;padding-left:1rem;font-size:14px;z-index:40}._icons_y3uu9_42{position:absolute;right:10px;display:flex;align-items:center;gap:.75rem}._tooltip_y3uu9_50{position:absolute;right:0}._tooltipContainer_1kpc4_1{position:relative;display:inline-flex;align-items:center;cursor:pointer;z-index:1000}._icon_1kpc4_9{color:#666}._tooltip_1kpc4_1{position:fixed;background:#000c;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;white-space:normal;word-wrap:break-word;min-width:150px;max-width:250px;text-align:center;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;z-index:9999}._tooltipContainer_1kpc4_1:hover ._tooltip_1kpc4_1{opacity:1;visibility:visible}._block_1rvhs_2{padding:16px;position:fixed;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:101;top:0;left:0;background-color:#1e1e1e66;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:var(--ortho-font-body)!important}._block_1rvhs_2 ._content_1rvhs_17{position:relative;background:var(--ortho-color-surface);border:1px solid var(--ortho-color-border);border-radius:var(--ortho-radius-card);box-shadow:var(--ortho-shadow-raised);min-width:515px;padding:34px 30px 28px;overflow-x:hidden;overflow-y:auto;max-height:calc(100dvh - 32px)}@media(max-width:768px){._block_1rvhs_2 ._content_1rvhs_17{width:calc(100% - 24px);max-width:420px;min-width:0;padding:30px 20px 24px}}._modalTitle_1rvhs_38{max-width:430px;margin:0 52px 26px!important;color:var(--ortho-color-text-heading)!important;font-family:var(--ortho-font-display);font-size:clamp(26px,4vw,38px)!important;font-weight:500!important;line-height:1.18;text-align:center}@media(max-width:768px){._modalTitle_1rvhs_38{margin-right:34px!important;margin-left:34px!important}}._primaryAction_1rvhs_55{position:relative;z-index:10;width:100%;min-height:50px;padding:13px 24px;color:#fff;font-size:16px;font-weight:600;background:var(--ortho-gradient-brand);border:0;border-radius:var(--ortho-radius-pill);box-shadow:var(--ortho-shadow-subtle);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}._primaryAction_1rvhs_55:disabled{cursor:wait;opacity:.72}._submitError_1rvhs_79{position:relative;z-index:10;width:100%;margin:-10px 0 18px;padding:12px 14px;color:var(--ortho-color-error);font-size:14px;line-height:1.4;background:color-mix(in srgb,var(--ortho-color-error) 8%,var(--ortho-color-surface));border:1px solid color-mix(in srgb,var(--ortho-color-error) 35%,transparent);border-radius:var(--ortho-radius-control);outline:none}._forgetPassword_1rvhs_94{font-weight:400;font-size:14px;line-height:16px;text-decoration-line:underline;color:var(--ortho-color-text-muted);margin-top:20px;cursor:pointer}._title_1rvhs_104{font-style:normal;font-weight:400;font-size:16px;line-height:16px;text-decoration-line:underline;color:var(--ortho-color-text-muted)}._specialbtn_1rvhs_113{cursor:pointer!important;background:var(--ortho-gradient-brand);border:none;border-radius:var(--ortho-radius-pill);width:223px;height:72px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:2}._error_1rvhs_128{position:relative;z-index:10;color:var(--ortho-color-error);font-size:14px}._loader_1rvhs_135{width:24px;height:24px;object-fit:contain}._password_1rvhs_141{display:flex;align-items:start;gap:1rem;width:100%}._inputs_1rvhs_148{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.25rem;z-index:3}._feedback_1rvhs_157{z-index:100;position:relative;margin-bottom:1.5rem}._feedback_1rvhs_157 a{color:var(--ortho-color-text-muted);text-decoration:underline}._feedback_1rvhs_157 a:visited{color:var(--ortho-color-text-muted)}._agreement_1rvhs_170{margin-bottom:2rem;width:100%;max-width:438px;display:flex;flex-direction:column;gap:8px}._agreement_1rvhs_170 label{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:var(--ortho-color-text-heading);font-weight:400}._agreement_1rvhs_170 label input[type=checkbox]{width:auto;margin-top:3px}._agreement_1rvhs_170 label a{color:var(--ortho-color-accent-end);text-decoration:none}._agreement_1rvhs_170 label a:hover{text-decoration:underline}._legalNotice_1rvhs_199{font-size:13px;line-height:1.4;color:var(--ortho-color-text-muted)}._legalNotice_1rvhs_199 a{color:var(--ortho-color-accent-end);text-decoration:none}._legalNotice_1rvhs_199 a:hover{text-decoration:underline}._forgetHint_1rvhs_212{font-weight:700;color:#000;cursor:pointer}._recoveryInfo_1rvhs_218{position:relative;z-index:4;width:100%;margin:14px 0;padding:10px 12px;border-radius:8px;background-color:var(--ortho-color-surface-card);border:1px solid var(--ortho-color-border);color:var(--ortho-color-text-heading);line-height:1.4}._recoveryActions_1rvhs_231{position:relative;z-index:4;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-top:12px;padding:10px 12px;border-radius:8px;background-color:var(--ortho-color-surface-card);border:1px solid var(--ortho-color-border)}
