/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,500");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.popup {
  display: none;
  width: 450px;
  height: 260px;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -225px;
  z-index: 10002;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3); }
  .popup .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url("../images/close@2x.png");
    background-size: cover;
    opacity: 0.5;
    cursor: pointer; }
    .popup .close:hover {
      opacity: 1; }
    .popup .close:active {
      opacity: 0.3; }
  .popup .stitle {
    height: 65px;
    border-bottom: 1px solid #c6c6c6;
    color: #4a4a4a;
    font-size: 30px;
    line-height: 65px;
    padding-left: 22px; }
  .popup .cont {
    display: table;
    height: 117px;
    width: 100%; }
    .popup .cont .inner {
      height: 117px;
      font-size: 16px;
      color: #4a4a4a;
      padding-left: 22px;
      display: table-cell;
      vertical-align: middle;
      line-height: 1.4; }
      .popup .cont .inner i {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: 12px;
        vertical-align: middle;
        background-image: url("../../favicon.ico");
        background-size: 32px 32px; }
  .popup .btns-holder {
    height: 78px;
    border-top: 1px solid #c6c6c6;
    background: #f8f8f8;
    padding-top: 13px;
    text-align: right;
    padding-right: 14px; }
    .popup .btns-holder .popup-btn {
      width: 110px;
      height: 50px;
      display: inline-block;
      border: 1px solid #c6c6c6;
      border-radius: 8px;
      text-align: center;
      line-height: 50px;
      color: #4a4a4a;
      font-size: 16px;
      margin-left: 8px;
      cursor: pointer; }
      .popup .btns-holder .popup-btn:hover {
        background: #00ace5;
        color: #fff;
        border-color: #00ace5; }
      .popup .btns-holder .popup-btn:active {
        background: #eeeeee;
        color: #a4a4a4;
        border-color: #c6c6c6; }

.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: "Libre Franklin", sans-serif;
  min-width: 960px;
  padding-top: 80px; }

.header {
  height: 80px;
  padding: 0 25px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0; }

.logo {
  width: 235px;
  height: 48px;
  background-image: url("../images/logo.png");
  background-size: 235px 48px;
  float: left;
  margin-top: 17px; }
  .logo__link {
    display: block;
    width: 100%;
    height: 100%; }

.first {
  background: url("../images/back_first.jpg") top center no-repeat;
  width: 100%;
  height: 620px;
  position: relative;
  background-attachment: fixed;
  overflow-x: hidden; }
  .first__content {
    margin-left: calc(50% + 25px);
    max-width: 500px;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    padding-right: 25px; }
    .first__content:before {
      display: block;
      content: '';
      background: url("../images/macbook.png");
      width: 693px;
      height: 400px;
      background-size: 693px 400px;
      position: absolute;
      top: 50%;
      margin-top: -200px;
      right: calc(50% + 25px); }
  .first__title {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px; }
  .first__description {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px; }

.second {
  padding: 70px 0;
  text-align: center; }
  .second p {
    margin-bottom: 50px; }

.presets {
  overflow: hidden;
  padding: 25px 0 50px;
  margin: 0 auto;
  display: inline-block; }
  .presets__item {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    background-size: 100px 100px;
    background-position: center center;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    margin: 15px 15px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .presets__item_1 {
      background-image: url("../images/layout-icon-1@2x.png"); }
    .presets__item_2 {
      background-image: url("../images/layout-icon-2@2x.png"); }
    .presets__item_3 {
      background-image: url("../images/layout-icon-3@2x.png"); }
    .presets__item_4 {
      background-image: url("../images/layout-icon-4@2x.png"); }
    .presets__item_5 {
      background-image: url("../images/layout-icon-5@2x.png"); }
    .presets__item_6 {
      background-image: url("../images/layout-icon-6@2x.png"); }
    .presets__item_7 {
      background-image: url("../images/layout-icon-7@2x.png"); }
    .presets__item_8 {
      background-image: url("../images/layout-icon-8@2x.png"); }

.third {
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  background: url("../images/back_multidisplays.jpg") top center no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 60.92%;
  background-size: contain; }
  .third .title {
    padding-top: 60px; }

.fourth {
  padding: 70px 0 30px;
  text-align: center; }

.how {
  display: block;
  max-width: 800px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 37px auto 0;
  list-style-type: none; }
  .how__item {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
    text-align: justify;
    position: relative; }
    .how__item:before {
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border: 1px solid #7931C7;
      border-radius: 3px;
      box-sizing: border-box;
      position: absolute;
      left: -21px;
      top: 6px; }

.footer {
  height: 70px;
  width: 100%;
  font-size: 14px;
  padding: 0 25px;
  border-top: 1px solid #D8D8D8; }
  .footer__copyright {
    color: #B8B8B8;
    float: left;
    line-height: 70px; }
    .footer__copyright p {
      float: left;
      margin-right: 30px; }
  .footer_center {
    text-align: center; }
    .footer_center .footer__copyright {
      display: inline-block;
      float: none; }

.download {
  float: right;
  padding: 10px 0; }
  .download__text {
    font-size: 16px;
    float: left;
    line-height: 60px; }
    .download__text + .btn {
      margin-left: 20px; }
  .download_footer .download__text {
    font-size: 14px;
    line-height: 50px; }

.btn {
  width: 250px;
  height: 50px;
  color: #fff;
  background-color: #7931C7;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  line-height: 50px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn:hover {
    background-color: #E52DAF; }
  .btn:active {
    background-color: #5A5460; }
  .btn_icon {
    text-align: left;
    padding-left: 62px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 32px; }
    .btn_icon_chrome {
      background-image: url("../images/icon-chrome-color.png"); }

.link {
  color: #7931C7;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .link:hover {
    color: #7931C7; }

.title {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center; }
  .title_icon {
    padding-left: 65px;
    display: inline;
    color: #000;
    text-shadow: none;
    font-weight: 500; }
    .title_icon:before {
      content: '';
      background: url("../images/icon.png") left center no-repeat;
      width: 40px;
      height: 40px;
      background-size: 40px;
      position: absolute;
      margin-top: 10px;
      margin-left: -55px; }

.subtitle {
  font-size: 44px;
  color: #000;
  line-height: 44px;
  font-weight: 500;
  text-align: center; }

.content {
  height: calc(100vh - 150px);
  min-height: 600px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #F7F7F7; }

.message {
  text-align: center;
  margin-top: -30px; }
  .message__title {
    font-size: 36px;
    line-height: 44px;
    color: #323232;
    margin-top: 40px; }

/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url("../images/logo@2x.png"); }

  .first {
    background-size: 100% auto; }

  .title_icon:before {
    background-image: url("../images/icon@2x.png"); }

  .first__content:before {
    background-image: url("../images/macbook@2x.png"); }

  .btn_icon_chrome {
    background-image: url("../images/icon-chrome-color@2x.png"); } }
@media screen and (max-width: 1000px) {
  .download__text {
    display: none; } }
@media screen and (max-width: 1200px) {
  .presets__item:nth-child(5) {
    clear: both; } }
@media screen and (max-width: 1400px) {
  .first {
    background-size: auto 875px; } }

/*# sourceMappingURL=style.css.map */
