@media (max-width: 1600px) {
  .header-logo img {
    max-width: 290px;
  }

  .menu li {
    width: 200px;
  }

  .menu li a {
    font-size: 20px;
  }

  .btn {
    font-size: 20px;
  }

  .hero__title {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .hero__pretitle {
    font-size: 45px;
    max-width: 1000px;
  }

  .title {
    font-size: 50px;
  }

  .title3 {
    font-size: 44px;
  }
}

@media (max-width: 1400px) {
  .header-logo img {
    max-width: 240px;
  }

  .menu li {
    width: 180px;
  }

  .menu li a {
    font-size: 18px;
  }

  .text-section-withimg .molecbox {
    left: 400px;
  }

  .text-section-withimg .molecbox img {
    width: 90px;
  }

  .text-section-withimg .molecbox img:nth-child(2) {
    left: 200px;
  }

  .text-section-withimg .molecbox img:nth-child(3) {
    left: 400px;
  }

  .text-section-withimg .container img {
    width: 320px;
    left: 20px;
  }

  .text-section-withimg .molecbox {
    left: 400px;
  }

  .text-section-withimg .molecbox img {
    width: 90px;
  }

  .text-section-withimg .molecbox img:nth-child(2) {
    left: 200px;
  }

  .text-section-withimg .molecbox img:nth-child(3) {
    left: 400px;
  }

  .composition-schem__image {
    max-width: 400px;
  }

  .prebiotik {
    font-size: 28px;
  }

  .probiotik {
    font-size: 28px;
  }

  .small-text {
    left: 40px;
  }

  .text-section-line {
    font-size: 28px;
  }

  .imageposition img {
    width: 240px;
  }

  .details {
    background-size: 1500px;
  }

  .details .seluetimg img {
    width: 180px;
  }
}

@media (max-width: 1200px) {
  .desktop-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #FCEDF4;
    z-index: 20;
    left: -100vw;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
    gap: 50px;
    border-radius: 0 1000px 1000px 0;
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  /* Mobile submenu styles */
  .menu .sub-menu {
    position: static;
    display: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 10px 0 0 0;
    margin-top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .menu li.menu-item-has-children.active > .sub-menu {
    display: block;
  }

  .menu .sub-menu li {
    width: 100%;
    padding: 0;
  }

  .menu .sub-menu li a {
    font-size: 16px;
    padding: 10px 30px;
    margin: 0;
    background-color: rgba(234, 139, 179, 0.1);
  }

  .menu .sub-menu li a:hover {
    background-color: rgba(234, 139, 179, 0.3);
  }

  .hero .hero-container .seluet {
    left: 230px;
    width: 160px;
  }

  .hero__image img {
    max-width: 300px;
  }

  .hero__box {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero__title {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .hero__pretitle {
    font-size: 35px;
    max-width: 1000px;
  }

  .title {
    font-size: 40px;
  }

  .what-is {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .what-is__image img {
    min-width: 300px;
    max-width: 450px;
  }

  .what-is-list {
    max-width: 555px;
    gap: 30px;
  }

  .what-is-item {
    font-size: 20px;
    padding: 22px 40px;
  }

  .white-text-section__content {
    font-size: 26px;
  }

  .title3 {
    font-size: 34px;
  }

  .probiotik {
    font-size: 24px;
  }

  .probiotik::after {
    width: 400px;
  }

  .composition-schem {
    margin-top: 43px;
    margin-bottom: 80px;
  }

  .composition-schem__image {
    max-width: 280px;
  }

  .composition-schem__image .bubble {
    width: 80px;
  }

  .prebiotik {
    font-size: 24px;
  }

  .prebiotik::after {
    width: 400px;
  }

  .text-section-line {
    font-size: 24px;
  }

  .reviews__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }

  .what-is .title {
    text-align: center;
    margin-left: 0;
  }

  .what-is__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .what-is .drops {
    transform: rotate(90deg);
    width: 230px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .what-is__image img {
    min-width: 200px;
    max-width: 300px;
  }

  .what-is-list {
    gap: 32px;
    max-width: 100%;
  }

  .what-is-item::before {
    display: none;
  }

  .what-is-item::after {
    width: 2px;
    height: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -32px;
    z-index: -1;
  }

  .what-is-item:nth-child(1)::after {
    height: 100px;
    top: -100px;
  }

  .composition .composition-bg {
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .composition .composition-bg img {
    width: 150px;
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
  }

  .white-text-section .btn {
    font-size: 20px;
    padding: 14px 18px;
  }

  .white-text-section__content {
    font-size: 20px;
  }

  .shoplisst {
    gap: 15px 70px;
  }

  .shoplisst__item {
    height: 80px;
  }

  .text-section-withimg .container img {
    width: 270px;
    bottom: calc(100% + 60px);
  }

  .text-section-withimg .molecbox {
    left: 400px;
  }

  .text-section-withimg .molecbox img {
    width: 26px;
  }

  .text-section-withimg .molecbox img:nth-child(1) {
    top: 150px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .text-section-withimg .molecbox img:nth-child(2) {
    top: 80px;
    left: 100px;
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
    width: 35px;
  }

  .text-section-withimg .molecbox img:nth-child(3) {
    top: 50px;
    left: 200px;
    -webkit-transform: rotate(290deg);
    transform: rotate(290deg);
    width: 40px;
  }

  .pb-40 {
    padding-bottom: 0;
  }

  .pb-114 {
    padding-bottom: 0;
  }

  .mt-135 {
    margin-top: 0;
  }

  .composition-schem {
    max-width: 500px;
  }

  .composition-schem__image {
    max-width: 150px;
  }

  .composition-schem__image .bubble {
    right: -20px;
    top: -10px;
    width: 50px;
  }

  .prebiotik {
    width: 180px;
    height: 180px;
    background-size: 90%;
    font-size: 12px;
  }

  .prebiotik strong {
    font-size: 14px;
  }

  .prebiotik::before {
    left: 10px;
  }

  .prebiotik::after {
    width: 60px;
    right: calc(100% - 10px);
  }

  .probiotik {
    width: 180px;
    height: 180px;
    background-size: 90%;
    font-size: 10px;
  }

  .probiotik strong {
    font-size: 14px;
  }

  .probiotik::before {
    right: 12px;
  }

  .probiotik::after {
    width: 60px;
    left: calc(100% - 10px);
  }

  .faqsec_item .faqsec_item__question h6 {
    font-size: 24px;
  }

  .faqsec_item .faqsec_item__answer {
    padding-left: 20px;
  }

  .faqsec_item .faqsec_item__answer p {
    font-size: 16px;
  }

  .btn-halfborder {
    font-size: 26px;
    border-radius: 0 24px 24px 0;
    padding: 18px 45px;
  }

  .details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .details .seluetimg {
    top: 220px !important;
  }

  .details .seluetimg img {
    width: 120px;
  }

  .video-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-section .v_figure {
    width: 110px;
  }

  .small-text {
    font-size: 14px;
    line-height: 123%;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 132px;
  }
}

@media (max-width: 768px) {
  .header-amaxa {
    margin-right: 11px;
  }

  .header-amaxa img {
    width: 55px;
  }

  .header {
    padding: 23px 0;
  }

  .header-logo img {
    max-width: 88px;
  }

  .btn-totop {
    right: 10px;
    bottom: 10px;
  }

  .btn-totop svg {
    width: 23px;
  }

  .btn {
    font-size: 13px;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid var(--color);
  }

  .burger {
    width: 18px;
    height: 16px;
    gap: 6px;
    margin-left: 11px;
  }

  .burger span {
    min-height: 2px;
    max-height: 2px;
  }

  .hero .hero-container .seluet {
    top: 0px;
    left: 22px;
    width: 65px;
  }

  .hero__image img {
    width: 100%;
    max-width: 300px !important;
    margin-inline: auto;
  }

  .hero__box {
    padding-top: 10px;
    padding-bottom: 47px;
    flex-wrap: wrap;
  }

  .hero__box > div {
    width: 100%;
  }

  .hero__image {
    text-align: center;
  }

  .hero__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero__title {
    font-size: 40px;
    line-height: 122%;
    margin-bottom: 0;
  }

  .hero__pretitle {
    font-size: 25px;
    line-height: 117%;
  }

  .title {
    font-size: 30px;
  }

  .what-is {
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .what-is__box {
    padding-top: 50px;
  }

  .revers-section {
    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;
  }

  .shoplisst {
    gap: 15px 60px;
  }

  .shoplisst__item {
    height: 60px;
  }

  .faqsec_item .faqsec_item__answer {
    padding: 10px;
  }

  .faqsec_item .faqsec_item__answer p {
    font-size: 12px;
  }

  .btn-halfborder {
    font-size: 20px;
    border-radius: 0 20px 20px 0;
    padding: 18px 35px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.4);
  }

  .title3 {
    font-size: 24px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 11px;
  }

  .imageposition .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .imageposition img {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    width: 80px;
  }

  .details .seluetimg {
    top: 160px !important;
  }

  .details .seluetimg img {
    width: 100px;
  }

  .text-section-nobg {
    font-size: 16px;
    text-align: left;
  }

  .text-section-line {
    font-size: 18px;
    margin: 25px 16px;
    border-radius: 10px;
    min-height: 46px;
  }

  .composition .btn {
    font-size: 10px;
    padding: 12px 8px;
  }

  .reviews__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 45px;
  }

  .reviews-item {
    border-radius: 10px;
    padding: 25px 15px;
    width: 100%;
  }

  .reviews-item__text {
    width: 100%;
    max-width: 260px;
  }

  .faqsec_list {
    gap: 20px;
  }

  .faqsec_item .faqsec_item__question img {
    min-width: 29px;
    max-width: 29px;
    height: 29px;
  }

  .faqsec_item .faqsec_item__question h6 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .menu li a {
    font-size: 16px;
  }

  .hero .hero-container .seluet {
    top: -50px;
    left: 90px;
    width: 55px;
  }

  .hero__image img {
    min-width: 88px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 122%;
  }

  .hero__pretitle {
    font-size: 12px;
    line-height: 117%;
    max-width: 199px;
  }

  .what-is .drops {
    width: 160px;
  }

  .what-is__box {
    gap: 39px;
  }

  .what-is__image img {
    width: 95px;
  }

  .what-is-item {
    font-size: 14px;
    padding: 8px 15px;
    min-height: 40px;
    border-radius: 10px;
    text-align: center;
  }

  .composition .composition-bg {
    bottom: 35px;
  }

  .composition .composition-bg img {
    width: 100px;
  }

  .reviews {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .reviews__list {
    padding-top: 43px;
    margin-bottom: 46px;
  }

  .reviews .image-bg {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .reviews .image-bg img {
    width: 100%;
  }

  .reviews .white-text-section {
    margin-top: 20px;
  }

  .title {
    font-size: 16px;
  }

  .white-text-section {
    padding: 9px;
    border-radius: 10px;
    gap: 15px;
    margin: 34px 0px;
  }

  .white-text-section__content {
    font-size: 12px;
  }

  .faq__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faqsec_list {
    gap: 10px;
    margin-top: 43px;
    margin-bottom: 46px;
  }

  .faqsec_item .faqsec_item__question h6 {
    font-size: 12px;
  }

  .faqsec_item .faqsec_item__answer p {
    font-size: 10px;
  }

  .btn-halfborder {
    font-size: 12px;
    border-radius: 4px;
    padding: 12px 12px;
    min-width: 216px;
  }

  .title3 {
    font-size: 16px;
  }

  .shoplisst {
    gap: 10px 48px;
    margin-top: 25px;
  }

  .shoplisst__item {
    height: 45px;
  }

  .footer-cprt {
    font-size: 4px;
    line-height: 200%;
  }

  .btn-fill {
    font-size: 12px;
    border-radius: 10px;
    padding: 6px 12px;
  }

  .tetwidth250 {
    max-width: 280px;
  }

  .tetwidth250 br {
    display: none;
  }

  .mobile-order1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-section-withimg {
    margin-top: 180px;
  }

  .text-section-withimg .container img {
    width: 88px;
    bottom: calc(100% + 30px);
    left: 0;
  }

  .text-section-withimg .molecbox {
    left: 100px;
    bottom: 0;
  }

  .text-section-withimg .molecbox img {
    width: 26px;
  }

  .text-section-withimg .molecbox img:nth-child(1) {
    top: auto;
    bottom: 80px;
    left: 0;
  }

  .text-section-withimg .molecbox img:nth-child(2) {
    top: auto;
    bottom: 100px;
    left: 50px;
    width: 35px;
  }

  .text-section-withimg .molecbox img:nth-child(3) {
    top: auto;
    bottom: 120px;
    left: 110px;
    width: 40px;
  }

  .probiotik {
    width: 120px;
    height: 120px;
    font-size: 10px;
  }

  .probiotik strong {
    font-size: 12px;
  }

  .probiotik::before {
    width: 2.5px;
    height: 2.5px;
    right: 10px;
  }

  .probiotik::after {
    width: 60px;
    height: 0.5px;
  }

  .composition-schem {
    max-width: 400px;
    margin-top: 50px;
    margin-bottom: 29px;
  }

  .composition-schem__image {
    max-width: 80px;
  }

  .composition-schem__image .bubble {
    right: -10px;
    top: -10px;
    width: 30px;
  }

  .composition {
    padding: 30px 0;
  }

  .reviews-item {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
  }

  .reviews-item__name {
    font-size: 12px;
  }

  .reviews-item__date {
    font-size: 12px;
  }

  .reviews-item__rate {
    margin-bottom: 12px;
  }

  .reviews-item__rate img {
    width: 14px;
  }

  .reviews-item__text {
    font-size: 12px;
    line-height: 133%;
  }

  .white-text-section .btn {
    font-size: 12px;
    max-width: 100px;
    border-radius: 4px;
    border: 1px solid var(--color);
    padding: 6px;
  }

  .details {
    background-position: center top 200px;
  }

  .details .seluetimg {
    top: 100px !important;
  }

  .details .seluetimg img {
    width: 65px;
    opacity: 0.7;
  }

  .video-section .container {
    gap: 26px;
  }

  .video-section .v_figure {
    width: 31px;
  }

  .text-section-nobg {
    font-size: 12px;
    line-height: 117%;
    margin: 10px 0;
  }

  .text-section-line {
    font-size: 12px;
    line-height: 133%;
  }

  .prebiotik {
    width: 120px;
    height: 120px;
    background-size: 90%;
    font-size: 10px;
  }

  .prebiotik strong {
    font-size: 12px;
  }

  .prebiotik::before {
    width: 2.5px;
    height: 2.5px;
    bottom: 39px;
  }

  .prebiotik::after {
    height: 0.5px;
    bottom: 40px;
  }
}