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: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #f8f3ef;
  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;
  object-fit: cover;
}

.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 {
  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;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.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:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.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-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  display: block;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;

}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-nav-brand {
  max-width: 150px;
}

@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-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-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;
  }
}

:root {
  --body: #333;
  --title: black;
  --bg: #fff;
  --primary: #aa7248;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

@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 {
  color: var(--body);
  font-family: RobotoSlab, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: RobotoSlab, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

.navbar {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 14px;
  padding-bottom: 14px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-right {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.search-input-mobile:focus-visible {
  border-color: #605c53;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.page-data {
  margin-bottom: var(--desktop-space);
}

.page-data {
  margin-top: 50px;
  margin-bottom:30px;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}

.button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-btn {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  transition: all .3s ease-in-out;

  &:hover {
    background-color: #000;
    color: #fff;
  }
}

.primary-btn.white {
  color: #fff;
  border-color: #fff;
}

.btn-text-wrap {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn-text.hover {
  position: absolute;
  left: 0;
  right: 0;
}


.nav-right {
  display: none;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.menu-label {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}

.ftr-menu {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.ftr-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.ftr-link:hover {
  color: #000000;
}

.footer-right {
  width: 100%;
  max-width: 24%;
}

.footer-info {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-data {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.single-text {
  margin-bottom: 0;
}

.input {
  color: var(--body);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 8px;
  background-color: transparent;
}

.input:focus {
  border-bottom-color: #000;
}

.field-label {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.fill-btn {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.fill-btn:hover {
  color: #fff;
  background-color: #000;
}

.contact {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 68px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 48%;
  position: relative;
  overflow: hidden;
}

.contact-image {
  width: 100%;
}

.contact-wrap {
  margin-bottom: 80px;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;

  p {
    margin-bottom: 50px;
  }
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: var(--body);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 8px;
  background-color: transparent;
}

.textarea:focus {
  border-bottom-color: #000;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.form-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info {
  margin-bottom: var(--desktop-space);
  margin-top: 50px;
}

.contact-left {
  width: 100%;
  max-width: 52%;
}

.contact-data {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.contact-label {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.contact-links {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.features {
  margin-bottom: var(--desktop-space);
  padding: 60px 20px;
  background-color: var(--bg);
}

.feature-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-block {
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.feature-name {
  color: #000;
  margin-bottom: 2px;
  font-size: 18px;
}

.faq-section {
  margin-bottom: var(--desktop-space);
  margin-top: var(--desktop-space);
}

.section-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-title.m-large {
  margin-bottom: 40px;
}

.title {
  margin-bottom: 30px;
}

.sub-title {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 130%;
}

.ans-box {
  width: 100%;
  max-width: 90%;
  padding-top: 10px;
}

.ans {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 13px;
  position: absolute;
}

.que-title {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.faq-data {
  width: 100%;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
}

.faq {
  z-index: 1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
}

.faq.top {
  padding-top: 0;
}

.ans-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq.open .que-icon .vertical-line {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.insta-wrap {
  grid-column-gap: 1px;
  display: flex;
}

.instagram {
  overflow: hidden;
}

.cta-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.cta-wrap {
  background-color: var(--bg);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;

}

.cta-data {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 50%;
  padding: 70px 80px;
  display: flex;

  p {
    margin-bottom: 10px;
  }
}

.cta-title {
  font-size: 30px;
}

.cta-text {
  color: #000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.cta-btn {
  margin-top: 35px;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.review-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: var(--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.rating {
  display: flex;
}

.review-text {
  margin-bottom: 0;
  padding-top: 40px;
}

.review-data {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.review-image {
  width: 100%;
  min-height: 56px;
  max-height: 56px;
}

.client-name {
  color: #000;
}

.star {
  width: 100%;
  max-width: 150px;
}

.blogs {
  margin-bottom: var(--desktop-space);
}

.post-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  display: flex;
  flex-direction: column;
}

.post-img {
  background-color: var(--bg);
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 312px;
  max-height: 312px;
}

.post-data {
  text-align: center;
  margin-top: 12px;
}

.post-title {
  margin-bottom: 6px;
}

.products {
  margin-bottom: var(--desktop-space);
}

.product-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-name {
  color: var(--title);
  margin-bottom: 2px;
  text-align: left;
}

.product-price {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.on-scroll {
  background-color: #f7f5f4;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style {
  margin-bottom: var(--desktop-space);
}

.style-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.style-data {
  width: 100%;
  max-width: 50%;
}

.style-title {
  margin-bottom: 30px;
}

.facts {
  margin-bottom: var(--desktop-space);
}

.fact-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.fact-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.fact-img {
  background-color: var(--bg);
  overflow: hidden;
  max-height: 580px;
}

.fact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fact-data {
  background-color: var(--bg);

  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.fact-title {
  margin-bottom: 0;
}

.fact-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding: 60px 20px;
}

.team-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  background-color: var(--bg);
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.team-data {
  margin-top: 10px;
}

.member-name {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

.hero {
  margin-bottom: var(--desktop-space);
  background-image: linear-gradient(rgba(0, 0, 0, 0.336), rgba(0, 0, 0, 0.319)), url("../images/photo-1.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.hero-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-title {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 130%;
}

.hero-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60%;
  display: flex;
  margin: 0 auto;
}

.hero-sub-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 150%;
}

.hero-btn {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  transition: all .3s ease-in-out;

  &:hover {
    background-color: #000;
    color: #fff;
  }
}

.trusted-partner {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.trusted-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trusted-data {
  border-right: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  max-width: 22%;
  padding-right: 20px;
}

.trusted-title {
  margin-bottom: 5px;
}

.logo-wrap {
  grid-column-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.trusted-logo {
  width: 100%;
  max-width: 130px;
}

.banner {
  margin-bottom: var(--desktop-space);
  overflow: hidden;
}

.banner-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
}

.banner-mask {
  width: 100%;
  overflow: visible;
}

.banner-img {
  background-color: var(--bg);
  position: relative;
}

.banner-image {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.overlay {
  background-color: rgba(46, 37, 30, 0.463);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-data {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 130px 145px;
  display: flex;
}

.banner-title {
  color: #fff;
  margin-bottom: 40px;
}

.banner-sub-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
}

.banner-slide {
  margin-right: 30px;
}

.our-store {
  margin-bottom: var(--desktop-space);
}

.store-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.store-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.store-wrapper {
  display: flex;
  margin-top: 60px;
}

.store-left {
  background-color: var(--bg);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 80px;
  display: flex;
}

.store-title {
  margin-bottom: 15px;
}

.store-info {
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.style-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  li {
    margin-bottom: 12px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-wrap {
    position: static;
    transform: none;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .contact-image {
    max-height: 500px;
  }
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-wrap {
    grid-row-gap: 60px;
    flex-flow: column-reverse wrap;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-menu {
    max-width: 100%;
  }

  .footer-right {
    max-width: 60%;
  }

  .footer-info {
    margin-top: 15px;
  }

  .footer-data {
    margin-bottom: 25px;
  }

  .contact {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-wrap.reverse {
    flex-flow: column-reverse wrap;
  }

  .contact-img, .contact-form {
    max-width: 100%;
  }

  .field-wrap {
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .contact-info {
    margin-bottom: var(--tablet-space);
  }

  .contact-left {
    max-width: 100%;
  }

  .features {
    margin-bottom: var(--tablet-space);
  }

  .feature-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-data {
    max-width: 100%;
  }

  .faq {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cta-data {
    padding: 40px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

  .review-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-block {
    grid-row-gap: 20px;
    padding: 25px;
  }

  .review-text {
    padding-top: 20px;
  }

  .blogs {
    margin-bottom: var(--tablet-space);
  }

  .post-list {
    grid-column-gap: 25px;
  }

  .post-image {
    min-height: 170px;
    max-height: 170px;
  }

  .post-data {
    margin-top: 10px;
  }

  .post-title {
    font-size: 16px;
  }

  .products {
    margin-bottom: var(--tablet-space);
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style {
    margin-bottom: var(--tablet-space);
  }

  .style-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-img, .style-data {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet-space);
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .fact-left {
    max-width: 100%;
  }

  .fact-data {
    padding: 30px;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    min-height: 260px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .hero-data {
    max-width: 60%;
  }

  .hero-sub-title {
    margin-bottom: 16px;
  }

  .trusted-partner {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trusted-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .trusted-data {
    border-right-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .logo-wrap {
    grid-column-gap: 30px;
    max-width: 100%;
  }

  .trusted-logo {
    max-width: 110px;
  }

  .banner {
    margin-bottom: var(--tablet-space);
  }

  .banner-image {
    min-height: 350px;
    max-height: 350px;
  }

  .banner-data {
    padding: 60px;
  }

  .our-store {
    margin-bottom: var(--tablet-space);
  }

  .store-right {
    max-width: 55%;
  }

  .store-left {
    max-width: 45%;
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {

  .delivery-packaging {
    & .cta-img {

      grid-template-columns: 1fr 1fr;
     
    }
  }
  .store-wrapper {
    flex-direction: column;
  }
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-right {
    grid-column-gap: 16px;
    display: block;
  }

  .humburg-menu {
    position: relative;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile-space);
  }

  .footer-wrap {
    grid-row-gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-right {
    max-width: 100%;
  }

  .contact {
    margin-bottom: var(--landscape-mobile-space);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .contact-info {
    margin-bottom: var(--landscape-mobile-space);
  }

  .contact-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 25px;
    padding-bottom: 30px;
  }

  .contact-links {
    margin-top: 10px;
  }

  .features, .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .section-title.m-large {
    margin-bottom: 20px;
  }

  .que-title {
    line-height: 150%;
  }

  .ans-text {
    font-size: 16px;
  }

  .cta-data {
    max-width: 100%;
    padding: 30px 20px;
  }

  .cta-img {
    max-width: 100%;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-btn {
    margin-top: 30px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-wrap {
    grid-template-columns: 1fr;
  }



  .blogs {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .post-image {
    min-height: 190px;
    max-height: 190px;
  }

  .products {
    margin-bottom: var(--landscape-mobile-space);
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .style {
    margin-bottom: var(--landscape-mobile-space);
  }

  .style-wrap {
    grid-row-gap: 30px;
  }

  .style-title {
    margin-bottom: 20px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-left {
    grid-template-columns: 1fr;
  }

  .fact-img {
    display: none;
  }

  .fact-data {
    background-image: none;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr
  }

  .team-image {
    min-height: 200px;
  }

  .member-name {
    font-size: 16px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-data {
    max-width: 80%;
  }

  .trusted-partner {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .banner {
    margin-bottom: var(--landscape-mobile-space);
  }

  .banner-image {
    min-height: 250px;
    max-height: 250px;
  }

  .banner-data {
    padding: 30px;
  }

  .banner-title {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .banner-sub-text {
    margin-bottom: 10px;
  }

  .banner-slide {
    margin-right: 15px;
  }

  .our-store {
    margin-bottom: var(--landscape-mobile-space);
  }

  .store-right {
    max-width: 100%;
    max-height: 400px;
  }

  .w-slider-mask {
    grid-template-columns: 1fr;
  }

  .cta-wrap {
    flex-direction: column;
  }
  

  .store-left {
    max-width: 100%;
    padding: 40px 30px;
  }

  .store-title {
    margin-bottom: 10px;
  }

  .store-info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  .nav-right {
    grid-column-gap: 15px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile-space);
  }

  .body-small {
    font-size: 12px;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .primary-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-btn.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-wrap {
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-menu {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ftr-menu {
    margin-top: 15px;
  }

  .footer-bottom {
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-text {
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .fill-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile-space);
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .textarea {
    min-height: 100px;
  }

  .checkbox-field {
    margin-right: auto;
  }

  .form-bottom {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .contact-info, .features {
    margin-bottom: var(--portrait-mobile-space);
  }

  .feature-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-block {
    grid-row-gap: 10px;
  }

  .feature-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .feature-name {
    font-size: 16px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .ans-box {
    max-width: 100%;
  }

  .vertical-line {
    height: 18px;
  }

  .que-title {
    font-size: 16px;
  }

  .que {
    grid-column-gap: 15px;
  }

  .horizontal-line {
    width: 18px;
  }

  .faq {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .cta-img {
    max-width: 100%;
  }

  .cta-wrap {
    flex-flow: column;
  }

  .cta-image {
    height: auto;
    min-height: 200px;
    max-height: 200px;
  }

  .cta-data {
    max-width: 100%;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-text {
    padding-top: 15px;
    font-size: 14px;
  }

  .review-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .review-image {
    min-height: 50px;
    max-height: 50px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 260px;
    max-height: 260px;
  }

  .products {
    margin-bottom: var(--portrait-mobile-space);
  }

  .product-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .product-name {
    font-size: 15px;
  }

  .product-price {
    flex-flow: column;
  }

  .style {
    margin-bottom: var(--portrait-mobile-space);
  }

  .style-wrap {
    grid-row-gap: 20px;
  }

  .style-title {
    margin-bottom: 15px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .fact-data {
    padding: 25px;
  }

  .team {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-wrap {
    grid-template-columns: 1fr;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .feature-wrap {
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: 180px;
    max-height: none;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
    background-position: 0 0, 70%;
  }

  .hero-wrap {
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trusted-partner {
    margin-bottom: var(--portrait-mobile-space);
  }

  .logo-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
  }

  .banner {
    margin-bottom: var(--portrait-mobile-space);
  }

  .banner-mask {
    max-width: 100%;
  }

  .banner-title {
    font-size: 20px;
  }

  .our-store {
    margin-bottom: var(--portrait-mobile-space);
  }

  .store-right {
    max-width: 100%;
  }

  .store-wrapper {
    flex-flow: column-reverse wrap;
  }

  .store-left {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .store-info {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .style-image {
    max-height: 500px;
  }
  .fact-img {
    max-height: 100%;
  }
  .nav-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
  }

  .nav-menu.show {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  .humburg-menu {
    display: block;
    cursor: pointer;
    z-index: 1000;
  }

  .top-line,
  .middle-line,
  .bottom-line {
    width: 25px;
    height: 3px;
    background: #000;
    margin: 4px 0;
    transition: all 0.3s ease;
  }

  .nav-wrap {
    position: relative;
  }

  .nav-right {
    display: block;
  }
}


.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Слайдер: горизонтальный скролл с gap */
.product-slider {
  display: flex;
  scroll-behavior: smooth;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none; /* скрытие скролл-бара в Firefox */
}

.product-slider::-webkit-scrollbar {
  display: none; /* скрытие скролл-бара в Chrome/Safari */
}

.product-card {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease; 
}

.product-card:hover {
  transform: translateY(-10px); 
  cursor: pointer; 
}


@media (min-width: 479px) {
  .product-card {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .product-card {
    width: calc(33.333% - 13.33px); 
  }
}

/* Картинка */
.product-card img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

/* Название товара */
.product-name {
  font-size: 1.1rem;
  margin-top: 10px;
}

/* Цена товара */
.product-price {
  color: #a88f58;
  font-weight: bold;
  margin-top: 5px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffdd;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 10;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: #fff;
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}

.product-description {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.instagram {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.insta-wrap {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  will-change: transform;
}

.insta-image {
  height: 300px;
  width: 300px;
  user-select: none;
  pointer-events: none;
}

.ans-box {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.shop-section {
  & .product-card {
    width: 100%;
  }

  input {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    font-size: 16px;
  }
}

.delivery-info {
  margin-top: var(--portrait-mobile-space);
}

.delivery-packaging {
  & .cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  & .cta-data,
  & .cta-img {
    max-width: 1200px;
  }

  & .cta-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}

.checkbox-wrap {
  input {
    margin-right: 10px;
  }
}

.legal {
  padding-top: 100px;

  & .style-data {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;
  
  & .primary-button {
    max-width: fit-content;
    margin:  0 auto;
  }

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }



  @media screen and (max-width: 479px) {
   
    .navbar {
      & .primary-button {
        min-width: 127px;
        max-width: fit-content;
      }

      & .button-con {
        margin-left: 0;
      }
    }
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }

      
  }
}


.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {

  .delivery-packaging {
    & .cta-img {
gap: 0;
      grid-template-columns: 1fr 1fr;
     
    }
  }
}



@media screen and (max-width: 479px) {

  .delivery-packaging {
    & .cta-img {

      grid-template-columns: 1fr ;
     
    }
  }
}