@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?78515508");
  src: url("../fonts/fontello.eot?78515508#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?78515508") format("woff2"), url("../fonts/fontello.woff?78515508") format("woff"), url("../fonts/fontello.ttf?78515508") format("truetype"), url("../fonts/fontello.svg?78515508#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?78515508#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-gplus-1:before {
  content: '\e800';
}

/* '' */
.icon-twitter:before {
  content: '\e801';
}

/* '' */
.icon-facebook-1:before {
  content: '\e802';
}

/* '' */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  line-height: 100%;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

menu {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a, a:hover, a:focus {
  text-decoration: none;
}

a {
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

img[src*=svg] {
  width: 100%;
}

/* BODY styles */
body {
  font-family: "Titillium Web", sans-serif;
  background: #fff;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  opacity: 0.7;
  font-weight: 600;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}

/* BUTTONS styles */
/* HEADER styles */
header {
  background: #fafafa;
  height: 100px;
  padding-top: 22px;
  text-align: center;
  border-bottom: 2px solid #564f4f;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
  }
}

.social-icons {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .social-icons {
    position: static;
    text-align: center;
  }
}
.social-icons li {
  display: inline-block;
}
.social-icons li a:hover {
  opacity: 0.7;
}
.social-icons li i {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 3px;
}
.social-icons li i.icon-twitter {
  font-size: 28px;
  font-size: 1.75rem;
  color: #00ace0;
}
.social-icons li i.icon-facebook-1 {
  color: #008fbb;
}
.social-icons li i.icon-gplus-1 {
  color: #e31d52;
  position: relative;
  top: 2px;
}

/* FOOTER styles */
footer {
  background: #f8f9f9;
  padding: 20px 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
footer a {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* BODY styles */
.top-section {
  padding: 90px 0 175px;
  background: url(../images/background.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.top-section p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 760px;
  margin: 0 auto 60px;
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .top-section p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-section {
    padding: 70px 0 40px;
  }
}

.download-app {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  max-width: 760px;
  margin: 0 auto;
}
.download-app span {
  opacity: 0.7;
}
.download-app a {
  display: block;
  margin-top: 25px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}

.blocks {
  margin-top: -165px;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .blocks {
    margin-top: 0;
  }
}

.phone {
  background: url(../images/iphone.png) center center no-repeat;
  background-size: contain;
  width: 310px;
  height: 631px;
  padding: 72px 21px 0;
  margin: 0 auto 75px;
}
.phone img {
  max-width: 100%;
}
.phone.left-phone {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
@media only screen and (max-width: 1199px) {
  .phone.left-phone {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 991px) {
  .phone.left-phone {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .phone.left-phone {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 991px) {
  .phone {
    width: 240px;
    height: 488px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .phone {
    margin: 0 auto 60px;
    width: 280px;
    height: 570px;
  }
}

.text {
  padding-left: 35px;
  border-left: 3px solid #f8f9f9;
  max-width: 380px;
  float: right;
  margin-right: 30px;
  position: relative;
  margin-top: 90px;
}
.text p {
  font-size: 28px;
  font-size: 1.75rem;
  opacity: 0.7;
  line-height: 1.3;
}
.text.first-block {
  margin-top: 210px;
}
@media only screen and (max-width: 767px) {
  .text.first-block {
    margin-top: 0;
  }
}
.text.right-text {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .text.right-text {
    margin-right: 0;
  }
}
.text span {
  position: absolute;
  left: -100px;
  top: -28px;
  color: #00ace0;
  font-size: 134px;
  font-size: 8.375rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .text {
    margin-left: 30px;
    margin-right: 0;
  }
  .text p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .text span {
    font-size: 96px;
    font-size: 6rem;
    left: -80px;
    top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .text {
    margin-bottom: 50px;
    max-width: none;
    margin-left: 55px;
    padding-left: 20px;
    margin-top: 0;
  }
  .text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .text span {
    left: -65px;
  }
}
