*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: Raleway;
  line-height: 150%;
  font-size: 15px;
}

html,body{
  width: 100%;
}

.vrch{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 65px;
  background-color: #03b0dd;
  z-index: 9999;
  border-bottom: 1px solid #03b0dd;
}

.vrch_logo{
  position: relative;
  left: 15px;
  top: 20px;
  height: 30px;
}

.menu{
  position: absolute;
  top: 17px;
  right: 20px;
}

.menu a{
  display: block;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
  font-size: 14px;
}

.menu a:hover{
  color: #f47421;
  text-decoration: underline;
}

.menu a.shop_button{
  background-color: #f47421;
  border-radius: 5px;
  margin: 0px 10px;
}

.menu a.shop_button:hover{
  background-color: white;
  text-decoration: none;
}

.main_frame{
  position: relative;
  width: 100%;
  height: calc(100% / 1.77);
  max-height: calc(100vh - 65px);
  margin-top: 65px;
  background-color: #03b0dd;
}

.background-video{
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit: cover;
  max-height: calc(100vh - 65px);
}

.products{
  padding-top: 65px;
}

.index_b{
  width: 100%;
  display: table;
  clear: both;
  padding: 10vw 0px;
}
.index_cont{
  width: 100%;
  display: table-row;
}

.index_b_text{
  width: 50%;
  padding: 0% 5% 0% 5%;
  display: table-cell;
  vertical-align: middle;
}

.index_b_text h1{
  font-size: 2.2vw;
  font-weight: 600;
  padding-bottom: 5%;
}
.index_b_text p{
  font-size: 1vw;
  font-weight: 300;
}

.index_b_img{
  width: 50%;
  display: table-cell;
}

.index_b_img img{
  max-width: 85%;
  margin: 0% 5% 0% 10%;
  display: block;
}

.index_b2_img{
  display: none;
}
.index_b2_img img{
  display: none;
  max-width: 85%;
  margin: 0px auto 20px auto;
  display: block;
}

.fl_right .index_b_text{
  float: right!important;
}

.index_b_btn{
  display: block;
  color: white;
  font-size: 20px;
  background-color: #f47421;
  font-weight: 500;
  text-decoration: none;
  width: 140px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
  margin-top: 5%;
  border-radius: 6px;
}

.index_b_btn:hover{
  background-color: white;
  color: #f47421;
}

.inv{
  background-color: #03b0dd;
  color: white;
}

.odkaz_line{
  display: block;
  width: 100%;
  font-size: 1.4vw;
  background-color: #f47421;
  text-align: center;
  padding: 2vw;
  text-decoration: none;
  letter-spacing: 1px;
  color: white;
  font-weight: 500;
}

.odkaz_line:hover{
  text-decoration: underline;
}

.kontakt{
  padding: 5vw;
  background-color: #03b0dd;
}

.kontakt_blok{
  float: left;
  width: 28vw;
  color: white;
  font-size: 1.1vw;
}

h2{
  font-size: 20px;
}

.both{
  clear: both;
}

.chc_pata{
  width: 25vw;
}
.chc_pata2{
  width: 25vw;
}

.kontakt_blok h2{
  font-size: 1.5vw;
}