body {
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.page-template-contact {
  background: linear-gradient(0deg, #ECEDED 34.32%, #FFF 65.68%), var(--Background-color-primary, #FFF);
}
a {
  color: #007864;
}
header ul.nav a {
  color: #1F1F1F;
  transition: 0.3s ease;
  position: relative;
  text-align: center;
  display: flex;
}
header ul.nav a:before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  opacity: 0;
  bottom: 5px;
  width: 90%;
  transition: 0.3s ease;
}
header ul.nav a:hover {
  color: #007864;
}
header ul.nav a:hover:before {
  opacity: 1;
}
.btn {
  border-radius: 72.165px;
  padding: 8.66px 25.979px;
  transition: 0.3s ease;
  padding: 15px 35px;
}
.btn.btn-primary {
  background: #007864;
  color: #FFF;
  border-color: #007864;
}
.btn.btn-primary:hover {
  background: #005A4B;
}
.btn.btn-white {
  background: #FFF;
  color: #007864;
}
.btn.btn-white:hover {
  background: #C1C1C1;
  color: #FFF;
}
.btn.btn-outline-primary {
  border: 1px solid #007864;
  color: #007864;
}
.btn.btn-outline-primary:hover {
  border-radius: 100px;
  border: 1px solid #007864;
  background: rgba(0, 120, 100, 0.1);
}
.narrower-container {
  max-width: 980px;
}
#hero {
  position: relative;
}
#hero img {
  min-width: 100%;
}
#hero .container {
  max-width: 988px;
}
#hero .hero-text {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
#hero .hero-text h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 76.599px */
}
#hero .before-hero-title {
  color: #FFF;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 20.132px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30.199px */
}
#hero .hero-pills {
  display: flex;
  gap: 11px;
  justify-content: center;
  margin: 24px 0;
}
#hero .hero-pills > div {
  border-radius: 78.566px;
  border: 0.786px solid #FFF;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(27.85000038px);
  padding: 9px 19px;
  background: #05705E;
  display: flex;
  align-items: center;
  gap: 9px;
}
#hero .hero-pills > div span {
  color: #FFF;
}
#hero p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 28.8px */
}
#hero .btn {
  background: #FFF;
  color: #007864;
  font-weight: 600;
  padding: 12px 36px;
}
#hero .btn:hover {
  background: #007864;
  color: #FFF;
  border: 1px solid #FFF;
}
h1 {
  color: #1F1F1F;
  font-size: 42.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 51.338px */
}
section {
  padding: 95px 0;
}
section.light-gray-bg {
  background: #F6F7F7;
}
section.lighter-gray-bg {
  background: linear-gradient(180deg, #ECEDED 0%, #FFF 73.57%);
}
section h1 {
  max-width: 593px;
}
section .center-header {
  margin: auto;
  text-align: center;
}
section p.after-section-header {
  color: #4F4F4F;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
  max-width: 880px;
  margin: 10px auto;
  font-weight: 200;
}
section.contact-section-green {
  background: url("../img/contact_suppsel.jpg") no-repeat;
  background-size: cover;
}
section.contact-section-green-2 {
  background: url("../img/contact2_bg.jpg") no-repeat;
  background-size: cover;
}
section.dark-section h1,
section.dark-section h2,
section.dark-section h3 {
  color: #FFF;
}
section.dark-section p {
  color: #FFF;
  font-size: 17px;
}
#why-us {
  display: flex;
  gap: 24px;
  margin-top: 45px;
}
#why-us > div {
  border-radius: 24px;
  background: #FFF;
  padding: 25px;
  aspect-ratio: 1/1;
  flex: 0 0 33.33%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
