@charset "UTF-8";
:root {
  --color-primary: #26554D;
  --color-secondary: #18423B;
  --color-text: #878787;
  --color-dark: #100F0F;
  --color-dark-alt: #05251F;
  --color-white: #ffffff;
  --color-bg: #F5F5F5;
  --color-bd: #E5E7DE;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
}

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

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
p + p {
  margin-top: 1.47em;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
  color: var(--color-text);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--color-primary);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover, a:active {
  color: var(--color-dark);
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title] {
  -webkit-border-after: none;
          border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none;
}

.page__body {
  padding: 145px 15px 125px;
  max-width: 1340px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}

/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */
.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.alignwide {
  margin-inline: -80px;
}

.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.wp-caption {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  display: block;
  margin-inline: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post-password-form [type=submit] {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}

/**
 * Utility styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Post item in archive pages
 */
.post .entry-title a {
  text-decoration: none;
}

.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}
/**
 * Comments
 */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

#comments .comment,
#comments .pingback {
  position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-border-after: 1px solid #cccccc;
          border-block-end: 1px solid #cccccc;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 0.9rem;
          margin-block-end: 0.9rem;
}

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

#comments .children li:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}

html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
    float: right;
  }
}
/**
 * Responsive layouts
 */
.container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
  }
}
@media (min-width: 576px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1340px !important;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container, .site-header .header-inner, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1500px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

button,
.button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

:root :where(.wp-element-button, .wp-block-button__link),
.button,
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-primary);
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 1em;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}

:root :where(.wp-element-button, .wp-block-button__link):hover,
:root :where(.wp-element-button, .wp-block-button__link):focus,
a.button:hover,
a.button:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: var(--color-white);
  background-color: var(--color-secondary);
  text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  color: var(--color-text);
  border-color: var(--color-bd);
  border-radius: 30px;
  outline: none;
}
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  border-color: var(--color-bd);
}

.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  color: var(--color-text);
  border-color: var(--color-bd);
  border-radius: 30px;
  outline: none;
}
.wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
  border-color: var(--color-bd);
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  color: var(--color-dark);
}

/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * Header styling and layout
 */
.site-header {
  /* Backwards compat for Hello 2.3.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-before: 25px;
          padding-block-start: 25px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  position: relative;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100000;
}

.site-header .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.site-header .site-branding {
  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;
  gap: 0.5rem;
}

.site-header .site-branding img {
  height: 54px;
  width: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header .custom-logo-link {
  display: block;
}

.site-header .header-inner .site-branding .site-title,
.site-header .header-inner .site-branding .site-description {
  margin: 0;
}

.site-header .header-inner .site-branding .site-logo img {
  display: block;
}

.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}

.site-header .header-inner .site-branding.show-logo .site-title {
  display: none !important;
}

.site-header.header-inverted .header-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.site-header.header-inverted .header-inner .site-branding {
  text-align: end;
}

.site-header.header-stacked .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

/**
 * Navigation Menus
 */
.site-header.header-stacked .site-navigation-toggle-holder {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

.site-header.menu-layout-dropdown .site-navigation {
  display: none;
}

.site-navigation-toggle-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
  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;
  padding: 0.5rem;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
  display: block;
  width: 1.25rem;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before, .site-navigation-toggle-holder .site-navigation-toggle-icon:after {
  content: "";
  background-color: currentColor;
  display: block;
  height: 3px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 3px;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  -webkit-box-shadow: 0 0.35rem 0 currentColor;
          box-shadow: 0 0.35rem 0 currentColor;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.35rem) rotate(45deg);
          transform: translateY(0.35rem) rotate(45deg);
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
  -webkit-transform: translateY(-0.35rem) rotate(-45deg);
          transform: translateY(-0.35rem) rotate(-45deg);
}

.site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}

.site-navigation ul.menu ul {
  padding: 0 0 0 25px;
}
.site-navigation ul.menu ul a {
  padding: 6px 0;
}

.site-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-navigation ul.menu li {
  position: relative;
}

