@font-face {
  font-family: 'Proxima';
  src: url("../fonts/5421118/21731325-b796-4fd8-bf1b-50b7a6f88fbc.eot?#iefix");
  src: url("../fonts/5421118/21731325-b796-4fd8-bf1b-50b7a6f88fbc.eot?#iefix") format("eot"), url("../fonts/5421118/29c3fe02-a6da-493e-8a53-577561b46a45.woff2") format("woff2"), url("../fonts/5421118/8554518e-25e1-469a-92d9-d9b767445838.woff") format("woff"), url("../fonts/5421118/1cc8acdf-fa99-4fab-bbaf-3184ba66dce2.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/5421072/62b6578f-c5b9-49ab-9ee1-875931f711fa.eot?#iefix");
  src: url("../fonts/5421072/62b6578f-c5b9-49ab-9ee1-875931f711fa.eot?#iefix") format("eot"), url("../fonts/5421072/90d12208-813d-4e1e-9b00-aa60f10bb7d3.woff2") format("woff2"), url("../fonts/5421072/9b72e845-3fe7-4e1a-8e9e-516268de82f2.woff") format("woff"), url("../fonts/5421072/7f57abb4-a359-42f5-8b00-00f2693ac638.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/5420532/2bcebe3b-88a9-4219-8c16-5b7735604b7c.eot?#iefix");
  src: url("../fonts/5420532/2bcebe3b-88a9-4219-8c16-5b7735604b7c.eot?#iefix") format("eot"), url("../fonts/5420532/5230139e-3659-4e55-be84-788430aabfe7.woff2") format("woff2"), url("../fonts/5420532/32a3a5ce-65fb-4986-8cd6-63d7042ce8f5.woff") format("woff"), url("../fonts/5420532/d2635ac8-06b2-42e3-be6d-8636f3695755.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima';
  src: url("../fonts/5420522/793a6432-779a-44fc-9dcf-7dee83cf0337.eot?#iefix");
  src: url("../fonts/5420522/793a6432-779a-44fc-9dcf-7dee83cf0337.eot?#iefix") format("eot"), url("../fonts/5420522/e73a7e7b-412a-48ce-9e09-d01d2d08fb22.woff2") format("woff2"), url("../fonts/5420522/cf56811e-3160-4fc4-9bae-1814589b30c0.woff") format("woff"), url("../fonts/5420522/d277cd2e-d471-43fe-93fc-b93133ec9f83.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  color: #575757;
  font-family: 'Proxima', sans-serif !important;
}

.section-heading {
  margin: 20px 0 40px 0;
  font-size: 54px;
}

.academy-logo {
  max-width: 20px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.sm-bot {
  position: fixed;
  left: 0;
  bottom: 90px;
  z-index: 2147483648;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: 0;
}

.sm-bot__image {
  max-width: 58%;
}

@media all and (max-width: 1200px) {
  .section-heading {
    font-size: 48px;
    line-height: 48px;
  }
}

@media all and (max-width: 992px) {
  .section-heading {
    font-size: 40px;
  }
}

@media all and (max-width: 768px) {
  .section-heading {
    font-size: 35px;
    margin: 0px 0 40px 0;
    text-align: center;
  }
  .sm-bot {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .section-heading {
    font-size: 30px;
  }
}

@media all and (max-width: 520px) {
  .section-heading {
    line-height: 35px;
    font-size: 25px;
    margin: 0 0 20px 0;
  }
}

@media all and (max-width: 440px) {
  .section-heading {
    line-height: 32px;
    font-size: 24px;
  }
  .sm-bot {
    bottom: 60px;
  }
}

@media all and (max-width: 320px) {
  .section-heading {
    font-size: 22px;
  }
}

.topbar {
  background-color: #f6f6f6;
  padding: 4px 0;
  border-bottom: solid 2px #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.topbar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topbar__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.topbar__item {
  display: inline-block;
}

.topbar__link {
  color: #7c8082;
  font-size: 11.5px;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
}

.topbar__link:hover {
  color: #7c8082;
}

.topbar__link--about {
  background-color: #35455b;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.topbar__link--about:hover,
.topbar__link--about:focus {
  color: #fff;
}

.topbar__link--reseller {
  border: 1px solid #35455b;
  border-radius: 0px;
}

.topbar__fb-lang {
  display: inline-block;
}

.topbar__fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: slide-down ease-in-out 0.3s normal forwards;
  animation: slide-down ease-in-out 0.3s normal forwards;
  opacity: 1;
  border-bottom: solid 2px #eee;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.topbar-btn {
  color: #ffffff;
}

.topbar-btn:hover,
.topbar-btn:focus {
  color: #ffffff;
}

.topbar-btn--login {
  background-color: #000000;
}

.topbar-btn--register {
  background-color: #c9dca1;
  color: #343434;
}

.topbar-btn--register:hover {
  background-color: #dae7bf;;
}

.language {
  position: relative;
  padding-bottom: 15px;
  display: inline;
  cursor: pointer;
}

.language>a {
  padding: 5px 2px 5px 2px;
}

.language__globe {
  color: #c9dca1;
}

.language__list {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
  z-index: 1;
}

.language__item:hover,
.language__item--active {
  background-color: #fafafa;
}

.language__link {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}

.btn-sm {
  padding: 5px 5px;
}

.language__link:hover {
  color: inherit;
  text-decoration: none;
}

.language__caret {
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
}

.language__caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 6px solid #c9dca1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.language__caret:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  border-top: 3px solid #eee;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.navbar {
  background-color: #fff;
  border-bottom: solid 2px #eee;
  margin: 0;
  border-radius: 0;
  margin-top: 40px;
}

.navbar .container {
  position: relative;
}

.navbar .dropdown {
  position: static;
}

.navbar-default {
  border-top: none;
}

.navbar-brand {
  height: auto;
  padding: 9px 15px 6px 15px;
}

.navbar-nav {
  text-transform: uppercase;
  color: #78a614;
  float: right;
  position: static;
}

.navbar-nav>li>a {
  color: #687074;
  font-size: 15px;
  padding: 15px 30px 15px 20px;
}

.navbar-nav>li>a:hover {
  color: #78a614;
}

.navbar-nav>li>a:after {
  top: 16px;
  right: 15px;
  font-size: 11px;
  content: "\f107";
  position: absolute;
  font-weight: 400;
  display: inline-block;
  font-family: icomoon;
}

.navbar-nav>li>a:last-child {
  padding: 15px 20px;
}

.navbar-nav>li>a:last-child:after {
  content: '';
}

.navbar-default .navbar-nav>li:hover>a {
  color: #78a614;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #78a614;
    position: relative;
  }
  .navbar-default .navbar-nav>.open>a:before,
  .navbar-default .navbar-nav>.open>a:focus:before,
  .navbar-default .navbar-nav>.open>a:hover:before,
  .navbar-default .navbar-nav>li>a:hover:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #dae7bf;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #78a614;
  }
}

.dropdown-menu {
  left: 15px;
  right: 15px;
  border-top: solid 2px transparent;
  padding: 0;
  border: none;
  min-width: 200px;
  z-index: 99;
  border-bottom: solid 2px #687074;
  top: 104%;
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  overflow: hidden;
}

.dropdown-menu li .image-menu a {
  font-size: 24px;
  text-transform: none;
}

.dropdown-menu li .image-menu .fa {
  margin-left: 5px;
}

.dropdown-menu li .image-menu:hover {
  background-color: #687074;
}

.dropdown-menu a {
  color: #687074;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 1px;
  position: relative;
  border-bottom: none;
  padding: 5px 10px 5px 15px;
  text-transform: none;
}

.dropdown-menu a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  background: #687074;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.dropdown-menu .active a {
  color: #fff;
  -webkit-filter: none;
  filter: none;
  background: #687074;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equal-height-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-left: 1px solid #eee;
}

