/* detail.css */
.similar__slider .card-component-wrapper, .watched__slider .card-component-wrapper.detail-header {
  display: flex;
  justify-content: space-between;
}
.hidden {
  display: none!important;
}
.detail-description .legalization {
  margin-bottom: 0;
  line-height: 24px;
}
.detail-body {
  position: relative;
}
.detail-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.detail-image-wrapper {
  overflow: hidden;
  padding: 90px 0 81px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  height: 680px;
  background-color: #E5EAEC;
}
@media (min-width: 971px) {
  .main-content .detail-main .detail-image-wrapper {
    flex-grow: 1;
    height: auto;
  }
}
.detail-image-wrapper.detail-image-wrapper--cover {
  padding: 0;
}
.detail__bio {
  margin-top: 20px;
}
.detail__bio-wrapper--mobile .detail__bio {
  position: absolute;
  top: 18px;
  left: 20px;
  margin: 0;
  z-index: 4;
}
.detail__bio-wrapper--mobile {
  display: none;
}
.detail__bio .detail__bio-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -6px;
  position: relative;
  padding: 24px;
  margin-left: -14px;
  z-index: 2;
  pointer-events: auto;
  top: -10px;
}
.detail__bio .detail__bio-icon:hover{
  z-index: 3;
}
.detail__bio .detail__bio-icon.detail__bio-icon--kosher {
  background-image: url(../img/icon-bio-david.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--natural {
  background-image: url(../img/icon-bio-grape.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--naturalraw {
  background-image: url(../img/icon-bio-grape.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--vegan {
  background-image: url(../img/icon-bio-grass.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--leaves {
  background-image: url(../img/icon-bio-leaves.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--organic {
  background-image: url(../img/icon-bio-lotus.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--plant {
  background-image: url(../img/icon-bio-plant.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--sustainable {
  background-image: url(../img/icon-bio-recycle.svg);
}
.detail__bio .detail__bio-icon.detail__bio-icon--biodynamic {
  background-image: url(../img/icon-bio-sprout.svg);
}
.detail__bio .detail__bio-icon .tooltip {
  top: 14px;
  left: 0;
  padding: 15px;
  white-space: normal;
  transform: none;
  width: 100vw;
  max-width: 490px;
  z-index: 2;
  text-align: left;
  pointer-events: none;
}
.detail__bio .detail__bio-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
  left: 48px;
}
.detail__bio .detail__bio-icons {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 8px;
}

.detail__bio .tooltip .detail__bio-icon {
  display: flex;
  margin: 0 7px 0 0;
  padding: 20px;
}
.detail__bio-info {
  margin-bottom: 12px;
}

.detail__bio-info:last-child {
  margin-bottom: 0;
}

.detail__bio-info span {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
}

.detail__bio-info p {
  margin: 0;
  font-size: 14px;
  text-transform: none;
}
.detail-text {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.7;
}
.detail-text p {
  margin: 0;
}
.detail-text a, .detail-text a:hover {
  color: #B12535;
}
.detail-image-wrapper .sticker {
  margin-right: 12px;
  margin-bottom: 4px;
  width: fit-content;
}
.detail-image-wrapper .sticker + .sticker--l-wine-collection {
  margin-top: 20px;
}
.detail-image__sticker .sticker--discount .sticker__discount-value {
  padding-left: 30px;
  overflow: visible;
  margin-bottom: 4px;
}
.status-info {
  opacity: 1;
  pointer-events: initial;
}
.status-info {
  display: none;
  justify-content: flex-start;
  margin-left: 10px;
  margin-top: -30px;
  margin-bottom: 0;
  width: 305px;
}
.detail-main.detail-main__show-instock .status-info {
  display: flex;
}
.status-info .status-info__container {
  width: 100%;
  margin-right: auto;
}
.status-info .instock__status {
  margin-right: 16px;
  display: flex;
  align-content: flex-end;
  align-items: center;
  width: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.status-info .instock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 20px;
  margin-bottom: 38px;
}
.detail-tools__not_in_stock .status-info .instock {
  margin-bottom: 60px;
  margin-top: -14px;
}
.status-info .instock__status .icon-status {
  width: 16px;
  height: 16px;
  background-size: auto;
  margin-right: 12px;
  flex-shrink: 0;
}
.status-info .instock__status .icon-status.icon-status-in {
  background-image: url(../img/icon-status-in.svg);
}
.status-info .instock__status .icon-status.icon-status-no {
  background-image: url(../img/icon-status-no.svg);
}
.status-info .instock__status .icon-status.icon-status-wait {
  background-image: url(../img/icon-status-wait.svg);
}
.status-info .instock__status .icon-status.icon-status-order {
  background-image: url(../img/icon-status-order.svg);
}
.status-info .instock__status .icon-status.icon-status-location {
  background-image: url(../img/icon-status-location.svg);
  background-position: center left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.status-info .instock__status.instock__status-location {
  margin-bottom: 55px;
  white-space: nowrap;
}
.status-info .instock__status .icon-status.icon-status-only {
  background-image: url(../img/icon-status-only.svg);
}
.status-info .instock__info .icon-info {
  background-image: url(../img/icon-status-question.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: -4px;
}
.status-info .instock__info .icon-info-partner {
  background-image: url(../img/icon-status-order.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-top: -4px;
}
.status-info .instock__status.instock__status-wait {
  white-space: nowrap;
}
.status-info .instock__info .icon-info .tooltip {
  z-index: 3;
  text-align: left;
  line-height: 1.5;
  top: -170px;
  left: initial;
  right: calc(50% - 165px);
  padding: 25px 50px 25px 25px;
  min-width: 285px;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.status-info .instock__info .icon-info-partner .tooltip {
  z-index: 3;
  text-align: left;
  line-height: 1.5;
  top: -100px;
  left: initial;
  right: calc(50% - 165px);
  padding: 25px 50px 25px 25px;
  min-width: max-content;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
@media (max-width: 576px) {
  .status-info .instock__info .icon-info.active .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .status-info .instock__info .icon-info-partner.active .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .detail__bio-wrapper--mobile {
    display: block;
  }
  .detail__bio-wrapper--mobile .detail__bio .detail__bio-icon .tooltip {
    top: 0;
    max-width: calc(100vw - 68px);
    padding: 10px;
  }
  .detail__bio-wrapper--mobile .detail__bio .detail__bio-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: 48px;
    display: block;
  }
  .detail__bio-wrapper--mobile .detail__bio {
    position: absolute;
    top: 18px;
    left: 20px;
    margin: 0;
  }
  .detail__bio-wrapper--mobile .detail__bio-info span {
    font-size: 13px;
  }
  .detail__bio-wrapper--mobile .detail__bio-info p {
    font-size: 12px;
  }
  .detail-tools__not_in_stock .status-info .instock {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .status-info .instock__status.instock__status-wait {
    font-size: 12px;
    margin-right: 6px;
  }
  .status-info .instock__status .icon-status.icon-status-wait {
    margin-right: 4px;
    min-width: 18px;
  }
}
@media (max-width: 360px) {
  .status-info .instock__status.instock__status-wait {
    white-space: normal;
  }
  .status-info .instock__status .icon-status.icon-status-wait {
    margin-right: 6px;
  }
}
@media (min-width: 577px) {
  .status-info .instock__info .icon-info .tooltip .close-button {
    display: none;
  }
  .status-info .instock__info .icon-info .tooltip {
    padding: 25px;
  }
  .status-info .instock__info .icon-info:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .status-info .instock__info .icon-info-partner .tooltip .close-button {
    display: none;
  }
  .status-info .instock__info .icon-info-partner .tooltip {
    padding: 25px;
  }
  .status-info .instock__info .icon-info-partner:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.status-info .instock__info .icon-info .tooltip .close-button {
  position: absolute;
  right: 10px;
  top: 20px;
}
.status-info .instock__info .icon-info-partner .tooltip .close-button {
  position: absolute;
  right: 10px;
  top: 20px;
}
.status-info .instock__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 200px;
  margin-bottom: 20px;
  margin-top: -20px;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.status-info .instock__actions .btn-text {
  background: none;
  border: none;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0 10px;
  border-radius: 22px;
  margin-left: -10px;
}

.status-info .instock__actions .btn-request {
  transition: 0s;
  color: #7D858C;
  pointer-events: none;
}

.status-info .instock__actions .btn-request.btn-request--ready {
  transition: 0.25s;
  color: #000;
  pointer-events: initial;
}

.status-info .instock__actions .btn-text:active, .status-info .instock__actions .btn-text:hover, .status-info .instock__actions .btn-text:focus {
  color: #444;
}

.status-info .instock__actions .btn-text.waiting-btn,
.status-info .instock__actions .btn-text.waiting-btn:hover,
.status-info .instock__actions .btn-text.waiting-btn:focus {
  color: #fff;
}

.status-info .instock__quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 160px;
  min-width: 80px;
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.status-info .instock__quantity.active {
  opacity: 1;
}
.status-info .instock__quantity .instock__quantity-bar {
  height: 5px;
  width: 100%;
  background: #EBEBEB;
  position: relative;
  margin-bottom: 8px;
}
.status-info .instock__quantity .instock__quantity-bar .instock__quantity-bar__current {
  height: 100%;
  width: 0;
  background: #C8C8CE;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
}
.status-info .instock__quantity .instock__quantity-bar__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  width: 50%;
}
.status-info .instock__quantity-bar__text.instock__quantity-bar__to {
  text-align: right;
}
.sticker--l-wine-collection {
  width: fit-content;
}
.sticker--oracle {
  position: relative;
  padding: 8px 14px;
  display: inline;
  margin-right: 20px;
  width: 27px;
  height: 30px;
  background-image: url(../img/oracle-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 18px;
  background-size: 27px;
}
.sticker--oracle .tooltip {
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
  left: -120%;
  transform: none;
}
.sticker--oracle:hover .tooltip {
  top: -30px;
  visibility: visible;
  opacity: 1;
}
.detail-image-wrapper .sticker--oracle + .sticker {
  margin-top: 0;
  display: inline-flex;
}
.detail-description {
  padding: 40px 0 0 40px;
  width: 50%;
}
.detail-image__sticker {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 43px;
}
.detail-image__slider {
  width: 100%;
  opacity: 0;
}
.detail-image__slider.slick-initialized {
  opacity: 1;
}
.detail-image-wrapper--cover .detail-image__slider {
  height: 100%;
}
.detail-image__slider-img {
  align-items: center;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 50px;
}
.detail-image-wrapper--cover .detail-image__slider-item.detail-image__slider-item--gallery .detail-image__slider-img {
  padding: 0;
  background-position: 60% 0%;
  background-size: cover;
}
.detail-image-wrapper--cover .detail-image__slider-item:not(.detail-image__slider-item--gallery) .detail-image__slider-img img {
  max-height: 800px;
}
.detail-image__slider-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.detail-image__slider-img--cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail-image-wrapper--cover .detail-image__slider-img img {
  object-fit: cover;
  opacity: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 970px) {
  .detail-image-wrapper--cover .detail-image__slider-img img {
    object-fit: contain;
  }
}

.detail-image-wrapper--cover .detail-image__slider-item.slick-slide.slick-current.slick-active {
  height: 100%;
}
.detail-image-wrapper--cover .detail-image__slider .slick-list, .detail-image-wrapper--cover .detail-image__slider .slick-track {
  height: 100%;
}
.detail-image__slider-item--gallery .detail-image__slider-img img,
.detail-image__gallery-item--gallery .detail-image__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-popup__slider-item.gallery-popup__slider-item--gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-image__slider .slick-arrow,
.gallery-popup__nav {
  z-index: 2;
  background: 0 0;
  transition: 0.3s all;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.detail-image__slider .slick-arrow::before,
.gallery-popup__nav::before {
  content: "";
}
.detail-image__slider .slick-prev,
.gallery-popup__nav--prev {
  left: 20px;
  background-image: url(../img/arrow-left.svg);
  background-position: 43% 50%;
}
.detail-image__slider .slick-next,
.gallery-popup__nav--next {
  right: 20px;
  background-image: url(../img/arrow-right.svg);
  background-position: 57% 50%;
}
.detail-main .detail-image-wrapper {
  max-height: 1175px
}
.detail-main .detail-image-wrapper--cover .detail-image__slider-img img {
  opacity: 1;
  visibility: visible;
}
.detail-image__gallery-wrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
}
.detail-image__gallery-wrapper--secondary {
  width: 132px;
  max-width: unset;
}
.detail-image__gallery.slick-initialized {
  visibility: visible;
}
.detail-image__gallery .slick-list {
  overflow: unset;
  padding: 0 !important;
}
.detail-image__gallery.slick-initialized {
  opacity: 1;
  transition: 0.5s 0.5s;
}
.detail-image__gallery .slick-track,
.detail-image__gallery:not(.slick-initialized) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, 132px);
  grid-template-rows: 80px;
  align-items: end;
  gap: 20px;
}
.detail-image__gallery-wrapper--secondary .slick-track {
  display: block;
}
.detail-image__gallery-item {
  position: relative;
  display: flex;
  background: #b3b8bb;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s ease-out;
  max-width: 132px;
  width: 132px;
  height: 80px;
  opacity: 0.8;
}
.detail-image__gallery-wrapper .detail-image__gallery-item:hover,
.detail-image__gallery-wrapper .detail-image__gallery-item.current {
  height: 104px;
  opacity: 1;
}
.detail-image__gallery-item:not(.detail-image__gallery-item--no_preview)::after {
  content: url(../img/magnifier--red.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  width: 62px;
  height: 62px;
  opacity: 0;
  transition: 0.25s ease-out;
}
.detail-image__gallery-wrapper .detail-image__gallery-item:hover::after,
.detail-image__gallery-wrapper .detail-image__gallery-item.current::after {
  transform: translate(-50%,-50%) scale(0.5);
  opacity: 1;
}
.detail-image__gallery-img {
  width: inherit;
  height: inherit;
}
.detail-image__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-image__gallery-img--cover img {
  object-fit: cover;
}
.gallery-popup__slider {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  max-height: 100vh;
  overflow: hidden;
}
.gallery-popup.popup--visible .gallery-popup__slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.gallery-popup__slider .slick-list {
  overflow: hidden;
}
.gallery-popup__slider-item.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  height: 600px;
}
.gallery-popup__slider-item img {
  width: inherit;
  height: inherit;
  object-fit: contain;
  padding: 8px 0 18px;
}
.gallery-popup__slider-item--cover img {
  object-fit: cover;
  padding: 0;
}
.popup.gallery-popup .popup__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}
.popup.gallery-popup .gallery-popup__close-button {
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 86px 0 auto;
  background-image: url(../img/close-circle--white.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  transition: background-image 0.25s ease-in
}
.popup.gallery-popup .gallery-popup__close-button:hover {
  background-image: url(../img/close-circle--red.svg);
}
.gallery-popup__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.gallery-popup__gallery {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.gallery-popup__item {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  transition: opacity 0.4s ease-in;
  max-width: 100%;
  max-height: 100%;
}
.gallery-popup__item--active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.gallery-popup__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-popup__photos {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.gallery-popup__nav {
  aspect-ratio: 1;
  margin: 0 20px;
  position: absolute;
}
@media (max-width: 970px), (min-width: 1300px){
  .detail-image__gallery.slick-no-slide .slick-track {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    justify-content: center;
  }
  .detail-image__gallery.slick-no-slide .slick-track:after,
  .detail-image__gallery.slick-no-slide .slick-track:before {
    content: none;
  }
}
@media (max-width: 970px) {
  .popup.gallery-popup .gallery-popup__close-button {
    position: absolute;
    margin: 0;
    right: 20px;
    top: 20px;
    z-index: 1
  }
  .gallery-popup__slider-item.slick-slide {
    max-width: unset;
    width: 100vw;
  }
}
@media (min-width: 971px) {
  .gallery-popup__slider .slick-list {
    border-radius: 20px;
    margin: 0 86px;
  }
  .gallery-popup__slider .slick-prev {
    left: 0;
  }
  .gallery-popup__slider .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .gallery-popup__slider-item.slick-slide {
    height: 460px
  }
}
@media (max-width: 576px) {
  .detail-image__gallery-wrapper--secondary {
    width: 62px;
  }
  .detail-image__gallery-wrapper {
    right: 10px;
  }
  .detail-image__gallery-wrapper {
    max-width: calc(100% - 20px);
  }
  .detail-image__slider {
    touch-action: auto !important;
  }
  .detail-image__gallery .slick-track,
  .detail-image__gallery:not(.slick-initialized) {
    grid-template-columns: repeat(auto-fit, 62px);
    grid-template-rows: 30px;
    gap: 15px;
  }
  .detail-image__gallery-item {
    max-width: 62px;
    width: 62px;
    height: 30px;
  }
  .detail-image__gallery-wrapper .detail-image__gallery-item.current,
  .detail-image__gallery-wrapper .detail-image__gallery-item.slick-current.slick-center {
    height: 40px;
    opacity: 1;
  }
  .detail-image__gallery-item::after {
    content: none;
  }
  .detail-image__slider .slick-arrow,
  .gallery-popup__nav  {
    background-size: 20px;
    background-color: transparent;
    width: calc(50% - 40px);
    height: calc(100% - 80px);
    cursor: pointer;
    border-radius: 0;
    top: calc(50% - 30px);
  }
  .detail-image__slider .slick-next, .gallery-popup__nav--next {
    background-position-x: 100%;
  }
  .detail-image__slider .slick-prev, .gallery-popup__nav--prev {
    background-position-x: 0%;
  }
  .gallery-popup__nav  {
    aspect-ratio: 1;
  }
  .detail-image__gallery-wrapper .detail-image__gallery-item:hover,
  .detail-image__gallery-wrapper--secondary .detail-image__gallery-item:hover,
  .detail-image__gallery-wrapper--secondary .detail-image__gallery-item.current,
  .detail-image__gallery-wrapper--secondary .detail-image__gallery-item.slick-current.slick-center {
    height: 30px;
  }
  .detail-image__gallery-item:not(.detail-image__gallery-item--no_preview)::after {
    display: none;
  }
}
@media (min-width: 577px) {
  .detail-image__slider .slick-prev:hover,
  .gallery-popup__nav--prev:hover {
    background-image: url(../img/arrow-left--white.svg);
  }
  .detail-image__slider .slick-next:hover,
  .gallery-popup__nav--next:hover {
    background-image: url(../img/arrow-right--white.svg);
  }
  .detail-image__slider .slick-arrow:hover,
  .gallery-popup__nav:hover {
    background-color: #7D858C;
    cursor: pointer;
  }
}
.detail-tags {
  padding-top: 18px;
}
.detail-tags__title {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  color: #7D858C;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px){
  .detail-tools__subform > .price{
    display: flex;
    align-items: center;
  }
  .detail-tools__subform > .price > *:first-child:not(.price.price__cafive){
    margin-left: 10px;
  }
}

@media (max-width: 970px){
  .detail-tags__title {
    margin-bottom: 10px;
  }
  .detail-tags .tags-cloud{
    padding: 0;
    margin: 0;
  }
}
.detail-breadcrumbs {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.detail-breadcrumbs a, .detail-breadcrumbs span {
  color: #000;
  font-size: 12px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  margin: 0 8px 0 0;
  text-decoration: none;
}
.detail-breadcrumbs a:last-child {
  color: #B12535;
}
.detail-category {
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 24px;
}
.detail-category__link {
  margin-right: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.detail-category__link:hover {
  color: #B12535;
  text-decoration: none;
}
.detail-rating {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.crumbs-mobile {
  display: none;
}
.detail-rating__title {
  display: block;
  line-height: normal;
  transition: 0.2s ease-in-out;
}
.detail-rating__title:hover {
  color: #B12535;
  text-decoration: none;
}
.detail-rating .card-component__crumb {
  margin: 0;
}
.main-content .detail-body, .main-content .detail-tags, .main-content .detail-sliders, .main-content .detail-sliders--recommend, .main-content .detail-special-offer, .main-content .detail-articles, .main-content .main-banner, .main-content .how-buy {
  opacity: 0;
  transition: 0s;
}
.main-content.loaded .detail-body, .main-content.loaded .detail-tags, .main-content.loaded .detail-sliders, .main-content.loaded .detail-sliders--recommend, .main-content.loaded .detail-special-offer, .main-content.loaded .detail-articles, .main-content.loaded .main-banner, .main-content.loaded .how-buy {
  opacity: 1;
  transition: 1s;
}
section.detail-sliders.detail-sliders--recommend > .collections__item {
  position: relative;
}
section.detail-sliders.detail-sliders--recommend > .collections__item:before {
  content: "";
  position: absolute;
  background: white;
  background: linear-gradient(90deg, #fff0 0%, #fff 3%);
  width: 100%;
  height: 60px;
  left: 0;
  top: calc(100% + 1px);
  z-index: -1;
}
.product-name {
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  font-family: "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
.product-subnames {
  margin-bottom: 40px;
  color: #7D858C;
  text-transform: uppercase;
  font-family: "Halvar Breit Rg", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}
.detail-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
  margin-bottom: 30px;
}
.detail-delivery__item {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.detail-delivery__item:last-child {
  margin-bottom: 0;
}
.detail-delivery__item::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 1px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
}
.detail-delivery__item--delivery::before {
  background-image: url(../img/detail-delivery-car.svg);
}
.detail-delivery__item--payment::before {
  background-image: url(../img/detail-delivery-payment.svg);
}
.detail-delivery__item--pig::before {
  background-image: url(../img/detail-delivery-pig.svg);
}
.detail-contacts {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.detail-law {
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 20px;
  text-align: justify;
}
.detail-law:empty {
  margin-top: 0;
}
.detail-contacts__link {
  margin-right: 60px;
  padding-left: 28px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.detail-contacts--not-alcohol {
  justify-content: space-between;
}
.detail-contacts--not-alcohol .detail-contacts__link {
  margin-right: 0;
  min-width: 150px;
}
.detail-contacts__link:last-child {
  margin-right: 0;
}
.detail-contacts__link:hover {
  color: #bb2135;
  text-decoration: none;
}
.detail-contacts__link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
.detail-contacts__link--phone::before {
  background-image: url(../img/phone-icon--red.svg);
}
.detail-contacts__link--mail::before {
  background-image: url(../img/mail-icon--red.svg);
}
.detail-contacts__link--question::before {
  background-image: url(../img/question-icon--red.svg);
}
.detail__status {
  position: relative;
  margin-bottom: 10px;
  width: 150px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.detail__status.available {
  background-image: url(../img/status-available.svg);
}
.detail__status.not-available {
  background-image: url(../img/status-notAavailable.svg);
}
.detail__status.for-order {
  background-image: url(../img/status-forOrder.svg);
}
.detail__status.ask-manager {
  background-image: url(../img/status-ask.svg);
}
a.link-main {
  color: #B12535;
  transition: 0.25s ease-in-out;
  margin: 0 20px;
}

a.link-main:hover {
  text-decoration: none;
  color: #dc394c;
}
.price-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.price-block .detail__price {
  margin-bottom: 0!important;
}
.detail__price .price__discount,
.detail__price .price__main {
  margin-right: 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.detail-tools__mobile {
  display: none;
}
.detail-tools {
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  min-height: 95px;
}
.detail-tools.active {
  display: flex!important;
}
.detail-tools__subform {
  display: none;
}
.detail-tools__buttons {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-tools .counter {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 2px;
  overflow: hidden;
  min-width: 95px;
  max-width: 95px;
}
.detail-tools .counter + .detail-tools__buttons {
  max-width: 200px;
  width: 100%;
}
.detail-tools .fav-button {
  max-width: 40px;
  transition: 0.2s ease-in-out;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detail-tools .main-button {
  margin-right: 2px;
  max-width: 240px;
  border-radius: 0;
  text-align: center;
  line-height: 1;
}
.detail-tools .main-button.btn-request {
  max-width: 290px;
}
.detail-tools .main-button.hide {
  display: none;
}
.detail-tools .main-button:not(.hide) + .main-button {
  display: none;
}
.detail-discount-message-info {
  font-family: "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #898A8D;
  margin: -35px 0 30px;
}
@media (max-width: 576px){
  .detail-discount-message-info{
    margin: 10px 0 30px;
    color: #D0CFCE;
  }
}
button.main-button.btn-request.btn-notAvailable, button.main-button.btn-notAvailable.btn-recommend {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card-component__tools-buttons button.main-button.btn-request.btn-notAvailable,
.card-component__tools-buttons button.main-button.btn-notAvailable.btn-recommend {
  margin-right: 1px;
  max-width: 350px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.watched__slider_notifications {
  opacity: 0;
  transition: 0;
}
.watched__slider_notifications.slick-initialized {
  opacity: 1;
  transition: 0.5s ease-in-out 1s;
}
.notification-slider .card-component__tools-buttons button.main-button.btn-request.btn-notAvailable {
  border-radius: 5px;
}
.price-block .gift-info  {
  display: none;
  position: relative;
  padding-left: 34px;
  margin-left: 30px;
  font-size: 12px;
  color: #7D858C;
  text-transform: uppercase;
  margin: 0;
  height: 20px;
}
.price-block .gift-info a {
  width: 30px;
  height: 30px;
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.price-block .gift-info a .tooltip {
  padding: 14px;
  white-space: nowrap;
  color: #000;
}
.price-block .gift-info a:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.price-block .gift-info a {
  color: #7D858C;
}
.price-block .gift-info.visible {
  display: block;
}
.price-block .gift-info:before {
  content: "";
  background-image: url(../img/icon-gift.svg);
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.price-block .gift-info a {
  color: #B12535;
}
.product-pack {
  background-image: url("../img/icon-item-pack.svg");
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 32px;
  height: 40px;
  margin-left: -40px;
  margin-right: 10px;
  position: relative;
}
.product-pack .tooltip {
  top: 4px;
  left: -50px;
  padding: 15px;
  white-space: normal;
  transform: none;
  width: max-content;
  max-width: 290px;
  z-index: 2;
  text-align: left;
  pointer-events: none;
}
.product-pack .tooltip {
  white-space: normal;
}
.basket-list .product-pack .tooltip,
.detail-description .product-pack .tooltip{
  transition: all .3s linear;
}
.product-pack:hover .tooltip,
.product-pack .tooltip:hover {
  display: block;
  visibility: visible;
  opacity: 1;
  top: -70px;
  transition: all .4s linear;
}
.detail-description .product-pack:hover .tooltip,
.detail-description .product-pack .tooltip:hover {
  transition: all .3s linear;
}
.product-options {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.product-options__volume {
  margin-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-options__volume-item {
  margin-right: 10px;
  padding: 11px 15px;
  display: block;
  font-size: 16px;
  color: #000;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.product-options__volume-item:last-child {
  margin-right: 0;
}
.product-options__volume-item:hover {
  color: #B12535;
  text-decoration: none;
}
.product-options__year {
  padding-right: 35px;
  position: relative;
  width: 100%;
  max-width: 355px;
  max-height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
}
.product-options__year--visible {
  visibility: hidden;
  opacity: 0;
}
.product-options__year-nothing {
  margin-top: -30px;
  margin-bottom: 20px;
  display: block;
  color: #B12535;
  text-align: left;
  font-size: 12px;
}
.product-options__year .arrow-button {
  position: absolute;
  right: 0;
  top: 8px;
}
.product-options__year--expanded .arrow-button {
  transform: rotate(-180deg);
}
.product-options__year--expanded .selector__expander {
  visibility: visible;
  opacity: 1;
}
.product-options__year-expander {
  z-index: 1;
  width: 100px;
  right: -10px;
}
.product-options__year-expander::before {
  right: 13px;
}
.product-options__year-expander .selector__expander-item {
  padding-right: 0;
}
.product-options__year-expander .product-options__year-item {
  max-width: 100%;
  border: 0;
}
.product-options__year-expander .product-options__year-item:last-child {
  border: 0;
}
.product-options__year-item {
  margin-bottom: 5px;
  padding: 7px 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(100% / 4);
  font-size: 16px;
  color: #000;
  text-align: center;
  border-left: 1px solid #E5EAEC;
  transition: 0.2s ease-in-out;
}
.product-options__year-item:hover {
  color: #B12535;
  text-decoration: none;
}
.product-options__year-item--disabled {
  color: #cacaca;
}
.product-options__year-item--disabled:hover {
  color: #cacaca;
}
.product-options__year-item .tooltip {
  white-space: nowrap;
  color: #000000;
  pointer-events: none;
}
.product-options__year-item:hover .tooltip {
  top: -30px;
  visibility: visible;
  opacity: 1;
}
.product-options__year-item:nth-of-type(4n) {
  border-right: 1px solid #E5EAEC;
}
.product-options__year-item:last-child {
  border-right: 1px solid #E5EAEC;
}
.product-options__volume-item--selected,
.product-options__year-item--selected {
  color: #B12535;
}
.detail-properties {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.75;
}
.detail-properties--products .detail-properties__value-link {
  text-transform: unset;
}
.detail-properties__item {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.detail-properties__item:last-child {
  margin-bottom: 0;
}
.detail-properties__item a{
  text-decoration: none;
  color: black;
}
.detail-properties__item a:hover{
  color: #B12535;
  text-decoration: none;
}
.detail-properties__name-dots {
  overflow: hidden;
  margin: 0 60px 0 0;
  position: relative;
  width: 100%;
  max-width: 335px;
  flex-shrink: 0;
}
.detail-properties__item.no-desc .detail-properties__name-dots {
  display: none;
}
.detail-properties__item.no-desc .detail-properties__value-link {
  white-space: pre;
}
.detail-properties__name-dots::before {
  position: absolute;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . ";
}
.detail-properties__name {
  position: relative;
  padding-right: 5px;
  background-color: #fff;
}
.detail-properties__value-link {
  color: #000;
  transition: 0.2s ease-in-out;
  text-transform: capitalize;
}
.detail-properties__value-link--dis {
  pointer-events: none;
  text-transform: capitalize;
}
a.detail-properties__value-link:hover {
  color: #B12535;
  text-decoration: none;
}
.detail-crumbs {
  margin-bottom: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-crumbs__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-crumbs__item:first-child {
  margin-right: 60px;
  max-width: 330px;
  width: 100%;
}
.detail-crumbs__title {
  margin-right: 24px;
  display: block;
  color: #7D858C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
}
.detail-crumbs__item .card-component__crumb {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
  margin-right: 24px;
}
.description-tab {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.description__tab-wrapper {
  width: 100%;
  max-width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.description__tab-wrapper__item {
  break-inside: avoid-column;
}
.description__tab-wrapper > * {
  -webkit-column-break-inside: avoid;
}
.description__tab-wrapper__item.description__tab-wrapper__item-desktop {
  display: block;
}
.description__tab-wrapper__item.description__tab-wrapper__item-mobile {
  display: none;
}
.description__roller {
  max-height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: 1.25s ease-in-out;
}

.description__roller span {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  z-index: 1;
  margin: 0;
  padding: 10px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/arrow-down.svg);
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.description__roller.active span {
  transform: rotate(180deg);
  display: none;
}

.description__roller:last-child {
  margin-bottom: 0;
}

.description__roller:after {
  content: "";
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #fff 60%, #fff0);
  transition: 0.6s ease-in-out;
}
.description__roller.active {
  max-height: 685px;
}
.description__roller.active:after {
  height: 0;
}
.description__tab-l-wine-collection {
  margin: 0 0 22px;
  padding: 2px 12px;
  display: inline-block;
  position: relative;
  max-width: 270px;
  color: #ffffff;
  font-size: 12px;
  background-color: #B12535;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
}
.description__title {
  margin-bottom: 20px;
  display: block;
  font-family: "Halvar Breit Rg", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #7D858C;
  text-transform: uppercase;
}
.description__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.description__tab-wrapper__item {
  margin-bottom: 40px;
}
.description-tab__recommend {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.description-tab__img-wrap {
  overflow: hidden;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.description-tab__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description-tab__recommend-title {
  margin-bottom: 0;
  font-size: 24px;
}
.description-tab__ratings {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.description-tab__ratings-link {
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  display: block;
  width: 100%;
  max-width: calc((100% / 2) - 20px);
  color: #000;
  transition: 0.2s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
}
.description-tab__ratings-link:hover {
  color: #bb2135;
  text-decoration: none;
}
.description-tab__ratings-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/star-icon--yellow.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.description__tab-wrapper__item .h4-heading {
  font-size: 24px;
  font-weight: 900;
}
.about-tab {
  margin: 0 auto;
  padding-top: 50px;
  width: 100%;
  max-width: 1020px;
}
.about-tab__item {
  margin-bottom: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-tab__img-frame {
  order: 0;
  margin-right: 120px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  flex-shrink: 0;
}
.about-tab__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-tab__description {
  order: 1;
}
.about-tab__description span {
  margin-bottom: 35px;
  display: block;
  font-size: 12px;
  color: #7D858C;
  text-align: center;
  text-transform: uppercase;
}
.about-tab__description strong {
  margin-bottom: 30px;
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}
.about-tab__description p {
  margin-bottom: 0;
  line-height: 28px;
  /*text-align: center;*/
}
.about-tab__item:first-child .about-tab__description p {
  position: relative;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.about-tab__item:first-child .about-tab__description p::after {
  content: "***";
  position: absolute;
  bottom: -85px;
  left: 50%;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  transform: translateX(-50%);
}
.about-tab__item--reverse .about-tab__description {
  order: 0;
}
.about-tab__item--reverse .about-tab__img-frame {
  order: 1;
  margin-right: 0;
  margin-left: 120px;
}
.detail-reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail-reviews .review-component {
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: calc((100% / 2) - 20px);
  border-bottom: 1px solid #E5EAEC;
}
.main-button--review {
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.no-reviews {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  padding-bottom: 30px;
}
.no-reviews > * {
  width: 100%;
  max-width: calc((100% / 2) - 20px);
}
.no-reviews__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.where-buy {
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5EAEC;
}
.where-buy__wrap.where-buy__info {
  width: 40%;
  margin-top: 0px;
  margin-bottom: auto;
}
@media (max-width: 375px) {
  .where-buy__wrap.where-buy__info {
    width: 100%;
  }
}
.where-buy__wrap {
  width: 60%;
  border-radius: 15px;
  overflow: hidden;
}
.where-buy__info-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.where-buy__info-wrap .where-buy-button {
  margin-top: 20px;
  width: 100%;
  justify-content: left;
  font-size: 18px;
}
.where-buy__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.where-buy__info-item,
.where-buy__info-link {
  width: 100%;
  font-size: 18px;
}
.where-buy__info-item--price {color: #B12535; font-size: 16px;}
.where-buy__info-item--price.price__main {color: #000; font-size: 16px;}
.where-buy__img-frame {
  margin-right: 40px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 160px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.where-buy__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.where-buy__info-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5EAEC;
  display: block;
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 400;
  text-transform: initial;
  width: calc(100% - 20px);
}
.where-buy__info-item {
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
  display: block;
}
.where-buy__info-item--subway::before {
  content: "M";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 9px;
  color: #B12535;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B12535;
  border-radius: 50%;
}
.where-buy__info-item--placement::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/geo-icon--red.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.where-buy__info-item--working-time::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/clock-icon--red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
}
.where-buy__info-item--price::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/ruble-icon--red.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.where-buy__info-link {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  display: block;
  color: #000;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  font-size: 16px;
}
.where-buy__info-link:hover {
  color: #bb2135;
  text-decoration: none;
}
.where-buy__info-link--phone::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/phone-icon--red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
}
.where-buy__info-link--mail::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/mail-icon--red.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.detail-body .tabs {
  margin-bottom: 45px;
  padding-top: 28px;
  z-index: 6;
  position: sticky;
  top: 55px;
  background-color: #fff;
}
.detail-body .tabs__link {
  padding-bottom: 11px;
  font-weight: 500;
  font-size: 32px;
  font-family: "Druk Cyr", "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
}
.detail-body .tabs__item {
  margin-right: 44px;
}
.where-buy-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  font-size: 12px;
  margin-left: auto;
  transition: 0.2s ease-in-out;
}
.where-buy-button:hover {
  color: #B12535;
  text-decoration: none;
}
.where-buy-button svg {
  margin-right: 10px;
  fill: none;
  stroke: #898989;
  transition: 0.2s ease-in-out;
}
.where-buy-button:hover svg {
  stroke: #B12535;
}
body .tags-cloud {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
}
body .tags-cloud--academy-header {
  display: none;
}
@media (max-width: 970px) {
  .tags-cloud--academy-header {
    padding: 10px 20px 20px 20px;
  }
  .tags-cloud--academy-header .tags-cloud__link {
    font-size: 12px;
  }
  body .tags-cloud {
    gap: 5px;
  }
  .where-buy__wrap.where-buy__info {
    width: 100%;
  }
  .where-buy__wrap {
    width: 100%;
  }
}
body .tags-cloud--visible {
  display: flex;
  -webkit-animation: fadeIn .3s ease-in-out;
  animation: fadeIn .3s ease-in-out;
}
.tag-arrow {
  position: relative;
  cursor: pointer;
  width: 44px;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 15px;
  transition: .2s ease-in-out;
  flex-shrink: 0;
}
.tag-arrow:hover {
  border-color: #B12535;
}
.tag-arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url(../img/tag-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 10px;
  background-size: 10px;
  transition: .2s ease-in-out;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.tag-arrow--expanded::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.tags-cloud__item {
  flex-grow: 0;
  flex-shrink: 1;
  text-align: center;
  max-width: 300px;
}
.detail-main .tags-cloud__item {
  flex-grow: 0;
}
.tags-cloud--academy-header .tags-cloud__item {
  flex-grow: 1;
  max-width: 240px;
}
.tags-cloud__link {
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  justify-content: center;
  line-height: 1;
  height: 30px;
  color: #7D858C;
  text-transform: uppercase;
  background-color: #E5EAEC;
  border-radius: 4px;
  transition: .2s ease-in-out;
  overflow: hidden;
}
.tags-cloud__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tags-cloud__link:hover {
  color: #fff;
  background-color: #7D858C;
  text-decoration: none;
}
.tags-cloud__link--active {
  color: #fff;
  background-color: #7D858C;
  text-decoration: none;
}
.how-buy__wrap {
  font-weight: 600;
}
.how-buy__wrap a {
  white-space: nowrap;
}
.error-message {
  margin: 20px -16px;
  padding: 10px;
  text-align: center;
  background: #ffe6e9;
  color: #B12535;
  font-size: 20px;
  border: 1px solid #B12535;
  font-weight: 100;
  transition: 0.2s ease-in-out;
  opacity: 1;
  max-height: 200px;
  pointer-events: initial;
}
.legalization-info {
  margin-bottom: 40px!important;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #7D858C;
}
.legalization-info--cart {
  margin-top: -40px;
}
.legalization-info--none {
  display: none;
}
.legalization-info__link {
  color: #9a2132;
}
.legalization-info__link:hover {
  color: #9a2132;
}
.detail-sliders {
  display: flex;
  justify-content: space-between;
}
.detail-sliders.desktop-sliders {
  display: flex;
}
.detail-sliders.mobile-sliders {
  display: none;
}
.detail-sliders--recommend {
  overflow: visible;
  padding-bottom: 55px;
}
.detail-sliders .collections__item {
  z-index: 1;
  margin-top: 55px;
  max-width: 740px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1480px){
  .detail-sliders .collections__item {
    margin-top: 55px;
  }
}

.detail-sliders .collections__img-wrap {
  align-self: center;
}
.watched {
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  padding: 0px 10px;
}
.similar__slider-wrap,
.watched__slider-wrap {
  position: relative;
  padding-bottom: 115px;
  border-top: 1px solid #E5EAEC;
}
.similar__slider-wrap::after,
.watched__slider-wrap::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 55px;
  width: 100%;
  height: 1px;
  background-color: #E5EAEC;
}
.similar__slider .slick-list,
.watched__slider .slick-list {
  overflow: visible;
}
.watched__slider .card-component-wrapper {
  margin-right: 25px;
}
.similar {
  overflow: hidden;
  width: 100%;
  max-width: 740px;
}
.similar__slider .card-component-wrapper {
  margin-right: 40px;
}
.similar__slider .custom-slick,
.watched__slider .custom-slick {
  position: absolute;
  top: -48px;
}
.similar__slider .custom-slick--next,
.watched__slider .custom-slick--next {
  right: 0;
}
.similar__slider .custom-slick--prev,
.watched__slider .custom-slick--prev {
  right: 35px;
}
.main-banner--detail {
  margin-bottom: 40px;
  padding: 40px 95px;
  height: 290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.main-banner--detail .main-banner__logo-wrap {
  margin-bottom: 0;
  margin-right: 105px;
  max-width: 190px;
  align-self: center;
}
.main-banner--detail .main-banner__text {
  margin: 0;
  max-width: unset;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.product-name-sticky {
  display: none;
}
@media (min-width: 1481px) and (max-width: 1599px) {
  .product-options {
    flex-wrap: wrap;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
}
@media (min-width: 1551px) and (max-width: 1599px) {
  .watched {
    margin-right: 40px;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .card-component__tools-buttons,
  .watched__slider .card-component__tools-buttons {
    max-width: 160px;
  }
  .detail-sliders .collections__item {
    max-width: 720px;
  }
}
@media (min-width: 1501px) and (max-width: 1550px) {
  .watched {
    margin-right: 40px;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .card-component__tools-buttons,
  .watched__slider .card-component__tools-buttons {
    max-width: 160px;
  }
  .detail-sliders .collections__item {
    max-width: 720px;
  }
}
@media (min-width: 1481px) and (max-width: 1500px) {
  .watched {
    margin-right: 40px;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: 280px;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .card-component__tools-buttons,
  .watched__slider .card-component__tools-buttons {
    max-width: 160px;
  }
  .detail-sliders .collections__item {
    max-width: 720px;
  }
}
@media (min-width: 1441px) and (max-width: 1480px) {
  .product-options {
    flex-wrap: wrap;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 35px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: calc(50% - 20px);
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
}
@media (min-width: 1401px) and (max-width: 1440px) {
  .product-options {
    flex-wrap: wrap;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 35px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: 280px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
}
@media (min-width: 1367px) and (max-width: 1400px) {
  .product-options {
    flex-wrap: wrap;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 35px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: 280px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .product-options {
    flex-wrap: wrap;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    margin-right: 0;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .counter,
  .watched__slider .counter {
    max-width: 90px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 35px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: 260px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
  .product-options .where-buy-button {
    margin-top: 20px;
    width: 100%;
  }
}
@media (min-width: 1241px) and (max-width: 1280px) {

  .detail-image-wrapper {
    max-width: 50%;
  }
  .detail-contacts__link {
    margin-right: 20px;
  }
  .product-options {
    flex-wrap: wrap;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    margin-right: 0;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: -20px;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 15px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
    min-width: 260px;
  }
  .similar__slider,
  .watched__slider {
    margin: 0 0px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
  .main-banner--detail {
    padding: 40px;
  }
  .main-banner--detail .main-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-options .where-buy-button {
    margin-top: 20px;
    width: 100%;
  }
  .where-buy__info-item {
    font-size: 15px;
  }
}
@media (min-width: 1201px) and (max-width: 1240px) {
  .detail-properties__name-dots {
    max-width: 250px;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .detail-contacts__link {
    margin-right: 20px;
  }
  .product-options {
    flex-wrap: wrap;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    margin-right: 0;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: -15px;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 20px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 15px;
    min-width: 280px;
  }
  .similar__slider,
  .watched__slider {
    margin: 0 10px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
  .main-banner--detail {
    padding: 40px;
  }
  .main-banner--detail .main-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-options .where-buy-button {
    margin-top: 20px;
    width: 100%;
  }
  .where-buy__info-item {
    font-size: 15px;
  }
}
@media (min-width: 1026px) and (max-width: 1200px) {
  .detail-crumbs__item:first-child,
  .detail-properties__name-dots {
    max-width: 250px;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .detail-contacts__link {
    margin-right: 20px;
  }
  .product-options {
    flex-wrap: wrap;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    margin-right: 0;
  }
  .similar,
  .watched {
    max-width: 100%;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin: 0 10px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: -10px;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 25px;
  }
  .similar__slider,
  .watched__slider {
    margin: 0 5px;
  }
  .detail-sliders--overflow-h {
    flex-wrap: wrap;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 55px;
  }
  .main-banner--detail {
    padding: 40px;
  }
  .main-banner--detail .main-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-options .where-buy-button {
    margin-top: 20px;
    width: 100%;
  }
  .where-buy__info-item {
    font-size: 15px;
  }
}
@media (min-width: 970px) and (max-width: 1024px) {
  .detail-properties__name-dots {
    max-width: 190px;
    flex-shrink: 0;
  }
  .detail-image-wrapper {
    max-width: 50%;
  }
  .detail-contacts__link {
    margin-right: 20px;
  }
  .product-options {
    flex-wrap: wrap;
  }
  .detail-properties__item {
    font-size: 12px;
  }
  .description-tab {
    columns: 1;
  }
  .detail-crumbs__item {
    flex-wrap: wrap;
  }
  .detail-crumbs__item:first-child {
    max-width: 250px;
  }
  .detail-crumbs__title {
    margin-right: 0;
    width: 100%;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    margin-right: 0;
    max-width: 330px;
  }
  .product-options__year-item {
    max-width: calc(100% / 4);
  }
  .product-options__year-item:nth-of-type(4n) {
    border-right: 1px solid #E5EAEC;
  }
  .product-options .where-buy-button {
    margin-top: 20px;
    width: auto;
  }
  .watched {
    margin-right: 40px;
  }
  .main-banner--detail {
    padding: 40px;
  }
  .main-banner--detail .main-banner__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 577px) and (max-width: 970px) {
  .detail-header {
    overflow: hidden;
    flex-wrap: wrap;
  }
  .detail-sliders {
    margin: 0 20px;
  }
  .detail-image-wrapper {
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    height: 430px;
  }
  .detail-image__slider-item:not(.detail-image__slider-item--gallery) .detail-image__slider-img {
    padding: 30px 0;
  }
  .detail-image__slider,
  .detail-image__slider .slick-list,
  .detail-image__slider .slick-track,
  .detail-image__slider-item {
    height: 100%;
  }
  .detail-image__slider-img {
    padding: 20px;
  }
  .detail-image__slider-img img {
    height: 100%;
    object-fit: contain;
  }
  .detail-properties__item {
    font-size: 12px;
  }
  .detail-image__sticker {
    top: 20px;
    left: 20px;
  }
  .detail-description {
    padding: 0 20px;
    padding-top: 20px;
    width: 100%;
  }
  .description-tab {
    padding: 0 20px 20px 20px;
    flex-wrap: wrap;
  }
  .detail-body .tabs {
    margin: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .description__tab-wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .about-tab {
    padding: 0 20px;
  }
  .about-tab__item {
    margin-bottom: 30px;
  }
  .about-tab__img-frame {
    margin-right: 40px;
    max-width: 350px;
    height: 450px;
  }
  .about-tab__item--reverse .about-tab__img-frame {
    margin-left: 40px;
  }
  .about-tab__description strong {
    font-size: 18px;
    line-height: 21px;
  }
  .about-tab__description p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-tab__item:first-child .about-tab__description p {
    font-size: 14px;
    line-height: 20px;
  }
  .detail-reviews .review-component {
    padding: 0 20px;
    padding-bottom: 30px;
    max-width: calc((100% / 2) - 10px);
  }
  .where-buy {
    flex-wrap: wrap;
  }
  .where-buy__wrap {
    max-width: 100%;
  }
  .where-buy__info {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .where-buy__img-frame {
    margin: 0 auto;
  }
  .detail-tags {
    padding: 0 20px;
  }
  .watched {
    margin-right: 0;
    max-width: 100%;
  }
  .similar {
    display: none;
  }
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .watched__slider .custom-slick--prev {
    right: 35px;
  }
  .similar__slider .card-component-wrapper,
  .watched__slider .card-component-wrapper {
    margin-right: 0;
    width: 350px;
    max-width: 100%;
  }
  .similar__slider .custom-slick,
  .watched__slider .custom-slick {
    top: -42px;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 75px;
  }
  .similar__slider .custom-slick--next {
    right: 20px;
  }
  .similar__slider .custom-slick--prev {
    right: 55px;
  }
  .similar__slider-wrap::after,
  .watched__slider-wrap::after {
    bottom: 30px;
  }
  .detail-articles,
  .main-banner--detail {
    display: none;
  }
  .legalization-info {
    padding: 20px 20px 0 20px;
  }
  .detail-sliders.desktop-sliders {
    display: none;
  }
  .detail-sliders.mobile-sliders {
    display: flex;
    flex-direction: column;
  }
  .status-info .instock__status {
    font-size: 13px;
    margin-right: 0;
    white-space: nowrap;
  }
  .status-info .instock__status .icon-status {
    margin-right: 8px;
  }
  .detail-sliders.detail-sliders--recommend {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .description__tab-wrapper__item.description__tab-wrapper__item-desktop {
    display: none;
  }
  .description__tab-wrapper__item.description__tab-wrapper__item-mobile {
    display: block;
  }
  .price-block {
    display: inline-flex;
    width: 100%;
    max-width: 50%;
    margin-bottom: -10px;
    position: relative;
    top: -10px;
  }
  .status-info {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    justify-content: flex-end;
  }
  .product-pack {
    background-size: 24px;
    height: 32px;
    width: 32px;
  }
  .detail-main.detail-main__show-instock .detail-tools .status-info {
    display: none;
  }
  .status-info .instock {
    margin-bottom: 13px;
  }
  .status-info .instock__info .icon-info .tooltip {
    display: block;
    padding: 20px 45px 20px 20px;
    right: calc(50% - 155px);
    line-height: 2;
    top: auto;
    bottom: calc(100% + 20px);
  }
  .detail-tools__mobile {
    display: inline-flex;
    max-width: 48%;
    margin-bottom: -60px;
    width: 100%;
    position: relative;
    top: -51px;
    padding-left: 15px;
  }
  .status-info .instock__quantity .instock__quantity-bar__text {
    font-size: 12px;
  }
  .status-info .instock__status {
    font-size: 12px;
  }
  .status-info .instock__status.instock__status-only {
    font-size: 12px;
    white-space: nowrap;
  }
  .detail-header {
    flex-wrap: wrap;
  }
  .detail-body .tabs {
    position: relative;
    top: 0;
  }
  .where-buy__info-item,
  .where-buy__info-link {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .where-buy__img-frame {
    max-width: 200px;
  }
  .where-buy__info-item .price__main {
    font-size: 16px;
  }
  .where-buy__info-wrap .where-buy-button {
    font-size: 16px;
    margin-top: 20px;
  }
  .detail-image-wrapper {
    padding: 30px 0;
    width: 100%;
    height: 430px;
  }
  .detail-image__slider-item:not(.detail-image__slider-item--gallery) .detail-image__slider-img {
    padding: 30px 0;
  }
  .detail-image__slider,
  .detail-image__slider .slick-list,
  .detail-image__slider .slick-track,
  .detail-image__slider-item {
    height: 100%;
  }
  .detail-image__slider-img {
    padding: 20px;
  }
  .detail-image__slider-img img {
    height: 100%;
    object-fit: contain;
  }
  .bx-ie .detail-image__slider-img img {
    max-width: 670px;
  }
  @media (max-width: 1450px) {
    .bx-ie .detail-image__slider-img img {
      max-width: 450px;
    }
  }
  @media (max-width: 1100px) {
    .bx-ie .detail-image__slider-img img {
      max-width: 400px;
    }
  }
  .detail-image__sticker {
    display: none;
    top: 20px;
    left: 20px;
  }
  .detail-description {
    padding: 0 20px;
    padding-top: 10px;
    width: 100%;
  }
  .detail-category {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .detail-rating {
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .detail-rating .card-component__crumbs {
    display: none;
  }
  .crumbs-mobile {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .crumbs-mobile .sticker {
    margin-right: 10px;
  }
  .crumbs-mobile > .sticker {
    margin-bottom: 0;
  }
  .crumbs-mobile .sticker.discount-name {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .crumbs-mobile .card-component__crumb {
    margin-bottom: 0;
  }
  .product-name {
    font-size: 18px;
    line-height: 24px;
  }
  .product-subnames {
    margin-bottom: 20px;
    font-size: 9px;
    line-height: 14px;
  }
  .product-code {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .product-options {
    margin-bottom: 75px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-options__volume {
    margin-right: 20px;
  }
  .product-pack {
    margin-left: -10px;
  }
  .product-options__year {
    max-width: calc(100% - 100px);
  }
  .product-options__year .arrow-button {
    top: 8px;
  }
  .product-options__volume-item {
    padding: 10px 14px;
    font-size: 12px;
  }
  .product-options__year-item {
    margin-bottom: 5px;
    padding: 11px 0;
    max-width: calc(100% / 4);
    font-size: 12px;
  }
  .product-options__year-item:nth-of-type(4n) {
    border-right: 1px solid #E5EAEC;
  }
  .where-buy-button:not(.status-info__text) {
    margin: 0;
    margin-top: 0;
    font-size: 12px;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 20px;
  }
  .detail__price .price__discount,
  .detail__price .price__main {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .detail__price {
    margin-bottom: 0;
  }
  .detail-tools {
    z-index: 8;
    margin: 0;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #E5EAEC;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    transition: 0.2s ease-in-out;
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    padding-bottom: calc(15px + (var(--safe-area-inset-top) + var(--safe-area-inset-bottom)))!important;
  }
  .detail-tools--hidden {
    bottom: -115px;
  }
  .detail-tools .counter {
    display: none;
  }
  .detail-tools .main-button {
    max-width: 100%;
  }
  .detail-tools__subform {
    display: block;
    width: 100%;
  }
  .detail-tools__subform .detail__price {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .detail-properties {
    margin-bottom: 20px;
  }
  .detail-properties__item {
    align-items: flex-start;
    font-size: 12px;
  }
  .detail-properties__name-dots {
    margin-right: 20px;
    max-width: 150px;
    flex-shrink: 0;
  }
  .detail-crumbs {
    display: none;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .detail-crumbs .card-component__crumb {
    display: block;
  }
  .detail-crumbs__item {
    width: 100%;
    max-width: 100%;
  }
  .detail-crumbs__item:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .detail-contacts, .detail-delivery {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .detail-delivery {
    margin-bottom: 30px;
  }
  .qa--addresses .detail-contacts, .qa--addresses .detail-delivery {
    margin-bottom: 0;
  }
  .detail-contacts a.detail-contacts__link, .detail-delivery a.detail-contacts__link {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    text-align: left;
    display: block;
    width: 100%;
  }
  .detail-contacts a.detail-contacts__link:last-child, .detail-delivery a.detail-contacts__link:last-child {
    margin-bottom: 0;
  }
  .legalization {
    display: none;
  }
  .detail-body .tabs {
    flex-wrap: wrap;
  }
  .detail-body .tabs__item {
    margin-right: 0;
    width: 100%;
    border-top: 1px solid #E5EAEC;
  }
  .detail-body .tabs__link {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000;
  }
  .detail-body .tabs__link::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .detail-body .tabs__link--active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .detail-body .tabs__link::before {
    display: none;
  }
  .description-tab {
    flex-wrap: wrap;
  }
  .description__tab-wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .description__text {
    margin-bottom: 0;
    font-size: 14px;
  }
  .description__tab-wrapper__item {
    margin-bottom: 30px;
  }
  .description-tab__ratings-link {
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .about-tab {
    padding: 0 20px;
  }
  .about-tab__item {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .about-tab__img-frame {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
    height: 270px;
  }
  .about-tab__description strong {
    font-size: 18px;
    line-height: 21px;
  }
  .about-tab__description p {
    font-size: 14px;
    line-height: 22px;
  }
  .about-tab__item--reverse .about-tab__img-frame {
    order: 0;
    margin-left: 0;
  }
  .about-tab__item--reverse .about-tab__description {
    order: 1;
  }
  .about-tab__item:first-child .about-tab__description p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-tab__item:first-child .about-tab__description p::after {
    display: none;
  }
  .detail-reviews .review-component {
    padding: 0 20px;
    padding-bottom: 30px;
    max-width: 100%;
  }
  .no-reviews {
    flex-wrap: wrap;
  }
  .no-reviews > * {
    max-width: 100%;
  }
  .where-buy {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .where-buy__wrap {
    max-width: 100%;
  }
  .where-buy__info {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .where-buy__img-frame {
    margin: 0 auto;
  }
  .detail-tags {
    padding: 0 20px;
    padding-top: 20px;
  }
  .tags-cloud__link {
    padding: 6px;
  }
  .detail-sliders {
    margin: 0 20px;
    flex-wrap: wrap;
  }
  .similar {
    display: none;
  }
  .detail-sliders--overflow-h .card-component-wrapper {
    margin-right: 0;
    margin: 0 15px;
    width: 100%;
    max-width: calc((100% / 2) - 10px);
    height: auto;
  }
  .detail-sliders--overflow-h .card-component {
    padding: 0;
    padding-top: 20px;
  }
  .detail-sliders--overflow-h .card-component--vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
  }
  .detail-sliders--overflow-h .card-component__img {
    padding-top: 22px;
    max-width: 110px;
    height: 198px;
  }
  .detail-sliders--overflow-h .card-component__sticker {
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .detail-sliders--overflow-h .sticker {
    padding: 2px 6px;
    font-size: 10px;
  }
  .detail-sliders--overflow-h .sticker--darken-blue {
    padding-left: 30px;
  }
  .detail-sliders--overflow-h .card-component__crumbs {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .detail-sliders--overflow-h .card-component__crumb {
    visibility: visible;
    opacity: 1;
  }
  .detail-sliders--overflow-h .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .detail-sliders--overflow-h .card-component__price {
    display: none;
  }
  .detail-sliders--overflow-h .card-component__tools {
    display: none;
  }
  .detail-sliders--overflow-h .main-button {
    max-width: 40px;
    height: 30px;
  }
  .detail-sliders--overflow-h .card-component__tools--mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .detail-sliders--overflow-h .card-component__price--mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .detail-sliders--overflow-h .card-component--discount .price__main {
    font-size: 12px;
  }
  .detail-sliders--overflow-h .price__main {
    font-size: 16px;
  }
  .detail-sliders--overflow-h .card-component--discount .price__discount {
    font-size: 16px;
  }
  .similar__slider-wrap,
  .watched__slider-wrap {
    padding-bottom: 30px;
  }
  .similar__slider .custom-slick,
  .watched__slider .custom-slick {
    position: absolute;
    top: -42px;
  }
  .similar__slider .custom-slick--next,
  .watched__slider .custom-slick--next {
    right: 0;
  }
  .similar__slider .custom-slick--prev,
  .watched__slider .custom-slick--prev {
    right: 40px;
  }
  .similar__slider-wrap::after,
  .watched__slider-wrap::after {
    bottom: 30px;
  }
  .detail-articles,
  .main-banner--detail {
    display: none;
  }
  .legalization-info {
    padding: 20px 20px 0 20px;
  }
  .detail-sliders--overflow-h .sticker--discount {
    padding: 0;
  }
  .detail-sliders--overflow-h .sticker .sticker__discount-value {
    font-size: 10px;
  }
  .product-name-sticky {
    visibility: hidden;
    opacity: 0;
    z-index: 8;
    padding: 5px 10px;
    position: fixed;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    transition: 0.2s ease-in-out;
  }
  .product-name-sticky--visible {
    visibility: visible;
    opacity: 1;
    top: 64px;
  }
  .where-buy__info-title {
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 16px;
  }
  .detail-sliders.desktop-sliders {
    display: none;
  }
  .detail-sliders.mobile-sliders {
    display: flex;
  }
  .price-block .gift-info.visible {
    display: none;
    font-size: 0;
  }
  .tag-arrow {
    height: 30px;
  }
  body .tags-cloud {
    max-width: 100%;
    padding-right: 5px;
  }
}
@media (max-width: 390px) {
  .detail__price .price__discount,
  .detail__price .price__main {
    font-size: 17px;
  }
  .detail__price .price__discount {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .detail-sliders--overflow-h .card-component-wrapper {
    margin: 0 10px;
  }
  .product-options__volume {
    margin-right: 15px;
  }
  .product-pack {
    margin-left: -5px;
  }
  .product-options__year {
    max-width: 200px;
  }
}
@media (min-width: 577px) {
  .tabs-mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .detail-body .tabs,
  .detail-body .tabs-content {
    display: none;
  }
  .detail-body .tabs-content.active {
    display: block;
  }
  .tabs-mobile {
    padding-top: 30px;
  }
  .tabs-mobile__item--active .tabs-mobile__content {
    display: block;
    padding-bottom: 30px;
  }
  .tabs-mobile__content {
    display: none;
  }
  .tabs-mobile__item-title {
    margin: 0;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E5EAEC;
  }

  .tabs-mobile__item.js--picpoint_tab .tabs-mobile__item-title {
    border-bottom: 1px solid #E5EAEC;
  }
  .tabs-mobile__item.js--picpoint_tab .tabs-mobile__content {
    padding-top: 20px;
  }

  .tabs-mobile__item-title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .tabs-mobile__item--active .tabs-mobile__item-title::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .detail__price {
    flex-basis: auto;
    margin-right: 4px;
  }
  .detail-tools .status-info {
    display: none;
  }
  .tabs-mobile .bestsellers__slider {
    opacity: 1;
  }
  .tabs-mobile__content .where-buy-button:not(.status-info__text){
    margin: 0;
  }
}
.detail-product-list.grid-wrapper {
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.5s opacity, 0.2s max-height;
}
.detail-product-list.grid-wrapper.active {
  opacity: 1;
  visibility: visible;
  max-height: max-content;
}
.mobile-selected {
  text-align: center;
}
.contacts {
  position: relative;
  opacity: 1;
}

.contacts .h1-heading {
  font-size: 48px;
  font-weight: 600;
  margin: 40px auto;
}

.contacts .info__title,
.contacts h2.h2-heading.heading {
  font-size: 28px;
  font-weight: 600;
}
.contacts .contacts-legal h2.h2-heading.heading {
  text-align: center;
  margin-bottom: 20px;
}

.contacts .info_show-all {
  color: #B12535;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  font-size: 14px;
  margin-top: 30px;
  text-transform: initial;
  display: block;
}

.contacts .info_show-all:hover {
  color: #B12535;
  text-decoration: none;
}

.contacts .contacts__info {
  padding: 0 30px;
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-top: -15px;
}

.contacts .info__group .info__group-item {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  display: block;
  font-size: 18px;
}
.contacts .info__group a.info__group-item {
  color: #000;
}
.contacts .info__group a.info__group-item:hover {
  text-decoration: none;
  color: #bb2135;
}

.contacts .info__group .info__group-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.contacts .info__placement::before {
  background-image: url(../img/geo-icon--red.svg);
}

.contacts .info__working-time::before {
  background-image: url(../img/clock-icon--red.svg);
}

.contacts .info__phone::before {
  background-image: url(../img/phone-icon--red.svg);
}

.contacts .info__mail::before {
  background-image: url(../img/mail-icon--red.svg);
}

.contacts .addresses-map {
  min-height: 600px;
}

.contacts .contacts-wrap {
  margin-bottom: 40px;
}

.contacts .contacts-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.contacts .contacts-wrap > div {
  float: left;
  width: 50%;
}

.contacts .contacts__feedback {
  max-width: 620px;
  padding: 0 30px;
  margin: 0 auto;
}

.contacts .info_show-all--mobile {
  color: #B12535;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  font-size: 18px;
  text-transform: initial;
  font-weight: 500;
  margin: 30px auto 0;
  text-align: center;
  display: none;
}

.contacts .info_show-all--mobile:hover {
  color: #B12535;
  text-decoration: none;
}

.contacts form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 720px;
}

.contacts form .group {
  max-width: calc((100% / 3) - 13.33px);
  width: 100%;
}

.contacts form .group.full-width {
  max-width: 100%;
}

.contacts form .group label {
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.contacts form .group label input[type="text"],
.contacts form .group label input[type="tel"],
.contacts form .group label input[type="email"],
.contacts form .group label textarea {
  width: 100%;
  border: 1px solid #E5EAEC;
  padding: 6px 12px;
  color: #212121;
  margin-top: 8px!important;
}

.contacts form .main-button+span {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.contacts form .group textarea {
  min-height: 150px;
  resize: vertical;
}

.contacts .addresses-map {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  min-height: 670px;
}

.contacts-legal {
  margin-bottom: 40px;
}
.contacts-legal p.legal-info {
 font-size: 18px;
}

.product-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .contacts .contacts__feedback {
    max-width: 820px;
  }
  .contacts form .group {
    max-width: calc((100% / 3) - 11px);
    margin-right: 16px;
  }
  .contacts form .group:nth-child(3n), .contacts form .group.full-width {
    margin-right: 0;
  }
}

@media (max-width: 970px) {
  .contacts .contacts-wrap {
    display: flex;
    flex-flow: row wrap;
  }

  .contacts .contacts__feedback {
    padding: 30px;
  }

  .contacts .contacts__info {
    margin-bottom: 0;
    padding: 30px;
  }

  .contacts .info_show-all {
    display: none;
  }

  .contacts .info_show-all--mobile {
    display: block;
  }

  .contacts .addresses-map {
    max-width: calc(100% - 60px);
    margin-left: 30px;
    overflow: hidden;
    min-height: 380px;
  }

  .contacts .info__group .info__group-item {
    margin-bottom: 30px;
  }

  .contacts .contacts-wrap > div {
    flex: 0 0 100%;
    float: none;
  }

  .contacts .contacts-wrap > div:nth-child(1) {
    order: 2;
  }

  .contacts .contacts-wrap > div:nth-child(2) {
    order: 1;
  }

  .contacts .contacts-wrap > div:nth-child(3) {
    order: 3;
  }

  .contacts .info__title, .contacts .contacts__feedback .heading {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .contacts .h1-heading {
    margin: 40px auto 10px;
    font-size: 40px;
  }
  .contacts .contacts-wrap > div {
    float: left;
    width: 100%;
  }

  .contacts-legal {
    padding: 30px
  }
}

@media (max-width: 576px) {
  .contacts form .group {
    max-width: 100%;
  }
  .product-pack .tooltip {
    max-width: 160px;
  }
  .detail-tools.buy-block .detail-tools__buttons .main-button:last-child {
    border-radius: 5px;
    font-size: 14px;
  }
}

@media (max-width: 970px) {
  .main-banner--det {
    display: none;
  }
}
.bx-ios.iphone-x .detail-tools {
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  padding-bottom: calc(1.70rem + var(--safe-area-inset-bottom));
}
.bx-ios.iphone-x.iphone-x-nosafe .detail-tools {
  --safe-area-inset-bottom: 5px;
  padding-bottom: 0;
}
@media (min-width: 1241px) and (max-width: 1480px) {
  .detail-sliders.desktop-sliders .watched__slider {
    display: flex;
  }
  .similar__slider .card-component-wrapper, .watched__slider .card-component-wrapper {
    min-width: 300px;
    max-width: 300px;
  }
}
body .tags-cloud.tags-cloud--visible {
  display: flex;
}

/* Recommend slider styles */
.bestsellers {
  padding-bottom: 90px;
}
.bestsellers__slider--mobile {
  z-index: 1;
  margin: 0 -20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
.bestsellers__slider--mobile.active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
}
.bestsellers__slider--mobile .card-component-wrapper,
.recommend__slider .card-component-wrapper {
  margin: 0 20px;
}
.bestsellers__slider--mobile-wrap {
  padding-bottom: 30px;
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
}
.bestsellers__slider--mobile .slick-list {
  overflow: visible;
}
.bestsellers__slider--mobile .slick-list:before, .bestsellers__slider--mobile .slick-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 300%;
  height: 100%;
  background: white;
  z-index: 1;
}
.bestsellers__slider--mobile .slick-list:before {
  left: 100%;
  background: linear-gradient(90deg, #fff0, #ffff 16px);
}
.bestsellers__slider--mobile .slick-list:after {
  right: 100%;
  background: linear-gradient(270deg, #fff0, #ffff 16px);
}
@media (max-width: 970px) {
  .bestsellers__slider--mobile .slick-list:before {
    left: 100%;
    background: linear-gradient(90deg, #fff0, #ffff 16px);
  }
  .bestsellers__slider--mobile .slick-list:after {
    left: 100%;
    background: linear-gradient(270deg, #fff0, #ffff 16px);
  }
}
.bestsellers__slider--mobile .custom-slick {
  position: absolute;
  top: -50px;
}
.bestsellers__slider--mobile .custom-slick--next {
  right: 20px;
}
.bestsellers__slider--mobile .custom-slick--prev {
  right: 60px;
}
.detail-properties .detail-properties__item .detail-properties__value-link{
  text-decoration: underline;
}
@media (min-width: 1441px) and (max-width: 1480px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--mobile {
    margin: 0 -20px;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0 20px;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--mobile .card-component__name {
    padding: 0 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--mobile {
    margin: 0 -15px;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0 15px;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 15px;
  }
  .bestsellers__slider--mobile .card-component__name {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--mobile {
    margin: 0 -20px;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--mobile .custom-slick--next {
    right: 20px;
  }
  .bestsellers__slider--mobile .custom-slick--prev {
    right: 60px;
  }
  .bestsellers__slider--mobile .card-component__name {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--mobile {
    margin: 0 -20px;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--mobile .custom-slick--next {
    right: 20px;
  }
  .bestsellers__slider--mobile .custom-slick--prev {
    right: 60px;
  }
}
@media (max-width: 1024px) {
  .bestsellers {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .bestsellers__slider--mobile {
    margin: 0;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--mobile .custom-slick--next {
    right: 0;
  }
  .bestsellers__slider--mobile .custom-slick--prev {
    right: 35px;
  }
}
@media (max-width: 970px) {
  .detail-sliders .bestsellers__slider-wrap,
  .detail-sliders .recommend__slider-wrap{
    padding-bottom: 30px;
  }
  .bestsellers {
    overflow: hidden;
    margin: 0 20px;
    padding-bottom: 30px;
  }
  .detail-sliders .bestsellers{
    margin: 0;
  }
  .bestsellers__slider--mobile {
    margin: 0;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--mobile .custom-slick {
    top: -42px;
  }
  .bestsellers__slider--mobile .custom-slick--next {
    right: -5px;
  }
  .bestsellers__slider--mobile .custom-slick--prev {
    right: 38px;
  }
}
@media (max-width: 576px) {
  .bestsellers {
    overflow: hidden;
    margin: 0 20px;
    padding-bottom: 20px;
  }
  .bestsellers__slider--mobile {
    margin: 0;
  }
  .bestsellers__slider--mobile .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--mobile .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--mobile .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--mobile .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0;
  }
  .bestsellers__slider--mobile .custom-slick {
    top: -42px;
  }
  .bestsellers__slider--mobile .custom-slick--next {
    right: -5px;
  }
  .bestsellers__slider--mobile .custom-slick--prev {
    right: 38px;
  }
}

.bestsellers {
  padding-bottom: 90px;
}
.bestsellers__slider--desktop {
  z-index: 1;
  margin: 0 -20px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
.bestsellers__slider--desktop.active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
}
.bestsellers__slider--desktop .card-component-wrapper,
.recommend__slider .card-component-wrapper {
  margin: 0 20px;
}
.bestsellers__slider--desktop-wrap {
  padding-bottom: 30px;
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
}
.bestsellers__slider--desktop .slick-list {
  overflow: visible;
}
.bestsellers__slider--desktop .slick-list:before, .bestsellers__slider--desktop .slick-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 300%;
  height: 100%;
  background: white;
  z-index: 1;
}
.bestsellers__slider--desktop .slick-list:before {
  left: 100%;
  background: linear-gradient(90deg, #fff0, #ffff 16px);
}
.bestsellers__slider--desktop .slick-list:after {
  right: 100%;
  background: linear-gradient(270deg, #fff0, #ffff 16px);
}
@media (max-width: 970px) {
  .bestsellers__slider--desktop .slick-list:before {
    left: 100%;
    background: linear-gradient(90deg, #fff0, #ffff 16px);
  }
  .bestsellers__slider--desktop .slick-list:after {
    left: 100%;
    background: linear-gradient(270deg, #fff0, #ffff 16px);
  }
}
.bestsellers__slider--desktop .custom-slick {
  position: absolute;
  top: -50px;
}
.bestsellers__slider--desktop .custom-slick--next {
  right: 20px;
}
.bestsellers__slider--desktop .custom-slick--prev {
  right: 60px;
}
@media (min-width: 1441px) and (max-width: 1480px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0 -20px;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0 20px;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--desktop .card-component__name {
    padding: 0 15px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0 -15px;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0 15px;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 15px;
  }
  .bestsellers__slider--desktop .card-component__name {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0 -20px;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--desktop .custom-slick--next {
    right: 20px;
  }
  .bestsellers__slider--desktop .custom-slick--prev {
    right: 60px;
  }
  .bestsellers__slider--desktop .card-component__name {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  .bestsellers {
    overflow: visible;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0 -20px;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--desktop .custom-slick--next {
    right: 20px;
  }
  .bestsellers__slider--desktop .custom-slick--prev {
    right: 60px;
  }
}
@media (max-width: 1024px) {
  .bestsellers {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0 20px;
  }
  .bestsellers__slider--desktop .custom-slick--next {
    right: 0;
  }
  .bestsellers__slider--desktop .custom-slick--prev {
    right: 35px;
  }
}
@media (max-width: 970px) {
  .bestsellers {
    overflow: hidden;
    margin: 0 20px;
    padding-bottom: 30px;
  }
  .bestsellers__slider--desktop {
    margin: 0;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    justify-content: center;
    padding: 0 20px;
  }
  .bestsellers__slider--desktop .custom-slick {
    top: -42px;
  }
  .bestsellers__slider--desktop .custom-slick--next {
    right: -5px;
  }
  .bestsellers__slider--desktop .custom-slick--prev {
    right: 38px;
  }
}
@media (max-width: 576px) {
  .bestsellers {
    overflow: hidden;
    margin: 0 20px;
    padding-bottom: 20px;
  }
  .bestsellers__slider--desktop {
    margin: 0;
  }
  .bestsellers__slider--desktop .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .bestsellers__slider--desktop .card-component {
    padding: 20px 0;
  }
  .bestsellers__slider--desktop .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .bestsellers__slider--desktop .card-component__tools {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    padding: 0;
  }
  .bestsellers__slider--desktop .custom-slick {
    top: -42px;
  }
  .bestsellers__slider--desktop .custom-slick--next {
    right: -5px;
  }
  .bestsellers__slider--desktop .custom-slick--prev {
    right: 38px;
  }
}
.tabs-mobile .bestsellers {
  margin-top: 0px!important;
}

.tabs-mobile .recommends-tab .section-header {
  height: 30px;
}

.tabs-mobile .card-component__sticker {
  height: 27px!important;
}
.notification .notification-slider {
  opacity: 1;
  pointer-events: initial;
  height: 205px;
  width: 100%;
  overflow: hidden;
}
.notification .notification-slider .recommend {
  max-width: 100%;
}
.notification .notification-slider .card-component {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 150px;
  width: 330px;
}
.notification .notification-slider .card-component__crumbs-wrapper, .notification .notification-slider .card-component__sticker {
  display: none;
}
.notification .notification-slider .card-component__img {
  flex-shrink: 1;
  flex-basis: 10%;
  position: absolute;
}
.notification .notification-slider .card-component__name {
  margin-left: 100px;
  padding-left: 10px;
  width: 230px;
  max-height: 40px;
  min-height: 40px;
}
.notification .notification-slider .card-component__price {
  margin-left: 100px;
  padding-left: 10px;
  margin-bottom: 0;
}
.notification .notification-slider .card-component__tools {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  height: 40px;
}
.notification .notification-slider .card-component__stock-wrapper.card-component__stock-wrapper__show-instock {
  margin-left: 105px;
  align-items: flex-start;
  margin-top: 0;
}
.notification .notification-slider .card-component-wrapper:hover .card-component:not(.card-component--horizontal) {
  position: relative;
  height: 150px;
  width: 330px;
  box-shadow: none;
}
.notification .notification-slider .main-button {
  margin: 0;
}
.notification .notification-slider .card-component__tools-buttons {
  max-width: 100%;
}
.notification .notification-slider .card-component__tools-buttons .price__main {
  display: none;
}
.notification .notification-slider .section-header {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 24px;
}
.notification .notification-slider .watched__slider-wrap {
  padding-top: 0;
  border-top: 0;
}
.notification .notification-slider .card-component__tools .counter {
  margin-right: 2px;
}
.notification .notification-slider .card-component__tools-buttons .fav-button {
  border-left: 1px solid white;
}
.notification .notification-slider button.custom-slick.custom-slick--prev.slick-arrow {
  position: absolute;
  right: 36px;
  top: -49px;
}
.notification .notification-slider button.custom-slick.custom-slick--next.slick-arrow {
  position: absolute;
  right: 0px;
  top: -49px;
}
.notification .notification-slider .card-component__price.price-reverse {
  display: flex;
}
.notification-slider .price__cafive {
  margin-bottom: 0;
  width: 100%;
}
.notification-slider .price__cafive .price__discount-tag {
  margin: 0;
  font-size: 14px;
}
.notification-slider .price__cafive .price__discount-tag {
  margin-left: auto;
}
.detail-header .counter + .detail-tools__buttons {
  max-width: 235px;
  margin-right: 60px;
}
.status-info {
  width: 270px;
  margin-left: 0;
}
button.main-button.btn-request.btn-notAvailable, button.main-button.btn-notAvailable.btn-recommend {
  max-width: 340px;
}
.detail-header .detail-tools__buttons {
  max-width: 355px;
  margin-right: 40px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 1500px) {
  .status-info {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .detail-header .detail-tools__buttons {
    margin-right: 0px;
  }
  .detail-tools .counter + .detail-tools__buttons {
    margin-right: 22px;
  }
  .detail-properties__name-dots {
    margin-right: 20px;
  }
  .detail-tools .counter + .detail-tools__buttons button,
  .detail-tools .counter + .detail-tools__buttons a{
    font-size: 14px;
  }
  .detail-tools .counter + .detail-tools__buttons button.main-button,
  .detail-tools__buttons button.main-button.btn-buy.hide + a.main-button.main-button--fz {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .detail-tools .product-action__counter + .detail-tools__buttons button.main-button.btn-buy {
    border-radius: 0;
  }
}
@media (max-width: 1366px) and (min-width: 970px), (max-width: 767px) {
  .price--discount.price-reverse .price.price__cafive {
    flex-direction: column;
    align-items: flex-start;
  }
  .price--discount.price-reverse .price.price__cafive > a:first-child{
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .detail-header .detail-tools__buttons {
    max-width: 270px;
  }
  .detail-tools .counter + .detail-tools__buttons {
    max-width: 155px;
    margin-right: 18px;
  }
  .detail-properties__name-dots {
    max-width: 250px;
  }
  .detail-tools .counter {
    min-width: 95px;
    max-width: 95px;
  }
}
@media (max-width: 1024px) {
  .status-info .instock__actions .btn-text{
    font-size: 14px;
  }
  .detail-tools .counter + .detail-tools__buttons button,
  .detail-tools .counter + .detail-tools__buttons a{
    font-size: 12px;
  }
}
@media (max-width: 969px) {
  .detail-tools .counter + .detail-tools__buttons {
    max-width: min(calc(50% - 100px), 243px);
    margin-right: 60px;
  }
  .detail-properties__name-dots {
    max-width: min(50%, 340px);
    margin-right: 60px;
  }
  .detail-header .detail-tools__buttons {
    max-width: 340px;
    margin-right: 60px;
  }
  .detail-tools .counter + .detail-tools__buttons button,
  .detail-tools .counter + .detail-tools__buttons a{
    font-size: 14px;
  }
  button.main-button.btn-request.btn-notAvailable, button.main-button.btn-notAvailable.btn-recommend {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .detail-tools .counter + .detail-tools__buttons {
    margin-right: 20px;
  }
  .detail-header .detail-tools__buttons {
    max-width: min(50%, 340px);
    margin-right: 20px;
  }
  .detail-properties__name-dots {
    margin-right: 18px;
  }
}
@media (max-width: 576px) {
  .detail-header .detail-tools__buttons {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
  }
  .detail-tools .counter + .detail-tools__buttons {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
  }
  body button.main-button.btn-request.btn-notAvailable, body button.main-button.btn-notAvailable.btn-recommend {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    line-height: 1;
    font-size: 13px;
  }
  .detail-tools .main-button.btn-request.btn-price-request {
    max-width: 100%;
    width: 100%;
    margin-right: 1px;
  }
  body .status-info .instock__actions .btn-text {
    font-size: 12px;
    margin: 0;
    width: 100%;
    padding: 8px 0;
  }

  body .status-info .instock__actions {
    position: absolute;
    right: 100%;
    width: 160px;
    padding-left: 0px;
    top: -31px;
    margin-right: 20px;
  }
}
@media (max-width: 420px) {
  body button.main-button.btn-request.btn-notAvailable, body button.main-button.btn-notAvailable.btn-recommend {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .detail-properties__name-dots {
    margin-right: 10px;
    max-width: 140px;
    font-size: 11px;
  }
  .price-block {
    width: 140px;
    margin-right: -5px;
    max-width: 140px;
  }
  .status-info .instock__quantity .instock__quantity-bar {
    width: 100%;
    margin-bottom: 2px;
  }
  .status-info .instock__quantity {
    width: 100%;
  }
  .status-info .instock__status {
    font-size: 12px;
  }
  .status-info .instock__status.instock__status-only {
    white-space: nowrap;
    font-size: 12px;
  }
  body .status-info .instock__actions {
    width: 140px;
  }
  body .status-info .instock__actions .btn-text {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .price-block {
    width: 100%;
    max-width: 100%;
  }
  .detail-tools__mobile {
    display: flex;
    max-width: 100%;
    top: 0;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: -10px;
  }
  body .status-info .instock__actions {
    top: 20px;
    right: 0;
    left: 10px;
  }
}


.notification .notification-slider .card-component__bio{
  display: none;
}
.notification .notification-slider .card-component__name{
  margin-top: 0;
}
.notification .notification-slider .card-component{
  justify-content: flex-start;
}
.notification .notification-slider .card-component__price{
  margin-top: auto;
}
.notification .notification-slider .card-component__stock-wrapper{
  margin-bottom: 10px;
  margin-top: 0;
}
.notification .notification-slider .card-component__tools{
  margin-top: 0;
}
.notification-slider .price__cafive .price__discount-tag {
  margin: 0;
  font-size: 12px;
}
.notification-slider .price__cafive .price__sticker {
  margin-left: auto;
}
.notification-slider .price__cafive {
  width: 100%;
}
.notification-slider .price__cafive > a {
  line-height: 1;
}
.notification .notification-slider .card-component__tools .counter {
  margin-right: 0;
}
.detail-main .price-reverse {
  display: flex;
}
.detail-main .detail_gift_container > .detail_descr{
  margin-bottom: 20px;
}
.detail-main .detail_gift_container > .main-button.btn-gift {
  max-width: 300px;
  margin: 0 auto 20px;
}
.detail-tools .main-button:first-child:last-child {
  border-radius: 5px;
}
@media (max-width: 970px){
  .detail-product-list--add-gift > .section-header{
    padding: 0 20px;
  }
}
span[data-href] {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
@media (max-width: 576px) {
    span[data-href] {
        text-decoration: underline;
        font-weight: 600;
        font-size: max(3vw, 12px);
    }
}