.site-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.site-navigation ul.menu li:hover > a,
.open > a,
.site-navigation ul.menu li.current_page_item > a {
  opacity: 0.8;
}

.site-navigation ul.menu li.menu-item-has-children:focus-within > ul {
  display: block;
}

.site-navigation ul.menu li.menu-item-has-children > a {
  position: relative;
}
.site-navigation ul.menu li.menu-item-has-children > a:after {
  content: "\e828";
  font-family: "fontello";
  padding-left: 5px;
}

.site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0;
}

footer .site-navigation ul.menu li ul {
  top: auto;
  bottom: 100%;
}

footer .site-navigation ul.menu li ul ul {
  bottom: 0;
}

footer .site-navigation ul.menu a {
  padding: 5px 15px;
}

.site-navigation-dropdown {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

.site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  max-height: 0;
}

.site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  max-height: 100vh;
}

.site-navigation-dropdown ul {
  padding: 0;
}

.site-navigation-dropdown ul.menu {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
}

.site-navigation-dropdown ul.menu li {
  display: block;
  width: 100%;
  position: relative;
}

.site-navigation-dropdown ul.menu li a {
  display: block;
  padding: 20px;
  background: var(--color-white);
  color: #55595c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1019607843);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: white;
  background: #55595c;
}

.site-navigation-dropdown ul.menu > li li {
  -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, -webkit-transform 0.3s;
  transition: max-height 0.3s, transform 0.3s;
  transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  max-height: 0;
}

.site-navigation-dropdown ul.menu li.elementor-active > ul > li {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  max-height: 100vh;
}

@media (max-width: 576px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none !important;
  }
}
.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important;
}

