.slick-list{
    width: 100% !important;

}
.slide__img{
    width: 100% !important;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
html{
    overflow-y: auto;

}
.container{
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
}
svg{
    width: 30px;

}
hr{
    width: 100%;

}
.bold{
    font-weight: 700;
    cursor: none;

}
a{
    text-decoration: none;
    color: white;
}
.underline{
    text-decoration: underline;
    cursor: pointer;
}
.hr{
    margin:55px 0; 
    color: white;
    opacity: .4;
}
input,textarea{
    outline: none;

}
iframe{
    width: 100%;
    border: none;

}
button{
     background: none repeat scroll 0 0 transparent;
        border: medium none;
        border-spacing: 0;
        color: #26589F;
        font-family: 'PT Sans Narrow',sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.42rem;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        text-indent: 0;
        outline: none;
}

/*----------------------------nav------------------------------*/
nav{
    position: fixed;
    z-index: 10000000000000000000000000000000000000000000000000000;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #1D4ED8;
   
    border-bottom: 1px solid black;
}
.nav-block{
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.nav-list1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.nav-list2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
   
}
.nav-list3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #1D4ED8;
}
.nav__item{
    margin: 10px;
    text-align: center;
    color: black;
    cursor: pointer;
    margin-right: 40px;
    font-size: 22px;
    font-weight: 500;
}
.hvr-underline-from-center:before {
    background: black; /* sem dej barvu, jakou chceš */
    height: 3px; 
    margin-top: 2px;
    bottom: -1px; 
}

.nav__item__tel{
    border: 2px solid black;
    padding: 12px;
    display: block;
    margin-left: 20px;
    color: black;
    font-size: 19px;
    margin: 10px;
}
/*.nav__item__tel:hover{
    background-color: red;
    color: white;
    transition: .7s;
}*/
.nav__item__contacts{
    color: white;
    background-color: #1D4ED8;
    padding: 12px 22px;
    font-size: 19px;
    cursor: pointer;
    border: 2px solid #1D4ED8;
    margin: 10px;
}
/*.nav__item__contacts:hover{
    color: #1D4ED8;
    background-color: white;
    transition: .5s;
}*/
.nav__logo{
    width: auto;
    height: 80px;
    margin-right: 35px;
}




/*----------------------------header------------------------------*/



.header-foto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
}
.header__foto{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.header-cover{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: linear-gradient(rgba(0, 0, 0, .1),rgba(0, 0, 0, .1),rgba(0, 0, 0, .1));
    padding-top: 98,5px;
    display: none;
}   
/*----------------------------header------------------------------*/
header{
    width: 100%;
    height: 100vh;
    position: relative;
}
.slick-track{
    
    height: 100%;
}
.slide{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 92.5px;
    background-color: #d8d8d8;
}
.slide-block{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.slide-list{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.slide__img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    /*height: 565px;*/
}
.none{
    display: none;

}

/*-----------------------------text-----------------------------*/


.text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;



}   
.text-block{
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 100000000000;
    margin-right: 1000px;
}
.text__title{
    font-size: 65px;
    color: white;
    padding-bottom: 40px;

}
.text__text{
    font-size: 26px;
    color: white;
    padding-bottom: 45px;
}
.text__btn{
    padding: 15px;  
    background-color: #1D4ED8;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.text-list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1000;

}
/*.text-block.active{
     opacity: 1;
     transform: translateX(0);


}*/














/*----------------------------welcome------------------------------*/

.welcome{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    background-color: #d8d8d8;
}
.welcome-block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    
}
.welcome-list{
    width: 100%;
   
}
.welcome-list1{
    color: black;
    font-size: 72px;
    text-align: right;
    align-content: middle;
    vertical-align: middle;
    padding-right: 60px;
    /*text-shadow: 1px 1px 0.00001px black;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    min-width: 300px;
    width: 100%;
    flex-basis: 50%;
}
.welcome-list2{
    color: black;
    font-size: 21px;
    line-height: 1.65;
    vertical-align: middle;
    padding-top: 15px;
    /*text-shadow: 1px 1px 0.00001px black;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    min-width: 600px;
    width: 100%;
    flex-basis: 50%;
    
}
.line{
    font-size: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: black;
    display: inline-block;
    transform: scaleX(.3);
    padding-left: 30px;
}

/*----------------------------havar------------------------------*/

.havar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 150px;
}



.havar-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin:0 200px;
}

.havar-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.havar__item__number {
  font-size: 55px;
  width: 120px;
  height: 120px;
  border: 1px solid black;
  border-radius: 50%;
  color: #1D4ED8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.havar__text {
  font-size: 22px;
  max-width: 800px;
}

.havar-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
.havar-arrow svg{
    width: 120px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.havar__title{
    /*font-size: 42px;
    text-align: center;
    margin-bottom: 80px;*/
    font-size: 64px;
    font-weight: 700;
    color: #1D4ED8; /* nebo černá, případně jiný hlavní firemní odstín */
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    margin-top: 60px;
}

.havar__title::after {
  content: "";
  display: block;
  width: 400px;
  height: 3px;
  background-color: black;
  margin: 9px auto 0 auto;
  border-radius: 2px;
}




/*----------------------------promo------------------------------*/
.promo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    background-color: #1D4ED8;
}
.promo-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    background-color: #1D4ED8;
    padding: 100px;
}
.promo-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: 33%;
}
.promo__icon{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.promo__icon i{
    border-radius: 50%;
    font-size: 72px;
    color: #1D4ED8;
    border: 3px solid black;
    padding: 25px;
    width: 130px;
    height: 130px;
    display: flex;justify-content: center;
    align-items: center;
    color: white;
    box-shadow: black 1px 1px 1px;
    margin-right: 3px;
}   
.promo__text{
    text-align: center;
    font-size: 21px;
    color: white;
    font-weight: bold;
}
.promo__number{
    font-size: 170px;
    color: white;
    text-shadow: black 1px 1px 1px;
}












/*---------------------------- ABOUT SECTION ------------------------------*/

.about {
    width: 100%;
    background-color: #f5f5f5; /* Jemná šedá, ne tak tmavá jako d8d8d8 */
    padding: 100px 20px; /* Velkorysý prostor nahoře a dole */
    display: flex;
    justify-content: center;
}


.about-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

/* --- Nadpis --- */
.about-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 48px; /* Zvětšeno */
    font-weight: 350; /* Tenčí elegantní řez */
    text-transform: uppercase;
    color: #1D4ED8; /* Vaše modrá */
    margin-bottom: 50px;
    margin-top: 0;
    letter-spacing: 2px; /* Mírné rozestupy písmen */
}