#why-us > div p {
  color: #4F4F4F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  padding: 0 10px;
}
.tick-box {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 30px;
}
.tick-box h3 {
  color: #1F1F1F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}
.tick-box p {
  color: #4F4F4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.category-info {
  margin-top: 24px;
  text-align: center;
}
.category-info h2 {
  color: #1F1F1F;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}
.category-info p {
  color: #1F1F1F;
  text-align: center;
  font-size: 15.358px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 23.037px */
  margin-top: 10px;
}
#wyc-row {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 35px 0;
}
#wyc-row > div {
  flex: 0 0 calc(33.33% - 14px);
  padding: 12px 22px;
  border-radius: 100px;
  border: 1px solid #FFF;
  display: flex;
  gap: 24px;
  align-items: center;
}
#wyc-row > div p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 20.4px */
  margin-bottom: 0;
}
.accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  overflow: hidden;
}
.accordion .accordion-item h2 {
  padding: 10px 0;
}
.accordion .accordion-header {
  border: none;
}
.accordion .accordion-button {
  box-shadow: none;
  background: none;
  color: #000;
  font-weight: 600;
}
footer {
  padding: 60px 0;
}
footer .credits {
  border-top: 1px solid #DDD;
  padding-top: 25px;
  margin-top: 25px;
}
footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer a {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #007864;
}
.page-template-contact form {
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 60px;
}
.page-template-contact form input[type=text],
.page-template-contact form input[type=email] {
  border-radius: 900px;
  border: 1px solid #DDD;
  background: #F5F6F6;
  line-height: 38px;
  max-width: 100%;
  min-width: 100%;
  padding: 5px 15px;
}
.page-template-contact form label {
  display: block;
  width: 100%;
  color: #1F1F1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-bottom: -10px;
}
.page-template-contact form textarea {
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #F5F6F6;
  width: 100%;
  min-height: 200px;
}
.page-template-contact form .form-group {
  margin-bottom: 25px;
}
#mobile-burger {
  display: none;
}
.accordion-button::after {
  background-image: url('../img/plus.png');
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.png");
  transform: none !important;
  background-size: 13px;
  background-position: center;
}
#products-carousel {
  display: flex;
}
#products-carousel .product-carousel-item {
  flex: 0 0 20%;
}
.slick-arrow {
  position: absolute;
  border: 1px solid #000;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  font-size: 0;
  bottom: -60px;
  right: 10px;
}
.slick-arrow.slick-prev {
  transform: rotate(180deg);
  background: url("../img/arrow_right.png") no-repeat center;
  right: 65px;
}
.slick-arrow.slick-next {
  background: url("../img/arrow_right.png") no-repeat center;
}
.product-item {
  text-align: center;
}
.product-item .product-img {
  text-align: center;
  aspect-ratio: 1/1;
}
.product-item .product-img img {
  max-width: 177px;
  height: auto;
  display: inline-block;
}
.product-item b {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  max-height: 48px;
  overflow: hidden;
}
.product-item .attributes {
  font-size: 14px;
}
.product-item .price {
  color: #1F1F1F;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #hero .hero-text h1 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
  }
  #hero .before-hero-title {
    font-size: 15px;
  }
  #hero .hero-pills {
    flex-direction: column;
  }
  #hero p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
  }
  #why-us,
  #wyc-row {
    flex-wrap: wrap;
  }
  #why-us > div,
  #wyc-row > div {
    flex: 0 0 100%;
  }
  #why-us > div {
    aspect-ratio: auto;
  }
  #why-us > div p {
    font-size: 15px;
  }
  #main-menu {
    position: absolute;
    z-index: 999;
    left: -100%;
    top: 78px;
    background: #FFF;
    width: 100%;
    height: calc(100% - 80px);
    display: block !important;
    transition: 0.5s ease;
  }
  #main-menu.show {
    left: 0;
    transition: 0.5s ease;
  }
  #mobile-burger {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
  }
  h1 {
    color: #1F1F1F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
  }
  h3 {
    color: #1F1F1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
  }
  section p.after-section-header {
    color: #4F4F4F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
  }
  header ul.nav a {
    font-size: 20.694px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
    text-align: center;
    padding: 20px;
  }
  section {
    padding: 40px 0;
  }
  .container {
    padding: 0 25px;
  }
  .page-template-contact form {
    padding: 30px;
    margin-top: 25px;
  }
  #products-carousel {
    padding-bottom: 40px;
    display: flex;
    gap: 20px;
  }
  #products-carousel .slick-arrow {
    bottom: -20px;
  }
  #products-carousel .product-carousel-item {
    flex: 0 0 calc(50% - 10px);
  }
  .product-item {
    text-align: center;
  }
  .product-item .product-img {
    text-align: center;
    aspect-ratio: auto;
  }
}
/*# sourceMappingURL=main.css.map */