html,
body {
  height: 100%; }

.container {
  position: relative;
  min-height: 100%;
  padding: 55px 0 30px;
  box-sizing: border-box; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #007c7f; }
  .header__logo {
    float: left;
    margin: 9px 0;
    width: 130px;
    height: 37px;
    font-size: 0;
    background-image: url(../images/logo.png);
    background-size: 130px 37px; }

/* ==========================================================================
   Main
   ========================================================================== */
.main__wrap {
  max-width: 880px;
  min-height: 570px;
  margin: 30px auto 60px;
  background: url(../images/bg.png) no-repeat right top;
  background-size: 48%; }

.content {
  display: inline-block;
  width: 55%;
  min-width: 350px; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content__title {
    height: 40px;
    margin: 10px 0;
    background: url(../images/line-bc.png) no-repeat left center;
    background-size: contain; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0 4px;
  text-align: center;
  color: #fff;
  background-color: #007c7f; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px; }
  .main__wrap {
    max-width: 920px;
    min-height: 0;
    margin: 15px auto;
    background: none;
    text-align: center; }
  .content {
    display: inline-block;
    width: auto;
    max-width: 480px;
    min-width: 0; }
    .content__title {
      background: url(../images/line-bc__3x.png) no-repeat center center;
      background-size: contain; } }
