@charset "UTF-8";
/* Анимация */
.gr-notification {
  position: fixed;
  bottom: 55px;
  right: 55px;
  z-index: 1210;
}
@media (max-width: 767px) {
  .gr-notification {
    left: 16px;
    right: 16px;
    bottom: 85px;
  }
}
.gr-notification__items {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@keyframes animate--notice-show--right {
  from {
    right: calc(-100% - 32px);
  }
  50% {
    right: 32px;
  }
  to {
    right: 0;
  }
}
.gr-notification__item {
  position: relative;
  width: 400px;
  opacity: 0;
  visibility: hidden;
  padding: 24px 50px 24px 24px;
  /*background: var(--content-background-lpc);*/
  background: var(--primary-color-l-20);
  transition: all 0.18s linear;
  border: 1px solid var(--text-color-a-01);
}
@media (max-width: 767px) {
  .gr-notification__item {
    width: auto;
    padding: 16px 30px;
  }
}
.gr-notification__item.has-materials {
  background: var(--primary-color-l-30);
}
.gr-notification__item.gr-notification__item--active {
  opacity: 1;
  visibility: visible;
  -webkit-animation: animate--notice-show--right 0.3s linear;
  -ms-animation: animate--notice-show--right 0.3s linear;
  animation: animate--notice-show--right 0.3s linear;
  right: 0;
}
.gr-notification__item.gr-notification__item--hide {
  opacity: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.1s, padding 0.3s linear 0.3s;
}
.gr-notification__item.gr-notification__item--hide .gr-notification__close {
  display: none;
}
.gr-notification__item:not(.gr-notification__color-text) .gr-compare-tooltip-btn, .gr-notification__item:not(.gr-notification__color-text) .go-favorite-tooltip-btn {
  color: var(--primary-color-base);
  border-bottom: 1px solid transparent;
}
.gr-notification__item:not(.gr-notification__color-text) .gr-compare-tooltip-btn:hover, .gr-notification__item:not(.gr-notification__color-text) .go-favorite-tooltip-btn:hover {
  border-color: var(--primary-color-base);
}
.gr-notification__item:not(.gr-notification__color-text) .gr-notification__container-text a {
  color: var(--primary-color-base);
  border-bottom: 1px solid transparent;
}
.gr-notification__item:not(.gr-notification__color-text) .gr-notification__container-text a:hover {
  border-color: var(--primary-color-base);
}
.gr-notification__item.gr-notification__color-text .gr-compare-tooltip-btn, .gr-notification__item.gr-notification__color-text .go-favorite-tooltip-btn {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: inherit !important;
}
.gr-notification__item.gr-notification__color-text .gr-compare-tooltip-btn:hover, .gr-notification__item.gr-notification__color-text .go-favorite-tooltip-btn:hover {
  border-color: transparent;
}
.gr-notification__item.gr-notification__color-text .gr-notification__container-text a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: inherit !important;
}
.gr-notification__item.gr-notification__color-text .gr-notification__container-text a:hover {
  border-color: transparent;
}
.gr-notification__item.gr-notification__item--purchase .gr-notification__container-text a {
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.18s linear;
}
.gr-notification__item.gr-notification__item--purchase .gr-notification__container-text a .gr-mask-icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: var(--icon_shop_notify_arr);
  mask-image: var(--icon_shop_notify_arr);
  background: var(--primary-color-base);
  display: none;
}
.gr-notification__item--no-image .gr-notification__container-image {
  display: none;
}
.gr-notification__container-image {
  pointer-events: none;
}
.gr-notification__container-image.no-image {
  display: none;
}
.gr-notification__container-image .gr-product-image {
  position: relative;
}
.gr-notification__container-image .gr-product-image[data-image-size="1x1"] {
  padding-top: 100% !important;
}
.gr-notification__container-image .gr-product-image[data-image-size="3x2"] {
  padding-top: 50% !important;
}
.gr-notification__container-image .gr-product-image[data-image-size="2x3"] {
  padding-top: 150% !important;
}
.gr-notification__container-image .gr-product-image[data-image-size="4x3"] {
  padding-top: 75% !important;
}
.gr-notification__container-image .gr-product-image[data-image-size="3x4"] {
  padding-top: 125% !important;
}
.gr-notification__container-image .gr-product-image[data-image-view="contain"] img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
}
.gr-notification__container-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  text-decoration: none;
  display: flex;
}
.gr-notification__container-image a.lpc-image-type-1 {
  border-radius: calc(var(--lpc-img-brs)/2);
}
.gr-notification__container-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0.001deg);
}
.gr-notification__container-image .lpc-image-type-1 {
  border-width: 1px;
}
.gr-notification .gr-compare-tooltip-counter, .gr-notification .gr-favorite-tooltip-counter {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 24px;
  min-width: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  padding: 0 5px;
  color: var(--primary-color-base);
  /*background: var(--accent);
	    border-radius: var(--round_radius);*/
  display: none;
}
.gr-notification .gr-compare-tooltip-btn, .gr-notification .go-favorite-tooltip-btn {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.18s linear;
}
.gr-notification .gr-compare-tooltip-btn .gr-mask-icon, .gr-notification .go-favorite-tooltip-btn .gr-mask-icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: var(--icon_shop_notify_arr);
  mask-image: var(--icon_shop_notify_arr);
  background: var(--primary-color-base);
  display: none;
}
.gr-notification__close {
  position: absolute;
  /*right: 10px;
		top: 10px;*/
  right: clamp(8px, var(--lpc-flags-padding), 20px);
  top: clamp(8px, var(--lpc-flags-padding), 20px);
}
.gr-notification__container {
  display: flex;
  gap: 16px;
}
.gr-notification__container-image {
  font-size: 0;
  flex: 0 0 60px;
}
.gr-notification__container-text {
  flex: 1 1 auto;
  align-self: center;
  line-height: 1.2;
}
.gr-notification p {
  margin: 0;
}
.gr-notification p + * {
  margin-top: 5px;
}
.gr-notification h1, .gr-notification h2, .gr-notification h3, .gr-notification h4, .gr-notification h5, .gr-notification h6 {
  margin: 0;
  text-align: left;
  line-height: 1.25;
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--on_gr_bg_acc_text);
  font-size: 18px;
}
.gr-notification h1 + *, .gr-notification h2 + *, .gr-notification h3 + *, .gr-notification h4 + *, .gr-notification h5 + *, .gr-notification h6 + * {
  margin-top: 5px;
}
.gr-notification ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
