.FixedBanner {
  position: fixed;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 10px;
  z-index: 9999;
  height: 76px;
}
.FixedBanner.__background_white {
  background: #fff;
}
.FixedBanner.__background_white,
.FixedBanner.__background_white a {
  color: #333;
}
.FixedBanner.__background_black {
  background: #333;
}
.FixedBanner.__background_black,
.FixedBanner.__background_black a {
  color: #fff;
}
.FixedBanner.__background_azure {
  background: #00aeef;
}
.FixedBanner.__background_azure,
.FixedBanner.__background_azure a {
  color: #fff;
}
.FixedBanner.__background_gold {
  background: #00aeef;
}
.FixedBanner.__background_gold,
.FixedBanner.__background_gold a {
  color: #333;
}
.FixedBanner__content {
  display: -ms-grid;
  display: grid;
  cursor: pointer;
  -ms-grid-columns: 54px auto;
      grid-template-columns: 54px auto;
}
.FixedBanner__content:hover {
  text-decoration: none;
}
.FixedBanner__header {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  font-weight: 500;
}
.FixedBanner__header i {
  font-size: 12px;
}
.FixedBanner__header .ic {
  width: 11px;
  height: 11px;
}
.FixedBanner__header .ic:nth-child(1) {
  margin-right: 3px;
}
.FixedBanner__header .ic:nth-last-child(1) {
  margin-left: 3px;
}
.FixedBanner__title {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  color: #00aeef;
  font-weight: 500;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.FixedBanner__price_and_stars {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
}
.FixedBanner__stars .stars {
  font-size: 12.5px;
  display: block;
  padding-top: 1px;
}
.FixedBanner__stars .stars .star.active + .star.active {
  margin-left: 2px;
}
.FixedBanner__stars .stars .star:not(.active) {
  display: none;
}
.FixedBanner__stars + .FixedBanner__price {
  padding-left: 6px;
}
.FixedBanner__price span {
  opacity: 0.75;
}
.FixedBanner__price b + span {
  margin-left: 6px;
}
.FixedBanner__image {
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 4;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.FixedBanner__image ~ .FixedBanner__header,
.FixedBanner__image ~ .FixedBanner__title,
.FixedBanner__image ~ .FixedBanner__price_and_stars {
  padding-left: 6px;
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.FixedBanner__closeButton {
  position: absolute;
  background: #00aeef;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  padding: 0;
  margin: 0;
}
.FixedBanner__closeButton > span {
  border: 1px solid #fff;
  width: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.FixedBanner__closeButton > span:nth-child(1) {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.FixedBanner__closeButton > span:nth-child(2) {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media (max-width: 1199px) {
  .__has_FixedBanner .page-scroller {
    bottom: 90px;
  }
  .FixedBanner {
    width: 100%;
  }
  .FixedBanner.__mobile_top {
    top: 0;
  }
  .FixedBanner.__mobile_right {
    right: 0;
  }
  .FixedBanner.__mobile_bottom {
    bottom: 0;
  }
  .FixedBanner.__mobile_left {
    left: 0;
  }
  .FixedBanner__closeButton {
    top: -6px;
    right: 6px;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .FixedBanner {
    width: 313px;
    border-radius: 6px;
    height: 76px;
  }
  .FixedBanner.__desktop_top {
    top: 132px;
  }
  .FixedBanner.__desktop_right {
    right: 12px;
  }
  .FixedBanner.__desktop_bottom {
    bottom: 12px;
  }
  .FixedBanner.__desktop_left {
    left: 12px;
  }
  .FixedBanner__closeButton {
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
  }
}