/* --- Textový obsah --- */
.about-text-content {
    max-width: 1100px; /* Text se roztáhne více do šířky */
    color: #333;
    line-height: 1.8; /* Větší řádkování pro lepší čitelnost */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px; /* Zvětšené základní písmo */
}

.about-text-content p {
    margin-bottom: 30px; /* Větší mezery mezi odstavci */
}

/* Speciální třída pro spodní motto (aby mělo větší odstup) */
.footer-motto {
    margin-top: 50px;
    color: #222; /* O něco tmavší pro důraz */
}

/* --- Responzivita --- */

/* Tablet a menší notebooky */
@media screen and (max-width: 1024px) {
    .about {
        padding: 80px 20px;
    }
    .about-title {
        font-size: 40px;
    }
    .about-text-content {
        font-size: 18px;
        max-width: 90%;
    }
}

/* Mobily */
@media screen and (max-width: 768px) {
    .about {
        padding: 60px 15px;
    }
    .about-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .about-text-content {
        font-size: 16px; /* Na mobilu musí být písmo menší, aby se vešlo */
        line-height: 1.6;
    }
    .footer-motto {
        margin-top: 30px;
    }
}




/*----------------------------parralax------------------------------*/
.parallax {
  position: relative;
  height: 70vh; /* nebo 40vh pokud chceš menší výšku */
  background-image: url('slide-3.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.parallax-sluzby{
  position: relative;
  height: 70vh; /* nebo 40vh pokud chceš menší výšku */
  background-image: url('parallax-sluzby.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;

}
.parallax-footer{
  background-image: url('parralaxfooter.png');


}
.parallax__overlay {
  background-color: rgba(0, 0, 0, 0.5); /* tmavý filtr přes celou sekci */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax__content {
  color: #fff;
  padding: 2rem;
  border-radius: 8px;
}

.parallax__content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.parallax__content p {
  font-size: 1.2rem;
  font-style: italic;
}







/*----------------------------plus------------------------------*/
.plus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    background-color: #1D4ED8;
}
.plus-block{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #1D4ED8;
    padding: 50px;
}
.plus-list{
    background-color: #1D4ED8;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: baseline;
    flex-direction: column;
    padding: 25px;
    margin-left: 120px;
}
.plus__item{
    margin-bottom: 30px;
    font-size: 32px;


}
.plus-counter{
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 120px;
}
.plus__counter{
    text-align: center;

}
.plus__year{
    font-size: 42px;
    text-align: center;
   
}
.counter{
    font-size: 42px;
    color: white;
    text-decoration: underline;
}
.plus__dodatek{
    text-align: center;
    margin-top: 25px;
    font-size: 21px;
    color: white;
}
.trofej{
    font-size: 155px;
    color: white;
    margin-bottom: 30px;
}
.stars{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
.stars i{
    font-size: 22px;
    padding: 5px;
}

/*----------------------------sluzby------------------------------*/

.sluzby {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 130px 0 50px 0;
  background-color: #1D4ED8;
  overflow: hidden;
}

.sluzby::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('sluzbyback.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(200%);
  z-index: 0;
}

.sluzby > * {
  position: relative;
  z-index: 1;
}
.sluzby-block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.sluzby-title{
    font-size: 62px;
    text-align: center;
    color: white;
    padding-bottom: 15px;
}
.sluzby__subtitle{
    font-style: italic;
    font-size: 22px;
    text-align: center;
    color: white;
    color: #a2a5c0;
}
.sluzby-list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 35px;
}
.sluzby__item{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 650px;
    width: 400px;
    cursor: pointer;
    margin: 45px;
    border: 3px solid black;
    background-color: white;
    box-shadow: 2px 2px 3px black;
}
.sluzby__flex{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-basis: 70%;
    height: 100%;
}
.sluzby__img{
    width: 100%;
    height: 100%;
    position: relative;
}
.sluzby__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex-basis: 50%;
}
.sluzby__name{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 27px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    color: white;
    text-align: center;
    min-width: 300px;
    display: none;
    font-weight: 501;
}
.sluzby__title{
    font-size: 37px;
    padding-bottom: 25px;
    padding-top: 55px;
    color: black;
}
.sluzby__text{
    cursor: pointer;
    color: black;
    font-size: 25px;
    color: #1D4ED8;
    margin-top: 35px;
}

/*----------------------------price------------------------------*/


.price-block{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: row-reverse;
    width: 100%;
    
}
.price-list{
    flex-basis: 50%;
    padding-left: 90px;

}
.price__title{
    font-size: 22px;


}
.price__text{
    font-size: 22px;
    padding-bottom: 6px;

}
.price-title{
    font-size: 32px;
    

}
.price__item{
    padding-top: 15px;


}
.price__img img{
    max-width: 900px;
    object-fit: cover;
    width: 100%;
}
.price__img{
    flex-basis: 50%;
    width: 900px;

}
.mezera{
    padding-bottom: 6px;
    padding-top: 6px;
    color: #1D4ED8;
    text-align: center;
    font-style: italic;
}
.hr2{
    opacity: .4;
    color: white;
    margin: 10px 0;
}
/*----------------------------minus------------------------------*/

.minus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #d8d8d8;
    margin-top: 80px;
    padding: 50px 0;
    padding-top: 85px;
}
.minus-block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin: 35px;

}
.minus__text{
    font-size: 27px;
    text-align: center;
    font-style: italic;
    width: 85%;
}
.minus__btn{
    padding: 20px;
    font-size: 25px;
    cursor: pointer;
    background-color: #1D4ED8;
    color: white;
    margin-top: 45px;
    margin-bottom: 20px;
}


/*----------------------------ask------------------------------*/
.ask{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #d8d8d8;
    margin: 150px 0;
}
.ask-block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 55px;
}
.ask__btn{
    font-size: 47px;
    padding: 10px;
    cursor: pointer;
}

/*----------------------------projects------------------------------*/
.projects {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  margin: 150px 0;
}
.projects-block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.projects__title{
    text-align: center;
    font-size: 52px;
    margin: 35px;
    width: 100%;
}
.projects-list{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.projects__item{
    cursor: pointer;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}
.projects__text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: white;
    display: none;
    cursor: pointer;
    text-align: center;
}

/*----------------------------contact------------------------------*/

