:root{
  --primary:#00a1ed;
  --secondary:#e5f5fd;
  --dark-blue:#001152;
  --green:#abaf0a;
  --dark-green:#679436;
  --black:#1A1818;
  --cream:#FAFCE1;
  --light-gray:#F4F4F5;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: var(--black);
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
 }
h1, h2, h3, h4, h5, h6, .font-primary {font-family: "Poppins", sans-serif;}
h1{font-size: 40px; font-weight: 700;}
h2{font-size: 26px; font-weight: 600;}
h3{font-size: 18px; font-weight: 600;}
h4{font-size: 16px; font-weight: 600;}
h5{font-size: 14px; font-weight: 600;}
h6{font-size: 12px; font-weight: 400; line-height: 1.5;}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  color: var(--black);
  transition: .3s all ease;text-decoration: none; }
  a:hover {
    color: var(--green);
  }
.text-black {
  color: #000; }
.text-gray {
  color: #707070; }
.text-blue {
  color: var(--primary); }
.text-dark-blue {
  color: var(--dark-blue); }
.p-truncate {
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-truncate.line-1 {
    -webkit-line-clamp: 1;
}
.p-truncate.line-2 {
    -webkit-line-clamp: 2;
}
.p-truncate.line-3 {
    -webkit-line-clamp: 3;
}
.bg-white {
    background-color: #fff;
}
.bg-cream {
    background-color: var(--cream);
}
.bg-light-gray {
    background-color: var(--light-gray);
}
img,.img{
  width: 100%;
  height: auto;
}
.radius-50-percent{
  border-radius: 50%;
}
.radius-50{
  border-radius: 50px;
}
.radius-35{
  border-radius: 35px;
}
.radius-20{
  border-radius: 20px;
}
.mt-100 {
    margin-top: 100px;
}
.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu.site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu.site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out !important;
  -o-transition: 0.2s all ease-in-out !important;
  transition: 0.2s all ease-in-out !important;
  top: 0;
  letter-spacing: .05em; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
    top: -2px; }
.btn-all {
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    font-size: 14px !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 35px;
    -moz-transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.btn-blue {
    color: #fff !important;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-blue:hover {
    color: var(--primary) !important;
    background-color: #fff;
}
.btn-outline-blue {
    color: var(--primary) !important;
    background-color: #fff;
    border-color: var(--primary);
}
.btn-outline-blue:hover,
.btn-outline-blue.active {
    color: #fff !important;
    background-color: var(--primary);
}
.btn-outline-white {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white:hover {
    color: var(--black) !important;
    background-color: #fff;
}
.btn-text {
    font-weight: 600;
    color: var(--dark-blue) !important;
    background-color: #fff;
    border-color: #fff;
}
.btn-text:hover {
    color: var(--black) !important;
}

.site-section {
  padding: 2.5em 0; }

  .site-section.site-section-sm {
    padding: 4em 0; }

  .site-section.site-section-lg {
    padding: 7em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #7971ea; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #7971ea; }
.site-footer {
    background-image: url(/images/bg-footer.jpg);
    padding-top: 3rem;
    padding-bottom: .2rem;
    font-size: 12px;
    border-radius: 20px 20px 0 0;
    font-weight: 300;
}
.site-footer ul.footer{columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.site-footer ul li {
    margin-bottom: 10px;
}
.site-footer ul li a,.site-footer a,.site-footer p {
    color: #fff;
}
.site-footer ul li a {
    font-size: 14px;
    font-weight: 500;
}
.site-footer ul li a:hover, .site-footer a:hover {
    color: var(--green);
}
.site-footer .footer-heading {
    font-size: 20px;
    color: #25262a;
}
.site-footer .follow-us {
    background-color: #fff;
    border-radius: 35px;
    padding: 25px;
}
.site-footer .follow-us {
    background-color: #fff;
    border-radius: 35px;
    padding: 25px;
}
.site-footer .follow-us .social a {
    margin: 15px;
}
.site-footer .icon-contact {
    width: 20px;
    height: auto;
}

/* Navbar */
.site-navbar {
  background: #fff;
  margin-bottom: 0px;
  z-index: 1999;
 }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar .site-navbar-top {
    border-bottom: 1px solid #f3f3f4;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px 0;
    margin-bottom: 0px; }
  .site-navbar .site-top-icons a{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px; }
  .site-navbar .site-top-icons i{
   font-size: 18px;}
  .site-navbar .site-search-icon a:hover {
    text-decoration: none; }
    .site-navbar .site-logo a:hover {
      text-decoration: none; }
  .site-navbar a {
    color: var(--black); }
    .site-navbar a:hover {
      color: var(--green); }
  .site-navbar .icon {
    font-size: 20px; }
  .site-navbar .site-top-icons ul, .site-navbar .site-top-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-navbar .site-top-icons ul li {
    display: inline-block; }
    .site-navbar .site-top-icons ul li a {
      margin-right: 10px; }
      .site-navbar .site-top-icons ul li a.site-cart {
        display: block;
        position: relative; }
    .site-navbar .site-top-icons ul li:last-child a,.site-navbar .site-top-icons ul li:first-child a {
      padding-right: 0;}
  .site-navbar .site-top-icons ul .site-menu-toggle {
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-left: 20px;

 }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding: 0 20px 0 14px;
    border-radius: 50px;
    box-shadow: 0 0 6px 3px var(--secondary);
 }
    .site-navbar .site-navigation .site-menu .active > a {
      color: var(--black); }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 16px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;}
      .site-navbar .site-navigation .site-menu > li > a {
        padding:8px 16px;
        font-weight: 600;
        color: var(--dark-blue);
        font-size: 16px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover,
        .site-navbar .site-navigation .site-menu .has-children.main-menu:hover > a {
          color: var(--black) !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        position: fixed;
        text-align: left;
        /* -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05); */
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        z-index: 99;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          font-weight: 500;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: var(--green) !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
          color: var(--green); }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: var(--green); }

      /* .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; } */
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: var(--green); }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0;
          background-color: #fff;
          visibility: visible;
          opacity: 1; }
.site-navbar .site-navigation .site-menu .has-children:hover> .dropdown.first-sub {
    margin-top: 8px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.first-sub {
    padding: 6px 0;
}
.site-navbar .site-navigation .site-menu .list-sub {
    padding: 8px 10px;
}
.offcanvas-menu .submenu{
  display: none;
}
.submenu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.submenu-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 6px;
}
.site-navbar .site-navigation .site-menu > li.menu{
  display: none;
}
.offcanvas-menu .site-navbar .site-navigation .site-menu > li.menu{
  display: block;
}
.site-mobile-menu {
  width: 100%;
  position: fixed;
  display: flex;
  right: 0;
  z-index: 2000;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 15px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 40px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase;
        color: #25262a;
        letter-spacing: .2em;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        border: 2px solid #25262a; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: 100%;
    width: 100%; }
  .site-mobile-menu .site-nav-wrap {
    width: 100%;
    padding: 150px 150px 80px;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%);  */
}
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: var(--green); }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: var(--green); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 26px;
        font-weight: 600; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
