.home-slider {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.mb {
  margin-bottom: var(--main-margin);
}

.home-slider-item {
  display: flex !important;
  padding: clamp(14.38rem, 13.0159rem + 5.8201vw, 20rem) 0;
  background-size: contain;
  background-position: center;
}

.swiper {
  width: 100vw;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: clamp(41.88rem, 38.8460rem + 12.9450vw, 54.38rem);
  box-sizing: border-box;
}

.slider-overlay.blur-effect {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  padding: 40px;
  border-radius: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
  z-index: 1;
}

.blur-effect::before,
.main-navigation ul ul:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(196, 196, 198, 0.3);
  backdrop-filter: blur(3.5px) saturate(180%);
  -webkit-backdrop-filter: blur(3.5px) saturate(180%);

  z-index: -1;
}




.swiper-button-prev.custom-swiper-arrow {
  left: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
}

.swiper-button-next.custom-swiper-arrow {
  right: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
}


.slider-logo {
  width: 72px;
  margin-bottom: 16px;
}

.slider-title {
  color: #fff;
  font-size: clamp(2rem, 1.7269rem + 1.1650vw, 3.125rem);
  font-weight: 700;
  line-height: 120%;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(18, 102, 65, 0.85);
  /* твой фон, если нужен */
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
  /* скрыть стандартную стрелку Swiper */
}

.swiper-button-next.custom-swiper-arrow,
.swiper-button-prev.custom-swiper-arrow {
  filter: drop-shadow(0px 20px 32px rgba(15, 96, 56, 0.25)) drop-shadow(0px 8px 8px rgba(15, 96, 56, 0.15)) drop-shadow(0px 4px 4px rgba(15, 96, 56, 0.05));
  color: transparent;
}

.custom-swiper-arrow svg {
  width: 22px !important;
  height: 22px !important;

}
.swiper-button-next.custom-swiper-arrow {
    right: 20px!important;
}
.swiper-button-prev.custom-swiper-arrow {
    left: 5px!important;
}

h2.block-title,
h1.block-title {
  font-size: clamp(1.625rem, 1.4733rem + 0.6472vw, 2.25rem);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  line-height: 150%;
  color: var(--Green);
}

hr.horizontal-line {
  background-color: #D4D4D4;
  border-radius: 50px;
  height: 2px;
  margin: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem) 0;
}

hr.green-line {
  background-color: #0F6037;
}

h2.left-title,
h1.left-title {
  text-align: left;
}

.text-container {
  position: relative;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.collapsible-content.expanded {
  max-height: none;
  opacity: 1;
}

.see-more-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 5px 0;
  font-weight: 500;
}

.see-more-btn:hover {
  text-decoration: underline;
}

.custom-left {
  background-color: #D4D4D4;
  padding-left: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
}

main#primary {
  padding-top: clamp(1.25rem, 2.5307rem + -5.4645vw, 1.875rem);
  margin-bottom: var(--main-margin);
}

.home main#primary {
  padding-top: 0;
}

p#breadcrumbs {
  margin-bottom: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
  color: #0F6037;
  font-size: 14px;
}

p#breadcrumbs a {
  color: #0C1E13;
}

