.wrapper__answere-content {
  color: #404040;
}

.b-page-rules__preview--answere h1 {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 63px;
  line-height: 100%;
  letter-spacing: 0;
}

.b-page-rules__preview--answere {
  position: relative;
  background: #001689;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 40px 50px;
  max-width: 100%;
  overflow: hidden;
  background: url("/images/question-icon-left.svg"),
  url("/images/question-icon-right.svg"),
  url("/images/background-left.svg"),
  url("/images/background-right.svg");
  background-repeat: no-repeat;
  background-size: 92px auto, 60px auto, 394px 421px, 394px 334px;
  background-position: calc((50% - 720px) + 34px) 45px, calc((50% + 720px) - 38px) -8px, calc((50% - 720px) + 45px) 1px, calc(50% + 720px - 133px) -24px;
  background-color: #DCEDFE;
}

.b-page-rules__preview--answere:before {
  content: '';
  position: absolute;
  width: 186px;
  height: 181px;
  transform: rotate(18deg);
  top: 59px;
  left: calc(50% - 720px + 91px);
  background: url("/images/mail-icon.svg") no-repeat;
}

.b-page-rules__preview--answere:after {
  content: '';
  position: absolute;
  width: 186px;
  height: 181px;
  transform: rotate(-16deg);
  top: 72px;
  left: auto;
  right: calc(50% - 720px + 71px);
  background: url("/images/mail-icon.svg") no-repeat;
}

.wrapper__answere-content p + div {
  font-size: 16px;
  margin-top: 16px;
}

.wrapper__answere-content p + div .link {
  margin-top: 8px;
  display: block;
  font-weight: 600;
}

h2 {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #27388A;
}

.wrapper__answere-content h2 {
  position: relative;
}

.wrapper__answere-content h2 img {
  width: 134px;
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper__answere-content ul {
  list-style: disc;
  margin-left: 1em;
}

.wrapper__answere-content .link {
  cursor:pointer;
  color:#27388a;
}

.wrapper__answere-content .link:hover {
  color:#ff8300;
}

.b-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
}

.b-modal.is-show {
  visibility: visible;
  background-color: rgba(0, 0, 0, .6);
}

.b-modal__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 40px;
  display: flex;
  justify-content: center;
}

.b-modal__layout {
  position: relative;
  background: #fff;
  margin: auto 0;
  width: 100%;
  border-radius: 32px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  max-width: 580px;
}

.b-modal__close {
  position: absolute;
  cursor: pointer;
  color: #fff;
  background: #ff8300;
  border-radius: 50%;
  right: -11px;
  top: -13px;
  width: 44px;
  height: 44px;
  transition: background 134ms;
  z-index: 5;
}

.b-modal__close:before,
.b-modal__close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  left: 12px;
}

.b-modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrapper__answere-content {
  position: relative;
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 40px;
  box-sizing: content-box;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrapper__answere-content h2 {
  font-size: 36px;
  line-height: 125%;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.wrapper__answere-content p.bold,
.wrapper__answere-content p span.bold {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #27388A;
}

.wrapper__answere-content p span.bold.link,
.wrapper__answere-content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.wrapper__answere-content ul {
  margin-left: 0;
}

.wrapper__answere-content ul li {
  font-size: 16px;
  line-height: 24px;
}

.wrapper__answere-content ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

.wrapper__answere-content ul li span {
  font-weight: 600;
}

.b-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.b-modal__top {
  padding: 32px 40px 0;
}

.b-modal__title {
  color: #24346c;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: .01em;
  padding-bottom: 8px;
}

.b-modal__middle {
  padding: 8px 40px 22px;
  flex-grow: 1;
}

.b-modal--alert .b-modal__row {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.b-modal__list {
  margin: 8px 0;
}

.b-modal__list--number {
  counter-reset: section;
  list-style: none;
}

.b-modal__list--number li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 34px;
  min-height: 24px;
}

.b-modal__list--number li:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 0;
  width: 24px;
  height: 24px;
  background: #29adb9;
}

.b-modal__list--number li:after {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.b-product-search__modal-image {
  font-size: 0;
  line-height: 1;
  margin-top: 8px;
}

.b-product-search__modal-image img {
  max-width: 100%;
}

.b-modal__list--number {
  padding-left: 0;
}

.b-modal__layout {
  transform: translateY(0);
}

@media screen and (max-width: 1439px) {
  .b-page-rules__preview--answere {
    background-position: -10px -38px, calc(100% - 18px) 2px, -161px 41px, calc(100% - -187px) -74px;
  }
}

@media screen and (max-width: 1023px) {
  .b-page-rules__preview--answere {
    background-position: -10px -38px, calc(100% - 18px) 2px, -261px 1px, calc(100% - -247px) -24px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper__answere-content {
    gap: 14px;
  }

  .b-modal__layout {
    border-radius: 16px;
    min-height: 0;
  }

  .b-page-rules__preview--answere {
    background-position: -10px -58px, calc(100% - 18px) -17px, -261px 1px, calc(100% - -247px) -24px;
  }
}

@media screen and (max-width: 559px) {
  .b-page-rules__preview--answere h1 {
    font-size: 52px;
  }

  .wrapper__answere-content h2 {
    font-size: 26px;
  }

  .wrapper__answere-content {
    padding: 24px 14px;
  }

  .b-modal__top {
    padding: 24px 24px 15px;
  }

  .b-modal__middle {
    padding: 8px 24px 22px;
  }

  .b-page-rules__preview--answere {
    padding: 40px 8px;
    background-position: 10px -18px, calc(100% - 18px) 13px, -221px 61px, calc(100% - -247px) -24px;
    background-size: 62px auto, 30px auto, 394px 421px, 394px 334px;
  }
}

@media screen and (max-width: 459px) {
  .b-modal__title {
    font-size: 25px;
    line-height: 29px;
    padding-bottom: 0;
  }

  .b-modal__wrapper {
    padding: 16px 16px 100px;
  }

  .b-modal__list--number {
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .b-modal__top {
    padding: 18px 46px 16px 16px;
  }

  .b-modal__middle {
    padding: 8px 16px 16px;
  }
}

@media screen and (max-width: 389px) {
  .wrapper__answere-content {
    padding: 24px 14px;
  }

  .b-page-rules__preview--answere h1 {
    font-size: 42px;
  }
}

.nestlebaby_base-answer_recall .brand_bg {
  background-color: #eef0f8;
}

.wrapper__answere-content ul li {
  pointer-events: none;
  cursor: default;
  color: rgb(64, 64, 64) !important;
  text-decoration: none !important;
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.wrapper__answere-content ul li a {
  color: rgb(64, 64, 64) !important;
  text-decoration: none !important;
}
