@font-face {
  font-family: 'Lato-Bold'; src:
  url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Bold.woff') format('woff'),
  url('../fonts/Lato-Bold.ttf')  format('truetype'),
  url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Regular'; src:
  url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Regular.woff') format('woff'),
  url('../fonts/Lato-Regular.ttf')  format('truetype'),
  url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Semibold'; src:
  url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Semibold.woff') format('woff'),
  url('../fonts/Lato-Semibold.ttf')  format('truetype'),
  url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Lato-Light'; src:
  url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Light.woff') format('woff'),
  url('../fonts/Lato-Light.ttf')  format('truetype'),
  url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


body{
  font-family: 'Lato-Regular';
  float:  left;
  height:  100%;
  position:  relative;
  width:  100%;
  min-height:100vh;
}


.ob{
    max-width:1400px;
    margin:0 auto;
}

.ob.min{
  max-width:1200px;
}

.ob.minmin{
  max-width: 820px;
}

.border {
    border-bottom: 1px solid #dcdcdc;
    height: 100px;
}

.top {
    width: calc(100% - 100px);
    float: left;
    padding: 0 50px;
    height: 100px;
}

.logo {
    width: 220px;
    float: left;
    margin: 16px 0;
}

.menu, .lang {
    float: right;
}

.menu {
    width: auto;
    position: relative;
}

.menu ul li {
    display: inline;
    padding: 40px 60px;
    float: left;
    font-family: 'Lato-SemiBold';
}


.menu ul li a{
    color:#000;
    transition:0.3s;
}

.menu .catsy ul li a {
    color: #fff;
}
.menu .catsy ul li a:hover {
    color: #fff;
}

.menu li a.act {
    color: #0054a4;
}

.menu ul li a:hover{
   color: #0054a4;
}

.lang {
    margin: 40px 0 40px 20px;
}

.lang img {
    margin: 0 2px;
}

.obslide {
    width: 100%;
    float: left;
    position: relative;
    height: 30vw;
}

.obslide.prod{
  height: 25vw;
}

div#slide {
  width: 100%;
  float: left;
}

div#slide img {
  width: 100%;
  position: absolute;
}

.kropa {
  background: #0055a2;
  width: 10px;
  height: 10px;
  border+r:;
  float: left;
  margin: 0 10px;
  border-radius: 100%;
  transition: 0.5s;
}

div#pkt {
  position: absolute;
  top: 28vw;
  height: 4px;
  left: calc(50% - 35px);
}


div#desc {
  position: absolute;
  top: 18vw;
  background: rgba(255,255,255,0.8);
  padding: 20px 70px 10px;
  width:35%;
  height: auto;
  font-family: Lato-Light;
}

#desc p {
  font-size: 50px;
  color: #0154a0;
  text-align: right;
}


.tabelka h2 {
    text-transform:  uppercase;
}


#desc p span {
  font-family: Lato-Bold;
  width: 100%;
  float: right;
  font-size: 35px;
  margin-bottom:  -5px;
}

.obslide.prod #desc {
    top: calc(25vw - 150px);
}


a.actlang{
  opacity: 0.5;
  transition:0.5s;
}

a.actlang:hover{
  opacity:1;
}



.volokno-desc,
.contact {
    width: 100%;
    float: left;
    margin: 100px 0;
}

.volokno-desc .left,
.volokno-desc .right,
.volokno-desc h1,
.contact .left,
.contact .right{
    width: calc(50% - 100px);
    float: left;
    margin: 0 50px;
}

.volokno-desc  h1,
.contact h1,
.contact .right h2,
.about h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #004f9f;
    font-family: Lato-Bold;
    margin-bottom: 10px;
}


.action {
    float: left;
    width: auto;
    margin: 20px 0;
    border: 1px solid #0154a4;
}

.action a {
    color: #0154a4;
    padding: 10px;
    float: left;
    width: calc(100% - 20px);
    transition: 0.5s;
}

.action a:hover{
    color:#fff;
    background:#0154a4;
    
}

.volokno-desc  h1{
  width:calc(100% - 100px);
}

.contact .right h2 {
    color: #483e3e;
}


.volokno-desc h1 span,
.contact .left h1 span,
.about h1 span {
    color: #d01d07;
}

