article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight: 700;}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ol,nav ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}::-moz-selection{background:#d0d3d6;text-shadow:none}::selection{background:#d0d3d6;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

/* Global */
*{box-sizing:border-box;-webkit-box-sizing:border-box;}
html{
  height:100%;
}
body{
  position: relative;
  font-family: 'Bebas Neue Bold', sans-serif;
  color:#000;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  height: 100%;
}
body:after{
  content:'';
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.05);
}
ul,li{
  padding:0;
  margin:1em 0;
}
a{
  color: #fff;
  text-decoration:none !important;
  -webkit-transition:0.3s all ease-out;
  -moz-transition:0.3s all ease-out;
  transition:0.3s all ease-out;
  outline: none !important;
}
.baner-page header{
  background:rgba(85,183,232,1);
  z-index:10;
  position:fixed;
  top:0;
  width:100%;
  height: 94px;
  padding: 10px 40px;
}
header h2{
  width: 150px;
  float: left;
  margin: 0;
  line-height: 1;
  font-size: 39px;
  color:white;
  letter-spacing: 0.026em;
  font-family: 'Bebas Neue Bold';
}
header .menu{
  float:right;
  margin-top: 12px;
}
header .menu a{
  font-family:'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
header .menu a:first-child{
  margin-right:20px;
}
.background-image{
  position:fixed;
  z-index:0;
  width:100%;
  height: 100%;
  left:0;
  top: 0;
  background-size:cover;
  background-position: 50% 52%;
}
main{
  z-index: 1;
  color: white;
  font-size: 16px;
  width: 40%;
  width: 100%;
  left: 10%;
  left: 0;
  margin-top: 100px;
  min-width: 400px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.baner-page .header-text{
  text-transform:uppercase;
  text-align: center;
}
.baner-page .header-text h1{
  position:relative;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Bebas Neue Bold';
}
.baner-page .header-text h1 a{
  font-size: 60px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: rgba(85,183,232,1);
}
.baner-page .header-text h2{
  font-size: 39px;
  letter-spacing: 0.026em;
  margin-top: -10px;
  margin-bottom: -8px;
  margin-left: -6px;
  font-family: 'Bebas Neue Bold';
  white-space: nowrap;
  color: rgba(85,183,232,1);
}
.baner-page .header-text h3{
  font-size: 35px;
  margin:0;
  margin-top: 4px;
  margin-right: -13px;
  letter-spacing: .6em;
  white-space: nowrap;
  font-family: 'Bebas Neue Bold';
}
.btn{
  display:inline-block;
  margin-top:60px;
  background:rgba(85,183,232,1);
  padding: 10px 40px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight:700;
  font-size:30px;
}
.pfr{
  position:absolute;
  z-index: 2;
  bottom:0;
  right:0;
  width:150px;
  display: block;
}
.pfr img{width:100%;}

@media all and (max-width:600px){
  main{
    left:50%;
    transform:translate3d(-50%,-50%,0);
  }
  header .menu a:first-child{
    display:none;
  }
}

@media all and (max-width:500px){
  .baner-page header{
    padding:10px 20px;
  }
  header .menu{
    margin-top:0;
  }
  .header{
    transform:scale(0.75);
  }
  .mkidn{
    right:15px;
    width:280px;
  }
}

@font-face {
  font-family: 'Bebas Neue Bold';
  src: url('fonts/BebasNeue Bold.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Regular';
  src: url('fonts/BebasNeue Regular.woff') format('woff');
}