.contact-split {
  display: flex;
  flex-wrap: wrap;
  background-color: #d8d8d8;
  min-height: 300px;
  width: 100%;
}
.contact-left {
  background-color: #1D4ED8;
  color: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.rotate{
    color: #acafaf;
    transform: rotate(270deg);
    text-align: center;
    width: 100%;
    font-size: 18px;
    min-width: 350px;
    line-height:1.7;
}
.stripe{
    width: 75px;

}
.stripe1{
    background-color:#515151;
    width: 150px;
    color: #acafaf;
    display: flex;
    justify-content: center;
    align-items: center;

}
.stripe2{
    background-color:#7a7a7a;
}

.contact-left h2 {
  font-size: 2.5rem;
}
.contact-right {
  flex: 2;
  padding: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  color: #1a1a1a;
  margin-left: 50px;
}
.contact-right a {
  color: #1D4ED8;
  text-decoration: none;
}
.contact-list{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
}
.contact-right p{
    


}
.contact-list i{
    padding-right: 25px;
    font-size: 25px;

}
.first{
    align-items: start;

}
.first i{
    padding-top: 10px;

}



/*----------------------------map------------------------------*/
.map{
    background-color: #1D4ED8;
    width: 100%;
}

/*----------------------------footer------------------------------*/

footer {
    background-color: #1D4ED8;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    background-image: url('footer-img.jpg');
    width: 100%;
    
    /* --- Vlastnosti pro správné zobrazení obrázku --- */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /* Tímto se obrázek vycentruje */
}
.modal-footer{
    background-color: #1D4ED8;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    background-image: url('footer-img.jpg');
    width: 100%;

}
.footer-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.footer-block1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.footer-block3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer__list2{
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-direction: row;
    width: 100%;
}
.footer__list2__item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer__list1{
    width: 250px;
}
.footer__list2__item{



}
.footer__list2__text{
    font-size: 16px;
    line-height: 1.55;
    cursor: pointer;
}
.footer__list2__text:hover{
    color: #d8d8d8;
    transition: 0.5s;
}
.footer__list2__title{
    font-weight: bold;
    line-height: 1.9;
    font-size: 18px;
}
.footer__list3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-basis: 33%;
}
.footer__list3__item{
    font-size: 25px;
    border: 1px solid white;
    display: block;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__list3__item a{
    width: 100%;
    padding: 15px;
}
.footer__list3__item a:hover{
    transition: 0.7s;
    cursor: pointer;
    background-color: white;
    color:#1D4ED8;
}
.footer__list4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #d8d8d8;
}
.footer__list5{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
.footer-block2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.footer__list5__item{
    margin-right: 10px;
    color: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}
.footer__list5__item a{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__hover__icon{
    border: 1px solid #d8d8d8;
    background-color:#d8d8d8;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}
.footer__list5__item a i{
    font-size: 21px;
}
.footer__hover__icon:hover{
    transition: 0.5s;
    background-color: black;
    cursor: pointer;
}
.footer__list1 img{
    cursor: pointer;
}



































































/*----------------------------modal------------------------------*/





.modal{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    background-color: #d8d8d8;
    outline: none;
    flex-direction: column;
}
.modal-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.modal__back{
    font-size: 18px;
    color: black;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 6px;
    color: #1D4ED8;
}
.modal-bgc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 77px;
    font-weight: bold;
    background-image: url('bgc.png');
    height: 40vh;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}



.modal__title{
    text-align: center;
    font-size: 62px;
    color: black;

}
.modal-list{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
}
.modal-flex{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    margin: 25px;
    flex-direction: column;
}
.lg-container{
    position: relative;
    z-index: 100000000000000;

}
.lg-thumb-outer{
    display: none;

}
.gallery{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    height: 100%;
    overflow-y: scroll;  
    overflow-x: hidden;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;


}
.gallery a img{
    width: 250px;
    height: 200px;
    object-fit: cover;
    border: 2px solid black;
    box-shadow: 1.5px 1.5px 8px black;
    margin: 10px;
}
.gallery a{
    margin: 5px;
    
}
.gallery a img:hover{
    transform: scale(1.05);
    transition: 0.3s;
    cursor: pointer;
    filter: blur(2px);
}




/*----------------------------bar------------------------------*/

.bar{
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 1000000000000000000000000000000;
}
.bar__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    background-color: white;
    color: #1D4ED8;
    font-size: 24px;
    cursor: pointer;
    color: #1D4ED8;

}
.bar__icon a{
    color: #1D4ED8;
    font-style: italic;
}

/*-------------------modal__service---------------------*/

/* Nové styly podle modal__service struktury */
.modal-service {
    background: white;
    border-radius: 12px;
    flex: 1 1 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000000;
    display: none;
    overflow-y: auto;
    width: 100%;


}

.modal__service-title {
    font-size: 52px;
    font-weight: bold;
    color: #222;
    margin-bottom: 12px;
    text-align: center;

}

.modal__service-text {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
    text-align: center;


}
.modal-service__list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.modal__service__back{
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    margin-bottom: 35px;
    font-style: italic;
    color: #1D4ED8;
}
.modal-service__button{




}

/*-------------------sluzby ins---------------------*/

.ins__title{
    font-size: 27px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    padding-bottom: 8px;
    color: #444444;
}
.ins__title i{
    margin-left: 15px;

}
.ins-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 100px;
}
.ins-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.ins__item{
    font-size: 18px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 50%;
    flex-direction: row;
    margin-bottom: 6px;
    text-align: left;
}
.ins__item i{
    font-size: 18px;
    margin-right: 15px;

}
.ins-list__item{
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.ins-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .ins-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .ins-lead {
      font-size: 1rem;
      color: #555;
      margin-bottom: 50px;
      line-height: 1.6;
    }

    .ins-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
    }

    .ins-feature {
      flex: 1 1 250px;
      max-width: 300px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .ins-circle {
      width: 100px;
      height: 100px;
      background-color: #1D4ED8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 40px;
      margin-bottom: 20px;
    }

    .ins-text {
      font-size: 1rem;
      color: #333;
    }





/*-------------------sluzby top---------------------*/

 .top-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .top-title {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-align: center;
    }

    .top-lead {
      font-size: 1rem;
      color: #555;
      margin-bottom: 40px;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 50px;
    }

    .top-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px 40px;
      text-align: left;
      margin-bottom: 100px;
    }

    .top-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .top-circle {
      min-width: 32px;
      min-height: 32px;
      color: #1D4ED8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
    }

    .top-text {
      font-size: 1rem;
      line-height: 1.4;
      color: #333;
    }












