* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #ececec;
  color: #494949;
}
a {
  color: #65ac00;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: normal;
  font-weight: 600;
}
h1, h2, h3, h4 {
  font-weight: 600;
  margin: 0 0 .5rem 0;
  webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
h2 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-top: .5rem;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}
h4 {
  font-size: 2rem;
  line-height: 2rem;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  display: block;
}
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
  position: relative;
  border: solid 1px #ddd;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  cursor: default;
  font-size: 1.5rem;
  padding: .8rem;
  width: 100%;
}
select {
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  border-color: #1290d8;
}
::-webkit-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
:-moz-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
::-moz-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #0c0c0c;
  opacity: 1;
}
.button {
  display: inline-block;
  width: 548px;
  height: 99px;
  background: url(/join_imgs/bttn.png) no-repeat;
  border: none;
  padding: 0 30px 0 100px;
  text-align: center;
  color: #ddffac;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  cursor: pointer;
  line-height: 99px;
  text-decoration: none;
}
.button:hover {
  color: #fff;
}
.main {
  max-width: 1600px;
  padding: 0 32px;
  margin: 0 auto;
}
header {
  background-color: #2f2f2f;
  border-bottom: solid 4px #bdbdbd;
  padding: 30px 0;
  color: #65ac00;
}
header h2 {
  float: right;
  display: block;
  text-align: right;
}
#content {
  padding: 30px 0;
  text-align: center;
}
.item {
  display: inline-block;
  width: 224px;
  text-align: center;
  vertical-align: top;
  margin: 16px 32px; 
}
.item img {
  margin-bottom: 16px;
}
.bttn {
  padding: 20px 0;
}
footer {
  background-color: #2f2f2f;
  border-top: solid 4px #bdbdbd;
  padding: 30px 0;
  color: #ececec;
  text-align: center;
  font-size: .9rem;
}
@media screen and (max-width: 1365px) {
  .bttn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dcdcdc;
    padding: 16px 0 56px 0;
    border-top: solid 4px #fff;
    text-align: center;
  }
  footer {
    position: fixed;
    background: none;
    border: none;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    padding: 0 0 8px 0;
  }
  #content {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1000px) {
  header {
    text-align: center;
  }
  header h2 {
    float: none;
    text-align: center;
  }
  #logo {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0 16px;
  }
  #logo img {
    width: 100%;
  }
  header {
    padding: 16px 0;
  }
  header h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .bttn .button {
    width: 350px;
    height: 63px;
    background-size: cover;
    padding: 0 20px 0 60px;
    font-size: 20px;
  }
}