html, body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 70px; /* height of sticky header */
}

.logo {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.logo img {width: 230px;}

.site-header {
  background: url(/assets/hlbg3.webp?v=3);
  background-position: top;
  background-size: cover;

}

.site-header h1 {
font-size: 45px;
font-weight: 400;
color: #ffffff;
}



p.lead {
  font-size: 16px;
}

.site-header p.lead {color:white;}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}

.btn.modry {background: #57b5bf;color: white;}
.btn.modrytm {background: #4D80D9;color: white;}
.btn.bily {background: white; color:black;}
.btn.cerny {background: black; color:white;}
.btn:hover {background: #ccc;}

.modra {color:#57b5bf;}
.modratm {color:#4d80d9 !important;}

.subnadpis {
  font-size: 16px;
}

select:invalid { color: gray; }

h2 {
  font-size: 30px;
}

.bright {
  border-right: 1px solid rgba(112,112,112,0.2 );
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 234px 0 43px 600px;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  position: absolute;
  left: -25px;
  bottom: 0px;
  z-index: -1;
}

.triangle2 {
width: 0;
height: 0;
border-style: solid;
border-width: 234px 600px 43px 0;
border-color: transparent #f5f5f5 transparent transparent;
-webkit-transform: rotate(8deg);
transform: rotate(8deg);
position: absolute;
right: -25px;
top: 0px;
z-index: -1;
}

.triangle3 {
  width: 0;
height: 0;
border-style: solid;
border-width: 0 0 130px 700px;
border-color: transparent transparent #4d80d9 transparent;
position: absolute;
right: 0px;
bottom: 0px;
z-index: -1;
}

.triangle4 {
width: 0;
height: 0;
border-style: solid;
border-width: 130px 700px 0 0;
border-color: #57b5bf transparent transparent transparent;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}

.bluebox {
  border-radius: 5px;
background: #4d80d9;
color: white;
padding: 40px 30px;
height: 100%;
}

.bluebox p {margin: 0;}

ul.plusy {list-style: none;padding-left: 3rem;}
ul.plusy li {position: relative;margin-bottom: 16px;}
ul.plusy li::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/assets/plus.png);
  display: block;
  position: absolute;
  left: -3rem;
  top: -2px;
}

.borderbox {
  border-color: rgba(0,0,0,0.4 );
border-width: 1px;
border-style: solid;
border-radius: 5px;
padding: 15px;
}

.parametry p span {color:gray;}

.hvezdy {
  position: relative;
  top: 10px;
}

.viceinfo {padding: 0 20px;text-align: center;min-height: 140px;}
.viceinfo h6 {font-size: 14px;}
.viceinfo p, p.mensi {font-size: 14px;color:gray;}

.tmavypruh {
  background-image: url(/assets/obr3.webp?v=2);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.form-nabidka {
  background: #57b5bf;
  padding: 4rem 0;
}

#formular {
  background: #57b5bf;
  color:white;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    top: 15%;
    box-shadow: 7px 7px 12px 1px rgba(0,0,0,0.1);
    overflow: hidden;

}

.slide2 {
  position: absolute;
  padding: 0;
  top: 0%;
  width: 100%;
  right: -115%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.slide2 .content {
  background: #57b5bf;
  height: 100vh;
}
.slide2.open {
  right: 0%;
}

.form-check-input {
  border: 1px solid #3e8991;
  cursor: pointer;
}
.form-check-input:checked[type=radio], .form-check-input:hover[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%234d80d9'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #ffffff;
  border-color: #3e8991;
}

.dlaz {border: 1px solid white;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
cursor: pointer;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dlaz img {padding: 0px 5px;}

  .dlaz.check, .dlaz:hover {
    border: 1px solid #4d80d9;
    background: #4d80d9;
  }

.grecaptcha-badge {z-index: 22;bottom: 130px !important;}

input[type='text'],input[type='email'],input[type='tel'] {padding: 15px 15px;width: 100%;color:black;font-size: 14px;    border: 1px solid #ccc;
  border-radius: 5px;font-weight: 500;}

  select {padding: 15px 15px;width: 100%;color:black;font-size: 14px;    border: 1px solid #ccc;
    border-radius: 5px;font-weight: 500;}

p.stredni {
  font-size: 18px;
}

p.mensi {
  font-size: 14px;
}

.accordion-flush .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 18px;
}
.accordion-button:focus {border:0px;box-shadow: none;}
.accordion-button:not(.collapsed) {
  color: #000000;
    background-color: #f7f7f7;
    box-shadow: none;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: none;
}

.carousel-one .carousel-control-next-icon, .carousel-one .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-one .carousel-control-next, .carousel-one .carousel-control-prev {
  width: 5%;
}

.trl19 {
  -webkit-transform: rotate(19deg);
  transform: rotate(19deg);
  left: -65px;
}

.trl19 {
  -webkit-transform: rotate(19deg);
  transform: rotate(19deg);
  left: -65px;
}

.trp19 {
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  right: -100px;
  top: -110px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
 }


.graybox {
  border-radius: 5px;
  text-align: center;
  padding: 55px 40px;
  background-color: #f6f6f6;
height: 100%;
min-height: 430px;
}

.graybox img {
  height: 100px;
    width: 90%;
    object-fit: scale-down;
    margin-bottom: 20px;
}

footer {
  background-image: url(/assets/footer_lama.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 90px 0px;
}

footer a {color:white;text-decoration: none;}
footer a:hover {color:#ccc}

.social a {padding: 0 5px;}

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.navbar {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

#mainNav.header-scrolled {
  background: rgba(0,0,0,.85);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
  background: #57b5bf;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.navbar-toggler:focus {box-shadow: none;}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top:-7px;
    z-index: 1;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  background: #4d80d9;
}

input[type="range"]::-webkit-slider-thumb:active {
background: #4d80d9;
}

#spotrebarange {
  background: #dee2e6;
  border-radius: 20px;
  height: 10px;
   }

   .krok {text-align: center;position: relative;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
  }

   .krok::before {
    content: "";
    background-color: #3e929b;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 48%;
    left:0px;
    z-index:0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
   }

   .krok span {
    position: relative;
    z-index: 2;
    background: #3e929b;
    color: #57b5bf;
    font-size: 24px;
    padding: 8px;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
   }

   .krok.done span {
    background: white;
   }
   .krok.done::before{
    background: white;
   }

@media (max-width: 767px) {
 .carousel-one .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-one .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
  .carousel-one .carousel-control-next, .carousel-one .carousel-control-prev {
    width: 45px;
  }
}

.carousel-one .carousel-inner .carousel-item.active,
.carousel-one .carousel-inner .carousel-item-next,
.carousel-one .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-one .carousel-inner .carousel-item-end.active,
  .carousel-one .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-one .carousel-inner .carousel-item-start.active,
  .carousel-one .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-one .carousel-inner .carousel-item-end,
.carousel-one .carousel-inner .carousel-item-start {
transform: translateX(0);
}


.containerchck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerchck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
left:0px
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid #246b72;
  border-radius: 4px;
  color:black;
}

/* On mouse-over, add a grey background color */
.containerchck:hover input ~ .checkmark {
  background-color: #e0e0e0;
}

/* When the checkbox is checked, add a blue background */
.containerchck input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerchck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerchck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.ribbon-corner.ribbon-fold {
  margin: -0.34em;
  text-align: center;
  font-weight: bold;
}

 .ribbon-corner {
  background-color: #198cd2;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-clip-path: polygon(0% 100%, 50% calc(100% - (3em + 1em)), 100% 100%, 100% calc(100% + 0.5em), 0% calc(100% + 0.5em));
  clip-path: polygon(0% 100%, 50% calc(100% - (5em + 1em)), 100% 100%, 100% calc(100% + 0.5em), 0% calc(100% + 0.5em));
  transform: rotate(-45deg) translateY(calc(6em - 100%)) translateX(-50%) !important;
  transform-origin: 0% 0% !important;
  width: calc( (5em + 1em) * 2);
  height: 2em;
  line-height: 32px;
}

.ribbon-corner.ribbon-fold:before {
  --tor-ribbon-fold-polygon: polygon(0% -10px, 100% -10px, 100% 100%, calc(100% - 0.5em - 10px) -10px, calc(0.5em + 10px) -10px, 0% 100%);
  background-color: inherit;
  filter: brightness(50%);
  -webkit-clip-path: var(--tor-ribbon-fold-polygon);
  clip-path: var(--tor-ribbon-fold-polygon);
  content: "";
  position: absolute;
  bottom: calc(-0.5em + 1px);
  left: 0;
  width: 100%;
  height: 0.45em;
  z-index: -1;
}


.accordion-button:not(.collapsed) {
  color: white;
  background-color: #57b5bf;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
 }

 .accordion-button {
  font-size: 18px;
    font-weight: 600;
    padding: 25px;
 }

 .accordion-button:hover {
  background:#57b5bf;
  color:white;
 }

@media (max-width: 1400px) {
 .viceinfo.vi {min-height: 180px;}
  }


@media (max-width: 1200px) {
.hvezdy img {width: 25px;}
.triangle3 {display: none;}
.viceinfo.vi {
  min-height: 200px;
}
}


@media (max-width: 991px) {
  #formular {top:0px}
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
  }
  #navbarResponsive {
    background: rgba(0 ,0 ,0 , 0.90);
  }
  .site-header h1 {
    font-size: 40px;
}
.viceinfo {margin-top: 0px;min-height: auto;}
.hvezdy img {width: 45px;}

.site-header h5 {
  font-size: 15px;
  }
  .site-header h1 {
    margin: 15% 0px;
  }
}


@media (max-width: 768px) {
.borderbox img {max-width: 150px;}
.tmavypruh {padding: 70px 0;}
}

@media (max-width: 575px) {
  .dlaz {flex-direction: row;justify-content: flex-start;}
  .site-header h1 {font-size: 30px;}
  }