@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v29-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v29-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v29-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.b-p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.b-h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

.b-h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.b-h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.b-800 {
  font-weight: 800;
}

.b-600 {
  font-weight: 600;
}

.b-color-lime {
  color: #467119;
}

.b-white {
  color: #fff;
}

.b-darkblue {
  color: #294C82;
}

.b-full-conteiner {
  /* max-width: 1920px; */
  margin: 0 auto;
  overflow: hidden;
}

.b-conteiner {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.b-like {
  background: url('../fonts/like.svg') center center no-repeat;
  background-size: contain;
  width: 21px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.b-comment {
  background: url('../fonts/comment.svg') center center no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.b-repost {
  background: url('../fonts/repost.svg') center center no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.b-favorites {
  background: url('../fonts/favorites.svg') center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-left: calc(100% - 127px);
}

.b-button {
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #FF4D4D 0%, #D11717 100%);
  box-shadow: 0px 4px 20px rgba(255, 0, 0, 0.5);
  width: 274px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  color: #FFFFFF;
  padding: 18px 20px 18px 20px;
  text-align: center;
  border: none;
  outline: none;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  position: relative;
  animation: blink 1.5s infinite;
  transition: transform 0.2s, box-shadow 0.2s;
}

.b-button::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background: url('../images/arrow.png') no-repeat;
}

.b-button:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 25px rgba(255, 0, 0, 0.7);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}


.b-button-box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  border-radius: 30px;
  /* background: #72782A; */
  transition: 0.3s;
  width: 100%;
  position: relative;

}

.b-button-box:hover, .b-button-box:active {
  transform: scale(1.05);
}



.b-button2 {
  display: block;
  width: 252px;
  font-size: 16px;
  line-height: 14px;
}

.b-button2-box {
  margin-top: 31px;
  width: 252px;
}

.b-header {
  background: url('../images/bg_header_wap.jpg') no-repeat  center  / cover;
  overflow: hidden;
  padding-top: 53px;
}

.b-header .b-conteiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.b-button {
  width: 100%;
}

.b-header .b-bg-1 {
  position: absolute;
  top: -136px;
  left: -188px;
}

.b-header .b-bg-img1 {
  transform: rotate(-116.42deg);
}

.b-header .b-bg-2 {
  position: absolute;
  top: 443px;
  left: -256px;
}

.b-header .b-bg-img2 {
  width: 165px;
  transform: rotate(-29deg);
}

.b-header .b-bg-3 {
  position: absolute;
  top: 536px;
  left: 522px;
}

.b-header .b-bg-4 {
  position: absolute;
  left: 367px;
  top: 154px;
}

.b-header .b-bg-img5 {
  position: absolute;
  display: none;
}



.b-header .b-productbox--mob-duplicate {
  display: block;
  position: relative;
  top: 0;
  margin-top: -40px;
}

.b-header .b-productbox-img {
  width: 100%;

  display: block;
  position: relative;

}

.b-productbox {
  width: 210px;
  position: relative;
 
}

.b-header .b-productbox-discount {
  width: 94px;
  height: 49px;
  background: #F23326;
  box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.15);

  border-bottom-left-radius: 94px;
  border-bottom-right-radius: 94px;
  padding-top: 4px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.b-header .b-productbox-discount::before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 0;
  left: -4px;
  width: 0;
  border-bottom: 6px solid #d51f14;
  border-left: 4px solid transparent;
}

/* .b-header .b-productbox-discount::after {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 0;
  right: -4px;
  width: 0;
  border-bottom: 6px solid #d51f14;
  border-right: 4px solid transparent;
} */

.b-header .b-productbox-discount .b-discount1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

.b-header .b-productbox-discount .b-discount2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.b-header-item1 .b-h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 100%;
  text-transform: uppercase;
  color: #eadb58;
  margin: 3px 0 4px;
  background: linear-gradient(180deg, #85a55a 0%, #325c1b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.b-header-item1 .b-h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  width: 260px;
}

.b-header-item1 .b-h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #2E2E2E;
  text-align: center;
}

.b-header-item1 .b-textbox {
  background: #c8b935;
  border-radius: 10px;
  padding: 6px 5px;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 20px;
}

.b-header-item1 .b-textbox-h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
}

.b-header-item2 {
 
  width: 100%;

  /* height: 610px; */
  padding: 25px 15px;
  position: relative;
  /* background: url('../images/form-bg.png') center top no-repeat;
  background-size: 100% 100%; */
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
}

.b-header-item2 .b-form .b-h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.b-header-item2 .b-form .b-price-box {
  margin: 21px 0;
}

.b-header-item2 .b-form .b-price-new {
  font-weight: 800;
  font-size: 26px;
  line-height: 27px;
  color: #F23326;
  display: inline-block;
  vertical-align: middle;
  width: 50%;


}

.b-header-item2 .b-form .b-price-old {
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  text-decoration: line-through;
  color: #AFAFAF;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  text-align: right;
  margin-right: 8px;
}

.b-header-item2 .b-form .b-select, .b-header-item2 .b-form .b-input {
  width: 100%;
  background: #F0F0F0;
  border-radius: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #000;
  padding: 17px 23px;
  border: none;
  outline: none;
  margin: 0 auto 10px;
display: block;

}

