* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

header {
  display: flex;
  padding: 16px 144px 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b6b5b1;
  box-sizing: border-box;
}

header .logo-link {
  width: 180.71px;
  height: 53px;
}

header .logo {
  width: inherit;
  height: inherit;
}

header nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0px;
  padding: 0px;
}

header nav ul button {
  border: none;
  outline: none;
  cursor: pointer;
  color: #540b14;
  background-color: transparent;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
}

header .call-us {
  display: flex;
  gap: 24px;
}

header a {
  min-height: 22px;
  height: 22px;
}

header a img {
  width: auto;
  height: 22px;
}

header .burger-menu {
  outline: none;
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
  width: 19px;
  height: 22px;
  display: none;
  cursor: pointer;
}

header .burger-menu img {
  width: inherit;
  height: inherit;
}

main {
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 100%;
  align-items: center;
}

main section.hero {
  display: flex;
  position: relative;
  height: 735px;
  width: 100%;
  max-width: 1440px;
}

main section.hero .background {
  height: inherit;
  left: -100vw;
  right: calc(100% - 497px);
  background-color: #540b14;
  display: flex;
  justify-content: center;
  position: absolute;
}

main section.hero .background img {
  width: 272px;
  height: 511px;
  margin-top: 69px;
  margin-left: calc(100% - 497px);
}

main section.hero .wine-demo {
  position: absolute;
  background-image: url("img/demo-wine.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 171px;
  height: 642px;
  top: 36px;
  left: 412px;
}

main section.hero .hero-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 564px;
  height: 391px;
  top: 129px;
  right: 144px;
}

main section.hero .hero-text h1 {
  margin: 0px;
  font-family: "Cormorant";
  color: #540b14;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 24px;
}

main section.hero .hero-text h3 {
  text-align: center;
  margin: 0px;
  font-family: "Cormorant";
  color: #540b14;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  margin-bottom: 48px;
  font-style: medium;
}

main section.hero .hero-text img {
  height: 223px;
  width: auto;
}

main section.hero .learn-more {
  text-align: center;
  margin: 0px;
  font-family: "Cormorant";
  color: #540b14;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

sidebar {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(84, 11, 20, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

sidebar.active {
  visibility: visible;
  opacity: 1;
}

sidebar>div {
  position: absolute;
  top: 0;
  right: 0;
  width: 214px;
  flex-shrink: 0;
  height: 100%;
  background: #fbf7f4;
  padding: 16px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  padding: 16px 34px 103px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

sidebar.active>div {
  transform: translateX(0);
}

sidebar button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

sidebar>div .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 19px;
  height: 19px;
}

sidebar>div a {
  display: flex;
  text-decoration: none;
  color: #540b14;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  gap: 8px;
  align-items: center;
}

sidebar>div a img {
  width: 22px;
  height: 22px;
}

sidebar>div a p {
  margin: 0px;
  padding: 0px;
}

sidebar>div nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

sidebar>div nav ul button {
  color: #540b14;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 0;
}

sidebar>div nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 68px;
}

main section.hero .learn-more button {
  border: none;
  outline: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background-color: transparent;
}

#products {
  width: 100%;
  max-width: 1440px;
}

#products h2 {
  font-family: "Cormorant";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding-top: 96px;
  padding-bottom: 48px;
  color: #540b14;
}

#products .products-container {
  display: flex;
  justify-content: space-between;
  margin: 0px 144px;
  gap: 122px;
  margin-bottom: 96px;
  box-sizing: border-box;
}

#products .products-container .products-inner-container {
  width: 100%;
}

#products #filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 172px;
}

#products #filters .filter-button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  padding: 16px 43.5px;
  color: #b4b1ae;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

#products #filters .filter-button p {
  margin: 0px;
  padding: 0px;
  position: relative;
}

#products #filters .filter-button.active {
  color: #4b3b29;
  border-radius: 8px;
  background: #fbf7f4;
  pointer-events: none;
}

#products #filters .filter-button:hover p::after {
  transform: scale(1) translateY(100%);
}

#products #filters .filter-button p::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b4b1ae;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: scale(0) translateY(100%);
  transition: transform 0.3s ease-in-out;
}

#products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}

#products-list .product-item {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 421px;
  border-radius: 25px;
  border: 1px solid #e9e0d6;
  background: linear-gradient(180deg, #fbf7f4 0%, #e9e2dc 100%);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#products-list .product-item img {
  position: absolute;
  display: flex;
  height: 303px;
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  top: 20px;
  transition: top 0.3s ease-in-out;
}

#products-list .product-item .details-container-2 {
  opacity: 0;
  position: absolute;
}

