/* line 1, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
* {
  margin: 0;
}

/* line 4, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html, body {
  height: 100%;
  min-height: 100%;
}

/* line 8, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.wrapper {
  min-height: 100%;
  margin: 0 auto -77px;
  /* the bottom margin is the negative value of the footer's height */
}

/* line 13, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.4;
}

/* line 24, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
body {
  line-height: 1;
  min-width: 1146px;
}

/* line 29, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
nav ul {
  list-style: none;
}

/* line 37, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
blockquote, q {
  quotes: none;
}

/* line 42, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 49, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 63, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 69, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 76, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
del {
  text-decoration: line-through;
}

/* line 80, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 90, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 99, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
input, select {
  vertical-align: middle;
}

/* line 104, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.big-bg {
  background: url("../images/background-big.jpg") top center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 663px;
}

/* line 111, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html {
  width: 100%;
  min-width: 1046px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 119, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body {
  width: 100%;
}
/* line 122, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header {
  width: 100%;
}
/* line 124, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header.small .big-bg {
  height: 70px;
}
/* line 128, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header * {
  position: relative;
}
/* line 133, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .menu-container {
  background: url("../images/background-header-line.png") 0 0 repeat-x;
}
/* line 134, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu {
  width: 1046px;
  height: 70px;
  margin: 0 auto;
}
/* line 139, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .logo {
  width: 245px;
  height: 70px;
  float: left;
  color: #fff;
  font-size: 26px;
  vertical-align: bottom;
}
/* line 147, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .logo .placeholder {
  width: 46px;
  height: 55px;
  padding-top: 15px;
  float: left;
}
/* line 154, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .logo .slogan {
  width: 199px;
  height: 70px;
  text-decoration: none;
  color: white;
  float: left;
  line-height: 70px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 166, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu {
  width: 801px;
  height: 70px;
  float: left;
  text-align: right;
}
/* line 172, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu ul {
  float: right;
  list-style-type: none;
}
/* line 176, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 15px;
  float: left;
  text-transform: uppercase;
}
/* line 183, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu ul li:first-child {
  padding-left: 0;
}
/* line 187, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu ul li a, html body header menu .main_menu ul li a:hover, html body header menu .main_menu ul li a:visited {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}
/* line 195, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header menu .main_menu ul li .rounded {
  padding: 6px 7px 4px 7px;
  border: 1px solid #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 210, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .meet_the_safest_mail {
  width: 100%;
  height: 586px;
  float: none;
  clear: both;
}
/* line 218, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .meet_the_safest_mail .wrapper {
  width: 1046px;
  height: 586px;
  margin: 0 auto;
  background: url("../images/iphones.png") bottom right no-repeat;
  background-size: 597px 545px;
}
/* line 225, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .meet_the_safest_mail .wrapper .slogan {
  width: 490px;
  padding-top: 203px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300px;
  font-size: 48px;
  line-height: 60px;
}
/* line 235, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .meet_the_safest_mail .wrapper .appstore {
  padding-top: 30px;
  width: 181px;
  height: 54px;
}
/* line 243, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body header .airmail {
  width: 100%;
  height: 7px;
  float: none;
  clear: both;
  background: url("../images/airmail.png") 0 0 repeat-x;
}
/* line 252, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section {
  width: 100%;
}
/* line 255, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block {
  width: 100%;
  height: 449px;
  border-bottom: 1px solid #cccccc;
  float: none;
  clear: both;
  color: #444444;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* line 267, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block .wrapper {
  width: 1046px;
  margin: 0 auto;
  background-image: none;
}
/* line 272, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block .wrapper .wrapper_text {
  width: 360px;
  float: none;
}
/* line 276, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block .wrapper .wrapper_text .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Open Sans' sans-serif;
}
/* line 283, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block .wrapper .wrapper_text .text {
  padding-top: 25px;
  font-size: 17px;
  line-height: 24px;
}
/* line 292, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .send_and_receive_encrypted_emails {
  background: url("../images/envelope.jpg") top center no-repeat;
}
/* line 295, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .send_and_receive_encrypted_emails .wrapper .wrapper_text {
  margin-left: 686px;
  padding-top: 50px;
}
/* line 302, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .secure_messages_with_a_digital_signature {
  background: url("../images/robot.jpg") top center no-repeat;
}
/* line 305, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .secure_messages_with_a_digital_signature .wrapper .wrapper_text {
  padding-top: 80px;
}
/* line 311, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .any_imap_service_provider {
  background: url("../images/phone.jpg") top center no-repeat;
}
/* line 314, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .any_imap_service_provider .wrapper .wrapper_text {
  margin-left: 686px;
  padding-top: 60px;
}
/* line 321, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .compatible_with_existing_pgp_solutions {
  background: url("../images/cube.jpg") top center no-repeat;
}
/* line 324, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .compatible_with_existing_pgp_solutions .wrapper .wrapper_text {
  padding-top: 60px;
}
/* line 330, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info {
  width: 100%;
  height: 420px;
  background: url("../images/background-block-info.png") 0 0 repeat-x, url("../images/shadow.jpg") bottom center no-repeat;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
}
/* line 340, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper {
  width: 1046px;
  margin: 0 auto;
}
/* line 344, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper .phone {
  width: 245px;
  height: 420px;
  background: url("../images/phone.png") center center no-repeat;
  float: left;
}
/* line 351, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper .block_info_text {
  width: 440px;
  height: 420px;
  float: left;
  padding: 0 40px;
}
/* line 357, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper .block_info_text .block_info_title {
  padding-top: 60px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
/* line 365, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper .block_info_text .block_info_article {
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
/* line 372, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .block_info .wrapper .block_info_envelope {
  width: 200px;
  height: 248px;
  float: left;
  padding-top: 152px;
  background: url("../images/envelope.png") 0 25px no-repeat;
  color: #878787;
  font-size: 12px;
  line-height: 18px;
}
/* line 386, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .get_kyptomail {
  width: 100%;
  height: 245px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  float: none;
  clear: both;
}
/* line 395, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .get_kyptomail .experience {
  padding-top: 35px;
  color: #434343;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
}
/* line 404, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .get_kyptomail .get {
  margin-top: 15px;
  color: #878787;
  font-size: 24px;
  line-height: 30px;
}
/* line 411, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .get_kyptomail .appstore {
  margin-top: 30px;
}
/* line 416, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .coming_soon {
  width: 100%;
  height: 550px;
  background: url("../images/coming_soon.png") bottom center #42accd no-repeat;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120px;
}
/* line 428, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section {
  width: 1046px;
  min-width: 1046px;
  margin: 30px auto 0 auto;
  padding-bottom: 46px;
  overflow: hidden;
  background: url("../images/shadow.jpg") bottom center no-repeat;
}
/* line 436, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section aside {
  width: 190px;
  min-height: 50px;
  float: left;
  padding-right: 35px;
}
/* line 442, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section aside p {
  color: #888888;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
}
/* line 450, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section aside .info_icon {
  padding-bottom: 20px;
}
/* line 454, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section aside .exclamation_triangle {
  font-weight: 300;
  color: #888888;
  font-size: 42px;
}
/* line 461, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section .office_icons {
  text-align: right;
  padding-top: 12px;
}
/* line 466, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section article {
  width: 643px;
  float: left;
}
/* line 470, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section article h1 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  padding: 15px 0;
  font-weight: 300;
}
/* line 478, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section article h2 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  padding: 15px 0;
  font-weight: 300;
}
/* line 486, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section article p {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #444444;
  padding-bottom: 25px;
  font-weight: 300;
}
/* line 493, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section article p:last-child {
  padding-bottom: 0;
}
/* line 499, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section .title {
  width: 100%;
  text-align: center;
}
/* line 503, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section .title h1, html body section .wrapper_for_section .title h2 {
  font-size: 36px;
  color: #444444;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
/* line 511, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section .title h2 {
  color: #888888;
  font-size: 18px;
  padding-top: 16px;
}
/* line 519, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section_wo_background {
  background-image: none;
}
/* line 523, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section_wo_padding {
  padding-bottom: 0;
}
/* line 527, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .wrapper_for_section_wo_half_padding {
  padding-bottom: 23px;
}
/* line 531, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages {
  width: 100%;
  padding: 28px 0;
  background-color: #eeeeee;
}
/* line 536, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column {
  width: 1046px;
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: hidden;
  padding-top: 24px;
}
/* line 544, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column .advantage {
  width: 210px;
  min-height: 10px;
  float: left;
  padding-left: 40px;
}
/* line 550, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column .advantage:first-child {
  padding-left: 0;
}
/* line 554, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column .advantage .icon {
  width: 27px;
  color: #444444;
  float: left;
  font-size: 24px;
}
/* line 561, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column .advantage .text {
  width: 161px;
  padding-left: 22px;
  color: #444444;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
}
/* line 571, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .advantages .column:first-child {
  padding-top: 0;
}
/* line 577, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .questions {
  width: 100%;
  background-color: #eeeeee;
}
/* line 581, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .questions ul {
  display: block;
  width: 821px;
  margin: 0 auto;
  padding: 23px 0 23px 225px;
  list-style-type: none;
}
/* line 589, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body section .questions ul li a {
  color: #3c7ef1;
  font-size: 14px;
  line-height: 30px;
}
/* line 599, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer, html body .push {
  height: 77px;
}
/* line 601, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer {
  width: 100%;
  background-color: #eeeeee;
}
/* line 605, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer .wrapper {
  width: 1046px;
  height: 77px;
  margin: 0 auto;
  position: relative;
}
/* line 611, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer .wrapper .icon {
  width: 66px;
  height: 67px;
  position: absolute;
  top: -14px;
  left: 56px;
}
/* line 619, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer .wrapper .copyright {
  padding-left: 130px;
  color: #878787;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  padding-top: 20px;
  font-weight: 300;
  float: left;
}
/* line 629, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer .wrapper .copyright a, html body footer .wrapper .copyright a:hover, html body footer .wrapper .copyright a:visited {
  color: #548df1;
}
/* line 634, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
html body footer .wrapper .social {
  width: 446px;
  float: left;
  text-align: right;
  padding-top: 15px;
}

/* line 650, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
p.big, html body section .wrapper_for_section article p.big {
  font-family: "Open Sans";
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}

/* line 657, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.legal {
  font-size: 10px;
  font-size: 888;
}

/* line 662, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.block.mc {
  height: auto;
  border: none;
}

/* line 667, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.mc-box {
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  background: -webkit-linear-gradient(top, #fff, #fafafa);
  background: -moz-linear-gradient(top, #fff, #fafafa);
  background: -o-linear-gradient(top, #fff, #fafafa);
  background: -ms-linear-gradient(top, #fff, #fafafa);
  background: linear-gradient(to bottom, #fff, #fafafa);
  border: 1px solid #e8e8e8;
  padding: 50px;
  margin: 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 685, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.mc-box h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 693, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.mc-box p {
  color: #808080;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
/* line 700, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.mc-box input[type=email] {
  display: inline-block;
  padding: 12px 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #606060;
  outline: none;
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -ms-transition: 200ms all ease;
  transition: 200ms all ease;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans","Helvetica Neue","Helvetica",sans-serif;
  -webkit-appearance: none;
  width: 300px;
}
/* line 723, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.mc-box button {
  display: inline-block;
  padding: 12px 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #606060;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #38a9fb, #2c91f9);
  background-image: -moz-linear-gradient(top, #38a9fb, #2c91f9);
  background-image: -o-linear-gradient(top, #38a9fb, #2c91f9);
  background-image: -ms-linear-gradient(top, #38a9fb, #2c91f9);
  background-image: linear-gradient(to bottom, #38a9fb, #2c91f9);
  color: #fff;
}

/* line 752, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.feature {
  width: 33%;
  height: 140px;
  padding: 35px 25px;
  float: left;
  color: #888;
  font-weight: normal;
  font-size: 13px;
  box-sizing: border-box;
}
/* line 758, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.feature h2 {
  color: #444;
  font-size: 16px;
  font-weight: normal;
}
/* line 769, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.feature .ico {
  float: left;
  margin-right: 10px;
  width: 45px;
}
/* line 775, /Users/sergeyk/Projects/sites/kryptomail/public/stylesheets/main.scss */
.feature div {
  float: left;
  width: 240px;
}