.site-mobile-img img {
    width: auto;
    height: 100%;
}
.site-mobile-social {
    display: none !important;
}
.site-mobile-menu .social-links svg {
    width: 20px;
    height: auto;
}
.site-nav-social{
    padding-left: 170px;
    display: flex;
    gap: 25px;
}
.cart-count {
    position: absolute;
    right: -2px;
    bottom: -5px;
    background-color: var(--dark-blue);
    font-size: 8px;
    color: #fff;
    border-radius: 50%;
    padding: 0 4px;
}
.logo{
  width: 160px;
}
header .topbar {
  background-color: var(--secondary);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}
header .topbar a {
  color: var(--dark-blue);
}
.icon-border {
    width: 40px;
    height: auto;
    border: 1px solid var(--secondary);
    border-radius: 50%;
}
/* Blocks */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
.site-blocks-cover {
    min-height: 700px;
    height: calc(100vh - 174px);
}
.site-blocks-cover .text {
    padding-top: 10%;
}
.site-blocks-cover h1,
.site-blocks-cover h2,
.site-blocks-cover h3,
.site-blocks-cover h4,
.site-blocks-cover h5,
.site-blocks-cover h6 {
    margin-bottom: 1rem;
}
.site-blocks-cover.let-green {
    min-height: 900px;
    height: auto;
}
 .materials-list {
    position: relative;
    background-color: var(--cream);
    height: 700px;
    border-radius: 50% 50% 0 0;
    margin-top: -310px;
 }
