@font-face {
  font-family: "NT Somic-VFF";
  src: url("/assets/fonts/NT-Somic-VF.ttf") format("truetype");
}
@font-face {
  font-family: "BebasNeue";
  src: url("/assets/fonts/BebasNeue-Thin.ttf") format("truetype");
}
:root {
  --color-yellow: #ffcc00;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
html {
  font-family: "NT Somic-VFF", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}
ul.my-list {
  list-style-type: disc !important;
  margin-left: 5px;
}

ul.my-list li {
  list-style: disc;
}

ol.my-list {
  list-style-type: decimal !important;
}

ol.my-list li {
  color: #1d1d1f;
  font-weight: bolder;
  list-style: decimal;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}
body {
  margin: 0;
  font-family: "NT Somic-VFF";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.63;
  color: #000000;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}
button {
  background: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 15px 25px;
  font-weight: 400;
  font-size: 18px;
}
strong {
  color: #1d1d1f;
}
.btn-black:hover {
  color: var(--color-yellow);
  background-color: #1d1d1f;
}
img {
  width: 100%;
}
.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-200 {
  margin-bottom: 200px;
}
.ml-100 {
  margin-left: 100px;
}
.menu-wrapper {
  position: relative;
}

.menu-toggle {
  background: none;
  color: #fff;
  border: 1px solid #efe701;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  color: #003c80;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  min-width: 230px;
  z-index: 999;
}

.dropdown-menu a {
  text-align: center;
  display: block;
  margin-bottom: 8px !important;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.dropdown-menu a:hover {
  background: #f5f7f9;
}

body {
  margin: 0;

  background-color: #fff;
  color: #333;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.hero {
  background: url(/assets/img/image.png) no-repeat;
  min-height: 100vh;
  display: flex;
  padding: 30px 0;
  justify-content: center;
  color: white;
}
.hero-header {
  border-bottom: 1px solid #1eacef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .hero {
    background: url(/assets/img/bg-mob.png) no-repeat;
    background-size: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    padding: 30px 0;
    justify-content: center;
    color: white;
    margin: 0; /* чтобы убрать отступы браузера */
  }
  .hero-header {
    border-bottom: 1px solid #1eacef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }
}

.hero1 {
  z-index: 9999;
  width: 100%;
  position: fixed;
  padding: 15px 0 0 0;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(to right, #0061a5 0%, #1b98d0 50%, #0076b5 100%);
}
.hero-header1 {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-header,
  .hero-header1 {
    flex-direction: row !important;
  }
}
.logo h4 {
  color: #ffcd34;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 425px) {
  .logo h4 {
    font-size: 16px;
  }
}

/* .logo p {
  color: white;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
} */

.header-buttons {
  display: flex;
  gap: 16px;
}

.header-buttons button {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 15px;
  padding: 15px 35px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
.header-buttons .buy-btn {
  background-color: #fff;
  color: #003c80;
  font-weight: bold;
  border: none;
}
.header-buttons .nav-btn {
  background-color: var(--color-yellow);
  color: #003c80;
  font-weight: bold;
  border: none;
}
.header-buttons .nav-btn::before {
  margin-right: 30px;
  /* top: 0px;
  position: relative; */
  content: url(/assets/img/line-left-menu.png);
}
.buy-btn:hover {
  background: var(--color-yellow);
}

.hero-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 160px;
}

.hero-left img {
  max-width: 40%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hero-right h2 {
  font-size: 64px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #dfefff;
}

.hero-right h1 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .hero-right h2 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #dfefff;
  }

  .hero-right h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2px;
  }
}

.reasons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reasons li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.reasons li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff700;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-right {
    text-align: center;
  }

  .header-buttons {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .mob-menu {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.reasons-block {
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
  color: #003c80;
}
.line {
  position: relative;
  width: 100%;

  background: linear-gradient(to left, #f4f6f9 calc(90% - 10px), transparent 0)
    center / 100% 2px no-repeat;
}

.reasons-title {
  color: #1d1d1f;
  text-align: left;
  font-size: 42px;
  margin-bottom: 60px;
}

.reason-cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.reason-card {
  flex: 1 1 300px;
  max-width: 393px;
}

.reason-number {
  font-weight: 400;
  display: block;
  font-size: 36px;
  color: var(--color-yellow);
  margin-bottom: 20px;
}

.reason-card h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.reason-card p {
  font-size: 15px;
  color: #333;
}

@media (max-width: 768px) {
  .reason-cards {
    flex-direction: column;
    gap: 24px;
  }
}

.solutions {
  background-color: ;
  padding: 80px 0;
  text-align: center;
  color: #000;
}

.section-title {
  font-weight: 400;
  font-size: 58px;
  margin-bottom: 12px;
}
.section-subtitle {
  font-size: 24px;
  color: #555;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .section-title {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 12px;
  }
}

.solution-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.solution-card {
  background: #f5f7f9;
  border-radius: 12px;

  padding: 24px;
  max-width: 393px;
  flex: 1 1 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-card img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.solution-card h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}

.solution-card p {
  font-size: 15px;
  margin-bottom: 20px;
}

.solution-card button {
  margin-top: auto;
  width: 100%;
  background-color: #fff;
  color: #000;
  border: 1px solid var(--color-yellow);
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.solution-card button:hover {
  background-color: var(--color-yellow);
  color: #003c80;
}

@media (max-width: 768px) {
  .solution-cards {
    /* flex-direction: column; */
    gap: 24px;
  }
}
.section-question {
  padding: 20px 80px 20px 80px;
  border-radius: 30px;
  /* background: radial-gradient(#fff4c4, #ffcf00); */
  background: linear-gradient(to right, #ffe066 5%, #fff4c4 18%, #ffcf00 45%);
}

.section-question {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  gap: 40px;
  text-align: left;
  /* flex-direction: row;
  flex-wrap: wrap;  */
}

.general-title {
  line-height: 100%;
  font-weight: 400;
  font-size: 58px;
}
.general-subtitle {
  font-size: 22px;
}
/* Адаптация на экранах меньше 768px */
@media (max-width: 768px) {
  .section-question {
    flex-direction: column-reverse;
    text-align: center;
    padding: 0 10px;
  }

  .section-question img {
    max-width: 60%;
    height: auto;
  }

  .section-question .mt-4 {
    margin-top: 20px;
  }
  .general-title {
    line-height: 100%;
    font-weight: 400;
    font-size: 28px;
  }
  .general-subtitle {
    font-size: 16px;
  }
}

.subtitle {
  font-size: 18px;
}

.section-read {
  padding: 20px 50px 40px 50px;
  border-radius: 30px;
  background-color: #f5f5f7;
}
.btn-read {
  background-color: var(--color-yellow);
}
.btn-read:hover {
  background-color: #ffffff;
}
.bg-gray {
  padding-top: 100px;
  background: linear-gradient(to top, #f5f5f7 0%, #f5f5f7 100%),
    /* верхняя часть */
      linear-gradient(to right, #eae9e8 10%, #eae9e800 55%, #eae9e8 70%);
  background-repeat: no-repeat;
  background-size: 100% 88%, 100% 100%;
  border-radius: 0 0 50px 50px;
}
/* слайдер -----------------------------------------------*/
.symptom-carousel {
  padding: 60px 0;
}

.carousel-slick {
  width: 1100px;
}

.slide-card {
  line-height: 120%;
  color: #1d1d1f;
  /* max-width: 504px; */
  height: 340px;
  margin: 17px;
  background: #f5f5f7;
  border-radius: 30px;
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  padding: 40px;
  flex-direction: column;
}

.slide-card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.slide-card h3 {
  font-weight: 600;
  font-size: 18px;
}

.slide-card p {
  font-weight: 400;
  font-size: 18px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  width: 74px;
  height: 74px;
  z-index: 10;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: center;
  list-style: none;
  width: 90%;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--color-yellow);
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: var(--color-yellow);
}

.slick-prev {
  left: -90px;
}

.slick-next {
  right: -90px;
}

.slick-prev img,
.slick-next img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 105%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}

/* ------------------------- */

.purchase {
  background-repeat: no-repeat;
  background-image: url(/assets/img/mask.png);
  padding: 100px 50px 80px 50px;
  background-color: #f5f5f7;
}
.purchase-block {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 24px;
  padding: 40px 0;
}

.purchase-button {
  flex: 1 1 0;
  width: 100%;
  max-width: 615px;
}

.purchase-button button {
  height: 156px;
  width: 100%;
  padding: 48px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .purchase {
    background-repeat: no-repeat;
    background-image: url(/assets/img/mask.png);
    padding: 100px 0 80px 0;
    background-color: #f5f5f7;
  }
}

.btn-blue {
  background-color: #47cdd6;
}
.btn-blue img {
  max-width: 230px;
}
.btn-green {
  background-color: #3fb75d;
}

.btn-green img {
  max-width: 300px;
}

.purchase-button button:hover {
  transform: scale(1.03);
}

.purchase-button img {
  border-radius: 20px;
}

.purchase h1 {
  font-weight: 600;
  font-size: 58px;
  color: #3fb75d;
}
.section-read-1 {
  background-color: var(--color-yellow);
  border-radius: 30px;
  /* max-width: 1158px; */
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row; /* Изображение слева, текст справа */
  flex-wrap: wrap;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  padding: 50px 40px;
  position: relative;
}
.section-read-1 h3 {
  max-width: 993px;
  line-height: 120%;
  font-weight: 400;
  font-size: 48px;
}
.section-read-1 p {
  max-width: 665px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.sect-read {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .section-read-1 h3 {
    max-width: 993px;
    line-height: 120%;
    font-weight: 400;
    font-size: 27px;
  }
  .section-read-1 p {
    max-width: 665px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  .sect-read {
    padding-left: 0;
  }
}
.btn-read-1 {
  margin-left: 30px;
  padding: 10px 83px;
}
.faq {
  color: #000;
}
.faq h2 {
  font-size: 58px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .faq h2 {
    font-size: 28px;
  }
}
.faq-list {
  padding: 0 40px;
  font-size: 16px;
  font-weight: 400;
  color: #6e6e73;
}
.faq-list li {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f;
}
.card-body {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e73;
}
@media (max-width: 768px) {
  .faq-list {
    padding: 0 16px;
    font-size: 15px;
  }
}

.faq-list {
  position: relative;
}

.faq-list li {
  padding-bottom: 25px;
  /* border-bottom: 1px solid #f0f0f0; */
  /* margin-bottom: 30px; */
  position: relative;
}

.faq-list li::after {
  content: url("/assets/img/forward.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.faq-list a:not(.collapsed) li::after {
  transform: translateY(-50%) rotate(270deg);
}
.faq-item {
  display: flex;
  flex-direction: column;
}

.faq-line {
  height: 1px;
  background-color: #f0f0f0;
  margin-top: 20px;
  order: 2;
  transition: all 0.3s ease;
}

#collapseOne.show + .faq-line {
  order: 3;
}
.footer-text h2 {
  font-family: "BebasNeue";
  text-transform: uppercase;
  text-align: center;
  font-size: 103px;
  font-weight: 300;
  color: #6e6e73;
}

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-window {
  background: #f5f5f7;
  max-width: 940px;
  width: 90%;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .footer-text h2 {
    font-size: 50px;
  }
  .popup-window {
    padding: 20px;
  }
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.popup-content {
  display: flex;
  gap: 20px;
}

.popup-image {
  max-height: 220px;
  max-width: 280px;
  border-radius: 6px;
  object-fit: cover;
}

.popup-right {
  flex: 1;
}

.popup-button {
  width: 100%;
  max-width: 333px;
  margin: 20px auto 0;
  display: block;
  background: var(--color-yellow);
  color: #1d1d1f;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.popup-button:hover {
  background: #6e6e731a;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#popup-title {
  font-size: 24px;
  font-weight: 600;
}
#popup-text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #popup-title {
    font-size: 20px;
  }
  #popup-text {
    line-height: 110%;
    font-size: 15px;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 40px;
  margin: 0;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  font-size: 14px;
  color: var(--color-yellow);
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-item a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  color: #1d1d1f;
}

.breadcrumb-item.active {
  color: #6e6e73;
  pointer-events: none;
}
.section-title-fs-64 {
  font-size: 64px;
  font-weight: 600;
}
.section-title-fs-48 {
  font-size: 48px;
  font-weight: 400;
}
.section-title-fs-28 {
  font-size: 28px;
}
.section-subtitle-fs-20 {
  font-size: 20px;
  font-weight: 400;
}
.section-subtitle-fs-18 {
  font-size: 18px;
  font-weight: 400;
}
.section-subtitle-fs-16 {
  font-size: 16px;
  font-weight: 400;
}
.section-text {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .fs-28-mob {
    font-size: 28px;
  }
  .fs-16-mob {
    font-size: 16px;
  }
}
.section {
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 40px 0;
  position: relative;
}

.solution-card-1 {
  background: #f5f7f9;
  border-radius: 12px;
  padding: 24px;
  max-width: 393px;
  flex: 1 1 283px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-card-1 img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.color-white-bg-blue {
  border-radius: 30px;
  background: linear-gradient(270deg, #0840bc 50%, #2d6cf7 81%, #9ebdff 107%);
  color: #ffffff;
}

.color-white-bg-blue-1 {
  border-radius: 30px;
  background: linear-gradient(270deg, #0840bc 50%, #2d6cf7 81%, #9ebdff 107%);
  width: 100%;
  max-width: 393px;
  height: 519px;
}
.color-white-bg-blue-1 img {
  display: block;
  margin: 40px auto;
  width: 100%;
  max-width: 247px;
}
@media (max-width: 768px) {
  .color-white-bg-blue-1 {
    border-radius: 50%;
    width: 100%;
    max-width: 285px;
    height: 285px;
  }
  .color-white-bg-blue-1 img {
    display: block;
    margin: 40px auto;
    width: 100%;
    max-width: 118px;
  }
}

.solution-card-1.style-2 {
  background: none !important;
  max-width: 290px;
  flex: 1 1 285px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.solution-card-1.style-2 img {
  width: 100px;
}

.border-bottom2 {
  margin: 0 auto;
  max-width: 62px;
  text-align: center;
  padding-top: 5px;
  display: block;

  border-bottom: 2px solid #2d71f2;
}

.line-bottom {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.numbers {
  padding-right: 30px;
  font-size: 40px;
  font-weight: 400;
  color: #2d71f2;
}

.wh-60 {
  height: 60px;
  width: 60px;
}
.vitamins-container {
  /* display: flex; */
  position: relative;
}
.vitamin-circle1 {
  position: absolute;
  left: -100px;
  top: 0;
}
.vitamin-circle2 {
  position: absolute;
  right: -60px;
  top: 82px;
}
.vitamin-circle3 {
  position: absolute;
  left: -42px;
  top: 165px;
}
.vitamin-circle4 {
  position: absolute;
  right: 75px;
  top: 170px;
}
.vitamin-circle5 {
  position: absolute;
  left: -130px;
  top: 290px;
}
.vitamin-circle6 {
  position: absolute;
  right: 0;
  top: 253px;
}

@media (max-width: 768px) {
  .vitamin-circle1 {
    position: absolute;
    left: -17px;
    top: -35px;
  }
  .vitamin-circle2 {
    position: absolute;
    right: -7px;
    top: 557px;
  }
  .vitamin-circle3 {
    position: absolute;
    left: 0px;
    top: 175px;
  }
  .vitamin-circle4 {
    position: absolute;
    right: 0px;
    top: 177px;
  }
  .vitamin-circle5 {
    position: absolute;
    left: -17px;
    top: 380px;
  }
  .vitamin-circle6 {
    position: absolute;
    right: -5px;
    top: 385px;
  }
  .vitamins-container img {
    max-width: 75%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .vitamin-circle1 {
    position: absolute;
    left: -17px;
    top: -35px;
  }
  .vitamin-circle2 {
    position: absolute;
    right: 72px;
    top: 270px;
  }
  .vitamin-circle3 {
    position: absolute;
    left: 0px;
    top: 73px;
  }
  .vitamin-circle4 {
    position: absolute;
    right: 0px;
    top: -45px;
  }
  .vitamin-circle5 {
    position: absolute;
    left: 26px;
    top: 280px;
  }
  .vitamin-circle6 {
    position: absolute;
    right: -5px;
    top: 145px;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
  .vitamin-circle2 {
    position: absolute;
    right: 11px;
    top: 490px;
  }
  .vitamin-circle3 {
    position: absolute;
    left: 0;
    top: 144px;
  }
  .vitamin-circle4 {
    position: absolute;
    right: 0px;
    top: 155px;
  }
}

@media (max-width: 425px) {
  .btn-mobile {
    display: none;
  }
  .flex-only-mob {
    display: flex;
  }
}
