@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{font-family:"Poppins",sans-serif;color:#252525;scroll-behavior:smooth}body{width:100%;max-height:100vh}.navbar{width:100%;height:10vh;background-color:#F5F2F3;display:flex;justify-content:space-between;position:fixed;top:0;z-index:1000}#logo{height:10vh;margin-left:10vw;display:flex;align-items:center}#logo img{height:50px;cursor:pointer}.navbar .navbar-menu{width:60%;display:flex;align-items:center;justify-content:space-evenly;margin-left:1vw}.navbar .navbar-menu a{text-transform:uppercase;font-weight:500;cursor:pointer;transition:0.3s ease-in-out;color:#252525;text-decoration:none}.navbar .navbar-menu a:active,.navbar .navbar-menu a:hover{border-bottom:#B7243E 1px solid;color:#B7243E;transform:translateY(-5px)}.navbar-button{display:flex;justify-content:space-around;flex-direction:row;height:10vh}.navbar-button a{text-decoration:none}.navbar-phone{display:flex;align-items:center;padding:0 2vw;border:none;border-left:#cacaca80 solid 1px;font-weight:500;height:10vh;cursor:pointer;transition:0.3s ease-in-out;-webkit-text-decoration:underline #b7243f00;text-decoration:underline #b7243f00;text-underline-offset:8px}.navbar-phone:active,.navbar-phone:hover{-webkit-text-decoration:1.5px underline #B7243E;text-decoration:1.5px underline #B7243E;text-underline-offset:8px}.navbar-phone p,.navbar-reserve p{font-weight:500;font-family:"Poppins",sans-serif;font-size:16px;line-height:23px}.navbar-reserve{display:flex;background-color:#B7243E;align-items:center;padding:0 2vw;color:#fff;font-weight:700;border:none;height:10vh;cursor:pointer;transition:0.3s ease-in-out;-webkit-text-decoration:underline #B7243E;text-decoration:underline #B7243E;text-underline-offset:5px}.navbar-reserve:active,.navbar-reserve:hover{-webkit-text-decoration:1.5px underline #fff;text-decoration:1.5px underline #fff;text-underline-offset:px}.navbar-icon{margin:0 1vW}.navbar-phone-btn,.navbar-reserve-btn{cursor:pointer}.active{border-bottom:#B7243E 1px solid;color:#B7243E!important;transform:translateY(-5px)}.navbar-mobile{width:100%;height:10vh;background-color:#F5F2F3;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:900}.navbar-mobile .logo{height:5vh;margin-left:10vw;display:flex;align-items:center}.navbar-mobile .logo img{height:50px;cursor:pointer}.burger{position:absolute;right:3vw;top:3.3vh;cursor:pointer}.mob-list{position:absolute;display:flex;flex-direction:column;align-items:center;top:-100vh;right:0;transition:0.4s ease-in-out}.navbar-mobile .mob-list{background-color:#F5F2F3;width:100%}.navbar-mobile .mob-list a{text-transform:uppercase;font-weight:500;cursor:pointer;transition:0.3s ease-in-out;color:#252525;text-decoration:none;padding:20px 0}.navbar-mobile .mob-list a:active,.navbar-mobile .mob-list a:hover{color:#B7243E}.navbar-button-mobile{display:flex;flex-direction:row;align-items:center}.navbar-reserve-mobile p{font-weight:500;font-family:"Poppins",sans-serif;font-size:16px;line-height:23px}.navbar-reserve-mobile{display:flex;background-color:#B7243E;align-items:center;padding:0 2vw;color:#fff;font-weight:700;border:none;height:10vh;cursor:pointer;transition:0.3s ease-in-out;-webkit-text-decoration:underline #B7243E;text-decoration:underline #B7243E;text-underline-offset:5px;margin:20px 0;border-radius:20px}.navbar-reserve-mobile:hover,.navbar-reserve:active{-webkit-text-decoration:1.5px underline #fff;text-decoration:1.5px underline #fff;text-underline-offset:5px}.navbar-icon-mobile{margin:0 1vW}.navbar-mobile.open .mob-list{top:10vh}.navbar-mobile.open .mob-open{display:none}.navbar-mobile:not(.open) .mob-close{display:none}@media only screen and (min-width:1100px) and (max-width:1300px){.navbar .navbar-menu{margin:0}.navbar .navbar-menu a{font-size:14px}.navbar-phone,.navbar-reserve{padding:1vw}.navbar-phone p,.navbar-reserve p{font-size:14px}#logo img{height:35px}}@media only screen and (max-width:1100px){.navbar{display:none}}#background{background:url("../images/static/png/cary.png") no-repeat center;margin:auto;width:100%;height:100%}.main-heading{margin-top:10vh;height:300px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#252525}.main-heading img{position:absolute;width:100%;height:300px;object-fit:cover;opacity:0.6}.main-heading h1{font-size:60px;color:#fff;padding-bottom:20px;letter-spacing:1px;z-index:10;text-transform:uppercase}.main-heading h4{color:#fff;font-weight:500;z-index:10;text-align:center;padding:0 3%}@media only screen and (max-width:700px){.main-heading h1{font-size:40px}.main-heading h4{font-size:14px}}#container{background:url("../images/static/png/cary.png") no-repeat center;margin:auto;width:100%;height:100%}.contacts{width:100%;height:80vh;display:grid;justify-content:center;grid-gap:50px;margin:3% auto 0 auto}@media screen and (min-width:900px){.contacts{grid-template-columns:500px 500px}}.contacts p{text-align:center}.contacts a{color:#B7243E}.contacts .contact-box{position:relative;background-color:#F5F2F3;display:flex;flex-direction:column;padding:20px;align-items:center;justify-content:center;border-radius:5px}.contacts .contact-box.big{grid-column:1/-1}.contacts .contact-box h3{color:#B7243E;padding:5px 0}.contacts .contact-box p{padding:8px 0}.circle{position:absolute;left:40px;top:-40px;display:flex;align-items:center;justify-content:center;width:70px;height:70px;background-color:#B7243E;border-radius:50px}.circle img{width:90%;height:90%}.holicka{grid-row:1/2;grid-column:1/2}.bruha{grid-row:1/2;grid-column:2/3}.kindlmann{grid-row:2/3;grid-column:1/2}.popilkova{grid-row:2/3;grid-column:2/3}.jednatel{grid-row:3/4;grid-column:1/3}@media only screen and (min-width:1000px) and (max-width:1200px){.contacts{grid-template-columns:400px 400px}}@media only screen and (min-width:500px) and (max-width:1000px){.contacts{height:1100px;display:flex;flex-direction:column;align-items:center}.contacts .contact-box{width:80%}}@media only screen and (max-width:600px){.contacts{height:1100px;display:flex;flex-direction:column;align-items:center}.contacts .contact-box{width:90%}.circle{top:-50px}.contacts .contact-box a,.contacts .contact-box p{font-size:14px}.contacts .contact-box h3{font-size:16px}}.section-form{width:80%;margin:0 auto 0;padding-top:70px;position:relative}.section-form .form{position:relative}.form-img{position:absolute;width:30%;right:0;top:-10%;z-index:10}.mockup-img{position:absolute;width:20%;right:18%;top:6%}.form-dots,.form-dots2{position:absolute;z-index:-10;max-width:100%}.form-dots{right:-12%}.form-dots2{top:20%;left:-15%}.form{width:93%;background-color:#F5F2F3;border-radius:5px;margin:120px auto 75px}.form-main-text{font-size:30px;padding:7% 40% 5% 7%}.main-form{padding-left:7%;display:flex}.main-form-left{display:flex;flex-direction:column;width:30%}.main-form-left input{border:none;border-radius:30px;background-color:#fff;margin:10px 0;padding:20px 50px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.main-form-right{display:flex;flex-direction:column;width:65%}.main-form-right textarea{height:100%;z-index:10;border:none;border-radius:30px;background-color:#fff;margin:10px 20px;padding:20px 50px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;resize:none}.main-form-centered{display:flex;flex-flow:column nowrap;align-items:center;row-gap:20px;padding-bottom:40px;padding-top:20px}.main-form-submit button{background-color:#B7243E;border:none;border-radius:100px;padding:1em 2em;font-size:20px;cursor:pointer;color:#fff;font-family:"Poppins",sans-serif;font-weight:bold;transition:0.3s ease-in-out;border:0}.main-form-submit input{background-color:#B7243E;border:none;border-radius:100px;padding:3% 10%;cursor:pointer;color:#fff;font-family:"Poppins",sans-serif;font-weight:bold;transition:0.3s ease-in-out}@media only screen and (min-width:930px) and (max-width:1300px){.form-img{width:40%;top:-5%}.mockup-img{top:20%;width:35%;right:15%}}@media only screen and (max-width:930px){.section-form{height:830px;width:90%}.form{height:100%}.main-form{display:flex;flex-direction:column;padding:0 7%}.main-form-left{width:100%}.main-form-right{width:100%}.main-form-right textarea{margin:10px 0;width:100%}.main-form-submit{position:relative;left:0;top:0;width:100%;display:flex;justify-content:center;margin-top:15%}.form-img{width:40%;top:5%}.mockup-img{top:7%;width:35%;right:10%}}@media only screen and (max-width:700px){.form{height:90%;width:100%}.form-img{width:40%;top:-5%}.mockup-img{top:-5%;width:35%;right:10%}.form-main-text{padding:25% 7% 5% 7%;font-size:21px}.form-dots{width:70%;right:0}}.store{margin-top:100px}.store .store-heading{margin:20px auto 40px auto;font-size:40px;text-align:center}.store-contact-map{display:flex;justify-content:center}.store-contact{width:600px;display:flex;flex-direction:column;background-color:#F5F2F3;border-radius:5px;padding:20px;margin-right:30px;letter-spacing:1px}.store-contact h3{font-size:30px;padding-bottom:10px}.store-contact h4{font-size:20px;padding:10px 0}.store-contact a,.store-contact p{padding:3px 0}.benefits{display:flex;justify-content:space-around;margin:30px auto;background-color:#F5F2F3;padding:50px 50px;width:1230px;border-radius:5px}.benefits-box{text-align:center}.benefits-box h4{font-size:25px;padding-top:10px}@media only screen and (min-width:1100px) and (max-width:1300px){.store-contact{width:400px}.benefits{width:1030px;justify-content:space-between}}@media only screen and (min-width:700px) and (max-width:1100px){.store{height:1600px}.store-contact-map{display:flex;flex-direction:column;align-items:center}.store-contact{width:80%;margin:0 auto 30px auto}.benefits{width:80%;padding:50px 0}.benefits img{width:100px}.benefits h4{font-size:20px}.store-map iframe{width:80vw}}@media only screen and (max-width:700px){.store{height:1400px}.store-contact-map{display:flex;flex-direction:column;align-items:center}.store-contact{width:80%;margin:0 auto 30px auto;text-align:center}.benefits{width:80%;padding:50px 0}.benefits img{width:50px}.benefits h4{font-size:14px}.store-map iframe{width:80vw;height:70vh}.store-contact a,.store-contact p{font-size:14px}}.section-ending-images{width:100%;display:flex;flex-wrap:nowrap}.section-ending-images img{max-width:25%}.footer{z-index:1000;display:flex;justify-content:center;margin:0 auto;width:100%}.footer-box{width:300px;padding:100px 20px 100px 20px;border:#F5F2F3 1px solid}.footer-box:first-child,.footer-box:last-child{border-left:none}.footer-box h3{color:#B7243E;-webkit-text-decoration:1.5px underline #B7243E;text-decoration:1.5px underline #B7243E;text-underline-offset:10px;padding-bottom:20px}.footer-box p{padding-bottom:9px}.footer-box a{color:#252525;text-underline-offset:5px}.copyright{height:70px;margin:0px auto;display:flex;justify-content:center}.copyright p{padding:20px 20px}.ql-size-small{font-size:0.85em}@media only screen and (min-width:660px) and (max-width:1000px){.footer{display:grid;grid-template-columns:40% 40%;grid-template-rows:40% 40%;height:40vh;margin:20px 0 -40px 0}.footer-box{padding:30px 20px 100px 20px}}@media only screen and (max-width:660px){.footer{display:grid;grid-template-columns:80%;grid-template-rows:20% 20% 20% 20%;grid-gap:20px;width:100%;margin:20px auto;height:600px}.footer-box{padding:0;margin:0 auto;display:flex;flex-direction:column;align-items:center;border:none;width:100%}.footer-box:first-child{margin:auto auto}.section-ending-images{margin-top:30%}}.main-heading~.contacts{margin-top:100px}
/*# sourceMappingURL=kontakty.css.map */