.materials-list .process-wrapper {
    display: flex;
    justify-content: center;
}
.materials-list .step-item {
    width: 210px;
}
.materials-list .step-item.step1 {
    top: -36px;
    left: -10%;
}
.materials-list .step-item.step2 {
    top: -88px;
    left: -3%;
}
.materials-list .step-item.step3 {
    top: -88px;
    right: -3%;
}
.materials-list .step-item.step4 {
    top: -36px;
    right: -10%;
}
.materials-list .img-step {
    width: 140px;
}
.materials-list .arrow-icon {
    width: 30px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.materials-list .step-title {
    margin-top: 20px;
    color: var(--dark-blue);
    text-align: center;
}
.materials-list .content-hover {
    width: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: initial;
    background-color: #fff;
    padding: 10px 16px;
    width: 300px;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.materials-list .content-hover .step-title {
    color: var(--black);
}
.materials-list .step-icon {
    text-align: center;
}
.materials-list .step-icon:hover .arrow-icon {
    transform: translateX(-50%) rotate(-180deg);
    z-index: 2;
}
.materials-list .step-icon:hover .arrow-icon .arrow-blue-cls-1 {
    fill: var(--primary);
}
.materials-list .step-icon:hover .arrow-icon .arrow-blue-cls-2 {
    fill: var(--primary);
}
.materials-list .step-icon:hover .arrow-icon .arrow-blue-cls-3 {
    fill: #fff;
}
.materials-list .step-icon:hover .content-hover {
    opacity: 1;
    z-index: 1;
}

.vertical-line {
    width: 1px;
    height: 18px;
    background: var(--secondary);
    margin: 0px;
}
.hide {
    display: none !important;
}
.search-toggle {
    cursor: pointer;
}
img.icon-small {
    width: 16px !important;
    height: auto;
}
img.icon {
    width: 40px !important;
    height: auto;
}
.box-container {
    background-color: var(--light-gray);
    padding: 20px;
    height: 100%;
}
.box-container .box {
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
.box-container.right-side .box {
    min-height: 270px;
}
.img-highlight {
    height: 320px;
    object-fit: cover;
}
.highlight-item {
    width: 50px;
    margin-right: 16px;
}
.highlight-item:last-child {
    margin-right: 0;
}
.img-bottle {
    position: absolute;
    top: -80px;
    bottom: 0;
    right: 16%;
    width: 180px;
    z-index: 111;
}
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1.5s ease, visibility 1.5s ease;
}
.video-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}
.content-wrapper {
    display: none;
    animation: fade-in 1.5s ease forwards;
}
.banner-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
    padding: 50px;
    font-size: 36px;
    font-weight: 500;
}
.banner-text span {
    padding-left: 10px;
}
.banner-text mark {
    color: #fff;
    border-radius: 35px;
    padding: 0 10px;
    -webkit-animation: 1.5s highlight .5s 1 normal forwards;
    animation: 1.5s highlight .5s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, var(--green) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
    }
}
@keyframes highlight {
    to {
        background-position: 0 0;
    }
}

.site-blocks-cover.our-service {
    padding: 5%;
    min-height: auto;
    height: auto;
}
.site-blocks-cover.our-service img {
    width: 180px;
}

.owl-carousel .owl-dots{
    text-align: center;
    margin-top: .5rem;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--dark-blue);
}

.text-run {
    font-size: 26px;
    font-weight: 600;
    background-color: var(--primary);
    color: #fff;
    padding: 24px 0 14px;
}

.image-container {
    position: relative;
}
.card-product .wish-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
}
.card-product .wish-icon svg {
    width: 20px;
    height: 20px;
}
.card-product .wish-icon:hover .heart-cls-1,
.card-product .wish-icon:hover .heart-cls-2,
.card-product .wish-icon .heart-cls-1.active,
.card-product .wish-icon .heart-cls-2.active {
    fill: var(--primary);
}
.card-product h5,
.card-product h6 {
    color: var(--black);
}
.card-product h5 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34px;
}
.card-product img {
    object-fit: cover;
}
.card-product .img-big {
    height: 732px;
}

.site-blocks-cover.catalog {
    padding: 5%;
    min-height: auto;
    height: auto;
}