.contact h1, .contact .right h2{
  margin-bottom: 30px;
}

.contact h1 span.black{
  color:#483e3e;
}

.volokno-desc .left p, .volokno-desc .right p {
    padding: 10px 0;
    float: left;
    text-align: justify;
}

.volokno-desc .left p.blue {
    color: #5b97d0;
    /* font-family: Lato-Bold; */
}

.volokno-desc .right .x span {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #5b97d0;
    display: block;
    float: left;
    margin-right: 30px;
}


.right .x p {
  width: calc(100% - 38px);
  float: left;
  padding: 0;
  margin-top:-5px;
}

.x {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.footer {
    width: 100%;
    border-top: 1px solid #5b97d0;
    float: left;
    background: rgba(242, 242, 242, 0.7);
}

.footer .inner {
    width: 100%;
    float: left;
}

.footer .inner .left,
.footer .inner .right {
    font-size: 14px;
    width: calc(50% - 100px);
    margin: 50px 50px;
}

.footer .inner .left p {
    width: 100%;
    float: left;
    color: #5b97d0;
    font-family:Lato-Bold;
    line-height: 17px;
}

.footer .inner .left{
    float:left;
}

.footer .inner .right{
    float:right;
}

.footer .inner .right p{
    text-align :right;
    color: #5b97d0;
    line-height: 17px;
}

.footer .inner .right p.hok,
.footer .inner .right p.hok a{
  color: #b9b9b9;
}

.contact .left p {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}

.contact .left iframe {
    width: 100%;
    height: 450px;
    margin-top: 50px;
}


#form,
#form label,
#form label p{
    width: 100%;
    float: left;
}

#form{
    xmargin-top:50px
}

#form label{
    margin-bottom: 10px;
}

#form label input{
    padding:10px;
    width:calc(100% - 20px);
    background:#7fa9d1;
    border:none;
    margin:5px 0;
    float: left;
    color: #fff;
}


#form textarea{
  height: 210px;
  float: left;
  background:#7fa9d1;
  border:none;
  padding: 10px;
  width:calc(100% - 20px);
  font-family: Lato-Regular;
  margin: 5px 0;
  color: #fff;
  xfont-size: 11px;
}

#form button {
    float: right;
    padding: 10px 30px;
    border: 0;
    margin: 10px 0;
    background: #bfd4e9;
    color: #fff;
    font-size: 16px;
    cursor: hand;
    cursor: pointer;
}

.baner{
  width:100%;
  float:left;
}

.baner.ofirmie {
    background: url(../img/ofirmie.png) no-repeat center bottom / cover;
    height: 30vw;
}


.about {
    width: calc(100% - 120px);
    margin: 50px 60px;
    float:left;
}


.baner img{
  width:100%;
}

