/* widget fix */
html {
  scroll-behavior: smooth;
}

.columns.product-item_flex {
  margin: 0 !important;
  width: 100%;
}

#promo .product-item_flex:after {
  content: none;
}
.cms-page-view .main-container {
    overflow: hidden;
}
.product-cont.column.product-item__wrapper.js-wrapper::before {
  content: "Подарок";
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font-family-primary);
  font-weight: 500;
  top: 10px;
  width: 105px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  left: 0;
  background: #0A5588;
  z-index: 70;
  color: #FFF;
}
/*
#promo .product-item__wrapper,
.columns .product-item__wrapper {
  border: 1px solid #efefef !important;
  min-width: calc(100% / 4 - 45px);
  width: calc(100% / 4 - 45px);
  margin: 5px;
  max-width: calc(100% / 4 - 10px);
}

@media(max-width: 1023px) {

  #promo .product-item__wrapper,
  .columns .product-item__wrapper {
    margin: 10px 15px;
    max-width: calc(100% / 3 - 30px);
    min-width: calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
  }
}

@media(max-width: 768px) {

  #promo .product-item__wrapper,
  .columns .product-item__wrapper {
    margin: 5px;
    width: calc(100% / 2 - 20px);
    max-width: unset;
    min-width: calc(100% / 2 - 20px);
  }
}

@media(max-width: 450px) {

  #promo .product-item__wrapper,
  .columns .product-item__wrapper {
    margin: 0 0 5px 0;
    width: 100%;
    max-width: unset;
    min-width: 100%;
  }
}*/

#promo .main-banner {
  min-height: 401px;
  background-image: url(/media/up/hansgrohe/promo/hs-546/bkg_main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  transform: translateX(-50vw);
  left: 50%;
  position: relative;
}
@media (max-width: 800px) {
  #promo .main-banner {
    min-height: 330px;
    background-image: url(/media/up/hansgrohe/promo/hs-546/bkg_tablet.jpg);
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 630px) {
  #promo .main-banner {
    background-position: 60% 50%;
  }
}
@media (max-width: 500px) {
  #promo .main-banner {
    height: 360px;
    background-image: url(/media/up/hansgrohe/promo/hs-546/bkg_mobile.jpg);
    background-position: 80% 50%;
  }
}

#promo img:not(.product-item__image) {
  width: 100%;
  height: auto;
  display: block;
}

.title-container {
  font-weight: 500;
  font-family: var(--font-family-primary);
}

.title__tablet-container {
  display: none;
}

.title-desktop {
  font-weight: 500;
  font-family: var(--font-family-primary);
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 40px;
    max-width: 925px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    width: 100%;
}

@media (max-width: 1024px) {
  .title-container {
    width: 670px;
  }

  .title-desktop {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 800px) {
  .title__tablet-text {
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    max-width: 390px;
  }


  .header__img-container {
    width: 350px;
  }

  .title-container {
    width: unset;
    top: -251px;
    transform: translateX(0%);
    left: 47px;
  }
}


@media (max-width: 500px) {
  .title__tablet-container {
    display: none;
  }

  .title-container {
    top: -225px;
    width: 250px;
    transform: translateX(-50%);
    left: 50%;
  }

  .title-container h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .title-desktop {
    display: block;
  }

}

/* steps */
.steps {
  font-weight: 500;
  font-family: var(--font-family-primary);
  padding: 61px 0 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #F17733;
  margin-bottom: 79px;
}

.steps__bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 152px;
  height: 52px;
  color: #FFF;
  background-color: #00AB8E;
  border-radius: 10px;
  font-size: 30px;
}

.step__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #bfbfbf;
  text-align: center;
}

.step__text:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .steps {
    padding: 50px 0 0;
  }

  .steps__title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 54px;
  }

  .steps__bullet {
    margin-bottom: 15px;
  }

  .step__text {
    font-size: 20px;
    line-height: 28px;
  }

  .step__text:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .steps {
    padding: 40px 0 0;
  }

  .steps__bullet {
    font-size: 29px;
  }

  .steps__title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 50px;
  }
}

/* products */
.products {
  padding-top: 44px;
  font-weight: 500;
  font-family: var(--font-family-primary);
  text-align: center;
  color: #000;
}

.products__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  margin: 0 auto 15px;
  color: #000;
}

.products__subtitle {
  font-weight: 500;
  font-family: var(--font-family-primary);
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 35px;
  color: #000;
}

