/* Common styles */
.pricing__logo img {
  margin-top: 8px;
}
.sm-logo-register__logo{
  height: 40px;
}

@media (max-width: 991px) {
  .sm-logo-register__logo{
      margin-top: 0;
  }
  .pricing__logo{
    text-align: center;
  }
}

@media (max-width: 400px) {
  .sm-logo-register__logo{
      height: 38px;
  }
}
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items:center;
  align-items: center;
  text-align: center;
  width: 100%;
  /* -webkit-flex: 0 1 330px;
  flex: 0 1 330px; */
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}

.pricing__action:focus {
  outline: none;
}

.advanced__cta {
  margin-top: 40px;
}
/* Individual styles */

.pricing__action:hover,
.pricing__action:focus,
.pricing__action:active {
  color: #fff;
  text-decoration: none;
}
.pricing__action:hover {
  background: #2c3238;
}
/* Pema */

 .pricing__title {
  font-size: 2.2em;
  margin: 0.5em 0 0;
  font-weight: 600;
  color: #1d211f;
}
 .pricing__sentence {
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0 1em 0;
  padding: 0 0 0.5em;
  color: #343434;
}

 .pricing__feature-list {
  font-size: 1em;
  margin: 0;
  padding: 1.5em 0.5em 2.5em;
  list-style: none;
  text-align:center;
}
.pricing__feature-list--appstore {
  margin-bottom: 22px;
}
.pricing__feature {
  padding: 0.15em 0;
}
.pricing__action {
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
  padding: 10px 12px;
  width: 215px;
  color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  background: #596673;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*Advanced */
.advanced {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  background: #f9f9f9;

}

.advanced--flexed {
  display: flex;
  justify-content: center;
}

.advanced__header {
  font-size: 34px;
  color: #343434;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.advanced__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  /* border-bottom: 1px dashed #5966738c; */
  border-bottom: 1px solid #e6e6e6;
}
.advanced__item h3 {
  margin-top:0;
  margin-bottom:0;
  font-size: 20px;
  color: #343434;
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl+.tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
  background: none;
}

.tgl+.tgl-btn {
  outline: 0;
  display: block;
  width: 3.5em;
  height: 1.7em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 40%;
  height: 100%;
}

.tgl+.tgl-btn:after {
  left: 0;
}

.tgl+.tgl-btn:before {
  display: none;
}

.tgl:checked+.tgl-btn:after {
  left: 60%;
}

.tgl-flat+.tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: transparent;
  border: 2px solid #5966738c;
  border-radius: 2em !important;
  margin-bottom: 0;
}

.tgl-flat+.tgl-btn:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #5966738c;
  content: "";
  border-radius: 1em;
}

.tgl-flat:checked+.tgl-btn {
  border: 2px solid #C9DCA1;
}

.tgl-flat:checked+.tgl-btn:after {
  left: 60%;
  background: #C9DCA1;
}

.moreFeature {
  display: block;
  color: #a3b382;
  text-decoration: none;
}
.testimonials-module .owl-theme .owl-nav [class*=owl-] {
  background: 0 0;
  padding: 0
}

.testimonials {
  background-color: #fff;
  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: 125px
}

.testimonials .eq-height.testimonial-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d5d5d5;
  padding-top: 10px
}

.testimonials .author-name {
  font-weight: 700
}

.testimonials .author-position {
  display: block;
  line-height: 19px
}

.testimonials .testimonial--centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials .testimonial {
  text-align: left;
  padding: 0;
  font-size: 16px;
  color: #575757
}

.testimonials .owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:hover {
  font-size: 45px;
  color: #cdcbcd !important;
  display: inline-block;
  background: transparent !important;
}

.testimonials .owl-nav i {
  cursor: pointer
}

.testimonials .owl-next,.testimonials .owl-prev {
  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: -50px
}

.testimonials .owl-next {
  right: -50px
}

.testimonials .testimonial-author {
  margin-left: 15px
}

.testimonials .test-dt,.testimonials .test-nbc,.testimonials .test-or,.testimonials .test-rb,.testimonials .test-telekom,.testimonials .test-yr {
  display: inline-block;
  background: url(https://static.salesmanago.pl/site/homepage/en/img/2o2cwim97og3d8np.png) no-repeat;
  overflow: hidden;
  text-align: left
}

.testimonials .test-yr {
  background-position: 0 0;
  width: 139px;
  height: 35px
}

.testimonials .test-rb {
  background-position: 0 -95px;
  width: 107px;
  height: 25px
}

.testimonials .test-telekom {
  background-position: 0 -65px;
  width: 119px;
  height: 30px
}

.testimonials .test-or {
  background-position: 0 -120px;
  width: 88px;
  height: 30px
}

.testimonials .test-nbc {
  background-position: 0 -150px;
  width: 81px;
  height: 35px
}

.testimonials .test-dt {
  background-position: 0 -35px;
  width: 119px;
  height: 30px
}

.testimonials .col-centered {
  display: inline-block;
  float: none;
  text-align: left
}

@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
  }
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.owl-theme .owl-dots {
  max-width: 277px;
}

@media (max-width: 1199px) {

  .owl-clients .owl-prev,
  .owl-clients .owl-next {
    display: none !important;
  }

  .owl-theme .owl-dots {
    max-width: 255px;
  }
}
.signup span {
  color: #c9dca1 !important;
}
.newsletter-form__btn {
  height: 46px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 25px;
  background-color: #c9dca1 !important;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  outline: 0;
}
.footer__header {
  color: #eee;
  font-size: 19px;
  font-weight: 200;
  border-bottom: 2px solid #c9dca1 !important;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
}

.headline h2, .headline h3, .headline h4 {
  border-bottom: 2px solid #c9dca1 !important;
}