.card-catalog .card-body {
    padding: 1rem;
    text-align: start;
    border-radius: 0 0 20px 20px;
}
.card-catalog .img {
    border-radius: 20px 20px 0 0;
}
.card-catalog .icon {
    margin-left: -9px;
}
.card-catalog .card-text {
    min-height: 60px;
}
.img-cover {
    object-fit: cover;
}
.blog-2-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1rem;
    height: 700px;
    overflow-y: scroll;
}
.blog-2-column::-webkit-scrollbar {
    width: 0;
}
.blog-2-column .blog-item:nth-child(1) {
    grid-area: 1/1/2/1;
}
.blog-2-column .blog-item:nth-child(2) {
    grid-area: 1/2/3/2;
}
.blog-2-column .blog-item:nth-child(3) {
    grid-area: 2/1/4/1;
}
.blog-2-column .blog-item:nth-child(4) {
    grid-area: 3/2/4/2;
}
.blog-2-column .blog-item:nth-child(5) {
    grid-area: 4/1/6/1;
    margin-top: -12.5rem;
}
.blog-2-column .blog-item.item-left img {
    height: 250px;
}
.blog-2-column .blog-item.item-right img {
    height: 350px;
}
.blog-2-column h5 {
    height: 34px;
}
.blog-2-column p {
    margin-bottom: 0;
}
.img-blog-big {
    height: 600px;
}
a.card-blog {
    color: var(--black);
}
.main-content {
    margin-top: 100px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.media img,
.media svg {
    width: 16px;
    height: auto;
    flex-shrink: 0;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding-left: 10px;
    font-weight: 600;
    color: var(--black);
    text-decoration: underline;
}
.media-body a {
    color: var(--black);
}
.bg-form-group {
    background-color: var(--light-gray);
    border-radius: 35px;
}
#contactUSForm .btn-all {
    padding: 8px 38px;
}
.half-circle-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    width: 120vw;
    height: 50vw;
    border-bottom-left-radius: 50vw;
    border-bottom-right-radius: 50vw;
    background-color: var(--green);
}
/* Form */
label {
    font-size: 14px;
    font-weight: 600;
}
.form-control {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 16px;
    color: var(--black);
    border-color: #ADADAD;
}
.form-control::placeholder {
    color: #ADADAD;
}
.form-select {
    font-size: 14px;
    padding: 8px 36px 8px 20px;
    border-radius: 16px;
    color: #ADADAD;
    border-color: #ADADAD;
}
.form-select option {
    color: var(--black);
}
.form-select:focus {
    color: #ADADAD;
}
.form-select:valid {
    color: #ADADAD;
}
.form-control:active,
.form-control:focus,
.form-select:active,
.form-select:focus {
    border-color: var(--green);
}
.form-control:hover,
.form-control:active,
.form-control:focus,
.form-select:hover,
.form-select:active,
.form-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.shadow-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.category .shadow-img::before {
    border-radius: 20px 0 0 0;
}
.img-category {
    border-radius: 20px 0 0 0;
    object-fit: cover;
    min-height: 240px;
}
.logo-category {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.logo-category h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.category-block {
    border-radius: 0 20px 0 0;
    color: #fff;
    padding: 5% 16%;
    min-height: 240px;
}
.category-block h5 {
    font-weight: 500;
    line-height: 1.5;
    max-width: 345px;
}
.menu-product-container h5 {
    padding: 13.5px 0;
}
.nowrap {
    text-wrap: nowrap;
}
.menu-product a {
    text-wrap: nowrap;
}
.menu-product a.active {
    pointer-events: none;
}
.menu-product {
    overflow-x: auto;
    height: 44px;
}
/*--------------------------------------------------------------
# Pagination Custom
--------------------------------------------------------------*/
.pagination {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.pagination a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background-color: #fff;
    border: 2px solid var(--primary);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 14px;
    text-decoration: none;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a:hover,
.pagination a.active {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.pagination span {
    width: auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 8px;
    text-decoration: none;
    letter-spacing: 5px;
}
.category-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}
.on-hover-img figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
}
.on-hover-img:hover figure img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.disabled>.page-link, .page-link.disabled {
    color: var(--primary);
    pointer-events: none;
    background-color: transparent;
    border-color: unset;
    border: none;
    margin-right: 0;
}
.bg-cover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-img-top{
    width: 85px;
}
.about-img-main {
    border-radius: 40vw;
}
#about_1 h6,
#about_3 h6 {
    line-height: 1.5;
}
.dropdown.sub-category .btn-custom {
    border: 2px solid var(--primary);
    border-radius: 35px;
    color: var(--primary);
    text-transform: inherit;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
}
.dropdown.sub-category .btn-custom.show svg#chevdown {
    transform: rotate(180deg);
}
.dropdown.sub-category .btn-custom:hover {
    box-shadow: none !important;
    top: auto;
}
.dropdown.sub-category .dropdown-toggle::after {
    display: none;
}
.dropdown.sub-category .dropdown-menu {
    --bs-dropdown-zindex: 10;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-border-radius: 15px;
    --bs-dropdown-link-active-bg: #fff;
}
.dropdown.sub-category .dropdown-item {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
}
.dropdown.sub-category svg {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: 2px;
}
.dropdown.sub-category svg {
    transition: all .3s ease-in-out;
}