.about .all {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.about .all p{
    width: 100%;
    float: left;
    text-align:justify;
    padding:10px 0
}

.catsy ul{
    transition: z-index 0.5s step-end, opacity 0.5s linear;
    background: url(../img/trojkat.png) no-repeat center top / contain;
    width: calc(100% - 40px);
    position: absolute;
    background-size: 40px 20px;
    top: 0;
    padding:  20px 0;
}

.menu .catsy ul li {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    font-family: Lato-Light;
    width:calc(100% - 50px);
    padding: 5px 25px;
}

.catsy ul li.main{
  width:100%;
  padding:5px 0;
  font-family: Lato-Semibold;
}

.catsy{
    position: absolute;
    width: 350px;
    background: rgba(0, 84, 162, 0.8);
    left: 20px;
    padding: 0 40px;
    color: #fff;
    opacity: 0;
    z-index: -999;
    transition: z-index 0.5s step-end, opacity 0.5s linear;
    top: 100px;
    height: 560px;
}

.catsy.en{
  height:530px;
}

li.hov:hover .catsy ul{
    opacity: 1;
    z-index:999;
    transition: z-index 0.5s step-start, opacity 0.5s linear;
}

li.hov:hover .catsy{
  z-index:9999;
    transition: z-index 0.5s step-start, opacity 0.5s linear;
    opacity: 1;
}

.soon {
    width: 100%;
    float: left;
    height: calc(100vh - 282px);
    text-align: center;
    display:  flex;
    align-items:  center;
    justify-content:  center;
}

.soon p {
    height: calc(100vh - 250px);
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
    font-size: 30px;
    color: #0453a0;
}


.produkt {
    float: left;
    width: calc(100% - 200px);
    padding: 30px 100px 0 100px;
}


.produkt .opis {
    text-align: justify;
    width: calc(35% - 15px);
    float: left;
    /* margin-right: 15px; */
}

.produkt .tabelka {
    width: calc(65% - 15px);
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

.produkt .opis p {
    margin-bottom: 10px;
}




  
  
.produkt .tabelka.geo {
    width: 760px;
    margin: 0 auto;
    float:none;
}

.produkt .tabelka.geo td.sma {
    width: 130px;
}



table {
    width: 100%;
    float: left;
}


.tabelka td {
    float: left;
    padding: 10px 0;
    font-size: 15px;
    text-align:  left;
}


.tabelka td.big {
    width: 160px;
    padding: 10px 20px;
}

.tabelka td.sma {width: 80px;text-align: center;}

.tabelka tr {
    width: 100%;
    float: left;
    margin: 1px 0;
    background: #f4f8fb;
}

.tabelka h2, .txt h1 {
    font-family: Lato-Bold;
    font-size: 20px;
    padding: 0 0 5px;
    width:  100%;
    float:  left;
}


tr.dark {
    background: #1254a0;
    color: #fff;
    padding: 0 20px;
    width: calc(100% - 40px);
}

tr.first.dark {
    padding: 0;
    width: 100%;
}

.shadow {
    position: absolute;
    right: 0;
    width: 35vw;
    /* background: #ffffff; */
    height: 25vw;
    /* box-shadow: -20px 0px 30px 30px #fff; */
    top:100px;
}
.shadow.black{
	background: none;
	color:#fff;
}

.opis p.bold {
    padding: 15px 40px 10px;
    font-family: Lato-Semibold;
    width:  100%;
    float:  left;
}

.opis li {
    list-style-type: disc;
    color: #5b97d0;
    width: calc(100% - 80px);
    margin: 0 40px;
    font-size: 20px;
    float:  left;
}

.opis li p {
    color: #000;
    font-size: 16px;
}

div#mm,
.toogle {
    display: none;
}


.toogle {
  position: absolute;
  right: 45px;
}

.toogle img {
    width: 70px;
    margin: 15px 0;
    cursor: hand;
    cursor: pointer;
}

div#mm {
    position: absolute;
    top: 100px;
    z-index: 2;
    width: 100%;
    left: 0;
    background: #04549e;
    padding: 10px 0;
}

div#mm li {
    width: calc(100% - 120px);
    padding: 5px 60px;
}

div#mm li a,
div#mm li {
    color: #fff;
}

#mm li.cat {
    width: calc(100% - 115px);
    padding: 5px 15px 5px 100px;
}

#mm li.main {
    width: calc(100% - 160px);
    padding: 5px 80px;
}
.mm ul {
    z-index: -999;
    opacity: 0;
}

.pdf {
    width: calc(100% - 40px);
    float: left;
    margin: 20px;
    /* text-align:  center; */
}

.pdf img {
    width: 50px;
    float: left;
}

.pdf p {
    width: calc(100% - 90px);
    float: right;
    margin: 5px 20px;
    color: #b70000;
}


#error{
  position: fixed;
  width:100%;
  background: #7ea9d2;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition:0.5s;
  text-align: center;
  z-index: -1;
}


div#info {
    font-family: Lato-Light;
}

#info a {
    border: 1px solid #adadad;
    padding: 10px;
    color: #000;
    cursor: hand;
    cursor: pointer;
    transition:0.5s;
}

#info p {
    margin: 20px 0;
    color: green;
}

#info a:hover {
    border: 1px solid #000000;
    color: #adadad
}

#info .ob {
    max-width: 450px;
    margin: 15vh auto 0;
    text-align: center;
}
#info .ob p {
    width: 100%;
    float: left;
    padding: 20px 0;
    line-height:25px;
}



.bg-baner {
    position:  absolute;
    width:  100%;
    height: 30vw;
    background-size: cover !important;
    background-position:center center !important;
}