.inter-title {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

.b-header-item2 .b-form .b-select:active, .b-header-item2 .b-form .b-select:focus, .b-header-item2 .b-form .b-input:active, .b-header-item2 .b-form .b-input:focus {
  border: none;
  outline: none;
}

.b-header-item2 .b-form .b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.b-header-item2 .b-form .b-selectbox {
  position: relative;
}

.b-header-item2 .b-form .b-selectbox::after {
  content: '\2039';
  position: absolute;
  right: 34px;
  top: 13px;
  font-size: 20px;
  z-index: 0;
  transform: rotate(-90deg);
  text-align: center;
  color: #868686;
}

.b-header-bottom {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 34px;
  max-width: 300px;
  margin: 20px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b-header-bottom__item {
  margin-top: 0px;
}

.b-header-bottom__item .b-p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  text-align: center;
}

.b-header-bottom__item:first-of-type {
 

}

.b-header-bottom .b-img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background: radial-gradient(50% 50% at 50% 50%, #668e35 0%, #ADB647 100%);
  margin-bottom: 5px;
  position: relative;
}

.b-header-bottom .b-img-box .b-img-1 {
  position: absolute;
  left: -37px;
  top: -8px;
}

.b-header-bottom .b-img-box .b-img-2 {
  position: absolute;
  left: -25px;
  top: -7px;
}

.b-header-bottom .b-img-box .b-img-3 {
  position: absolute;
  left: -10px;
  top: -6px;
}

.b-header-bottom .b-img-box .b-img-4 {
  position: absolute;
  left: -10px;
  top: -6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.b-secret {
  background: #f4f4f4;
  padding: 50px 0px;
}

.b-secret .b-bg-1 {
  position: absolute;
  z-index: 3;
  top: 134px;
  left: -125px;
}

.b-secret .b-bg-img1 {
  transform: rotate(-116.42deg);
  width: 107px;
}

.b-secret .b-bg-2 {
  position: absolute;
  z-index: 3;
}

.b-secret .b-bg-img2 {
  display: none;
}

.b-secret .b-bg-3 {
  position: absolute;
  z-index: 3;
  top: 430px;
  left: 349px;
}

.b-secret .b-bg-img3 {
  transform: rotate(-90deg);
}

.b-secret .b-bg-img4 {
  position: absolute;
  z-index: 1;
  width: 600px;
  top: 602px;
  left: calc(50% - 300px);
}

.b-secret .b-bg-5 {
  position: absolute;
  top: 633px;
  left: -32px;
  z-index: 3;
}

.b-secret .b-bg-img5 {
  width: 43px;
  transform: rotate(-4deg);

}

.b-secret .b-bg-6 {
  position: absolute;
  z-index: 3;
  top: 732px;
  left: 331px;
}

.b-secret .b-bg-img6 {
  width: 73px;
}

.b-secret-titlebox {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 290px;
  margin: 0 auto 32px;
}

.b-secret-titlebox .b-p {
  margin-bottom: 19px;
}

.b-secret-item {
  position: relative;
  z-index: 10;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.b-secret-item:last-child {
  margin-top: 444px;
}

.b-secret-item::after {
  content: '';
  height: 15px;
  display: block;
  position: absolute;
  z-index: 6;
  width: calc(100% - 30px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fbfbfb;
  left: 15px;
  bottom: -15px;
}

.b-effect {
  background: url('../images/effect_bg_wap.png') center top no-repeat #f4f4f4;
  padding: 86px 0 89px;
}

.b-effect-titlebox {
  text-align: center;
  margin-bottom: 50px;
}

.b-effect .b-bg-img1 {
  position: absolute;
  width: 212px;
  top: 671px;
  left: calc(50% - 106px);
  z-index: 1;
}

.b-effect-item {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto 50px;
  padding: 40px 15px 20px 40px;
  position: relative;
  z-index: 10;
}

.b-effect-item:nth-of-type(2) {
  margin-bottom: 431px;
}

.b-effect-item::after {
  content: '';
  height: 20px;
  display: block;
  position: absolute;
  z-index: 6;
  width: calc(100% - 18px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 5px solid transparent;
  background-color: rgba(255, 255, 255, 0.6);
  left: 9px;
  bottom: -14px;
}

.b-effect-item .b-number {
  position: absolute;
  top: -12px;
  left: 35px;
  width: 39px;
  height: 39px;
  border: 5px solid #b9c252;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  color: #FFFFFF;
  background-color: #767C2E;
}

.b-schedule {
  background-color: #f4f4f4;
  padding: 0px 0 30px;
}


.b-schedule .b-p {
  font-weight: normal;
  position: relative;
  z-index: 15;
}

.b-schedule-textitem:nth-of-type(1) {
  margin-top: 72px;
}

.b-schedule-textitem:nth-of-type(1) .b-p {
  margin-top: 20px;
}

.b-schedule-textitem:nth-of-type(2) {
  margin-top: 24px;
}

.b-schedule-table {
  margin-top: 278px;
  margin-left: -30px;
  margin-right: -30px;
  background: url('../images/schedule_table.png') center top no-repeat;
  background-size: 100% 100%;
  padding: 55px 30px;
  position: relative;
  z-index: 5;
}

.b-schedule-table .b-h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.b-schedule-table__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-right: 1%;
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
}

.b-schedule-table__item .b-dot1, .b-schedule-table__item .b-dot2, .b-schedule-table__item .b-dot3, .b-schedule-table__item .b-dot4 {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #DFE318;
  top: 5px;
  left: -18px;
}

.b-schedule-table__item .b-dot2 {
  background-color: #ACDA28;
}

.b-schedule-table__item .b-dot3 {
  background-color: #7BAB13;
}

.b-schedule-table__item .b-dot4 {
  background-color: #ADB645;
}

.b-schedule-table .b-note {
  font-weight: normal;
  margin-top: 23px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #828282;
}

.b-schedule-circle {
  width: 206px;
  height: 206px;
  position: relative;
  margin: 25px auto 35px;
}

.b-schedule-circle__sector1 {
  position: absolute;
  left: 69px;
  top: -2px;
  opacity: 0;
}

.b-schedule-circle__sector2 {
  position: absolute;
  left: 16px;
  top: -4px;
  opacity: 0;
}

.b-schedule-circle__sector3 {
  position: absolute;
  left: -6px;
  top: 38px;
  opacity: 0;
}

.b-schedule-circle__sector4 {
  position: absolute;
  left: 7px;
  top: -12px;
  opacity: 0;
}

.b-schedule .b-h3 {
  font-weight: bold;
}

.b-schedule-blockimg {
  position: relative;
}

.b-schedule .b-bg-img1 {
  position: absolute;
  z-index: 1;
  top: -255px;
  width: 448px;
  left: calc(50% - 235px);
}

.b-schedule .b-bg-2 {
  position: absolute;
  top: -71px;
  left: -199px;
  z-index: 10;
}

.b-schedule .b-bg-img2 {
  width: 282px;
}

.b-schedule .b-bg-3 {
  position: absolute;
  top: 167px;
  left: -133px;
  z-index: 1;
}

.b-schedule .b-bg-img3 {
  width: 247px;
}

.b-schedule .b-bg-4 {
  top: 20px;
  left: 266px;
  position: absolute;
  z-index: 1;
}

.b-schedule .b-bg-img4 {
  width: 227px;
}

.b-schedule .b-bg-5 {
  position: absolute;
  z-index: 10;
  top: 270px;
  left: 266px;
}

.b-schedule .b-bg-img5 {
  width: 257px;
}

.b-schedule .b-bg-6 {
  position: absolute;
  z-index: 1;
  top: 442px;
  left: -103px;
}

.b-schedule .b-bg-img6 {
  width: 257px;
}

.b-cooking {
  background: url('../images/cooking_bg_wap.png') center top no-repeat #f4f4f4;
  padding: 55px 0 343px;
  position: relative;
}

.b-cooking .b-conteiner {
  max-width: 330px;
  margin: 0 auto;
}

.b-cooking .b-bg-1 {
  position: absolute;
  z-index: 1;
  top: 320px;
  left: -339px;
}

.b-cooking .b-bg-img1 {
  transform: rotate(-21.2deg);
}

.b-cooking .b-bg-2 {
  position: absolute;
  z-index: 1;
  top: 523px;
  left: 72px;
}

.b-cooking .b-bg-img2 {
  width: 62px;
  transform: rotate(-116.42deg);
}

.b-cooking .b-bg-3 {
  top: 70px;
  left: 413px;
  position: absolute;
  z-index: 1;
}

.b-cooking .b-bg-img3 {
  width: 220px;
  transform: rotate(106.2deg);
}

.b-cooking .b-bg-img4 {
  position: absolute;
  width: 777px;
  top: 366px;
  left: -382px;
  z-index: 1;
}

.b-cooking-bottom {
  background: #f4f4f4;
  width: 100%;
  height: 50px;
  border-radius: 50% 50% 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}

.b-cooking-textbox .b-h3 {
  font-weight: 600;
  margin-bottom: 18px;
}

.b-cooking-textbox .b-p {
  margin-bottom: 22px;
}

.b-cooking-note {
  padding: 33px 27px 99px;
  background: url('../images/cooking_note.png');
  background-size: 100% 100%;
  border-radius: 40px;
  width: 255px;
  margin-left: -27px;
  position: relative;
  z-index: 1;
}

.b-cooking-note .b-p {
  color: #545454;
}

.b-heart, .b-smile {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 2px;
  background-image: url('../images/heart.png');
  background-size: contain;
}

.b-smile {
  background-image: url('../images/smile.png');
}

.b-recommendation {
  background-color: #f4f4f4;
  padding: 25px 0 1px;
}

.b-recommendation .b-conteiner {

  margin: 0 auto;
}

.b-recommendation .b-bg-1 {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: -177px;
}

.b-recommendation .b-bg-img1 {
  width: 150px;
  transform: rotate(-143.42deg);
}

.b-recommendation .b-bg-2 {
  position: absolute;
  z-index: 1;
  top: 713px;
  left: 0px;
}

.b-recommendation .b-bg-img2 {
  width: 62px;
  transform: rotate(-5deg);
}

.b-recommendation .b-bg-3 {
  position: absolute;
  z-index: 1;
  top: 741px;
  right: -209px;
}

.b-recommendation .b-bg-img3 {
  transform: rotate(83deg);
  width: 200px;
}

.b-recommendation .b-bg-4 {
  position: absolute;
  z-index: 1;
  top: 478px;
  left: -397px;
}

.b-recommendation .b-bg-img4 {
  width: 340px;
  transform: rotate(126deg);
}

.b-recommendation-doctar {
  position: relative;
  padding-top: 367px;
  margin-top: 31px;
}

.b-recommendation-doctar .b-bg-img5 {
  width: 512px;
  position: absolute;
  top: 0;
  left: calc(50% - 251px);
  z-index: 1;
}

.b-recommendation-doctar__name {
  padding: 10px 27px;
  margin-bottom: 8px;
  margin-left: auto;
  background: #668e35;
  max-width: 171px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 30px 30px 0px 30px;
  position: relative;
  z-index: 10;
}

.b-recommendation-doctar__name .b-p {
  color: #fff;
  font-weight: bold;
}

.b-recommendation-doctar__post {
  background: #FFFFFF;
  margin-left: auto;
  width: 259px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 40px 0px 40px 40px;
  padding: 10px 31px;
  position: relative;
  z-index: 10;
}

.b-recommendation-textbox1 {
  position: relative;
  z-index: 10;
}

.b-recommendation-textbox1 .b-h3 {
  font-weight: bold;
}

.b-recommendation-textbox1 .b-p {
  margin-top: 22px;
}

.b-recommendation-textbox2 {
  position: relative;
  z-index: 10;
  margin-top: 42px;
}

.b-recommendation-textbox2 .b-p {
  margin-bottom: 22px;
}

.b-reviews {
  background: url('../images/reviews_bg_wap.png') center top no-repeat #f4f4f4;
  padding: 170px 0 40px;
  margin-top: -60px;
}

.b-reviews .b-conteiner {

  margin: 0 auto;
}

.b-reviews-titlebox {
  text-align: center;
}

.b-reviews-boxsliders {
  margin: 36px 0 27px;

  position: relative;
}

.swiper-button-next, .swiper-button-prev{

  display: block;
  margin-top: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}


.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: inherit;
}
.swiper-scrollbar {
  background: transparent;

}



.swiper-scrollbar-drag {
  height: 14px;
  border: 3px solid #FFFFFF;
  background: transparent;
  border-radius: 50%;
}





.b-reviews-slider {

  background: #FFFFFF;
  border-radius: 20px;
  padding: 23px 17px 35px;
  transition: 1s;
 
}

.b-reviews-slider .b-item-top {
  margin-bottom: 17px;
  position: relative;
}

.b-reviews-slider .b-item-top::after {
  content: '';
  background: url('../fonts/menu.svg');
  display: block;
  position: absolute;
  width: 3px;
  height: 14px;
  top: 12px;
  right: 3px;
}

.b-reviews-slider .b-item-ava {
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  border-radius: 50%;
  overflow: hidden;
}

.b-reviews-slider .b-item-user {
  display: inline-block;
  vertical-align: top;
}

.b-reviews-slider .b-item-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000;
}

.b-reviews-slider .b-item-geo {
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  color: #000;
}

.b-reviews-slider .b-item-img {
  width: 100%;
}

.b-reviews-slider .b-item-middle {
  margin: 29px 0 12px;
}

.b-reviews-slider .b-item-counter {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #000000;
}

.b-reviews-slider .b-item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.b-reviews-boxbtn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}

.swiper-pagination-bullet {
  width: 14px;
    height: 14px;
    border: 3px solid #FFFFFF;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
 
    cursor: pointer;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

 .b-arrow {
  width: 40px;
  height: 40px;
  background: #7F862E;
  box-shadow: 0px 4px 20px rgba(127, 134, 46, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

 .b-arrow .b-left,  .b-arrow .b-right {
  width: 11px;
  height: 11px;
  margin: 0 auto;
  position: relative;
  top: 14px;
  left: 2px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

 .b-arrow .b-right {
  transform: rotate(135deg);
  left: -2px;
}

.b-reviews-boxbtn .b-box {


  text-align: center;
}

.swiper-scrollbar {
  position: inherit;
}

.b-reviews-boxbtn .b-box:last-of-type .b-arrow {
  margin-left: auto;
}

.b-reviews-boxbtn .b-btn {
  width: 14px;
  height: 14px;
  border: 3px solid #FFFFFF;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}

.b-reviews-boxbtn .b-btn:last-of-type {
  margin-right: 0;
}

.b-reviews-boxbtn .b-active {
  background: #fff;
}

.b-order {
  background: #f4f4f4;
  padding: 40px 0 70px;
}

.b-order .b-bg-1 {
  position: absolute;
  z-index: 1;
  top: 252px;
  right: -3px;
}

.b-order .b-bg-img1 {
  width: 120px;
}

.b-order .b-bg-2 {
  position: absolute;
  z-index: 1;
  top: 605px;
  right: -98px;
}

.b-order .b-bg-img2 {
  width: 55px;
  transform: rotate(65deg);
}

.b-order .b-bg-3 {
  position: absolute;
  z-index: 1;
}

.b-order .b-bg-img3 {
  display: none;
}

.b-order-titlebox {
  text-align: center;
}

.b-order-titlebox .b-h3 {
  font-weight: bold;
}

.b-order-item {
  margin-top: 66px;
  position: relative;
  z-index: 10;
}

.b-order-item__imgbox {
  position: relative;
  z-index: 10;
  width: 209px;
  height: 209px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(88.96deg, #eadb58 -4.43%, #467119 98.98%);
}

.b-order-item__img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 228px;
}

.b-order-item__img2 {
  position: absolute;
  top: -4px;
  left: -12px;
  width: 221px;
}

.b-order-item__img3 {
  position: absolute;
  top: 0;
  left: -33px;
  width: 259px;
}

.b-order-item__number {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  background: #668e35;
  box-shadow: 0px 4px 30px rgba(153, 188, 51, 0.29);
  border-radius: 50%;
  font-weight: 800;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

.b-order-item .b-h5 {
  max-width: 242px;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}

.b-order-item .b-p {
  max-width: 224px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: normal;
}

.b-order .b-button2-box {
  margin-top: 47px;
}

#b-buy {
  padding-bottom: 50px;
  overflow: initial;
}

#b-buy .b-bg-1 {
  top: -58px;
  left: -210px;
}

#b-buy .b-bg-img1 {
  width: 154px;
}

#b-buy .b-bg-2 {
  left: 0px;
  top: 477px;
}

#b-buy .b-bg-img2 {
  width: 88px;
  transform: rotate(41deg);
}
.b-nds {
    font-size: 13px;
    margin-top: 15px;
}

.inter {
  padding: 25px 0;
  background: #f4f4f4;
}

.inter-img {
  max-width: 100%;
}

.inter-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.inter-list {
  display: flex;
  flex-direction: column;
  gap: 15px;

  counter-reset: my-sec-counter;
}

.inter-item__title {
  color: #B3A170;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.inter-item__title:before {

  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}


.inter-item__text {
font-size: 14px;
padding-left: 50px;
position: relative;
}

.inter-item__text:before {
  content: '';
  position: absolute;
  top: 9%;
  width: 1px;
  left: 17px;
  background: #B3A170;
  height: 80%;
}

.inter-item:last-child .inter-item__text:before {
  display: none;
}

/* Стиль для кожного елемента списку */
.component-item {
  background-color: #f2f4dc;
  border: 1px solid #d9dda3;
  border-radius: 8px;
  padding: 12px;
  width: 100%; /* 2 елементи в ряд на середніх екранах */
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.component-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Зображення компонента */
.component-item__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d9dda3;
}

/* Назва компонента */
.component-item__name {
  font-size: 14px;
  font-weight: 500;
  color: #4caf50;
  text-align: left;
}

.b-schedule-bgblock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  position: inherit;
  display: block;
  margin-top: 0;
}


@media (min-width: 576px) {
  .b-conteiner {
    max-width: 576px;
  }

  .b-reviews-boxsliders {
    max-height: 700px;
  }

  .b-schedule-bgblock {
    display: block;
  }

  .b-reviews-boxbtn {
    margin-top: 40px;
  }

  .b-order-titlebox {
    margin-bottom: 40px;
  }

  .b-order-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .b-order-item {
    margin-top: 0;
  }

  .b-schedule .b-bg-5 {
    top: 186px;
    left: 383px;
  }

  .b-schedule {
    padding-top: 45px;
  }

  .b-effect {
    padding-bottom: 30px;
  }

  .component-item {
    width: calc(100% / 2 - 20px);
}

  .b-secret .b-bg-6 {
    top: 750px;
  }

  .b-effect-item {
    max-width: 100%;
  }

  .b-effect .b-bg-img1 {
    top: 526px;
  }


  .b-secret .b-bg-3 {
    left: 447px;
  }

  .inter {
    padding: 40px 0;
  }

  .b-header-bottom {
    margin-bottom: 40px;
  }


  .b-header .b-productbox--mob-duplicate {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .b-header .b-bg-4 {
    left: 567px;
  }

  .b-header .b-conteiner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .b-header-item2 {
    width: 300px;
  }

  .b-header-bottom {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
    margin-top: 0;
    flex-direction: row;
  }

  .b-header-bottom__item {
    width: 47%;
  }
}


@media (min-width: 768px) {
  .b-conteiner {
    max-width: 768px;
  }

  .b-order-item {
    width: 300px;
  }

  .b-order-item .b-p {
    max-width: 100%;
  }

  .b-order-box {
    gap: 30px;
  }

  .b-schedule .b-bg-5 {
    top: 186px;
    left: 502px;
}

.b-reviews-boxbtn {
  margin-top: 50px;
}

.b-schedule-table {
  padding-left: 80px;
  padding-right: 80px;
}

  .component-item {
    width: calc(100% / 3 - 20px);
}

  .b-effect-itembox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0 ;
  }

  .b-effect .b-bg-img1 {
    top: 50%;
    transform: translateY(-40%);
  }

  .b-effect-item {
    width: 100%;
    max-width: 35%;
    margin: 0;
  }

  .b-effect-item:nth-of-type(2) {
    margin-bottom: 0;
  }

  .inter-img {
    width: 500px;
    margin: 0 auto 30px;
  }

  .b-secret .b-bg-3 {
    top: 250px;
    left: 529px;
  }

  .b-secret .b-bg-6 {
    top: 780px;
}

  .b-productbox {
    width: 240px;
  }

  .b-header .b-bg-4 {
    left: 640px;
    top: 300px;
  }

  .b-header-bottom__item {
    width: 22.7%;
}
}


@media screen and (min-width: 992px) {
  .b-h3 {
    line-height: 44px;
    font-size: 36px;
  }

  .b-reviews-boxbtn {
    margin-top: 60px;
  }

  .inter-img {
    width: auto;
  }

  .b-header .b-productbox-discount {

    transform: rotate(-9.79deg);
  }

  .b-header .b-productbox-img {
    transform: rotate(-10.77deg);
  }

  .inter {
    padding: 70px 0 30px;
  }

  .inter-list {
    gap: 35px;
  }

  .inter-item__text:before {
    top: 25%;
  }
  

  .inter-conetnt {
    display: flex;
    gap: 25px;
  }
  .inter-box {
    margin-bottom: 0;
    width: 550px;
    flex-shrink: 0;
    gap: 25px;
  }

  .inter-title {
    font-size: 30px;
  }
  .b-h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .b-header .b-productbox {
    display: block;
  }
  .b-header .b-productbox--mob-duplicate {
    display: none;
  }

  .b-list {
    max-width: 300px;
    width: 100%;
  }
  .b-conteiner {
    max-width: 1171px;
  }
  .b-header {
    background: url('../images/bg_header_web.jpg') no-repeat center top / cover  #f4f4f4;
    padding-top: 115px;
  }
  .b-header .b-bg-1 {
    top: -196px;
    left: 78px;
  }
  .b-header .b-bg-2 {
    top: 437px;
  }
  .b-header .b-bg-3 {
    top: 347px;
    left: 1363px;
  }
  .b-header .b-bg-4 {
    left: 1065px;
    top: 135px;
  }
  .b-header .b-bg-img5 {
    display: block;
    width: 534px;
    left: calc(50% - 206px);
    top: -115px;
    z-index: 5;
  }
  .b-header .b-productbox {
    width: 218px;
    margin: 0;
    top: 26%;
    z-index: 5;
   position: absolute;
   left: 50%;
   transform: translateX(-60%);
  }

  #b-buy  .b-productbox {
    top: 32%;
  }

  .b-header .b-productbox-img {
    width: 100%;
    transform: rotate(-10.77deg);

  }
  .b-header .b-productbox-discount {
    width: 130px;
    height: 69px;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
    padding-top: 4px;    
    top: 3px;
    left: 17px;
    z-index: 10;
  }
  .b-header .b-productbox-discount::before {
    left: -4px;
    border-bottom: 6px solid #d51f14;
    border-left: 4px solid transparent;
  }
  /* .b-header .b-productbox-discount::after {
    right: -4px;
    border-bottom: 6px solid #d51f14;
    border-right: 4px solid transparent;
  } */
  .b-header .b-productbox-discount .b-discount1 {
    font-size: 14px;
    line-height: 17px;
  }
  .b-header .b-productbox-discount .b-discount2 {
    font-size: 30px;
    line-height: 37px;
  }
  .b-header-item1 {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    margin-right: calc(100% - 1003px);
  }
  .b-header-item1 .b-h1 {
    font-size: 110px;
    margin-bottom: 20px;
    margin-left: -5px;
    z-index: 10;
    position: relative;
    background: linear-gradient(180deg, #85a55a 0%, #325c1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
  }
  .b-header-item1 .b-h2 {
    font-size: 24px;
    width: 325px;
    z-index: 10;
    position: relative;
  }
  .b-header-item1 .b-h3 {
    font-size: 16px;
    line-height: 30px;
    z-index: 10;
    position: relative;
    text-align: left;
  }
  .b-header-item1 .b-textbox {
    padding: 6px 345px 6px 15px;
    text-align: left;
    margin-top: 16px;
  }
  .b-header-item1 .b-textbox-h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .b-header-item2 {
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: top;
    padding: 50px 80px 0;
    height: 515px;
    width: 430px;
    margin: 0px -30px 0;
    background: url(../images/form-bg.png) center top no-repeat;
  }
  .b-header-bottom {
    width: 100%;
    max-width: 992px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center; 
    margin-top: 15px;
  }
  .b-header-bottom__item {
    margin: 0;
    width: 22%;
  }
  .b-header-bottom__item .b-p {
    text-align: left;
  }
  .b-header .b-img-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
  }
  .b-header .b-text-box {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
  }
  .b-secret {
    padding-bottom: 110px;
  }
  .b-secret .b-bg-1 {
    top: 106px;
    left: 398px;
  }
  .b-secret .b-bg-2 {
    top: 40px;
    right: -47px;
  }
  .b-secret .b-bg-img2 {
    display: block;
    width: 97px;
    transform: rotate(-31deg);
  }
  .b-secret .b-bg-3 {
    z-index: 15;
    top: auto;
    bottom: -182px;
    left: 699px;
  }
  .b-secret .b-bg-img3 {
    transform: rotate(88deg);
    width: 276px;
  }
  .b-secret .b-bg-img4 {
    top: 219px;
  }
  .b-secret .b-bg-5 {
    top: 528px;
    left: 225px;
  }
  .b-secret .b-bg-6 {
    top: 454px;
    left: 531px;
  }
  .b-secret-titlebox {
    max-width: 460px;
    margin: 0 auto 118px;
  }
  .b-secret-titlebox .b-p {
    margin-bottom: 15px;
  }
  .b-secret-boxitem {
    display: flex;
    justify-content: space-between;
  }
  .b-secret-item {
    padding: 25px 30px;
    max-width: 100%;
    width: 427px;
    margin: 0;
  }
  .b-secret-item:last-child {
    margin-top: 0;
  }
  .b-effect {
    background: url('../images/effect_bg_web.png') center top no-repeat #f4f4f4;
    padding: 190px 0 204px;
  }
  .b-effect-titlebox {
    margin-bottom: 48px;
  }
  .b-effect .b-bg-img1 {
    width: 211px;
        transform: translate(-50%, -40%);
        left: 50%;
  }
  .b-effect-itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .b-effect-item {
    max-width: 100%;
    width: 376px;
    margin: 0 0 53px;
    padding: 35px 35px 34px 45px;
  }
  .b-effect-item:nth-of-type(2) {
    margin-bottom: 53px;
  }
  .b-effect-item .b-number {
    left: 40px;
  }
  .b-effect-item:nth-of-type(even) {
    text-align: right;
    padding: 35px 45px 34px 35px;
  }
  .b-effect-item:nth-of-type(even) .b-number {
    left: auto;
    right: 40px;
  }

  .b-schedule {
    padding: 70px 0 40px;
  }
  .b-schedule .b-conteiner {
    max-width: 1171px;
  }
  .b-schedule .b-button-box {
    margin-top: 45px;
  }
  .b-schedule-textbox {
    margin-top: 139px;
    display: table;
    width: 100%;
  }
  .b-schedule-textitem {
    display: table-cell;
    vertical-align: top;
  }
  .b-schedule-textitem:nth-of-type(1) {
    width: 450px;
    margin-top: 0;
  }
  .b-schedule-textitem:nth-of-type(1) .b-p {
    width: 333px;
    margin-top: 22px;
  }
  .b-schedule-textitem:nth-of-type(2) {
    margin-top: 0;
  }
  .b-schedule-textitem:nth-of-type(2) .b-p {
    text-align: left;
    width: 345px;
    display: block;
    margin-left: auto;
  }
  .b-schedule-table {
    margin: 150px auto 0;
    background-size: 750px;
    width: 750px;
    padding: 55px 30px;
    position: relative;
    z-index: 5;
  }
  .b-schedule-table .b-h5 {
    font-size: 24px;
  }
  .b-schedule-table__item {
    display: block;
    width: 186px;
    margin: 0;
    padding: 13px 18px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: absolute;
  }
  .b-schedule-table__item .b-dot1, .b-schedule-table__item .b-dot2, .b-schedule-table__item .b-dot3, .b-schedule-table__item .b-dot4 {
    display: none;
  }
  .b-schedule-table__item .b-p {
    line-height: 17px;
  }
  .b-schedule-table .b-numb1 {
    border-bottom-left-radius: 0;
    top: 116px;
    left: 371px;
  }
  .b-schedule-table .b-numb2 {
    border-bottom-right-radius: 0;
    top: 143px;
    left: 117px;
  }
  .b-schedule-table .b-numb3 {
    border-top-right-radius: 0;
    top: 268px;
    left: 74px;
  }
  .b-schedule-table .b-numb4 {
    border-bottom-left-radius: 0;
    top: 236px;
    left: 491px;
  }
  .b-schedule-table .b-web {
    display: none;
  }
  .b-schedule-table .b-note {
    width: 411px;
    margin: 0 auto;
  }
  .b-schedule-circle {
    margin: 105px auto 25px;
  }
  .b-schedule-bgblock {
    position: relative;
    width: 1171px;
    margin-left: calc(50% - 585px);
    margin-right: calc(50% - 585px);
  }
  .b-schedule .b-bg-img1 {
    top: -367px;
    width: 626px;
    left: calc(50% - 299px);
  }
  .b-schedule .b-bg-2 {
    top: -74px;
    left: -9px;
  }
  .b-schedule .b-bg-img2 {
    width: 368px;
  }
  .b-schedule .b-bg-3 {
    top: 180px;
    left: 93px;
  }
  .b-schedule .b-bg-img3 {
    width: 311px;
  }
  .b-schedule .b-bg-4 {
    top: 34px;
    left: 868px;
  }
  .b-schedule .b-bg-img4 {
    width: 308px;
  }
  .b-schedule .b-bg-5 {
    top: 335px;
    left: 828px;
  }
  .b-schedule .b-bg-img5 {
    width: 361px;
  }
  .b-schedule .b-bg-6 {
    top: 347px;
    left: 187px;
  }
  .b-schedule .b-bg-img6 {
    width: 335px;
  }
  .b-cooking {
    background: url('../images/cooking_bg_web.png') center top no-repeat #f4f4f4;
    padding: 95px 0 247px;
  }
  .b-cooking .b-conteiner {
    max-width: 1171px;
  }
  .b-cooking-textbox {
    position: relative;
    z-index: 10;
  }
  .b-cooking-textbox .b-h3 {
    width: 396px;
    margin-bottom: 26px;
  }
  .b-cooking-textbox .b-p {
    width: 470px;
  }
  .b-cooking-note {
    position: absolute;
    top: -72px;
    right: 288px;
    width: 358px;
    padding: 33px 42px 94px;
  }
  .b-cooking-bottom {
    height: 72px;
  }
  .b-cooking .b-bg-1 {
    top: 274px;
    left: -277px;
  }
  .b-cooking .b-bg-2 {
    top: 35px;
    left: auto;
    right: 524px;
  }
  .b-cooking .b-bg-3 {
    top: 59px;
    left: auto;
    right: -99px;
  }
  .b-cooking .b-bg-img4 {
    top: -93px;
    left: auto;
    right: 54px;
    width: 944px;
  }
  .b-recommendation {
    padding: 100px 0 30px;
  }
  .b-recommendation .b-conteiner {
    max-width: 1171px;
  }
  .b-recommendation .b-bg-1 {
    top: 58px;
    left: 331px;
  }
  .b-recommendation .b-bg-img1 {
    width: 143px;
    transform: rotate(-145.42deg);
  }
  .b-recommendation .b-bg-2 {
    top: 437px;
    left: 763px;
  }
  .b-recommendation .b-bg-img2 {
    width: 62px;
  }
  .b-recommendation .b-bg-3 {
    top: 429px;
    right: -22px;
  }
  .b-recommendation .b-bg-img3 {
    width: 180px;
  }
  .b-recommendation .b-bg-4 {
    top: 335px;
    left: -508px;
  }
  .b-recommendation-content {
    display: table;
    width: 100%;
  }
  .b-recommendation-textbox1 {
    display: table-cell;
    vertical-align: top;
    width: 331px;
  }
  .b-recommendation-textbox2 {
    display: table-cell;
    vertical-align: top;
    width: 331px;
    margin-left: auto;
  }
  .b-recommendation-doctar {
    position: absolute;
    width: 708px;
    padding-top: 517px;
    top: -73px;
    left: calc(50% - 354px);
  }
  .b-recommendation-doctar .b-bg-img5 {
    width: 466px;
    left: 25%;
    top: 28%;
  }
  .b-recommendation-doctar__name {
    margin-right: 201px;
  }
  .b-recommendation-doctar__post {
    margin-right: 201px;
  }
  .b-reviews {
    background: url('../images/reviews_bg_web.png') center top no-repeat #f4f4f4;
    padding: 210px 0 100px;
    margin-top: -25px;
  }
  .b-reviews .b-conteiner {
    max-width: 1171px;
  }
  .b-reviews-titlebox {
    width: 558px;
    margin: 0 auto 50px;
  }
  .b-reviews-boxsliders {
    margin: 0;

    max-height: 800px;

  }
  .b-reviews-slider {

    z-index: 10;
  }
  .b-reviews .b-1 {
    z-index: 5;
  }

  .b-order {
    padding: 50px 0 100px;
  }
  .b-order .b-bg-1 {
    top: 95px;
    right: 442px;
  }
  .b-order .b-bg-2 {
    top: 430px;
    right: 344px;
  }
  .b-order .b-bg-img2 {
    width: 55px;
    transform: rotate(65deg);
  }
  .b-order .b-bg-3 {
    top: 266px;
    left: -37px;
  }
  .b-order .b-bg-img3 {
    display: block;
    width: 62px;
    transform: rotate(-118deg);
  }
  .b-order-box {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
  }
  .b-order-item {
    margin-top: 0;
    width: 300px;
  }
  .b-order-item__imgbox {
    margin-left: 0;
    margin-bottom: 48px;
  }
  .b-order-item__number {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 0;
  }
  .b-order-item__text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 62px);
  }
  .b-order-item__text .b-h5 {
    text-align: left;
    margin: 0;
  }
  .b-order-item__text .b-p {
    text-align: left;
    margin-left: 0;
    font-size: 16px;
    max-width: 100%;
  }
  .b-order-item__h5box {
    display: flex;
    margin-bottom: 16px;
    min-height: 52px;
    align-items: center;
  }
  #b-buy {
    padding-bottom: 90px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px) {
  .b-header .b-productbox {
    transform: translateX(-50%);
  }
  .b-header .b-textbox {
    padding: 6px 290px 6px 15px;
  }
  .b-list {
    max-width: 350px;
  }

  .b-effect-item {
    width: 400px;
  }

  .b-effect .b-bg-img1 {
    width: 241px;
    transform: translate(-50%, -45%);
   
}
}