.site-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .site-header-block {
    gap: 10px;
  }
}
.site-header-block .site-header-info {
  margin-right: 1.1vw;
}
@media (max-width: 767px) {
  .site-header-block .site-header-info {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.site-header-block .site-header-info svg {
  position: relative;
  left: -4px;
  top: 4px;
}
@media (max-width: 767px) {
  .site-header-block .site-header-info svg {
    left: 0;
  }
}
.site-header-block .site-header-info a {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-dark);
}
.site-header-block .site-header-info a img {
  margin-right: 5px;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .site-header-block .site-header-info a img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .site-header-block .site-header-info a span {
    display: none;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  display: block;
  opacity: 1;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: var(--color-white);
  width: 550px;
  max-width: 90%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
  line-height: 1.5;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 700px) {
  .popup-box {
    width: 285px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.popup-box.active {
  display: block;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-box .popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  font-size: 24px;
  cursor: pointer;
  background: var(--color-white) !important;
  color: #000 !important;
  font-size: 33px !important;
  padding: 0;
  line-height: 0 !important;
  width: 30px;
  height: 30px;
  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: 50px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .popup-box .popup-close {
    top: -6px !important;
    right: -6px !important;
  }
}
.popup-box img {
  display: block;
}

/**
 * Footer styling and layout
 */
.sub-menu {
  display: none;
}

.menu-item.open > .sub-menu {
  display: block;
}

.head-main {
  position: fixed;
  z-index: 100002;
  top: 0;
  right: 0;
  width: 455px;
  max-width: 455px;
  min-width: 300px;
  min-height: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 40px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-dark);
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .head-main {
    width: auto;
  }
}

.site-navigation ul.menu li {
  width: 100%;
}

.site-navigation ul.menu li a {
  position: relative;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 500;
  padding: 13px 0;
  display: inline-block;
}
.site-navigation ul.menu li a:hover {
  opacity: 0.8;
}

.site-navigation ul.sub-menu > li > a {
  position: relative;
}

.site-navigation ul.sub-menu > li > a::before,
.site-navigation ul.menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 9px;
  left: 0;
  background-color: var(--color-white);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 1;
}

.site-navigation ul.sub-menu > li > a::before {
  bottom: 4px;
}

.site-navigation ul.sub-menu > li:hover > a::before,
.site-navigation ul.menu > li:hover > a::before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.menu-open .header {
  margin-left: 0;
}

.menu-open .head-main {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__burger {
  display: inline-block;
  width: 33px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .header__burger {
    width: 28px;
  }
}

.header__burger span {
  display: block;
  width: 33px;
  height: 9px;
  border-top: 2px solid var(--color-dark);
}
@media (max-width: 767px) {
  .header__burger span {
    width: 28px;
  }
}

.header__burger--close {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__burger--close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__burger--close:before, .header__burger--close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.header__btn--cart svg {
  width: 30px;
  height: 30px;
}

.footer {
  color: var(--color-white);
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 20px 20px;
  }
}
.footer a,
.footer h2, .footer h6 {
  color: var(--color-white);
}
.footer .container {
  background: var(--color-primary);
  padding: 40px 53px 57px;
  border-radius: 38px;
}
@media (max-width: 767px) {
  .footer .container {
    padding: 57px 24px;
  }
}
.footer__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.55fr 72px 0.9fr 72px 0.9fr;
  grid-template-columns: 1.55fr 0.9fr 0.9fr;
  gap: 72px;
}
@media (max-width: 767px) {
  .footer__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 59px;
  }
}
.footer__title {
  margin: 0 0 21px;
}
.footer__title--main {
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__title--main {
    margin: 0 0 23px;
  }
}
.footer__title-third {
  margin: 0 0 8px;
}
.footer__cta {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark) !important;
  display: inline-block;
  padding: 4px 23px;
  background: var(--color-white);
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .footer__cta {
    font-size: 18px;
  }
}
.footer__cta:hover {
  background: #D9D9D9;
}
.footer__text {
  font-size: 14px;
  line-height: 1.07;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer__text {
    margin-bottom: 21px;
  }
}
.footer__image img {
  border-radius: 19px;
}
.footer__logo {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 291px;
  }
}
.footer__img img {
  border-radius: 20px;
}
.footer__bottom {
  font-size: 16px;
  letter-spacing: -0.64px;
  font-weight: 300;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 27px;
  }
}
.footer__bottom b {
  font-weight: 700;
}
.footer__bottom a {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  margin-top: 2px;
}
.footer {
  /* MENU */
}
.footer__menu {
  margin: 84px 0 0;
}
@media (max-width: 767px) {
  .footer__menu {
    margin: 30px 0 0;
    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;
    gap: 30px;
  }
  .footer__menu .footer__img {
    width: 50%;
  }
}
.footer__menu--wrap {
  list-style: none;
  padding: 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: 5px;
}
.footer__menu a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.64px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__menu a:hover {
  opacity: 0.8;
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.footer__btn a {
  font-size: 14px;
  color: var(--color-dark) !important;
  display: inline-block;
  padding: 7px 13px;
  background: #D9D9D9;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .footer__btn a {
    font-size: 18px;
    font-weight: 500;
    padding: 4px 13px;
  }
}
.footer__btn a:hover {
  background: var(--color-white);
}
.footer__contacts {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 1.1;
  margin-top: 71px;
}
@media (max-width: 767px) {
  .footer__contacts {
    margin-top: 30px;
  }
}
.footer__contacts p + p {
  margin-top: 12px;
}
.footer__contacts a {
  text-decoration: underline;
}
.footer__social {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }
}
.footer__social a {
  color: var(--color-white);
  font-size: 31px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__social a.icon-youtube {
  font-size: 27px;
}
.footer__social a:hover {
  color: var(--color-white);
}
.footer {
  /* RESPONSIVE */
}
@media (max-width: 992px) {
  .footer__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.wc-block-components-button:not(.is-link) {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.wc-block-cart__main .wc-block-cart-items {
  border-bottom-color: var(--color-bd);
}

.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 600;
  color: var(--color-dark);
}

.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url] {
  padding-left: 30px !important;
}
.wc-block-components-text-input.is-active input,
.wc-block-components-form .wc-block-components-text-input.is-active input {
  color: #000;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding-left: 30px !important;
  border-radius: 30px;
}

.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 30px;
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-country-input {
  margin-top: 12px;
}

.wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  color: var(--color-dark);
}

.wc-block-components-totals-item {
  color: var(--color-dark);
}

