:root{--black: #1A1A1A;--white: rgb(255, 255, 255);--gray: #C3C3C3;--sand: #F4F2EC;--brown: #EBE7DB;--gray: #707070;--red: #b20000;--green: #32CD32}*{box-sizing:border-box}*:focus{outline:none}html{scroll-behavior:smooth}body{margin:0;font-family:"Poppins",sans-serif}form{margin:0}header{display:flex;align-items:center;justify-content:space-between;padding:25px 20px;height:72px;position:sticky;top:0;background:var(--white);z-index:105;box-shadow:0px 10px 30px rgba(0,0,0,.0588235294);-webkit-box-shadow:0px 10px 30px rgba(0,0,0,.0588235294);-moz-box-shadow:0px 10px 30px rgba(0,0,0,.0588235294)}@media only screen and (min-width: 992px){header{height:100px;padding:25px 70px}}@media only screen and (min-width: 1200px){header{padding:25px 140px}}.logo-link .logo{height:20px}@media only screen and (min-width: 992px){.logo-link .logo{height:24px}}.mobile-menu-toggle{width:25px;cursor:pointer}@media only screen and (min-width: 992px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle .line{display:block;height:3px;width:100%;background:var(--black)}.mobile-menu-toggle .line+.line{margin-top:5px}.mobile-menu-toggle.close{position:absolute;top:35px;right:20px}.mobile-menu-toggle.close .line{position:absolute;transform:rotate(45deg);background-color:var(--white)}.mobile-menu-toggle.close .line:nth-of-type(2){transform:rotate(-45deg);margin-top:0}header nav{position:fixed;right:-100vw;top:0;width:100vw;height:100vh;background:var(--white);transition:right .3s;z-index:2;background-color:rgba(0,0,0,.6)}@media only screen and (min-width: 992px){header nav{position:relative;right:auto;top:auto;width:50%;height:auto;padding:0;background-color:rgba(0,0,0,0)}}header .nav-inner{background-color:var(--black);padding:72px 40px 90px 40px}@media only screen and (min-width: 992px){header .nav-inner{padding:0;background-color:rgba(0,0,0,0)}}header .menu{list-style:none;padding:0;margin:0}@media only screen and (min-width: 992px){header .menu{display:flex;justify-content:flex-end}}header .menu li+li{margin:32px 0 0 0}@media only screen and (min-width: 992px){header .menu li+li{margin:0 0 0 32px}}@media only screen and (max-width: 991px){header .menu li.active{padding-left:70px;position:relative}header .menu li.active::before{content:"";display:block;height:4px;width:50px;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:var(--white)}}header .menu li.active a{font-weight:900}header .menu a{text-decoration:none;color:var(--white);font-size:32px;font-size:2rem}@media only screen and (min-width: 992px){header .menu a{font-size:20px;font-size:1.25rem;color:var(--black)}}#menu_open{display:none}#menu_open:checked+nav{right:0}footer{background:var(--black);color:var(--white);padding:60px 0 30px 0}@media only screen and (min-width: 992px){footer{padding:80px 0 30px 0}}footer .inner{max-width:max-content;margin:0 auto}.footer-logo{margin-bottom:50px}@media only screen and (min-width: 992px){.footer-logo{text-align:center}.footer-logo img{max-width:500px}}.contact{display:flex;justify-content:center;margin-bottom:30px}.contact .block{display:flex;align-items:center;text-decoration:none}@media only screen and (min-width: 992px){.contact .block{margin:0 20px}}.contact .block+.block{margin-top:20px}@media only screen and (min-width: 992px){.contact .block+.block{margin:0 20px}}.contact .block img,.contact .block svg{height:20px;width:20px;margin-right:15px}.contact .block p{margin:0;text-decoration:none;color:var(--white)}@media only screen and (max-width: 991px){.contact .line+.block{margin-top:10px}}@media only screen and (min-width: 992px){.contact .wrap{display:flex}}@media only screen and (min-width: 992px){.contact .line{display:block;height:100%;width:1px;background:var(--gray)}}.socials{display:flex;justify-content:space-evenly;margin-bottom:30px}@media only screen and (min-width: 992px){.socials{justify-content:center}}.socials svg{height:40px;width:40px;margin:0 5px}@media only screen and (min-width: 992px){.socials svg{margin:0 10px}}.socials svg:hover .cls-1{fill:rgba(255,255,255,.9)}.designer{text-align:center;margin:0;font-size:12px;font-size:.75rem}.designer-link{color:var(--white);font-weight:900;text-decoration:none}.designer-link:hover{text-decoration:underline}.poptat-mereni{display:none}body.kontakt footer{background:var(--white);color:var(--black);min-height:calc(100vh - 100vw - 72px);display:flex}body.kontakt footer .inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}body.kontakt footer .contact,body.kontakt footer .socials{margin-bottom:0}body.kontakt footer .footer-logo{display:none}body.kontakt footer .cls-1{fill:var(--black)}body.kontakt footer .cls-2{fill:var(--white)}body.kontakt footer .poptat-mereni{display:inline-block;text-decoration:none;color:var(--white);background:var(--black);padding:10px 16px;margin-top:10px}body.kontakt footer .designer-link{color:var(--black)}.form-label{color:var(--black);font-weight:900;display:block;margin-bottom:5px}.form-control{border:0;border-radius:0;padding:10px;width:100%;font-family:"Poppins",sans-serif;font-size:18px;font-size:1.125rem}.form-text{display:block;margin-top:5px}button[type=submit]{background:var(--black);color:var(--white);border:0;font-weight:500;font-size:18px;font-size:1.125rem;padding:15px 40px}.block.faq{margin:50px 20px 50px 20px}@media only screen and (min-width: 992px){.block.faq{margin:6% auto;max-width:800px}}.block.faq h2{text-align:center;font-size:38px;font-size:2.375rem}@media only screen and (min-width: 992px){.block.faq h2{font-size:50px;font-size:3.125rem}}.block.faq .collapsible input{display:none}.block.faq .collapsible input:checked~.body{max-height:100%;padding-bottom:30px}.block.faq .collapsible input:checked~.head::before{transform:rotate(45deg) translateY(-50%)}.block.faq .collapsible input:checked~.head::after{transform:rotate(135deg) translate(-1px)}.block.faq .collapsible .head{font-weight:500;padding:0 40px 10px 0;position:relative}.block.faq .collapsible .head::before,.block.faq .collapsible .head::after{content:"";display:block;height:3px;width:20px;position:absolute;right:5px;top:50%;top:calc(50% - 10px);transform:translateY(-50%);background:var(--black);transition:.3s}.block.faq .collapsible .head::after{transform:rotate(90deg) translateX(-1px)}.block.faq .collapsible .body{max-height:0;overflow:hidden;border-bottom:1px solid var(--gray);padding-bottom:0}.block.form form{padding:32px;background:var(--sand)}@media only screen and (min-width: 992px){.block.form form{display:flex;justify-content:center;padding:32px calc(10% - 50px)}.block.form form .left,.block.form form .right{width:50%;padding:50px;position:relative}.block.form form .right::before{content:"";display:block;position:absolute;left:0;height:calc(100% + 64px);top:-32px;width:1px;background:var(--brown)}}.block.form .right{margin:20px 0 0 0}@media only screen and (min-width: 992px){.block.form .right{margin:0}}.block.form .heading-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 30px}@media only screen and (min-width: 992px){.block.form .heading-wrap{margin:0 40px}}.block.form h2{font-size:38px;font-size:2.375rem}@media only screen and (min-width: 992px){.block.form h2{margin:0;margin-bottom:30px;font-size:50px;font-size:3.125rem}}.block.form .notification{margin:50px}.block.form .notification h3{text-align:center}.block.form .notification.success{border:1px solid var(--green)}.block.form .notification.error{border:1px solid var(--red)}.block.form .block small{display:block;font-size:12px;font-size:.75rem;margin-bottom:10px}.block.form .block small p{margin:0}.block.form .block small p a{color:var(--black)}.block.form .block small p a:hover{text-decoration:none}.block.form .block+.block{margin-top:20px}.block.form .block.error .form-label{color:var(--red)}.block.form .block.error input[type=checkbox]+label{color:var(--red)}.block.form textarea{resize:none}.block.form .file-text{display:none}.block.form button[type=submit]{cursor:pointer;width:190px}.block.form #agreement{display:none}.block.form #agreement:checked+label[for=agreement] .lines{fill:var(--black)}.block.form label[for=agreement]{display:flex;align-items:center}.block.form label[for=agreement] .lines{fill:var(--white)}.block.form label[for=agreement] svg{height:20px;width:20px;display:inline-block}.block.form label[for=agreement] p{margin:0 0 0 10px;display:inline-block;font-size:14px;font-size:.875rem}body.js .block.form .file-input::before{content:"Zvolit soubory";display:inline-block;padding:10px 20px;background-color:var(--white);color:var(--black);font-size:14px;font-size:.875rem;cursor:pointer}body.js .block.form .file-input input[type=file]{display:none}body.js .block.form .file-text{display:inline-block;margin-left:15px;font-size:14px;font-size:.875rem}.block.services{margin-bottom:80px}@media only screen and (min-width: 768px){.block.services{display:flex;flex-wrap:wrap}}@media only screen and (min-width: 1441px){.block.services{padding:0 150px}}.block.services .service{background:var(--sand);padding:32px;margin:0 10px;min-height:calc(100vw - 20px)}@media only screen and (max-width: 991px){.block.services .service{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}}@media only screen and (min-width: 768px){.block.services .service{width:calc(50% - 20px);min-height:calc(50vw - 20px)}}@media only screen and (min-width: 992px){.block.services .service{width:calc(33.33333% - 20px);min-height:calc((100vw - 200px)/3 - 20px);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:40px}}@media only screen and (min-width: 1441px){.block.services .service{min-height:calc((100vw - 300px)/3 - 20px);padding:64px}}.block.services .service .icon-right{display:flex;justify-content:flex-end;width:100%}.block.services .service .icon-right img{height:50px}.block.services .service .body{font-size:16px;font-size:1rem;line-height:1.5;min-height:6rem}.block.services .service .heading{font-size:38px;font-size:2.375rem;margin:0;line-height:1.1;width:min-content;height:7.8375rem}@media only screen and (min-width: 992px){.block.services .service .heading{width:min-content;font-size:40px;font-size:2.5rem;height:8.25rem}}@media only screen and (min-width: 1441px){.block.services .service .heading{font-size:50px;font-size:3.125rem;height:10.3125rem}}.block.services .service+.service{margin-top:10px}@media only screen and (min-width: 768px){.block.services .service+.service{margin-top:0}}@media only screen and (max-width: 991px)and (min-width: 576px){.block.services .service:nth-child(1n+3){margin-top:20px}}@media only screen and (min-width: 992px){.block.services .service:nth-child(1n+4){margin-top:20px}}.block.services .service a{display:inline-block;background:var(--black);color:var(--white);text-decoration:none;padding:15px 40px}@media only screen and (min-width: 992px){.block.services .service a{padding:20px 50px}}.block.explanations{margin-bottom:10%}.block.explanations .explanation+.explanation{margin-top:70px}@media only screen and (min-width: 992px){.block.explanations .explanation{display:flex;flex-direction:row-reverse}}@media only screen and (min-width: 992px){.block.explanations .explanation .image-wrapper{width:50%;flex-shrink:0}}.block.explanations .explanation .image-wrapper .heading{padding:0 40px}@media only screen and (min-width: 992px){.block.explanations .explanation .image-wrapper .heading{padding:0;text-align:right}}.block.explanations .explanation .image{position:relative;padding:0 0 30px 30px}.block.explanations .explanation .image::before{content:"";display:block;width:90%;height:90%;background:var(--sand);position:absolute;bottom:0;left:0;z-index:-1}.block.explanations .explanation .image img{width:100%}.block.explanations .explanation .piktogram{height:48px;margin:0 15px -5px 0}.block.explanations .explanation .heading{font-size:38px;font-size:2.375rem;margin:0;line-height:1.1;margin:20px 0 0 0}@media only screen and (min-width: 992px){.block.explanations .explanation .heading{font-size:50px;font-size:3.125rem}}.block.explanations .explanation .body{font-size:16px;font-size:1rem;margin-bottom:10px}.block.explanations .explanation a{color:var(--white);background:var(--black);text-decoration:none;padding:15px 40px;display:inline-block;margin-top:15px}@media only screen and (min-width: 992px){.block.explanations .explanation a{padding:20px 50px}}.block.explanations .explanation .inner{margin:0 40px}@media only screen and (min-width: 992px){.block.explanations .explanation .inner{width:30%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0 10%;flex-shrink:0}}.block.explanations .explanation .inner h1,.block.explanations .explanation .inner h2,.block.explanations .explanation .inner h3,.block.explanations .explanation .inner h4,.block.explanations .explanation .inner h5{font-size:38px;font-size:2.375rem;margin:50px 0 0 0;line-height:1.1}@media only screen and (min-width: 992px){.block.explanations .explanation .inner h1,.block.explanations .explanation .inner h2,.block.explanations .explanation .inner h3,.block.explanations .explanation .inner h4,.block.explanations .explanation .inner h5{font-size:50px;font-size:3.125rem}}.block.explanations .explanation .inner p{font-size:16px;font-size:1rem;margin-bottom:10px}@media only screen and (min-width: 992px){.block.explanations .explanation.reverse{flex-direction:row}}.block.explanations .explanation.reverse .image{padding:0 30px 30px 0}.block.explanations .explanation.reverse .image::before{left:auto;right:0}.block.explanations .explanation.bigger-body .body{font-size:22px;font-size:1.375rem}.block.landing{min-height:calc(100vh - 72px - 154px);color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;margin:0 10px}@media only screen and (min-width: 992px){.block.landing{margin:0 35px;min-height:calc(100vh - 100px - 188px)}}.block.landing::before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:url("/public/img/homepage/img_2.jpg") no-repeat center/cover;z-index:-2}.block.landing .inner{padding:40px;background:rgba(0,0,0,.58)}@media only screen and (min-width: 992px){.block.landing .inner{flex:1 0 100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:100px}}.block.landing h1{font-size:49px;font-size:3.0625rem;line-height:1.1;margin:0}@media only screen and (min-width: 992px){.block.landing h1{font-size:80px;font-size:5rem}}.block.landing h2{font-weight:400;margin:20px 0 30px 0}@media only screen and (max-width: 1199px){.block.landing h2 br{display:none}}.block.landing a{padding:15px 40px;display:inline-block;background:var(--white);color:var(--black);text-decoration:none}@media only screen and (min-width: 992px){.block.landing a{padding:20px 50px}}.block.partners{display:flex;justify-content:space-evenly;overflow:hidden}.block.partners .partner{display:flex;justify-content:center;flex-shrink:0}.block.partners .partner img{height:154px;width:154px;object-fit:contain}@media only screen and (min-width: 992px){.block.partners .partner img{height:168px;width:168px}}.block.instagram{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (min-width: 992px){.block.instagram{padding-top:50px}}.block.instagram a{background:var(--black);color:var(--white);padding:10px 16px;display:inline-block;text-decoration:none}@media only screen and (min-width: 992px){.block.instagram a{width:20%;text-align:center}}.block.instagram .photos{display:flex}.block.instagram .photos img{width:50%;flex-shrink:0}@media only screen and (min-width: 992px){.block.instagram .photos img{width:20%}}@media only screen and (max-width: 1199px){.block.instagram .photos img:nth-child(1n+3){display:none}}.block.images{display:flex;flex-wrap:wrap}@media only screen and (min-width: 992px){.block.images{width:50%;flex-shrink:0}}.block.images .bigger{width:60%}.block.images .smaller{width:40%}.block.images .top-left{padding:0 3px 3px 0}.block.images .top-right{padding:0 0 3px 3px}.block.images .bottom-left{padding:3px 3px 0 0}.block.images .bottom-right{padding:3px 0 0 3px}.block.images img{object-fit:cover;height:50vw}@media only screen and (min-width: 992px){.block.images img{height:25vw}}.block.reference .reference-logo{width:100px}@media only screen and (min-width: 992px){.block.reference .reference-logo{width:180px}}@media only screen and (min-width: 992px){.block.reference{display:flex;flex-direction:row-reverse;margin-bottom:6px}.block.reference:nth-of-type(2n + 2){flex-direction:row;justify-content:space-between}}.block.reference .inner{margin:50px}@media only screen and (min-width: 992px){.block.reference .inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0 10%}}.block.reference .heading{font-size:38px;font-size:2.375rem;font-weight:600;line-height:1.1;margin:0 0 20px 0}.block.reference .body{margin-bottom:30px}.block.reference .year{color:var(--brown);font-weight:600;font-size:48px;font-size:3rem;margin:10px 0;line-height:1.1}@media only screen and (min-width: 992px){.block.reference .year{font-size:75px;font-size:4.6875rem}}@media only screen and (min-width: 1200px){.block.reference .year{font-size:85px;font-size:5.3125rem}}body.kontakt main{min-height:calc(100vh - 72px);min-height:calc(var(--vh, 1vh)*100 - 72px);display:flex;flex-wrap:wrap}@media only screen and (min-width: 992px){body.kontakt main{min-height:calc(100vh - 150px);min-height:calc(var(--vh, 1vh)*100 - 150px)}}div.kontakt{background-color:var(--black);min-height:100vw;display:flex;justify-content:center;align-items:center;width:100%}div.kontakt img{width:70%}@media only screen and (min-width: 992px){div.kontakt{width:60%;min-height:calc(100vh - 100px)}}div.kontakt-right{display:flex;align-items:flex-start;flex-direction:column;align-items:center;flex-grow:1;padding:50px}div.kontakt-right .socials,div.kontakt-right .contact{margin-bottom:25px}div.kontakt-right .cls-1{fill:var(--black)}div.kontakt-right .cls-2{fill:var(--white)}div.kontakt-right svg:hover .cls-1{fill:var(--gray)}div.kontakt-right .contact .line+.block{margin-top:10px}div.kontakt-right .contact .block p{color:var(--black)}div.kontakt-right .contact .block .small{font-size:13px;font-size:.8125rem}div.kontakt-right .poptat-mereni{display:block;padding:15px 40px;background:var(--black);color:var(--white);text-decoration:none;margin-top:10px}div.kontakt-right .poptat-mereni:hover{background:var(--gray)}@media only screen and (min-width: 992px){div.kontakt-right .poptat-mereni{padding:20px 50px;margin-top:10px}}@media only screen and (min-width: 992px){div.kontakt-right{justify-content:center;padding:0 0 0 50px}div.kontakt-right .contact .block{margin:0}div.kontakt-right .contact .block+.block{margin-top:10px}div.kontakt-right .contact .wrap{display:block}}div.kontakt-right .page-title{display:none}@media only screen and (min-width: 992px){div.kontakt-right .page-title{display:block;font-size:70px;font-size:4.375rem;margin:10px 0}}.text-regular{font-weight:400}.text-bold{font-weight:900}.text-semibold{font-weight:600}.text-cursive{font-style:italic}