@media screen and (min-width: 1200px) {
  .b-reviews-boxsliders {
    width: 100%;
  }

  .b-reviews-titlebox {
    margin-bottom: 40px;
  }

  .b-recommendation-doctar .b-bg-img5 {
    width: 600px;
    left: 16%;
    top: 6%;
  }


  .b-reviews-boxsliders {
    max-height: 670px;
  }


  .b-header .b-textbox {
    padding: 10px 260px 10px 15px;
  }
}

@media screen and (min-width: 1391px) {
  .inter .b-conteiner {
    max-width: 1391px;
}
.inter {
  padding-bottom: 70px;
}
.b-secret .b-bg-3 {
  bottom: -96px;
  left: 552px;
}
  .inter-title {
    font-size: 36px;
    line-height: 44px;
    max-width: 600px;
  }
  .b-secret .b-bg-6 {
    top: 319px;
    left: 673px;
}
.b-secret .b-bg-1 {
  top: 149px;
  left: 398px;
}
  .inter-box {
    width: 680px;
  }

  .inter-conetnt {
    gap: 80px;
  }

  .inter-item__title:before {
    font-size: 50px;
  }

  .inter-item__title {
    font-size: 22px;
    padding-left: 90px;
  }

  .inter-item__text {
    padding-left: 90px;
    font-size: 18px;
  }

  .inter-list {
    gap: 65px;
  }

  .inter-item__text:before {
    top: 45%;
   
    left: 26px;
  }

  .inter-box {
    gap: 35px 80px;
  }

  .inter {
    padding-top: 100px;
    
  }
}

