.paket-item-2 img {
  max-height: 370px;
}
.paket-item-2 a:hover,
.paket-item-2 a:active {
  text-decoration: none;
}
.bx-section-desc h2 {
  text-align: center;
}
.bx-section-desc p {
  text-align: justify;
}
.paket-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
  padding: 50px 20px 50px 50px;
  height: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .paket-item-1 {
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .paket-item-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.paket-item-1__img {
  max-width: 217px;
  width: 100%;
  height: 217px;
  overflow: hidden;
}
.paket-item-owl {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.paket-item-owl img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-height: 370px;
  max-width: 270px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .paket-item-owl img {
    max-width: 160px;
  }
}
.paket-item-owl a:hover,
.paket-item-owl a:active {
  text-decoration: none;
}
.owl-cards.owl-theme {
  margin: auto;
  width: 83.3333%;
}
.owl-cards.owl-theme .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-cards.owl-theme .owl-stage .owl-item {
  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;
}
.owl-cards.owl-theme .owl-dots {
  margin-top: 30px;
  padding-bottom: 30px;
}
.owl-cards.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-cards.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-cards.owl-theme .owl-dots .owl-dot.active span {
  background: #4A68AF;
}
@media (max-width: 576px) {
  .owl-cards.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
}
.owl-cards.owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  height: 0;
}
.owl-cards.owl-theme .owl-nav .owl-next,
.owl-cards.owl-theme .owl-nav .owl-prev {
  outline: none;
  padding: 8px 15px !important;
  background: #E4E4E4 !important;
  color: #fff;
  font-size: 2em;
  line-height: 1;
  border-radius: 10px;
}
.owl-cards.owl-theme .owl-nav .owl-next:hover,
.owl-cards.owl-theme .owl-nav .owl-prev:hover,
.owl-cards.owl-theme .owl-nav .owl-next:active,
.owl-cards.owl-theme .owl-nav .owl-prev:active {
  background: #4F4F4F !important;
}
.owl-cards.owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: -100px;
}
.owl-cards.owl-theme .owl-nav .owl-next i {
  position: relative;
  left: 1px;
}
.owl-cards.owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: -100px;
}
.owl-cards.owl-theme .owl-nav .owl-prev i {
  position: relative;
  right: 1px;
}
.product-card {
  background: url("images/product-card-bg.svg") #fff;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  padding: 60px;
  min-height: 480px;
  margin-bottom: 40px;
}
.product-card:hover {
  background-image: url("images/product-card-bg-hover.svg");
}
.product-card__img {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__title {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 1;
}
.product-card__description {
  color: #4F4F4F;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 22px;
}
.product-card__advantages {
  border-left: 4px solid #E5E5E5;
}
@media (max-width: 1438px) {
  .product-card__advantages {
    border-left: none;
  }
}
.product-card__list {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}
.product-card__list-item {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  position: relative;
}
.product-card__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-card__list-item:before {
  content: "";
  width: 7px;
  height: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F08143), to(#FFB48A));
  background: -o-linear-gradient(top, #F08143 0%, #FFB48A 100%);
  background: linear-gradient(180deg, #F08143 0%, #FFB48A 100%);
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: -17px;
}
.product-card__svg-block img {
  margin-right: 45px;
}
.product-card--custom {
  padding: 0;
}
.product-card__catalog-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  max-height: 400px;
}
.product-card__catalog-list li:not(:last-of-type) a {
  display: inline-block;
  margin-bottom: 15px;
}
.product-card__catalog-list a {
  font-family: Roboto;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  text-decoration: underline;
}
@media (max-width: 991px){
  .product-item-container{
    margin-bottom: 1rem;
  }
}