.offer_sec {
  padding: 20px;
  background: url("../images/offer_bg.jpg") center top no-repeat #010335;
  position: relative;
}
.offer_sec .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 50px;
}
.offer_sec .top .button {
  width: 210px;
  height: 45px;
  font-size: 18px;
}
.video-review {
    text-align: center;
    background-color: #2a246d; /* Тёмно-фиолетовый фон */
    color: #fff; /* Белый цвет текста */
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-review h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff; /* Белый цвет заголовка */
}

.video-review video {
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Лёгкая тень для видео */
}


.offer_sec h1 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 380px;
  filter: drop-shadow(0 0 20px #100742);
}
.offer_sec h1 span {
  color: #57ccff;
  font-weight: 900;
}
.offer_sec .arr {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  font-family: cursive;
  top: 408px;
  left: 190px;
}
.offer_sec .arr p {
  transform: rotate(-10deg);
  line-height: 1;
}
<style>
    .align-left {
        text-align: left;
    }
</style>

<p class="align-left">
    <span>Размещение свечей</span> подвесте их с помощью лески или просто поставьте на любую ровную поверхность, будь это праздничный стол, полка или подоконник.
</p>

.offer_sec .arr p:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #100742;
  position: absolute;
  filter: blur(10px);
  z-index: -1;
}
.offer_sec .benef1 {
  margin-bottom: 30px;
}
.offer_sec .gif {
  border-radius: 50px;
}

.sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 585px;
  left: 242px;
  border-radius: 100%;
  width: 85px;
  height: 85px;
  text-align: center;
  background: linear-gradient(to bottom, #fc087e, #b8025b);
}
.sale span {
  font-size: 30px;
  font-weight: 800;
}
.sale span:nth-child(2) {
  font-size: 18px;
}

.benef1 li {
  font-size: 21px;
  margin-bottom: 25px;
  padding-left: 65px;
  position: relative;
}
.benef1 li span {
  color: #57ccff;
}
.benef1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  height: 65px;
  width: 65px;
  background: url("../images/bul.png");
  flex-shrink: 0;
}

.sec1 {
  padding-top: 20px;
}
.sec1 h2 {
  font-size: 45px;
  margin: 0 -5px 15px;
}
.sec1 h2 span {
  color: #ff4aa1;
}
.sec1 .button {
  margin-bottom: 30px;
}

.prices {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 15px;
}
.prices .old {
  font-size: 27px;
  position: relative;
}
/* .prices .old:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  height: 3px;
  width: 110%;
  background: #ff4aa1;
  transform: rotate(-15deg);
} */
.prices .new {
  font-size: 35px;
  font-weight: 800;
}

.reminder {
  font-size: 23px;
}
.reminder span {
  color: black;
  background: white;
  font-weight: 800;
  padding: 3px 15px;
  margin: 0 5px;
  border-radius: 25px;
}

.sec2 {
  background: url("../images/s2_bg.jpg");
  padding-bottom: 10px;
}
.sec2 h2 {
  margin-bottom: 60px;
}
.sec2 p span {
  color: #ff077e;
}
.sec2 .button {
  margin-bottom: 60px;
}
.sec2 > img {
  border-radius: 50px;
  margin-bottom: 30px;
}
.sec2 > p {
  margin-bottom: 30px;
}

.benef2 li {
  display: flex;
  position: relative;
}
.benef2 li p {
  text-align: left;
  position: relative;
  margin-right: -20px;
  left: -50px;
}
.benef2 li p span {
  color: #ff077e;
}
.benef2 li:nth-child(1) {
  padding-left: 20px;
  margin-bottom: 100px;
}
.benef2 li:nth-child(1):after {
  height: 170px;
  bottom: -75px;
  right: 76px;
}
.benef2 li:nth-child(2) {
  margin-bottom: 145px;
}
.benef2 li:nth-child(2) p {
  left: 106px;
  top: -39px;
}
.benef2 li:nth-child(2):after {
  left: 50px;
  bottom: -125px;
}
.benef2 li:nth-child(3) {
  margin-bottom: 170px;
}
.benef2 li:nth-child(3) img {
  border-radius: 50px;
  margin-left: 20px;
}
.benef2 li:nth-child(3) p {
  margin-right: -155px;
  left: -150px;
  top: -135px;
}
.benef2 li:nth-child(3):after {
  transform: rotate(25deg);
  right: 11px;
  bottom: -173px;
}
.benef2 li:nth-child(4) {
  flex-direction: column;
  align-items: center;
  margin-top: -127px;
  margin-bottom: 120px;
}
.benef2 li:nth-child(4) .sale {
  top: 215px;
  left: 71px;
}
.benef2 li:nth-child(4) p {
  margin-bottom: 30px;
  margin-left: 50px;
}
.benef2 li:nth-child(4):after {
  right: auto;
  left: 56px;
  bottom: -85px;
  height: 130px;
  transform: scale(-1, 1) rotate(10deg) !important;
}
.benef2 li:after {
  content: "";
  position: absolute;
  right: 56px;
  bottom: -93px;
  height: 182px;
  width: 128px;
  background: url("../images/arrow2.png") center bottom;
}
.benef2 li:nth-child(even) img {
  order: 2;
}
.benef2 li:nth-child(even):after {
  transform: scale(-1, 1);
}

.sec4 table {
  margin-bottom: 30px;
  width: 480px;
}
.sec4 table tr td {
  padding: 10px 20px;
}
.sec4 table tr:nth-child(even) {
  background: #0c0c40;
}
.sec4 .slider_block {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.sec4 .slider_block .slider {
  max-width: 100%;
}
.sec4 .slider_block .slider img {
  border-radius: 50px;
  margin: 20px;
}
.sec4 .slider_block .arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 47%;
  cursor: pointer;
  position: absolute;
}
.sec4 .slider_block .arrows > div {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url("../images/slide-arr.png") center center no-repeat #fa077c;
}
.sec4 .slider_block .arrows .next {
  transform: rotate(180deg);
}

.sec5 .video_block {
  margin-bottom: 50px;
}

.grad_bg {
  background: linear-gradient(#2a246d, #010335);
}

.sec6 {
  padding-bottom: 0;
}
.sec6 > p {
  margin-bottom: 30px;
}
.sec6 .reviews .rev {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  border-radius: 50px;
  background: white;
  padding: 30px;
  margin-bottom: 30px;
}
.sec6 .reviews .rev > img {
  border-radius: 40px;
  margin-bottom: 20px;
}
.sec6 .reviews .rev p {
  color: black;
  text-align: left;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sec6 .reviews .rev .face {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.sec6 .reviews .rev .face img {
  border-radius: 100%;
  margin-right: 10px;
}
.sec6 .reviews .rev .face span {
  color: black;
  font-weight: 800;
  font-size: 16px;
}

.sec7 h2 {
  margin-bottom: 80px;
}
.sec7 .benef2 li:nth-child(1) p {
  left: -61px;
  top: -27px;
}
.sec7 .benef2 li:nth-child(2) p {
  left: 47px;
  top: -66px;
}
.sec7 .benef2 li:nth-child(3) {
  margin-bottom: 20px;
}
.sec7 .benef2 li:nth-child(3) p {
  left: -64px;
  top: -100px;
}
.sec7 .benef2 li:nth-child(3):after {
  background: none;
}

.bottom {
  display: block;
  padding: 20px;
}
.bottom .action_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .action_block h2 {
  color: #57ccff;
  font-weight: 800;
  margin-bottom: 15px;
}
.bottom .action_block > p {
  font-size: 18px;
  margin-bottom: 15px;
}
.bottom .action_block form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
