:root {
  --white: #fff;
  --black: #000;

  --primary: #028540;
  --primary-hover: #026e3a;
  --secondary: #e4ece6;
  --secondary-hover: #c8e9d0;
}

/* 1600px */
@media (max-width: 1600px) {
  .hero {
    height: 46rem;
    padding-bottom: 4rem;
  }
  .hero-top {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .hero-bottom {
    padding-top: 2rem;
  }
}
@media (max-width: 1400px) {
  .why-us-img {
    aspect-ratio: 4/6;
  }
  .bottles-container,
  .representatives-container,
  .blog-container {
    padding: 4rem 2.5rem;
  }
  .product-banner {
    gap: 20px;
    padding: 20px 30px;
  }
  .product-banner-content span {
    font-size: 22px;
  }
  .product-banner-content p {
    font-size: 14px;
    line-height: normal;
  }
  .navbar {
    gap: 1.75rem;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .section-padding {
    padding: 40px 0;
  }
  .navbar {
    gap: 1rem;
  }
  .banner-img {
    aspect-ratio: 2/3;
  }
  .why-us-img {
    aspect-ratio: 5/9;
  }
  .category-list-card .btn-wrp {
    flex-direction: column;
  }
  .bottles-video {
    aspect-ratio: 16/9;
  }
  .navbar-right .btn-primary {
    padding: 10px 30px;
  }
  .navbar-img svg {
    width: 150px;
  }
}

/* 992px */
@media (max-width: 992px) {
  /* navbar*/
  .navbar {
    display: none;
  }
  .navbar-right {
    display: none;
  }
  #hamburger-toggler {
    display: block;
    cursor: pointer;
  }
  #mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  #mobile-menu.active {
    right: 0;
  }
  .mobile-menu-wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-top: 2rem;
  }
  .mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .mobile-menu-item {
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--black);
  }
  .mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .mobile-menu-bottom > .btn {
    justify-content: center;
    width: 100%;
  }
  .mobile-img svg,
  .navbar-img svg {
    width: 130px;
  }
  .header {
    padding: 1.25rem 0;
  }
  .mobile-socials {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  .mobile-social {
    width: 48px;
    height: 48px;
    background: var(--secondary);
    border-radius: 50%;
    position: relative;
  }
  .mobile-social svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lang-mobile {
    color: var(--black);
    font-weight: 700;
    padding: 0 10px;
    font-size: 1rem;
  }
  .lang-mobile:first-child {
    border-right: 1px solid var(--black);
  }
  .langs {
    justify-content: center;
  }
  .lang-mobile.active,
  .lang-mobile:focus,
  .lang-mobile:hover {
    color: var(--primary);
  }
  /* END navbar*/
  /* text */
  h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  /* END text */
  .section-padding {
    padding: 30px 0;
  }
  .hero {
    height: 40rem;
    padding-bottom: 3rem;
  }
  .hero-top {
    gap: 1.5rem;
    padding-bottom: 1.75rem;
  }
  .hero-bottom {
    gap: 1.5rem;
    padding-top: 1.75rem;
  }
  .hero-wrp {
    gap: 0.75rem;
  }
  .subtitle p {
    font-size: 0.875rem;
    line-height: normal;
  }
  .hero-bottom-left > span:first-child {
    font-size: 2rem;
    line-height: normal;
  }
  .btn {
    padding: 10px 20px;
  }
  .banner-img {
    aspect-ratio: 16/9;
  }
  .banner-content {
    gap: 2rem;
  }
  .banner-wrp {
    gap: 0.75rem;
  }
  .banner-text {
    gap: 1rem;
  }
  #carouselSlider .splide__arrow {
    width: 60px;
    height: 40px;
  }
  .carousel-card {
    padding: 1.25rem;
  }
  .why-us-img {
    aspect-ratio: 16/9;
  }
  .why-us-card-left > span p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .why-us-top {
    gap: 1.5rem;
  }
  .why-us-title {
    gap: 0.75rem;
  }
  .why-us-content {
    gap: 2rem;
  }
  .representatives-container,
  .bottles-container,
  .blog-container {
    padding: 3rem 2rem;
  }
  .category-list-card,
  .product-wrp,
  .blogpage-card-content,
  .contact-card,
  .country-card,
  .representatives-card,
  .career-why-card,
  .career-card,
  .certificate-card,
  .product-filter {
    padding: 30px;
  }
  .category-list-card .btn-wrp {
    flex-direction: row;
  }
  .product-banner figure img {
    max-width: 190px;
  }
  .career .container,
  .career-why .container,
  .certificates .container,
  .banner .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