.sway-1 {
	        animation: sway-1 6s linear infinite both;
}
  @keyframes sway-1 {
    0% {
              transform: translate(0) scale(1);
    }
    20% {
              transform: translate(2px, -2px) scale(1);
    }
    40% {
              transform: translate(2px, 2px) scale(1.05);
    }
    60% {
              transform: translate(-2px, 2px) scale(1);
    }
    80% {
              transform: translate(-2px, -2px) scale(0.95);
    }
    100% {
              transform: translate(0) scale(1);
    }
}
/*  */
.sway-2 {
    animation: sway-2 6s linear infinite both 0.3s;
}
@keyframes sway-2 {
    0% {
        transform: translate(0) scale(1);
    }
    20% {
        transform: translate(3px, -3px) scale(0.95);
    }
    40% {
        transform: translate(3px, 3px) scale(1);
    }
    60% {
        transform: translate(-3px, 3px) scale(1);
    }
    80% {
        transform: translate(-3px, -3px) scale(1.05);
    }
    100% {
        transform: translate(0) scale(1);
    }
}
/*  */
.sway-3 {
    animation: sway-3 6s linear infinite both 0.6s;
}
@keyframes sway-3 {
    0% {
        transform: translate(0) scale(1);
    }
    20% {
        transform: translate(4px, -4px) scale(1.05);
    }
    40% {
        transform: translate(4px, 4px) scale(1);
    }
    60% {
        transform: translate(-4px, 4px) scale(1);
    }
    80% {
        transform: translate(-4px, -4px) scale(0.95);
    }
    100% {
        transform: translate(0) scale(1);
    }
}
/*  */
.sway-4 {
    animation: sway-4 6s linear infinite both 1.2s;
}
@keyframes sway-4 {
    0% {
        transform: translate(0) scale(1);
    }
    20% {
        transform: translate(5px, -5px) scale(0.95);
    }
    40% {
        transform: translate(5px, 5px) scale(1);
    }
    60% {
        transform: translate(-5px, 5px) scale(1.05);
    }
    80% {
        transform: translate(-5px, -5px) scale(1);
    }
    100% {
        transform: translate(0) scale(1);
    }
}
/*  */
.scale-in-center1 {
	animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-in-center2 {
	animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.4s;
}
.scale-in-center3 {
	animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
}
.scale-in-center4 {
	animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.2s;
}


.scale-in-center11 {
	animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-in-center22 {
	animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
}
.scale-in-center33 {
	animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.6s;
}
.scale-in-center44 {
	animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 2.4s;
}
@keyframes scale-in-center {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}

.ac_footer {
  position: relative;

  text-align: center;
  padding: 25px 0;
  color: #A12000;
  font-size: 14px;
}



.ac_footer p {
  text-align: center;
}

.fixed-head__link:hover a span::after {
  display: none
}

svg {
  overflow: hidden
}

.wrapper {
  width: 1220px;
  margin: 0 auto;
  padding: 0 25px
}

@media screen and (max-width:1219px) {
  .wrapper {
    width: 1024px
  }
}

@media screen and (max-width:1023px) {
  .wrapper {
    width: 768px;
    padding: 0 15px
  }
}

@media screen and (max-width:767px) {
  .wrapper {
    width: 640px
  }
}

@media screen and (max-width:639px) {
  .wrapper {
    width: 480px
  }
}

@media screen and (max-width:479px) {
  .wrapper {
    width: 320px
  }
}

.fw600 {
  font-weight: 600
}

.fw800 {
  font-weight: 800
}

.flex-ccc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.btn {
  width: 210px;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0 4px 1px #d47422, inset 0 0 4px rgba(251, 109, 22, .48);
  box-shadow: 0 4px 1px #d47422, inset 0 0 4px rgba(251, 109, 22, .48);
  border-radius: 23px;
  background-color: #fd7532;
  background-image: -webkit-gradient(linear, left top, right top, from(#fb791f), color-stop(51%, #f68a49), to(#fb791f));
  background-image: linear-gradient(to right, #fb791f 0, #f68a49 51%, #fb791f 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  cursor: pointer
}

.fixed-head {
  width: 100%;
  padding: 13px 0 16px;
  background: #35582e;
  position: relative;
  z-index: 10;
  top: 0
}

.fixed-head .b-button::before {
  display: none;

}

.fixed-head .b-button {
  padding-left: 10px;
  padding-right: 10px;
}

.fixed-head .wrapper {

  justify-content: space-between
}

.fixed-head__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 25px
}

.fixed-head__logo-name {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 2px;
  border-bottom: 2px solid #b63045
}

.fixed-head__logo-cream {
  opacity: .8;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.08px
}

.fixed-head__link,
.fixed-head__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px
}

.fixed-head__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px
}

.fixed-head__link:last-child {
  margin-right: 0
}

.fixed-head__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fixed-head__link a {
  color: #fff;
  font-size: 13px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fixed-head__link a span {
  position: relative
}

.fixed-head__link a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #fff;
  position: absolute;
  bottom: -2px
}

.fixed-head__link svg, .fixed-head__link img {
  margin-right: 10px
}

.fixed-head__link:hover svg path {
  fill: #fff
}

.fixed-head__timer {
  width: 260px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  text-align: center
}

.fixed-head__timer-title {
  width: 100%;
  line-height: 1;
  margin-bottom: 5px
}

.fixed-head__timer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 2.4px;
  margin-right: 6px;
  margin-left: 6px;
}

.fixed-head__timer-block:last-child {
  margin-right: 0;
}

.fixed-head__timer-block:first-of-type {
  margin-left: 0;
}

.fixed-head__timer-block span {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #ffc900;
  margin-right: 3px;
  padding-left: 2px
}

.fixed-head__timer-block span:last-child {
  margin-right: 0;
}


.fixed-head .b-button {
  width: 270px;
}

@media (max-width:1219px) {
  .fixed-head__logo {
    margin-right: 15px
  }

  .fixed-head__link,
  .fixed-head__links {
    margin-right: 17px
  }

  .fixed-head__timer {
    margin-right: 0;
    width: 220px
  }

  .fixed-head__timer-block {
    line-height: 28px;
    margin-right: 3px;
    margin-left: 3px;
  }

  .fixed-head__timer-block span {
    width: 30px;
    height: 30px
  }

  .fixed-head .b-button {
    width: 143px;
}

}

@media (max-width:1023px) {

  .fixed-head__timer {
    display: none
  }

  .fixed-head .b-button {
    width: 132px;
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .fixed-head .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fixed-head .b-button {
    display: none
  }
}


@media (max-width:639px) {
  .fixed-head .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    width: 100%;
  }

  .fixed-head {
    position: static;
  }


  .fixed-head__logo {
    margin: 0 0 0px
  }

  .fixed-head__links {
    display: none;
  }
}

@media (max-width:479px) {
  .fixed-head {
    padding: 15px 0
  }

  .fixed-head__logo {
    margin-bottom: 0
  }

  .fixed-head__links {
    display: none
  }
}


.b-list {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; 
}

.b-list__item {
  display: flex;
  align-items: center;
  background: #eadb58; 


  border-radius: 8px; 
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s, box-shadow 0.3s;
}

.b-list__item:hover {
  transform: translateY(-5px); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); 
}