h1.entry-title {
  font-size: clamp(1.75rem, 1.6286rem + 0.5178vw, 2.25rem);
  line-height: 150%;
  color: var(--Green);
  margin-bottom: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  text-transform: uppercase;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #0C1E13;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}

.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span,
.catalog-description h2 span,
.catalog-description h3 span,
.catalog-description h4 span,
.catalog-description h5 span,
.catalog-description h6 span {
  font-weight: 700 !important;
}

.entry-content p {
  font-size: 18px;
}

.entry-content li {
  margin-bottom: 10px;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 14px;
}

.home .about-block.mb {
  display: flex;
  column-gap: 30px;
  background-color: #D4D4D4;
  overflow: hidden;
}

.custom-left {
  background-color: #D4D4D4;
  padding-left: clamp(1rem, -1.1348rem + 8.7582vw, 9.375rem);
  flex: 0 0 36.2%;
  max-width: 36.2%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-right {
  flex: 0 0 63.8%;
  max-width: 63.8%;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.custom-right img {
  object-fit: cover;
}

a.btn {
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 700;
  line-height: 120%;
  background-color: var(--Accent);
  color: #F9F9F9;
  padding: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  max-width: 380px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

a.btn.white-btn {
  background-color: #F9F9F9;
  color: var(--Accent);
}

#mob-menu li.menu-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E5E9;
  width: 100%;
}

.seo-block h2.block-title {
  margin-bottom: clamp(1.563rem, 1.4873rem + 0.3231vw, 1.875rem);
}

button.see-more-btn {
  color: #0F6037;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0 auto;
  width: 100%;
}

.p-f {
  margin-top: -200px;
  padding-top: 200px;
}

.about-first {
  padding: clamp(1.875rem, 1.2682rem + 2.5890vw, 4.375rem) 0;
  background-color: #D4D4D4;
}

.about-first .container {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 0.5097rem + 5.8252vw, 7.5rem);
}

.flex {
  flex: 1;
}

.about-first-right img {
  border-radius: clamp(0.975rem, 0.7566rem + 0.9320vw, 1.875rem);
}

p.about-first-left-text {
  color: #0C1E13;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}

ul.about-first-left-text {
  padding-left: 19px;
  color: #0C1E13;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  margin-bottom: 14px;
}

ul.about-first-left-text li {
  margin-bottom: 10px;
}

ul.about-first-left-text li:last-child {
  margin-bottom: 0;
}

a.btn.green-btn {
  background: var(--Accent);
  color: #F9F9F9;
}

a.w-100 {
  width: 100%;
  max-width: 100%;
}

.about-page h1.entry-title {
  color: #0C1E13;
}

.about-block__item img {
  display: flex;
  border-radius: clamp(0.975rem, 0.7566rem + 0.9320vw, 1.875rem);
}

.about-page .about-block {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
}

.about-block {
  display: flex;
  align-items: stretch;
}

.about-block h2.block-title {
  margin-bottom: 20px;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.lb {
  margin-bottom: clamp(3.75rem, 3.1432rem + 2.5890vw, 6.25rem);
}

.map {
  background-color: #0C1E13;
  padding: clamp(2.5rem, 1.8932rem + 2.5890vw, 5rem) 0;
}

.map svg {
  width: 100%;
  height: auto;
}

.team__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 0.1663rem + 1.4239vw, 1.875rem);
}

.team__block_img {
  display: flex;
}

.team__block_item {
  border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
  background: var(--White, #F9F9F9);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.team__block_info {
  padding: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
}

h3.team__block_title {
  margin-bottom: clamp(0.5rem, 0.4393rem + 0.2589vw, 0.75rem);
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  line-height: 150%;
  color: #0C1E13;
}

p.team__block_position {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 157%;
}

#contact-page {
  margin: 20px 0 var(--main-margin);
}

.contact-page-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pb {
  padding-bottom: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem);
  margin-bottom: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem);
  border-bottom: 2px solid var(--Accent);
}

.contact-page-block__item img {
  border-radius: clamp(0.938rem, 0.7106rem + 0.9704vw, 1.875rem);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: flex;
}

p.contact-page-block-text {
  margin-bottom: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  color: #4F4F4F;
  line-height: 150%;
}

.contact-page-block-contact-link {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, 1.0376rem + 0.9061vw, 2.125rem);
}

a.contact-page-block-contact-link-item,
span.contact-page-block-contact-link-item {
  color: #4F4F4F;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  column-gap: 14px;
  transition: 0.3s ease;
}

a.contact-page-block-contact-link-item:hover {
  color: var(--Accent);
  transition: 0.3s ease;
}

.contact-page-block-form {
  display: flex;
  gap: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem);
  border-radius: clamp(0.938rem, 0.7106rem + 0.9704vw, 1.875rem);
  overflow: hidden;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #D4D4D4;
}

hr.contact-page-block-hr {
  height: 2px;
  background-color: var(--Accent);
  border-radius: 50px;
  margin: clamp(1.875rem, 0.8131rem + 4.5307vw, 6.25rem) 0 var(--main-margin);
}

.contact-page-block-form_item.c-bg.flex {
  padding: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem) 0 clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem) clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem);
}