.bg-bottom {
    position:  absolute;
    right:  0;
    z-index:  -1;
    bottom: 0;
}

.bg-bottom img {
    float:  left;
}

.desc-bg {
    width:  100%;
    float:  left;
    background: url(../img/bg-left-center.jpg) no-repeat;
}
   
  .shadow p {
    height: 25vw;
    display: flex;
    line-height:  22px;
    width: calc(100% - 50px);
    text-align:  justify;
    float:  left;
    align-items:  center;
    margin: 0 50px 0 0;
}

.zas {
    width:  100%;
    float:  left;
    display:  flex;
    align-items:  center;
}

.zas .l, .zas .r {
    width: 50%;
    float:  left;
}

.produkt .opis {
    width:  100%;
}

.opis .zas {
    width:  calc(35% - 15px);
    margin-right:  15px;
    display:  block;
}

.opis .zas .l, .opis .zas .r {width:  100%;}


.con .l, .con .r {
    position:  absolute;
    z-index:  -1;
}

.con .l {
    left:  0;
}

.con .r {
    right:  0;
}

.firma .l, .firma .r {
    position:  absolute;
    z-index: -1;
    top: calc(30vw + 65px);
}

.firma .l {
    left:  0;
}

.firma .r {
    right:  0;
}


nav.nav {
    position:  absolute;
    width:  100%;
    z-index:  999;
}

nav.nav button {
    position:  absolute;
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    height:30vw;
    padding: 0 10px;
  transition:0.5s;
  outline:none;
 }
 
 nav.nav button:hover{
    background: rgba(255, 255, 255, 0.9);  
 }
 
 nav.nav button img{
   cursor:pointer;
   cursor:hand;
 }

nav.nav .left {
    left: 0;
    transform: rotate(180deg);
}

nav.nav .right {
    right: 0;
}


.setka {
    margin: 50px;
    width:  calc(100% - 100px);
}


.tabelka.six td.sma {
    width:  110px;
}


.tabelka.five td.sma {
    width:  139px;
}

.tabelka.four td.sma {
    width: 90px;
}

.tabelka.two td.sma {
    width: 50%;
}

.tabelka td.sma.osemka {
    width: calc(100% - 200px) !important;
    float:  right;
}

.tabelka.sto td.big {
    width:  50%;
}

.tabelka.sto td.sma {
    /* width:  44%; */
}

.produkt .tabelka.sto {
    max-width: 810px;
    margin: 10px auto;
    float:  none;
}


.tabelka.sto td.sma {
    width: calc(50% - 80px);
}


sup {
    vertical-align: super;
    font-size:  10px;
}

sub {
    vertical-align:  sub;
    margin-left: -10px;
    font-size: 10px;
}


.tabelka.half td.sma {
    width: 50%;
}


.produkt.glass {
    margin:  40px 0;
}

.tabelka.seven td.sma{
  width:22%;
}



@media (max-width: 1400px){
  
  .opis .zas {
    width:  100%;
    float:  left;
    display: block;
}

.opis .zas .l, .opis .zas .r {
    width: 50%;
    float:  left;
}


  .produkt .tabelka, .produkt .opis {
      width: calc(100% - 40px);
      margin: 0 20px;
  }

  .produkt .tabelka {
      margin-top: 30px;
      margin-bottom:  30px;
  }
  .tabelka td.sma {
    width: calc((100% - 200px) / 7);
  }

  .tabelka.six td.sma{
    width: calc((100% - 200px) / 5);
  }
  
  .tabelka.five td.sma{
    width: calc((100% - 200px) / 4);
  }
  
  .tabelka.four td.sma {
    width: calc((100% - 200px) / 6);
}



}



@media all and (max-width:1300px){
  #desc p{
    font-size:40px;
  }
  
  #desc p span{
    font-size:25px;
  }
  div#desc {
    max-width:  40%;
    width:  auto;
    top: 16vw;
  }
}