#products-list .product-item .details-container-background {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: transform 0.8s cubic-bezier(0.4, -0.4, 0.21, 1.25);
  border-radius: 25px;
  background: linear-gradient(180deg,
      rgba(251, 247, 244, 0.8) 0%,
      rgba(149, 147, 145, 0.8) 100%);
  transform: translateY(325px);
}

#products-list .product-item .tags {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #540b14;
  text-align: center;
  font-family: "Cormorant";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

#products-list .product-item p,
#products-list .product-item h3 {
  margin: 0px;
  padding: 0px;
}

#products-list .product-item .description {
  color: #540b14;
  text-align: center;
  font-family: Cormorant;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

#products-list .product-item h3 {
  width: 100%;
  color: #540b14;
  font-family: Cormorant;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  align-self: stretch;
  margin-bottom: 8px;
}

#products-list .product-item .details-container-1 {
  height: 100%;
  justify-content: flex-end;
}

#products-list .product-item .details-container-1,
#products-list .product-item .details-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  margin-top: auto;
}

#products-list .product-item:hover .details-container-background {
  transform: translateY(0);
}

#products-list .product-item:hover .details-container-1 {
  opacity: 0;
}

#products-list .product-item:hover .details-container-2 {
  opacity: 1;
}

#products-list .product-item:hover img {
  top: 59px;
}

#products-list .product-item {
  width: 100%;
  aspect-ratio: 174 / 294;
  height: auto;
}

#products-list .product-item .details-container-1,
#products-list .product-item .details-container-2 {
  height: 23.81%;
  justify-content: space-around;
}

#products-list .product-item .details-container-2 {
  height: 100%;
  justify-content: flex-start;
}

#products-list .product-item .details-container-1,
#products-list .product-item .details-container-2 {
  padding: 12px;
}

#products-list .product-item img {
  top: 12px;
  height: calc(100% - 24px - 23.81%);
}

#products-list .product-item .details-container-background {
  transform: translateY(calc(100% - 23.81%));
}

#products-list .product-item {
  justify-self: center;
}

#pagination {
  margin-top: 24px;
}

#pagination ul {
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

#pagination ul .page-button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  width: 40px;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #b4b1ae;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

#pagination ul .page-button.disabled {
  cursor: default;
}

#pagination ul .page-button.active {
  border-radius: 6px;
  border: 1px solid #e9e0d6;
  box-sizing: border-box;
}

#about-us {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about-us .about-us {
  padding: 96px 0;
  background-color: #fbf7f4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

#about-us h2 {
  color: #540b14;
  text-align: center;
  font-family: Cormorant;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  height: 100%;
  margin-bottom: 48px;
  box-sizing: border-box;
}

#about-us .about-us-container {
  position: relative;
  display: flex;
  gap: 24px;
  width: 100%;
  padding: 0 144px;
  box-sizing: border-box;
}

#about-us .about-us-container::before,
#about-us .about-us-container::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 4px;
  background-image: url("img/about-decoration.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 156px;
  height: 196px;
}

#about-us .about-us-container::after {
  transform: translateY(-55%) scaleX(-1);
  right: 4px;
  left: unset;
}

#about-us .about-us-container .about-us-text p {
  margin: 0;
  padding: 0;
  color: rgba(117, 116, 110, 0.8);
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.029%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

#about-us .factory-demo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
  max-width: 1440px;
}

#about-us .about-us-temp {
  max-width: 1440px;
}

#about-us .factory-demo-container .factory-decoration {
  width: auto;
  height: 105.002px;
}

#about-us .factory-demo-container .factory-demo-images {
  position: relative;
  min-width: 368px;
  height: 538px;
  display: flex;
}

#about-us .factory-demo-container .factory-demo-images-container {
  display: flex;
  align-items: center;
  gap: 122px;
  width: 100%;
  padding: 0px 144px;
  box-sizing: border-box;
  margin-bottom: 129px;
}

#about-us .factory-demo-container .factory-demo-images img {
  height: auto;
  position: absolute;
  margin: 0 auto;
  inset: 0;
  border-radius: 25px;
}

#about-us .factory-demo-container .factory-demo-images img {
  animation: fabricDemoAnimation 6s cubic-bezier(0.4, -0.4, 0.21, 1.25) infinite;
}

#about-us .factory-demo-container .factory-demo-images img.first {
  animation-delay: 0s;
}

#about-us .factory-demo-container .factory-demo-images img.second {
  animation-delay: -2s;
}

#about-us .factory-demo-container .factory-demo-images img.third {
  animation-delay: -4s;
}

