.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.bg-grad {
  background: linear-gradient(to bottom, #dee6ef 0, #dee6ef calc(100% - 100px), #fff calc(100% - 100px), #fff calc(100% - 100px), #fff 100%);
  width: 100%;
  min-height: 415px;
  padding: 100px 10px 5px 100px
}

.item-left,
.item-right {
  width: 50%;
  text-align: left;
  display: inline-block
}

.item-left {
  float: left
}

.item-right {
  float: right
}

.item-right img {
  width: 92%
}
.btn_slider_shop a:hover{
  color: #fff !important;
}
.btn_slider_shop a {
  position: relative;
  top: 30px;
  padding: 12px;
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #121212;
  color: #fff;
  border: 2px solid transparent;
  transition: background-color .4s ease-in-out, color .4s ease-in-out, border-color .4s ease-in-out;
  font-size: 21px
}

.item-left h4 {
  font-size: 20px
}

.item-left h3 {
  display: block;
  font-weight: bolder;
  margin: 0 0 .5em;
  line-height: normal;
  font-size: 41px
}

[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}