/*-------------------sluzby plyn---------------------*/

.modal__service-text{
    width: 75%;

}

.plyn-section {
      padding: 40px 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 100px;
      margin-top: 100px;
    }

    .plyn-steps {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: first baseline;
      gap: 30px;
    }

    .plyn-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
    }

    .plyn-circle {
      width: 100px;
      height: 100px;
      background-color: #1D4ED8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
    }

    .plyn-text {
      max-width: 300px;
      font-size: 1rem;
      color: #333;
      line-height: 1.4;
      text-align: center;
    }


/*-------------------sluzby zam---------------------*/

 .zam-section {
      padding: 40px 20px;
      width: 100%;
      margin: auto;
      margin-bottom: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .zam-title {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }

    .zam-lead {
      font-size: 1rem;
      color: #555;
      max-width: 800px;
      margin: 0 auto 50px auto;
      line-height: 1.6;
    }

    .zam-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      width: 60%;
    }

    .zam-feature {
      flex: 1 1 220px;
      max-width: 250px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .zam-icon {
      width: 100px;
      height: 100px;
      background-color: #1D4ED8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 40px;
      margin-bottom: 20px;
    }

    .zam-text {
      font-size: 1rem;
      color: #333;
    }
    .zam-img{
        object-fit: contain;


    }













/*-------------------sluzby zed---------------------*/

 .zed-section {
      padding: 40px 20px;
      width: 100%;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .zed-title {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-align: center;
    }

    .zed-lead {
      font-size: 1rem;
      color: #555;
      margin-bottom: 40px;
      line-height: 1.6;
      text-align: center;
      width: 50%;
    }

    .zed-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px 40px;
      text-align: left;
      margin-top: 100px;
      margin-bottom: 100px;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .zed-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .zed-circle {
      min-width: 32px;
      min-height: 32px;
      background-color: #1D4ED8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 14px;
      flex-shrink: 0;
    }

    .zed-text {
      font-size: 1rem;
      line-height: 1.4;
      color: #333;
    }








/*----------------------------------Responzivita-----------------------------------*/





.burger{
    display: none;
    cursor: pointer;

}
.burger i{
    font-size: 45px;
    color: black;
}
.burger-menu{
    position: fixed;
    margin-top: 20px;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9990;
    display: none;
}

.burger-menu__content {
    background-color: white;
    width: 100%;
   
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease-out;
}

.burger-menu__item {
    padding: 15px 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.burger-menu-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.burger-menu-item:last-child {
    border-bottom: none;
}



























.funguje{
    display: block;
}
.nefunguje{
    display: none;
}
.nav__logo1{
    display: block;
}
.nav__logo2{
    display: none;
}






/*
@media (max-width:4000px) {

    .slide__img{
        height: 3000px;
        
    }
}

@media (max-width:3500px) {

    .slide__img{
        height: 2500px;
        
    }
}

@media (max-width:3000px) {

    .slide__img{
        height: 2000px;
        
    }
}

@media (max-width:2500px) {

    .slide__img{
        height: 1600px;
        
    }
}
@media (max-width:2000px) {

    .slide__img{
        height: 1600px;
        
    }
}

@media (max-width:1800px) {
    .slide__img{
        height: 1200px;
        
    }







}
@media (max-width:1800px) {

    .slide__img{
        height: 1000px;
        
    }
}



@media (max-width:1700px) {

    .slide__img{
        height: 800px;
        
    }





}*/
@media (max-width:1600px) {
/*.slide__img{
        height: 800px;
        
    }*/



.nav__item{
    font-size: 20px;

}
.havar-row{
    min-width: 950px;

}
.havar__text{
    max-width: 600px;

}
.footer__list1 img{
    width: 120px;
}






.ins__item i {
    font-size: 18px;
    margin-right: 15px;
    min-width: 16px;
}






.zed-list {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 25%;
  justify-content: center;
  align-items: first baseline;
  flex-direction: column;
}





}
@media (max-width:1500px) {

.nav__item{
    font-size: 17px;

}
.nav__item__tel{
    padding: 10px;


}
.nav__item__contacts{
    padding: 10px;

}
.footer__list2__text{
    font-size: 14px;


}
.footer__list3__item a {
  width: 100%;
  padding: 9px;
}
.footer__list1 img{
    width: 200px;


}
.welcome-block{
    width: 70%;


}
.welcome-list2{
    font-size: 19px;


}
.footer__list1 img{
    width: 120px;
}







    

}
@media (max-width:1400px) {
.nav__item{
    margin-right: 25px;
    font-size: 15px;
}
.nav__item__tel{
    padding: 8px;


}
.nav__item__contacts{
    padding: 8px;

}


 

}
@media (max-width:1300px) {
.bar__icon{
    display: none;

}

    .nav__item__contacts{
    display: none;

}
.nav-list3{
    display: none;
}


.hvr-underline-from-center{
    display: none;

}
.burger{
    display: block;

}


.nav-block{
    justify-content: space-around;

}
.welcome-list2 {
  font-size: 17px;
  padding-top: 15px;
}
.welcome-list1 {
  font-size: 72px;
}
.text__title{
  font-size: 55px;

}
.text__text {
  font-size: 18px;

}
.text__btn{
    font-size: 17px;

}
.welcome-block{
    width: 80%;

}
.welcome-list2{
    font-size: 19px;

}
.promo__number {
  font-size: 130px;
  color: white;
}
.promo__text {
  font-size: 18px;
}
.promo-block{
    padding: 100px 0;

}





}
@media (max-width:1200px) {

.havar-row{
    min-width: 950px;

}
.havar__text{
    max-width: 600px;


}
.promo-block{
    padding:100px 0;


}
.promo__number{
    font-size: 100px;


}
.promo__icon i{
    width: 100px;
    height: 100px;
    font-size: 40px;
}
.promo__text{
    font-size: 16px;


}

.footer__list3__item a {
  width: 100%;
  padding: 5px;
  font-size: 18px;
}
.footer__list1 img{
    width: 200px;


}
.plus__item{
    font-size: 26px;


}
.plus__counter, .plus__year,.counter{
    font-size: 26px;

}
.parallax__content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.parallax__content p {
  font-size: 1rem;
  font-style: italic;
}
.havar__text {
    max-width: 400px;
}
.welcome-block{
    width: 90%;

}
.welcome-list2{
    font-size: 18px;

}
.footer__list1 img{
    width: 120px;
}






.zed-list {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 35%;
  justify-content: center;
  align-items: first baseline;
  flex-direction: column;
}








}
@media (max-width:1100px) {

.havar-block{
    margin: 0 100px;

}


    

}
@media (max-width:1000px) {

.footer__list3__item a {
  width: 100%;
  padding: 5px;
  font-size: 18px;
}
.footer__list1 img{
    width: 150px;

}
.footer__list1{
    width: 150px;

}
.footer__list2__text{
    font-size: 11px;


}
.contact-left h2 {
  font-size: 2rem;
}
.contact-right {
  font-size: 1rem;
  line-height: 2;
  color: #1a1a1a;
}
.minus__text{
    font-size: 19px;

}
.minus__btn {
  padding: 15px;
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.minus-block{
    margin: 0;

}
.ask__btn {
  font-size: 35px;
  padding: 10px;
  cursor: pointer;
}
.sluzby-title {
  font-size: 42px;
  padding-bottom: 15px;
}
.sluzby__subtitle {
  font-size: 17px;
}
.about-block {
  flex-direction: column;
}
.plus-block{
    padding:50px 0;

}
.price-block {
  flex-direction: column;
}
.plus__item {
  font-size: 23px;
}
.plus-list{
    margin-left: 0;

}
.promo__number{
    font-size: 70px;

}
.promo__text{
    font-size: 13px;

}
.promo__icon i {
    width: 70px;
    height: 70px;
    font-size: 30px;
}
.sluzby__item {
  height: 500px;
  width: 300px;
  margin: 15px;
}
.sluzby__title {
    text-align: center;
    font-size: 27px;
}
.sluzby__text{
    margin-top: 0px;
    font-size: 22px;
}
.sluzby__name{
    font-size: 22px;

}
.welcome-list1{
    font-size: 65px;
}
.welcome-list2{
    font-size: 15px;
}
.welcome-block{
    width: 100%;
    
}
.welcome-list2{
    font-size: 18px;

}
.footer__list1 img{
    width: 100px;
}



.price__img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}









.modal__service-text {
  width: 100%;
}











.zam-img {
  object-fit: contain;
  width: 100%;
  display: block;
}


    

}
@media (max-width:900px) {

.havar-block{
    margin: 0 50px;

}
.havar__text {
    max-width: 300px;
    font-size: 19px;
}
.welcome-list1{
    font-size: 55px;
    display: none;
}
.welcome-list2{
    font-size: 17px;
    text-align: center;
    text-shadow: none;
    color: black;
}
.text__title{
    font-size: 48px;
}
.text__text{
    font-size: 16px;
}
.text__btn{
    font-size: 15px;
}
.welcome-block{
    margin-left: 0;

}
.footer__list4 {
  font-size: 15px;

}
.footer__list5__item{
    font-size: 15px;

}
.footer__hover__icon{
    width: 35px;
    height: 35px;
}









.contact-left{
    padding: 1.6rem;
   
}
.contact-left h2{
    font-size: 1.5rem;

}
.stripe1 {
  background-color: #515151;
  width: 80px;
}
.rotate{
    font-size: 13px;

}
.stripe2{
    width: 40px;

}








.plyn-steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: first baseline;
  flex-wrap: wrap;
  gap: 30px;
}






.zam-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.zam-lead{
    font-size: 0.7rem;

}












}
@media (max-width:800px) {

.nav__item img{
    width: 180px;
}
nav{
    min-height: 96.5px;
}
.nav__item__tel {
  padding: 10px;
  margin-left: 20px;
  font-size: 16px;
  margin: 10px;
}
.welcome-list1{
    font-size: 45px;
}
.welcome-list2{
    font-size: 12px;
}
.welcome-list2{
    font-size: 17px;
    text-align: center;
    text-shadow: none;
    color: black;
    width: 80%;
}
.footer__list1 img{
    width: 80px;
}
.promo__text {
    font-size: 13px;
    width: 75%;
}
.promo__number {
  font-size: 80px;
  color: white;
}
.promo__text {
  font-size: 16px;
}
.promo-block{
    padding: 80px 0;

}
.havar__title{
    font-size: 55px;

}
.havar__title::after{
    width: 360px;

}
.havar-block{
    margin: 0;

}











.about-list{
    width: 90%;
    margin: 0;
}
.about-title{
    font-size: 32px;  

}
.about__text{
    font-size: 15px;

}
.about__img{
    width: 500px;

}







.ask__btn{
    font-size: 27px;

}







.plus__item {
    font-size: 18px;
}
.plus-counter {
    margin-right: 50px;
}
 .plus__counter, .plus__year, .counter {
    font-size: 22px;
}
.plus__dodatek{
    font-size: 19px;

}
.stars i{
    font-size: 18px;

}









.ins__item {
  width: 80%;
 
}






.zed-list {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 40%;
  justify-content: center;
  align-items: first baseline;
  flex-direction: column;
}







}
@media (max-width:700px) {

.welcome-list2{
    font-size: 15px;
    text-align: center;
    text-shadow: none;
    color: black;
    width: 90%;
}
.footer__list5__item a i{
    font-size: 16px;
}
.footer__list1 img{
    width: 60px;
}
.footer__list4 {
    font-size: 12px;
}   
.footer__list5__item {
    font-size: 12px;
}

.promo__text {
    font-size: 11px;
    width: 75%;
}
.promo__number {
    font-size: 70px;
    color: white;
}
.promo__text {
    font-size: 14px;
}
.promo-block{
    padding: 80px 0;

}
.promo__icon {
  margin-bottom: 20px;
  
}
.promo__icon i {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 10px;
}










.contact-left{
    padding: 1.6rem;
   
}
.contact-left h2{
    font-size: 1.5rem;

}
.stripe1 {
  background-color: #515151;
  width: 80px;
}
.rotate{
    font-size: 13px;

}
.stripe2{
    width: 40px;

}
.contact-split {
    max-height: 400px;

}
.contact__item{


}
.contact-right {
    font-size: 0.8rem;
    line-height: 2;
}












}
@media (max-width:600px) {

.nav__item img{
    width: 130px;
}
.nav__item__tel {
  padding: 8px;
  margin-left: 20px;
  font-size: 14px;
  margin: 10px;
}
.welcome-list2{
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    color: black;
    padding: 0 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 60%;
    max-width: 400px;
}
.sluzby-title{
    font-size:30px ;
}
.sluzby__subtitle{
    font-size: 14px;
}
.footer__list1 img{
    width: 60px;
}
.footer__list3__item a {
    width: 100%;
    padding: 4px;
    font-size: 15px;
}
.footer__list2__text {
    font-size: 9px;
}
.footer__list2__title {
    font-weight: bold;
    line-height: 1.9;
    font-size: 16px;
}
.footer__list4 {
    font-size: 10px;
}   
.footer__list5__item {
    font-size: 10px;
}
.footer__list5__item a i{
    font-size: 12px;
}
.footer__hover__icon {
    width: 27px;
    height: 27px;
}
.footer__list3__item a {
    width: 100%;
    padding: 3px;
    font-size: 12px;
}





.container{
    width: 95%;

}







.promo__text {
    font-size: 18px;
    width: 75%;
}
.promo__number {
    font-size: 150px;
    color: white;
}
.promo__text {
    font-size: 19px;
}
.promo-block{
    padding: 60px 0;

}
.promo__icon {
  margin-bottom: 20px;
  
}
.promo-list{
    margin-bottom: 60px;

}
.promo__icon i {
    width: 120px;
    height: 120px;
    font-size: 50px;
    margin-bottom: 10px;
}
.promo .container{
    width: 99%;

}
.promo-block{
    flex-direction: column;


}





.projects__text{
    font-size: 32px;

}
.project__item{
    

}














.parallax__content h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.parallax__content p{
    font-size: 0.9rem;

}
.parallax__overlay{

}










.plus__item {
    font-size: 16px;
}
.plus-counter {
    margin-right: 40px;
}
 .plus__counter, .plus__year, .counter {
    font-size: 18px;
}
.plus__dodatek{
    font-size: 17px;

}
.stars i{
    font-size: 16px;

}
.trofej{
    font-size: 120px;

}






.contact-left{
    padding: 1.6rem;
   
}
.contact-left h2{
    font-size: 1.3rem;

}
.stripe1 {
  background-color: #515151;
  width: 80px;
}
.rotate{
    font-size: 11px;

}
.stripe2{
    width: 40px;

}
.contact-split {
    max-height: 400px;

}
.contact__item{


}
.contact-right {
    font-size: 0.6rem;
    line-height: 2;
    margin: 0;
}










.zed-list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 55%;
    justify-content: center;
    align-items: first baseline;
    flex-direction: column;
}
.zed-lead {
    width: 95%;
}











}
@media (max-width:500px) {

.sluzby__item {
  height: 450px;
  width: 250px;
  margin: 15px;
}
.sluzby__title {
    text-align: center;
    font-size: 22px;
}
.sluzby__text{
    margin-top: 0px;
    font-size: 17px;
}
.sluzby__name{
    font-size: 17px;
}
.nav__item img{
    width: 180px;
}
.nav__item__tel {
  padding: 8px;
  margin-left: 20px;
  font-size: 16px;
  margin: 10px;
}
.nefunguje{
    display: block;
}
.funguje{
    display: none;

}
.nav-block {
    justify-content: space-between;
}
.welcome-list2{
    font-size: 15px;
    text-align: center;
    text-shadow: none;
    color: black;
    width: 90%;
    line-height: 1.55;
    padding: 0 90px;
}
.footer__list1 img{
    width: 45px;
}
.footer__list3__item a {
    width: 100%;
    padding: 2px;
    font-size: 15px;
}
.footer__list2__text {
    font-size: 9px;
}
.footer__list2__title {
    font-weight: bold;
    line-height: 1.9;
    font-size: 16px;
}
.footer__list4 {
    font-size: 10px;
}   
.footer__list5__item {
    font-size: 10px;
}
.footer__list5__item a i{
    font-size: 12px;
}
.footer__hover__icon {
    width: 27px;
    height: 27px;
}
.footer__list3__item a {
    width: 100%;
    padding: 2px;
    font-size: 10px;
}
 .footer__list1 {
    width: 100px;
}   
.footer .container{
    max-width: 1500px;
    width: 99%;
    margin: 0 auto;

}
footer{
    padding-top: 70px;
    padding-bottom: 70px;
}
.promo-block{
    flex-direction: column;

}









.havar__title{
    font-size: 45px;

}
.havar__title::after{
    width: 270px;

}
.havar-block{
    margin: 0;

}
.havar__item__number{
    
}
.havar__text{
    font-size: 15px;
    max-width: 200px;
}

.about__img img {
    width: 450px;
    height: 300px;
    object-fit: contain;
}
.about__img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;

}
.about__btn {
    padding: 14px;
    font-size: 17px;
}



.sluzby__subtitle {
    font-size: 13px;
}







.ask-block{
    padding: 30px;

}
.ask__btn{
    font-size: 22px;

}





.price-list{
    padding-left: 0;

}







.projects__text{
    font-size: 27px;

}
.projects__item{
    height: 300px;

}
.projects__title{
    font-size: 42px;

}









.contact-left{
    padding: 1rem;
   
}
.contact-left h2{
    font-size: 1.3rem;

}
.stripe1 {
  background-color: #515151;
  width: 80px;
}
.rotate{
    font-size: 11px;

}
.stripe2{
    width: 40px;

}
.contact-split {
    max-height: 400px;

}
.contact__item{


}
.contact-right {
    font-size: 0.6rem;
    line-height: 2;
    margin: 0;
    padding: 1.5rem;
}











.ins__item {
    width: 95%;
    font-size: 14px;
}
.ins-title {
    font-size: 2rem;
    margin-bottom: 15px;
}
.modal-bgc{
    font-size: 40px;

}
.modal__service-title{
    font-size: 40px;

}
.modal__service__back{
    font-size: 20px;

}












}
@media (max-width:450px) {

.nav__item img{
    width: 180px;
}
/*.nav__logo1{
    display: none;
}*/
.nav__logo2{
    width: 180px;
}
.nav__item img{
    width: 150px;
}
.welcome{
    display: none;
}
.slide{
    height: 100vh;
}
.header-cover{
    height: 100vh;
}
.footer__list3{
    display: none;

}
.footer__list5__item{
    
}
.smazat{
    display: none;

}





.parallax__content{
    padding: 0;
}
.parallax__content h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.parallax__content p{
    font-size: 0.9rem;

}
.parallax__overlay{
    

}












.plus__item {
    font-size: 14px;
}
.plus-counter {
    margin-right: 20px;
}
 .plus__counter, .plus__year, .counter {
    font-size: 16px;
}
.plus__dodatek{
    font-size: 15px;

}
.stars i{
    font-size: 14px;

}
.trofej{
    font-size: 100px;

}








.contact-left{
    padding: 1rem;
   
}
.contact-left h2{
    font-size: 1rem;

}
.stripe1 {
  background-color: #515151;
  width: 50px;
}
.rotate{
    font-size: 8px;

}
.stripe2{
    width: 25px;

}
.contact-split {
    max-height: 200px;

}
.contact__item{


}
.contact-list{
    margin-bottom: 15px;


}
.contact-right {
    font-size: 0.6rem;
    line-height: 2;
    margin: 0;
    padding: 1.5rem;
}








.gallery a img {
  width: 200px;
  height: 180px;
  object-fit: cover;
  border: 2px solid black;
  box-shadow: 1.5px 1.5px 8px black;
  margin: 10px;
}





}
@media (max-width:400px) {

.nav__item img{
    width: 140px;
}
.nav__item__tel {
  padding: 8px;
  margin-left: 20px;
  font-size: 13px;
  margin: 10px;
}
.nav__item img{
    width: 130px;
}
    



.ask-block{
    padding: 20px;

}
.ask__btn{
    font-size: 18px;

}






.price-title{
    font-size: 25px;

}
.price__title{
    font-size: 18px;

}
.price__text {
    font-size: 18px;
    padding-bottom: 6px;
}





.minus__text{
    font-size: 15px;

}











.plus__item {
    font-size: 11px;
}
.plus-counter {
    margin-right: 10px;
}
 .plus__counter, .plus__year, .counter {
    font-size: 16px;
}
.plus__dodatek{
    font-size: 15px;

}
.stars i{
    font-size: 14px;

}
.trofej{
    font-size: 80px;

}
.plus__dodatek{
    margin-top: 10px;

}










.contact-left{
    padding: 1rem;
   
}
.contact-left h2{
    font-size: 1rem;

}
.stripe1 {
  background-color: #515151;
  width: 50px;
}
.rotate{
    font-size: 8px;

}
.stripe2{
    width: 25px;

}
.contact-split {
    max-height: 200px;

}
.contact__item{


}
.contact-list{
    margin-bottom: 15px;


}
.contact-right {
    font-size: 0.6rem;
    line-height: 2;
    margin: 0;
    padding: 1rem;
}
.contact-list i {
  padding-right: 25px;
  font-size: 15px;
}








.ins__item {
    width: 95%;
    font-size: 12px;
}
.ins-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.modal-bgc{
    font-size: 30px;

}
.modal__service-title{
    font-size: 30px;

}
.modal__service__back{
    font-size: 17px;

}
.ins-lead{
    font-size: 0.7rem;

}
.ins-text {
  font-size: 0.7rem;
  color: #333;
}
.ins__title{
    font-size: 23px;

}






.zam-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}







