@charset "UTF-8";
/* Box model */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margins */
html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

body.hidden {
  overflow: hidden;
}

a, a:hover, a:focus, a:visited {
  text-decoration: none;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

/* Shop page wrapper */
.woocommerce #primary,
.woocommerce-page #primary {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ===== PRODUCT CARD (loop) ===== */
li.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #f9f9f9;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

li.product:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ===== PRODUCT LINK WRAPPER ===== */
li.product .woocommerce-loop-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ===== PRODUCT IMAGE ===== */
li.product img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background: #f0f0f0;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

li.product:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

/* ===== PRODUCT TITLE ===== */
li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 12px 16px 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

/* ===== PRICE ===== */
li.product .price {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #7CCD36;
  margin: 0 16px 16px;
}

li.product .price del {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin-right: 6px;
}

li.product .price ins {
  text-decoration: none;
  color: #7CCD36;
}

/* ===== ADD TO CART BUTTON ===== */
li.product .add_to_cart_button {
  display: block;
  margin: auto 16px 16px;
  padding: 11px 16px;
  background: transparent;
  color: #7CCD36;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid #7CCD36;
  border-radius: 8px;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

li.product .add_to_cart_button:hover,
li.product .add_to_cart_button.added {
  background: #7CCD36;
  color: #fff;
}

/* ===== SALE BADGE ===== */
li.product .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #7CCD36;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 2;
  -webkit-box-shadow: 0 2px 8px rgba(124, 205, 54, 0.4);
          box-shadow: 0 2px 8px rgba(124, 205, 54, 0.4);
}

/* ===== BREADCRUMB ===== */
.woocommerce-breadcrumb {
  font-size: 13px;
  color: #999;
  margin-bottom: 32px;
}

.woocommerce-breadcrumb a {
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.woocommerce-breadcrumb a:hover {
  color: #7CCD36;
}

/* ===== PRODUCT LAYOUT ===== */
.woocommerce #primary .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 16px;
}

/* ===== GALLERY ===== */
.woocommerce-product-gallery {
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce-product-gallery__trigger {
  z-index: 10;
}

/* ===== SUMMARY ===== */
.summary.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}

/* ===== TITLE ===== */
.woocommerce #primary .product_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin: 0;
}

/* ===== PRICE ===== */
.woocommerce #primary .price {
  font-size: 32px;
  font-weight: 700;
  color: #7CCD36;
}

.woocommerce #primary .price del {
  color: #bbb;
  font-size: 22px;
  font-weight: 400;
  margin-right: 8px;
}

.woocommerce #primary .price ins {
  text-decoration: none;
}

/* ===== SHORT DESCRIPTION ===== */
.woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* ===== CART FORM ===== */
.woocommerce #primary form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Quantity */
.woocommerce #primary .quantity .qty {
  width: 72px;
  padding: 12px;
  font-size: 16px;
  font-family: inherit;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.woocommerce #primary .quantity .qty:focus {
  outline: none;
  border-color: #7CCD36;
}

/* Add to cart button */
.woocommerce #primary .single_add_to_cart_button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 32px;
  background: #7CCD36;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, transform 0.1s;
  transition: background 0.2s, transform 0.1s, -webkit-transform 0.1s;
}

.woocommerce #primary .single_add_to_cart_button:hover {
  background: #65b028;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* ===== PRODUCT META ===== */
.product_meta {
  font-size: 13px;
  color: #999;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.product_meta a {
  color: #7CCD36;
  text-decoration: none;
}

.product_meta a:hover {
  text-decoration: underline;
}

/* ===== TABS ===== */
.woocommerce-tabs {
  grid-column: 1/-1;
  margin-top: 40px;
}

.woocommerce-tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 -1px;
  border-bottom: 2px solid #eee;
}

div.woocommerce-tabs ul.wc-tabs li a {
  display: block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

.woocommerce-tabs .wc-tabs li.active a,
.woocommerce-tabs .wc-tabs li a:hover {
  color: #7CCD36;
  border-bottom-color: #7CCD36;
}

.woocommerce-Tabs-panel {
  padding: 32px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.woocommerce-Tabs-panel h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}

/* ===== REVIEWS ===== */
.woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.woocommerce-noreviews {
  color: #888;
  font-style: italic;
}

/* Stars */
.stars a {
  font-size: 24px;
  color: #ddd;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.stars a:hover,
.stars a.active {
  color: #7CCD36;
}

/* Review form */
.comment-form-rating label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

#review_form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  border: 2px solid #ddd;
  border-radius: 8px;
  resize: vertical;
  min-height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

#review_form textarea:focus {
  outline: none;
  border-color: #7CCD36;
}

#review_form #submit {
  padding: 12px 28px;
  background: #7CCD36;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

#review_form #submit:hover {
  background: #65b028;
}

/* ===== RELATED PRODUCTS ===== */
.related.products {
  grid-column: 1/-1;
  margin-top: 60px;
  padding-top: 48px;
  border-top: 2px solid #eee;
}

.related.products h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}

.related.products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  gap: 0;
}

.related.products .product:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.related.products .product img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.related.products .woocommerce-loop-product__link {
  text-decoration: none;
  color: inherit;
  padding: 16px;
  display: block;
  width: 100%;
}

.related.products .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111;
}

.related.products .price {
  font-size: 18px;
  font-weight: 700;
  color: #7CCD36;
}

.related.products .price del {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
}

.related.products .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #7CCD36;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.onsale {
  background: #7CCD36;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.related.products li.product {
  position: relative;
}

.related.products .add_to_cart_button {
  display: block;
  margin: 0 16px 16px;
  padding: 10px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.related.products .add_to_cart_button:hover {
  background: #7CCD36;
}

/* ===== SHOP TOOLBAR ===== */
.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 24px;
}

/* Result count + ordering — в один рядок */
.woocommerce .woocommerce-result-count {
  float: left;
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

/* ===== ORDERING SELECT ===== */
.woocommerce-ordering {
  float: right;
}

.woocommerce-ordering .orderby {
  padding: 10px 36px 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  min-width: 180px;
}

.woocommerce-ordering .orderby:focus {
  outline: none;
  border-color: #7CCD36;
}

.woocommerce-ordering .orderby:hover {
  border-color: #7CCD36;
}

/* Clearfix після toolbar */
.woocommerce-result-count,
.woocommerce-ordering {
  display: inline-block;
}

.woocommerce .products {
  clear: both;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  ul.products {
    gap: 20px;
  }
  ul.products li.product {
    width: calc(50% - 10px) !important;
    margin: initial !important;
  }
}
@media (max-width: 600px) {
  .woocommerce #primary .product_title {
    font-size: 26px;
  }
  .related.products ul.products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .woocommerce-tabs .wc-tabs li a {
    padding: 10px 16px;
    font-size: 14px;
  }
  /* ===== SUMMARY ===== */
  .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
  }
}
@media (max-width: 600px) {
  ul.products li.product {
    width: 100% !important;
  }
}
.container {
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 1350px;
}

.ym_page {
  padding-top: 90px;
  overflow: hidden;
}