.cart-offcanvas-wrapper {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cart-offcanvas-wrapper .cart-panel {
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
  background: var(--color-white);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cart-offcanvas-wrapper .widget_shopping_cart_content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 54px);
  overflow: auto;
}
.cart-offcanvas-wrapper .cart-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.cart-offcanvas-wrapper .cart-close {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  font-size: 14px;
  background: transparent;
  color: var(--color-dark);
  position: relative;
  top: -4px;
}
.cart-offcanvas-wrapper .cart-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 54px;
  background: var(--color-bd);
  padding: 16px 10px;
}
.cart-offcanvas-wrapper .cart-panel-header h6 {
  margin: 0;
  font-weight: 600;
}
.cart-offcanvas-wrapper .widget_shopping_cart_content {
  padding: 20px;
}
.cart-offcanvas-wrapper .widget_shopping_cart_content ul {
  list-style: none;
  padding-left: 0;
}

.woocommerce-mini-cart__bottom {
  padding-top: 15px;
  border-top: 1px solid var(--color-bd);
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__total {
  font-size: 16px;
  color: var(--color-dark);
  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;
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__buttons {
  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;
  margin-top: 15px;
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__buttons .button {
  padding: 13px 19px;
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__buttons .button.checkout {
  background: var(--color-dark);
}
.woocommerce-mini-cart__bottom .woocommerce-mini-cart__buttons .button.checkout:hover {
  background: var(--color-dark-alt);
}

.cart-offcanvas-wrapper.is-open .cart-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cart-offcanvas-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.cart-toggle {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.cart-toggle .cart-toggle-icon {
  font-size: 30px;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .cart-toggle .cart-toggle-icon {
    font-size: 24px;
  }
}
.cart-toggle .cart-count {
  position: absolute;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 10px;
  width: 16px;
  height: 16px;
  font-weight: 600;
  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;
  top: 0;
  right: -5px;
  line-height: 16px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-bd);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.woocommerce-mini-cart .woocommerce_cart_item_content {
  padding-left: 15px;
  padding-right: 10px;
}
.woocommerce-mini-cart .quantity {
  font-size: 14px;
  display: block;
}
.woocommerce-mini-cart img {
  max-width: 70px;
}
.woocommerce-mini-cart .woocommerce_cart_item_title {
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 5px;
}
.woocommerce-mini-cart .remove {
  font-size: 20px;
  color: var(--color-text);
  margin-left: auto;
}
.woocommerce-mini-cart .remove:hover {
  color: var(--color-dark);
}

.cart-panel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cart-panel-wrap .cart-count {
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  color: var(--color-dark);
  font-size: 14px;
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  -webkit-border-before: 1px solid rgba(128, 128, 128, 0.5019607843);
          border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
  -webkit-border-before: 2px solid rgba(128, 128, 128, 0.5019607843);
          border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.admin-bar #site-header {
  margin-top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar #site-header {
    margin-top: 46px !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}

section {
  overflow: hidden;
  position: relative;
}

.section_title {
  font-weight: 800;
  color: #00ACA1;
  text-align: center;
}

.hero {
  padding-top: 145px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 105px;
    padding-bottom: 55px;
  }
}
.hero__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 16px 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .hero__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.hero__content {
  background: #F5F5F5;
  border-radius: 30px;
  padding: 30px 79px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .hero__content {
    padding: 31px 7px 23px;
    border-radius: 30px 30px 0 0;
  }
}
.hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 6px 20px 6px 8px;
  margin-bottom: 62px;
  background: var(--color-white);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .hero__badge {
    max-width: 295px;
    margin-bottom: 41px;
  }
}
.hero__badge-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  min-width: 68px;
  max-width: 68px;
}
.hero__badge-text {
  font-size: 12px;
  line-height: 1;
  color: var(--color-dark);
  width: 100%;
}
.hero__badge-text b {
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .hero__subtitle {
    max-width: 141px;
  }
}
.hero__caption {
  font-size: 14px;
  line-height: 1.1;
  color: var(--color-text);
  text-align: right;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .hero__caption {
    font-size: 11px;
    margin-bottom: -3px;
    padding-right: 10px;
  }
}
.hero__title {
  font-weight: 600;
  font-size: 88px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 12.6vw;
    margin-bottom: 12px;
  }
}
.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
}
@media (max-width: 767px) {
  .hero__cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 58px;
    gap: 28px;
    padding-left: 5px;
  }
}
.hero__cta-description {
  font-size: 26px;
  line-height: 1.13;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .hero__cta-description {
    font-size: 20px;
    line-height: 1.05;
    max-width: 260px;
  }
}
.hero__cta-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background-color: var(--color-dark);
  padding: 25px 27px 25px 35px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .hero__cta-btn {
    padding: 14px 24px 14px 28px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__cta-btn span {
  font-size: 8px;
  padding-left: 23px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .hero__cta-btn span {
    padding-left: 15px;
  }
}
.hero__cta-btn:hover {
  color: var(--color-white);
  background-color: #05251F;
}
.hero__cta-btn:hover span {
  left: -10px;
}
.hero__features {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media (max-width: 767px) {
  .hero__features {
    gap: 4px;
  }
}
.hero__feature {
  background: var(--color-white);
  border-radius: 14px;
  padding: 19px 30px 12px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__feature {
    padding: 12px 10px 3px;
    border-radius: 9px;
  }
}
.hero__feature-icon {
  margin: 0 auto 11px;
}
@media (max-width: 767px) {
  .hero__feature-icon {
    max-width: 21px;
    margin-bottom: 8px;
  }
}
.hero__feature-title {
  font-size: 14px;
  line-height: 16px;
  color: var(--color-text);
  display: inline-block;
}
@media (max-width: 767px) {
  .hero__feature-title {
    font-size: 10px;
    line-height: 1;
  }
}
.hero__media {
  position: relative;
  background: #F5F5F5;
  border-radius: 30px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .hero__media {
    border-radius: 0 0 30px 30px;
    padding: 0 7px 30px;
  }
}
.hero__image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 0;
  padding: 0 6%;
}
@media (max-width: 767px) {
  .hero__image {
    display: none;
  }
}
.hero__expert {
  background: var(--color-white);
  padding: 21px 30px 21px 24px;
  border-radius: 24px;
  position: absolute;
  bottom: 34px;
  right: 34px;
  max-width: 335px;
}
@media (max-width: 767px) {
  .hero__expert {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}
.hero__expert-text {
  font-size: 18px;
  line-height: 21px;
  color: var(--color-dark);
  padding-left: 8px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .hero__expert-text {
    max-width: 270px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__expert-btn {
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 18px 24px;
  border-radius: 30px;
}
.hero__expert-btn span {
  font-size: 8px;
  padding-left: 23px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hero__expert-btn:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.hero__expert-btn:hover span {
  left: -10px;
}

.certification {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .certification {
    padding-bottom: 85px;
  }
}
.certification__title {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .certification__title {
    margin-bottom: 15px;
  }
}
.certification__content {
  font-size: 18px;
  line-height: 20px;
  max-width: 210px;
  font-weight: 400;
  color: var(--color-text);
}
.certification__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 767px) {
  .certification__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 27px;
  }
}
.certification__item {
  position: relative;
  background-color: #F5F5F5;
  padding: 41px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-radius: 38px;
}
@media (max-width: 767px) {
  .certification__item {
    padding: 38px 32px;
    gap: 15px;
  }
}
.certification__item.is-featured {
  background: var(--color-primary);
}
.certification__item.is-featured .certification__item-title {
  color: var(--color-white);
}
.certification__item.is-featured .certification__item-button {
  color: var(--color-dark);
  background: var(--color-white);
}
.certification__item.is-featured .certification__item-button:hover {
  background: #DADADA;
}
.certification__item-header {
  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;
}
.certification__item-image {
  width: 121px;
  height: 121px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 121px;
          flex: 0 0 121px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .certification__item-image {
    width: 110px;
    height: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}
.certification__item-data {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certification__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #353535;
  margin-bottom: 12px;
  min-height: 52px;
}
@media (max-width: 767px) {
  .certification__item-title {
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 18px;
  }
}
.certification__item-content {
  font-size: 12px;
  line-height: 17px;
  border-radius: 38px;
  background-color: #F5F5F5;
  color: var(--color-text);
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 13px 25px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.certification__item-content .certification__item-button {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
  font-size: 8px;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.certification__item-button {
  font-family: "Raleway", sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 0;
  padding: 9px 21px;
  border-radius: 30px;
}
.certification__item-button:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.certification__item-content.is-active {
  opacity: 1;
  pointer-events: unset;
  visibility: visible;
}

.why-supplements__wrapper {
  background: var(--color-primary);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 38px;
}
@media (max-width: 767px) {
  .why-supplements__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.why-supplements__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
}
@media (max-width: 767px) {
  .why-supplements__content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}
.why-supplements__title {
  color: var(--color-white);
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .why-supplements__title {
    margin-bottom: 28px;
    font-size: 34px;
  }
}
.why-supplements__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding-right: 38px;
}
.why-supplements__image {
  mix-blend-mode: lighten;
}
.why-supplements__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px 60px;
}
@media (max-width: 767px) {
  .why-supplements__items {
    gap: 40px 20px;
  }
}
.why-supplements__items > * {
  width: calc(25% - 60px);
}
@media (max-width: 767px) {
  .why-supplements__items > * {
    width: calc(50% - 10px);
  }
}
.why-supplements__item-title {
  line-height: 1.13;
  margin-bottom: 11px;
}
.why-supplements__item-content {
  font-size: 10px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .why-supplements__item-content {
    margin-bottom: 0;
  }
}

.why-supplements__image {
  mix-blend-mode: lighten;
}
@media (max-width: 767px) {
  .why-supplements__image {
    width: 61vw;
    padding-right: 0;
    margin: 0 auto -22vw;
  }
}

.products {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .products {
    padding-bottom: 60px;
  }
}
.products__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .products__head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .products__title {
    font-size: 33px;
  }
}
.products__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .products__media {
    display: none;
  }
}
.products__media img {
  margin: -13px auto 0;
}
.products__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 36px;
}
@media (max-width: 767px) {
  .products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products__item {
  background: #F5F5F5;
  border-radius: 28px;
  padding: 30px 70px 41px 50px;
}
@media (max-width: 767px) {
  .products__item {
    padding: 29px 16px 34px;
  }
}
.products__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}
@media (max-width: 767px) {
  .products__wrap {
    gap: 0;
  }
}
.products__badge {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-text);
  background: var(--color-white);
  display: inline-block;
  padding: 7px 37px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.products__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #353535;
}
@media (max-width: 767px) {
  .products__item-title {
    font-size: 16px;
  }
}
.products__subtitle {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-text);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .products__subtitle {
    font-size: 14px;
  }
}
.products__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .products__desc {
    font-size: 12px;
  }
}
.products__desc .marg {
  font-size: 16px;
  margin-bottom: -11px;
  display: block;
}
@media (max-width: 767px) {
  .products__desc .marg {
    font-size: 14px;
  }
}