/* 768px */
@media (max-width: 768px) {
  /* text */
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  p {
    line-height: normal;
  }
  /* END text */
  .hero {
    height: 40rem;
    padding-bottom: 3rem;
  }
  .hero-top {
    gap: 1.25rem;
    padding-bottom: 1rem;
  }
  .hero-bottom {
    gap: 1.25rem;
    padding-top: 1rem;
    flex-direction: column;
    align-items: start;
  }
  .hero-wrp {
    gap: 0.5rem;
  }
  .hero-bottom-left > span:first-child {
    font-size: 2rem;
    line-height: normal;
  }
  .btn {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .banner-content {
    gap: 1.75rem;
  }
  .banner-text,
  .banner-wrp {
    gap: 0.75rem;
  }
  .why-us-content {
    gap: 1.75rem;
  }
  .footer-right {
    justify-content: center;
  }
  .representatives-container,
  .bottles-container,
  .blog-container {
    padding: 2.5rem 1.5rem;
  }
  .category-list-card,
  .product-wrp,
  .contact-card,
  .representatives-card,
  .career-why-card,
  .career-card,
  .certificate-card,
  .country-card,
  .blogpage-card-content,
  .product-filter {
    padding: 20px;
  }
  .product-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .tags {
    justify-content: center;
  }
}

/* 576px */
@media (max-width: 576px) {
  /* text */
  h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 0.875rem;
  }
  /* END text */
  .hero {
    text-align: center;
    height: 45rem;
    background-position: right -12rem center;
    position: relative;
    z-index: 1;
  }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      19deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.8) 100%
    );
    z-index: -1;
  }
  .hero .btn-wrp {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-top {
    gap: 1rem;
    padding-bottom: 1rem;
    align-items: center;
  }
  .hero-bottom {
    gap: 1rem;
    padding-top: 1rem;
    flex-direction: column;
    align-items: center;
  }
  .hero-wrp {
    gap: 0.5rem;
  }
  .subtitle {
    padding: 0.25rem 0.75rem;
  }
  .hero-bottom-left > span:first-child {
    font-size: 2rem;
    line-height: normal;
  }
  .btn {
    padding: 8px 16px;
  }
  .hero-bottom-right {
    flex-direction: column;
    gap: 0.75rem;
  }
  .banner-content {
    gap: 1.25rem;
    text-align: center;
    align-items: center;
  }
  .banner-text,
  .banner-wrp {
    gap: 0.5rem;
    align-items: center;
  }
  #carouselSlider .splide__arrow--next {
    right: 0;
  }
  #carouselSlider .splide__arrow--prev {
    left: unset;
    right: 4.5rem;
  }
  #carouselSlider .splide__arrow {
    top: unset;
    bottom: -3rem;
    transform: translateY(0);
  }
  .carousel {
    margin-bottom: 1rem;
  }
  .carousel-content {
    text-align: center;
    align-items: center;
  }
  .carousel-img img {
    display: block;
    margin: auto;
  }
  .carousel-card {
    padding: 0.75rem;
  }
  #carouselSlider .splide__track {
    clip-path: inset(-100vw -100vw -100vw -100vw);
  }
  .carousel-title {
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .carousel-wrp {
    flex-direction: column;
  }
  .why-us-card {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .why-us-content {
    text-align: center;
    align-items: center;
  }
  .why-us-title {
    align-items: center;
  }
  .why-us-card-left {
    flex-direction: column;
    gap: 0.5rem;
  }
  .why-us-badge span {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .why-us-badge {
    padding: 10px 16px;
  }
  .why-us-top {
    gap: 1.25rem;
  }
  .accordion-item {
    padding: 1rem;
  }
  .footer-middle,
  .footer-bottom,
  .footer-left {
    align-items: center;
    text-align: center;
  }
  .footer-cop {
    justify-content: center;
  }
  .footer-left {
    gap: 1rem;
  }
  .footer-middle {
    gap: 0.5rem;
  }
  .footer-top {
    padding: 1rem 0 0;
  }
  .footer .container {
    gap: 1rem;
  }
  .footer-bottom {
    padding: 1rem 0;
  }
  .accordion-button {
    font-size: 1rem;
    line-height: normal;
  }
  .blog-title,
  .faq-content {
    align-items: center;
    text-align: center;
  }
  .why-us-badge {
    bottom: 1rem;
    left: 1rem;
  }
  .footer-cop p,
  .footer-link {
    font-size: 0.875rem;
  }
  .footer-links {
    gap: 0.75rem;
  }
  .footer-middle > span {
    font-size: 1rem;
  }
  .representatives-container,
  .bottles-container,
  .blog-container {
    padding: 2rem 1rem;
  }
  .blog-card {
    aspect-ratio: 1/1;
  }
  .breadcrumb {
    height: fit-content;
  }
  .breadcrumb-content {
    padding-bottom: 60px;
  }
  .product-filter {
    gap: 10px;
  }
  .category-list-card .btn-wrp {
    flex-direction: column;
    gap: 0.5rem;
  }
  .category-list-card {
    align-items: center;
    text-align: center;
  }
  .carousel-wrp h2 {
    width: 100%;
  }
  .representatives-card,
  .country-card,
  .career-why-card,
  .career-card,
  .certificate-card,
  .contact-card {
    text-align: center;
    align-items: center;
  }
  .contact-link {
    justify-content: center;
    text-align: center;
  }
  .representatives-title {
    align-items: center;
    text-align: center;
  }
  .representatives-title > span {
    align-items: center;
  }
  .post-content > *:not(img) {
    width: 100%;
  }
  .breadcrumb-nav {
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .breadcrumb-nav a,
  .breadcrumb-nav p,
  .breadcrumb-nav span {
    font-size: 0.75rem;
  }
  .breadcrumb-content h1 {
    font-size: 1.75rem;
  }
  .breadcrumb-content {
    padding: 135px 0 70px;
  }
  .image-img{ background-attachment: unset;}
  .avatars-wrp,
  .hero-bottom-right{ width: 100%;}
  .download-item > a:first-child{
    gap: .25rem;
  }
  .apotheka-card, .download-card{
    padding: 1rem;
  }
}
