.l-sec--boxes-offer {
  position: relative;
}
.l-sec--boxes-offer .l-wrapper {
  margin: 0 -1.2rem;
}
.js_box_offer_slider .owl-stage {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-box-offer {
  width: 90%;
  border: 2px solid transparent;
  padding: 4rem 3rem 6rem;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10196078431372549);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.10196078431372549);
  text-align: left;
  height: calc(100% - 2.4rem);
  margin-left: 1.6rem;
  min-height: 60rem;
  white-space: normal;
}
.l-box-offer:hover {
  border: 2px solid #118380;
}
.l-box-offer .t-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.l-box-offer .top-part {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.l-box-offer .t-head {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 9rem;
}
.l-box-offer .t-head:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #dedede;
}
.l-box-offer .t-head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 3.8rem;
  background: #eb5c37;
}
.l-box-offer ul:not(.l-buttons) li {
  background: url(../img/icons/check.svg) 0 no-repeat;
  background-size: 3rem;
  min-height: 3rem;
  margin: 0 0 1rem;
  padding: 0;
  padding-left: 4.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.l-box-offer li:not(.l-buttons):last-child {
  margin-bottom: 0;
}
.l-box-offer li::before {
  content: none !important;
}
.l-box-offer li::after {
  content: none;
}
.l-box-offer .bottom-part {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.l-box-offer .price {
  margin-top: 4.6rem;
  color: #118380;
  font-size: 1.6rem;
  text-align: center;
  line-height: 4.8rem;
}
.l-box-offer .price .value {
  font-size: 4rem;
  line-height: 4.8rem;
  letter-spacing: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  display: inline-block;
}
.l-box-offer .additional {
  text-align: center;
  color: #118380;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.l-box-offer .l-buttons li {
  text-align: center;
  display: block;
}
.js_box_offer_slider .owl-dots {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .l-box-offer {
    padding: 4rem 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .l-box-offer {
    padding: 3rem 2rem 4rem;
    min-height: 61rem;
  }
  .l-box-offer .price {
    margin-top: 3.6rem;
  }
}
@media (min-width: 992px) and (max-width:1079px){
  .l-sec--boxes-offer .l-boxes--paginate {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .l-sec--boxes-offer .l-inner {
    overflow: hidden;
  }
  .l-sec--boxes-offer .l-wrapper {
    margin: 0;
  }
  .js_box_offer_slider .owl-stage {
    padding: 2.4rem 0;
  }
  .l-box-offer {
    margin-left: 0;
    min-height: 53rem;
  }
  .l-sec--boxes-offer .l-boxes--paginate {
    display: flex !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
