.popup {
  z-index: 92;
}
.hero-about {
  background: linear-gradient(180deg, #EAEEF1 60%, #fff 60%);
  position: relative;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
}

.cont-car {
  position: relative;
  height: 400px;
}
.carousel {
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0em 3em;
  align-items: center;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 440px;
  justify-content: center;
  /* perspective: 400px; */
}
.carousel__item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 33.33%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  font-family: 'Proxima', sans-serif;
    padding: 1em 1em 1em 1em;
    color: #262b38;
    background: #fff;
    cursor: default;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.carousel__item:hover {
  cursor: pointer;
}

.carousel__item[data-pos="0"] {
  z-index: 5;
  cursor: initial;
}
.carousel__item[data-pos="-2"]:hover, .carousel__item[data-pos="2"]:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.carousel__item[data-pos="-2"] .pricing__action, .carousel__item[data-pos="2"] .pricing__action {
  background: #F20089;
}
.carousel__item[data-pos="-2"] .pricing__action:hover, .carousel__item[data-pos="2"] .pricing__action:hover {
  background: #F20089;
}
.carousel__item[data-pos="-2"] {
  transform: translateX(-92%) scale(0.9);
  z-index: 3;
}
.carousel__item[data-pos="2"] {
  transform: translateX(92%) scale(0.9);
  z-index: 3;
}
.carousel__plan {
  display: none;
  transition: display 0.5s ease-in;
}
#enterprise {
  display: block;
}
.module__main {
  align-items:initial !important;
}
.appstore-modules {
  margin-top:30px;
}
.button-appstore {
    width: 190px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing__title {
    font-size: 2.2em;
  }
  .carousel__item {
    padding: 1em;
  }
}
@media (max-width: 991px) {
  .carousel__list {
height: 340px;
  }
  .sticked .carousel__list {
    height: 110px;
  }
  .carousel__item {
    padding: 15px 5px 10px 5px;
  }
  .pricing__sentence {
    margin: 15px 0 0 0;
    font-size: 13px;
  }
  .moreFeatures-link {
    display: block;
}
  .timeline-content h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .timeline-content span.plan {
    margin-left: 5px;
  }
  .container2 {
    width: 100%;
  }
  .detailed li {
    font-size: 14px;
  }
  .timeline-content {
    width: 100%;
    padding: 10px;
  }
  .advanced__item h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    margin-right: 20px;
  }
  .slider-container.fixed {
    padding: 0;
  }
  .carousel__item{
    width: 97%;
}
.appstore-button {
    padding-left: 0;
    margin-top: 20px;
}
 .carousel__item[data-pos="-2"] {
  transform: translateX(-100%) scale(1);
  border: none !important;
  box-shadow: none !important;
  background: transparent;
 }
 .carousel__item[data-pos="2"] {
  transform: translateX(100%) scale(1); 
  border: none !important;
  box-shadow: none !important;
  background: transparent;
 }
.sticked .carousel__item[data-pos="-2"],
.sticked .carousel__item[data-pos="2"] {
 background: #fff;
 height: 91px;
}
 .carousel__item[data-pos="-2"] .pricing__item,
 .carousel__item[data-pos="2"] .pricing__item {
   opacity: 0;
 }
 .sticked .carousel__item[data-pos="-2"] .pricing__action, .sticked .carousel__item[data-pos="2"] .pricing__action {
   display: none;
 }

  .advanced__header {
    font-size: 30px;
  }
  .advanced__desc {
    font-size: 16px;
  }
  .slider-right,
  .slider-left {
    top: 50%;
    margin-top: -23px;
  }
  .pricing__feature-list {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .pricing__action {
    width: 180px;
  }
}
@media (min-width:992px) {
  .slider-left,
  .slider-right {
    display: none;
  }
  .appstore-module {
    display: flex;
  }
}

.get-appstore {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  height: auto;
}

.get-appstore .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #596673;
  border-radius: 0;
}
.get-appstore .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.get-appstore .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.8rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.get-appstore .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.35rem;
  right: 0.0625rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.get-appstore .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 2.5rem;
  margin: 0 0 0 1.85rem;
  color: #596673;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}
.get-appstore:hover .circle {
  width: 100%;
}
.get-appstore:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.get-appstore:hover .button-text {
  color: #fff;
}