.products__image {
  padding-right: 23px;
}
@media (max-width: 767px) {
  .products__image {
    padding-right: 21px;
  }
}

.products__content {
  padding-top: 56px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-quantity {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.supplement-product__price {
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
  color: #8C86A3;
}

.custom-quantity .custom-quantity-wrap {
  display: inline-block;
  position: relative;
}
.custom-quantity button {
  font-size: 6px;
  padding: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--color-dark);
  border: 0;
  outline: 0;
  color: var(--color-white);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.custom-quantity button:hover {
  background-color: var(--color-primary);
}
.custom-quantity button.minus {
  font-size: 2px;
}
.custom-quantity button.minus span {
  position: relative;
  left: -2px;
}
.custom-quantity input {
  text-align: center;
  width: 59px;
  height: 24px;
  border: 0px solid #C3A7D4 !important;
  border-radius: 10px;
  outline: none !important;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-dark);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-white) !important;
}
.custom-quantity {
  /* Chrome, Safari, Edge */
}
.custom-quantity input[type=number]::-webkit-inner-spin-button,
.custom-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-quantity {
  /* Firefox */
}
.custom-quantity input[type=number] {
  -moz-appearance: textfield;
}

.supplement-product__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #353535;
}

.products__head {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .products__head {
    margin-bottom: 64px;
  }
}

