
/*---------FONTS-CLASS--------*/

.font_normbold{   font-family: 'PT Sans', sans-serif;   font-weight: bold; font-size: 20px; padding: 8px;}
.font_big3{     font-family: 'PT Sans', sans-serif;    font-weight: normal; font-size: 20px; padding: 8px;}
.font_small{     font-family: 'PT Sans', sans-serif;    font-weight: normal; font-size: 14px; padding: 8px;}
.font_big1{     font-family: 'PT Sans', sans-serif; font-weight: normal; font-size: 100px; padding: 0px;}
.font_big2{     font-family: 'PT Sans', sans-serif; font-weight: normal; font-size: 50px; padding: 8px;}
.text{   padding: 8px 0 8px 0;   font-size: 18px;   line-height: 1.1;  color: black; }
/*--------FONTS-END-----------*/

*{ margin: 0px;   padding: 8px; }
ul, li, ul:active, li:active{
  list-style: disc;
}


a{ color: black; text-decoration: underline; list-style: none; transition: all .3s ease;}
a:hover { color: #777777; text-decoration: none; list-style: none; transition: all .3s ease;}
a:active { color: black; text-decoration: underline; list-style: none; transition: all .3s ease;}

.header{
  background: #ffffff no-repeat center center ;
  position: relative;
  min-height: 900px;
  padding-bottom: 300px;
}
.lako1 {min-height: 100px; width: 80%; text-align: center; float: left; clear: both;}
.lako2 {min-height: 400px; width: 80%; text-align: center; float: left; clear: both;}
.lako3 {min-height: 100px; width: 80%; text-align: center; float: left; clear: both;}

.spanright { text-align:right; float: right; padding:8px;}
.spanleft { text-align:left; float: left; padding:8px;}

header .tablet{
  z-index: 0;
  position: absolute;
  top: 280px;
  right: 50px;
}

.logo{
  padding-top: 25px;
  position: relative;
}
.logo a{
  position: absolute;
  width: 100%;
  height: 100%;
}
header nav a, footer nav a{
  font-size: 20px;
}
header nav ul, footer nav ul{
  margin: 0; padding: 10px;
}
header nav ul li, footer nav ul li{
  padding-top: 50px;
  padding: 10px;
  position: relative;
  transition: all .5s;
}
header nav ul li:hover a{
  color: #ffffff;
  transition: all .3s ease;
}
header nav ul li::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 10px;
  background: #bf1b2d;
  transition: all .2s ease;
}
header nav ul li:hover::before{
  left: 0;
  width: 100%;
  transition: all .2s ease;
}
.icon > div{
  position: relative;
  padding-top: 10px;
}
.icon > div > a{
  position: absolute;
  width: 100%;
  height: 100%;
}

.headline{
  padding-top: 95px;
  font-size: 6.3em;
  color: white;
}
.descr{
  font-size: 48px;
  margin: 0;
  line-height: normal;
}
.descr p{
  padding: 0;
  margin: 0;
}

}
/*-----Content-----*/
.content{
  padding-bottom: 130px;
  width: 80%;
}

.content h1:first-child{
  padding-top: 29px;
}

.content h1{
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #000;
    padding-bottom: 22px;
    margin-bottom: 55px;
}
.content h1::before{
  content: '';
  position: absolute;
  width: 98px;
  height: 10px;
  left: 0;
  bottom: 0;
  background: #444444;  /*----- decor line under first letter-----*/
}
.content .pack{
  text-align: center;
}
.pack img{
  height: 125px;
  width: auto;
}
.content .text{
  padding: 25px 0 0 0;
}
.content iframe{
  max-width: 100%;
}
.video-wrap{
  position: relative;
}
.video-wrap > div{
  padding-top: 56.25%;
  height: 0;
}
.video-wrap > iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}
.video p{
  font-size: 24px;
  padding: 24px 0 20px;
  margin: 0;
}
.video span{
  font-size: 20px;
}
.updates .date{
  font-size: 33px;
  background: #bf1b2d;
  color: #fff;
}
.updates ul {
  margin-left: 20px;
}
.content ul li{
  font-size: 20px;
  padding-top: 30px;
  list-style: square;
}
/*-----Content_End-----*/
/*-----Footer-----*/

footer{
  background: #000;
}
footer .row{
  position: relative;
}
footer, footer a, footer a:hover{
  color: #fff;
}
.footer ul li{
  font-size: 20px;
  padding-top: 30px;
  list-style: none;
}
footer .icon > div{
  position: relative;
  padding-top: 20px;
}
footer .icon > div > a{
  position: absolute;
  width: 100%;
  height: 100%;
}
footer .rights {
  font-size: 14px;
  padding-top: 25px;
}
footer .hat{
  position: absolute;
  right: 0;
  top: -80px;
}
/*-----Footer_End-----*/
@media (max-width: 991px){
  header .tablet {
    display: none;
  }
  header .headline{
    padding-top: 20px;
  }
  .headline{
    font-size: 60px;
  }
  .descr{
    font-size: 34px;
  }
  header .text{
    padding: 20px 0 50px;
  }
  header nav ul li, footer nav ul li{
    padding-top: 35px;
  }
  footer .container .row{
    padding: 20px;
  }
}
@media (max-width: 767px){
  header nav ul li, footer nav ul li{
    padding-top: 35px;
  }
  header .headline{
    padding-top: 20px;
  }
  footer .container .row{
    padding: 20px;
  }
  header nav ul li a, footer nav ul li a {
    font-size: 13px;
  }
}
@media (max-width: 575px){
  header nav ul li, footer nav ul li{
    padding-top: 30px;
  }
  header nav ul li a, header nav ul li a {
    font-size: 14px;
  }
  h1{
    font-size: 24px!important;
  }
  header .headline{
    font-size: 40px;
    padding-top: 20px;
  }
  header .descr{
    font-size: 24px;
  }
  header .text{
    font-size: 18px;
  }
  .content{
    padding-bottom: 100px;
  }
  header .logo{
    order: 2;
  }
  header .icon{
    order: 3;
  }
  header .menu{
    order: 1;
  }
  header .headline, header .descr, header .text-wrap{
    order: 4;
  }
  footer .logo, .icon{
    order: 1;
  }
  footer .menu{
    order: 2;
  }
  .rights{
    order: 3;
  }
}

.tooltipmy {
  position: relative;
  display: inline-block;
}

.tooltipmy .tooltiptextmy {
  visibility: hidden;
  width: 250px; font-size: 17px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 80%;
  left: 50%;
  margin-left: -60px;
}

.tooltipmy:hover .tooltiptextmy {
  visibility: visible;
}