@font-face { font-family: "Noto"; src: url("/fonts/NotoSans-Black.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap;}
@font-face { font-family: "Noto"; src: url("/fonts/NotoSans-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap;}
@font-face { font-family: "Noto"; src: url("/fonts/NotoSans-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap;}
@font-face { font-family: "Noto"; src: url("/fonts/NotoSans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap;}
@font-face { font-family: "Noto"; src: url("/fonts/NotoSans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap;}
/*
@font-face { font-family: "Poppins"; src: url("/fonts/Poppins-800.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap;}
@font-face { font-family: "Poppins"; src: url("/fonts/Poppins-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap;}
@font-face { font-family: "Poppins"; src: url("/fonts/Poppins-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap;}
@font-face { font-family: "Poppins"; src: url("/fonts/Poppins-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap;}
@font-face { font-family: "Poppins"; src: url("/fonts/Poppins-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap;}
*/
*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "Noto",Sans-serif;
}

html{
  scroll-behavior: smooth;
}

.both{
  clear: both;
}

.logo{
  font-size: 30px;
  color: #ffc600;
}

span.logo_diff{
  color: #3b4859;
}

.menu{
  position: absolute;
  top: 15px;
  right: 10px;
}

.menu_a{
  color: #3b4859;
  text-decoration: none;
  font-variant: all-small-caps;
  padding: 0px 25px;
  font-weight: 300;
  font-size: 16px;
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
  display: inline-block;
}

.menu_a:before {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border-bottom: 1px solid #95b5bf;
	border-left: 0;
	border-right: 0;
}

.menu_a:hover{
  color: #95b5bf;
}

.menu_a:hover:before {
	left: 0;
	width: 100%;
}

.menu_b{
  color: #3b4859;
  text-decoration: none;
  font-variant: all-small-caps;
  padding: 0px 25px;
  font-weight: 300;
  font-size: 16px;
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
  display: inline-block;
}

.menu_b:before {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border-bottom: 1px solid #95b5bf;
	border-left: 0;
	border-right: 0;
}

.menu_b:hover{
  color: #95b5bf;
}

.menu_b:hover:before {
	left: 0;
	width: 100%;
}

.menu_img{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  display: none;
}

.uvod{
  max-width: 1300px;
  margin: 10px auto 0px auto;
}

.uvod h1{
  color: #95b5bf;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-top: 8vw;
}
.nadpis_2{
  color: #3b4859;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  margin: 10px 0px 20px 0px;
}
.nadpis_3{
  color: #3b4859;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
}

.nadpis_4{
  font-size: 35px;
  color: #3b4859;
  font-weight: 600;
  text-align: center;
  padding: 5px 0px 30px 0px;
}
.nadpis_5{
  color: #95b5bf;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}

.uvod_img_cont{
  margin-top: 10vw;
}

.uvod_img_cont img{
  width: 58%;
}

.uvod_img_text{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  background-color: #95b5bf;
  padding: 45px 50px;
  font-weight: 400;
  line-height: 160%;
  font-size: 15px;
  color: #fff;
}

.odkaz_sipka{
  height: 50px;
}

.odkaz_sipka_arr{
  border: 1px solid #fff;
  border-radius: 30px;
  height: 34px;
  width: 34px;
  display: inline-block;
  transition: all 0.2s;
  background-color: #ffffff;
}

.odkaz_sipka_arr i{
  width: 9px;
  height: 9px;
  border-right: 1px solid #748a91;
  border-top: 1px solid #748a91;
  position: absolute;
  top: 11px;
  left: 10px;
  transform: rotate(45deg);
  transition: inherit;
}
.odkaz_sipka_arr:after{
  content: '';
  position: absolute;
  transition: inherit;
  width: 8px;
  height: 1px;
  top: 15px;
  left: 11px;
  background: #748a91;
  opacity: 0;
}

.odkaz_sipka_text{
  position: absolute;
  top: -14px;
  left: 40px;
  width: 110px;
  color: #fff;
  transition: inherit;
}

.odkaz_sipka:hover .odkaz_sipka_arr{
  width: 165px;
}
.odkaz_sipka:hover .odkaz_sipka_text{
  color: #748a91;
}

.odkaz_sipka:hover .odkaz_sipka_arr i{
  left: 19px;
}
.odkaz_sipka:hover .odkaz_sipka_arr:after{
  width: 19px;
  opacity: 1;
}

.reseni{
  margin: 20px 0px;
}

.reseni h2{
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 80px auto 40px auto;
  line-height: 160%;
}

.reseni_bloky{
  text-align: center;
}

.blok{
  display: inline-block;
  width: 325px;
  padding: 40px;
  color: white;
  background-color: #95b5bf;
  margin: 0px 21px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  min-height: 380px;
  vertical-align: top;
  line-height: 160%;
  overflow: hidden;
  transition: all .3s linear;
}

.blok:before{
  content: "";
  position: absolute;
  left: 0px;
  height: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all .3s linear;
  transform: skewY(-45deg) translateX(0);
  top: -300px
}

.blok:hover{
  border: 1px solid #95b5bf;
  color: #95b5bf;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px #0000002e;
}

.blok:hover h2{
  color: #95b5bf;
}

.blok:hover:before{
  transform: skewY(-45deg) translateY(900px);
}

.blok h2{
  margin: 0px;
  color: white;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 7px;
}

.blok i{
  font-style: normal;
  padding-right: 5px;
  font-size: 14px;
}

.vyhody{
  margin: 60px auto;
  max-width: 1200px;
}

.vyhody_blok{
  margin-top: 50px;
}

.vyhody_blok img{
  max-width: 500px;
  float: left;
  margin: 20px;
  border-radius: 5px;
}

.vyhody_blok_text{
  padding-top: 20px;
  max-width: 600px;
  float: left;
}

.vyhody_blok_text h1{
  color: #a7d1dc;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.vyhody_blok_text h2{
  font-size: 35px;
  color: #3b4859;
  font-weight: 600;
  padding: 5px 0px 10px 0px;
}

.vyhody_blok_text p{
  font-size: 15px;
  color: #3b4859;
  line-height: 150%;
}

.vbl img{
  margin-right: 40px;
}

.vbr img{
  margin-left: 40px;
}

.kroky{
  max-width: 1200px;
  margin: 0px auto;
}

.kroky_blok{
  min-height: 40px;
  margin: 20px 0px;
}

.krok_bod{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background-color: #95b5bf;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 1px 1px 2px #0000002e;
}

.krok_text{
  line-height: 34px;
  padding-left: 50px;
  font-weight: 300;
  font-size: 16px;
}

.krok_text p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.kroky h2{
  font-size: 35px;
  color: #3b4859;
  font-weight: 600;
  padding: 5px 0px 10px 0px;
  text-align: center;
}

.formular{
  background-color: #eaeaea;
  padding: 60px 20px;
}

.formular label{
  display: none;
}

.formular form{
  max-width: 1200px;
  margin: 0px auto;
}

.form_c1{
  
}
.form_c2{
  width: 100%;
  clear: both;
}
.form_c3{
  width: 100%;
  clear: both;
  text-align: center;
}
.form_c1 input{
  width: 32%;
  padding: 10px 40px;
  border: 1px solid #d7dddf;
  margin-bottom: 10px;
  margin-left: 2%;
  background-size: 18px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-weight: 300;
  font-size: 14.5px;
}
.form_c2 textarea{
  width: 100%;
  border: 1px solid #d7dddf;
  height: 100px;
  resize: vertical;
  background-size: 18px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 6px 40px;
  font-weight: 300;
  font-size: 14.5px;
}
#j1{
  margin-left: 0px;
  background-image: url('/img/ico_2.webp');
}
#e1{
  background-image: url('/img/ico_4.webp');
}
#t1{
  background-image: url('/img/ico_3.webp');
}
#d1{
  margin-left: 0px;
  background-image: url('/img/ico_5.webp');
}
.odeslat{
  margin-top: 15px;
  width: 32%;
  padding: 3px 5px;
  background-color: #95b5bf;
  color: #fff;
  font-weight: 600;
  font-variant: petite-caps;
  line-height: 25px;
  /*border-radius: 5px;*/
  box-shadow: 1px 1px 1px #00000030;
  border: 0px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  transition: all .3s linear;
}
.odeslat::before{
  content: "";
  position: absolute;
  left: 0px;
  height: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all .3s linear;
  transform: skewY(-45deg) translateX(0);
  top: -500px
}

.odeslat:hover{
  letter-spacing: 2px;
  background-color: #95b5bfcc;
}

.odeslat:hover:before{
  transform: skewY(-45deg) translateY(900px);
}

.blog h2{
  font-size: 35px;
  color: #3b4859;
  font-weight: 600;
  padding: 5px 0px 10px 0px;
  text-align: center;
  margin-top: 60px;
}

.kontakt h2{
  font-size: 35px;
  color: #3b4859;
  font-weight: 600;
  padding: 5px 0px 10px 0px;
  text-align: center;
  margin-top: 30px;
}

.kontakt_box{
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  margin: 30px 0px 80px 0px;
}

.blog_cont{
 text-align: center;
 margin: 30px 30px;
}

.blog_box{
  display: inline-block;
  width: 240px;
  /*padding: 40px;*/
  color: #020202;
  background-color: #fff;
  margin: 0px 21px;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  min-height: 380px;
  vertical-align: top;
  line-height: 160%;
  overflow: hidden;
  transition: all .3s linear;
  text-decoration: none;
  border: 1px solid #e0e3e3;
  margin-bottom: 20px;
}

.blog_box h3{
  margin: 0px;
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 7px;
  line-height: 130%;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_box p{
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_img{
  width: 240px;
  height: 240px;  
  background-image: url('/img/blog/captcha.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.2s;
  background-position: center center;
}

.blog_img img{
  width: 240px;
  height: 240px;
  object-fit: cover;
}

.blog_b_c{
  padding: 10px 20px;
}

.odkaz_sipka_2{
  display: block;
  margin-top: 15px;
  left: -13px;
  transition: all 0.2s;
}

.odkaz_sipka_2_arr{
  /*border: 1px solid #fff;*/
  border-radius: 30px;
  height: 34px;
  width: 34px;
  display: inline-block;
  transition: all 0.2s;
  background-color: #fff;
  transition-delay: 0.1s;
}

.odkaz_sipka_2_arr i{
  width: 9px;
  height: 9px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(45deg);
  transition: inherit;
}
.odkaz_sipka_2_arr:after{
  content: '';
  position: absolute;
  transition: inherit;
  width: 8px;
  height: 1px;
  top: 16px;
  left: 11px;
  background: #333;
  opacity: 0;
}

.odkaz_sipka_2_text{
  position: absolute;
  top: 4px;
  left: 40px;
  width: 110px;
  color: #333333;
  transition: inherit;
}

.blog_box:hover{
  background-color: #ffc600;
  box-shadow: 1px 1px 2px 1px #e8e7e7;
}

.blog_box:hover .blog_img{
  opacity: 0.9;
  background-size: 110%;
}
.blog_box:hover .odkaz_sipka_2{
  left: 0px;
}
.blog_box:hover .odkaz_sipka_2_arr{
  width: 165px;
}
.blog_box:hover .odkaz_sipka_2_text{
  color: #333333ff;
}
.blog_box:hover .odkaz_sipka_2_arr i{
  left: 19px;
}
.blog_box:hover .odkaz_sipka_2_arr:after{
  width: 19px;
  opacity: 1;
}

.check_false{
  background-color: #fd8a7e;
}

.form_sended{
  position: fixed;
  top: calc(50% - 60px);
  left: calc(50% - 145px);
  width: 290px;
  height: 120px;
  background-color: #ffc600;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #555;
  padding: 25px;
  z-index: 999;
  text-align: center;
  color: #3b4859;
}

.b_uvod{
  max-width: 1300px;
  margin: 10px auto 0px auto;
}

.b_uvod_cont{
  
}
.b_uvod_text{
  
}
.b_uvod_text h1{
  color: #3b4859;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  margin: 110px 0px 10px 0px;
}

p.perex{
  color: #3b4859;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}

.blog_text{
  padding: 50px 50px;
}

.blog_text img{
  max-width: 100%;
}


.blog_text h1{
  font-size: 33px;
  color: #455160;
  font-weight: 600;
  padding: 10px 0px 20px 0px;
  margin: 0px;
}
.blog_text h2{
  color: #95b5bf;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  margin: 15px 0px 15px 0px;
}
.blog_text h3{
  color: #c6bfbf;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 110%;
  margin: 15px 0px 15px 0px;
}

.b_uvod .teed_list{
  padding: 30px;
}
.b_uvod .teed_list_1{
  list-style-type: disc;
}
.b_uvod .teed_list_2{
  list-style-type: circle;
}
.b_uvod .teed_list_3{
  list-style-type: square;
}
.b_uvod .teed_list_4{
  list-style-type: decimal;
}
.b_uvod .teed_list_5{
  list-style-type: lower-alpha;
}
.b_uvod .teed_list_6{
  list-style-type: upper-alpha;
}
.b_uvod .teed_list_7{
  list-style-type: upper-roman;
}
.b_uvod .teed_list_8{
  list-style-type: none;
}

.teed_aligned{
  padding: 0px;
  margin: 0px;
}
.teed_aligned_left{
  text-align: left;
}
.teed_aligned_center{
  text-align: center;
}
.teed_aligned_right{
  text-align: right;
}
code{
  background-color: #e8e8e8;
  display: block;
  padding: 15px;
  border-radius: 10px;
}

pre{
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}