.packs {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .packs {
    padding: 40px 0;
  }
}
.packs .section__heading {
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .packs .section__heading {
    margin-bottom: 90px;
  }
}

.pack-cards__wrapp {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .pack-cards__wrapp {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.pack-cards .swiper-container {
  padding: 60px 0 0;
}
.pack-cards .container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-color: #fff;
  padding: 20px 0 30px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .pack-cards .container {
    padding: 90px 0;
  }
}
.pack-cards .package {
  border: 1px solid #DEE6F9;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px -8px #353535;
  width: 100%;
  position: relative;
  margin: auto;
}
@media (min-width: 992px) {
  .pack-cards .package {
    margin: 42px 22px;
    width: calc(33% - 44px);
  }
}
.pack-cards .package__tooltip {
  position: absolute;
  bottom: 100%;
  background: #4273F1;
  color: #fff;
  border-radius: 100px;
  padding: 12px 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  right: 0;
}
.pack-cards .package__tooltip-arrow {
  width: 0;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 47%;
  right: 0;
  margin: auto;
  border-top: 26px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 28px solid #4273F1;
}
.pack-cards .package__tooltip-shadow {
  display: block;
  background: #fff;
  width: 60px;
  height: 60px;
  top: 100%;
  right: 0;
  border-radius: 50%;
  position: absolute;
}
.pack-cards .package .oi {
  color: #F37927;
}
.pack-cards .package.dedicated .oi {
  color: #51bc39;
}
.pack-cards .package__icon {
  padding: 18px;
  border-radius: 10px;
  margin-right: 23px;
  background-color: rgba(66, 115, 241, 0.1);
}
.pack-cards .package__title {
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #DEE6F9;
}
.pack-cards .package__title-text {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  box-sizing: border-box;
}
.pack-cards .package__title h3 {
  font-weight: 500;
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .pack-cards .package__title h3 {
    font-size: 1.2rem;
  }
}
.pack-cards .package__title h3 small {
  display: block;
  color: #848484;
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .pack-cards .package__title h3 small {
    font-size: 0.9rem;
  }
}
.pack-cards .package__check {
  border-radius: 50%;
  background-color: #F37927;
  margin-right: 6px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pack-cards .package__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}
.pack-cards .package__price-ammount {
  text-align: center;
  color: #353535;
}
.pack-cards .package__price-ammount h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pack-cards .package__price-ammount h4 {
    font-size: 1.3rem;
  }
}
.pack-cards .package__price-ammount h4 small {
  font-size: 1rem;
}
.pack-cards .package__info {
  padding: 0 5px 25px;
}
@media (min-width: 992px) {
  .pack-cards .package__info {
    padding: 0 5px 25px;
  }
}
.pack-cards .package__info-wrapp {
  margin: auto;
  width: 100%;
  padding: 30px 0 15px;
  list-style: none;
}
.pack-cards .package__info-wrapp > li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .pack-cards .package__info-wrapp > li {
    margin-bottom: 10px;
  }
}
.pack-cards .package__info-wrapp > li p {
  font-size: 1rem;
  margin-bottom: 0;
}
.pack-cards .package__info-wrapp > li .oi {
  margin-right: 15px;
  top: -1px;
}
.pack-cards .package__info-wrapp > li ul {
  list-style: none;
}
.pack-cards .package__info-wrapp > li ul li {
  line-height: 1.5;
}
.pack-cards .package__info-wrapp > li ul li i {
  font-size: 1rem;
  margin-top: 5px;
}
.pack-cards .package__info-wrapp > li ul li.active > i {
  color: #F37927;
}
.pack-cards .package__info-wrapp > li i {
  color: #d9d9d9;
  font-size: 18px;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}
.pack-cards .package__info-wrapp > li.active > i {
  color: #F37927;
}
.pack-cards .package__info-wrapp > li.active p {
  color: #222222;
}
.pack-cards .package__btn {
  text-align: center;
  margin-top: 0;
}
.pack-cards .package__btn .btn-primary,
.pack-cards .package__btn .btn-secondary {
  padding: 12px 20px;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .pack-cards .package__btn .btn-primary,
  .pack-cards .package__btn .btn-secondary {
    padding: 9px 20px;
    font-size: 1rem;
  }
}