.b-header-brand-nestle {
  padding-top: 15px;
  padding-bottom: 70px;
  background: url("/new/static/brands/nestle/images/header-bg.jpg") no-repeat center top;
  background-size: 100% 65%;
  background-color: #F3F7F9;
  position: relative;
}

.b-reviews--brand-nestle {
  background: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),url('/new/static/brands/nestle/images/bg-reviews-3.jpg') no-repeat top center;
  padding-top: 225px;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .b-header-brand-nestle {
    background-size: 100% 100%;
    padding-bottom: 50px;
  }

  .b-reviews--brand-nestle {
    background-position: 33%;
  }
}

.b-header-brand-nestle:before {
  content: '';
  position: absolute;
  width: 312px;
  height: 683px;
  background: url("/new/static/brands/nestle/images/header-bg-l.png") no-repeat center top;
  top: -52px;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .b-header-brand-nestle:before {
    width: 20%;
    background-size: 100%;
    top: -28px;
  }
}

.b-header-brand-nestle:after {
  content: '';
  position: absolute;
  width: 223px;
  height: 611px;
  background: url("/new/static/brands/nestle/images/header-bg-r.png") no-repeat center top;
  top: -55px;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .b-header-brand-nestle:after {
    width: 15%;
    background-size: 100%;
    top: -30px;
  }
}

@media screen and (max-width: 767px) {

  .b-header-brand-nestle:before,
  .b-header-brand-nestle:after {
    display: none;
  }
}

.b-header-brand-nestle__logo {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .b-header-brand-nestle__logo {
    display: none;
  }
}

.b-header-brand-nestle__title {
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.b-header-brand-nestle__content {
  margin: 30px auto 0;
  width: calc(100% - 40px);
  max-width: 1100px;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.b-header-brand-nestle__content-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  margin: 0 10px;
  position: relative;
  background: url("/new/static/brands/nestle/images/block-bg.png") no-repeat center;
  background-size: cover;
  height: auto;
  padding-bottom: 24%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.b-header-brand-nestle__content-item:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 559px) {
  .b-header-brand-nestle__content-item {
    width: 280px;
    height: 180px;
    margin-bottom: 40px;
  }

  .b-reviews--brand-nestle {
    padding-top: 150px;
  }
}

.b-header-brand-nestle__content-item--left {
  background: url("/new/static/brands/nestle/images/pack-1-n4.jpg") no-repeat center;
  background-size: cover;
}

.b-header-brand-nestle__content-item--left img {
  position: absolute;
  bottom: -60px;
  left: -113px;
}

@media screen and (max-width: 1365px) {
  .b-header-brand-nestle__content-item--left img {
    left: -6%;
    width: 25%;
    bottom: -15%;
  }
}

.b-header-brand-nestle__content-item--right img {
  position: absolute;
  width: 92%;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 559px) {
  .b-header-brand-nestle__content-item--right img {
    top: 76%;
  }
}

.b-header-brand-nestle__content-title {
  font-size: 31px;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  color: #27388A;
  letter-spacing: 0.24px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .b-header-brand-nestle__content-title {
    font-size: 25px;
  }
}

.b-brand {
  background-color: #F3F7F9;
}

.b-brand__wrapper {
  padding: 0 0 35px;
}

.b-brand__title {
  color: #27388A;
  text-align: center;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 31px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .b-brand__title {
    font-size: 25px;
    margin-bottom: 16px;
    padding-top: 10px;
  }
}

.b-brand__filter {
  margin-bottom: 10px;
  background: #FFFFFF;
  padding: 16px 16px 0;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .b-brand__filter {
    margin: 0 -16px 10px;
    border-radius: 0;
  }
}

.b-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .b-brand__list {
    gap: 8px;
  }
}

.b-brand__list .b-product-card {
  margin: 0;
  height: auto;
  width: 100%;
  max-width: calc((100% - 16px * 3) / 4);
}

@media screen and (max-width: 1023px) {
  .b-brand__list .b-product-card {
    max-width: calc((100% - 16px * 2) / 3);
  }
}

@media screen and (max-width: 767px) {
  .b-brand__list .b-product-card {
    max-width: calc((100% - 8px) / 2);
  }
}

/*@media screen and (max-width: 559px) {
  .b-brand__list .b-product-card {
    max-width: none;
  }
}*/

.b-brand .b-catalog__controls {
  margin-bottom: 0;
}

.b-brand-filter__caption {
  color: #404040;
  font-size: 17px;
  height: auto;
  margin-bottom: 10px;
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
	.b-reviews--brand-clinutren .wrapper--content {
		padding: 0 74px;
	}
}

.b-reviews--brand-nestle .b-gallery__next {
  right: -65px;
}

.b-reviews--brand-nestle .b-gallery__next::before {
  top: 19px;
  right: 22px;
}

.b-reviews--brand-nestle .b-gallery__prev {
  left: -65px;
}

.b-reviews--brand-nestle .b-gallery__prev::before {
  top: 19px;
  left: 21px;
}

.b-reviews--brand-nestle .slick-dots li button {
  background-color: #fff;
}

.b-reviews--brand-nestle .slick-dots li button:hover {
  background-color: #27388a;
}

.b-reviews--brand-nestle .slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #fff;
}

.b-reviews--brand-nestle .b-reviews__title {
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .b-reviews--brand-nestle .b-reviews__title {
    text-align: left;
  }
}

.b-tabs__item.is-hidden {
  display: none;
}

.b-brand__filter.is-locked {
  pointer-events: none;
  opacity: 0.5;
}