@keyframes fabricDemoAnimation {

  0%,
  25%,
  100% {
    z-index: 3;
    width: 100%;
    transform: translateY(0);
  }

  33.33%,
  58% {
    z-index: 2;
    width: 92.6%;
    transform: translateY(-22px);
  }

  66.67%,
  92% {
    z-index: 1;
    width: 81.5%;
    transform: translateY(-38px);
  }
}

#about-us .factory-demo-container .factory-demo-images-container .text-container {
  display: flex;
  max-width: 564px;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: flex-start;
}

#about-us .factory-demo-container .factory-demo-images-container .text-container p {
  margin: 0;
  padding: 0;
  color: #b6b5b1;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.029%;
  letter-spacing: -0.36px;
}

#about-us .factory-demo-images {
  margin-top: 38px;
}

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
}

#contact h2 {
  margin: 0px;
  color: #540b14;
  text-align: center;
  font-family: Cormorant;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 48px 0;
}

#contact .stick {
  background: #b6b5b1;
  height: 1px;
  padding: 0 294px;
  box-sizing: border-box;
}

#contact .contact-container {
  display: flex;
  gap: 24px;
  margin-bottom: 96px;
  flex-wrap: wrap;
  justify-content: center;
}

#contact .contact-container .contact-data-container {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  border: 1px solid #e9e0d6;
  background: #fbf7f4;
  width: 564px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 24px 48px;
  align-items: center;
}

#contact .contact-container .contact-data-container p {
  margin: 0;
}

#contact .contact-container .contact-data-container a {
  margin: 0;
  padding: 0;
}

#contact .contact-container .contact-data-container .role {
  color: #540b14;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.029%;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

#contact .contact-container .contact-data-container .name {
  color: #540b14;
  text-align: center;
  font-family: Lato;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 37px;
}

#contact .contact-container .contact-data-container .mail,
#contact .contact-container .contact-data-container .phone {
  display: flex;
  align-items: center;
  color: #540b14;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.029%;
  /* 28.807px */
  letter-spacing: -0.48px;
  text-decoration: none;
  align-self: flex-start;
}

#contact .contact-container .contact-data-container .mail {
  margin-bottom: 35px;
}

#contact .contact-container .contact-data-container .mail::before,
#contact .contact-container .contact-data-container .phone::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contact .contact-container .contact-data-container .mail::before {
  background-image: url("img/mail-icon.svg");
}

#contact .contact-container .contact-data-container .phone::before {
  background-image: url("img/phone-icon.svg");
}

#contact .stick.second {
  margin-bottom: 96px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbf7f4;
}

footer>div:first-of-type {
  padding: 62px 144px 63px 69px;
}

footer>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

footer img {
  width: 403px;
  height: 281px;
}

footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

footer nav ul {
  display: flex;
  list-style: none;
  gap: 16px;
  margin: 0px;
  padding: 0px;
}