.product-detail {
    height: 90vh;
    overflow-y: auto;
    padding: 2.5rem 0;
}
.product-detail::-webkit-scrollbar {
    width: 0;
}
.capsule-category {
    background-color: var(--green);
    font-size: 14px;
    font-weight: 500;
    padding: 4px 24px;
}
.product-detail .icon-info {
    width: auto;
    height: 48px;
}
.product-detail .wish-icon {
    cursor: pointer;
}
.product-detail .wish-icon:hover .heart-cls-1,
.product-detail .wish-icon:hover .heart-cls-2,
.product-detail .wish-icon .heart-cls-1.active,
.product-detail .wish-icon .heart-cls-2.active {
    fill: var(--primary);
}
.accordion {
    --bs-accordion-color: var(--black);
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-color: var(--black);
    --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 version%3D%221.1%22 viewBox%3D%220 0 50 50%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231a1818%3B%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id%3D%22Layer_1%22%3E%3Cg id%3D%22Group_4173%22%3E%3Cpath class%3D%22cls-1%22 d%3D%22M36%2C26H14c-.6%2C0-1-.4-1-1s.4-1%2C1-1h22c.6%2C0%2C1%2C.4%2C1%2C1s-.4%2C1-1%2C1Z%22/%3E%3Cpath class%3D%22cls-1%22 d%3D%22M25%2C37c-.6%2C0-1-.4-1-1V14c0-.6.4-1%2C1-1s1%2C.4%2C1%2C1v22c0%2C.6-.4%2C1-1%2C1Z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    --bs-accordion-btn-icon-width: 2rem;
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 version%3D%221.1%22 viewBox%3D%220 0 50 50%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%231a1818%3B%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id%3D%22Layer_1%22%3E%3Cg id%3D%22Group_4165%22%3E%3Cpath class%3D%22cls-1%22 d%3D%22M36.5%2C24H14.5c-.6%2C0-1-.4-1-1s.4-1%2C1-1h22c.6%2C0%2C1%2C.4%2C1%2C1s-.4%2C1-1%2C1Z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    --bs-accordion-btn-focus-border-color: #fff;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 14px;
    --bs-accordion-active-color: var(--black);
    --bs-accordion-active-bg: #fff;
}
.accordion-button {
    font-size: 14px;
    font-weight: 600;
}
.gallery-container {
    height: 90vh;
    overflow-y: auto;
    position: absolute;
    left: 0;
}
.gallery-container::-webkit-scrollbar {
    width: 0;
}
/* .gallery-container::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.gallery-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #EF3C55;
} */
.gallery-img-big {
    margin-bottom: 20px;
}
.gallery-img-big:last-child {
    margin-bottom: 0;
}
.gallery-img-small {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.gallery-img-small:last-child {
    margin-bottom: 0;
}
.video-scroll {
    border-radius: 50px;
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: -440px;
}
.video-container .video {
    width: 70%;
    height: 70vh;
    border-radius: 35vh;
    transition: all 1s ease;
}
.video-container .video.scrolled {
    width: 100%;
    height: 100vh;
    border-radius: 0;
}
.delete-icon {
    cursor: pointer;
}
.content-materials {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.padding-materials {
    padding: 90px 0 100px 0;
}
.our-materials {
    background: #679436;
    width: 50%;
    height: 500px;
    border-radius: 0 40vw 40vw 0;
}
.our-materials .img-top {
    position: absolute;
    top: -100px;
    left: 0;
    width: 450px;
}
.our-materials .item img {
    width: 130px;
    border-radius: 50%;
}
.our-materials .item {
    position: absolute;
    width: 100%;
}
.our-materials .item ol,
.our-materials .item ul{
    padding-left: 1.3rem;
}
.our-materials .material1 {
    top: -66px;
    left: 64%;
}
.our-materials .material2 {
    top: 16%;
    left: 89%;
}
.our-materials .material3 {
    bottom: 11%;
    left: 89%;
}
.our-materials .material4 {
    bottom: -66px;
    left: 64%;
}
.recycle-detail {
    max-width: 540px;
}
.recycle-detail h1 {
    line-height: normal;
    margin-bottom: 1rem;
}
.recycle-container {
    margin-left: -30%;
}
.recycle-container .img-main {
    position: relative;
    z-index: 2;
}
.recycle-container .content-position {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 6%;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
}
.recycle-container .content-position.bg-circle {
    background-color: #CFEFFE;
}
.recycle-container .content-position.list {
    z-index: 10;
}
.recycle-container .img-icon {
    width: 110px;
}
.recycle-container .item {
    position: absolute;
    z-index: 10;
}
.recycle-container .recycle1 {
    top: 0;
    left: 50%;
}
.recycle-container .recycle2 {
    top: 25%;
    left: 77%;
}
.recycle-container .recycle3 {
    top: 60%;
    left: 72%;
}
.recycle-container .recycle4 {
    top: 83%;
    left: 30%;
}
.recycle-container .recycle5 {
    top: 54%;
    left: -5%;
}
.recycle-container .recycle6 {
    top: 23%;
    left: -3%;
}
.recycle-container .img-icon {
    position: relative;
    z-index: 2;
}
.recycle-container .item .item-hover {
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    border-radius: 40vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px;
    white-space: nowrap;
    opacity: 0;
    z-index: 1;
    transition: all .3s;
}
.recycle-container .item:hover .item-hover {
    width: auto;
    padding: 0 40px 0 130px;
    opacity: 1;
}
.recycle-container .arrow-icon {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 40px;
    height: 40px;
    z-index: 3;
}
.recycle-container .arrow-icon.main {
    transform: translateY(-50%) rotate(-90deg);
    opacity: 1;
    transition: all .3s ease-in-out;
}
.recycle-container .arrow-icon.hover {
    transform: translateY(-50%) rotate(90deg);
}
.recycle-container .arrow-icon.hover .arrow-blue-cls-1,
.recycle-container .arrow-icon.hover .arrow-blue-cls-2 {
    fill: var(--primary);
}
.recycle-container .arrow-icon.hover .arrow-blue-cls-3 {
    fill: #fff;
}
.recycle-container .item:hover .arrow-icon.main {
    opacity: 0;
}
.cus-owl-nav span {
  z-index: 2;
}
.cus-owl-nav span {
  cursor: pointer;
  position: absolute;
  top: 20%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all .3 ease-in-out;
}
.cus-owl-nav .owl-next-button {
  right: 0;
}
.cus-owl-nav .owl-prev-button {
  left: 0;
}
.cus-owl-nav .owl-next-button svg,
.cus-owl-nav .owl-prev-button svg {
    width: 20px;
    height: 20px;
}
.cus-owl-nav .owl-next-button svg {
  transform: rotate(-90deg);
}
.cus-owl-nav .owl-prev-button svg {
  transform: rotate(90deg);
}
#about_3 .cus-owl-nav .owl-next-button,
#about_3 .cus-owl-nav .owl-prev-button {
    top: 0;
}
.owl-with-nav .cus-owl-nav span {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.owl-with-nav .cus-owl-nav span:hover {
    background: #000;
}
.owl-with-nav .cus-owl-nav span:hover .chevdown-cls-1 {
    fill: #fff;
}
.owl-with-nav:hover .cus-owl-nav span {
    opacity: 1;
}
.card-news img {
    height: 277px;
    object-fit: cover;
}
.card-news.blog .card-img-top {
    border-radius: 20px;
}
.card-news .img-blog.big {
    height: 450px;
}
.card-news .date {
    font-size: 12px;
}
.related.blog .card-img-top {
    border-radius: 20px;
}
.product-info {
    display: grid;
    grid-template-columns: 85px auto;
    gap: 5px 10px;
}

@media (min-width: 768px) {
  .site-section {
   padding: 5em 0;
  }
}
@media (max-width: 1599px) {
    .img-bottle {
        width: 160px;
    }
    .main-content {
        margin-top: 100px;
    }
}
@media (max-width: 1399px) {
    .main-content {
        margin-top: 112px;
    }
    .card-product .img-big {
        height: 659px;
    }
    .site-mobile-menu .site-nav-wrap {
        padding: 130px 50px;
    }
    .img-highlight {
        height: 300px;
    }
    .recycle-container {
        margin-left: -20%;
    }
    .recycle-container .img-icon {
        width: 80px;
    }
    .recycle-container .content-position {
        width: 400px;
        height: 400px;
    }
    .recycle-container .item:hover .item-hover {
        padding: 0 30px 0 90px;
    }
    .recycle-container .arrow-icon {
        width: 30px;
        height: 30px;
    }
    .card-news img {
        height: 237px;
    }
    .card-news .img-blog.big {
        height: 400px;
    }
}
@media (max-width: 1199px) {
    h1{font-size: 34px;}
    h2{font-size: 24px;}
    h3{font-size: 16px;}
    h4{font-size: 14px;}
    h5{font-size: 12px;}
    h6{font-size: 10px;}
    .logo {
        width: 120px;
    }
    .card-product .img-big {
        height: 569px;
    }
    .site-mobile-menu .site-nav-wrap {
        padding: 80px 0;
    }
    .site-mobile-img img {
        width: 100%;
        object-fit: cover;
    }
    .box-container.right-side .box {
        min-height: 250px;
    }
    .banner-text {
        padding: 30px;
        font-size: 30px;
    }
    .materials-list .step-item.step1 {
        top: -30px;
        left: -3%;
    }
    .materials-list .step-item.step2 {
        top: -60px;
        left: -1%;
    }
    .materials-list .step-item.step3 {
        top: -60px;
        right: -1%;
    }
    .materials-list .step-item.step4 {
        top: -30px;
        right: -3%;
    }
    .img-highlight {
        height: 400px;
    }
    .card-product h5 {
        height: 30px;
    }
    .img-bottle {
        right: 30%;
    }
    .card-news img {
        height: 197px;
    }
    .card-news .img-blog.big {
        height: 310px;
    }
    .email {
        word-break: break-all;
    }
}
@media (max-width: 991px) {
    h2 {font-size: 20px;}
    .btn-all {font-size: 12px !important;}
    .site-navbar .site-navigation .site-menu .has-children:hover>.dropdown.first-sub {
        margin-top: 4px;
    }
    .site-navbar .site-navigation .site-menu {
        padding: 0 10px 0 0px;
    }
    .site-mobile-menu .site-nav-wrap{
        padding: 50px;
    }
    .site-nav-social {
        padding-left: 20px;
    }
    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 0px;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        font-size: 20px;
    }
    .main-content {
        margin-top: 90.8px;
    }
    .blog-2-column {
        height: auto;
    }
    .card-product .img-big {
        height: auto;
    }
    .category-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 300px;
    }
    .product-detail {
        height: auto;
    }
    .gallery-container {
        height: 90vh;
        overflow-y: auto;
        position: inherit;
    }
    .gallery-img-small {
        width: 100%;
    }
    .site-blocks-cover.let-green {
        min-height: 800px;
    }
    .materials-list .img-step {
        width: 90px;
    }
    .materials-list .step-item {
        margin: 0 10px;
        width: 140px;
    }
    .materials-list .step-item.step1 {
        left: 0;
    }
    .materials-list .step-item.step2 {
        left: 0;
    }
    .materials-list .step-item.step3 {
        right: 0;
    }
    .materials-list .step-item.step4 {
        right: 0;
    }
    .box-container,
    .box-container .box {
        padding: 12px;
    }
    .img-bottle {
        bottom: 58px;
        width: 140px;
    }
    .video-container .video {
        height: 40vh;
    }
    .video-container .video.scrolled {
        height: 70vh;
    }
    .site-blocks-cover.our-service img {
        width: 150px;
    }
    .logo-category h2 {
        font-size: 30px;
    }
    .padding-materials {
        padding: 40px 0 50px 0;
    }
    .our-materials {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px 0;
        color: #fff;
    }
    .our-materials .img-top {
        top: 50%;
        transform: translateY(-50%);
        opacity: .2;
    }
    .our-materials .item {
        position: inherit;
        z-index: 1;
    }
    .our-materials .item img {
        width: 90px;
    }
    .recycle-container {
        margin-left: 0;
        background-color: #CFEFFE;
        padding: 20px;
    }
    .recycle-container .img-main {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        opacity: .3;
    }
    .recycle-container .content-position {
        position: inherit;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
    }
    .recycle-container .content-position.bg-circle {
        display: none;
    }
    .recycle-container .content-position.list {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .recycle-container .item {
        position: initial;
        margin-bottom: 20px;
        display: flex;
    }
    .recycle-container .item:last-child {
        margin-bottom: 0;
    }
    .recycle-container .item .item-hover {
        position: unset;
        width: 100%;
        height: auto;
        padding: 10px 20px;
        margin-left: 20px;
        white-space: inherit;
        opacity: 1;
    }
    .recycle-container .arrow-icon {
        display: none;
    }
    .card-news img {
        height: 224px;
    }
    .card-news .img-blog.big {
        height: 230px;
    }

}
@media (max-width: 767px) {
    .site-mobile-menu .site-nav-wrap {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        font-size: 16px;
    }
    .site-mobile-social {
        display: none !important;
    }
    .site-mobile-menu img.icon {
        width: 34px !important;
    }
    .gallery-img-small {
        width: 50px;
    }
    .site-blocks-cover.let-green {
        min-height: 700px;
    }
    .materials-list {
        height: auto;
        border-radius: 40% 40% 0 0;
        padding: 40px 0 20px 0;
        margin-top: -210px;
    }
    .materials-list .process-wrapper {
        flex-wrap: wrap;
    }
    .materials-list .step-item {
        width: 45%;
        margin-bottom: 20px;
    }
    .materials-list .step-item.step1 {
        top: auto;
    }
    .materials-list .step-item.step2 {
        top: auto;
    }
    .materials-list .step-item.step3 {
        top: auto;
    }
    .materials-list .step-item.step4 {
        top: auto;
    }
    .materials-list .step-title.main {
        display: none;
    }
    .materials-list .content-hover {
        position: relative;
        width: auto;
        padding: 6px 12px;
        opacity: 1;
    }
    .materials-list .arrow-icon {
        width: 24px;
        bottom: auto;
        top: 76px;
        z-index: 2;
    }
    .materials-list .step-icon:hover .arrow-icon {
        transform: translateX(-50%);
    }
    .materials-list .arrow-icon .arrow-blue-cls-1 {
        fill: var(--primary);
    }
    .materials-list .arrow-icon .arrow-blue-cls-2 {
        fill: var(--primary);
    }
    .materials-list .arrow-icon .arrow-blue-cls-3 {
        fill: #fff;
    }
    .video-scroll {
        border-radius: 0;
    }
    .video-container {
        margin-top: 0;
    }
    .video.banner {
        min-height: 40vh;
    }
    .img-highlight {
        height: 300px;
    }
    .img-bottle {
        right: 26%;
    }
    .card-news img {
        height: 215px;
    }
    .card-news .img-blog.big {
        height: 215px;
    }
}
@media (max-width: 575px) {
    h1{font-size: 30px;}
    .site-footer .follow-us .social a {
        margin: 6px;
    }
    .pagination a {
        width: 36px;
        height: 36px;
        font-size: 14px;
        margin-right: 8px;
    }
    .pagination span {
        font-weight: 400;
        margin-right: 8px;
        letter-spacing: 0;
    }
    .gallery-img-small {
        width: 40px;
    }
    .site-blocks-cover.let-green {
        min-height: 600px;
    }
    .materials-list {
        border-radius: 0;
        margin-top: 0;
    }
    .video-container .video.scrolled {
        height: 40vh;
    }
    .category-block {
        border-radius: 0 0 20px 0;
    }
    .img-highlight {
        height: 450px;
    }
    .img-bottle {
        right: 35%;
    }
    .card-news img {
        height: auto;
    }
    .card-news .img-blog.big {
        height: auto;
    }
}
@media (max-width: 480px) {
    h1{font-size: 28px;}
    header .topbar {
        display: none !important;
    }
    .gallery-img-small {
        width: 100%;
    }
    .materials-list .step-item {
        width: 100%;
    }
    .blog-2-column {
        display: block;
    }
    .blog-2-column .blog-item {
        margin-bottom: 20px;
    }
    .blog-2-column .blog-item:nth-child(5) {
        margin-top: auto;
    }
    .img-blog-big {
        height: 400px;
    }
    .blog-2-column .blog-item.item-left img,
    .blog-2-column .blog-item.item-right img {
        height: auto;
    }
    .main-content {
        margin-top: 50.8px;
    }
    .img-highlight {
        height: 420px;
    }
    .our-materials .img-top {
        width: 100%;
    }
    .site-blocks-cover.let-green {
        background-position: center right 35%;
    }
    .img-bottle {
        right: 30%;
    }
}
