.recipes-slider {
  padding-bottom: 3px;
  margin-top: 60px
}
.recipes-slider:last-child {
  margin-bottom: 45px
}
.recipes-slider:not(:last-child) {
  margin-bottom: 60px
}
@media screen and (min-width:701px) {
  .recipes-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .recipes-slider__image-container {
    width: 50%
  }
}
.recipes-slider__image {
  overflow: hidden;
  width: 100%;
  border-radius: 25px 0 150px
}
.recipes-slider__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 26px
}
@media screen and (min-width:1001px) {
  .recipes-slider__info {
    padding-right: 90px
  }
}
@media screen and (min-width:701px) and (max-width:1000px) {
  .recipes-slider__info {
    padding-right: 20px
  }
}
.recipes-slider__title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px
}
@media screen and (max-width:680px) {
  .recipes-slider__title {
    font-size: 22px;
    line-height: 32px
  }
}
.recipes-slider__ingredients,
.recipes-slider__ingredients p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .recipes-slider__ingredients,
  .recipes-slider__ingredients p {
    font-size: 16px;
    line-height: 26px
  }
}
.recipes-slider__ingredients {
  margin-top: 16px
}
@media screen and (min-width:701px) {
  .recipes-slider__info {
    width: 50%;
    padding-left: 70px;
    padding-top: 0
  }
  .recipes-slider__ingredients {
    margin-top: 22px
  }
}
.recipes-slider__ingredients ul {
  display: block
}
.recipes-slider__ingredients ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  list-style-type: none
}
.recipes-slider__ingredients ul li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 13px;
  background: url(/themes/custom/nescafe_design_refresh/img/nescafe-small-logo.svg) center/contain no-repeat;
  top: 9px;
  left: 0
}
.recipes-slider__ingredients ol,
.recipes-slider__ingredients ul {
  padding-left: 19px;
  margin-top: 13px;
  margin-bottom: 33px
}
.recipes-slider__ingredients li {
  padding-left: 2px
}
.recipes-slider__ingredients li:not(:first-child) {
  margin-top: 6px
}
.recipes-slider__ingredients > :last-child {
  margin-bottom: 0
}
.recipes-slider__text {
  margin-top: 43px
}
@media screen and (max-width:700px) {
  .recipes-slider__image {
    border-radius: 0 0 0 40px
  }
  .recipes-slider__ingredients ol,
  .recipes-slider__ingredients ul {
    margin-top: 13px;
    margin-bottom: 23px
  }
  .recipes-slider__text {
    margin-top: 23px
  }
}
.recipes-slider__text,
.recipes-slider__text p {
  font-size: 18px;
  line-height: 28px
}
@media screen and (max-width:680px) {
  .recipes-slider__text,
  .recipes-slider__text p {
    font-size: 16px;
    line-height: 26px
  }
}
.recipes-slider__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px
}
.recipes-slider__tab {
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 100%;
  width: 12.5px;
  height: 12.5px
}
.recipes-slider__tab:not(:last-child) {
  margin-right: 16.5px
}
.recipes-slider__tab_active {
  background: #222;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}
@media screen and (max-width:700px) {
  .recipes-slider__tabs {
    margin-top: 33px
  }
  .recipes-slider__tab {
    width: 7px;
    height: 7px
  }
  .recipes-slider__tab:not(:last-child) {
    margin-right: 13px
  }
  .recipes-slider__tab_active {
    -webkit-transform: scale(1.43);
    -ms-transform: scale(1.43);
    transform: scale(1.43)
  }
}