.about_product ul {
  margin: 0 !important;
}

.about_product li {
  margin: 0;
  padding-left: 25px;
}

.about_product strong {
  color: #333 !important;
}

.about_product p:has(strong) {
  margin-bottom: 10px !important;
}

.about_product .item li:before {
  content: "\2022" !important;
  position: absolute;
}

.uppercase {
  color: #663366;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px !important;
}

.advantage2 .img_block_center {
  bottom: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

.video-block.bg {
  position: relative;
}

.video-block img,
.video-block iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1350/432;
  min-height: 220px;
  object-fit: cover;
}

.video-block.bg:before,
.video-block .bg:before {
  display: none;
}

.feedback_cellar.feedback .container:before {
  width: 385px;
  height: 479px;
  top: 270px;
  background-image: url(../cellar/3.png);
  background-size: contain;
}

@media (max-width: 769px) {
  .feedback_cellar.feedback .container:before {
    top: 230px;
    right: 60px;
  }
}

.intro_cellar {
  background-image: url(../cellar/main.jpg);
}

.intro_cellar h1 {
  text-align: left;
}

.intro_cellar > .container {
  padding-bottom: 50px !important;
  position: relative;
}

.intro_cellar p {
  text-align: left;
  max-width: 620px
}

.intro-price {
  position: absolute;
  font-size: 35px;
  line-height: 110%;
  /*color: #333;*/
  z-index: 1;
  padding: 8px 30px 8px 15px;
  /*transform: rotate(7deg);*/
  left: 50%;
  bottom: 57px;
  transform: translateX(-125px) rotate(7deg);
  white-space: nowrap;
}

@media (max-width: 959px) {
  .intro-price {
    transform: rotate(7deg);
  }
}

@media (max-width: 639px) {
  .intro_cellar {
    background-image: url(../cellar/main-mob.jpg);
  }

  .intro_cellar {
    padding-top: 50px !important;
  }

  .intro_cellar > .container {
    justify-content: flex-start;
  }

  .intro_cellar {
    margin-bottom: 50px;
  }

  .intro_cellar > .container {
    padding-bottom: 170px !important;
  }

  .intro-price {
    font-size: 32px;
  }
  .intro-price {
    right: 21px;
    left: auto;
    bottom: 46px;
  }

  .intro_cellar .container.imgblock {
    height: auto!important;
  }
}

.intro-price span {
  position: relative;
  display: block;
  z-index: 1;
  color: #333;
  font-weight: 700;
}


.intro-price img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}