.contact-page-block-form_item.flex.c-img {
  min-height: 244px;
  background-position: center;
  background-size: cover;
}

span.wpcf7-form-control-wrap input {
  width: 100%;
  background-color: transparent;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  border: none;
  border-bottom: 2px solid #4F4F4F;
  border-radius: 0;
  opacity: 1;
  color: #4F4F4F;
  padding: 0 0 8px 0;
  font-weight: 300;
  margin-bottom: 16px;
}

span.wpcf7-form-control-wrap input::placeholder {
  color: #4F4F4F;
  opacity: 1;
}

span.wpcf7-form-control-wrap input:focus {
  outline: none;
  border-bottom: 2px solid #0F6037;
  color: #0F6037;
}

span.wpcf7-form-control-wrap input:focus::placeholder {
  color: #0F6037;
  opacity: 1;
}

span.wpcf7-form-control-wrap input:focus {
  outline: none;
}

label.policy-label {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: 400;
  line-height: 120%;
  color: #0C1E13;
  margin: 14px 0 clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem) 0;
  display: flex;
  align-items: center;
  column-gap: 4px;
  flex-wrap: wrap;
  row-gap: 10px;
}

label.policy-label a {
  color: #0C1E13;
  font-weight: 600;
  text-decoration: underline;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #F9F9F9;
  background-color: var(--Accent);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  border: 2px solid var(--Accent);
  width: 100%;
  margin-top: calc(2.75rem - clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem));
}

span.wpcf7-spinner {
  display: none;
}

span.wpcf7-not-valid-tip {
  color: #FF8A90;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  margin-bottom: 3px;
  border-bottom: 2px solid #FF8A90;
  color: #FF8A90;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.wpcf7-not-valid::placeholder,
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid::placeholder,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid::placeholder {
  color: #FF8A90;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form input[type="submit"]:disabled,
.wpcf7 form button[type="submit"]:disabled {
  background: #B1BDB7 !important;
  color: #F9F9F9 !important;
  cursor: not-allowed !important;
  border: 2px solid #B1BDB7 !important;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

h2.contact-page-block-form-title {
  margin-bottom: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
  font-size: clamp(1.625rem, 1.3519rem + 1.1650vw, 2.75rem);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--Accent);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 0.1663rem + 1.4239vw, 1.875rem);
}

.product-item {
  border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
  overflow: hidden;
  background: #F9F9F9;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-item:hover {
  box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.15), 0px 8px 8px 0px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.product-image {
  display: flex;
  margin-bottom: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
}

.product-item h3.product-title {
  margin: 0 clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem) clamp(0.75rem, 0.6286rem + 0.5178vw, 1.25rem);
  color: #0C1E13;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 700;
  line-height: 130%;
}

span.product-price {
  font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
  font-weight: 700;
  line-height: 120%;
  color: var(--Accent);
  text-transform: uppercase;
}

.product-content-btn {
  display: flex;
  flex-direction: column;
  margin: 0 clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem) clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
  row-gap: 10px;
  height: 100%;
  justify-content: flex-end;
}

.product-item a.btn {
  font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
  line-height: normal;
}

.container.catalog-container {
  max-width: 1210px;
  margin: 0 auto;
}

.catalog-description.collapsible {
  max-height: 200px;
  overflow: hidden;
  transition: max-height .3s ease;
  margin-top: 40px;
  position: relative;
}

.catalog-description.collapsible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  /* высота области затухания */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.catalog-description.collapsible.open::after {
  display: none;
}



.catalog-description.collapsible.expanded {
  max-height: none;
}

.see-more-btn {
  display: block;
  margin: 1em auto;
}

.catalog-page p#breadcrumbs {
  margin-bottom: clamp(2.5rem, 2.3483rem + 0.6472vw, 3.125rem);
}

.catalog-page h1.page-title {
  font-size: clamp(1.75rem, 1.6286rem + 0.5178vw, 2.25rem);
  line-height: 120%;
  text-transform: uppercase;
  color: #0C5331;
  margin-bottom: 12px;
}