.gallery {
  width: 100%;
}
.zed-section{
    padding: 0;

}


.about-title{
    font-size: 30px;
    
}




}
@media (max-width:350px) {

.nav__item img{
    width: 110px;
}
.nav__item__tel {
  padding: 10px;
  margin-left: 10px;
  font-size: 15px;
}
.nav__item img{
    width: 130px;
}
.text__title{
    font-size: 32px;
}
.text__text{
    font-size: 12px;

} 
.footer__list5{
    min-width: 150px;
}
.footer__list4 {
    font-size: 10px;
    padding-right: 5px;
}
 .footer__list1 {
    width: 55px;
}





.havar__title{
    font-size: 32px;

}
.havar__title::after{
    width: 200px;
    height: 1.5px;
}
.havar-block{
    margin: 0;

}
.havar__text{
    font-size: 13px;
    max-width: 180px;
}
.havar-arrow svg {
    width: 120px;
    margin-top: 70px;
    margin-bottom: 30px;
    
}
.havar__item__number {
  font-size: 45px;
  width: 75px;
  height: 75px;
  border: 1px solid black;
  
}





.about__text{
    font-size: 11px;

}
.about-title{
    font-size: 24px;
    
}




.sluzby__item {
    height: 375px;
    width: 220px;
    margin: 10px;
}






.ask-block{
    padding: 20px;

}
.ask__btn{
    font-size: 16px;
}







.price-title{
    font-size: 22px;

}
.price__title{
    font-size: 16px;

}
.price__text {
    font-size: 16px;
    padding-bottom: 5px;
}





.mezera{
    font-size: 12px;

}









.minus__text{
    font-size: 12px;

}
.minus__btn {
    padding: 11px;
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 20px;
}





.projects__text{
    font-size: 20px;

}
.projects__item{
    height: 250px;

}
.projects__title{
    font-size: 37px;

}













.plus__item {
    font-size: 9px;
}
.plus-counter {
    margin-right: 5px;
}
 .plus__counter, .plus__year, .counter {
    font-size: 14px;
}
.plus__dodatek{
    font-size: 13px;

}
.stars i{
    font-size: 12px;

}
.trofej{
    font-size: 60px;

}
.plus__dodatek{
    margin-top: 9px;

}















.contact-left{
    padding: 1rem;
   
}
.contact-left h2{
    font-size: 1rem;

}
.stripe1 {
  background-color: #515151;
  width: 50px;
}
.rotate{
    font-size: 8px;

}
.stripe2{
    width: 25px;

}
.contact-split {
    max-height: 200px;

}
.contact__item{


}
.contact-list{
    margin-bottom: 15px;


}
.contact-right {
    font-size: 0.45rem;
    line-height: 2;
    margin: 0;
    padding: 0.3rem;
}
.contact-list i {
  padding-right: 25px;
  font-size: 15px;
}














.top-lead{
    font-size: 0.8rem;

}
.top-text{
    font-size: 0.8rem;

}











.modal__service-text{
    font-size: 12px;

}
.plyn-section{
    margin-top: 25px;

}








.zed-list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: center;
    align-items: first baseline;
    flex-direction: column;
}
.zed-lead {
    width: 95%;
}






}
@media (max-width:300px) {

.nav__item img{
    width: 100px;
}
.nav__item__tel {
  padding: 6px;
  margin-left: 10px;
  font-size: 11px;
}
.nav__item img{
    width: 120px;
}
.havar__text{
    font-size: 10px;
    padding-right: 10px;
}






.about__btn {
    padding: 12px;
    font-size: 15px;
}
.about-title{
    font-size: 21px;
    
}








.ask__btn{
    font-size: 14px;
}








.price-title{
    font-size: 20px;

}
.price__title{
    font-size: 11px;

}
.price__text {
    font-size: 11px;
    padding-bottom: 4px;
}




.contact-left h2 {
    font-size: 0.7rem;
  }
.contact-right {
    font-size: 0.4rem;
    line-height: 2;
    margin: 0;
    padding: 0.3rem;
}
.contact-list i {
    padding-right: 10px;
    font-size: 15px;
} 

}
@media (max-width:250px) {




    

}

