body {
  background: #fff url("..//images/bg_body.jpg") center center no-repeat;
  background-size: cover;
  min-height: 960px;
  width: 100%;
}

a.logo {
  background: transparent url("..//images/logo.png") 0 0 no-repeat;
  background-size: cover;
  display: block;
  width: 380px;
  height: 70px;
  margin: 77px 0 38px 0;
}

h1 {
  font: 60px 'HelveticaNeueLTStd-Th', Arial, sans-serif;
  color: #4b286d;
  line-height: normal;
  margin-bottom: 45px;
}

p.link {
  font: 18px 'HelveticaNeueLTStd-Roman', Arial, sans-serif;
  color: #005b00;
  text-decoration: none;
  margin-bottom: 55px;
}

p {
  font: 18px 'HelveticaNeueLTStd-Th', Arial, sans-serif;
  color: #54595f;
  line-height: 30px;
  margin-bottom: 30px;
}

a, a:focus {
  color: #54595f;
  line-height: 30px;
  text-decoration: underline;
}

a:hover {
  color: #54595f;
  text-decoration: none;
}

/*##########___MEDIA___##########*/
@media screen and (max-width: 768px) {
  body {
    min-height: 810px;
  }
  a.logo {
    margin: 40px 0 30px 0;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  p {
    font-size: 16px;
    line-height: normal;
  }
  p.link {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 535px) {
  .break {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  body {
    min-height: 790px;
  }
  a.logo {
    width: 100%;
    height: 55px;
  }
  h1 {
    font-size: 32px;
  }
}

/*##########___END-media___##########*/
