html,body{scroll-behavior:smooth}body{font-family:'Ubuntu',sans-serif}section{padding:3rem 0}a{color:inherit}header{position:sticky;top:0;z-index:2}nav .logos-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}nav .logos-wrapper .logo-element{margin-right:1rem}nav .logos-wrapper .logo-element.fb{margin-left:3rem}nav .logos-wrapper .logo-element.fb img{max-width:43px;min-width:40px}nav .logos-wrapper .logo-element:last-child{margin-right:0}nav .right{margin-left:1rem;display:flex;justify-content:flex-end;align-items:center}nav .right .logo-element img{width:100%;max-width:80px;min-width:80px}nav .left .logo-element img{width:100%;max-width:100px;min-width:100px}nav .center{display:flex;justify-content:space-evenly;align-items:center;margin:1rem 0}nav .center .link-element{background-color:#fff;padding:.25rem .5rem;border-radius:5px;color:#1c1f21;transition:all 0.2s ease-in-out;border:1px solid #fff}nav .center .link-element:first-child{margin-right:1rem}nav .center .link-element:hover{background-color:transparent;border:1px solid #fff;color:#fff;text-decoration:none;transition:all 0.2s ease-in-out}nav .dark-bg{background-color:#1c1f21;padding:.75rem 0}nav .menu{background-color:#fff;padding:.25rem 0;font-family:"Oswald",sans-serif}nav .menu__wrapper{display:flex;justify-content:space-between;align-items:flex-end}nav .menu__main{display:flex;justify-content:flex-start;align-items:flex-end}nav .menu__extras-wrapper{display:flex;justify-content:center;align-items:flex-end}nav .menu__item{color:#212121;border:1px solid #89ad14;margin-right:1.5rem;padding:.25rem 1rem}nav .menu__item:last-child{margin-right:0}nav .menu__item:hover{text-decoration:none}nav .menu__item.active{font-size:36px;font-weight:700;margin-right:2rem;border-width:0;padding:0 .5rem}nav .menu__extras{background-color:#89ad14;color:#fff;padding:.25rem 1rem;margin-left:1.2rem}nav .menu__extras:last-child{margin-left:2rem;text-align:center;font-size:14px}nav .menu__extras:hover{text-decoration:none}nav .main-header .left .logo-element img{width:100%;max-width:165px;min-width:165px}nav .main-header .right img{width:100%;max-width:86px;min-width:86px}nav.scrolled .dark-bg{background-color:rgba(0,0,0,.75)}nav.scrolled .menu{background-color:rgba(255,255,255,.75)}@media (max-width:767px){nav .dark-bg{background-color:rgba(0,0,0,.75)}}@media (max-width:575px){nav .logos-wrapper .logo-element.fb{margin-left:0;position:relative}nav .logos-wrapper .logo-element.fb:before{width:1px;height:1rem;position:absolute;content:"";background-color:#fff;left:0;top:50%;transform:translateY(-50%)}nav .menu__wrapper{flex-direction:column;align-items:flex-start}nav .menu__title{font-size:24px;margin-bottom:.5rem}nav .menu__main{flex-direction:column;align-items:flex-start}nav .menu__item{padding:.2rem .5rem;margin-bottom:.5rem;font-size:14px}nav .menu__extras{font-size:14px;padding:.2rem .5rem;margin-bottom:.5rem}nav .menu__extras:last-child{margin-left:0}}.top-section{padding:0;position:relative;margin-top:-9rem}.top-section .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.top-section .overlay .slick-prev{display:none!important}.top-section .overlay .slick-next{margin-right:calc(100%/12 + 2px);margin-left:auto;display:block;border:none;margin-top:2rem;font-size:14px;text-transform:uppercase;padding:.25rem 2.5rem;background:#f8b600 url(../img/arr.svg) no-repeat 85% center;background-size:20%;color:#343433;font-weight:700;font-family:'Oswald',sans-serif}.top-section .top-question__question{font-family:'Oswald',sans-serif;line-height:1}.top-section .top-question__answer{background-color:#89ad14;height:100%;padding:1rem;display:flex;align-items:center}.top-section .top-question__answer p{margin-bottom:0}@media (max-width:911px){.top-section{margin-top:-3rem}.top-section .overlay .slick-next{margin-right:0}}@media (max-width:767px){.top-section{padding-top:120px;margin-top:0}.top-section .overlay{position:static;transform:none}}@media (max-width:575px){.top-section .top-question__question span,.top-section .top-question__question strong{line-height:1;font-size:35px!important}}.quiz-section{background:url(../img/main/quiz-photo-bg.png) no-repeat center;background-size:cover;min-height:100vh;display:flex;align-items:center;padding:8rem 0}.quiz{display:flex;background-color:rgba(0,0,0,.75);padding:3rem 0}.quiz__title{font-size:24px;font-weight:500;color:#89ad14}.quiz__hint{color:#fff;font-size:13px;font-weight:300;font-style:italic;margin-bottom:1rem}.quiz__question-wrapper{background-color:#fff;padding:.75rem 1rem 3rem;margin-bottom:.75rem}.quiz__question{font-size:18px;font-weight:700;margin-bottom:.75rem}.quiz__answer{font-weight:500}.quiz__btns{display:flex;justify-content:space-between}.quiz__btn{background-color:#89ad14;color:#212121;font-weight:700;font-size:14px;min-width:150px;cursor:pointer;padding:.5rem;text-align:center;display:flex;justify-content:center;align-items:center}.quiz__result{background-color:grey;font-family:'Oswald',sans-serif;color:#212121;font-weight:700;height:180px;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem;text-align:center}.quiz__result__num{font-size:48px}.quiz__result__points{margin-top:.5rem;font-size:14px}.quiz__result.orange{background-color:#e4590f}.quiz__result.yellow{background-color:#e6bd0c}.quiz__result.green{background-color:#9fc036}.quiz__result.neutral{background-color:#c9cac8}.quiz__end{text-align:center;font-weight:700}.quiz__end__text{font-size:24px;color:#9fc036;margin-bottom:.75rem}.quiz__end__small-text{margin-bottom:.5rem}.quiz__end__go{background-color:#9fc036;width:135px;height:36px;display:flex;justify-content:center;align-items:center;margin:0 auto -2rem}.quiz__end__go__icon{height:.9rem}.quiz__question-wrapper{display:none}.quiz__question-wrapper.active{display:block}.quiz__btn{display:none}.quiz__btn#quiz-next{margin-left:auto}.quiz__btn.show{display:block}@media (max-width:991px){.quiz__btns{margin-bottom:2rem}.quiz__result{min-height:150px}}#quiz-result-wrapper{width:100%;height:180px;overflow:hidden;position:relative}#results-bar{position:absolute;width:100%;top:0}.quiz-section .quiz__result{height:180px}.boxes-section .box{padding:1rem;height:100%;min-height:350px;display:flex;justify-content:center;flex-direction:column;text-decoration:none}.boxes-section .box.green{background:url(../img/main/box-green.jpg) no-repeat center;background-size:cover;color:#212121!important}.boxes-section .box.grey{background:url(../img/main/box-gray.jpg) no-repeat center;background-size:cover;color:white!important}.boxes-section .box__title{font-weight:300;font-size:60px;line-height:1;margin-bottom:2rem}.boxes-section .box__text{font-weight:500;height:0;font-size:0;opacity:0;transition:all 1s ease-in-out}.boxes-section .box__text.active{height:100%;opacity:1;font-size:1rem;transition:all 1s ease-in-out}@media (max-width:575px){.boxes-section .box__title{font-size:44px}}section.mapa .container-bg{padding:3rem;color:#fff;background:url(../img/main/mapa-bg.jpg) no-repeat center;background-size:cover}section.mapa .container-bg #map{min-height:360px;width:100%}section.mapa .container-bg .maps-popup{color:#000}section.mapa .container-bg .maps-popup p{margin-bottom:0;font-size:13px}section.mapa .container-bg .maps-popup p:first-child{font-weight:700;margin-bottom:.5rem;font-size:1rem}section.mapa .container-bg .title{font-size:30px;font-weight:300;line-height:42px;margin-bottom:2rem}section.mapa .container-bg #pac-input{background-color:#fff;font-weight:300;padding:.75rem;width:300px;margin-top:1rem;border-width:0}section.mapa .container-bg #map-result{background-color:#272727;margin-top:2rem}section.mapa .container-bg .place-address{position:relative;padding:1rem 1rem 1rem 5rem;min-height:105px}section.mapa .container-bg .place-address:before{width:1.5rem;height:2rem;position:absolute;content:"";background:url(../img/main/icon-place.svg) no-repeat center;background-size:contain;left:2rem;top:50%;transform:translateY(-50%)}section.mapa .container-bg .place-address__name{font-size:14px;line-height:18px;margin-bottom:0}section.mapa .container-bg .place-address__detail{margin-bottom:0;font-size:12px;line-height:18px}section.mapa .container-bg .place-address__more{margin-bottom:0;margin-top:.5rem}section.mapa .container-bg .place-address__more a{color:#89ad27;font-size:14px;text-align:right;display:block}section.mapa .container-bg .all-places{color:#89ad14;font-size:14px;font-weight:600;margin:2rem 0;display:block;position:relative}section.mapa .container-bg .all-places:after{width:2rem;height:.75rem;position:absolute;content:"";background:url(../img/arr-color.svg) no-repeat center;background-size:contain;margin-left:.25rem;top:.25rem}.places-section .column-style{display:flex;flex-direction:column;justify-content:space-between}.places-section .places{background:url(../img/main/places-bg.jpg) no-repeat center;background-size:cover;color:#fff;padding:3rem 0}.places-section .places__desc{font-size:30px;line-height:48px;font-weight:300;margin-bottom:1rem}.places-section .places__desc__link{margin-top:1.75rem;font-size:14px;color:#89ad14;font-weight:500;display:block;position:relative}.places-section .places__desc__link:hover{text-decoration:none}.places-section .places__desc__link:after{background:url(../img/arr-color.svg) no-repeat center;width:1.25rem;height:1.2rem;position:absolute;content:"";transform:translateX(10px)}.places-section .places__place__desc{position:relative;font-size:14px;font-weight:500;background-color:#272727;padding:1em 1rem 1rem 4rem}.places-section .places__place__desc:before{position:absolute;background:url(../img/main/icon-place.svg) no-repeat center;background-size:contain;content:"";width:1.5rem;height:3rem;left:1.5rem;top:50%;transform:translateY(-50%)}.places-section .map{position:relative}.places-section .map__place__box{background:grey;color:#fff;padding:.65rem;border-radius:10px;position:absolute;display:none}.places-section .map__place__name{position:relative}.places-section .map__place__name:after{position:absolute;content:'';width:.5rem;height:.5rem;background:gray;left:50%;bottom:0;transform:translate(-50%,.8rem) rotate(45deg)}.places-section .map__place #poznan{left:21.5%;bottom:63%}@media (max-width:991px){.places-section .map{max-width:300px;margin:auto}}.footer-section{background-color:#2a2a2d;color:#fff}.footer-section a{color:inherit}.footer-section a:hover{color:inherit;text-decoration:none}.up{position:fixed;bottom:0;right:10%;background-image:url(../img/up.svg),url(../img/aplacien.png);background-repeat:no-repeat,no-repeat;background-position:center 32%,center;background-size:33%,contain;color:#212121;font-size:11px;cursor:pointer;width:100px;height:63px;display:flex;justify-content:center;align-items:flex-end;padding-bottom:.5rem;font-family:'Oswald',sans-serif;font-weight:700}.questions-section{background:url(../img/doctor-bg.png) no-repeat center;background-size:cover;padding:4rem 0}.questions-section .grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(2,minmax(200px,auto));grid-gap:20px}.questions-section .grid__box{background-color:#89ad14;display:flex;justify-content:center;align-items:center;padding:1rem;position:relative;color:#000}.questions-section .grid__box span,.questions-section .grid__box strong{color:black!important;font-size:1rem!important;font-weight:400}.questions-section .grid__box p,.questions-section .grid__box h1,.questions-section .grid__box h2,.questions-section .grid__box h3,.questions-section .grid__box h4,.questions-section .grid__box h5,.questions-section .grid__box h6{font-size:1rem!important}.questions-section .grid__box:after{width:1rem;height:1rem;position:absolute;content:"";background:url(../img/arr.svg) no-repeat center;background-size:contain;right:1rem;bottom:1rem}.questions-section .grid__box:before{content:"";padding-bottom:100%;display:inline-block;vertical-align:top}.questions-section.patient{background:url(../img/patient-bg.png) no-repeat center;background-size:cover}@media (max-width:767px){.questions-section .grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.questions-section .grid{grid-template-columns:1fr}}.question-section{padding:4rem 0 1rem}.question-section .question__text{font-size:20px;line-height:24px;font-weight:500}.question-section .question__text p{margin-bottom:0}.question-section .question__text img{max-width:100%;height:auto}.question-section .question__date{font-size:12px}.question-section .answer img{max-width:100%;height:auto}.question-section .grid{display:grid;grid-template-columns:repeat(3,minmax(auto,200px));grid-template-rows:repeat(1,minmax(200px,auto));grid-gap:70px}.question-section .grid__box{background-color:#89ad14;display:flex;justify-content:center;align-items:center;padding:1rem;position:relative;color:#000}.question-section .grid__box span,.question-section .grid__box strong{color:black!important;font-size:1rem!important;font-weight:400}.question-section .grid__box p,.question-section .grid__box h1,.question-section .grid__box h2,.question-section .grid__box h3,.question-section .grid__box h4,.question-section .grid__box h5,.question-section .grid__box h6{font-size:1rem!important}.question-section .grid__box:after{width:1rem;height:1rem;position:absolute;content:"";background:url(../img/arr.svg) no-repeat center;background-size:contain;right:1rem;bottom:1rem}.question-section .grid__box:before{content:"";padding-bottom:100%;display:inline-block;vertical-align:top}.question-section .separator{border-bottom:2px solid #212121}.question-section .back,.question-section .next{color:#000;padding-left:2rem;font-weight:500}.question-section .back:before,.question-section .next:before{width:1.75rem;height:1rem;position:absolute;content:"";background:url(../img/arr.svg) no-repeat center;background-size:contain;transform:translate(-32px,4px) rotate(180deg)}.question-section .next{padding-left:0;padding-right:2rem}.question-section .next:before{transform:translate(40px,4px)}@media (max-width:767px){.question-section .grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.question-section .grid{grid-template-columns:1fr}}.question-form-section .form-title{font-size:48px;line-height:55px;font-weight:700;font-family:'Oswald',sans-serif;color:#89ad14}.question-form-section .form-intro img{max-width:100%;height:auto}.question-form-section .form-pair{display:flex;flex-direction:column}.question-form-section .name{width:50%}.question-form-section .submit{display:flex;justify-content:flex-end}.question-form-section .submit__btn{background-color:#89ad14;color:#212121;position:relative;border:0;width:160px;height:50px}.question-form-section .submit__btn:after{width:1.2rem;height:1rem;position:absolute;content:"";background:url(../img/arr.svg) no-repeat center;background-size:contain;transform:translate(.35rem,.25rem)}@media (max-width:991px){.question-form-section .name{width:100%}}.banner-section .banner-text{line-height:1;font-family:'Oswald',sans-serif;display:flex;align-items:center;justify-content:flex-end;height:100%}.banner-section .banner-img{min-height:300px}.banner-section .banner-img__btn{background-color:#89ad14;background-image:url(../img/arr.svg);background-position:calc(100% - 1rem);background-size:1rem;background-repeat:no-repeat;width:150px;height:150px;display:flex;justify-content:center;align-items:center;color:#212121;font-size:18px;font-weight:700;text-decoration:none;position:absolute;top:50%;transform:translateY(-50%);padding:1rem;font-family:'Oswald',sans-serif}.places-list-section{margin-bottom:10rem}.places-list-section .list-top{background:url(../img/places-list-title-bg.png) no-repeat center;background-size:cover;color:#fff;padding:1.5rem;margin-bottom:5rem}.places-list-section .list-top__title{display:flex;align-items:center;min-height:130px;font-size:24px;line-height:36px;font-weight:300}.places-list-section .list-top__title p{margin-bottom:0}.places-list-section .list-top__img{min-height:130px;min-width:130px}.places-list-section .places-list{padding:0;list-style:none}.places-list-section .places-list__item{padding-left:2.25rem;position:relative;font-size:14px;line-height:24px}.places-list-section .places-list__item:after{width:22px;height:34px;position:absolute;content:"";background:url(../img/main/icon-place.svg) no-repeat center;background-size:contain;left:0;top:5px}.places-list-section .places-list__item:target::before{content:"";display:block;height:110px;margin:-110px 0 0}.places-list-section .places-list__item:target::after{top:110px}.places-list-section .places-list__item__strong{font-weight:500}.places-list-section .places-list__item__link{color:#89ad27;font-weight:700;padding-top:.5rem;display:block;position:relative}.places-list-section .places-list__item__link:after{width:1rem;height:1rem;position:absolute;content:"";background:url(../img/arr-color.svg) no-repeat center;background-size:contain;transform:translate(.5rem,.3rem)}.places-list-section .places-list__file{margin-top:3rem;background-color:#272727;color:#fff;position:relative;width:200px;height:50px;display:flex;justify-content:center;align-items:center;font-size:14px}.places-list-section .places-list__file:after{width:20px;height:26px;position:absolute;content:"";background:url(../img/main/icon-download.svg) no-repeat center;background-size:contain;right:2rem;top:.5rem}@media (max-width:991px){.places-list-section{margin-bottom:3rem}.places-list-section .list-top__img{display:block;max-width:130px;margin-left:auto;margin-top:1rem}}.art-section .main img{max-width:100%;height:auto}