/*---------FONTS-CLASS--------*/

.pt_b{
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.pt_r{
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
}
/*--------FONTS-END-----------*/

*{
  margin: 0;
  padding: 0;
}

a, a:hover, a:active{
  color: #000;
  text-decoration: none;
  list-style: none;
  transition: all .3s ease;
}
header{
  background: url(../img/bg_head.png) center center /cover;
  position: relative;
}
header .tablet{
  z-index: 0;
  position: absolute;
  top: 280px;
  right: 50px;
}
ul,
li,
ul:active,
li:active{
  list-style: none;
}
.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;
}
header nav ul li, footer nav ul li{
  padding-top: 50px;
  position: relative;
  transition: all .5s;
}
header nav ul li:hover a{
  color: #c4303a;
  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: #c4303a;
}
.descr{
  font-size: 48px;
  margin: 0;
  line-height: normal;
}
.descr p{
  padding: 0;
  margin: 0;
}
.text{
  padding: 60px 0 180px 0;
  font-size: 20px;
  line-height: 1.1;
  color: #000;
}
/*-----Content-----*/
.content{
  padding-bottom: 130px;
}

.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: #bf1b2d;
}
.content .pack{
  text-align: center;
}
.pack img{
  height: 125px;
  width: auto;
}
.content .text{
  padding: 25px 0 0 0;
}
.contant 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;
}
.updates ul li{
  font-size: 20px;
  padding-top: 30px;
  list-style: disc;
}
/*-----Content_End-----*/
/*-----Footer-----*/

footer{
  background: #000;
}
footer .row{
  position: relative;
}
footer, footer a, footer a:hover{
  color: #fff;
}
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;
  }
}