.b-list__item-icon {
  width: 48px; 
  height: 48px;
  margin-right: 16px; 
  border-radius: 50%; 
  background-color: #ddd; 
  object-fit: cover; 
}

.b-list__item-text {
  font-size: 16px;
  color: #2d581b;
  line-height: 1.5;
  font-weight: 500;
  flex: 1; 
}

/* Адаптивність */
@media (max-width: 479px) {
  .b-list__item {
     
    /* align-items: flex-start; */
    gap: 10px;
  }

  .b-list__item-icon {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.component-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-bottom: 50px;
}



@media (max-width: 991px) {
  /* .component-item {
    width: calc(100% - 20px); 
  } */


  /* .b-header .b-productbox-discount {
    transform: none;
    top: 79px;
    left: 128px;
  } */
}

@media (min-width: 1024px) {
  .component-item {
    width: calc(100% / 4 - 20px); 
  }
}

.no-scroll {
  overflow: hidden; /* Вимикає прокрутку */
}

.mobile-menu-wrapper {
  position: relative;
}

/* Бургер-меню */
.burger-menu {
  position: absolute;
  top: 27px;
  right: 15px;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
}

.burger-menu span {
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

/* Стан активного бургера */
.burger-menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.burger-menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Меню */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #35582e;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow-y: auto;
  z-index: 1000;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.mobile-menu.active {
  right: 0;
}

.swiper-container {
  overflow: hidden;
}


@media (min-width: 640px) {
  .burger-menu {
    display: none;
  }
  .mobile-menu {
    display: none;
  }

  
.no-scroll {
  overflow: visible; 
}
}

.b-full-cont {
  position: relative;
}

.mobile-menu .fixed-head__links{
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin: 0 ;
}

.mobile-menu .fixed-head__timer {
  display: flex;
}

.mobile-menu .b-button {
 width: 250px;
}

.popup {



}

.popup__title {
  font-size: 28px;
  text-align: center;
  max-width: 290px;
  width: 100%;
  margin: 0 auto 15px;
  color: #fff;
  display: none;
}
.popup__img {
  max-width: 200px;
  display: none;
}

.popup__block-form {
  max-width: 290px;
}

.popup__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 640px) {
  .popup__title {
    max-width: 350px;

  }
  .popup__img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .popup__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 643px;
    display: block;
  }
  .popup__img {
    max-width: 300px;
    min-width: 300px;
    display: block;
  }
  .popup__block-form {
    max-width: 400px;
  }
  .popup__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup {
    background: linear-gradient(21deg, #dbcc46 50%, #537c21 50.1%);
    padding: 25px 35px;

  }
}

.loader {
  position: relative;
  pointer-events: none;
  user-select: none;
}

.loader * {
  opacity: .5;

}


.loader::after {
  content: '';
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}


  @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 