* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  border: none;
}

a {
  text-decoration: none;
}

li {
  margin-left: 20px;
}

/** Montserrat Light **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Montserrat-Light.woff2") format("woff2"),
    url("./fonts/Montserrat-Light.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
}
html {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: var(--color-black);
}

* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

:root {
  --color-black: #000;
  --color-orange: #f18a00;
  --color-gold: #8c734b;
  --loader: 3.5s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.text-small {
  font-size: 12px !important;
  line-height: 120%;
}

:root {
  --color-black: #000;
  --color-orange: #f18a00;
  --color-gold: #8c734b;
  --loader: 3.5s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.text-small {
  font-size: 12px !important;
  line-height: 120%;
}

.footer,
.marquee,
.products__wrapper,
.products__images,
.title__wrapper,
.title,
.info,
.divider__item,
.hero,
.button--icon {
  position: relative;
}

.swiper-next::after,
.swiper-next,
.swiper-prev::after,
.swiper-prev,
.products__hover-image,
.title__wrapper::before,
.title__wrapper::after,
.divider,
.hero__wrapper {
  position: absolute;
}

.footer__title-wrapper,
.footer__contact-wrapper,
.footer__contact-links,
.marquee__mover,
.marquee__item,
.products__cta-link,
.products__buttons-wrapper,
.products__item-buttons,
.social__wrapper,
.social,
.recipes__grid-item,
.recipes__button-wrapper,
.header__wrapper,
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies__wrapper,
.products__call-to-action,
.recipes__grid,
.about__columns,
.info__wrapper {
  display: grid;
}

.title__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-orange);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .title__title {
    font-size: 22px;
  }
}

.about__title,
.about__subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .about__title,
  .about__subtitle {
    font-size: 26px;
  }
}

.title,
.info,
.hero {
  background-color: var(--color-black);
}

.marquee__image svg,
.products .cta-img,
.products__main-image,
.products__hover-image,
.info__image,
.header__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.recipes__image,
.about__image,
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__wrapper,
.footer__title-wrapper,
.footer__contact-wrapper,
.products-popups__item-container,
.products-popups-recieps__item-container,
.popup__item-container,
.products__grid,
.recipes,
.about,
.title__wrapper,
.info__wrapper,
.header__wrapper {
  width: 100%;
  max-width: min(1200px, 100% - 15px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__wrapper,
  .footer__title-wrapper,
  .footer__contact-wrapper,
  .products-popups__item-container,
  .products-popups-recieps__item-container,
  .popup__item-container,
  .products__grid,
  .recipes,
  .about,
  .title__wrapper,
  .info__wrapper,
  .header__wrapper {
    max-width: calc(100% - 60px);
  }
}

.header {
  width: 100%;
  max-width: calc(var(--grid-col) * 4 + var(--grid-indent) * 2);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header {
    max-width: calc(100% - 60px);
  }
}

.products,
.title,
.info,
.hero {
  width: 100%;
}

.button {
  background-color: var(--color-orange);
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.button--small {
  padding: 3px 20px;
}
.button--small span {
  text-transform: none !important;
}
.button--rounded {
  border-radius: 5px;
}
.button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  display: block;
  text-align: center;
}
.button--gold {
  background-color: var(--color-gold);
}
.button--icon {
  padding-right: 60px;
}
.button--icon::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='15' viewBox='0 0 23 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00590428 6.05957C0.10774 4.9802 0.192675 3.89873 0.317477 2.8223C0.411079 2.01836 0.783319 1.34707 1.45717 0.845072C1.98974 0.448363 2.61245 0.305177 3.25553 0.264327C4.87233 0.161991 6.49043 0.0360712 8.10939 0.0154356C10.5799 -0.0161496 13.0521 0.00406492 15.5226 0.0596548C16.7728 0.0878709 18.0234 0.212948 19.2679 0.346869C20.5086 0.480369 21.3883 1.28853 21.6769 2.46939C21.9412 3.55129 22.0309 4.65593 22.0487 5.76056C22.0708 7.14568 22.06 8.53332 22.0015 9.91717C21.9664 10.746 21.8559 11.5781 21.7012 12.3947C21.4654 13.6383 20.6815 14.4338 19.3854 14.6242C18.3272 14.7796 17.2525 14.868 16.1825 14.9026C14.1376 14.9687 12.0909 15.0036 10.0447 14.9999C7.66782 14.9956 5.29007 14.9556 2.92576 14.6646C1.56247 14.4966 0.617783 13.6998 0.368611 12.3884C0.210875 11.5583 0.145007 10.711 0.0570386 9.86916C0.0050376 9.38359 -0.00969602 6.22508 0.00590428 6.05957ZM14.6065 7.49143C12.6677 6.40617 10.7606 5.33901 8.83221 4.26006V10.7232C10.7614 9.64343 12.6655 8.57796 14.6065 7.49143Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.header {
  background-color: var(--color-black);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1000;
}
@media (max-width: 1141px) {
  .header {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
.header.show {
  display: block;
}
@media (max-width: 1100px) {
  .header__button-wrapper {
    margin-bottom: 25px;
  }
}
.header__lang {
  color: var(--color-orange);
  font-size: 16px;
  padding: 0 2px;
}
.header__lang:hover {
  color: var(--color-gold);
}
.header__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5px;
}
@media (max-width: 1100px) {
  .header__links {
    margin-bottom: 25px;
  }
}
.header__link {
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 700;
}
.header__link:hover {
  color: var(--color-gold);
}
.header__link:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .header__link {
    text-align: center;
  }
}
.header__logo-wrapper {
  height: 3.125vw;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .header__logo-wrapper {
    padding: 0 !important;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.header__menu-item {
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__menu-item:not(:last-of-type) {
  padding-right: Max(1.823vw, 10px);
}
.header__menu-item.active,
.header__menu-item:hover {
  color: var(--color-orange);
}
@media (max-width: 1100px) {
  .header__menu-item {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    padding-right: 0 !important;
  }
}
@media (max-width: 1100px) {
  .header__social-wrapper {
    margin-bottom: 25px;
  }
}
.header__socials {
  padding: 0 5px;
}
.header__mobile-sitename {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.header__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}
@media (max-width: 1100px) {
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .header__wrapper {
    max-width: calc(100% - 60px);
  }
}
.header--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .header--desktop {
    display: none;
  }
}
.header--mobile {
  display: none;
}
@media (max-width: 1100px) {
  .header--mobile {
    overflow: auto;
    padding-bottom: 25px;
  }
}
.header--mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--mobile .header__logo-wrapper {
  width: 40vw;
  margin: 15px 0;
}
.header__burger-container {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
}
.header__burger-container.active .header__burger-line {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.header__burger-container.active .header__burger-line:nth-of-type(1) {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__burger-container.active .header__burger-line:nth-of-type(2) {
  display: none;
}
.header__burger-container.active .header__burger-line:nth-of-type(3) {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background-color: var(--color-gold);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__burger-line:nth-of-type(1) {
  top: 0;
}
.header__burger-line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.header__burger-line:nth-of-type(3) {
  bottom: 0;
}
.header__burger-wrapper {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--color-yellow);
}
@media (max-width: 1100px) {
  .header__burger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  body {
    margin-top: 70px;
  }
}

@media (max-width: 1024px) {
  .hero {
    height: 100vh;
  }
}
.hero__img-wrapper {
  height: 100%;
  width: 100%;
}
.divider {
  width: 100%;
  height: 0.5vw;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.divider__item {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: repeat;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/UI/divider.svg);
}
.divider--white {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.divider--white .divider__item {
  background-image: url(../images/UI/divider-white.svg);
}

.info__item {
  width: 100%;
  height: 100%;
}
.info__wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .info__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.title__wrapper {
  padding: 26px 0 52px;
}
.title__wrapper::before,
.title__wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(140, 115, 75, 0)),
    color-stop(12%, rgb(140, 115, 75)),
    color-stop(88%, rgb(140, 115, 75)),
    to(rgba(140, 115, 75, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(140, 115, 75, 0) 0%,
    rgb(140, 115, 75) 12%,
    rgb(140, 115, 75) 88%,
    rgba(140, 115, 75, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(140, 115, 75, 0) 0%,
    rgb(140, 115, 75) 12%,
    rgb(140, 115, 75) 88%,
    rgba(140, 115, 75, 0) 100%
  );
}
.title__wrapper::before {
  top: 18px;
}
.title__wrapper::after {
  bottom: 40px;
}

.about {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .about {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.about__col {
  z-index: 1;
}
.about__col:first-of-type {
  margin-top: 60px;
  width: 120%;
  padding: 60px;
  padding-right: 80px;
  background-color: rgb(239, 239, 239);
  z-index: 2;
}
@media (max-width: 1024px) {
  .about__col:first-of-type {
    width: auto;
    padding: 30px;
    margin-top: 0;
  }
}
.about__columns {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .about__columns {
    grid-template-columns: 1fr;
  }
}
.about__content,
.about__content p {
  color: var(--color-gold);
  font-size: 16px;
  line-height: 1.55;
}
.about__content p {
  margin-bottom: 20px;
}
.about__title,
.about__subtitle {
  color: var(--color-orange);
  margin-bottom: 20px;
}
.about__subtitle {
  margin-bottom: 40px;
}
.recipes__grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px 40px;
  padding: 45px 0 15px;
}
@media (max-width: 1024px) {
  .recipes__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (orientation: portrait), (max-width: 780px) {
  .recipes__grid {
    grid-template-columns: 1fr;
  }
}
.recipes__grid .recipes__button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5px;
}
@media (max-width: 360px) {
  .recipes__grid .recipes__button-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }
}
.recipes__button {
  text-align: center;
}
.recipes__button-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}
.recipes__button-wrapper.recipes__footer {
  margin: 0;
  margin-bottom: 80px;
}
.recipes__grid-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 25px 34px;
  background-color: #f1f1f1;
}
@media (max-width: 1024px) {
  .recipes__grid-item {
    width: 100%;
  }
}
.recipes__footer {
  text-align: center;
}
.recipes__item-description {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.recipes__item-image {
  width: 100%;
  margin-bottom: 20px;
}
.recipes__item-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 25px;
}
.recipes__item-wrapper {
  margin-bottom: 19px;
  cursor: pointer;
}
.recipes__link {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 10px;
}
.recipes__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.social__link {
  padding: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 5px;
  display: block;
}
.social__link--fb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDojZjE4YTAwOyIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjMwcHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik00Ny43NjEsMjRjMCwxMy4xMjEtMTAuNjM4LDIzLjc2LTIzLjc1OCwyMy43NkMxMC44NzcsNDcuNzYsMC4yMzksMzcuMTIxLDAuMjM5LDI0YzAtMTMuMTI0LDEwLjYzOC0yMy43NiwyMy43NjQtMjMuNzYKQzM3LjEyMywwLjI0LDQ3Ljc2MSwxMC44NzYsNDcuNzYxLDI0IE0yMC4wMzMsMzguODVIMjYuMlYyNC4wMWg0LjE2M2wwLjUzOS01LjI0MkgyNi4ydi0zLjA4M2MwLTEuMTU2LDAuNzY5LTEuNDI3LDEuMzA4LTEuNDI3CmgzLjMxOFY5LjE2OEwyNi4yNTgsOS4xNWMtNS4wNzIsMC02LjIyNSwzLjc5Ni02LjIyNSw2LjIyNHYzLjM5NEgxNy4xdjUuMjQyaDIuOTMzVjM4Ljg1eiI+PC9wYXRoPjwvc3ZnPg==");
}
.social__link--inst {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDMwIDMwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZGVzYz5JbnN0YWdyYW08L2Rlc2M+PHBhdGggc3R5bGU9ImZpbGw6I2YxOGEwMDsiIGQ9Ik0xNSwxMS4wMTQgQzEyLjgwMSwxMS4wMTQgMTEuMDE1LDEyLjc5NyAxMS4wMTUsMTUgQzExLjAxNSwxNy4yMDIgMTIuODAyLDE4Ljk4NyAxNSwxOC45ODcgQzE3LjE5OSwxOC45ODcgMTguOTg3LDE3LjIwMiAxOC45ODcsMTUgQzE4Ljk4NywxMi43OTcgMTcuMTk5LDExLjAxNCAxNSwxMS4wMTQgTDE1LDExLjAxNCBaIE0xNSwxNy42MDYgQzEzLjU1NiwxNy42MDYgMTIuMzkzLDE2LjQzOSAxMi4zOTMsMTUgQzEyLjM5MywxMy41NjEgMTMuNTU2LDEyLjM5NCAxNSwxMi4zOTQgQzE2LjQyOSwxMi4zOTQgMTcuNjA3LDEzLjU2MSAxNy42MDcsMTUgQzE3LjYwNywxNi40MzkgMTYuNDQ0LDE3LjYwNiAxNSwxNy42MDYgTDE1LDE3LjYwNiBaIj48L3BhdGg+PHBhdGggc3R5bGU9ImZpbGw6I2YxOGEwMDsiIGQ9Ik0xOS4zODUsOS41NTYgQzE4Ljg3Miw5LjU1NiAxOC40NjUsOS45NjQgMTguNDY1LDEwLjQ3NyBDMTguNDY1LDEwLjk4OSAxOC44NzIsMTEuMzk2IDE5LjM4NSwxMS4zOTYgQzE5Ljg5OCwxMS4zOTYgMjAuMzA2LDEwLjk4OSAyMC4zMDYsMTAuNDc3IEMyMC4zMDYsOS45NjQgMTkuODk3LDkuNTU2IDE5LjM4NSw5LjU1NiBMMTkuMzg1LDkuNTU2IFoiPjwvcGF0aD48cGF0aCBzdHlsZT0iZmlsbDojZjE4YTAwOyIgZD0iTTE1LjAwMiwwLjE1IEM2Ljc5OCwwLjE1IDAuMTQ5LDYuNzk3IDAuMTQ5LDE1IEMwLjE0OSwyMy4yMDEgNi43OTgsMjkuODUgMTUuMDAyLDI5Ljg1IEMyMy4yMDEsMjkuODUgMjkuODUyLDIzLjIwMiAyOS44NTIsMTUgQzI5Ljg1Miw2Ljc5NyAyMy4yMDEsMC4xNSAxNS4wMDIsMC4xNSBMMTUuMDAyLDAuMTUgWiBNMjIuNjY2LDE4LjI2NSBDMjIuNjY2LDIwLjY4OCAyMC42ODcsMjIuNjY2IDE4LjI1LDIyLjY2NiBMMTEuNzUsMjIuNjY2IEM5LjMxMiwyMi42NjYgNy4zMzMsMjAuNjg3IDcuMzMzLDE4LjI4IEw3LjMzMywxMS43MzQgQzcuMzMzLDkuMzEyIDkuMzExLDcuMzM0IDExLjc1LDcuMzM0IEwxOC4yNSw3LjMzNCBDMjAuNjg4LDcuMzM0IDIyLjY2Niw5LjMxMiAyMi42NjYsMTEuNzM0IEwyMi42NjYsMTguMjY1IEwyMi42NjYsMTguMjY1IFoiPjwvcGF0aD48L3N2Zz4=");
}
.social__link--yt {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iLTQ1NSAyNTcgNDggNDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTQ1NSAyNTcgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiNmMThhMDA7IiBkPSJNLTQzMSwyNTcuMDEzYzEzLjI0OCwwLDIzLjk4NywxMC43NCwyMy45ODcsMjMuOTg3cy0xMC43NCwyMy45ODctMjMuOTg3LDIzLjk4N3MtMjMuOTg3LTEwLjc0LTIzLjk4Ny0yMy45ODcKUy00NDQuMjQ4LDI1Ny4wMTMtNDMxLDI1Ny4wMTN6IE0tNDE5LjE4NSwyNzUuMDkzYy0wLjI1LTEuMzM3LTEuMzYzLTIuMzM1LTIuNjQyLTIuNDU4Yy0zLjA1NC0wLjE5Ni02LjExOS0wLjM1NS05LjE3OC0wLjM1NwpjLTMuMDU5LTAuMDAyLTYuMTEzLDAuMTU0LTkuMTY3LDAuMzQ3Yy0xLjI4NCwwLjEyNC0yLjM5NywxLjExNy0yLjY0NiwyLjQ1OWMtMC4yODQsMS45MzMtMC40MjYsMy44ODUtMC40MjYsNS44MzYKczAuMTQyLDMuOTAzLDAuNDI2LDUuODM2YzAuMjQ5LDEuMzQyLDEuMzYyLDIuNDU0LDIuNjQ2LDIuNTc3YzMuMDU1LDAuMTkzLDYuMTA3LDAuMzksOS4xNjcsMC4zOWMzLjA1OCwwLDYuMTI2LTAuMTcyLDkuMTc4LTAuMzcKYzEuMjc5LTAuMTI0LDIuMzkyLTEuMjY5LDIuNjQyLTIuNjA2YzAuMjg2LTEuOTMsMC40MjktMy44NzksMC40MjktNS44MjhDLTQxOC43NTYsMjc4Ljk3MS00MTguODk5LDI3Ny4wMjMtNDE5LjE4NSwyNzUuMDkzegpNLTQzMy43NzYsMjg0LjQzNXYtNy4xMTVsNi42MjcsMy41NThMLTQzMy43NzYsMjg0LjQzNXoiPjwvcGF0aD48L3N2Zz4=");
}
.social__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.products {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .products {
    margin-top: 0;
  }
}
.products__grid {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .products__grid {
    max-width: 100%;
    padding: 0;
  }
}
.products__hover-image {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products__images {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: #efefef;
}
@media (max-width: 1024px) {
  .products__item {
    padding: 25px 40px;
  }
}
.products__item-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .products__item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.products__buttons-wrapper {
  text-align: center;
  margin: 0 0 80px;
}
.products__item-description {
  text-align: center;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 600;
}
.products__item-title {
  color: var(--color-gold);
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
}
.products__main-image {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.products .swiper-slide {
  opacity: 0.5;
  scale: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.products .swiper-slide-active {
  opacity: 1;
  scale: 1;
}
@media (max-width: 1024px) {
  .products .swiper-slide {
    opacity: 1;
    scale: 1;
  }
}
.products .swiper-pagination {
  bottom: 0;
}
@media (max-width: 1024px) {
  .products .swiper-pagination {
    bottom: unset !important;
    top: 0;
  }
}
.products .swiper {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .products .swiper {
    padding-bottom: 0;
    padding-top: 60px;
    margin-top: 20px;
  }
}
.products .swiper-pagination-bullet {
  display: inline-block;
  width: 4vw;
  height: 5px;
  background-color: rgba(140, 115, 75, 0.5);
  border-radius: 0;
  opacity: 1;
}
.products .swiper-pagination-bullet.swiper-pagination-bullet-active .loader {
  width: 100%;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: var(--loader);
  -o-transition-duration: var(--loader);
  transition-duration: var(--loader);
}
.products .swiper-pagination-bullet.played {
  background-color: var(--color-gold);
  opacity: 1;
}
.products .loader {
  background-color: var(--color-gold);
  width: 0;
  height: 100%;
}
.products .swiper-button-next {
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #222;
  background-color: rgba(239, 239, 239, 0.7);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  cursor: pointer;
  margin: auto;
}
.products .swiper-button-next::after {
  content: "";
  width: 11px;
  height: 21px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg role='presentation' style='display: block' viewBox='0 0 11.3 21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3ELeft%3C/desc%3E%3Cpolyline fill='none' stroke='%23222' stroke-linejoin='butt' stroke-linecap='butt' stroke-width='1' points='0.5,0.5 10.5,10.5 0.5,20.5'%3E%3C/polyline%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .products .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}
.products .swiper-button-disabled {
  display: none;
}
.products .swiper-button-prev {
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #222;
  background-color: rgba(239, 239, 239, 0.7);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  cursor: pointer;
  margin: auto;
}
.products .swiper-button-prev::after {
  content: "";
  width: 11px;
  height: 21px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg role='presentation' style='display: block' viewBox='0 0 11.3 21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3ELeft%3C/desc%3E%3Cpolyline fill='none' stroke='%23222' stroke-linejoin='butt' stroke-linecap='butt' stroke-width='1' points='0.5,0.5 10.5,10.5 0.5,20.5'%3E%3C/polyline%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .products .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 5px;
  }
}
.products .cta-subtitle {
  font-size: 10px;
  font-weight: 400;
  margin: 5px 0;
  text-transform: uppercase;
}
.products .cta-title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-orange);
  font-weight: 700;
}
.products__buttons-wrapper {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}
.products__call-to-action {
  background-color: #f1f1f1;
  max-width: 480px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__cta-link {
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-popup {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10004;
}

.products-popups,
.products-popups-recieps,
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
@media (orientation: portrait), (max-width: 780px) {
  .products-popups,
  .products-popups-recieps,
  .popup {
    padding: 0;
    width: 100%;
  }
}
.products-popups.active,
.products-popups-recieps.active,
.popup.active {
  display: block;
}
.products-popups.policy,
.products-popups-recieps.policy,
.popup.policy {
  z-index: 1001;
}
.products-popups__close-wrapper,
.products-popups-recieps__close-wrapper,
.popup__close-wrapper {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.products-popups__content-wrapper,
.products-popups-recieps__content-wrapper,
.popup__content-wrapper {
  font-size: 16px;
  line-height: 1.55;
}
.products-popups__content-wrapper h2,
.products-popups-recieps__content-wrapper h2,
.popup__content-wrapper h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}
.products-popups__content-wrapper strong,
.products-popups__content-wrapper b,
.products-popups-recieps__content-wrapper strong,
.products-popups-recieps__content-wrapper b,
.popup__content-wrapper strong,
.popup__content-wrapper b {
  font-weight: 700;
  color: var(--color-gold);
}
.products-popups__content-wrapper p,
.products-popups-recieps__content-wrapper p,
.popup__content-wrapper p {
  margin-bottom: 20px;
}
.products-popups__content-wrapper ul,
.products-popups-recieps__content-wrapper ul,
.popup__content-wrapper ul {
  margin-bottom: 20px;
}
.products-popups__gallery,
.products-popups-recieps__gallery,
.popup__gallery {
  width: 100%;
}
.products-popups__gallery-wrapper,
.products-popups-recieps__gallery-wrapper,
.popup__gallery-wrapper {
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (orientation: portrait), (max-width: 780px) {
  .products-popups__gallery-wrapper,
  .products-popups-recieps__gallery-wrapper,
  .popup__gallery-wrapper {
    margin-bottom: 30px;
  }
}
.products-popups__item-container,
.products-popups-recieps__item-container,
.popup__item-container {
  position: relative;
  display: none;
}
.products-popups__item-container.active,
.products-popups-recieps__item-container.active,
.popup__item-container.active {
  display: block;
}
@media (orientation: portrait), (max-width: 780px) {
  .products-popups__item-container,
  .products-popups-recieps__item-container,
  .popup__item-container {
    width: 100%;
    padding: 0;
  }
}
.products-popups__wrapper,
.products-popups-recieps__wrapper,
.popup__wrapper {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 0 50px;
  background-color: #f5f5f5;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  .products-popups__wrapper,
  .products-popups-recieps__wrapper,
  .popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.policy.popup .popup__wrapper {
  grid-template-columns: auto;
  padding: 50px;
}

.popup__content h2 {
  text-transform: uppercase;
  color: var(--color-orange);
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-lazy {
  max-width: 100%;
}

.swiper-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-thumbs {
  height: 50px;
  margin-top: 20px;
}
.swiper-thumbs .swiper-slide {
  cursor: pointer;
}

.swiper-prev {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  left: 10px;
  cursor: pointer;
  z-index: 1000;
}
.swiper-prev::after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 23px;
  background-image: url("../images/UI/prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.swiper-next {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  right: 10px;
  cursor: pointer;
  z-index: 1000;
}
.swiper-next::after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 23px;
  background-image: url("../images/UI/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.marquee__image {
  width: 20px;
  height: 100%;
}
.marquee__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.marquee__mover {
  height: 50px;
  background-color: var(--color-gold);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 14.07s;
  animation-duration: 14.07s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.marquee__title {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.marquee__wrapper {
  width: calc(100% + 0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  background-color: var(--color-gold);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-468px);
    transform: translateX(-468px);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-468px);
    transform: translateX(-468px);
  }
}
.cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--color-gold);
  padding: 11px 25px;
  width: 50vw;
}
.cookies.hide {
  display: none;
}
@media (max-width: 1024px) {
  .cookies {
    width: 100%;
  }
}
.cookies__close-wrapper {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .cookies__close-wrapper {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.cookies__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}
@media (max-width: 1024px) {
  .cookies__text {
    padding-right: 30px;
  }
}
.cookies__wrapper {
  grid-template-columns: auto auto auto;
  gap: 25px;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .cookies__wrapper {
    position: relative;
    grid-template-columns: 1fr;
  }
}
.cookies .open_policy {
  color: var(--color-orange);
}

.footer {
  background-color: #000;
}
.footer__contact {
  color: var(--color-gold);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}
.footer__contact * {
  color: var(--color-gold);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}
.footer__contact-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer__contact-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 80px;
}
.footer__link {
  color: var(--color-gold);
  font-size: 16px;
  font-weight: 700;
}
.footer__title {
  color: var(--color-gold);
  font-weight: 700;
  text-align: center;
  max-width: 860px;
}
.footer__title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
}
.footer__social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__social-wrapper .social__link {
  width: 50px;
  height: 50px;
  margin: 15px;
}
/*# sourceMappingURL=app.css.map */
