@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

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;
}

.bg_heder{
	color: #fff;
    background-image: url("../img/bg-heder.jpg");
    background-repeat: no-repeat;
    min-height: 527px; 
border-radius: 30px 30px 0px 0px;
	font-family: 'Nunito', sans-serif;
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #4b3a91;
  padding: 10px 20px 10px 20px;
  
  text-decoration: none;
  margin-top: 10px;
  width:150px;
}

.btn:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #1c0e57;
  color: #fff;
}

.packmargin{
	margin-top: 143px;
}

.v1{
	background-color: #4c3b91;
	color: #fff;
}
.v3{
	background-color: #4c3b91;
	color: #fff;
}

.footer{
	background-color: #4c3b91;
	color: #fff;
	border-radius: 0px 0px 30px 30px;
}

.btn2 {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  margin-top: 10px;
  width:150px;
}

.btn2:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}