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;
}


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, h5, 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;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

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-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-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}



:root {
  --primary-light: #fffef8;
  --primary-dark: #04322f;
  --primary-orange: #e96642;
  --primary-dark-30: #04322f4d;
  --primary: #495f11;
  --white: white;
  --gray: #ecede8;
  --black: black;
  --light-gray: #f9f9fa;
  --dark-gray: #b0b2af;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
}

body {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary-orange);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary-orange);
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  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.shop-main-banner {
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.catalog-hero.section.shop-main-banner {

  background-image: linear-gradient(#04322f66, #04322f66), url("../images/photo-14.webp");

}

.contacts-hero.section.shop-main-banner {

  background-image: linear-gradient(#04322f66, #04322f66), url("../images/photo-16.webp");

}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-button {
  border: 1px solid var(--primary-orange);
  background-color: var(--primary-orange);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.primary-button.outline-white {
  border-color: var(--white);
  background-color: #0000;
}

.primary-button.outline-white:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.primary-button.hover-white:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--primary-dark);
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary-orange);
}

.nav-link.white-style {
  color: #415448;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.blog-post-title {
  margin-top: 0;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary-orange);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  max-width: 1300px;
}

.footer {
  background-color: var(--primary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-size: 14px;
  display: inline;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--primary);
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.accordion-icon {
  color: var(--white);
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.accordion-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.link-with-arrow {
  text-transform: uppercase;
  background-image: url("../images/arr.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 40px;
  transition: all .3s;
  display: flex;
}


.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light);
  width: 50%;
  margin-left: 40px;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent var(--primary-dark);
  background-color: #0000;
  border-radius: 0;
  max-width: 100%;
  min-height: 180px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 0 18px 16px 0;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent var(--primary-orange);
}

.contacts-input {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent var(--primary-dark);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-bottom: 20px;
  padding: 0 18px 16px 0;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-width: 1px 1px 2px;
  border-color: transparent transparent var(--primary-orange);
}

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--primary-orange);
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-shop-con {
  align-items: center;
  margin-left: 20px;
  display: flex;
  display: none;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrap-one-column.top-spacing {
  margin-top: 20px;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.centered {
  justify-content: center;
}

.button-wrapper.two-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.features-wrap {
  text-align: center;
  width: 33.33%;
}

.features-image {
  height: 100px;
  margin-bottom: 20px;
}

.home-blog-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.home-blog-image:hover {
  transform: scale(1.1);
}

.blog-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.blog-image-link {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.blog-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.navbar-fixed {
  background-color: #f3efe4;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-4-blog-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials-card {
  grid-row-gap: 20px;
  border: 3px solid var(--primary-dark);
  border-radius: 20px;
  flex-direction: column;
  width: 33.33%;
  margin-top: 20px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.review-name {
  margin-bottom: 0;
}

.author-testimonial-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

.testimonials-author-horizontal {
  align-items: center;
  display: flex;
}

.additional-features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.additional-features-left {
  width: 50%;
}

.additional-features-left.about-us {
  width: 65%;
}

.feature-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.additional-features-right {
  width: 50%;
}

.additional-features-right.assymetric {
  width: 65%;
}

.additional-features-right.about-us {
  width: 35%;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.sessions-tab-link {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 30px;
  padding: 10px 18px;
}

.sessions-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.form-contacts {
  width: 100%;
  height: 100%;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.section-title-limited-width {
  width: 75%;
}

.shop-category-grid-item {
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.shop-category-grid {
  grid-column-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 840px;
  display: flex;
}

.shop-category-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-category-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-category-grid-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1.3fr .7fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-category-grid-split.reverse {
  grid-template-rows: .7fr 1.3fr;
}

.heading-category-name {
  color: var(--white);
}

.shop-category-grid-link-wrapper {
  z-index: 2;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: color .3s;
  display: flex;
  position: absolute;
  font-size: 20px;
  line-height: 150%;
}

.shop-banner {
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
grid-template-columns: 1fr 1fr;
}

.shop-banner-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 26%;
  height: 100%;
}

.shop-banner-content {
  z-index: 999;
  flex-direction: column;
  height: 100%;
  padding: 70px 60px 80px;
  display: flex;
  position: relative;

  ul {
    text-align: left;
  }
}

.testimonial-stars-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: -30px 0% auto auto;
}

.star {
  background-color: var(--primary-light);
  max-width: 150px;
}

.features-title {
  margin-bottom: 20px;
}

.images-gallery-wrapp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.image-gallery-row {
  object-fit: cover;
  border-radius: 20px;
  width: 200px;
  height: 300px;
  transform: rotate(-4deg);
}

.image-gallery-row.one {
  height: 280px;
  position: relative;
  top: 20px;
  transform: rotate(8deg);
}

.image-gallery-row.two {
  height: 280px;
  position: relative;
  top: 10px;
  transform: rotate(-3deg);
}

.image-gallery-row.three {
  height: 280px;
  position: relative;
  transform: rotate(-10deg);
}

.image-gallery-row.four {
  height: 280px;
  position: relative;
  top: 20px;
  transform: rotate(8deg);
}

.logo-nav-scroll-white {
  opacity: 1;
  max-height: 100px;
}

.home-3-title {
  z-index: 999;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.right-align-content-container {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-3-banner-discription {
  color: #fff;
  width: 42%;
  margin-top: 0;
  margin-bottom: 10px;
}

.background-video {
  background-image: 
  linear-gradient(rgba(0,0,0,0.4), rgba(0, 0, 0, 0.579)),
  url('../images/photo-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.wrapper-with-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
}

.right-image {
  object-fit: cover;
  border-radius: 20px;
  max-width: 50%;
}

.left-images-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.services-wrapp {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 46px;
  }

  .section.shop-main-banner {
    padding-top: 160px;
  }

  .footer {
    padding-top: 80px;
  }

  .section-title-wrapper {
    margin-bottom: 50px;
  }



  .blog-list {
    flex-wrap: nowrap;
  }

  .additional-features-left {
    padding-right: 40px;
  }

  .additional-features-left.about-us {
    width: 60%;
  }

  .additional-features-right.about-us {
    width: 40%;
  }

  .section-two-side-title-wrapper {
    margin-bottom: 50px;
  }

  .image-gallery-row {
    width: 230px;
  }

  .right-align-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .wrapper-with-content {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .home-4-blog-wrapper {
    grid-row-gap: 60px;
  }

  .home-3-title {
    font-size: 70px;
  }

  .background-video {
    min-height: 90vh;
  }
}

@media screen and (min-width: 1920px) {

  .base-container {
    max-width: 1400px;
  }



  .additional-features-left.about-us {
    width: 58%;
    padding-right: 60px;
  }

  .image-gallery-row {
    width: 270px;
    height: 400px;
  }

  .image-gallery-row.one, .image-gallery-row.two {
    height: 380px;
  }

  .image-gallery-row.three {
    height: 370px;
  }

  .image-gallery-row.four {
    height: 380px;
  }

  .home-3-banner-discription {
    width: 50%;
  }

  .wrapper-with-content {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {

  .section.shop-main-banner {
    min-height: 300px;
    padding-top: 90px;
  }

  .primary-button {
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
  }

  .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;
  }

  .nav-link.white-style {
    color: var(--primary-dark);
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }


  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonials-card {
    width: 100%;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
  }

  .additional-features-wrapper {
    flex-direction: column;
  }

  .additional-features-left {
    width: 100%;
  }

  .additional-features-left.about-us {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .additional-features-right, .additional-features-right.assymetric, .additional-features-right.about-us {
    width: 100%;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
  }

  .brand-tablet {
    display: block;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
  }

  .shop-banner {
    grid-row-gap: 0px;
  }

  .shop-banner-image {
    width: 100%;
    position: relative;
    max-height: 500px;
  }

  .shop-banner-content {
    padding: 40px 40px 50px;
  }

  .feature-image {
    max-height: 500px;
  }
  .right-image {
    max-width: 100%;
    max-height: 500px;
  }

  .home-3-banner-discription {
    width: 60%;
  }

  .background-video {
    min-height: 600px;
    padding-top: 130px;
  }

  .wrapper-with-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


  .left-images-wrapper {
    justify-content: center;
    width: 100%;
  }

  .services-wrapp {
    grid-row-gap: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .features-wrap {
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .additional-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .additional-features-wrapper.about-us {
    flex-direction: column-reverse;
  }

  .additional-features-left {
    width: 100%;
  }

  .additional-features-right {
    order: -1;
    width: 100%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title-limited-width {
    width: 100%;
  }

  .shop-category-grid-item {
    text-align: center;
  }

  .shop-banner {
    text-align: center;
  }

  .shop-banner-content {
    align-items: center;
    padding: 30px 30px 40px;
  }

  .image-gallery-row {
    width: 180px;
    height: 260px;
  }

  .image-gallery-row.one, .image-gallery-row.two, .image-gallery-row.three {
    height: 260px;
  }

  .image-gallery-row.four {
    display: none;
  }

  .right-align-content-container {
    flex-direction: column;
    align-items: center;
  }

  .home-3-banner-discription {
    width: 90%;
  }

  .background-video {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .wrapper-with-content {
    width: 100%;
    margin-right: 0;
  }

}

@media screen and (max-width: 479px) {

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .contacts-content-wrapper {
    text-align: center;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-links-wrapper {
    align-items: start;
  }

  .testimonials-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-author-horizontal {
    flex-wrap: wrap;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .section-two-side-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .shop-category-grid-item {
    height: 260px;
  }

  .shop-category-grid {
    grid-row-gap: 16px;
    flex-direction: column;
    height: auto;
  }

  .shop-category-grid-split, .shop-category-grid-split.reverse {
    grid-template-rows: 1fr 1fr;
  }

  .shop-banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-gallery-row {
    width: 160px;
    height: 240px;
  }

  .image-gallery-row.one {
    height: 240px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .image-gallery-row.two {
    height: 240px;
  }

  .image-gallery-row.three {
    display: none;
  }

  .right-align-content-container {
    text-align: center;
  }

  .wrapper-with-content {
    text-align: center;
    align-items: center;
  }

  .left-images-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 991px) {
  .search-shop-con {
    display: block;
  }
  #burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 20px;
    cursor: pointer;
  }
  
  #burger span {
    display: block;
    height: 3px;
    background-color: rgb(81, 81, 81);
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  #burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  
  #burger.active span:nth-child(2) {
    opacity: 0;
  }
  
  #burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
    transition: left 0.3s ease;
    z-index: 999;
    justify-content: start;
  }
  
  .nav-menu.open {
    left: 0;
  }
  
  .nav-menu .nav-link {
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
  }

  .brand-tablet {
    max-width: 100px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.home-delivery {
  li {
    color: #fff;
  }

  ul {
    color: #fff;
  }
}

.home-faq {

  & .accordion-list {
    p {
      color:#fff;
    }
  }

}

.accordion-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

.accordion-toggle.open .accordion-icon {
  transform: rotate(45deg);
}

.accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-values {
  li {
    color: var(--primary-dark);
  }
}

.old-price {
  text-decoration: line-through;
  font-size: 12px;
}

.checkbox-wrapper {
  margin-bottom: 15px;

  input {
    margin-right: 10px;
  }

  a {
    color: var(--primary-orange);
  }
}

.contact-section {
  & .footer-link {
    color: var(--primary-dark);
  }

  & .footer-link:hover {
    color: var(--primary-orange);
  }

  & .contacts-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

.legal {
  & .additional-features-left {
    width: 100%;
  }
  
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    margin-bottom: 30px;
  }

  ul {
    margin-bottom: 30px;
  }
}

.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;
  }

  a {
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 991px) {
  .shop-banner {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .logo-nav-scroll-white {
    max-height: 150px;
  }

  .w-input,
  .contacts-textarea {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .legal {
    h1 {
      font-size: 30px;
    }

    h2 {
      font-size: 20px;
    }
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .home-hero {
    & .primary-button {
      width: 100%;
    }
  }
  
  .logo-nav-scroll-white {
    max-width: 100px;
  }

  .nav-menu {
    width: 50%;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .shop-banner {
    text-align: left;
  }

  .accordion-item {
    text-align: left;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  h2 {
    font-size: 25px;
  }
}

section {
  overflow: hidden;
}