@charset "UTF-8";
.begText {
  width: 200%;
  overflow: hidden;
  transform: translateX(-30%);
  background: #129be8;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.begText > div {
  display: flex;
}
.marquee-content {
  margin-right: 5px;
  display: flex;
  gap: 1px;
  /* Расстояние между повторами */
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  will-change: transform;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(-80%);
  }
}
.age-confirmed .blur-block {
  display: none;
}
.blur-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(7px);
}
.blur-block img {
  width: 30px;
  object-fit: scale-down !important;
}
.site-actions__image .blur-block {
  z-index: 1;
}
.age-popup {
  padding: 40px 20px !important;
}
.age-popup__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.age-popup__question {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.age-popup__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.catalog .block:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(7px);
  z-index: 5;
}
.catalog .block:after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../18plus.webp") 50% no-repeat;
}
.catalog .block span {
  position: relative;
  z-index: 7;
}
.age-confirmed .catalog .block:before {
  display: none;
}
.age-confirmed .catalog .block:after {
  display: none;
}
html {
  overflow-x: hidden;
}
@media (max-width: 640px) {
  .catalog {
    flex-direction: column;
  }
  .leftBlock {
    max-width: 100%;
  }
}
body .card-page .form-additional .product-amount .shop2-product-amount {
  margin-right: 0;
}
.card-page .form-additional__top {
  margin-bottom: 10px;
}
.price_eko {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
}
.price_eko .title {
  font-weight: 400;
  font-size: 15px;
}
body {
  background: #fff !important;
}
.site-header .top-folders > li ul li a ins img, .site-header .top-folders > li ul li a ins svg {
  border: none !important;
}