@media (max-height:800px) and (max-width: 450px) {
.slide__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  height: 750px;
}



    

}



.slick-list{
    height: 100%;

}


























/********************************cookies banner (OPRAVENO)****************************/

/* Kontejner pro mapu */
.map-container {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5; /* Pozadí, aby to neblikalo */
}

/* Placeholder (to šedé pole s textem) */
.map-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    padding: 20px;
    position: absolute; /* Aby překryl iframe */
    top: 0;
    left: 0;
    z-index: 10;
}

.map-placeholder h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}

.map-placeholder p {
    margin-bottom: 20px;
    max-width: 600px;
}

.map-placeholder button {
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #1D4ED8; /* Modrá InstalPraha */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.map-placeholder button:hover {
    background-color: #153db0;
}

/* Samotný Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: white;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    /* Z-index musí být vyšší než patička, ale pozor na navigaci */
    z-index: 999999; 
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    display: none; /* JS to přepne na block */
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookie-text {
    font-size: 14px;
    line-height: 1.5;
}

.cookie-text p {
    margin-bottom: 10px;
    color: #eee;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: white;
}

.cookie-btn-primary {
    background-color: #27ae60;
}

.cookie-btn-primary:hover {
    background-color: #229954;
}

.cookie-btn-secondary {
    background-color: #e74c3c;
}