.products__head > * {
  padding-top: 0;
}

.products__btn,
.single_add_to_cart_button {
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 0;
  padding: 9px 23px;
  border-radius: 30px;
  text-transform: capitalize;
}
.products__btn:hover,
.single_add_to_cart_button:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.products__btn svg,
.single_add_to_cart_button svg {
  display: none;
}

.products__btn {
  background: var(--color-dark);
}

.supplement-product__content {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .supplement-product__content {
    margin-top: 9px;
  }
}

.d {
  font-family: "Raleway", sans-serif;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
@media (max-width: 767px) {
  .d {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 17px;
  }
}
.d a.added_to_cart.wc-forward {
  display: none;
}

.choose {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .choose {
    padding: 60px 0;
  }
}
.choose__title {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .choose__title {
    margin-bottom: 15px;
  }
}
.choose__content {
  font-size: 18px;
}
.choose__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .choose__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 37px;
    gap: 25px;
  }
}
.choose__item {
  width: calc(33.333% - 31px);
  background: var(--color-bg);
  border-radius: 38px;
  padding: 37px 33px 37px 61px;
}
@media (max-width: 767px) {
  .choose__item {
    width: 100%;
    padding: 38px 41px 38px 36px;
  }
}
.choose__item.is-featured {
  background: var(--color-primary);
  padding: 30px 33px 30px 61px;
}
@media (max-width: 767px) {
  .choose__item.is-featured {
    padding: 30px 33px 30px 36px;
  }
}
.choose__item.is-featured .choose__item-title {
  color: var(--color-white);
}
.choose__item.is-featured .choose__item-icon {
  font-size: 31px;
  color: var(--color-primary);
  background: var(--color-white);
  width: 78px;
  height: 78px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
}
.choose__item-wrap {
  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;
  gap: 20px;
}
.choose__item-title {
  font-size: 18px;
  font-weight: 400;
  max-width: 220px;
}
.choose__item-icon {
  font-size: 11px;
  color: var(--color-white);
  background: var(--color-primary);
  width: 62px;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  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: 50%;
}
@media (max-width: 767px) {
  .choose__item-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.testimonials {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 60px;
  }
}
.testimonials__container {
  padding-left: calc((100vw - 1300px) / 2 + 20px);
}
@media (max-width: 767px) {
  .testimonials__container {
    padding-left: calc((100vw - 100%) / 2 + 30px);
  }
}
.testimonials__title {
  margin-bottom: 50px;
}
.testimonials__items {
  margin: 0 -21px;
}
.testimonials__item {
  padding: 0 21px;
  width: 26vw;
}
@media (max-width: 767px) {
  .testimonials__item {
    width: 81vw;
  }
}
@media (min-width: 1500px) {
  .testimonials__item {
    width: 19vw;
  }
}
.testimonials__item-wrap {
  background: var(--color-bg);
  border-radius: 28px;
  padding: 20px;
}
.testimonials__item-image {
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials__item-rating {
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 9px;
}
.testimonials__item-rating > span {
  font-size: 24px;
}
.testimonials__item-rating > span::before {
  margin: 0;
}
.testimonials__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 23px;
}
.testimonials__item-title {
  font-size: 18px;
  font-weight: 400;
  color: #353535;
}

