:root{--sidebarWidth:250px;--sidebarWidthNegative:-250px;--mainColor:#9ebfc3;--darkColor:#201f1f;--fontPrimary:"Open Sans",sans-serif;--fontLight:"Open Sans Light",sans-serif;--duration:0.3s;--ease:ease;--transition:all var(--duration) var(--ease);--outer-margin:16px;--outer-marginLarge:32px}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box;scroll-behavior:smooth}html.is-locked{overflow:hidden}html.navOpened .sidebar{left:0}html.navOpened .close-nav{visibility:visible;opacity:1}*,:after,:before{box-sizing:inherit}body{font-family:Open Sans,sans-serif;font-family:var(--fontPrimary);line-height:1.5;margin:0;padding:0;color:#333}img{max-width:100%}a{text-decoration:none;transition:all .4s ease;color:#9ebfc3;color:var(--mainColor)}a:hover{color:#000;text-decoration:underline}p{line-height:1.5}.title{color:#9ebfc3;color:var(--mainColor);font-weight:300;text-align:center;font-size:32px;line-height:1.3;margin:20px 0}.title--secondary{color:#fff}.section{min-height:100vh;padding:50px 0;text-align:center}@media (min-width:600px){.section{padding:100px 0}}.container{margin:0 auto;padding:0 16px;padding:0 var(--outer-margin);width:100%}@media (min-width:900px){.container{max-width:1408px;padding:0 32px;padding:0 var(--outer-marginLarge)}}.sidebar{display:flex;align-items:center;flex-direction:column;width:250px;width:var(--sidebarWidth);bottom:0;top:0;left:-250px;left:var(--sidebarWidthNegative);position:fixed;background:#201f1f;box-shadow:1px 0 3px rgba(0,0,0,.3);z-index:1;transition:all .3s ease;transition:var(--transition);z-index:100}@media (min-width:1200px){.sidebar{left:0}}.sidebar-logo{width:80px;height:32px;margin:22px 0;background-image:url(../images/physioclinics-logo.png);background-size:80px 32px}.sidebar-navigation{flex-grow:1;width:100%}.sidebar-footer{display:none;margin-bottom:20px;text-align:center;font-size:12px;color:hsla(0,0%,100%,.6)}@media (min-width:600px){.sidebar-footer{display:block}}.sidebar-navigation{align-self:flex-start}.sidebar-navigationList{margin:0;padding:0;list-style:none}.sidebar-navigationAnchor{display:block;padding:10px 0 10px 42px}.sidebar-navigationAnchor.is-active,.sidebar-navigationAnchor:hover{color:#fff;text-decoration:none;background:hsla(0,0%,100%,.1)}.sidebar-avatar{width:150px;height:150px;border-radius:100%}.sidebar-avatarTitle{font-size:12px;margin:10px 0}.icon-scroll{align-self:center;width:30px;height:50px;border:2px solid #fff;border-radius:25px;opacity:.5;margin-top:auto;margin-bottom:20px}.icon-scroll:before{content:"";display:inline-block;width:8px;height:8px;background:#fff;margin-left:9px;top:8px;border-radius:4px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:scroll;animation-name:scroll}@-webkit-keyframes scroll{0%{opacity:1}to{opacity:0;transform:translateY(26px)}}@keyframes scroll{0%{opacity:1}to{opacity:0;transform:translateY(26px)}}@media (min-width:1200px){.main{margin-left:250px;margin-left:var(--sidebarWidth)}}.main-menu{width:40px;height:40px;position:absolute;top:25px;right:-56px;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,.8);background-image:url(../images/menu.svg);background-repeat:no-repeat;background-size:40px 40px;transition:all .2s;z-index:100}.main-menu:hover{background-color:#000}@media (min-width:1200px){.main-menu{display:none}}.close-nav{position:fixed;top:0;width:100%;left:0;bottom:0;right:0;background:rgba(0,0,0,.65);visibility:hidden;opacity:0;transition:all .3s ease;transition:var(--transition);z-index:60}@media (min-width:1200px){.close-nav{display:none}}.hero{color:#fff;background:url(../images/bg.jpg) 50%/cover no-repeat}.heroContent{min-height:100vh;overflow:auto}.hero-text,.heroContent{display:flex;flex-direction:column}.hero-text{max-width:600px;align-self:center;text-align:center;flex-grow:1;justify-content:center}.hero-mainText{text-shadow:0 1px 3px rgba(0,0,0,.2);font-size:25px;margin-bottom:50px}@media (min-width:600px){.hero-mainText{font-size:32px}}.hero-button{display:inline-block;padding:15px;background:hsla(0,0%,100%,.6);color:#000;text-transform:uppercase}.hero-button:hover{background:#fff;text-decoration:none;color:#000}.paralax{padding-bottom:450px;background-repeat:no-repeat;background-position:bottom;background-attachment:fixed;background-size:cover}.paralax.paralax-therapy{background-image:url(../images/therapy.jpg)}.paralax.paralax-consultation{background-image:url(../images/consulting.jpg)}.paralax.paralax-research{background-image:url(../images/research.jpg)}.therapy-text{max-width:600px;margin:50px auto 0;text-align:center}@media (min-width:600px){.therapy-text{margin-top:100px}}.therapy-heading{font-size:inherit;margin:-20px 0 20px}@media (min-width:600px){.therapy-heading{margin:-50px 0 20px}}.therapy-options{margin:50px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center}@media (min-width:600px){.therapy-options{margin-top:100px}}.therapy-option{max-width:200px;padding-top:130px;margin-bottom:50px;background-position:top;background-repeat:no-repeat;background-size:100px 100px;text-align:center}.therapy-option--knee{background-image:url(../images/knee-green.svg)}.therapy-option--hip{background-image:url(../images/hip-green.svg)}.therapy-option--foot{background-image:url(../images/foot-green.svg)}.therapy-option--back{background-image:url(../images/back-green.svg)}.therapy-option--shoulder{background-image:url(../images/shoulder-green.svg)}.consultation-text{max-width:800px;margin:0 auto;text-align:center;font-size:18px;line-height:1.5}@media (min-width:600px){.consultation-text{font-size:22px}}.consultation-text:first-of-type{margin-top:50px}@media (min-width:600px){.consultation-text:first-of-type{margin-top:100px}}.consultation-text:first-of-type:after{content:"";display:block;margin:30px auto;width:100px;height:100px;background:url(../images/consulting.svg);background-repeat:no-repeat;background-size:contain}.research{background:#cecece}.research-subtitle{color:#fff;text-align:center;font-size:22px}.research-list{margin:0 auto;padding:0;text-align:center;font-size:18px;list-style:none}.research-text{max-width:800px;margin:30px auto;text-align:center}.research-text:first-of-type{margin-top:50px}@media (min-width:600px){.research-text:first-of-type{margin-top:100px}}.research-text:first-of-type:after{content:"";display:block;margin:30px auto;width:250px;height:86px;background:url(../images/cec.png);background-repeat:no-repeat;background-size:contain}.about-avatar{width:180px;height:180px;border-radius:100%;margin:0 auto}@media (min-width:600px){.about-avatar{width:180px;height:180px}}.about-title{color:#9ebfc3;color:var(--mainColor);font-weight:300;font-size:18px}.about-text{max-width:800px;margin:0 auto 15px}.about-list{max-width:600px;margin:30px auto;padding:0;list-style:none;font-size:18px}.contact{background:#efefef}.contact-email,.contact-phone{color:#9ebfc3;color:var(--mainColor);font-size:20px;margin:0}@media (min-width:600px){.contact-email,.contact-phone{font-size:42px}}.contact-email{font-weight:300}.contact-columns{margin:50px auto;font-size:14px;color:#000}@media (min-width:600px){.contact-columns{margin:100px auto 0;padding:0 100px;display:flex;flex-wrap:wrap}}.contact-column{margin:30px 0}@media (min-width:600px){.contact-column{margin:0;flex:0 0 50%}}@media (min-width:900px){.contact-column{flex:0 0 25%}}.data-protection{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:50;display:none;padding-top:70px}.data-protection:target{display:block;overflow:auto}@media (min-width:1200px){.data-protection{padding:100px;left:250px}}.u-screenReaders{width:1px;height:1px;padding:0;border:0;position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px)}