*,
*:before,
*:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  height:100%;
}

html,body {
  min-height:100%;
}

body {
  font:400 16px/1.5 'Open Sans', Arial, sans-serif;
}

img {
  max-width:100%;
  height:auto;
}

h1 {
  font-size:2em;
  margin:.2em 0 .5em;
  color:#1e3967;
  line-height:1.1;
}

.u-wrap {
  width:100%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
}

.c-view {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

/***/

.c-special-text {
  letter-spacing:.1em;
  text-transform:uppercase;
}

.c-landing {
  font-family:'Lato', Arial, sans-serif;
}

.c-landing__bg {
  background-image:url(/media/layout/img/bg-sterna-3.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50% 0;
  z-index:-1;
}
.c-landing__bg:before {
  content:"\0020";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;

  background:#1c3765;
  background:-moz-linear-gradient(top, rgba(17,48,82,1) 0%, rgba(9,29,55,1) 100%);
  background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,48,82,1)), color-stop(100%, rgba(9,29,55,1)));
  background:-webkit-linear-gradient(top, rgba(17,48,82,1) 0%, rgba(9,29,55,1) 100%);
  background:-o-linear-gradient(top, rgba(17,48,82,1) 0%, rgba(9,29,55,1) 100%);
  background:-ms-linear-gradient(top, rgba(17,48,82,1) 0%, rgba(9,29,55,1) 100%);
  background:linear-gradient(to bottom, rgba(17,48,82,1) 0%, rgba(9,29,55,1) 100%);
  opacity:.5;
}

.c-landing__footer {
  margin:2em 0;
  padding:2em 1em 0;
  border-top:1px solid rgba(255,255,255,.1);
}

.c-landing__logo {
  display:block;
  max-width:100px;
  margin:0 auto .5em;
}

.c-landing__store-links {
  margin-top:2.5em;
  text-align:center
}

.c-landing__store-links__item {
  max-width:130px;
}

.c-block {
  position:relative;
}

.c-block__content {
  text-align:center;
  box-shadow: 0 -3px 6px rgba(0,0,0,.06), 0 -3px 6px rgba(0,0,0,.13);
  background:#fff;
}

.c-landing__logo-app {
  max-width:80px;
  margin:0 auto;
}

.c-block__image {
  width: 100%;
  padding-top:100%;
  overflow: hidden;
}

.c-landing__phone {
  position:absolute;
  top:2em;
  left:2em;
  right:2em;
  bottom:0;
}

.c-blocks {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items:stretch;

  -ms-flex-item-align:stretch;
  -webkit-align-self:stretch;
  -align-self:stretch;
}

@media(min-width:40em) {
  .c-blocks {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;

    height: 100%;

    max-width:960px;
    margin:0 auto;
  }

  .c-block {
    padding:1em 0;
    width:50%;

    display:-ms-flexbox;
  	display:-webkit-flex;
    display:flex;

    -ms-flex-item-align:stretch;
    -webkit-align-self:stretch;
    align-self:stretch;

    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;

    width:50%;
  }

  .c-block__content {
    padding:2em 1em;
  }
  .c-block__content > * {
    width:100%;
  }
  .c-block__content__inner {
    margin-bottom:4em;
  }

  .c-block__image {
    width:auto;
  }

  .c-landing__phone {
    max-width: 60vh;
    margin: 0 auto;
    position: static;
    padding: 2em;
  }

  .c-landing__footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
  }
}

@media(min-width:50em) {
  h1 {
    font-size:3em;
  }
  .c-landing__phone {
  	max-width:400px;
  }
}

@media(min-width:60em) {
  .c-block__content {
    width:40%;
  }

  .c-block__image {
    width:60%;
  }
}