@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
	background-color: #000;
	color: #fff;
}

.header{
    background-image: url("../img/heder.png");
    background-repeat: no-repeat;
    min-height: 461px;
border-radius: 30px 30px 0px 0px;	
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: #fff;
  padding: 5px 20px 5px 20px;
  
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
  border: solid #fff 1px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.pionhr {
border-right: 1px solid #e5e5e5;
}

.btn2 {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: #fff;
  padding: 5px 20px 5px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  width:400px;
}

.btn2:hover {
  border: solid #fff 1px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}