*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#promo h2 {
  color: unset;
}

#promo b {
  font-weight: 700;
}

.main-container>.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.columns {
  display: none;
}


#promo .block-container {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  #promo .block-container {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  #promo .block-container {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  #promo .block-container {
    padding: 0 10px;
  }
}

#promo .main-banner {
  position: relative;
  width: 100%;
  height: 400px;
}

#promo .main-banner__img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#promo .main-banner__container {
  height: 100%;
}

@media (max-width: 991px) {
  #promo .main-banner__container {
    padding: 0 5px;
  }
}

#promo .main-banner__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 20px;
}

#promo .main-banner__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 685px;
  text-align: center;
}

@media (max-width: 991px) {
  #promo .main-banner__title {
    font-size: 48px;
    line-height: 59px;
    max-width: 750px;
  }
}

@media (max-width: 601px) {
  #promo .main-banner__title {
    font-size: 24px;
    line-height: 29px;
    max-width: 240px;
  }

  #promo .main-banner__title span {
    display: block;
  }
}

#promo .advantage {
  margin-top: 70px;
  color: #000000;
}

@media (max-width: 991px) {
  #promo .advantage {
    margin-top: 50px;
  }
}

@media (max-width: 601px) {
  #promo .advantage {
    margin-top: 30px;
  }
}

#promo .advantage__title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: left;
}

@media (max-width: 991px) {
  #promo .advantage__title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 601px) {
  #promo .advantage__title {
    font-size: 24px;
    line-height: 29px;
  }
}

#promo .advantage__dsc {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 80px;
  text-align: left;
}

@media (max-width: 991px) {
  #promo .advantage__dsc {
    margin: 20px 0 50px;
  }
}

@media (max-width: 601px) {
  #promo .advantage__dsc {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0 40px;
  }
}

#promo .advantage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -25px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #promo .advantage__wrapper {
    margin: -10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#promo .advantage__column {
  width: calc(100% / 2 - 50px);
  margin: 25px;
}

@media (max-width: 991px) {
  #promo .advantage__column {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
}

@media (max-width: 601px) {
  #promo .advantage__column {
    width: calc(100% - 20px);
    margin: 10px;
  }
}

#promo .advantage__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 601px) {
  #promo .advantage__img {
    max-height: 227px;
  }
}

#promo .advantage__subtitle {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 991px) {
  #promo .advantage__subtitle {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 601px) {
  #promo .advantage__subtitle {
    font-size: 24px;
    line-height: 29px;
  }
}

#promo .advantage__delimiter {
  background-color: #26A792;
  color: #26A792;
  border: none;
  width: 77px;
  height: 4px;
  margin: 20px 0;
}

#promo .advantage__list {
  list-style: none;
}

#promo .advantage__item {
  color: #26A792;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 991px) {
  #promo .advantage__item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
  }
}

#promo .advantage__item:last-child {
  margin-bottom: 0;
}

#promo .advantage__item span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-left: 10px;
}

@media (max-width: 991px) {
  #promo .advantage__item span {
    font-size: 14px;
    line-height: 17px;
    margin-left: 5px;
  }
}

#promo .category {
  position: relative;
  height: 650px;
  margin-top: 80px;
  background-image: url(/media/up/hansgrohe/promo/2021/HANSGROHE-914/cat1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  #promo .category {
    margin: 50px 50px 0;
    padding: 0;
    height: 375px;
  }
}

@media (max-width: 767px) {
  #promo .category {
    margin: 30px 0 0;
    padding: 0;
  }
}

#promo .category__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#promo .category__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 30px;
}

@media (max-width: 991px) {
  #promo .category__wrapper {
    padding: 0 20px 10px;
  }
}

@media (max-width: 767px) {
  #promo .category__wrapper {
    padding: 0 10px 10px;
  }
}

#promo .category__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

#promo .category__inner::-webkit-scrollbar {
  background-color: #c4c4c4;
  border-radius: 0;
  height: 3px;
}

#promo .category__inner::-webkit-scrollbar-thumb {
  background-color: #26A792;
  border-radius: 0;
  width: 29px;
}

#promo .category__item {
  margin-right: 20px;
  scroll-snap-align: start;
}

#promo .category__item:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  #promo .category__item {
    margin-right: 10px;
  }
}

#promo .category__item-btn {
  position: relative;
  cursor: pointer;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  border: 0;
  outline: transparent;
  background: #333;
  opacity: .9;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (hover) {
  #promo .category__item-btn:hover {
    opacity: .95;
  }
}

@media (max-width: 601px) {
  #promo .category__item-btn {
    width: 120px;
    height: 130px;
    padding: 15px 20px;
  }
}

#promo .category__item-btn.active {
  opacity: 1;
}

#promo .category__item-btn.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #26A792;
  bottom: 0;
}

#promo .category__item-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: transparent;
  bottom: 0;
}

#promo .category__item-img {
  width: 50px;
  height: 50px;
  border: 50%;
  margin-bottom: 16px;
}

#promo .category__item-img img {
  width: 100%;
}

#promo .category__item-dsc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

@media (max-width: 601px) {
  #promo .category__item-dsc {
    font-size: 12px;
    line-height: 12px;
  }
}

#promo .choice {
  margin-top: 80px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
  #promo .choice {
    margin-top: 50px;
  }
}

@media (max-width: 601px) {
  #promo .choice {
    margin-top: 40px;
  }
}

#promo .choice__title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {

  #promo .choice__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}

#promo .choice__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

#promo .choice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 12 * 2 - 20px);
  margin: 10px;
  cursor: pointer;
}

@media (max-width: 991px) {
  #promo .choice__item {
    width: calc(100% / 12 * 4 - 20px);
  }
}

@media (max-width: 601px) {
  #promo .choice__item {
    width: calc(100% / 12 * 6 - 20px);
  }
}

#promo .choice__item.active .choice__bullet {
  border: 1px solid #26a792;
}

#promo .choice__item.active .choice__bullet::before {
  background-color: #26A792;
}

#promo .choice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 90px;
  text-align: center;
}

#promo .choice__img img {
  width: 100%;
}

#promo .choice__dsc {
  margin-bottom: 32px;
}

#promo .choice__bullet {
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

#promo .choice__bullet::before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #a3a3a3;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

#promo .choice__sku {
  margin-top: 50px;
}

#promo .choice__product {
  display: none;
}