.cat-slogans{
            position:relative;
            min-height:1.6em;
                margin-bottom: 30px;
        }
        .cat-slogan{
            position:absolute;
            left:0; top:0;
            right:0;
            opacity:0;
            transform: translateY(8px);
            transition: opacity .6s ease, transform .6s ease;
            will-change: opacity, transform;
            pointer-events:none;
    font-size: 24px;
    font-weight: 600;
    line-height: auto;
    color: #0C1E13;

        }
        .cat-slogan.is-active{
            opacity:1;
            transform: translateY(0);
        }

/* .block_categories {
  margin: 60px 0;
} */

.catalog-description p,
.catalog-description li {
  color: #4F4F4F;
  font-size: 16px;
  line-height: 160%;
}

.catalog-description ul,
.catalog-description ol {
  padding-left: 18px;
  margin-bottom: 16px;
}

.catalog-description img,
.woocommerce-Tabs-panel img {
  border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

.catalog-description li {
  margin-bottom: 12px;
}

.catalog-description li:last-child {
  margin-bottom: 0;
}

.catalog-description h2,
.catalog-description h3,
.catalog-description h4,
.catalog-description h5,
.catalog-description h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #0C1E13;
  margin-bottom: 20px;
  margin-top: 30px;
}

.catalog-description h2:first-child {
  margin-top: 0;
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-3,
.col-md-9 {
  box-sizing: border-box;
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-3 {
  display: none;
}

.catalog_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.5rem, 0.1663rem + 1.4239vw, 1.875rem);
}

h2.left-title.ig-title.block-title {
  margin-bottom: 0;
}

#sb_instagram #sbi_images {
  padding: 0;
}

svg.svg-inline--fa.fa-clone.fa-w-16.sbi_lightbox_carousel_icon {
  display: none !important;
}

.text-container ol,
.text-container ul {
  color: #4f4f4f;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 14px;
  padding-left: 19px;
}

.text-container ol li,
.text-container ul li {
  margin-bottom: 10px;
}

.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
  color: var(--Green);
  font-weight: 700;
  margin: 20px 0;
  line-height: 150%;
}

.custom-slider__main {
  position: relative;
  overflow: hidden;
}

.custom-slider__main #js-current-media,
.custom-slider__main .media-fade-in {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.media-fade-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  will-change: opacity;
  transform: translateZ(0);
}

a.product-link {
  display: flex;
  flex-direction: column;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  display: flex;
  align-items: center;
  padding-bottom: 8px !important;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  MARGIN-TOP: 20PX;
}

.team-single {
  padding-top: clamp(2.5rem, 2.3483rem + 0.6472vw, 3.125rem);
}

.team-single p#breadcrumbs {
  margin-bottom: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
}

.team-grid {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
  align-items: start;
}

.team-header {
  margin-bottom: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
}

.team-name {
  font-size: clamp(2rem, 1.4235rem + 2.4595vw, 4.375rem);
  line-height: normal;
  margin-bottom: clamp(0.5rem, 0.3786rem + 0.5178vw, 1rem);
}

.team-position {
  color: #0C1E13;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  line-height: normal;
  margin-bottom: 16px;
}

.team-state {
  color: #0C1E13;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  line-height: normal;
  font-weight: 500;
  margin-bottom: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
}

.team-hours .row {
  display: flex;
  gap: clamp(0.75rem, 0.6286rem + 0.5178vw, 1.25rem);
  align-items: flex-start;
}

.team-hours .icon {
  display: flex;
  max-width: clamp(3.125rem, 2.5182rem + 2.5890vw, 5.625rem);
}

.col div {
  color: #0C1E13;
  font-weight: 500;
  line-height: normal;
  font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.team-hours .col {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

hr.social_hr {
  margin: 0 clamp(0rem, -0.1517rem + 0.6472vw, 0.625rem);
  background-color: #0F6038;
  display: block;
  height: clamp(2rem, 1.1201rem + 3.7540vw, 5.625rem);
  width: 2px;
}

.team-help.box {
  background: #DBE7E1;
  border-left: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem) solid #0C5331;
  border-radius: 0 20px 20px 0;
  padding: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
  color: #0C5331;
  font-style: italic;
}

.team-help .box-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  margin-bottom: 10px;
  line-height: normal;
}