.burger_menu {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger_menu_line {
  width: 100%;
  height: 2px;
  background-color: #959595;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger_menu_line-1 {
  top: calc(50% - 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger_menu_line-2 {
  display: none;
}

.burger_menu_line-3 {
  top: calc(50% + 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger_menu.active .burger_menu_line-1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger_menu.active .burger_menu_line-2 {
  opacity: 0;
}

.burger_menu.active .burger_menu_line-3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.burger_menu:hover .burger_menu_line {
  width: 90%;
}

.header_site {
  position: fixed;
  padding: 10px 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
}

.header_site > .container {
  position: relative;
}

.main_header {
  background-color: #000;
  border-radius: 40px;
  padding: 5px 20px;
  color: #fff;
  height: 70px;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.header_wrapper a {
  color: #fff;
}

.header_wrapper a, .header_wrapper a:hover, .header_wrapper a:focus, .header_wrapper a:visited {
  color: #fff;
}

.header_logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_menu_wrapper {
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  padding: 20px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  top: -100vh;
  position: absolute;
  width: calc(100% - 40px);
  opacity: 0;
}

.header_site.active .header_menu_wrapper {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_logo_text {
  color: #959595;
  margin-left: 50px;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.header_button_green {
  height: 50px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7CCD36;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.header_button_green:hover {
  background-color: rgba(124, 205, 54, 0.95);
}

.header_button {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #333;
}

.header_button:hover {
  background-color: #F0F7FF;
}

.header_button_cart {
  width: 50px;
}

.header_button_cart .xoo-wsc-sc-cont {
  width: 100%;
  height: 100%;
}

.header_button_cart .xoo-wsc-cart-trigger {
  width: 100%;
  height: 100%;
}

.xoo-wsc-basket {
  display: none !important;
}

.xoo-wsc-basket[style*=block] {
  display: none !important;
}

.header_button_cart .xoo-wsc-sc-bki {
  font-size: 20px;
  color: #333;
}

span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  background-color: #7CCD36;
}

.header_button_phone {
  gap: 20px;
  padding: 0 25px;
}

.header_menu_wrapper a, .header_menu_wrapper a:hover, .header_menu_wrapper a:focus, .header_menu_wrapper a:visited {
  color: #fff;
  position: relative;
}

.header_menu_wrapper a::before {
  height: 1px;
  width: 0px;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_menu_wrapper a:hover::before {
  width: 100%;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===== MODAL BASE ===== */
.ym_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.ym_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ym_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  cursor: pointer;
}

/* ===== MODAL CONTENT ===== */
.ym_modal_wrapper {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 480px;
  width: 90%;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-animation: ym_modal_show 0.25s ease-out;
          animation: ym_modal_show 0.25s ease-out;
}

@-webkit-keyframes ym_modal_show {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ym_modal_show {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* ===== MODAL ELEMENTS ===== */
.ym_modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ym_modal_close::before,
.ym_modal_close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

.ym_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ym_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ym_modal_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.ym_modal_description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.ym_modal_form {
  text-align: center;
}

input.ym-main-input {
  border: 1px solid #333;
  width: 100%;
  border-radius: 15px;
  padding: 12px 16px;
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
}

/* .ym_main_form form{
    display: flex;
    gap: 15px;
    flex-direction: column;
} */
.ym_main_form input[type=submit] {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  padding: 15px 35px;
  border-radius: 34px;
  background-color: #9AD964;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.ym_modal_form input[type=submit] {
  font-size: 16px;
}

.header_item_mob {
  display: none;
}

.ym_banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ym_hero_wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

.ym_hero_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.ym_hero_background_mob {
  display: none;
}

.ym_banner_left {
  width: calc(100% - 520px);
}

.ym_hero_left {
  color: #fff;
}

.ym_hero_title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  max-width: 700px;
}

.ym_hero_text {
  margin-top: 20px;
  line-height: 1.1;
  max-width: 568px;
  font-size: 15px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.ym_hero_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 135px;
  gap: 20px;
}

.main_mob{
  display: none;
}

.ym_hero_item {
  border-radius: 24px;
  overflow: hidden;
  max-width: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.333% - 13.3333333333px);
}

.ym_hero_item_img {
  height: 154px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ym_hero_item_title {
  background-color: #7CCD36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 5px;
  font-size: 18px;
  height: calc(100% - 154px);
}

.ym_banner_right {
  width: 500px;
  padding: 15px 10px;
  background-color: #F0F7FF;
  border-radius: 16px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.ym_banner_right_text_wrapper {
  padding-left: 30px;
  padding-top: 30px;
}

.ym_banner_right_title {
  color: rgba(26, 28, 59, 0.63);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}

.ym_banner_right_text {
  font-size: 15px;
  color: #989791;
  max-width: 291px;
  margin-top: 23px;
  line-height: 1.2;
  padding-bottom: 220px;
  z-index: 1;
  position: relative;
}

.ym_banner_right_img {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 115%;
  max-width: initial;
}

.ym_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 17px;
  font-size: 20px;
  padding: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ym_btn_green {
  background-color: #7CCD36;
  color: #fff;
}
.ym_btn_green:hover {
  background-color: #76c133;
  color: #fff;
}
.ym_btn_green:focus, .ym_btn_green:visited {
  color: #fff;
}
.ym_btn_white {
  background-color: #fff;
  color: #333333;
}
.ym_btn_white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #333333;
}
.ym_btn_white:focus, .ym_btn_white:visited {
  color: #333333;
}

.ym_banner_right_link {
  z-index: 1;
  position: relative;
}

.section_title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.section_text {
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 500;
  line-height: 1.1;
}

.section_symptoms {
  padding-top: 30px;
}

.section_symptoms_title {
  text-align: center;
  font-size: 55px;
}

.section_symptoms_text {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.2;
}

.section_symptoms_item_wrapper {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.section_symptoms_item {
  width: calc(25% - 7.5px);
  border-radius: 15px;
  overflow: hidden;
  background-color: #F0F7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section_symptoms_item:nth-child(2n) {
  position: relative;
  top: 40px;
}

.section_symptoms_item_img {
  width: 100%;
  aspect-ratio: 318/186;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_item_title {
  color: #686760;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.1;
}

.section_item_text {
  font-size: 15px;
  color: #989791;
}

.section_symptoms_item_title {
  padding: 20px 10px;
}

.section_symptoms_item_text {
  padding: 0 10px 50px 10px;
}

.section_symptoms_item_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 0 10px 20px 10px;
}

.section_symptoms_item_footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_symptoms_item_footer_item {
  border-radius: 200px;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: #4CDD0E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
}

.section_symptoms_item_footer_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  font-weight: 600;
}

.section_symptoms_item_footer_item:not(:first-child) {
  margin-left: -3px;
}

.section_symptoms_item_footer_item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_symptoms_item:nth-child(2n) .section_symptoms_item_footer_item {
  background-color: #D9D9D9;
}

.section_symptoms_item_footer_text {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 500;
  max-width: 150px;
  text-align: right;
}

.section_benefits {
  padding-top: 95px;
  padding-bottom: 70px;
  /* overflow-x: hidden; */
}

.section_benefits .container {
  position: relative;
}

.section_benefits_text {
  max-width: 900px;
}

.section_benefits_wrapper {
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  background-color: #F0F7FF;
  overflow: hidden;
  padding: 120px 60px 20px 60px;
  position: relative;
}

.section_benefits_wrapper_parallax_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  pointer-events: none; /* 🔥 КЛЮЧОВЕ */
}

.section_benefits_wrapper_parallax_wrapper {
  width: 100%;
  height: 100%;
}

.section_benefits_wrapper_parallax_1_layer {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 79px;
  width: 386px;
}

.section_benefits_wrapper_parallax_2_layer {
  position: absolute;
  z-index: 1;
  left: 329px;
  bottom: -74px;
  width: 205px;
}

.section_benefits_wrapper_parallax {
  width: 100%;
  position: relative;
}

.section_benefits_wrapper_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.section_benefits_item_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 7%;
}

.section_benefits_item {
  width: 25%;
  padding-right: 50px;
  position: relative;
}

.section_benefits_item_stub {
  width: 15%;
}

.section_benefits_item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section_benefits_item:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.section_benefits_item_stub {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.section_benefits_item:nth-child(3) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.section_benefits_item:nth-child(4) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.section_benefits_item:nth-child(5) {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-left: auto;
  width: 31%;
}

.section_benefits_item_plus {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  background-color: #7CCD36;
  position: absolute;
  right: 0;
  top: 10px;
}

.section_benefits_item_title {
  color: #484848;
  margin-bottom: 45px;
  font-weight: 500;
}

.section_benefits_item_text {
  font-size: 13px;
}

.section_benefits_link {
  margin-left: auto;
  margin-right: 12%;
  margin-top: 45px;
}

.btn_order_link {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 22px 40px;
  gap: 20px;
}

.section_mansay {
  padding-top: 75px;
  text-align: center;
}

.section_mansay_text {
  font-size: 12px;
  margin-bottom: 15px;
}

.section_mansay_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 6%;
  margin-top: 90px;
  position: relative;
}

.section_mansay_item_wrapper::before {
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #6C6C6C;
  background: -webkit-gradient(linear, left top, right top, from(rgba(108, 108, 108, 0)), color-stop(50%, rgb(108, 108, 108)), to(rgba(108, 108, 108, 0)));
  background: linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(108, 108, 108) 50%, rgba(108, 108, 108, 0) 100%);
}

.section_mansay_item {
  width: 16.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.section_mansay_item_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: #3B3B3B;
}

.section_mansay_item:nth-child(2n) .section_mansay_item_text {
  top: initial;
  bottom: -50px;
}

.section_mansay_item_dot {
  width: 10px;
  height: 10px;
  background-color: #7CCD36;
  border-radius: 100px;
  position: relative;
  z-index: 1; /* Щоб основна крапка була зверху */
}

.section_mansay_item_dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7CCD36;
  border-radius: 100px;
  z-index: -1;
  opacity: 0.6;
  /* Використовуємо змінну з PHP. Якщо вона не передана, за замовчуванням 0s */
  -webkit-animation: pulse-dot 2s infinite ease-in-out;
          animation: pulse-dot 2s infinite ease-in-out;
  -webkit-animation-delay: var(--pulse-delay, 0s);
          animation-delay: var(--pulse-delay, 0s);
}

@-webkit-keyframes pulse-dot {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /* Решту часу (30%-100%) крапка "відпочиває", чекаючи на наступне коло хвилі */
}

@keyframes pulse-dot {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /* Решту часу (30%-100%) крапка "відпочиває", чекаючи на наступне коло хвилі */
}
.section_morning {
  padding-top: 100px;
}
.section_morning_title {
  text-transform: initial;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
}
.section_morning_text {
  width: calc(100% - 280px);
  color: #979797;
  font-weight: 500;
}
.section_morning_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  height: 470px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  will-change: transform;
}
.section_morning_img_1 {
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.section_morning_img_2 {
  left: 20px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.section_morning_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 765px;
  border-radius: 18px;
  overflow: hidden;
}
.section_morning_wrapper_item {
  width: calc(50% + 150px);
  padding: 20px 55px 20px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: clip-path 0.3s linear;
  transition: clip-path 0.3s linear;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  will-change: transform;
}
.section_morning_wrapper_item:hover {
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 0.3s linear 0.3s;
  transition: clip-path 0.3s linear 0.3s;
}
.section_morning_wrapper_item_left {
  background-color: #F0F7FF;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  left: 0;
  clip-path: inset(0 150px 0 0);
  z-index: 2;
}
.section_morning_wrapper_item_right {
  background-color: rgba(124, 205, 54, 0.77);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  clip-path: inset(0 0 0 150px);
}
.section_morning_wrapper_item_right .section_morning_text {
  color: #6F5E5E;
}
.section_morning_wrapper_item_right {
  right: 0;
  z-index: 1;
  -webkit-transition: clip-path 0.3s linear, z-index 0s linear 0.3s;
  transition: clip-path 0.3s linear, z-index 0s linear 0.3s;
}
.section_morning_wrapper_item_right:hover {
  z-index: 3;
  -webkit-transition: clip-path 0.3s linear 0.3s, z-index 0s linear 0.3s;
  transition: clip-path 0.3s linear 0.3s, z-index 0s linear 0.3s;
}
.section_morning_wrapper_item_bg {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.section_morning_wrapper_item_bg_1 {
  left: 18%;
}
.section_morning_wrapper_item_bg_2 {
  right: 18%;
}
.section_morning_img_logo {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 4;
}
.section_morning_bottom {
  position: absolute;
  bottom: 30px;
  z-index: 4;
}
.section_morning_bottom_left {
  left: 20px;
}
.section_morning_bottom_right {
  right: 20px;
}

.section_approach {
  padding-top: 50px;
}
.section_approach_text {
  font-family: "Inter", sans-serif;
  margin-top: 5px;
  max-width: 810px;
  font-size: 20px;
}
.section_approach_swiper {
  border-top: 1px solid #1D1C1C;
  border-bottom: 1px solid #1D1C1C;
  padding-top: 15px;
  padding-bottom: 25px;
}
.section_approach_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.section_approach_swiper_text {
  font-size: 65px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(154, 217, 100)), to(rgb(82, 115, 53)));
  background: linear-gradient(90deg, rgb(154, 217, 100) 0%, rgb(82, 115, 53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.section_approach_swiper_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: fit-content !important;
}
.section_approach_content_wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35px;
}

.section_whyalpha {
  background-color: rgba(124, 205, 54, 0.77);
  margin-top: 90px;
}
.section_whyalpha_title {
  z-index: 1;
  position: relative;
}
.section_whyalpha_wrapper {
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.section_whyalpha_text {
  color: #fff;
  font-size: 24px;
  width: 50%;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.section_whyalpha_description {
  width: 45%;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.section_whyalpha_description p {
  margin-bottom: 11px;
}
.section_whyalpha_img_1 {
  position: absolute;
  right: 20%;
  bottom: -100px;
  pointer-events: none;
}
.section_whyalpha_img_1_scene {
  position: absolute; /* або relative — залежно від вашого лейауту */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section_whyalpha_img_1_layer {
  width: 100%;
  height: 100%;
}
.section_whyalpha_img_2 {
  position: absolute;
  right: -17%;
  bottom: 0;
  pointer-events: none;
}
.section_whyalpha_link {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.section_whyalpha_vector {
  position: absolute;
  right: -2%;
  top: -37%;
  width: 87%;
  pointer-events: none;
}

.section_whychoose {
  padding-top: 45px;
  position: relative;
  z-index: 1;
}
.section_whychoose_title {
  margin-top: 13px;
  margin-bottom: 20px;
}
.section_whychoose_text {
  font-size: 12px;
}
.section_whychoose_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_whychoose_item_content {
  border-radius: 10px;
  background-color: #F0F7FF;
  padding: 83px 23px 55px;
  position: relative;
}
.section_whychoose_item {
  width: calc(33.33% - 13.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_whychoose_item_title {
  width: 100%;
}
.section_whychoose_item_text {
  font-size: 12px;
}
.section_whychoose_item:nth-child(1) .section_whychoose_item_content_title {
  margin-bottom: 205px;
}
.section_whychoose_item:nth-child(1) .section_whychoose_item_content_img {
  position: absolute;
  right: 22px;
  top: 59px;
}
.section_whychoose_item:nth-child(3) .section_whychoose_item_content_title {
  margin-bottom: 20px;
}
.section_whychoose_item:nth-child(3) .section_whychoose_item_content_text {
  margin-bottom: 195px;
}
.section_whychoose_item:nth-child(3) .section_whychoose_item_content_img {
  position: absolute;
  right: 22px;
  bottom: -18px;
}
.section_whychoose_item:nth-child(2n) .section_whychoose_item_content {
  background-color: rgba(155, 217, 100, 0.77);
}

.section_certified {
  padding-top: 90px;
  text-align: center;
}
.section_certified_text {
  font-size: 20px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.section_certified_wrapper {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_certified_left {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 70px 20px;
  width: 50%;
      display: flex;
    align-items: center;
}
.section_certified_left_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.section_certified_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}
.section_certified_img {
  width: 100%;
}
.section_certified_item {
  width: 100%;
  max-width: 385px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 40px 35px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section_certified_item_title {
  font-weight: 500;
  margin-bottom: 35px;
}
.section_certified_item_text {
  font-size: 13px;
}
.section_certified_item_text p {
  margin-bottom: 15px;
}
.section_certified_item_content {
  background-color: #EFEFEF;
  border-radius: 16px;
  padding: 28px 30px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.section_certified_item_content_text {
  font-size: 12px;
}
.section_certified_item_content_link {
  font-size: 12px;
}

.section_products {
  padding-top: 60px;
}
.section_products_anchor {
  position: relative;
  top: -70px;
}
.section_products_title {
  text-align: center;
  font-size: 46px;
  line-height: 1.05;
  margin-bottom: 27px;
}
.section_products_wrapper {
  border-top: 1px solid #E3E3E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 38px;
  position: relative;
  flex-wrap: wrap;
}
.section_products_parallax {
  position: absolute;
  right: -260px;
  top: -299px;
  pointer-events: none;
  z-index: 10;
}
.section_products_parallax_scene {
  position: absolute; /* або relative — залежно від вашого лейауту */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.section_products_parallax_layer {
  width: 100%;
  height: 100%;
}
.section_products_item {
  width: calc(33.33% - 10.6666666667px);
  border: 1px solid #E3E3E1;
  border-radius: 10px;
  padding: 10px;
}
.section_products_item_img {
  width: 100%;
  background-color: #E9E7E3;
}
.section_products_item_img img {
  width: 100%;
  border-radius: 10px;
  height: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_products_item_content {
  padding: 30px 15px 15px;
  height: calc(100% - 375px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_products_item_title {
  font-size: 28px;
      color: #686760;
}

.section_products_item_title, .section_products_item_title:focus, .section_products_item_title:visited {
    text-decoration: none;
        color: #686760;
}
.section_products_item_stats {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.section_products_item_stats_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  font-size: 16px;
}
.section_products_item_stats_item_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(50% - 3px);
  color: #262623;
}
.section_products_item_stats_item_text {
  color: #6c6c6c;
}
.section_products_item_stats_item_scale {
  margin-top: 3px;
  width: 100%;
}
.section_products_item_scenarios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-bottom: 38px;
}
.section_products_item_scenarios_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 15px;
}
.section_products_item_scenarios_item img {
  width: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section_products_item_link {
  margin-top: auto;
  width: 100%;
  padding: 18px 20px;
  border-radius: 10px;
}

.section_products_item_link.disabled{
  background-color: #000;
}

.section_scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.section_scale_item {
  height: 12px;
  width: calc(20% - 3.2px);
  border-radius: 3px;
  display: none;
}
.section_scale_item.active {
  display: block;
}
.section_scale_item:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #DBD9D9;
}
.section_scale_item:nth-child(2) {
  background-color: #B8FF79;
}
.section_scale_item:nth-child(3) {
  background-color: #A1E963;
}
.section_scale_item:nth-child(4) {
  background-color: #7EE426;
}
.section_scale_item:nth-child(5) {
  background-color: #7CCD36;
}
.section_scale_item.lastchild {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq_section {
  background-color: #F0F7FF;
  margin-top: 155px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.faq_section_wrapper_left {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq_section_wrapper_left_img {
  margin-top: auto;
  max-width: 556px;
}
.faq_section_wrapper_right {
  width: calc(50% - 10px);
}
.faq_section_title {
  margin-bottom: 0;
  font-size: 45px;
  color: #333;
  line-height: 0.8;
}
.faq_section_title span {
  color: #8B8B87;
}
.faq_section_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.faq_section_text {
  font-size: 19px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.4;
}
.faq_section_soc {
  margin-top: 48px;
  margin-bottom: 115px;
}
.faq_section_item {
  border-bottom: 1px solid #E3E3E1;
}
.faq_section_items {
  padding-top: 37px;
}
.faq_section_item_head {
  font-size: 21px;
  padding: 18px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_section_item_head_plus {
  font-size: 32px;
  font-weight: 200;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.faq_section_item_body {
  overflow: hidden;
}
.faq_section_item_body_text {
  padding-bottom: 20px;
  color: #585854;
  font-size: 15px;
}
.section_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.section_soc_item {
  width: 56px;
  height: 56px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.section_blog {
  padding-top: 108px;
}
.section_blog_title {
  font-size: 44px;
  margin-bottom: 5px;
}
.section_blog_text {
  font-size: 15px;
  line-height: 1.4;
}
.section_blog_item_wrapper {
  padding-top: 55px;
}
.section_blog_item_swiper {
  overflow: visible;
  position: relative;
}
.section_blog_item_swiper_nav_wrapper {
  position: absolute;
  right: 0;
  top: -138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_blog_item_swiper_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #CACAC8;
}
.section_blog_item_swiper_nav:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.section_blog_item_swiper_nav {
  cursor: pointer;
}
.section_blog_item_swiper_prev {
  border-right: none;
}
.section_blog_item_img {
  width: 100%;
  border-radius: 50px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_blog_item_date {
  font-size: 14px;
  color: #332929;
  margin-top: 9px;
  margin-bottom: 10px;
}
.section_blog_item_title {
  font-size: 20px;
  color: #332929;
  font-weight: 400;
  text-decoration: underline;
}

.section_inst {
  padding-top: 80px;
  padding-bottom: 50px;
}
.section_inst_title {
  font-size: 36px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.footer_main {
  background-color: #000;
  padding-top: 90px;
}
.footer_main .section_soc {
  gap: 0;
}
.footer_logo {
  max-width: 435px;
  padding-top: 60px;
}
.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 85px;
}
.footer_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_col_33 {
  width: calc(33.33% - 10px);
}
.footer_col_50 {
  width: calc(50% - 15px);
}
.footer_col_1 .footer_col_link {
  margin-bottom: 25px;
}
.footer_col_title {
  font-size: 18px;
  font-weight: 500;
  color: #B1B1AE;
  text-transform: uppercase;
}
.footer_col_link {
  color: #ffffff;
}
.footer_col_link:focus, .footer_col_link:visited {
  color: #ffffff;
}
.footer_col_link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer_text {
  font-size: 16px;
  color: #ffffff;
}
.footer_link {
  color: #ffffff;
}
.footer_link:focus, .footer_link:visited {
  color: #ffffff;
}
.footer_link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  gap: 30px;
}
.footer_form .wpcf7-response-output {
  color: #fff;
}
.footer_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  margin-top: 13px;
}
.footer_form_inner > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer_form_inner span[data-name=your-email] {
  width: calc(100% - 155px);
}
.footer_form_inner .wpcf7-not-valid-tip {
  padding-left: 16px;
}
.footer_form_inner .footer_form_input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 16px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  width: 100%;
  color: #fff;
}
.footer_form_inner .footer_form_input:focus {
  color: #fff;
}
.footer_form_inner .footer_form_input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer_form_inner .footer_form_input::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer_form_inner .footer_form_input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer_form_inner .footer_form_input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer_form_inner .footer_form_input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer_form_inner .wpcf7-spinner {
  max-width: 0;
  margin: 0;
}
.footer_form_inner .wpcf7-submit {
  background: transparent;
  border: none;
  border-left: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 20px;
  width: 155px;
}
.footer_form_inner .wpcf7-submit:hover {
  background: #fff;
  color: #000;
}
.footer_description {
  color: #ffffff;
  font-size: 10px;
}
.footer_description .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.footer_description_text{
  /* white-space: nowrap; */
  padding-left: 20px;padding-right: 20px;
}
.footer_description .section_approach_swiper_item{
  width: fit-content !important;
}

.footer_bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-top: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_bottom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.footer_bottom_item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.section_aboutus {
  padding-top: 60px;
}
.section_aboutus_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_aboutus_left {
  width: calc(50% - 10px);
}
.section_aboutus_left_items {
  width: 85%;
  position: relative;
  margin-left: 7%;
}
.section_aboutus_left_item_img {
  width: 100%;
}
.section_aboutus_left_item {
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(270deg) translateX(-100%);
          transform: rotate(270deg) translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-size: 12px;
  white-space: nowrap;
}
.section_aboutus_left_item:nth-child(1) {
  left: 3.5%;
}
.section_aboutus_left_item:nth-child(2) {
  left: 38%;
}
.section_aboutus_left_item:nth-child(3) {
  left: 71%;
}
.section_aboutus_left_item:nth-child(4) {
  left: 102%;
}
.section_aboutus_left_img {
  margin-top: -15%;
}
.section_aboutus_right {
  width: calc(50% - 10px);
  max-width: 635px;
}
.section_aboutus_title {
  font-size: 29px;
  margin-bottom: 17px;
}
.section_aboutus_title_text {
  padding-left: 20px;
}
.section_aboutus_text {
  font-size: 12px;
  font-weight: 500;
}
.section_aboutus_item_wrapper {
  padding-top: 72px;
}
.section_aboutus_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #8A8A8A;
}
.section_aboutus_item_text {
  padding-top: 17px;
  line-height: 1.15;
  padding-bottom: 30px;
}
.section_aboutus_item_learn_more {
  display: block;
  color: #6c6c6c;
  text-decoration: underline;
  margin-top: 5px;
  cursor: pointer;
}
.section_aboutus_bottom_text {
  max-width: 920px;
  margin: 90px auto 0;
  font-size: 23px;
  text-align: center;
}

.section_contactus {
  padding-top: 20px;
  padding-bottom: 40px;
}
.section_contactus_wrapper {
  background-color: #F0F7FF;
  position: relative;
  overflow: hidden;
  padding-left: 9%;
}
.section_contactus_bg {
  position: absolute;
  pointer-events: none;
  right: -1px;
  top: -1px;
  right: -59px;
  top: -404px;
}
.section_contactus_left {
  z-index: 1;
  position: relative;
  max-width: 660px;
}
.section_contactus_right {
  z-index: 1;
  position: relative;
  background-color: #000;
}
.section_contactus_right_title {
  color: rgba(255, 255, 255, 0.63);
}
.section_contactus_title {
  text-transform: initial;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 34px;
}
.section_contactus_form {
  padding-top: 37px;
}
.section_contactus_form .ym-main-input {
  border: 1px solid #333;
  width: 100%;
  border-radius: 15px;
  padding: 9px 16px;
  font-size: 15px;
  margin-bottom: 15px;
  color: #333;
  background-color: transparent;
}
.section_contactus_form textarea.ym-main-input {
  height: 120px;
}
.section_contactus_form_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.section_contactus_form_bottom_text {
  text-align: left;
  padding-top: 17px;
}
.section_contactus_form_bottom input[type=submit].wpcf7-submit {
  padding: 17px 35px;
  font-size: 27px;
}

.page_blog {
  padding-top: 15px;
  padding-bottom: 50px;
}
.page_blog_text br {
  display: none;
}
.page_blog_item {
  width: calc(25% - 11.25px);
}
.page_blog_item_wrapper {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 15px;
}

.page_blog_pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.page_blog_pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 10px;
}

.page_blog_pagination .page-numbers.current {
  background: #000;
  color: #fff;
  border-color: #000;
}

.page_main {
  /* ===== ARTICLE ===== */
}
.page_main .post {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eee;
}
.page_main .post:last-child {
  border-bottom: none;
}
.page_main {
  /* ===== HEADER ===== */
}
.page_main .entry-header {
  margin-bottom: 20px;
}
.page_main .entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
}
.page_main .entry-title a {
  color: inherit;
  text-decoration: none;
}
.page_main .entry-title a:hover {
  color: #7CCD36;
}
.page_main {
  /* ===== META (дата, автор) ===== */
}
.page_main .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.page_main .entry-meta a {
  color: #888;
  text-decoration: none;
}
.page_main .entry-meta a:hover {
  color: #7CCD36;
}
.page_main {
  /* ===== THUMBNAIL ===== */
}
.page_main .post-thumbnail {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.page_main .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page_main .post-thumbnail:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.page_main {
  /* ===== CONTENT ===== */
}
.page_main .entry-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.page_main .entry-content p {
  margin: 0 0 20px;
}
.page_main .entry-content a {
  color: #7CCD36;
  text-decoration: underline;
}
.page_main .entry-content h2,
.page_main .entry-content h3,
.page_main .entry-content h4 {
  margin: 32px 0 16px;
  line-height: 1.3;
}
.page_main .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.page_main .entry-content ul,
.page_main .entry-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.page_main .entry-content li {
  margin-bottom: 8px;
}
.page_main .entry-content blockquote {
  border-left: 4px solid #7CCD36;
  padding: 12px 20px;
  margin: 24px 0;
  background: #f9f9f9;
  font-style: italic;
  color: #555;
}
.page_main {
  /* ===== PAGE LINKS (багатосторінковий пост) ===== */
}
.page_main .page-links {
  margin-top: 24px;
  font-size: 14px;
  color: #555;
}
.page_main {
  /* ===== FOOTER ===== */
}
.page_main .entry-footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #888;
}
.page_main .entry-footer a {
  color: #888;
  text-decoration: none;
}
.page_main .entry-footer a:hover {
  color: #7CCD36;
}
.page_main {
  /* ===== SINGLE POST ===== */
}
.page_main .single .entry-title {
  font-size: 36px;
}
.page_main .single .post-thumbnail {
  margin-bottom: 32px;
}
.page_main {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 768px) {
  .page_main .entry-title {
    font-size: 22px;
  }
  .page_main .single .entry-title {
    font-size: 26px;
  }
  .page_main .entry-content {
    font-size: 15px;
  }
}
.page_main {
  /* ===== POST NAVIGATION ===== */
}
.page_main .post-navigation {
  margin: 48px 0;
  padding: 32px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page_main .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.page_main .post-navigation .nav-previous,
.page_main .post-navigation .nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 48%;
}
.page_main .post-navigation .nav-next {
  text-align: right;
  margin-left: auto;
}
.page_main .post-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page_main .post-navigation a:hover {
  color: #7CCD36;
}
.page_main .post-navigation .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
}
.page_main .post-navigation .nav-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.page_main {
  /* ===== COMMENTS AREA ===== */
}
.page_main .comments-area {
  margin-top: 48px;
}
.page_main {
  /* ===== COMMENT FORM ===== */
}
.page_main .comment-respond {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 32px;
}
.page_main .comment-reply-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}
.page_main .comment-reply-title small {
  font-size: 13px;
  font-weight: 400;
  margin-left: 12px;
}
.page_main .comment-reply-title small a {
  color: #999;
  text-decoration: none;
}
.page_main .comment-reply-title small a:hover {
  color: #e00;
}
.page_main {
  /* Logged in as */
}
.page_main .logged-in-as {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}
.page_main .logged-in-as a {
  color: #7CCD36;
  text-decoration: none;
}
.page_main .logged-in-as a:hover {
  text-decoration: underline;
}
.page_main {
  /* Required */
}
.page_main .required-field-message,
.page_main .required {
  color: #e00;
  font-size: 12px;
}
.page_main {
  /* Comment label */
}
.page_main .comment-form-comment label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
.page_main {
  /* Textarea */
}
.page_main .comment-form-comment textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  resize: vertical;
  min-height: 140px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_main .comment-form-comment textarea:focus {
  outline: none;
  border-color: #7CCD36;
}
.page_main {
  /* Submit button */
}
.page_main .form-submit {
  margin-top: 16px;
}
.page_main .form-submit .submit {
  display: inline-block;
  padding: 12px 32px;
  background: #7CCD36;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.page_main .form-submit .submit:hover {
  background: #005a87;
}
.page_main {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 600px) {
  .page_main .post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .page_main .post-navigation .nav-previous,
  .page_main .post-navigation .nav-next {
    max-width: 100%;
    text-align: left;
  }
  .page_main .comment-respond {
    padding: 20px;
  }
}

.page-404 {
  /* ===== 404 SECTION ===== */
}
.page-404 .error-404 {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}
.page-404 {
  /* ===== HEADER ===== */
}
.page-404 .error-404 .page-header {
  margin-bottom: 32px;
}
.page-404 .error-404 .page-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin: 0 0 16px;
  position: relative;
}
.page-404 .error-404 .page-title::before {
  content: "404";
  display: block;
  font-size: 140px;
  font-weight: 900;
  color: #7CCD36;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: -20px;
}
.page-404 {
  /* ===== CONTENT ===== */
}
.page-404 .error-404 .page-content {
  text-align: left;
}
.page-404 .error-404 .page-content > p {
  text-align: center;
  font-size: 17px;
  color: #666;
  margin-bottom: 40px;
}
.page-404 {
  /* ===== SEARCH FORM ===== */
}
.page-404 .error-404 .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
}
.page-404 .error-404 .search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  font-size: 15px;
  font-family: inherit;
  border: 2px solid #ddd;
  border-radius: 8px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.page-404 .error-404 .search-field:focus {
  outline: none;
  border-color: #7CCD36;
}
.page-404 .error-404 .search-submit {
  padding: 12px 24px;
  background: #7CCD36;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  white-space: nowrap;
}
.page-404 .error-404 .search-submit:hover {
  background: #65b028;
}
.page-404 {
  /* ===== WIDGETS ===== */
}
.page-404 .error-404 .widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.page-404 .error-404 .widget:last-child {
  border-bottom: none;
}
.page-404 .error-404 .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 4px solid #7CCD36;
}
.page-404 {
  /* Recent Posts */
}
.page-404 .error-404 .widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-404 .error-404 .widget_recent_entries li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.page-404 .error-404 .widget_recent_entries li:last-child {
  border-bottom: none;
}
.page-404 .error-404 .widget_recent_entries a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-404 .error-404 .widget_recent_entries a:hover {
  color: #7CCD36;
}
.page-404 {
  /* Categories */
}
.page-404 .error-404 .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.page-404 .error-404 .widget_categories a {
  display: inline-block;
  padding: 6px 14px;
  background: #f4f4f4;
  border-radius: 20px;
  font-size: 13px;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-404 .error-404 .widget_categories a:hover {
  background: #7CCD36;
  color: #fff;
}
.page-404 .error-404 .widget_categories .count {
  color: #999;
  font-size: 12px;
  margin-left: 2px;
}
.page-404 {
  /* Archives dropdown */
}
.page-404 .error-404 .widget_archive select {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.page-404 .error-404 .widget_archive select:focus {
  outline: none;
  border-color: #7CCD36;
}
.page-404 {
  /* Tag Cloud */
}
.page-404 .error-404 .widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.page-404 .error-404 .widget_tag_cloud a {
  display: inline-block;
  padding: 6px 14px;
  background: #f4f4f4;
  border-radius: 20px;
  font-size: 13px !important;
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-404 .error-404 .widget_tag_cloud a:hover {
  background: #7CCD36;
  color: #fff;
}
.page-404 {
  /* ===== RESPONSIVE ===== */
}

.section_reviews{
  padding-top: 30px;
}

.section_reviews_video_container {
	 position: relative;
	 display: block;
	 width: 100%;
}
 .section_reviews_video_container .section_reviews_items_video {
	 display: block;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .section_reviews_video_container .section_reviews_video_mask {
	 position: absolute;
	 inset: 0;
	 background-size: cover;
	 background-position: center;
	 cursor: pointer;
}
.section_reviews_video_container .section_reviews_video_play {
    position: absolute;
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
    transform: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 0;
    transition: transform 0.2s ease;
    z-index: 2;
}

.section_reviews_video_container .section_reviews_video_play:hover {
    transform: scale(1.1);
}

.section_reviews_video_container .section_reviews_video_play svg {
    width: 100%;
    height: 100%;
}

.section_reviews_items_video {
    cursor: pointer;
}
 
.section_reviews_item{
  width: calc(33.33% - 40px / 3);
  border-radius: 10px; 
  overflow: hidden;
  background-color: #F0F7FF;
  display: flex;
  flex-direction: column;
}

.section_reviews_items_video_wrapper{
  border-radius: 10px;
  overflow: hidden;
  height: 430px;
}
.section_reviews_video_container{
  height: 100%;
}

.section_reviews_item .section_symptoms_item_footer{
  padding-top: 20px;
}

.section_reviews_item_swiper_nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.section_reviews_item_swiper_nav {
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 margin-top: 20px;
}
 .section_reviews_item_swiper_prev, .section_reviews_item_swiper_next {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 48px;
	 height: 48px;
	 border-radius: 50%;
	 border: 1px solid currentColor;
	 cursor: pointer;
	 transition: background 0.2s ease, color 0.2s ease;
}
 .section_reviews_item_swiper_prev svg, .section_reviews_item_swiper_next svg {
	 width: 20px;
	 height: 20px;
}
 .section_reviews_item_swiper_prev:hover, .section_reviews_item_swiper_next:hover {
	 background: #000;
	 color: #fff;
}
 .section_reviews_item_swiper_prev.swiper-button-disabled, .section_reviews_item_swiper_next.swiper-button-disabled {
	 opacity: 0.3;
	 cursor: default;
	 pointer-events: none;
}

.section_reviews_item_img{
  width: 70%;
  margin-top: auto;
  margin-left: auto;
  padding: 20px;
}

.section_reviews_item_swiper{
  width: 100%;
  padding: 30px 70px;
  overflow: visible;
  position: relative;
  margin-top: auto;
}

.section_reviews_item_swiper_prev{
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.section_reviews_item_swiper_next{
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.section_reviews_item_swiper_item{
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 30px;
}

 /*Verify Code form*/
                    .alpha-verify {
                        background: url("https://ya-moroho.com.ua/wp-content/uploads/2026/03/Vector-Container.png") ;
                        border-radius: 12px !important;
                        padding: 20px !important;
                        box-sizing: border-box !important;
                        background-repeat: repeat;
                        /* background-size: cover; */
                    }

                     .alpha-verify .wpcf7-spinner{
                      display: none !important;
                     }
                    .alpha-row {
                        display: flex !important;
                        align-items: stretch !important;
                        gap: 15px !important;
                        justify-content: center;
                    }

                    .alpha-btn {
                        flex: 0 0 180px !important;
                    }

                    .alpha-input input[type="text"] {
                        padding: 18px !important;
                        font-size: 18px !important;
                        line-height: 32px !important;
                        border: none !important;
                        border-radius: 15px !important;
                        background: #e2e1df !important;
                        color: #000 !important;
                        box-sizing: border-box !important;
                        height: 80px!important;
                        width: 800px!important;
                    }

                    .alpha-btn input[type="submit"] {
                        width: 100% !important;
                        background: #4caf00 !important;
                        color: #DBDAD9 !important;
                        font-size: 20px ;
                        font-weight: bold !important;
                        border: none !important;
                        border-radius: 12px;
                        cursor: pointer !important;
                        padding: 18px !important;
                        line-height: 1 !important;
                        text-align: center !important;
                        transition: background 0.3s !important;
                        height: 80px!important;
                    }

                    .alpha-btn input[type="submit"]:hover {
                        background: #3d8e00 !important;
                    }

                    .alpha-text {
                        display: flex !important;
                        justify-content: space-between !important;
                        width: 100% !important;
                        margin-top: 10px !important;
                        gap: 20px !important;
                    }

                    .alpha-text p {
                        font-size: 14px !important;
                        color: #000 !important;
                        margin: 0 !important;
                    }

                    .wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
                        display: none;
                    }

                    /*Строка ввода*/
                    .alpha-input-line input[type="text"] {
                        padding: 9px 68px!important;
                        font-size: 16px !important;
                        line-height: 32px !important;
                        border: solid 1px #BABA !important;
                        border-radius: 15px !important;
                        background: #e2e1df !important;
                        color: #010101 !important;
                        box-sizing: border-box !important;
                        height: 38px!important;
                        width: 258px!important;
                    }

                    .section_products_item_price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;

}
.section_products_item_price_regular {
  font-size: 30px;
  font-weight: 400;
  color: #1a1a1a;
}
.section_products_item_price_regular .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.section_products_item_price_old {
  font-size: 30px;
  font-weight: 400;
  color: #1a1a1a;
  text-decoration: line-through;
}
.section_products_item_price_old .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.section_products_item_price_sale {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin-left: auto;
}

.section_products_item_price_regular{
  margin-left: auto;
}

.section_products_item_price_sale{
  
}

.section_products_item_price_old{

  color: rgba(0, 0, 0, 0.46);
}

.section_products_item_price_sale .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.section_products_privacy_policy {
  margin-top: auto;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.section_products_privacy_policy p {
  margin: 0;
}
.section_products_privacy_policy a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;

}
.section_products_privacy_policy a:hover {
  text-decoration: underline;
}
.section_products_privacy_policy strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  .page-404 .error-404 {
    margin: 48px auto;
  }
  .page-404 .error-404 .page-title {
    font-size: 32px;
  }
  .page-404 .error-404 .page-title::before {
    font-size: 90px;
  }
  .page-404 .error-404 .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-404 .error-404 .search-submit {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 1199.98px) {
  .ym_hero_title {
    font-size: 50px;
  }
  .ym_banner_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ym_hero_items {
    gap: 10px;
  }
  .ym_hero_item {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media (max-width: 992px) {
  .alpha-input input[type="text"]{
    width: 100% !important;
  }

   .alpha-verify {
                        
                        background-repeat: no-repeat;
                        background-size: cover;
                    }

  .alpha-row{
    flex-direction: column;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_item_deck {
    display: none;
  }
  .header_item_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger_menu {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transform: none;
            transform: none;
    left: initial;
    top: initial;
  }
  .burger_menu_line {
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: transform, top, left;
    border-radius: 100px;
    display: block;
  }
  .burger_menu:hover .burger_menu_line {
    width: 18px;
  }
  .burger_menu_line-1 {
    top: calc(50% - 4px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger_menu_line-2 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger_menu_line-3 {
    top: calc(50% + 4px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .burger_menu.active .burger_menu_line-1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger_menu.active .burger_menu_line-2 {
    opacity: 0;
  }
  .burger_menu.active .burger_menu_line-3 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header_menu_wrapper {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: calc(100% - 20px);
  }
  .header_menu_wrapper .header_button_phone, .header_menu_wrapper .header_button_green {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 50px;
  }
  .header_button_green::before {
    display: none;
  }
  .header_menu ul {
    font-size: 18px;
  }
  .ym_banner_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 16px;
  }
  .ym_banner_left {
    width: 100%;
  }
  .ym_hero_title {
    font-size: 30px;
  }
  .ym_hero_text {
    font-size: 14px;
  }
  .ym_hero_items {
    
    margin-top: 50px;
    color: #fff;
    width: fit-content;
  }

  .ym_hero_items_mob_wrapper{
    overflow: auto;
    width: 100vw;
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 10px;
     /* Приховати скролбар */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */

  }
  .ym_hero_items_mob_wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

  .main_mob{
    display: flex;
  }
  .main_desk{
    display: none;
  }
  .ym_hero_item {
    min-width: 190px;
    width: 50%;
  }
  .ym_hero_item_img {
    height: 120px;
  }
  .ym_hero_item_title {
    font-size: 15px;
    height: calc(100% - 120px);
    padding: 5px 5px;
  }
  .ym_hero_item:last-child {
    width: 100%;
  }
  .ym_banner_right {
    max-width: 500px;
    width: 100%;
  }
  .ym_banner_right_text_wrapper {
    padding-left: 0;
    padding-top: 0;
  }
  .ym_banner_right_title {
    font-size: 30px;
  }
  .ym_banner_right_text {
    font-size: 14px;
  }
  .ym_btn {
    font-size: 15px;
  }
  .ym_banner_right_img {
    bottom: 60px;
  }
  .ym_hero_background_desk {
    display: none;
  }
  .ym_hero_background_mob {
    display: block;
  }
  .section_title {
    font-size: 28px;
  }
  .section_text {
    font-size: 16px;
  }
  .section_main {
    padding-top: 80px;
  }
  .section_symptoms_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  .section_symptoms_item {
    width: 100%;
  }
  .section_item_title {
    font-size: 20px;
  }

  

  .section_blog_item_title{
    font-size: 18px;
  }
  .section_symptoms_item:nth-child(2n) {
    margin-top: initial;
    top: initial;
  }
  .section_benefits {
    text-align: center;
    padding-bottom: 0;
  }
  .section_benefits_wrapper {
    padding: 30px 85px 30px 30px;
  }
  .section_benefits_item_wrapper {
    gap: 30px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_benefits_item {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: flex-start;
  }
  .section_benefits_item_stub {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 5px);
    display: none;
  }
  .section_benefits_item:nth-child(5) {
    width: 100%;
    margin-left: initial;
  }
  .section_benefits_item_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .section_benefits_item_plus {
    position: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_benefits_item_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section_benefits_link {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    gap: 15px;
  }
  /* Відміняємо абсолютне позиціювання бібліотеки, якщо воно заважає */
  .section_benefits_wrapper_parallax_container {
    /* position: relative !important;
    height: auto; Або ваша фіксована висота */
  }
  .section_benefits_wrapper_parallax_wrapper {
    /* Додаємо плавність руху */
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    will-change: transform;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .section_benefits_wrapper_parallax_1_layer {
    position: absolute;
    z-index: 1;
            top: 230px;
        width: 115px;
        right: -3px;
  }
  .section_benefits_wrapper_parallax_2_layer {
    position: absolute;
    z-index: 1;
            left: 85%;
        bottom: 60px;
        width: 205px;
  }
  .section_mansay_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .section_mansay_item_wrapper::before {
    /* transform: translate(-50%, -50%) rotate(90deg); */
    width: 1px;
    height: 450px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 108, 108, 0)), color-stop(50%, rgb(108, 108, 108)), to(rgba(108, 108, 108, 0)));
    background: linear-gradient(0deg, rgba(108, 108, 108, 0) 0%, rgb(108, 108, 108) 50%, rgba(108, 108, 108, 0) 100%);
  }
  .section_mansay_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section_mansay_item_text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 30px;
    left: initial;
    width: 140px;
    white-space: initial;
    text-align: right;
  }
  .section_mansay_item:nth-child(2n) .section_mansay_item_text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 30px;
    bottom: initial;
    width: 140px;
    white-space: initial;
    text-align: left;
  }
  .section_morning {
    padding-top: 50px;
  }
  .section_morning_title {
    margin-bottom: 10px;
  }
  .section_morning_text {
    width: 100%;
  }
  .section_morning_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: initial;
  }
  .section_morning_wrapper_item {
    position: initial;
    border: initial;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    clip-path: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section_morning_wrapper_item_left {
    padding-top: 150px;
    padding-bottom: 220px;
  }
  .section_morning_wrapper_item_right {
    padding-top: 220px;
    padding-bottom: 250px;
  }
  .section_morning_img {
    right: initial;
    left: 50%;
    height: 335px;
  }
  .section_morning_img_1 {
    top: initial;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .section_morning_img_2 {
    top: 0;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section_morning_img_logo {
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    top: 20px;
    right: initial;
    left: 20px;
  }
  .section_morning_bottom {
    left: initial;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
  }
  .section_morning_bottom_left {
    bottom: 105px;
  }
  .section_approach_swiper_text {
    font-size: 40px;
  }
  /* .section_approach_swiper_item {
    width: 1310px !important;
  } */
  .section_whyalpha {
    padding-top: 0px;
  }
  .section_whyalpha_text {
    width: 100%;
    margin-bottom: 10px;
  }
  .section_whyalpha_description {
    width: 100%;
  }
  .section_whyalpha_description p {
    margin-bottom: 3px;
  }
  .section_whyalpha_img_1 {
    width: 235px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -110px;
  }
  .section_whyalpha_img_2 {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;

    width: 100%;
    max-width: initial;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section_whyalpha_img_1_scene{
    display: none;
  }
  .section_whyalpha_link{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
  }
  .section_whyalpha_wrapper{
    padding: 40px 0 0;
  }
  .section_whyalpha_vector {
    width: 800px;
    max-width: initial;
    top: -100px;
  }
  .section_whychoose {
    padding-top: 80px;
  }
  .section_whychoose_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_whychoose_item {
    width: 100%;
  }
  .section_whychoose_item_content {
    padding-top: 55px;
  }
  .section_whychoose_item:nth-child(1) .section_whychoose_item_content_img {
    top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_whychoose_item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section_whychoose_item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .section_whychoose_item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section_whychoose_item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .section_whychoose_item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .section_certified_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .section_certified_left {
    width: 100%;
    padding: 20px;
  }
  .section_certified_right {
    width: 100%;
  }
  .section_certified_item {
    padding: 20px;
  }
  .section_products_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section_products_title br{
    display: none;
  }
  .section_products_parallax {
    right: -80px;
        top: -20px;
        width: 170px;
  }
  .section_products_item {
    width: 100%;
  }
  .faq_section {
    margin-top: 50px;
  }
  .faq_section_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
  .faq_section_wrapper_left {
    width: 100%;
  }
  .faq_section_wrapper_right {
    width: 100%;
  }
  .faq_section_items {
    padding-top: 0;
  }
  .faq_section_soc {
    margin-bottom: 50px;
  }
  .section_blog_item_swiper_nav_wrapper {
    display: none;
  }
  .section_blog_item_img {
    height: 200px;
    border-radius: 20px;
  }
  .footer_main {
    padding-top: 50px;
  }
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer_col {
    width: 100%;
  }
  .footer_logo {
    padding-top: 30px;
  }
  .footer_bottom_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_bottom_item {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .footer_bottom_item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .section_aboutus_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .section_aboutus_left {
    width: 100%;
  }
  .section_aboutus_left_img {
    margin-top: 55px;
  }
  .section_aboutus_right {
    width: 100%;
    max-width: initial;
  }
  .section_aboutus_title {
    text-align: center;
  }
  .section_aboutus_title_text {
    padding-left: 0;
    text-align: center;
  }
  .section_aboutus_item_wrapper {
    padding-top: 35px;
  }
  .section_contactus_form_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 20px;
  }
  .section_contactus_form_bottom_text {
    text-align: center;
  }
  .page_blog {
    padding-top: 20px;
  }
  .page_blog_item {
    width: calc(33% - 10px);
  }

  .section_reviews_item{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .section_benefits_wrapper_parallax_1_layer {
    position: absolute;
    z-index: 1;
            top: 230px;
        width: 115px;
        right: -3px;
  }
  .section_benefits_wrapper_parallax_2_layer {
    position: absolute;
    z-index: 1;
    left: 70%;
  }
  .page_blog_item {
    width: calc(50% - 7.5px);
  }
}