.faq {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 60px;
  }
}
.faq__media {
  width: 44.5%;
}
@media (max-width: 767px) {
  .faq__media {
    width: 100%;
  }
}
.faq__media img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .faq__media img {
    display: none;
  }
}
.faq__title {
  margin-bottom: 30px;
  text-align: center;
}
.faq__items {
  width: 55.5%;
}
@media (max-width: 767px) {
  .faq__items {
    width: 100%;
  }
}
.faq__item {
  background-color: var(--color-bg);
  border-radius: 38px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.faq__item + * {
  margin-top: 19px;
}
.faq__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 13px 13px 13px 53px;
  color: #353535;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .faq__item-title {
    font-size: 16px;
    padding: 13px 13px 13px 32px;
  }
}
.faq__item-icon {
  font-size: 11px;
  color: var(--color-white);
  background: var(--color-primary);
  width: 62px;
  min-width: 62px;
  height: 62px;
  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: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.faq__item-content {
  font-size: 14px;
  line-height: 1.46;
  color: var(--color-white);
  background-color: var(--color-bg);
}
.faq__item-wrap {
  padding: 0 53px 45px 53px;
}
@media (max-width: 767px) {
  .faq__item-wrap {
    padding: 0 32px 25px 32px;
  }
}
.faq__item-wrap {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.faq__item-inner {
  position: relative;
  width: 92%;
  padding-top: 32px;
  padding-right: 10%;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .faq__item-inner {
    margin-top: 0;
    padding-top: 15px;
    padding-right: 0;
    width: 100%;
  }
}
.faq__item-inner::before {
  content: "";
  height: 1px;
  width: 0;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.faq__item.active {
  background: var(--color-primary);
}
.faq__item.active .faq__item-title {
  color: var(--color-white);
}
.faq__item.active .faq__item-icon {
  color: var(--color-dark);
  background: var(--color-white);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq__item.active .faq__item-content {
  background: var(--color-primary);
}
.faq__item.active .faq__item-inner::before {
  width: 500px;
}
@media (max-width: 767px) {
  .faq__item.active .faq__item-inner::before {
    width: 100%;
  }
}

.accordion-content {
  display: none;
}

.slider-nav {
  padding-right: calc((100vw - 1300px) / 2 + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .slider-nav {
    margin-top: 40px;
  }
}
.slider-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;
  color: var(--color-white);
  background: var(--color-dark);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.slider-nav > *:hover {
  background: #05251F;
}

.products__item {
  position: relative;
}

.products__text {
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  z-index: 10;
  border-radius: 28px;
  padding: 41px 37px;
}
@media (max-width: 767px) {
  .products__text {
    overflow: auto;
  }
}
.products__text p + p {
  margin-top: 11px;
}
.products__text .list-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .products__text .list-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products__text .list-wrap ul {
  margin-top: 8px;
  list-style: none;
  padding-left: 0;
}
.products__text .list-wrap ul li::before {
  margin-right: 10px;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--color-white);
  display: inline-block;
  position: relative;
  top: -3px;
}
.products__text .list-wrap ul li + li {
  margin-top: 3px;
}

.list-wrap-item + .list-wrap-item {
  margin-top: 20px;
}

.products__text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.products__text.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.products__text > p:first-child {
  padding-right: 40px;
}
.products__text .products__btn {
  position: absolute;
  right: 24px;
  top: 25px;
  cursor: pointer;
  padding: 0;
  color: var(--color-dark);
  background: var(--color-white);
  width: 37px;
  height: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why-supplements__content {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .why-supplements__content {
    padding: 56px 20px 0;
  }
}

.why-supplements__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .why-supplements__media {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .hero__caption1 {
    display: none;
  }
}

.lang-switcher {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .lang-switcher {
    margin-right: 0;
  }
}
.lang-switcher .lang-current {
  cursor: pointer;
  padding: 4px 7px;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: var(--color-dark);
  background: #fff;
}
.lang-switcher .lang-current::after {
  font-family: "fontello";
  content: "\e828";
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .lang-switcher .lang-current {
    display: none;
  }
}
.lang-switcher .lang-dropdown {
  font-size: 20px;
  line-height: 1;
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .lang-switcher .lang-dropdown {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .lang-switcher .lang-dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
  }
  .lang-switcher .lang-dropdown a + a {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 768px) {
  .lang-switcher .lang-dropdown a.active {
    border-bottom: 1px solid var(--color-dark);
  }
}
.lang-switcher.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lang-switcher.active .lang-current::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*# sourceMappingURL=style.css.map */