body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7; /*?*/
  color: #828282;
  background: #BDD0E8;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #000; 
 	font-weight: 400;
  	margin: 0 0 20px 0; /*?*/
}

a {
    color: #EA9215; 
    -webkit-transition: 0.5s; /*?*/
  	-o-transition: 0.5s; /*?*/
  	transition: 0.5s; /*?*/
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;	/*?*/
    text-decoration: none; /*?*/
}

p {
  /*margin-bottom: 20px;*/
}

.btn {
    /*transition: .3s;*/
}

.btn:focus {
    /*box-shadow: none;*/
}

.wrapper {
    position: relative;
    width: 100%;
    /*max-width: 1366px;*/
    margin: 0 auto;
    background: white;
}