.team-help .box-list {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1rem, 0.9090rem + 0.3883vw, 1.375rem);
  padding-left: 20px;
  line-height: 160%;
}

.team-content li,
.team-content p {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-weight: 500;
  line-height: 160%;
  color: #0C1E13;
}

.team-content ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  margin-bottom: 30px;
}

.team-content p:not(:last-child) {
  margin-bottom: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
}


.team-right .photo-card {
  background: #D9D9D9;
  border-radius: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  overflow: hidden;
}

.photo-main {
  margin-bottom: clamp(1.125rem, 1.0340rem + 0.3883vw, 1.5rem);
}

.photo-main img {
  width: 100%;
  display: block;
}

.photo-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.813rem, 0.6463rem + 0.7115vw, 1.5rem);
  margin: 0 20px;
}

.photo-thumbs .thumb {
  border: 0;
  padding: 0;
  background: #f3f3f6;
  border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
  overflow: hidden;
  cursor: pointer;
}

.photo-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.socials {
  display: flex;
  align-items: center;
  margin: clamp(1.25rem, 0.7949rem + 1.9417vw, 3.125rem) 20px;
  gap: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}
.socials svg {
  height:auto;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2rem, 1.1201rem + 3.7540vw, 5.625rem);
  height: clamp(2rem, 1.1201rem + 3.7540vw, 5.625rem);
  transition: transform .15s;
}

.socials a:hover {
  transform: translateY(-1px);
}

a.btn.open-popup.btn-primary.btn-lg {
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: -webkit-fill-available;
  display: inline-flex;
  margin: 0 20px clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  padding: clamp(0.75rem, 0.5680rem + 0.7767vw, 1.5rem);
  box-sizing: border-box;
  box-shadow: 0 20px 32px 0 rgba(15, 96, 56, 0.25), 0 8px 8px 0 rgba(15, 96, 56, 0.15), 0 4px 4px 0 rgba(15, 96, 56, 0.05);
  font-size: clamp(1.25rem, 1.0534rem + 0.8388vw, 2.06rem);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  row-gap: 10px;
}

a.btn.open-popup.btn-primary.btn-lg span {
  FONT-WEIGHT: 400;
  text-transform: lowercase;
  font-size: clamp(0.875rem, 0.7536rem + 0.5178vw, 1.375rem);
}

a.btn.open-popup.btn-primary.btn-lg br {
  content: "";
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.contact-card svg {
  width: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  height: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

.contact-card {
  border-radius: 12px;
  padding: 0 20px clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  display: grid;
  gap: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.contact-card .item {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem);
}

.contact-card .item div {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.contact-card .label {
  font-size: clamp(1.5rem, 1.4090rem + 0.3883vw, 1.875rem);
  color: #0C5331;
  line-height: normal;
  font-weight: 700;
}

.contact-card .value {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-weight: 500;
  line-height: normal;
  color: #0F6038;
}

header.team-header.mobile {
  display: none;
}
.icon svg {
    width: clamp(3.125rem, 2.5182rem + 2.5890vw, 5.625rem);
    height: clamp(3.125rem, 2.5182rem + 2.5890vw, 5.625rem);
}
main#primary.team-archive {
    padding-top: 0;
}
h3.position-title {
    font-size: clamp(1.125rem, 0.9126rem + 0.9061vw, 2rem);
    line-height: normal;
    margin-bottom: 20px;
}
section.team-group {
    margin-bottom: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
}
section.team-group:last-child {
    margin-bottom: 0;
}
.floating-product-card span.close-popup {
    z-index: 2;
    top: -20px;
    right: 0;
}
.sbi_photo img {
    border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
}

#sb_instagram #sbi_images .sbi_item {
  border-radius: clamp(0.625rem, 0.4733rem + 0.6472vw, 1.25rem);
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

#sb_instagram .sbi_photo,
.sbi_photo_wrap {
    height: 100% !important;
}
.footer__instagram__item_title_block {
    display: flex
;
    align-items: center;
    margin-bottom: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
    column-gap: 20px;
}
p.variation-note.non-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: var(--Accent);
}


@media (max-width: 800px) {
    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)!important;
    }
}

