.left{text-align:left}.center{text-align:center}.right{text-align:right}.off_white{background:#f6f9fd}.white{background:#fff}section{display:grid;grid-template-columns:repeat(12,1fr);padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.88rem,1.41rem + 2.34vw,3.75rem);grid-gap:clamp(.63rem,.47rem + .78vw,1.25rem);gap:clamp(.63rem,.47rem + .78vw,1.25rem);justify-content:center;align-content:center}section .heading{grid-area:1/1/2/13;margin:clamp(1.88rem,1.41rem + 2.34vw,3.75rem) 0}section .grid{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px)and (max-width:1023px){section{grid-template-columns:repeat(8,1fr);padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem)}section .heading{grid-area:1/1/2/9}}@media screen and (max-width:767px){section{grid-template-columns:repeat(6,1fr);padding:clamp(.63rem,.47rem + .78vw,1.25rem)}section .heading{grid-area:1/1/2/7}}#navbar{position:fixed;top:0;width:100%;height:10vh;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.88rem,1.41rem + 2.34vw,3.75rem);z-index:100}#navbar .logo_menu{grid-area:1/1/2/3;display:flex;align-items:center;justify-content:flex-start}#navbar .hamburger,#navbar .menu_desktop{grid-area:1/3/2/11;display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#navbar .menu_button{grid-area:1/11/2/13;display:flex;align-items:center;justify-content:flex-end}#navbar .menu{visibility:visible}#navbar .hamburger{visibility:hidden}@media screen and (min-width:768px)and (max-width:1023px){#navbar{padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#navbar .logo_menu{grid-area:1/1/2/3}#navbar .hamburger{grid-area:1/3/2/7;visibility:visible}#navbar .menu_button{grid-area:1/7/2/9}#navbar .menu{display:none;visibility:hidden}}@media screen and (max-width:767px){#navbar{padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#navbar .logo_menu{grid-area:1/1/2/4}#navbar .hamburger{grid-area:1/4/2/7;justify-content:flex-end;visibility:visible}#navbar .menu,#navbar .menu_button{display:none;visibility:hidden}}#nav{position:fixed;top:0;width:100%;height:10vh;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.88rem,1.41rem + 2.34vw,3.75rem);z-index:100}#nav .logo_menu{grid-area:1/1/2/3;display:flex;align-items:center;justify-content:flex-start}#nav .menu_desktop{grid-area:1/3/2/11;display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,.94rem + 1.56vw,2.5rem);visibility:visible}#nav .menu,#nav .menu_button{grid-area:1/11/2/13;display:flex;align-items:center;justify-content:flex-end}#nav .canvas_navbar{position:fixed;width:60px;height:60px;top:clamp(.63rem,.47rem + .78vw,1.25rem);left:clamp(1.88rem,1.41rem + 2.34vw,3.75rem)}#nav .menu{position:fixed;height:24px;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-self:flex-end;align-content:flex-end;cursor:pointer;transform:translateX(45%);visibility:hidden}#nav .menu .line{height:4px;width:clamp(1.25rem,.94rem + 1.56vw,2.5rem);border-radius:3px;transition:transform .5s ease,margin .5s ease}#nav .menu .bottom,#nav .menu .middle,#nav .menu .top{background:#c05358}#nav .menu.open .top{transform:rotate(45deg) translateX(7px) translateY(7px)}#nav .menu.open .middle{transform:scaleX(0)}#nav .menu.open .bottom{transform:rotate(-45deg) translateX(7px) translateY(-7px)}#nav .menu_container{position:fixed;height:100vh;width:100vw;top:0;left:0;background:#f6f9fd;-webkit-backdrop-filter:blur(3px) saturate(150%);backdrop-filter:blur(3px) saturate(150%);z-index:-1;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s ease}#nav .menu_container .menu_links{display:flex;flex-direction:column;justify-content:center;gap:clamp(.63rem,.47rem + .78vw,1.25rem);height:100vh}#nav .menu_container .menu_links h2{color:rgba(35,34,50,.8);line-height:.45;transition:all .3s ease-in-out}#nav .menu_container .menu_links h2:hover{color:#fff;transform:translateX(clamp(.63rem,.47rem + .78vw,1.25rem))}#nav .menu_container .menu_links .link{max-width:20%}#nav .menu.open~.menu_container{opacity:1;visibility:visible}@media screen and (min-width:768px)and (max-width:1023px){#nav{grid-template-columns:repeat(8,1fr);padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#nav .menu_button,#nav .menu_desktop{visibility:hidden;display:none}#nav .logo_menu{grid-area:1/1/2/5}#nav .menu{grid-area:1/5/2/9;visibility:visible}#nav .menu_container .menu_links h2{line-height:.35}#nav .menu_container .menu_links .link{max-width:40%}}@media screen and (max-width:767px){#nav{grid-template-columns:repeat(6,1fr)}#nav .menu_button,#nav .menu_desktop{visibility:hidden;display:none}#nav .logo_menu{grid-area:1/1/2/4}#nav .menu{grid-area:1/4/2/7;visibility:visible}#nav .menu_container .menu_links h2{line-height:0}#nav .menu_container .menu_links .link{max-width:50%}}#footer{display:flex;flex-direction:row;width:100%;background:#fff}#footer .column_1{height:100%;width:50%;background:#f6f9fd;padding:clamp(1.88rem,1.41rem + 2.34vw,3.75rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}#footer .column_1 p{margin:0}#footer .column_2{height:100%;width:50%;gap:clamp(1.88rem,1.41rem + 2.34vw,3.75rem) clamp(.63rem,.47rem + .78vw,1.25rem);padding:clamp(1.88rem,1.41rem + 2.34vw,3.75rem);display:flex;flex-direction:column;justify-content:space-between;align-self:flex-end}#footer .column_2 .footer_menu{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.63rem,.47rem + .78vw,1.25rem)}#footer .column_2 .footer_bottom{display:flex;justify-content:space-between;align-content:flex-end;justify-items:flex-end;align-items:flex-end}#footer .column_2 .footer_bottom .footer_bottom_left{display:flex}#footer .column_2 .footer_bottom .icon{margin-right:clamp(.63rem,.47rem + .78vw,1.25rem);display:flex;align-items:flex-end}#footer .column_2 .footer_bottom .icon:hover{cursor:pointer}#footer .column_2 .footer_bottom .logo{display:flex;align-items:flex-end}@media screen and (min-width:768)and (max-width:1023px){#footer .footer_bottom .column_1,#footer .footer_bottom .column_2{width:50%}}@media screen and (max-width:767px){#footer{flex-direction:column}#footer .column_1,#footer .column_2{width:100%}}#hero{height:100vh}#hero .upper{grid-area:1/1/2/13;flex-direction:column;justify-content:center;align-content:center;height:25vh;gap:clamp(.63rem,.47rem + .78vw,1.25rem);margin-top:calc(100px + clamp(.63rem,.47rem + .78vw,1.25rem))}#hero .lower,#hero .upper{display:flex;border-radius:12px;padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.88rem,1.41rem + 2.34vw,3.75rem);background:#fff}#hero .lower{grid-area:2/2/5/12;gap:clamp(1.88rem,1.41rem + 2.34vw,3.75rem);height:60vh;margin-bottom:clamp(.63rem,.47rem + .78vw,1.25rem)}#hero .lower .image_1{background-image:url(/images/ezgisu.jpg);width:100%;height:100%;min-width:350px;max-width:450px;background-size:cover;background-repeat:no-repeat;background-position:top;border-radius:8px}#hero .lower .text{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:768px)and (max-width:1023px){#hero .upper{grid-area:1/1/2/9}#hero .lower,#hero .upper{padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#hero .lower{grid-area:2/1/3/9}}@media screen and (max-width:767px){#hero .upper{grid-area:1/1/2/7;margin-top:calc(100px - clamp(.63rem,.47rem + .78vw,1.25rem))}#hero .lower,#hero .upper{padding:clamp(.63rem,.47rem + .78vw,1.25rem)}#hero .lower{grid-area:2/1/3/7;height:60vh;align-items:center;display:flex;flex-direction:row-reverse}#hero .lower .image_1{min-width:120px;height:60%}}#konsultacje{text-align:center;margin-top:clamp(.63rem,.47rem + .78vw,1.25rem);padding:clamp(1.88rem,1.41rem + 2.34vw,3.75rem) auto}#konsultacje .kosnultacje_1{grid-area:1/4/2/10;margin:clamp(1.88rem,1.41rem + 2.34vw,3.75rem) auto}#konsultacje .kosnultacje_2{grid-area:2/4/3/10;margin:clamp(1.88rem,1.41rem + 2.34vw,3.75rem) auto}#konsultacje .kosnultacje_2 h3,#konsultacje .kosnultacje_2 p{margin:clamp(.63rem,.47rem + .78vw,1.25rem)}#konsultacje .circle{background:#fff;width:120px;height:120px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin:auto auto clamp(.63rem,.47rem + .78vw,1.25rem)}#konsultacje .circle .icon{width:50px;height:50px;background-repeat:no-repeat}#konsultacje .circle .icon_1{background-image:url(/icons/9.svg)}#konsultacje .circle .icon_2{background-image:url(/icons/10.svg)}@media screen and (min-width:768px)and (max-width:1023px){#konsultacje .kosnultacje{padding:clamp(1.25rem,.94rem + 1.56vw,2.5rem) auto}#konsultacje .kosnultacje_1{grid-area:1/2/2/8}#konsultacje .kosnultacje_2{grid-area:2/2/3/8}}@media screen and (max-width:767px){#konsultacje .kosnultacje{padding:clamp(.63rem,.47rem + .78vw,1.25rem) auto}#konsultacje .kosnultacje_1{grid-area:1/1/2/7}#konsultacje .kosnultacje_2{grid-area:2/1/3/7}}#pomagam{text-align:center;background:#f6f9fd}#pomagam .pomagam_1{grid-area:2/3/3/7}#pomagam .pomagam_2{grid-area:2/7/3/11}#pomagam .pomagam_3{grid-area:3/3/4/7}#pomagam .pomagam_4{grid-area:3/7/4/11}#pomagam .pomagam_5{grid-area:4/3/5/7}#pomagam .pomagam_6{grid-area:4/7/5/11}#pomagam .pomagam_div{background:#fff;border-radius:8px;border:1px solid transparent;padding:clamp(1.25rem,.94rem + 1.56vw,2.5rem);display:flex;flex-direction:column;justify-content:space-between;min-height:260px;transition:all .3s ease-in-out}#pomagam .pomagam_div:hover{transform:translateY(-5px)}@media screen and (min-width:768px)and (max-width:1023px){#pomagam .header_pomagam{grid-area:1/2/2/8}#pomagam .pomagam_1{grid-area:2/1/3/5}#pomagam .pomagam_2{grid-area:2/5/3/9}#pomagam .pomagam_3{grid-area:3/1/4/5}#pomagam .pomagam_4{grid-area:3/5/4/9}#pomagam .pomagam_5{grid-area:4/1/5/5}#pomagam .pomagam_6{grid-area:4/5/5/9}}@media screen and (max-width:767px){#pomagam .header_pomagam{grid-area:1/1/2/7}#pomagam .pomagam_1{grid-area:2/1/3/7}#pomagam .pomagam_2{grid-area:3/1/4/7}#pomagam .pomagam_3{grid-area:4/1/5/7}#pomagam .pomagam_4{grid-area:5/1/6/7}#pomagam .pomagam_5{grid-area:6/1/7/7}#pomagam .pomagam_6{grid-area:7/1/8/7}}#blog_element{text-align:center}#blog_element .blog_element_div{grid-area:2/2/3/12;gap:clamp(1.88rem,1.41rem + 2.34vw,3.75rem);display:flex}#blog_element .blog_element_div h4,#blog_element .blog_element_div p{margin:clamp(.63rem,.47rem + .78vw,1.25rem);text-align:left}#blog_element .blog_element_div .button{margin:clamp(.63rem,.47rem + .78vw,1.25rem);display:flex;justify-content:flex-end}#blog_element .blog_element_div .blog_element_1 .post_image_1{background-image:url(/images/posts/post_1.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:8px;height:200px}#blog_element .blog_element_div .blog_element_2 .post_image_2{background-image:url(/images/posts/post_2.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:8px;height:200px}#blog_element .blog_element_div .blog_element_3 .post_image_3{background-image:url(/images/posts/post_3.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:8px;height:200px}@media screen and (min-width:768px)and (max-width:1023px){#blog_element .blog_element_div{grid-area:2/3/3/7;display:flex;flex-direction:column}}@media screen and (max-width:767px){#blog_element .blog_element_div{grid-area:2/1/3/7;padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.88rem,1.41rem + 2.34vw,3.75rem);display:flex;flex-direction:column}}#kontakt_form{background:#fff;background-position:top;background-size:cover;background-repeat:no-repeat;text-align:center;padding:clamp(1.88rem,1.41rem + 2.34vw,3.75rem)}#kontakt_form .header_kontakt_form{grid-area:1/2/2/7;text-align:left;margin-bottom:0}#kontakt_form .kontakt_form{grid-area:2/2/3/8}#kontakt_form .kontakt_form,#kontakt_form .kontakt_form .general_info{gap:clamp(.63rem,.47rem + .78vw,1.25rem);display:flex;flex-direction:column}#kontakt_form .kontakt_form .general_info input,#kontakt_form .kontakt_form .general_info textarea{background:#f6f9fd;border-radius:8px;border:none;font-family:Open Sans,sans-serif;font-size:clamp(.8rem,.18vw + .76rem,.92rem);padding:clamp(.63rem,.47rem + .78vw,1.25rem)}#kontakt_form .kontakt_form .general_info input::placeholder,#kontakt_form .kontakt_form .general_info textarea::placeholder{color:#333}#kontakt_form .kontakt_form .submit{display:flex;justify-content:flex-end}#kontakt_form .image_kontakt_form{grid-area:2/9/3/12;border-radius:16px;background-image:url(/images/ezgisu.jpg);background-position:top;background-size:cover;background-repeat:no-repeat}@media screen and (min-width:768px)and (max-width:1023px){#kontakt_form .kontakt_form{grid-area:2/1/3/6}#kontakt_form .image_kontakt_form{grid-area:2/6/3/9}}@media screen and (max-width:767px){#kontakt_form .header_kontakt_form{grid-area:1/1/2/7}#kontakt_form .kontakt_form{grid-area:2/1/3/7}#kontakt_form .image_kontakt_form{grid-area:3/1/4/7}}#o_mnie{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:left}#o_mnie .heading{grid-area:1/2/2/7}#o_mnie .o_mnie_1{grid-area:2/3/3/7}#o_mnie .image_o_mnie_1{grid-area:2/8/5/12;background-image:url(/images/ezgisu.jpg);background-position:top;background-size:contain;background-repeat:no-repeat;border-radius:8px;width:100%;margin-top:30%}#o_mnie .o_mnie_2{grid-area:3/4/4/8}#o_mnie .o_mnie_3{grid-area:4/4/5/8}#o_mnie .o_mnie_4{grid-area:5/4/6/11}#o_mnie .o_mnie_5{grid-area:6/3/7/11}@media screen and (min-width:768px)and (max-width:1023px){#o_mnie .heading{grid-area:1/2/2/6}#o_mnie .o_mnie_1{grid-area:2/2/3/5}#o_mnie .image_o_mnie_1{grid-area:1/6/3/9}#o_mnie .o_mnie_2{grid-area:3/3/4/8}#o_mnie .o_mnie_3{grid-area:4/3/5/8}#o_mnie .o_mnie_4{grid-area:5/3/6/8}#o_mnie .o_mnie_5{grid-area:6/2/7/8}}@media screen and (max-width:767px){#o_mnie .heading{grid-area:1/1/2/4}#o_mnie .o_mnie_1{grid-area:2/1/3/5}#o_mnie .image_o_mnie_1{grid-area:1/5/3/7}#o_mnie .o_mnie_2{grid-area:3/1/4/7}#o_mnie .o_mnie_3{grid-area:4/1/5/7}#o_mnie .o_mnie_4{grid-area:5/1/6/7}#o_mnie .o_mnie_5{grid-area:6/1/7/7}}#komu_pomagam{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:left}#komu_pomagam .heading{grid-area:1/2/2/7}#komu_pomagam .komu_pomagam_1{grid-area:2/3/3/11}#komu_pomagam .komu_pomagam_2{grid-area:3/4/4/10}#komu_pomagam .komu_pomagam_2 li{line-height:2;font-weight:300}#komu_pomagam .komu_pomagam_3{grid-area:4/3/5/11}@media screen and (min-width:768px)and (max-width:1023px){#komu_pomagam .komu_pomagam_1{grid-area:2/3/3/7}#komu_pomagam .komu_pomagam_2{grid-area:3/2/4/8}#komu_pomagam .komu_pomagam_3{grid-area:4/2/5/8}}@media screen and (max-width:767px){#komu_pomagam .heading{grid-area:1/1/2/7}#komu_pomagam .komu_pomagam_1{grid-area:2/1/3/7}#komu_pomagam .komu_pomagam_2{grid-area:3/1/4/7}#komu_pomagam .komu_pomagam_3{grid-area:4/1/5/7}}#jak_pomagam{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:left}#jak_pomagam .heading{grid-area:1/2/2/7}#jak_pomagam .circle{background:#fff;width:120px;height:120px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin:auto auto clamp(.63rem,.47rem + .78vw,1.25rem)}#jak_pomagam h3{text-align:center}#jak_pomagam .icon{width:50px;height:50px;background-repeat:no-repeat}#jak_pomagam .icon_1{background-image:url(/icons/9.svg)}#jak_pomagam .jak_pomagam_1{grid-area:2/3/3/11;padding-bottom:clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#jak_pomagam .icon_2{background-image:url(/icons/10.svg)}#jak_pomagam .jak_pomagam_2{grid-area:3/3/4/11;padding-bottom:clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#jak_pomagam .icon_3{background-image:url(/icons/11.svg)}#jak_pomagam .jak_pomagam_3{grid-area:4/3/5/11;padding-bottom:clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#jak_pomagam .icon_4{background-image:url(/icons/12.svg)}#jak_pomagam .jak_pomagam_4{grid-area:5/3/6/11}@media screen and (min-width:768px)and (max-width:1023px){#jak_pomagam .jak_pomagam_1{grid-area:2/2/3/8}#jak_pomagam .jak_pomagam_2{grid-area:3/2/4/8}#jak_pomagam .jak_pomagam_3{grid-area:4/2/5/8}#jak_pomagam .jak_pomagam_4{grid-area:5/2/6/8}}@media screen and (max-width:767px){#jak_pomagam .heading{grid-area:1/1/2/7}#jak_pomagam .jak_pomagam_1{grid-area:2/1/3/7}#jak_pomagam .jak_pomagam_2{grid-area:3/1/4/7}#jak_pomagam .jak_pomagam_3{grid-area:4/1/5/7}#jak_pomagam .jak_pomagam_4{grid-area:5/1/6/7}}#cennik_element{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:center}#cennik_element .heading{grid-area:1/2/2/7;margin-bottom:clamp(.63rem,.47rem + .78vw,1.25rem);text-align:left}#cennik_element .cennik_element_1{grid-area:2/2/3/12}#cennik_element .cennik_element_2{grid-area:3/2/4/12;gap:clamp(1.25rem,.94rem + 1.56vw,2.5rem);display:flex;justify-content:center;margin-bottom:clamp(1.25rem,.94rem + 1.56vw,2.5rem)}#cennik_element .circle{background:#fff;width:120px;height:120px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin:auto auto clamp(.63rem,.47rem + .78vw,1.25rem)}#cennik_element .icon{width:50px;height:50px;background-repeat:no-repeat}#cennik_element .icon_1{background-image:url(/icons/9.svg)}#cennik_element .icon_2{background-image:url(/icons/10.svg)}#cennik_element .menu_button{grid-area:4/2/5/12;display:flex;justify-content:center}@media screen and (min-width:768px)and (max-width:1023px){#cennik_element .cennik_element_1{grid-area:2/2/3/8}#cennik_element .cennik_element_2{grid-area:3/2/4/8}#cennik_element .menu_button{grid-area:4/2/5/8}}@media screen and (max-width:767px){#cennik_element .heading{grid-area:1/1/2/7}#cennik_element .cennik_element_1{grid-area:2/1/3/7}#cennik_element .cennik_element_2{grid-area:3/1/4/7;display:flex;flex-direction:column}#cennik_element .menu_button{grid-area:4/1/5/7}}#umow_wizyte{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:left}#umow_wizyte .heading{grid-area:1/2/2/7}#umow_wizyte .umow_wizyte_1{grid-area:2/3/3/11}#umow_wizyte .umow_wizyte_2{grid-area:3/4/4/10}#umow_wizyte .umow_wizyte_2 p{cursor:pointer}#umow_wizyte .umow_wizyte_3{grid-area:4/3/5/11}#umow_wizyte .umow_wizyte_3 h3{padding-bottom:clamp(.63rem,.47rem + .78vw,1.25rem)}#umow_wizyte .umow_wizyte_3 .kontakt_form,#umow_wizyte .umow_wizyte_3 .kontakt_form .general_info{gap:clamp(.63rem,.47rem + .78vw,1.25rem);display:flex;flex-direction:column}#umow_wizyte .umow_wizyte_3 .kontakt_form .general_info input,#umow_wizyte .umow_wizyte_3 .kontakt_form .general_info textarea{border-radius:8px;border:none;font-family:Open Sans,sans-serif;font-size:clamp(.8rem,.18vw + .76rem,.92rem);padding:clamp(.63rem,.47rem + .78vw,1.25rem)}#umow_wizyte .umow_wizyte_3 .kontakt_form .general_info input::placeholder,#umow_wizyte .umow_wizyte_3 .kontakt_form .general_info textarea::placeholder{color:#333}#umow_wizyte .umow_wizyte_3 .kontakt_form .submit{display:flex;justify-content:flex-end}@media screen and (min-width:768px)and (max-width:1023px){#umow_wizyte .umow_wizyte_1{grid-area:2/3/3/8}#umow_wizyte .umow_wizyte_2{grid-area:3/4/4/8}#umow_wizyte .umow_wizyte_3{grid-area:4/3/5/8}}@media screen and (max-width:767px){#umow_wizyte .heading{grid-area:1/1/2/7}#umow_wizyte .umow_wizyte_1{grid-area:2/1/3/7}#umow_wizyte .umow_wizyte_2{grid-area:3/1/4/7}#umow_wizyte .umow_wizyte_3{grid-area:4/1/5/7}}#kontakt_map{padding-top:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*3);padding-bottom:calc(clamp(1.88rem,1.41rem + 2.34vw,3.75rem)*2);text-align:left}#kontakt_map .kontakt_map_3 p{cursor:pointer}#kontakt_map .heading{grid-area:1/2/2/7}#kontakt_map .background{grid-area:2/3/3/8;padding:clamp(.63rem,.47rem + .78vw,1.25rem) clamp(1.25rem,.94rem + 1.56vw,2.5rem);border-radius:12px}#kontakt_map .mapa{grid-area:1/7/3/12}@media screen and (min-width:768px)and (max-width:1023px){#kontakt_map .background{grid-area:2/2/3/8}#kontakt_map .mapa{grid-area:2/3/4/9;margin-top:50%}}@media screen and (max-width:767px){#kontakt_map .heading{grid-area:1/1/2/7}#kontakt_map .background{grid-area:2/1/3/7}#kontakt_map .mapa{grid-area:3/1/4/7}}@font-face{font-family:Lora;src:url(/_next/static/media/Lora-Italic.02f5f00b.otf)}@font-face{font-family:Open Sans;src:url(/_next/static/media/OpenSans-Light.e3e5d59a.ttf)}*{box-sizing:border-box}html{margin:0;padding:0;list-style-type:none;scroll-behavior:smooth}body{background:#f6f9fd;color:rgba(35,34,50,.8);font-family:Open Sans,sans-serif;font-size:clamp(1rem,.33vw + .93rem,1.22rem);margin:auto;overflow-x:hidden}h1,h2,h3,h4{color:#333;font-family:Lora,serif;font-weight:400;font-style:italic;line-height:1.1;margin:0;padding:0}h1{font-size:clamp(2.44rem,2.13vw + 1.97rem,3.86rem)}h2{font-size:clamp(1.95rem,1.41vw + 1.64rem,2.89rem)}h3{font-size:clamp(1.56rem,.91vw + 1.36rem,2.17rem)}h4{font-size:clamp(1.25rem,.57vw + 1.12rem,1.63rem)}p{line-height:1.6}a,p{font-family:Open Sans,sans-serif;color:rgba(35,34,50,.8)}a{text-decoration:none;text-transform:uppercase;font-size:clamp(.8rem,.18vw + .76rem,.92rem);transition:all .3s ease-in-out}a:hover{color:rgba(35,34,50,.8)}a:focus{color:#333;opacity:1}button{font-family:Open Sans,sans-serif;font-size:clamp(.8rem,.18vw + .76rem,.92rem);text-transform:uppercase;border:none;border-radius:4px;box-shadow:0 0 5px 0 rgba(0,0,0,.2);padding:.6rem 1.2rem;transition:all .3s ease-in-out}button:hover{cursor:pointer}.light{color:#c05358;background:#fff;border:1px solid #c05358}.light:hover{border-color:#dfa9ac}.dark,.light:hover{color:#fff;background:#dfa9ac}.dark:hover{background:#c05358}.blur{background:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.map iframe{border-radius:12px;border:1px solid #86ade2;height:70vh}