.flexbox-display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*ul {
  width: 100%;
  @media @xs {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
  }
}*/
.global-wrapper {
  background-color: #fff;
}
.header .main-menu.main-menu-inner li a.active {
  background-color: #e5e5e5;
  color: #2f323c;
}
.header .main-menu li {
  float: left;
  margin-right: 16px;
}
.header .main-menu li a.active {
  color: #2e2f2f;
  display: block;
  width: 96px;
  text-align: center;
  height: 30px;
  background-image: url(/images/pages/blacklist/signup.png);
  background-repeat: no-repeat;
  padding-top: 3px;
}
.header .main-menu li a.active:hover {
  color: #ffffff;
  background: none;
}
.lp-h1 {
  font-size: 38px;
  line-height: 50px;
  font-family: 'open_sansregular';
  margin-bottom: 45px;
}
.lp-h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: 'open_sansbold';
  margin-bottom: 26px;
}
.lp-bold {
  font-family: 'open_sansbold';
  font-weight: normal;
}
.lp-roboto-bold {
  font-family: 'robotobold';
  font-weight: normal;
}
.color-blue {
  color: #23b4ff;
}
.lp-descr {
  font-family: 'robotolight';
  font-size: 18px;
  line-height: 30px;
}
.container-fixed_sm {
  max-width: 630px;
  margin: 0 auto;
}
.btn.start-button,
a.btn:not(.md-button).start-button {
  -webkit-box-shadow: 0 9px 13px -4px rgba(14, 157, 231, 0.5);
  -moz-box-shadow: 0 9px 13px -4px rgba(14, 157, 231, 0.5);
  -ms-box-shadow: 0 9px 13px -4px rgba(14, 157, 231, 0.5);
  -o-box-shadow: 0 9px 13px -4px rgba(14, 157, 231, 0.5);
  box-shadow: 0 9px 13px -4px rgba(14, 157, 231, 0.5);
  height: 60px;
  font-size: 18px;
  font-family: 'roboto_condensedbold';
  border-radius: 33px;
  margin: 0 auto -45px auto;
  display: block;
  width: 390px;
}
.btn.start-button_bg,
a.btn:not(.md-button).start-button_bg {
  background: #23b4ff url('/images/pages/slack/start-up-icon.png') no-repeat 128px center;
  padding-left: 43px;
  padding-top: 10px;
}
.btn.start-button_bg:hover,
a.btn:not(.md-button).start-button_bg:hover {
  background: #3dbdff url('/images/pages/slack/start-up-icon.png') no-repeat 128px center;
}
.lp-header {
  background-image: url(/images/pages/social-media-customer-support/back.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-bottom: 27px;
  margin-bottom: -22px;
}
.lp-header__content {
  margin-top: 58px;
}
.main-screen {
  margin-bottom: -200px;
  position: relative;
  z-index: 10;
}
.bc-ellipse {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bc-ellipse__bg {
  background-color: #f9fafb;
  position: absolute;
  top: 45px;
  right: -500px;
  bottom: 0;
  left: -500px;
  border-radius: 50%;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bc-ellipse__content {
  z-index: 2;
  position: relative;
  padding-top: 295px;
  padding-bottom: 190px;
}
.lp-screen-left {
  margin-left: -57px;
}
.lp-screen-right {
  margin-left: -10px;
}
.lp-text-right {
  margin-left: -18px;
}
.lp-text-left {
  margin-left: -10px;
}
.img-tip {
  margin-top: 5px;
  margin-right: 13px;
}
.lp-section__title {
  font-family: 'open_sansregular';
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 40px;
}
.blue-circle-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.blue-circle-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 30px;
  font-size: 18px;
}
.blue-circle-list li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #23b4ff;
  border-radius: 100px;
}
.main-screen__img {
  -webkit-box-shadow: 0px 16px 27px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 16px 27px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 16px 27px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1100px) {
  .lp-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
  .lp-text-left {
    width: 100%;
  }
  .flex-order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .lp-screen-left,
  .lp-screen-right,
  .lp-text-left,
  .lp-text-right {
    margin-left: 0;
    margin-right: 0;
  }
  .lp-screen-left,
  .lp-screen-right {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .container-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp-header__content {
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .lp-header {
    padding-bottom: 27px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .lp-logo {
    width: 100%;
  }
  .main-screen__img {
    width: 100%;
  }
  .main-screen {
    padding: 0 30px;
  }
  .bc-ellipse__content {
    padding-bottom: 100px;
  }
  .lp-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .lp-h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .lp-section__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .lp-screen-left,
  .lp-screen-right {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .btn.start-button,
  a.btn:not(.md-button).start-button {
    width: 100%;
  }
  .btn.start-button_bg,
  a.btn:not(.md-button).start-button_bg {
    background-position: 100px center;
  }
}
@media screen and (max-width: 360px) {
  .btn.start-button_bg,
  a.btn:not(.md-button).start-button_bg {
    background-position: 90px center;
  }
}
/*# sourceMappingURL=slack.css.map */