.cookie-btn-secondary:hover {
    background-color: #c0392b;
}

.cookie-btn-link {
    background-color: transparent;
    color: #3498db;
    padding: 8px 16px;
}

.cookie-btn-link:hover {
    background-color: rgba(52, 152, 219, 0.1);
}

/* Responzivita pro banner */
@media (max-width: 768px) {
    .cookie-content {
        padding: 0 10px;
    }
    
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cookie-btn {
        width: 100%;
        margin: 5px 0;
    }
}
/* --- KOMPAKTNÍ VERZE PRO MOBILY A TABLETY --- */
@media (max-width: 950px) {
    /* Zmenšení hlavního obalu */
    .cookie-banner {
        padding: 10px 15px !important;
    }

    /* Zmenšení textu */
    .cookie-text p {
        font-size: 11px !important;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .cookie-text strong {
        font-size: 13px;
    }

    /* Úprava rozložení tlačítek */
    .cookie-buttons {
        flex-direction: row !important; /* Vynutíme tlačítka vedle sebe */
        flex-wrap: wrap; /* Pokud se nevejdou, zalomí se */
        gap: 8px !important;
        width: 100%;
        margin-top: 5px;
    }

    /* Zmenšení samotných tlačítek */
    .cookie-btn {
        padding: 6px 12px !important; /* Menší vnitřní okraj */
        font-size: 12px !important;   /* Menší písmo */
        width: auto !important;       /* Zrušíme 100% šířku */
        flex: 1;                      /* Tlačítka se rovnoměrně podělí o místo */
        margin: 0 !important;         /* Odstraníme staré marginy */
        min-width: 80px;              /* Aby nebyla moc úzká */
        white-space: nowrap;          /* Text v tlačítku na jeden řádek */
    }

    /* Odkaz "Více o cookies" uděláme méně nápadný */
    .cookie-btn-link {
        flex: 0 0 auto; /* Nebude se roztahovat */
        padding: 6px 10px !important;
        font-size: 11px !important;
    }
}

/* ===================== SLUŽBY – MODERN CLEAN CARDS (OVERRIDE) ===================== */
:root{
  --brand-blue: #1D4ED8; /* používáš na webu už teď */
  --text: #0f172a;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.08);
}

/* Sekce služeb – bílé pozadí */
.sluzby{
  position: relative;
  width: 100%;
  padding: 110px 0;
  background: #fff;
  overflow: visible;
}

/* Vypnout staré pozadí/overlay (když tam někde je) */
.sluzby::before{ display:none !important; }

/* Header */
.sluzby-header{
  text-align:center;
  max-width: 850px;
  margin: 0 auto 60px auto;
}

.sluzby-title{
  font-size: 48px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sluzby__subtitle{
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-style: normal; /* méně “retro” než italic */
}

/* Grid karet */
.sluzby-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  align-items: stretch;
}

/* Wrapper odkaz (u jedné karty ho máš jako <a>) */
.sluzby__card-link{
  text-decoration:none;
  color: inherit;
  display: block;
}

/* Karta */
.sluzby__card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(2, 6, 23, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display:flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.sluzby__card:hover{
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(29, 78, 216, 0.16);
  border-color: rgba(29, 78, 216, 0.22);
}

/* Obrázek */
.card__image-holder{
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.card__image-holder img{
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s ease;
}

.sluzby__card:hover .card__image-holder img{
  transform: scale(1.08);
}

/* Jemný gradient pro “premium” look */
.card__image-holder::after{
  content:"";
  position:absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,6,23,.35), rgba(2,6,23,0) 55%);
  opacity: .9;
  pointer-events:none;
}

/* Content */
.card__content{
  position: relative;
  padding: 40px 24px 24px 24px;
  display:flex;
  flex-direction: column;
  flex-grow:1;
}

/* Ikona – “floating” chip (lepší než retro velký kruh) */
.card__icon{
  position:absolute;
  top: 8px;
  left: 22px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.95);
  color: #fff;
  display:flex;
  align-items:center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.25);
  border: 1px solid rgba(255,255,255,.35);
}

.card__icon i{ font-size: 18px; }

/* Nadpis + text */
.card__title{
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.card__desc{
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
  flex-grow: 1;
}

/* Modrý micro-text + šipka na hover */
.card__link{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  opacity: .92;
  transition: opacity .2s ease, transform .2s ease, color .2s ease;
}

.card__arrow{
  opacity: 0;
  transform: translateX(-8px);
  transition: transform .25s ease, opacity .25s ease;
  font-size: 13px;
}

.sluzby__card:hover .card__link{
  opacity: 1;
  transform: translateX(2px);
  color: #153db0;
}

.sluzby__card:hover .card__arrow{
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 1100px){
  .sluzby-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 500px){
  .sluzby{ padding: 70px 0; }
  .sluzby-title{ font-size: 34px; }
  .sluzby-list{ grid-template-columns: 1fr; }
  .card__image-holder{ height: 200px; }
}






















































