footer nav ul button {
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  color: rgba(84, 11, 20, 0.7);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

footer .call-us {
  display: flex;
  gap: 19px;
  align-items: center;
}

footer .call-us a {
  text-decoration: none;
  width: 32px;
  height: 32px;
}

footer .call-us a img {
  width: 100%;
  height: 100%;
}

footer .copyright {
  border-top: 1px solid #b6b5b1;
  padding: 24px;
}

footer .copyright p {
  margin: 0;
  color: rgba(84, 11, 20, 0.7);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  header .burger-menu {
    display: block;
  }

  header {
    padding: 16px;
  }

  header nav,
  header .call-us {
    display: none;
  }

  footer>div:first-of-type {
    padding: 48px;
    padding-bottom: 0;
    flex-direction: column;
  }

  footer>div:first-of-type>img:first-of-type {
    width: 131.943px;
    height: 92px;
  }

  footer nav {
    margin: 24px 0;
  }

  footer nav ul button {
    font-size: 12px;
  }

  footer .call-us {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  main section.hero {
    width: 100%;
    height: 65.897vw;
  }

  main section.hero .background {
    display: flex;
    left: 0;
    right: unset;
    width: 40vw;
    height: 100%;
    justify-content: flex-start;
  }

  main section.hero .background img {
    width: 21.795vw;
    height: 41.026vw;
    margin-top: 12.308vw;
    margin-left: 8.974vw;
    box-sizing: border-box;
  }

  main section.hero .wine-demo {
    width: 16.154vw;
    height: 60.769vw;
    top: 3.333vw;
    left: 31.795vw;
  }

  main section.hero .hero-text {
    width: 40.256vw;
    height: 57.692vw;
    top: 4.103vw;
    right: 4.103vw;
  }

  main section.hero .hero-text h1 {
    font-size: 6.154vw;
    margin-bottom: 2.051vw;
  }

  main section.hero .hero-text h3 {
    font-size: 3.077vw;
    margin-bottom: 6.154vw;
  }

  main section.hero .hero-text img {
    width: 100%;
    height: auto;
  }

  main section.hero .learn-more {
    display: none;
  }

  footer {}
}

@media screen and (max-width: 768px) {
  header .logo-link {
    width: 116px;
    height: 35px;
  }

  #products h2 {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  #products #filters {
    gap: 0;
  }

  #products #filters .filter-button {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 300;
    flex: 0 0 89px;
  }

  #products-list .product-item h3 {
    font-size: 1rem;
  }

  #products-list .product-item .tags {
    font-size: 0.75rem;
  }

  #products-list .product-item .description {
    font-size: 0.75rem;
  }

  #products-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }

  #about-us .about-us {
    padding: 48px 0;
  }

  #about-us h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  #about-us .about-us-container .about-us-text p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  #about-us .about-us-container {
    padding: 0 16px;
    gap: 4px;
  }

  #about-us .factory-demo-container .factory-decoration {
    width: 32.014px;
    height: 60px;
  }

  #about-us .factory-demo-container .factory-demo-images-container {
    padding: 0 16px;
    gap: 16px;
    margin-bottom: 0px;
  }

  #about-us .factory-demo-container .factory-demo-images-container .text-container p {
    font-size: 12px;
  }

  #about-us .factory-demo-container .factory-demo-images-container .text-container {
    gap: 12px;
  }

  #contact {
    padding: 0px 16px;
    box-sizing: border-box;
  }

  #contact .stick {
    padding: 0;
    width: 100%;
  }

  #contact h2 {
    margin: 16px 0;
  }

  #contact .contact-container .contact-data-container {
    width: 100%;
  }

  #contact .contact-container .contact-data-container .role {
    font-size: 12px;
    margin-bottom: 8px;
  }

  #contact .contact-container .contact-data-container .name {
    font-size: 24px;
    margin-bottom: 24px;
  }

  #contact .contact-container .contact-data-container .mail {
    margin-bottom: 16px;
  }

  #contact .contact-container .contact-data-container .mail,
  #contact .contact-container .contact-data-container .phone {
    font-size: 12px;
  }

  #contact .contact-container .contact-data-container .mail::before,
  #contact .contact-container .contact-data-container .phone::before {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  #contact .contact-container {
    margin-bottom: 24px;
  }

  #contact .stick.second {
    margin-bottom: 48px;
  }

  footer .copyright {
    padding: 16px;
  }

  footer .copyright p {
    font-size: 12px;
  }

  #about-us .factory-demo-container .factory-demo-images {
    min-width: 142px;
    height: 194.09px;
  }
}

@media screen and (max-width: 1142px) {
  #products .products-container {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 16px;
    box-sizing: border-box;
  }

  #products #filters {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #products #filters::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #about-us .about-us-container {
    flex-direction: column;
    align-items: center;
  }

  #about-us .about-us-container::before,
  #about-us .about-us-container::after {
    content: none;
  }

  #about-us h2 {
    position: relative;
    padding: 0 16px;
  }

  #about-us h2:before,
  #about-us h2:after {
    content: "";
    position: absolute;
    background-image: url("img/about-decoration-mob.svg");
    width: 91px;
    height: 68px;
    left: 0;
    bottom: 0;
  }

  #about-us h2:after {
    right: 0;
    left: unset;
    transform: scaleX(-1);
  }

  #about-us .factory-demo-container .factory-demo-images-container {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
}

.call-us a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #540b14;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.call-us a p {
  margin: 0;
  padding: 0;
}


#about-us .norway-certificate-container,
#about-us .wine-certificates-container {
  display: flex;
  gap: 16px;
  margin: 0px 144px;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

#about-us .wine-certificates-title {
  margin-top: 32px;
}

#about-us .norway-certificate-container .wine-certificates-title {
  margin-bottom: 0px;
}

#about-us .wine-certificates-title::before,
#about-us .wine-certificates-title::after {
  content: unset;
}

#about-us .wine-certificates-container .wine-certificates-item {
  max-width: 240px;
}

#about-us .norway-certificate-container {
  margin: 0px 144px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#about-us .norway-certificate-container iframe {
  aspect-ratio:  3508 / 2480;
}

#pdf-container {
  max-width: 100%;
}

#pdf-container canvas {
  width: min(100%, 892px);
}


@media screen and (max-width: 800px) {

  #about-us .norway-certificate-container,
  #about-us .wine-certificates-container {
    margin: 0px 16px;
    margin-top: 32px;
    gap: 8px;
  }

}