@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Light.woff2') format('woff2'); font-weight: 100; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Light.woff2') format('woff2'); font-weight: 200; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Regular.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Black.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Black.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Black.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap;}
@font-face {font-family: 'SairaCond'; src: url('../fonts/SairaCond-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap;}

*{
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'SairaCond';
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  letter-spacing: 0.5px;
}

html, body{
  min-height: 100vh;
  background: #222222;
  background: linear-gradient(90deg,rgba(34, 34, 34, 1) 0%, rgba(13, 13, 13, 1) 100%);
}

.both{
  clear: both;
  height: 90px;
}

.page_intro{
  max-width: 100%;
  margin: 0px auto;
}
.page_info{
  max-width: 100%;
  margin: 0px auto;
}

.vrch{
  max-width: 1090px;
  margin: 0px auto;
  height: 67px;
  padding-left: 20px;
}

.vrch a.logo{
  font-size: 55px;
  font-weight: 900;
  color: white;
  text-decoration: none;
}

.vrch .menu_top{
  position: absolute;
  right: 0px;
  top: 33px;
}

.vrch .menu_top a{
  text-decoration: none;
  color: white;
  font-size: 17px;
  margin: 0px 23px;
  display: inline-block;
}

.vrch .menu_top a:hover{
  border-bottom: 1px solid white;
}

.intro_cont{
  background-image: url('/img/intro_image.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 714px;
  margin: 0px auto;
}
.intro{
  height: 714px;
  max-width: 1090px;
  margin: 0px auto;
}
.intro h1{
  position: absolute;
  font-size: 48px;
  font-weight: 900;
  top: 210px;
  left: 50px;
  padding-right: 20px;
}

.sline{
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 250px;
  background-image: url('/img/sline.png');
  background-position: center bottom;
}

.o_nas{
  padding: 20px;
  max-width: 1090px;
  margin: 0px auto;
}

.o_nas h2{
  font-size: 50px;
}
.o_nas h3{
  font-size: 35px;
}

.o_nas p{
  font-size: 26px;
}

.o_nas_loga{
  text-align: center;
  float: left;
  width: 50%;
}

.o_nas_loga img{
  margin: 29px;
}

.o_nas_obsah{
  float: left;
  width: 50%;
}

.reference_cont{
  background-image: url('/img/ref_back.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 680px;
  margin: 0px auto;
}

.reference{
  padding: 20px;
  max-width: 1090px;
  margin: 0px auto;
}

.reference h2{
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
}


.phobo_cont{
  margin: 80px 0px;
  display: inline-block;
}

.fotogalerie_foto_cont{
  width: 33.3%;
  float: left;
  padding: 5px;
  height: 193px;
}

.fotogalerie_foto{
  width: 100%;
  height: 130px;
  object-fit: cover;
  box-shadow: 1px 1px 2px #0000007d;
  cursor: pointer;
}

.fotogalerie_foto:hover{
  filter: contrast(1.2) brightness(1.1);
}

.fotogalerie_galerie_cont{
  width: 275px;
  float: left;
  /*padding: 15px;*/
  margin: 35px;
  border-radius: 5px;
  cursor: pointer;
  height: 365px;
  /*box-shadow: 1px 1px 2px 1px #0000002e;*/
  /*background-color: #fff;*/
}

.fotogalerie_galerie_cont:hover{
  /*background-color: #f3efec;*/
}

.fotogalerie_galerie{
  width: 100%;
  height: 275px;
  object-fit: cover;
  cursor: pointer;
}

.fotogalerie_galerie:hover{
  filter: contrast(1.2) brightness(1.1);
}

.phobo_text{
  font-size: 13px;
  display: block;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.none{
  display: none;
}

.gal_skup{
  position: absolute;
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}

#gal_skup_1{
  display: block;
  opacity: 1;
}

.gal_bubliny{
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
}

.gal_sipka_l{
  width: 29px;
  height: 29px;
  background-image: url('/img/gal_sipka_l.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.gal_sipka_p{
  width: 29px;
  height: 29px;
  background-image: url('/img/gal_sipka_p.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.gal_sipka_l:hover, .gal_sipka_p:hover{
  opacity: 0.4;
}

.gal_bublina{
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  background-color: white;
  margin: 8px 15px;
  cursor: pointer;
  opacity: 0.4;
}

.gal_bublina:hover{
  opacity: 1;
}

.gal_bublina_active{
  opacity: 1;
}

.sluzby_cont{
  background-image: url('/img/sluzby_back.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 680px;
  margin: 0px auto;
}

.sluzby{
  padding: 20px;
  max-width: 1090px;
  margin: 0px auto;
}

.sluzby_cont h2{
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
}

.sluzba{
  float: left;
  width: 50%;
  text-align: center;
  margin: 20px 0px;
}

.sluzba h3{
  font-size: 24px;
  font-weight: 300;
}

.sluzba img{
  width: 80%;
}

.kontakty{
  padding: 20px;
  max-width: 1090px;
  margin: 0px auto;
  font-size: 22px;
}

.kontakty h2{
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
}

.kontakt{
  width: 350px;
  float: left;
  margin-top: 30px;
}

.mapa{
  float: left;
  margin-top: 40px;
  max-width: 677px;
  width: calc(100% - 350px);
}

.mapa img{
  width: 100%;
}

footer{
  height: 40px;
  max-width: 1090px;
  margin: 0px auto;
}

.linka{
  display: inline-block;
  width: calc(50% - 135px);
  border-bottom: 1px solid #999;
  top: -4px;
}

.copy{
  display: inline-block;
  width: 270px;
  text-align: center;
  color: #999;
}
