.anthemeblocks-homeslider{
  margin-bottom: 30px;
}
.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item a {width: 100%}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img { width: 100%; }
.anthemeblocks-homeslider_left { text-align: left; }
.anthemeblocks-homeslider_center { text-align: center; }
.anthemeblocks-homeslider_right { text-align: right; }
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { font-size: 83px; color: #fff; opacity: 0.5; }
.anthemeblocks-homeslider .owl-prev { left: 13px; }
.anthemeblocks-homeslider .owl-next { right: 13px; }
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-next { display: none; }
.anthemeblocks-homeslider .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.anthemeblocks-homeslider.owl-dots_left .owl-dots { text-align: left; }
.anthemeblocks-homeslider.owl-dots_center .owl-dots { text-align: center; }
.anthemeblocks-homeslider.owl-dots_right .owl-dots { text-align: right; }
.anthemeblocks-homeslider.owl-dots_disabled .owl-dots { display: none; }

.anthemeblocks-homeslider .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
}
.anthemeblocks-homeslider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 5px 11px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { background: #869791; }

.anthemeblocks-homeslider-desc h2 {
  line-height: 1.2em;
  margin-bottom: 2px;
  margin-left: -5px;
}
.anthemeblocks-container-wrapper {
  max-width: 656px;
  position: relative;
  top: 186px;
}
.anthemeblocks-container-wrapper .stripe {
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #f2f4f9;
  opacity: 0.5;
}

.anthemeblocks-homeslider-desc p {
  max-width: 585px;
  margin-top: 18px;
  line-height: 28px;
}
.anthemeblocks-homeslider-desc button {
  position: relative;
  margin-top: 35px;
  padding: 18px 61px 19px 63px;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  border: 2px solid #ffffff;
}
@media (max-width: 1500px) {
  .anthemeblocks-container-wrapper {
      max-width: 656px;
      position: relative;
      top: 114px;
  }
}
@media (max-width: 1200px) {
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
    width: auto;
  }
  .anthemeblocks-homeslider-desc>.container {
    padding: 0 90px;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
      max-height: 520px;
  }
  .anthemeblocks-container-wrapper {
      top: 124px;
  }
  .anthemeblocks-homeslider-desc h2 {
    line-height: 53px;
    font-size: 50px;
  }
  .anthemeblocks-homeslider-desc p {
    line-height: 22px;
  }
  .anthemeblocks-homeslider-desc button {
    margin-top: 19px;
  }
  .anthemeblocks-homeslider .owl-dots {
      bottom: 13px;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider-desc h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .anthemeblocks-homeslider .owl-dots {
    width: 100%;
  }
    .anthemeblocks-container-wrapper {
        top: 30px;
    }
}
@media (max-width: 640px) {
  .anthemeblocks-container-wrapper {
    top: 59px;
  }
  .anthemeblocks-homeslider-desc>.container {
      padding: 0 39px;
  }
  .anthemeblocks-homeslider-desc h2 {
    font-size: 27px;
    line-height: normal;
  }
  .anthemeblocks-homeslider-desc p {
    font-size: 16px;
  }
  .anthemeblocks-homeslider .owl-prev i, 
  .anthemeblocks-homeslider .owl-next i {
    font-size: 3rem;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
    max-height: 387px;
  }
  .anthemeblocks-homeslider .owl-next {
    right: 0;
  }
  .anthemeblocks-homeslider .owl-prev {
    left: 0;
  }
  .anthemeblocks-homeslider-desc button {
    margin-top: 2px;
  }
  .anthemeblocks-homeslider-desc button {
    padding: 10px 27px 10px 27px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .anthemeblocks-container-wrapper {
    top: 30px;
  }
  .anthemeblocks-homeslider-desc .stripe{
    display: none;
  }
}
#index .h1.products-section-title{
  margin-bottom: 45px;
}