@media (max-width: 500px) {
  .products {
    padding-top: 40px;
  }

  .products__title {
    font-size: 24px;
    line-height: 30px;
  }

  .products__subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 34px;
  }
}

/* menu */
.promo-menu {
}

.mixer__body .mixer__link {
  color: #FFF;
}

.mixer__body .mixer__link:hover {
  color: #FFF;
}

.mixer__img {
  width: 100%;
  height: 200px;
  background-image: url(/media/up/hansgrohe/promo/hs-546/mixers.jpg);
  background-size: cover;
  background-position: 50%;
}

.mixer__img.two {
  background-image: url(/media/up/hansgrohe/promo/hs-546/mixers2.jpg);
}

.mixer__img.three {
  background-image: url(/media/up/hansgrohe/promo/hs-546/mixers3.jpg);
}

.mixer__cols {
  display: flex;
  max-width: 710px;
  justify-content: space-between;
  margin: 0 auto;
}

.mixer__link-title {
  font-size: 25px;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 11px;
  border-bottom: 1px dashed #FFF;
}

.mixer__link {
  position: relative;
  font-size: 20px;
  line-height: 33px;
}

.mixer__title {
  text-align: center;
  margin-bottom: 44px;
}

.mixer__link:not(:last-child) {
  margin-bottom: 12px;
}

.mixer__link::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 50%;
  background-color: #FFF;
}

.p-underline {
  background-size: 200px 200px;
  box-shadow: inset 0 23px #00AB8E, inset 0 24px white;
  display: inline !important;
}

.mixer__col {
  max-width: 340px;
  padding: 0 20px;
}

.mixer__body {
  background-color: #00AB8E;
  padding: 35px 0 40px;
}

.mixer__link-title:hover {
  color: #FFF;
}

@media (max-width: 991px) {
  .mixer__link {
    font-size: 18px;
    line-height: 41px;
  }

  .mixer__link-title {
    display: block;
    width: 420px;
    margin: 0 auto;
  }

  .p-underline {
    background-size: 200px 200px;
    box-shadow: inset 0 20px #00AB8E, inset 0 21px white;
    display: inline !important;
  }
}

@media(max-width: 780px) {
  .mixer__cols {
    width: calc(100% - 40px);
  }
}

@media(max-width: 550px) {
  .mixer__link-title {
    width: 200px;
    margin: 0 auto;
  }

  .mixer__cols {
    flex-direction: column;
  }

  .promo-menu {
    margin: 0 -10px;
  }

  .mixer__img:first-child {
    background-position: 60%;
  }

  .mixer__img.three {
    background-image: url(/media/up/hansgrohe/promo/hs-546/mixers3.jpg);
    background-position: 25%;
  }
}

/* terms */
.terms {
  border: 1px solid #EEE;
  padding: 0 20px;
}

.terms__list {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.terms__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}

/*#promo .terms__title::after {
  content: url(/media/up/hansgrohe/promo/hs-546/arw.svg);
  position: absolute;
  right: 0px;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: 0.5s ease-out;
}

#promo .terms__title.closed::after {
  transition: 0.5s ease-out;
  transform: translate(-50%, -50%) rotate(180deg);
}*/

.promo-divider {
  height: 2px;
  width: 100%;
  background-color: #D7DADF;
  margin: 50px 0;
}

@media (max-width: 500px) {
  .promo-divider {
    height: 2px;
    width: 100%;
    background-color: #D7DADF;
    margin: 50px 0 40px;
  }
}

.divider_first {
  margin: 100px 0 41px 0;
  height: 2px;
  width: 100%;
  background-color: #D7DADF;
}

.menu-title-desktop {
  font-weight: 500;
  font-family: var(--font-family-primary);
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #1B1C1D;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .divider_first {
    height: 2px;
    width: 100%;
    background-color: #D7DADF;
    margin: 50px 0;
  }

  .menu-title-desktop {
    display: none;
  }
}
/*
.product-item__price .price {
  text-decoration: line-through;
}
*/
.anchor-link:after {
  content: '';
  width: 100vw;
  left: 50%;
  top: -95px;
  transform: translateX(-50%);
  position: absolute;
  height: 250px;
}

@media (max-width: 1023px){
  .anchor-link:after {
    top: -185px;
    height: 340px;
  }
}

@media (max-width: 800px){
  .anchor-link:after {
    top: -30px;
    height: 280px;    
  }
}

@media (max-width: 500px){
  .anchor-link:after {
    top: -90px;
    height: 315px;
  }
}




