html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary-light: #fcf6ec;
  --text-dark: #2e2521;
  --paragraph-gray: #4b4d4e;
  --primary: #e09d20;
  --small-round: 10px;
  --primary-16: #7d192029;
  --medium-round: 16px;
  --dark-gray: #afafaf;
  --white: white;
  --dark-gray-50: #afafaf80;
  --full: 50%;
  --white-50: #ffffff80;
  --black: black;
  --round-50: 50px;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: #fff;
  color: var(--text-dark);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.dark-background {
  background-color: var(--text-dark);
}

.section.about-us-banner {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button {
  background-color: var(--primary);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--text-dark);
  opacity: 1;
  color: var(--primary-light);
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--text-dark);
  border-radius: 50px;
}

.nav-link {
  color: var(--primary-light);
  text-transform: capitalize;
  padding: 20px;
  font-size: 16px;
  transition-property: opacity;
  transition-duration: .5s;
}

.nav-link:hover {
  opacity: .5;
  color: var(--primary-light);
}

.banner-title {
  color: var(--primary-light);
  text-align: center;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  z-index: 15;
  background-color: var(--text-dark);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.footer-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-large {
  font-size: 18px;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--primary-light);
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  border-radius: var(--medium-round);
  background-color: var(--primary-16);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-background {
  background-color: var(--text-dark);
}

.contacts-form-wrapper {
  grid-row-gap: 40px;
  border-radius: var(--medium-round);
  background-color: var(--primary-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;

  a {
    color: #000;
    text-decoration: underline;
  }
}

.contacts-detail {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Inter;
}

.footer-links-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-links-wrapper.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.search-shop-con {
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  background-color: var(--primary-light);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: clip;
}

.primary-button-white:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
  background-color: #0000;
}

.home-banner-section {
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 220px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.review-name {
  margin-bottom: 8px;
}

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  display: block;
}

.testimonials-author-horizontal {
  align-items: center;
  display: flex;
}

.menu-wrap {
  background-color: var(--text-dark);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button-black {
  background-color: var(--text-dark);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: clip;
}

.primary-button-black:hover {
  color: var(--primary-light);
}

.shop-tabs {
  width: 100%;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.position-relative {
  z-index: 20;
  position: relative;

  & .base-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.form-contacts {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  color: var(--text-dark);
  width: 100%;
  margin-bottom: 0;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.415);
  }
}

.full-image.parallax {
  object-position: top;
  height: 130%;
  transform: translate(0, -20%);
}

.inner-medium-space {
  grid-row-gap: 50px;
}

.banner-container-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.description-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover-image.parallax {
  object-position: 50% 100%;
}

.horizontal-line {
  background-color: var(--primary);
  opacity: .2;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-title-width {
  max-width: 800px;
}

.about-items-grid-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.inner-small-space {
  grid-row-gap: 24px;
}

.about-items-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item-about {
  border-radius: var(--small-round);
  background-color: var(--text-dark);
  overflow: clip;
}

.item-about.red {
  background-color: var(--primary);
}

.item-about-intro {
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.item-about-intro.large {
  padding: 30px;
}

.vertical-8 {
  grid-row-gap: 8px;
}

.top-item-about {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.subtitle-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;

  img {
    max-width:100px;
  }
}

.image-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  display: grid;
  position: relative;
}

.product-image-cart {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.top-item-prod {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.item-product-intro {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}

.item-product-intro.page {
  grid-row-gap: 20px;
}

.product-name {
  max-width: 200px;
}

.product-image-link {
  height: 300px;
  transition-property: transform;
  transition-duration: .45s;
}

.product-image-link:hover {
  transform: rotate(15deg)scale(.9);
}

.name-product {
  color: var(--primary-light);
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.name-product:hover {
  color: var(--primary-light);
}

.clip {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.clip-text-wrapper {
  overflow: hidden;
}

.event-section-description {
  max-width: 540px;
}

.full-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-image-wrapper.round {
  border-radius: var(--medium-round);

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.415);
    z-index: 2;
  }
}

.text-btn {
  z-index: 10;
  position: relative;
}

.hover-primary {
  background-color: var(--primary);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
  bottom: -150%;
  left: 50%;
  transform: translate(-50%);
}

.hover-primary.dark {
  background-color: var(--text-dark);
}

.hover-primary.light {
  background-color: var(--primary-light);
}

.primary-button-link {
  background-color: var(--primary);
  color: var(--primary-light);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: clip;
  transition: transform .35s;
}

.primary-button-link:hover {
  opacity: 1;
  color: #fff;
  transform: scale(1.1);
}

.count-text.light-about {
  color: #fcf6ecb3;
}

.tab-link-blured {
  cursor: pointer;
}

.feature-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-image-large {
  border-radius: var(--medium-round);
  object-fit: cover;
  width: 100%;
  height: 450px;
  overflow: clip;
}

.nav-butoons {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.nav-tablet-btn {
  display: none;
}


.footer-relative-wrapper {
  position: relative;
}

.footer-40gap {
  grid-row-gap: 40px;
}

.right-footer-wrapper {
  justify-content: space-between;
}

.vertical-24 {
  grid-row-gap: 24px;
}

.vertical-24.centered {
  justify-content: flex-start;
  align-items: center;
}

.about-items-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.item-about-no-round {
  background-color: var(--text-dark);
  height: 100%;
}

.item-about-no-round.red {
  background-color: var(--primary);
}

.image-left {
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image-right {
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.about-items-grid-2-absolut {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.testimonials-home-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.testimonials-card-full {
  grid-row-gap: 30px;
  border-radius: var(--small-round);
  background-color: #7d19201a;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 20px;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonials-card-full.red {
  background-color: var(--primary);
}

.author-ab {
  z-index: -1;
  border-radius: var(--small-round);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.expand-number {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.vertical-16 {
  grid-row-gap: 16px;
}

.light-text {
  color: #fcf6ec80;
}

.soc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 300px;
  text-align: right;
}

.numbers-hero-grid-about {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.number-grid-about {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start end;
}

.expand-feature-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 4px solid var(--primary-light);
  border-top-right-radius: var(--medium-round);
  border-bottom-right-radius: var(--medium-round);
  text-align: right;
  background-color: #fcf6ec29;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: border .35s;
  overflow: hidden;
}

.expand-feature-about:hover {
  border-left-color: var(--primary);
}

.numbers-image-large-about {
  border-radius: var(--medium-round);
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.image-team {
  border-radius: var(--small-round);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 290px;
}

.banner-bottom-overlay {
  background-image: linear-gradient(0deg, #0006, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text-style-event h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 28px;
}

.rich-text-style-event ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style-event h1 {
  font-size: 40px;
}

.contact-field-wrapper {
  grid-row-gap: 12px;
}

.button-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--small-round);
  justify-content: space-between;
  align-items: flex-start;
}

.contact-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}

.product-image {
  border: 2px solid var(--primary-light);
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 170px;
  display: flex;
}

.product-item {
  height: 100%;
}

.product-collection-item {
  border-radius: var(--medium-round);
  background-color: var(--primary);
  height: 100%;
}

.bg-video-contact {
  z-index: 2;
  border-radius: var(--medium-round);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;

  h1 {
    font-size: 40px;
  }
}

.contacts-input-page {
  border: 1px solid var(--primary-light);
  border-radius: var(--medium-round);
  background-color: var(--primary-16);
  color: var(--paragraph-gray);
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input-page:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea-page {
  border: 1px solid var(--primary-light);
  border-radius: var(--medium-round);
  background-color: var(--primary-16);
  color: var(--paragraph-gray);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea-page:focus {
  border: 1px solid var(--primary);
}

.flex-block-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
}

.products-grid-hero {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-label {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  .section.about-us-banner {
    padding-top: 160px;
  }

  .section.top-space-small {
    padding-top: 80px;
  }

  .nav-container {
    width: 100%;
    min-width: auto;
  }

  .footer {
    padding-top: 80px;
  }

  .item-about-intro.large {
    padding: 40px;
  }

  .image-section-wrapper {
    grid-template-columns: .75fr 1fr;
  }

  .item-product-intro {
    padding-top: 30px;
  }

  .product-name {
    max-width: 350px;
  }

  .feature-image-large {
    height: 560px;
  }

  .item-about-no-round {
    min-height: 330px;
  }

  .testimonials-card-full {
    min-height: 320px;
  }

  .image-team {
    height: 360px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  .section.about-us-banner {
    min-height: 300px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contacts-form-wrapper {
    order: -1;
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .search-shop-con {
    display: none;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .menu-wrap {
    background-color: var(--text-dark);
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .banner-title-width {
    max-width: 460px;
  }

  .about-items-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-section-wrapper {
    grid-template-columns: 1.5fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-name {
    max-width: 270px;
  }

  .name-product {
    font-size: 22px;
  }
  .feature-image-large {
    height: 350px;
  }

  .nav-tablet-btn {
    margin-top: 24px;
    display: block;
  }

  .right-footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-items-grid-2, .about-items-grid-2-absolut {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-home-grid {
    grid-template-columns: 1fr 1fr;
  }

  .expand-feature-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .numbers-image-large-about {
    max-height: 420px;
  }

  .image-team {
    height: 300px;
  }

  .contact-item-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }



  .products-grid-hero {
    grid-column-gap: 12px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    justify-content: center;
    align-items: center;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .home-banner-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .inner-medium-space {
    grid-row-gap: 40px;
  }

  .about-items-grid-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .image-section-wrapper {
    grid-template-columns: 1fr;
    padding: 40px 130px 40px 20px;
  }

  .product-name {
    max-width: 100%;
  }

  .count-text {
    max-width: 100%;
  }

  .feature-image-large {
    height: 200px;
  }



  .footer-relative-wrapper {
    grid-template-columns: 1fr;
  }

  .item-about-no-round {
    height: 100%;
  }

  .numbers-hero-grid-about {
    grid-template-columns: 1fr;
  }

  .numbers-image-large-about {
    height: 250px;
  }

  .image-team {
    height: 280px;
  }

  .contact-item-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bg-video-contact {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .products-grid-hero {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {

  .base-container.mobile-without-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .accordion-item {
    padding: 10px 15px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-links-wrapper.right {
    justify-content: flex-start;
    align-items: center;
  }

  

  .home-banner-section {
    grid-row-gap: 100px;
  }

  .banner-container-bottom {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .description-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .about-items-grid {
    grid-template-columns: 1fr;
  }

  .image-section-wrapper {
    padding-right: 20px;
  }


  .feature-image-grid {
    grid-template-columns: 1fr;
  }

  .right-footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vertical-24.mobile-center {
    justify-content: flex-start;
    align-items: center;
  }

  .about-items-grid-2 {
    grid-template-columns: 1fr;
  }

  .item-about-no-round {
    min-height: 240px;
  }

  .image-left {
    width: 100%;
    height: 240px;
    display: none;
  }

  .image-right {
    width: 100%;
    height: 240px;
  }

  .about-items-grid-2-absolut {
    display: none;
  }

  .testimonials-home-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .testimonials-card-full {
    min-height: 250px;
  }

  .empty-div {
    height: 240px;
  }

  .empty-div.hide {
    display: none;
  }

  .soc-wrapper {
    flex-flow: row;
  }

  .contact-item-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: start;
  }

  .bg-video-contact {
    padding: 15px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .products-grid-hero {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
.nav-menu {
  max-height: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  transition: max-height 0.5s ease-in-out;
}

.nav-menu.open {
  max-height: 500px;

  & .menu-wrap {
    transform: translateY(0);
  }
}

.w-nav-button {
display: block;
}

.menu-wrap {
  transform: translateY(-200%);
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.burger-line {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}


}

.home-about {
  & .text-white {
    color: #000;
  }

  ul {
    background-color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style-type: none;
    padding-left: 0;
  }
}

.about-image {
  height: 100%;

  img {
    height: 100%;
    object-fit: cover;
  }
}
.home-popular,
.home-reviews {
  & .about-items-grid-title .text-white {
    color: #000;
  }

  & .w-layout-vflex {
    margin-bottom: 30px;
  }
}

.about-story {
  & .cover-image.parallax {
    transform: inherit;
  }

  .item-about-no-round {
    height: 100%;
  }
}

.home-team {
  & .text-white {
    color: #000;
  }
}

.feature-image-large:nth-child(2) {
  grid-column: 2/4;
}

.feature-image-large:nth-child(3) {
  grid-column: 1/3;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.accordion-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}

.accordion-title {
  margin: 0;
  font-size: 16px;
}

.accordion-icon {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-list-content {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 15px;
}

.accordion-item.active .accordion-icon {
  color: #00704A;
}

.about-faq {
  padding-top: 20px;
}

.home-services {
  & .image-section-wrapper {
    margin-bottom: 0;
    margin-top: 0;
  }

  & .image-section-wrapper {
    grid-template-columns: 1fr 2fr;
  }
}

.checkbox-label {
  color: #000;
  

  input {
    margin-right: 10px;
  }
}

.legal {
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}

.about-story {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .numbers-hero-grid-about {
    grid-template-columns: 1fr;
  }

  .cover-image.parallax {
    object-position: center;
  }

  .number-grid-about.w-layout-vflex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-about {
    & .image-section-wrapper {
      padding-left: 0;
    }
  }

  .testimonials-card-full {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .home-about {
    & .image-section-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .about-image {
    & img {
      width: 100%;
      max-height: 500px;
    }
  } 

  .number-grid-about.w-layout-vflex {
    grid-template-columns: 1fr;
  }

  .number-grid-about {
    justify-content: start;
    place-items: inherit;
  }

  .testimonials-home-grid {
    grid-template-columns: 1fr;
  }

  .about-items-grid-2, .about-items-grid-2-absolut {
    grid-template-columns: 1fr;
  }

  .right-footer-wrapper.w-layout-hflex {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .footer-links-wrapper.right {
    justify-content: start;
    align-items: start;
    text-align: left;
  }

  .soc-wrapper {
    justify-content: start;
    align-items: start;
    text-align: left;
    flex-wrap: wrap;
    gap: 30px;
  }

  .home-services {
    & .image-section-wrapper {
      grid-template-columns: 1fr;
    }
  } 

  .legal {
    h1 {
      font-size: 30px;
    }
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .products-grid-hero {
    row-gap: 100px;
  }

  .tab-link-blured .text-white {
    font-size: 18px;
  }

  .feature-image-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .feature-image-large:nth-child(2),
  .feature-image-large:nth-child(3) {
    grid-column: inherit;
  }
}