@media (max-width: 1150px){
  .obslide.prod div#desc {
      right: 0;
      width: auto;
  }

  .toogle,
  #mm.show{
    display:block;
    z-index: 9999;
  }
  .menu{
    display:none;
  }
  .lang {
    margin-right: 75px;
  }
  .shadow {
    position: relative;
    box-shadow: none;
    background: none;
    float: left;
    top: 0;
    margin: 40px 140px 20px;
    width: calc(100% - 280px);
    height: auto;
    left:  0;
  }

  .shadow p {
    width:  100%;
    margin:  0;
    height:  auto;
}
 

  .pdf, .shadow ul {
      /* width: calc(50% - 40px); */
      /* float: left; */
  }

  .produkt{
    padding-top:0;
  }

  .shadow p.bold {
    padding-left: 0;
  }
  
  
	.shadow.black{
		background:#fff;
		color:#000;
		
	}
}

@media all and (max-width:900px){
  .pdf, .shadow ul {
      width: calc(100% - 40px);
      float: left;
  }
  .shadow{
     width: calc(100% - 140px);
     margin: 50px 70px 0;
  }


  .volokno-desc .left,
  .volokno-desc .right,
  .volokno-desc h1,
  .contact .left,
  .contact .right{
      width: calc(100% - 100px);
  }

  .volokno-desc .left p.blue{
    display:none;
  }

  div#desc p, #desc p span{
    font-size: 20px;
  }

  #desc p {
    width: auto;
  }

  div#desc {
      padding: 10px 30px;
      top: 34vw;
  }

  .obslide.prod #desc {
    top: calc(32vw - 150px);
  }


  .contact .right{
    margin-top:50px;
  }

  .produkt {
    width: calc(100% - 60px);
    padding: 30px 30px 0 30px;
  }

  table {
      width: 780px;
  }

  .tabelka{
    overflow-x: scroll;
  }

  .bg-baner,nav.nav button {
      height:50vw;
  }

  div#pkt {
    top: 45vw;
}

.obslide {
    height:  50vw;
}

.opis .zas .l, .opis .zas .r {
    width: 100%;
}

.opis .zas {
    display: block;
}
}

@media all and (max-width:600px){
  div#mm li {
      width: calc(100% - 60px);
      padding: 5px 30px;
  }

  #mm li.main {
    width: calc(100% - 100px);
    padding: 5px 50px;
  }


  #mm li.cat {
      width: calc(100% - 95px);
      padding: 5px 15px 5px 80px;
  }

  div#pkt {
    /* top: 37vw; */
  }

  .top {
      width: calc(100% - 20px);
      padding: 0 10px;
  }

  .toogle {
    right: 0;
  }

  .volokno-desc .left,
  .volokno-desc .right,
  .volokno-desc h1,
  .contact .left,
  .contact .right{
      width: calc(100% - 40px);
      margin: 0 20px;
  }

  .footer .inner .left, .footer .inner .right {
    width: calc(50% - 40px);
    margin: 30px 20px;
  }

  .volokno-desc, .contact{
    margin: 50px 0;
  }

  #desc{
    display:none;
  }
  .obslide.prod #desc{
    display:  none;
  }
  .logo {
    width: 180px;
    margin: 24px 0;
  }

  .logo img {
      width: 100%;
  }


  .about {
      width: calc(100% - 40px);
      margin: 50px 20px;
  }

  .contact .left p {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }

  .contact .right{
    margin-top:50px;
  }

  .produkt {
    width: 100%;
    padding: 10px 0 0;
  }

   .pdf, .shadow ul {
      width: 100%;
      float: left;
      margin: 30px 0 10px;
  }
  .shadow{
     width: calc(100% - 80px);
     margin: 20px 40px 0px;
  }

}


@media all and (max-width:450px){
  .footer .inner .left, .footer .inner .right{
    width: calc(100% - 40px);
  }

  .footer .inner .right{
    float:left;
    margin-top: 0;
  }

  .footer .inner .right p{
    text-align:left;
  }
  .logo {
    width: 150px;
    margin: 28px 0;
  }
  .soon,
  .soon p{
    height:calc(100vh - 275px);

}

  .con .l, .con .r, .firma .l, .firma .r {
  display:none;
  }


@media all and (max-width:350px){
  .logo {
    width: 115px;
    margin: 35px 0;
  }


  .toogle img {
      width: 60px;
      margin: 20px 0;
    }
  }