.equal-height-in:first-child {
  border-left: none;
  margin-left: -1px;
}

.equal-height-list {
  width: 100%;
}

@media (min-width: 992px) {
  .header .navbar-nav>li.dropdown:hover>a:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #dae7bf;
  }
  .header .navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 13px;
  }
  .dropdown-menu li .image-menu a {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .language:hover .language__list {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .topbar__col:first-child {
    width: 70%;
  }
  .topbar__col:nth-child(2) {
    width: 30%;
  }
  .topbar__fb-lang {
    margin-top: 8px;
    display: none;
  }
  .fb_iframe_widget {
    padding-left: 0;
  }
  .navbar-brand {
    padding: 9px 0 6px 15px;
  }
  .navbar-nav>li>a {
    padding: 15px 27px 15px 20px;
  }
  .navbar-nav>li>a:after {
    right: 12px;
  }
}

@media screen and (max-width: 991px) {
  .container>.navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  .topbar {
    padding: 6px 0;
    position: static;
  }
  .topbar__menu {
    display: block;
    width: 100%;
  }
  .topbar__item {
    margin-right: 8px;
  }
  .navbar {
    padding: 3px 0;
    margin-top: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    padding: 9px 0 8px 15px;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav li {
    float: none;
  }
  .dropdown-menu {
    float: none;
    position: static;
    left: 0;
    right: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0;
    max-height: 245px;
    overflow: auto;
  }
  .dropdown-menu ul {
    padding: 0 0 0 15px;
  }
  .dropdown-menu a {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding: 10px 5px;
  }
  .dropdown-menu a:hover {
    background-color: transparent;
    color: #333;
  }
  .equal-height,
  .equal-height-in,
  .equal-height-list {
    display: block;
  }
  .equal-height-in {
    padding: 0;
    border: none;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    background-color: transparent !important;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .navbar-nav>li>a {
    padding: 12px 5px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .navbar-nav>li>a:last-child {
    border: none;
    padding: 12px 5px;
  }
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #78a614;
  }
  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    border: none;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #78a614;
  }
  .navbar-default .navbar-toggle {
    border-color: #c9dca1;
    border-radius: 3px;
    padding: 6px 10px 2px;
    font-size: 16px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #78a614;
  }
  .navbar-default .navbar-toggle:hover .icon-bars,
  .navbar-default .navbar-toggle:focus .icon-bars {
    color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bars {
    color: #78a614;
  }
  .header .navbar-default .navbar-toggle {
    border-color: #c9dca1;    
  }
  .header .navbar-default .navbar-toggle .fa {
    color: #c9dca1;
    font-size: 19px;
  }
  .navbar-default .navbar-toggle:focus .fa, .navbar-default .navbar-toggle:hover .fa {
    color: #fff !important;
  }
  .header .navbar-toggle:hover {
    background-color: #c9dca1 !important;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #c9dca1 !important;
}
  .topbar__fb-lang {
    display: block;
    margin: 15px 0 15px 0;
  }
  .language {
    position: absolute;
    right: 30px;
    display: inline-block;
    padding-bottom: 0;
  }
  .language__list {
    top: 32px;
    left: 2px;
    display: none;
    list-style: none;
    min-width: 101px;
    position: absolute;
    background: #f0f0f0;
    z-index: 9999;
    padding-left: 0;
  }
  .language__link {
    padding: 6px;
    font-size: 12px;
  }
  .language.open .language__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-collapse {
    padding-bottom: 5px;
  }
  .navbar-toggle {
    margin-right: 15px;
  }
  .topbar__col:first-child {
    width: 60%;
  }
  .topbar__col:nth-child(2) {
    width: 40%;
  }
  .topbar-login {
    padding: 2px 0;
  }
  .topbar__fb-lang {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 414px) {
  .header {
    position: relative;
    z-index: 1;
  }
  .topbar__col:nth-child(2) {
    width: 50%;
  }
  .language,
  .fb_iframe_widget {
    padding: 8px 8px 8px 8px;
  }
  .fb_iframe_widget_fluid {
    display: inline-block !important;
  }
  .topbar__fb-lang {
    margin: 0;
  }
  .language__list {
    top: 43px;
    left: 7px;
  }
  .topbar-btn {
    padding: 5px;
  }
}

@media screen and (max-width: 400px) {
  .topbar__col:first-child {
    padding-right: 0;
  }
  .topbar__col:nth-child(2) {
    padding-left: 0;
  }
}

@media screen and (max-width: 374px) {
  .topbar__item {
    margin-right: 2px;
  }
}

@media screen and (max-width: 320px) {
  .btn-sm {
    padding: 2px;
  }
  .topbar__link {
    padding: 2px;
  }
  .topbar__col:first-child {
    width: 60%;
  }
  .topbar__col:nth-child(2) {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .desktop-hidden {
    display: none;
  }
  .open>.dropdown-menu {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .mobile-hidden {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .hide-medium {
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .topbar {
    border-bottom: solid 2px #eee;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  .navbar {
    margin-top: 40px;
    border-top: none !important;
  }
}

@media all and (max-width: 1199px) {
  .topbar {
    position: static;
  }
  .navbar {
    margin-top: 0;
  }
}

.topbar-register--mobile {
  display: none;
}

@media (max-width: 600px) {
  .topbar-register--desktop {
    display: none;
  }
  .topbar-register--mobile {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topbar__col:first-child {
    width: 77%;
  }
  .topbar__col:nth-child(2) {
    width: 30%;
  }
}

.topbar-register--mobile {
  display: none;
}

@media (max-width: 600px) {
  .topbar-register--desktop {
    display: none;
  }
  .topbar-register--mobile {
    display: inline-block;
  }
}

@media (max-width: 1025px) {
  .hide-medium {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-991 {
    display: none;
  }
}

@media (max-width: 760px) {
  .hide-small {
    display: none;
  }

  .product-demo__span:nth-child(1) {
    display: block;
    margin-bottom: 18px;
    margin-top: 10px;
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .topbar__item.reseller {
    display: inline-block;
  }
  .topbar__col:first-child {
    width: 69%;
  }
  .topbar__col:nth-child(2) {
    width: 31%;
  }
}

.hero {
  background-image: url(https://d2u4ci4ux2a106.cloudfront.net/images/maincom-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0 55px 0;
  overflow: hidden;
}

.hero__container {
  position: relative;
}

.hero__container__content {
  position: relative;
  z-index: 1;
}

.hero__img {
  position: absolute;
  left: 227px;
  top: 12px;
  max-width: 775px;
  margin-left: auto;
  display: block;
  opacity: 0.9;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero {
    padding: 45px 0 75px 0;
    text-align: center;
  }

  .hero {
    background-position: top left;
  }

  .hero__img {
    display: none;
  }
}

.hero__badge {
  position: absolute;
  top: 100%;
  left: -74%;
}

@media (max-width: 1199px) {
  .hero__badge {
    left: -117%;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .hero__badge {
    display: none;
  }
}

.hero__badge--mobile {
  display: none;
}

.hero-badge {
  margin-bottom: 15px;
}

.hero-top30 {
  color: #35455b;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}

.hero-btn {
  background: #78a614;
  color: #fff;
  border: 1px solid #78a614;
  border-radius: 5px;
  line-height: 32px;
  font-size: 20px;
  padding: 19px 43px;
  margin-top: 0;
  margin-bottom: 8px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
 
}

.hero-btn:hover,
.hero-btn:focus {
  background-color: #c9dca1;
  border: 1px solid #c9dca1;
  color: #fff;
}

.hero-btn__chevron {
  display: inline-block;
  position: relative;
  left: 8px;
  top: 0px;
}

.hero-btn__span {
  font-weight: 700;
}

.hero-btn__icon {
  font-size: 34px;
  line-height: .75em;
  vertical-align: -14%;
}

.hero-title {
  color: #35455b;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 20px;
  line-height: 1.1;
}

.hero-title__span {
  display: block;
}

.hero-title__span:first-child {
  font-size: 22px;
    letter-spacing: -1px;
  margin-bottom: 5px;
}

.hero-title__span:nth-child(2) {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  
}

.hero-title__span:nth-child(3) {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 23px;
  line-height: 1.8;
}

.hero-title__list {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 4px;
  list-style: none;
  text-align: left;
  color: #35455b;
}

.hero-title__list li {
  position: relative;
  padding-left: 15px;
  color: #35455b !important;
}

.hero-title__list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  border: solid #78a614;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-demo {
  color: #f6f6f6;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 60px;
}

@media (max-width: 414px) {
  .product-demo {
    margin-bottom: 30px;
  }
}

.product-demo__span {
  display: block;
  margin-bottom: 8px;
}

.product-demo__span:nth-child(2) {
  font-size: 12px;
  margin-bottom: 0;
}

.product-demo__link {
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  position: relative;
  color: #f6f6f6;
  margin-bottom: 15px;
  text-decoration: none;
}

.product-demo__link:hover {
  text-decoration: none;
  color: #35455b;
}

.product-demo__link:hover:after {
  background: #35455b;
}

.product-demo__link:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f6f6f6;
  display: block;
  content: '';
  right: 0;
  bottom: -1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.circle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 90px;
}

.circle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px dashed #515e71;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  max-width: 125px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circle:first-child {
  margin-left: 0;
}

.circle span {
  display: inline-block;
  color: #78a614;
  font-size: 13px;
  line-height: 1.2;
  padding: .1em 0;
  text-decoration: none;
  color: #515e71;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.circle:hover,
.circle.active {
  background: #78a614;
  border: 1px solid #78a614;
  cursor: pointer;
}

.circle:hover span,
.circle.active span {
  color: #fff;
  text-decoration: none;
}

.circle .submenu {
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 98;
  top: 105%;
  left: -20px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.circle .submenu li {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px dashed #515e71;
  border-radius: 5px;
  color: #515e71;
  font-size: 12px;
  line-height: 1.2;
  min-height: 31px;
  height: auto;
  width: 170px;
  padding: 2px 8px;
  margin-bottom: 3px;
  cursor: default;
  text-align: center;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.circle .submenu li:hover {
  border: 1px dashed #78a614;
}

.circle.fd.submenu {
  list-style: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.circle.active .submenu {
  opacity: 1;
  cursor: default;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.submenu__link {
  color: #555;
}

.submenu__link:hover,
.submenu__link:focus {
  color: #78a614;
  text-decoration: none;
}

.content-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.client-green,
.user-green,
.flow-green,
.funnel-green,
.tools-green {
  display: inline-block;
  background: url("https://static.salesmanago.pl/site/homepage/en/img/sprite-min-vertical.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  width: 55px;
  height: 55px;
  text-align: left;
  position: relative;
}

.client-green {
  background-position: -0 -0;
}

.user-green {
  background-position: -0 -440px;
}

.flow-green {
  background-position: -0 -110px;
}

.funnel-green {
  background-position: -0 -220px;
}

.tools-green {
  background-position: -0 -330px;
}

.client-green::after,
.user-green::after,
.flow-green::after,
.funnel-green::after,
.tools-green::after {
  content: "";
  background: url("https://static.salesmanago.pl/site/homepage/en/img/sprite-min-vertical.png") no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.circle:hover .client-green::after,
.circle.active .client-green::after,
.circle:hover .user-green::after,
.circle.active .user-green::after,
.circle:hover .flow-green::after,
.circle.active .flow-green::after,
.circle:hover .funnel-green::after,
.circle.active .funnel-green::after,
.circle:hover .tools-green::after,
.circle.active .tools-green::after {
  opacity: 1;
}

.client-green::after {
  background-position: -0 -55px;
}

.user-green::after {
  background-position: -0 -495px;
}

.flow-green::after {
  background-position: -0 -165px;
}

.funnel-green::after {
  background-position: -0 -275px;
}

.tools-green::after {
  background-position: -0 -385px;
}

.hero-btn__icon {
  -webkit-animation: pulse 2s ease-out infinite;
  animation: pulse 2s ease-out infinite;
  display: inline-block;
}

.product-demo__span:nth-child(1) {
  font-size: 13px;
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

@media screen and (max-width: 1199px) {
  .hero-title__span:first-child {
    font-size: 20px;
  }
  .hero-title__span:nth-child(2) {
    font-size: 26px;
  }
  .hero-title__span:nth-child(3) {
    font-size: 14px;
  }
  .hero-title__list {
    padding-left: 0;
  }
  .hero-title__list li {
    padding-left: 11px;
  }
  .hero-title__list li:before {
    margin-top: -5px;
    width: 5px;
    height: 8px;
    border-width: 0 2px 2px 0;
  }
  .hero-btn {
    font-size: 18px;
    padding: 14px 25px;
    z-index: 1;
    position: relative;
  }
  .circle {
    max-width: 115px;
  }
  .circle .submenu li {
    width: 160px;
    font-size: 12px;
  }
  .circle span {
    font-size: 12px;
  }
  .hero__img {
    left: 130px;
    top: 14px;
    max-width: 390px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding: 45px 0 75px 0;
    text-align: center;
  }
  .hero__img {
    display: none;
  }
  .hero-title__span:first-child {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .hero-title__span:nth-child(2) {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .hero-title__span:nth-child(3) {
    font-size: 16px;
  }
  .hero-title__list {
    max-width: 460px;
  }
  .circle-wrap {
    display: none;
  }
  .hero-btn {
    position: relative;
    z-index: 1;
  }
  .product-demo__link {
    position: relative;
    z-index: 1;
  }
  .hero-btn__icon {
    vertical-align: -22%;
  }
}

@media screen and (max-width: 500px) {
  .hero-title__span:nth-child(3) {
    font-size: 14px;
  }
}

@media screen and (max-width: 419px) {
  .hero-title__list li:nth-child(3):before {
    margin-top: -15px;
  }
}


@media screen and (max-width: 383px) {
  .hero-title__list li:nth-child(3):before, .hero-title__list li:nth-child(4):before  {
    margin-top: -15px;
  }
}

@media screen and (max-width: 414px) {
  .hero {
    padding: 30px 0;
    position: relative;
    background-position: center left;
    z-index: 0;
  }
  .hero__container {
    position: static;
  }
  .hero-title {
    margin-bottom: 30px;
  }
  .hero-title__span:first-child {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .hero-title__span:nth-child(2) {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .hero-title__span:nth-child(3) {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hero-title__list {
    padding-left: 0px;
    max-width: 400px;
  }
  .hero-btn {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 28px 12px 22px;
  }
  .product-demo__span:nth-child(1) {
    font-size: 13px;
    display: none;
  }
  .product-demo__span:nth-child(2) {
    display: block;
    line-height: 1.2;
    margin-top: 25px;
    font-size: 12px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
  }
  .hero__img {
    display: none;
  }
  .hero-badge {
    max-width: 170px;
    margin-bottom: 25px;
  }
  .hero-top30 {
    font-size: 13px;
    margin-bottom: 25px;
    color: #575757;
    font-weight: 400;
    line-height: 1.4;
  }
}

.banners {
  padding: 50px 0;
}

.banner__img {
  background: url("https://static.salesmanago.pl/site/homepage/pl/img/banners_noborder2.png");
  height: 213px;
  background-size: cover;
  border: 1px solid #e3e3e3;
}

.banner__link {
  display: block;
  height: 100%;
  width: 100%;
}

.banner:nth-of-type(1) .banner__img {
  background-position: 0 40%;
  background-size: 100%;
}

.banner:nth-of-type(2) .banner__img {
  background-position: 0 20%;
  background-size: 100%;
}

.banner:nth-of-type(3) .banner__img {
  background-position: 0 0%;
  background-size: 100%;
}

#banner-rodo {
  background-size: 100%;
  background-image: url(https://s3-eu-west-1.amazonaws.com/salesmanagoimg/gendd6kvhmfptvsn/i7j87dk7vyp0p2q9/l8cfqdb3vciykc1a.png);
}

#banner-badge {
  background-image: url(https://s3-eu-west-1.amazonaws.com/salesmanagoimg/gendd6kvhmfptvsn/i7j87dk7vyp0p2q9/d3kt3qas0uzune89.png);
  background-size: 100%;
}

.banners-bottom .banners__img {
  height: 210px;
}

.banners-bottom .banner:nth-of-type(1) .banner__img {
  background-position: 0 80%;
  background-size: 100%;
}

.banners-bottom .banner:nth-of-type(2) .banner__img {
  background-position: 0 100%;
  background-size: 100%;
}

.banners-bottom .banner:nth-of-type(3) .banner__img {
  background-position: 0 60%;
  background-size: 100%;
}

@media all and (max-width: 1200px) {
  .banner__img {
    height: 174px;
  }
  .banner .banners-bottom .banner__img {
    height: 174px;
  }
}

@media all and (max-width: 992px) {
  .banner__img {
    height: 131px;
  }
  .banners-bottom .banner__img {
    height: 130px;
  }
}

@media all and (max-width: 768px) {
  .banners {
    text-align: center;
    padding: 15px 0 10px 0;
  }
  .banner {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 400px;
  }
  .banner__img {
    height: 219px;
    margin: 20px auto;
  }
  .banners-bottom .banner__img {
    height: 219px;
  }
  .banners-bottom .banner {
    margin: 20px auto;
  }
}

@media all and (max-width: 550px) {
  .banner {
    width: 365px;
  }
  .banner__img {
    height: 200px;
  }
  .banners-bottom .banner__img {
    height: 198px;
  }
}

@media all and (max-width: 450px) {
  .banner {
    width: 320px;
  }
  .banner__img {
    height: 172px;
  }
  .banners-bottom .banner__img {
    height: 171px;
  }
}

@media all and (max-width: 380px) {
  .banner {
    width: 290px;
  }
  .banner__img {
    height: 154px;
  }
  .banners-bottom .banner__img {
    height: 154px;
  }
}

@media all and (max-width: 350px) {
  .banners-bottom .banner__img {
    height: 153px;
  }
}

.client {
  margin-bottom: 40px;
}

.client__bg {
  background: url("https://static.salesmanago.pl/site/homepage/pl/img/clientsnoborder.png");
  height: 107px;
  max-width: 100%;
  background-size: 100%;
  border: 1px solid #e3e3e3;
  background-repeat: no-repeat;
}

.client__bg--nb {
  background-size: 100%;
}

.client:nth-of-type(2) .client__bg {
  background-position: 0 6.724782%;
}

.client:nth-of-type(3) .client__bg {
  background-position: 0 0%;
}

.client:nth-of-type(4) .client__bg {
  background-position: 0 13.387298%;
}

.client:nth-of-type(5) .client__bg {
  background-position: 0 20.049813%;
}

.client:nth-of-type(6) .client__bg {
  background-position: 0 26.712329%;
}

.client:nth-of-type(7) .client__bg {
  background-position: 0 33.374844%;
}

.client:nth-of-type(8) .client__bg {
  background-position: 0 40.03736%;
}

.client:nth-of-type(9) .client__bg {
  background-position: 0 46.699875%;
  background-size: 100%;
}

.client:nth-of-type(10) .client__bg {
  background-position: 0 53.362391%;
}

.client:nth-of-type(11) .client__bg {
  background-position: 0 60.024907%;
}

.client:nth-of-type(12) .client__bg {
  background-position: 0 66.687422%;
}

.client:nth-of-type(13) .client__bg {
  background-position: 0 73.349938%;
}

@media all and (max-width: 1200px) {
  .client__bg {
    height: 89px;
  }
  .clientsmedia__header {
    font-size: 50px;
    margin: 20px 0 30px 0;
  }
}

@media all and (max-width: 992px) {
  .clientsmedia__header {
    font-size: 40px;
  }
  .client__bg {
    height: 91px;
    display: block;
    margin: 0 auto;
  }
  .clientsmedia__header {
    display: block;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .clientsmedia__header {
    font-size: 35px;
  }
  .client__bg {
    height: 80px;
  }
}

@media all and (max-width: 680px) {
  .client__bg {
    height: 74px;
  }
}

@media all and (max-width: 640px) {
  .client__bg {
    height: 72px;
  }
}

@media all and (max-width: 620px) {
  .client__bg {
    height: 71px;
  }
}

@media all and (max-width: 600px) {
  .client {
    width: 50%;
    margin-bottom: 20px;
  }
  .client__bg {
    height: 91px;
  }
}

@media all and (max-width: 495px) {
  .client__bg {
    height: 82px;
    background-size: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 450px) {
  .client__bg {
    height: 70px;
  }
}

@media all and (max-width: 414px) {
  .client__bg {
    height: 65px;
  }
}

@media all and (max-width: 365px) {
  .client__bg {
    height: 56px;
  }
}

@media all and (max-width: 320px) {
  .client__bg {
    height: 51px;
  }
}

.media {
  margin-bottom: 80px;
  margin-top: 15px;
}

.media__link {
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.media-column__div {
  background: url("https://static.salesmanago.pl/site/homepage/pl/img/clientsnoborder.png");
  height: 107px;
  border: 1px solid #e3e3e3;
  background-size: 100%;
  background-repeat: no-repeat;
}

.media-column:nth-of-type(2) .media-column__div {
  background-position: 0 80.012453%;
}

.media-column:nth-of-type(3) .media-column__div {
  background-position: 0 86.674969%;
}

.media-column:nth-of-type(4) .media-column__div {
  background-position: 0 93.337484%;
}

.media-column:nth-of-type(5) .media-column__div {
  background-position: 0 100%;
}

@media all and (max-width: 1200px) {
  .media-column__div {
    height: 87px;
  }
}

@media all and (max-width: 992px) {
  .media {
    margin-bottom: 40px;
  }
  .media-column__div {
    margin-bottom: 20px;
    height: 142px;
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .media__link {
    text-align: center;
  }
  .media-column__div {
    height: 105px;
  }
}

@media all and (max-width: 665px) {
  .media-column__div {
    height: 87px;
  }
}

@media all and (max-width: 600px) {
  .media-column__div {
    height: 91px;
  }
}

@media all and (max-width: 520px) {
  .media-column__div {
    height: 89px;
  }
}

@media all and (max-width: 495px) {
  .media-column__div {
    height: 80px;
  }
}

@media all and (max-width: 450px) {
  .media-column__div {
    height: 70px;
  }
}

@media all and (max-width: 414px) {
  .media-column__div {
    height: 62px;
  }
}

@media all and (max-width: 365px) {
  .media-column__div {
    height: 54px;
  }
}

@media all and (max-width: 320px) {
  .media-column__div {
    height: 52px;
  }
}

.solutions {
  color: #575757;
}

.solutions-container {
  border: solid 1px #eee;
  height: 125px;
  background: #fafafa;
}

.solutions-container:hover {
  -webkit-box-shadow: 0 0 8px #eee;
  box-shadow: 0 0 8px #eee;
  cursor: pointer;
}

.solutions-container:hover .solutions__header {
  color: #78a614;
}

.solutions__link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.solutions__link:hover {
  text-decoration: none;
}

.solutions__header {
  color: #555;
  font-size: 40px;
  padding-left: 15px;
  margin-top: 15px;
}

.solutions__header--block {
  display: block;
}

.sectors {
  padding: 20px;
  margin: 15px 0 15px;
}

.sectors__header {
  font-size: 41px;
  line-height: 45px;
}

.sectors__header--block {
  display: block;
}

.sectors__link {
  text-decoration: none;
  font-size: 24px;
  line-height: 28px;
  margin-top: 25px;
  font-weight: 300;
  color: #777;
  display: inline-block;
}

.sectors__link:hover {
  text-decoration: none;
  cursor: pointer;
  color: #78a614;
}

.sectors__link::after {
  content: '>>';
  display: inline;
  padding-left: 10px;
  font-size: 17px;
}

.home-promo {
  padding: 20px;
  margin: 15px 0 15px;
  text-align: center;
}

.home-promo__link {
  color: #FFF;
  background-color: #78a614;
  width: 100%;
  padding: 25px 15px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

.home-promo__link:hover {
  background-color: #c9dca1;
  border-color: #c9dca1;
  color: #FFF;
  text-decoration: none;
}

@media all and (max-width: 1200px) {
  .home-promo {
    padding: 20px 15px;
  }
}

@media all and (max-width: 992px) {
  .solutions-container {
    height: 90px;
  }
  .solutions__header {
    font-size: 28px;
    margin-top: 15px;
  }
  .sectors {
    padding: 10px;
    margin: 0 0 15px;
  }
  .sectors__header {
    font-size: 28px;
    line-height: 40px;
  }
  .sectors__link {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
  .home-promo__link--study {
    line-height: 48px;
  }
  .home-promo {
    margin: 0;
    padding: 10px 15px;
  }
}

@media all and (max-width: 768px) {
  .solutions__header {
    font-size: 26px;
  }
  .sectors__header {
    font-size: 26px;
    line-height: 32px;
  }
  .sectors__link {
    font-size: 18px;
  }
  .solutions-container {
    height: 85px;
  }
  .home-promo__link {
    font-size: 15px;
  }
  .home-promo__link--study {
    line-height: 42px;
  }
}

@media all and (max-width: 670px) {
  .solutions-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .solutions__header--block {
    display: inline;
  }
  .home-promo__link {
    font-size: 14px;
  }
  .solutions__header {
    font-size: 24px;
    padding: 20px 0 20px 15px;
    margin: 0;
  }
  .sectors__header {
    font-size: 24px;
    line-height: 30px;
  }
  .sectors__link {
    font-size: 17px;
  }
  .solutions-container {
    height: unset;
  }
}

@media all and (max-width: 640px) {
  .sectors-div {
    width: 100%;
  }
  .sectors {
    margin: 0 0 5px;
  }
  .sectors__link {
    margin-top: 5px;
  }
  .sectors__header--block {
    display: inline;
  }
  .home-promo {
    margin-top: 10px;
    padding: 0;
  }
}

@media all and (max-width: 550px) {
  .home-promo-div {
    width: 100%;
  }
  .home-promo__link--study {
    line-height: normal;
  }
}

.integrations {
  padding-bottom: 25px;
}

.integration {
  margin: 15px 0;
  border: 1px solid #d1d1d1;
}

.integration__sprite {
  background: url(https://static.salesmanago.pl/site/homepage/en/img/js6wsm1pgz33aoew.png);
  background-size: 300%;
  width: 230px;
  padding-bottom: 40%;
  margin: 15px auto;
}

.integration-1 .integration__sprite {
  background-position: 0 0;
}

.integration-2 .integration__sprite {
  background-position: 50% 0;
}

.integration-3 .integration__sprite {
  background-position: 100% 0;
}

.integration-4 .integration__sprite {
  background-position: 0 50%;
}

.integration-5 .integration__sprite {
  background-position: 50% 50%;
}

.integration-6 .integration__sprite {
  background-position: 100% 50%;
}

.integration-7 .integration__sprite {
  background-position: 0 100%;
}

.integration-8 .integration__sprite {
  background-position: 50% 100%;
}

.integration-9 .integration__sprite {
  background-position: 100% 100%;
}

.headline {
  margin-bottom: 25px;
  border-bottom: 1px dotted #e4e9f0;
}

.headline__section-heading {
  display: inline-block;
  border-bottom: 2px solid #78a614;
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .integration__sprite {
    width: 230px;
    padding-bottom: 45%;
  }
}

@media (max-width: 992px) {
  .integration__sprite {
    width: 170px;
    padding-bottom: 45%;
  }
}

@media (max-width: 767px) {
  .integration__sprite {
    width: 160px;
    padding-bottom: 45%;
  }
  .integration-1 .integration__sprite {
    background-position: 0 3%;
  }
  .integration-2 .integration__sprite {
    background-position: 50% 3%;
  }
  .integration-3 .integration__sprite {
    background-position: 100% 3%;
  }
}

@media all and (max-width: 590px) {
  .integration__sprite {
    width: 130px;
  }
}

@media all and (max-width: 505px) {
  .integration__sprite {
    width: 126px;
  }
}

@media all and (max-width: 491px) {
  .integration__sprite {
    width: 120px;
  }
}

@media all and (max-width: 470px) {
  .integration__sprite {
    width: 119px;
  }
}

@media all and (max-width: 467px) {
  .integration__sprite {
    width: 117px;
  }
}

@media all and (max-width: 465px) {
  .integration__sprite {
    width: 116px;
  }
}

@media all and (max-width: 460px) {
  .integration__sprite {
    width: 105px;
  }
}

@media all and (max-width: 440px) {
  .headline__section-heading {
    text-align: left;
  }
}

@media all and (max-width: 440px) {
  .integrations-boxes {
    padding-left: 5px;
    padding-right: 5px;
  }
  .integration-div {
    padding: 10px;
  }
  .integration {
    margin: 5px 0;
  }
}

@media all and (max-width: 425px) {
  .integration__sprite {
    width: 102px;
  }
}

@media all and (max-width: 415px) {
  .integration__sprite {
    width: 100px;
  }
}

@media all and (max-width: 410px) {
  .integration__sprite {
    width: 95px;
  }
}

@media all and (max-width: 394px) {
  .integration__sprite {
    width: 94px;
  }
}

@media all and (max-width: 380px) {
  .integration__sprite {
    width: 85px;
  }
}

@media all and (max-width: 362px) {
  .integration__sprite {
    width: 83px;
  }
}

@media all and (max-width: 355px) {
  .integration__sprite {
    width: 75px;
  }
}

@media all and (max-width: 325px) {
  .integration__sprite {
    width: 70px;
  }
}

.testimonials-module .owl-theme .owl-nav [class*=owl-] {
  background: none;
  padding: 0;
}

.testimonials {
  margin-top: 30px;
  background-color: rgba(238, 238, 238, 0.5);
  padding: 30px 0;
}

.testimonials .owl-carousel {
  margin: 10px 0 0;
  display: block;
  position: relative;
}

.testimonials .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.testimonials .owl-stage {
  position: relative;
}

.testimonials .owl-item {
  float: left;
}

.testimonials .testimonial-body {
  font-style: italic;
  text-align: left;
  padding-bottom: 15px;
  min-height: 105px;
}

.testimonials .eq-height.testimonial-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
}

.testimonials .author-name {
  font-weight: 700;
}

.testimonials .author-position {
  display: block;
  line-height: 19px;
}

.testimonials .v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials .testimonial {
  text-align: left;
  padding: 0;
  font-size: 16px;
  color: #575757;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
  font-size: 45px;
  color: #cdcbcd;
  display: inline-block;
}

.testimonials .owl-nav i {
  cursor: pointer;
}

.testimonials .owl-prev,
.testimonials .owl-next {
  position: absolute;
  top: 50%;
  height: 45px;
  margin: auto;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer;
}

.testimonials .owl-prev {
  left: -20px;
}

.testimonials .owl-next {
  right: -20px;
}

.testimonials .test-yr,
.testimonials .test-dt,
.testimonials .test-telekom,
.testimonials .test-rb,
.testimonials .test-or,
.testimonials .test-nbc {
  display: inline-block;
  background: url("https://static.salesmanago.pl/site/homepage/pl/img/testimonials.png") no-repeat;
  overflow: hidden;
  text-align: left;
}

.testimonials .test-yr {
  background-position: -81px -180px;
  width: 125px;
  height: 30px;
}

.testimonials .test-rb {
  background-position: 0px -179px;
  width: 86px;
  height: 40px;
}

.testimonials .test-telekom {
  background-position: 0px -36px;
  width: 147px;
  height: 25px;
}

.testimonials .test-or {
  background-position: 0 -125px;
  width: 150px;
  height: 30px;
}

.testimonials .test-nbc {
  background-position: 0 -60px;
  width: 150px;
  height: 30px;
}

.testimonials .test-dt {
  background-position: 0 -155px;
  width: 111px;
  height: 26px;
}

.testimonials .col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

@media all and (max-width: 1199px) {
  .testimonials .testimonial-body {
    min-height: 125px;
  }
}

@media all and (max-width: 992px) {
  .testimonials .testimonial {
    font-size: 14px;
  }
  .col-centered {
    margin: 0 auto;
  }
  .owl-item.active {
    text-align: center;
  }
  .testimonials .testimonial-body {
    min-height: unset;
  }
  .testimonials .owl-prev {
    left: 10px;
  }
  .testimonials .owl-next {
    right: 10px;
  }
}

@media all and (max-width: 414px) {
  .testimonials .testimonial {
    font-size: 12px;
  }
}

.app {
  background: url(https://static.salesmanago.pl/site/homepage/en/img/appbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 85px 0;
  min-height: 500px;
}

.app-img {
  text-align: right;
}

.app-img__image {
  height: 500px;
}

.app-text {
  text-align: center;
}

.app__header {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
  color: #585f69;
}

.app__header--green {
  color: #78a614;
  font-weight: bold;
}

.app__subheader {
  font-size: 25px;
  line-height: 32px;
  margin: 30px 0;
  text-align: left;
  color: #585f69;
  font-weight: 400;
}

.app-download__img {
  height: 64px;
  margin: 10px 0 25px 0;
  display: inline-block;
  width: 215px;
  background: url("https://static.salesmanago.pl/site/homepage/pl/img/mobileqr.png");
  background-repeat: no-repeat;
}

.app-qrcode {
  margin: 0 auto;
  background: url("https://static.salesmanago.pl/site/homepage/en/img/gd5qkp9607xz1pet.png");
  height: 117px;
  width: 117px;
  background-repeat: no-repeat;
}

.app__ios {
  background-position: 0px 0px;
}

.app__android {
  background-position: 0px -64px;
}

.app-qrcode__ios {
  background-position: -0px -128px;
}

.app-qrcode__android {
  background-position: -0px -245px;
}

@media all and (max-width: 1200px) {
  .app {
    padding: 60px 0;
  }
  .app-img__image {
    height: 450px;
  }
  .app__subheader {
    margin: 25px 0;
  }
  .app-download__img {
    margin: 25px 0;
  }
}

@media all and (max-width: 992px) {
  .app-img {
    text-align: center;
  }
  .app__header {
    text-align: center;
  }
  .app__subheader {
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .app {
    padding: 25px 0 120px 0px;
  }
  .app-img__image {
    height: 350px;
  }
  .app__header {
    font-size: 30px;
  }
  .app__subheader {
    font-size: 22px;
  }
}

@media all and (max-width: 576px) {
  .app__header {
    font-size: 27px;
  }
  .app-img__image {
    height: 310px;
  }
  .app__subheader {
    font-size: 18px;
  }
}

@media all and (max-width: 520px) {
  .app-download {
    width: 100%;
  }
}

@media all and (max-width: 414px) {
  .app-img__image {
    height: 270px;
  }
  .app__header {
    font-size: 25px;
    line-height: 1.5;
  }
}

.newsletter {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin-bottom: 45px;
  padding: 15px 0;
}

.signup {
  margin-bottom: 7px;
}

.signup span {
  color: #78a614;
}

.newsletter-form {
  max-width: 100%;
}

.newsletter-form__inner {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}

.newsletter-form__input {
  padding: 22px 12px;
  width: 87%;
  height: 46px;
}

.newsletter-form__btn {
  height: 46px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 25px;
  background-color: #78a614;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  outline: none;
}

.newsletter-form__btn:active:focus {
  outline: none;
}

.newsletter-form__btn:hover {
  background-color: #688f11;
}

.newsletter-form__arrow {
  position: absolute;
  right: 38%;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border-top: .2em solid #fff;
  border-right: .2em solid #fff;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-message {
  margin-top: 2px;
  margin-bottom: 0;
  color: #78a614;
  text-align: left;
  padding-left: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  max-height: 0;
}

.submit-message.showing {
  opacity: 1;
  visibility: visible;
  max-height: 20px;
}

.agreement {
  overflow-y: hidden;
  max-height: 106px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.agreement.closed {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.agreement label {
  cursor: pointer;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 12px;
  position: relative;
  color: #585f6991;
  font-size: 9px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3px;
}

.agreement input[type="checkbox"] {
  margin-top: 1px;
  margin-right: 7px;
  opacity: 0;
}

.agreement input[type="checkbox"].error~.agreement__content {
  color: red;
}

.agreement input[type="checkbox"].error~.checkmark {
  border: 1px solid #FFADAD;
  background: #FFEBEB;
}

.agreement input[type="checkbox"]:checked~.agreement__content {
  color: #585f6991;
}

.agreement input[type="checkbox"]:checked~.checkmark {
  background-color: #78a614;
  border: #78a614;
}

.agreement input[type="checkbox"]:checked~.checkmark:after {
  display: block;
}

.agreement .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #cecece;
}

.agreement .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agreement__info {
  margin-left: 23px;
  margin-bottom: 12px;
  font-size: 9px;
  margin-top: -5px;
  color: #585f6991;
}

.agreement__info a {
  color: #78a614;
}

.agreement__required {
  color: red;
}

.captcha-container {
  text-align: right;
}

.captcha-container .captcha {
  display: inline-block;
  padding: 5px;
}

.captcha-container .error-captcha {
  font-weight: normal;
  color: red;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  font-size: 11px;
  color: red;
}

.newsletter-social {
  padding: 15px 0;
}

.newsletter-social__follow,
.newsletter-social__icons {
  vertical-align: middle;
}

.newsletter-social__icons {
  display: inline-block;
}

.social-link {
  display: inline-block;
  padding: 10px;
}

.social-link:focus {
  outline: none;
}

.social-link__icon {
  display: inline-block;
  font-size: 32px;
  display: inline-block;
  color: #555;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.social-link__icon:hover {
  color: #78a614;
  text-decoration: none;
}

@media (max-width: 991px) {
  .newsletter-form {
    max-width: 590px;
    margin: 0 auto 30px auto;
  }
  .captcha-container {
    margin-bottom: 15px;
    text-align: center;
  }
  .newsletter-social {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .newsletter-social {
    text-align: right;
  }
}

#fixed-wrapper {
  position: relative;
  display: none;
  width: 100%;
}

.badge-container {
  text-align: center;
}

.badge-new {
  background: #78a614;
  padding: 12px;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  color: white;
  position: fixed;
  bottom: -1px;
  width: 100%;
  left: 0;
  z-index: 99;
  padding: 5px;
}

#fixed-wrapper a,
#fixed-wrapper a:hover {
  text-decoration: none;
  cursor: pointer;
}

.fixedPosition {
  position: absolute;
}

.badge__close {
  position: absolute;
  right: 0;
  font-size: 25px;
  color: #FFF;
  width: 40px;
  height: 30px;
  padding: 0px 25px 0px 10px;
  margin-top: -30px;
  opacity: 0.75;
  font-weight: 600;
  display: inline-block;
}

.badge__close:hover {
  opacity: 1;
}

.badge__hidden {
  position: relative;
}

@media (max-width: 620px) {
  .badge-new {
    padding: 12px;
    font-size: 15px;
  }
}

@media (max-width: 530px) {
  .badge__close {
    width: 30px;
  }
}

@media (max-width: 498px) {
  .badge-new {
    padding: 12px 4px;
    font-size: 14px;
  }
  .badge-container {
    margin: 0 auto;
    width: 80%;
  }
  .badge__close {
    margin-top: -36px;
  }
}

@media (max-width: 380px) {
  .badge-new {
    padding: 5px 2px;
    font-size: 14px;
  }
  .badge-free-modules {
    display: block;
  }
}

@media (max-width: 320px) {
  .badge-new {
    font-size: 13px;
  }
}

.popup {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #333;
  font-size: 10px;
  line-height: 1.4;
  padding: 15px;
  z-index: 100;
}

@media (max-width: 414px) {
  .popup {
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
}

.popup__close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: -12px;
  right: -2px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.popup__close:hover {
  color: #78a614;
}

.footer {
  padding: 40px 0;
  background: #272727;
  color: #eee;
}

.footer-column {
  margin-bottom: 40px;
}

.footer-headline {
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.footer__header {
  color: #eee;
  font-size: 18px;
  font-weight: 200;
  border-bottom: 2px solid #78a614;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
}

.footer .list-unstyled {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  font-size: 13px;
}

.footer .list-unstyled li a {
  color: #eee;
  line-height: 1.6;
}

.footer .list-unstyled li a:hover {
  color: #dae7bf;;
}

.contactlist {
  color: #FFF;
  list-style-type: none;
  padding-left: 0;
  font-size: 13px;
}

.contactlist__element {
  margin-bottom: 15px;
}

.contactlist__detail {
  margin-bottom: 3px;
}

.contactlist__detail:first-of-type {
  font-weight: 700;
}

.contactlist__email {
  color: #FFF;
}

.contactlist__email:hover {
  color: #78a614;
}

.copyrights {
  background: #222;
  border-top: none;
  padding: 10px 0 5px;
  font-size: 13px;
}

.copyrights__text {
  color: #FFF;
  color: #eee;
  margin-top: 14px;
}

.copyrights__link {
  text-decoration: none;
  color: #78a614;
}

.copyrights__link:hover {
  color: #78a614;
}

.copyrights__social {
  text-align: right;
  margin-top: 12px;
}

.copyrights__icon {
  display: inline-block;
  color: #777;
  font-size: 16px;
  margin: 0 2px;
  padding-right: 8px;
}

@media all and (max-width: 610px) {
  .copyrights__text {
    width: 100%;
    text-align: center;
  }
  .copyrights__social {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
   .product-demo__span:nth-child(1) {
    display: block;
    margin-bottom: 18px;
    margin-top: 10px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?b5rpex');
  src: url('../fonts/icomoon.eot?b5rpex#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?b5rpex') format('truetype'), url('../fonts/icomoon.woff?b5rpex') format('woff'), url('../fonts/icomoon.svg?b5rpex#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-youtube:before {
  content: "\f167";
}

#fixed-wrapper {
  position: relative;
  display: none;
  width: 100%
}

.badge-container {
  text-align: center
}

.badge-new {
  background: rgba(53, 69, 91, .85);
  color: #fff;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
  box-shadow: 0 1px 7px rgba(0, 0, 0, .6);
  padding: 0;
  color: rgb(255, 255, 255) !important;  
}

.badge-new a {
  text-decoration: none;  
  color: rgb(255, 255, 255) !important;
  
}

.badge-new__col {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 80px;
  margin: 0;
  padding: 0;
  -webkit-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  text-align: center
}

.badge-new__col:hover {
  background: #35455b;
  -webkit-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  transition: ease-in-out .2s
}

.badge-new__col:nth-child(1),
.badge-new__col:nth-child(2) {
  border-right: 1px dashed rgba(255, 255, 255, .65)
}

.badge-new__heading {
  font-size: 26px;
  font-weight: 600;
  padding-top: 5px;
  position: relative;
  color: rgb(255, 255, 255) !important;
}

.badge-new__heading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 1px;
  background-color: #fff
}

@media all and (max-width:476px) {
  .badge-new__heading:after {
    width: 75%
  }
}

.badge-new__text {
  font-weight: 300;
  font-size: 13px;
  color: rgb(255, 255, 255) !important;
}

.badge-new__text .icon-angle-right {
  margin-left: 5px;
  position: relative;
  top: 2px
}

#fixed-wrapper a,
#fixed-wrapper a:hover {
  text-decoration: none;
  cursor: pointer
}

.fixedPosition {
  position: absolute
}

.badge__close {
  position: absolute;
  right: 0;
  font-size: 25px;
  color: #fff;
  width: 40px;
  height: 30px;
  padding: 0 25px 0 10px;
  margin-top: -30px;
  opacity: .75;
  font-weight: 600;
  display: inline-block
}

.badge__close:hover {
  opacity: 1
}

.badge__hidden {
  position: absolute
}

@media (max-width:800px) {
  .badge-new {
    padding: 15px 10px 30px 10px;
  }

  #partners .partners-box.nine{margin-bottom: 80px;}
}



@media (max-width:620px) {
  .badge-new {
    font-size: 15px;
    padding: 15px 4px;
  }

  .badge__close {
    font-size: 23px;
    margin-top: -27px
  }

  .badge-new__heading {
    font-size: 18px
  }

  .badge-new__text {
    font-size: 11px;
    padding: 0 10px;
  }
}

@media (max-width:530px) {
  .badge__close {
    width: 30px
  }
}

@media (max-width:498px) {
  .badge-new {
    padding: 15px 4px;
    font-size: 14px
  }

  .badge-container {
    margin: 0 auto;
    width: 80%
  }

  .badge__close {
    margin-top: -36px
  }
}

@media (max-width:380px) {
  .badge-new {
    padding: 17px 2px;
    font-size: 14px
  }

  .badge-free-modules {
    display: block
  }
}

@media (max-width:320px) {
  .badge-new {
    font-size: 11px
  }
}