
@font-face {
  font-family: 'BerlingskeSans';
  src: url('BerlingskeSans-DBd.eot?#iefix') format('embedded-opentype'),  url('BerlingskeSans-DBd.woff') format('woff'), url('BerlingskeSans-DBd.woff2')  format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BerlingskeSans';
  src: url('BerlingskeSans-XBd.eot?#iefix') format('embedded-opentype'),  url('BerlingskeSans-XBd.woff') format('woff'), url('BerlingskeSans-XBd.woff2')  format('woff2');
  font-weight: 800;
  font-style: normal;
}

a, a:hover{text-decoration:none; color:#000;}

*{    outline:none;}

body{    background-color: #2d2341;
    margin: 0;
    color: #fff;
    font-family: 'BerlingskeSans',sans-serif;
    font-weight: 400;
    line-height: 14px;
    font-size: 16px;
    background-image: url('background.png');
    background-position: 50% 70px;
    background-repeat: no-repeat;

  }

.wrapper{max-width: 1200px; width: 100%; margin: 0 auto;}
.logo{width: 110px;
height: 28px;
margin: 23px 0 0 14px;}
.pickreg{text-align: center;font-size: 20px;}
.pickregmain{text-align: center;
font-size: 50px;
line-height: 50px;
font-weight: 400;
max-width: 900px;
margin: 70px auto 79px;}
.but{transition: background-color .3s ease-out;
  background-color: #7887e6;
padding: 19px 0;
border-radius: 50px;
font-weight: 400;
font-size: 24px;
text-transform: uppercase;
color: #fff;
max-width: 234px;
box-sizing: border-box;
text-align: center;margin: 15px;
width: 100%;}

.but:hover{color:  #fff; background-color: #4d61de;}

.butwrap{display: flex !important;
align-items: center;padding-bottom: 20px;
justify-content: center;}

.copyr {
    position: fixed;
    bottom: 10px;
    text-align: center;z-index: -1;
    width: 100%;
}
