.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.slick-dots li.slick-active button {
  background: #3097ad;
}
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {

    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.product-sticker{
    left: 144px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
    position: absolute;

    color: #fff;
    border-radius: 15px;
    z-index: 9;
    height: 25px;
    line-height: 25px;
    top: 15px;
    font-size: 13px;
    font-weight: 300;
}

.sticker-recommended{
    background: rgba(253, 163, 38, 1);
}

.sticker-sale {
  background: #E53935;
  color: #fff;
}

.sticker-best_price {
  background: #2E7D32;
  color: #fff;
}

.sticker-unique {
  background: #6A1B9A;
  color: #fff;
}

@media screen and (max-width: 1023px) {
.product-sticker{
  left: 15px;
    }
}

.product-video-block {
  margin: 10px 0;
}

.product-video-card {
  cursor: pointer;
}

.product-video-poster {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.product-video-poster img,
.product-video-poster iframe,
.product-video-poster video {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* play */
.product-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-video-title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;

  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;

  z-index: 3;
  pointer-events: none;

  text-shadow:
    0 2px 8px rgba(0,0,0,.55);
}

.product-video-poster::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .55) 0%,
        rgba(0, 0, 0, .15) 40%,
        rgba(0, 0, 0, 0) 70%
    );
    z-index: 2;
    pointer-events: none; /* ← КЛЮЧЕВО */
}

.played .product-video-poster::after {
  display: none;
}


/* =====================
   TABLET
===================== */
@media (max-width: 1023px) {
  .product-video-poster img,
  .product-video-poster iframe,
  .product-video-poster video {
    height: 320px;
  }
}

/* =====================
   MOBILE
===================== */
@media (max-width: 767px) {
  .product-video-block {
    margin: 40px 0;
  }

  .product-video-poster img,
  .product-video-poster iframe,
  .product-video-poster video {
    height: 240px;
  }

  .product-video-title {
    font-size: 15px;
  }
}

.parent {
    display: block;

}

.parent span {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    margin-top: 40px;
    display: block;
}


/* оба блока по 50% */


.parent .recommend{
    margin-top: 0;
}

.parent .recommend__cap-name {

    display: none;
}

.parent .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 50px;
    margin-top: 30px;
}

.parent .benefit-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.parent .benefit-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    color: rgba(38, 41, 41, 1);
    line-height: 1.5;
}

.parent .benefit-icon {
    width: 60px;
    height: 60px;
    background: no-repeat;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

.parent .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-top: 30px;
}

.parent .benefit-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    color: rgba(38, 41, 41, 1);
    line-height: 1.5;
    width: 100%;
    text-align: center;
}
    .parent {
        flex-direction: column;
    }



    .block {
 flex: 0 0 auto;
        width: 100%;

    }
}