@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "font-header";
  src: url("fonts/font.woff");
}
/* colors */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", serif;
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  text-align: left;
  position: relative;
  background: #fff;
}
@media (max-width: 991px) {
  body {
    line-height: 18px;
    font-size: 14px;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1C1C1C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 14px;
  line-height: 22px;
}
a:hover {
  color: #CC9359;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

i.fa-solid {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: revert-layer;
  font-size: 10px;
  margin-left: 5px;
}

body.noscroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

h1,
h2,
h3 {
  font-weight: normal;
  color: #1C1C1C;
  margin: 0 0 20px 0;
}

h4,
h5,
h6 {
  font-weight: 500;
  color: #1C1C1C;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 78px;
  line-height: 88px;
  font-family: "font-header";
}
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
h1 span {
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h2 {
  font-size: 64px;
  line-height: 74px;
  font-family: "font-header";
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
h2 span {
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h3 {
  font-size: 25px;
  line-height: 33px;
  font-family: "font-header";
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 14px;
  line-height: normal;
  font-family: "Jost", serif;
}

h5 {
  font-size: 20px;
  line-height: normal;
  font-family: "Jost", serif;
}

h6 {
  font-size: 18px;
  line-height: normal;
  font-family: "Jost", serif;
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #595D62;
}

.text-pink {
  color: #F6931D;
}

button {
  cursor: pointer;
}

.button {
  background: rgb(107, 57, 20);
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  letter-spacing: 0.05em;
  font-family: "Plus Jakarta Sans", serif;
  line-height: normal;
  width: max-content;
  min-width: 170px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 991px) {
  .button {
    font-size: 10px;
    padding: 10px;
  }
}
.button::after {
  content: "";
  background: url("../images/btn-icon-white.svg");
  width: 18px;
  height: 16px;
}
.button:hover {
  background: rgb(107, 57, 20);
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  color: #ffffff !important;
}
.button:hover::after {
  content: "";
  background: url("../images/btn-icon-white.svg");
  width: 18px;
  height: 16px;
}
.button:focus {
  outline: none;
  color: #ffffff;
}
.button__white {
  background: #ffffff;
  color: #CC9359 !important;
}
.button__white::after {
  display: none;
}
.button__white:hover::after {
  display: none;
}

ol {
  padding-left: 20px;
  margin: 0 0 30px 0;
}
ol li {
  margin: 5px 0;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}
@media (max-width: 991px) {
  ol li {
    font-size: 14px;
    line-height: 20px;
  }
}

ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 22px;
  color: #1C1C1C;
}
@media (max-width: 991px) {
  ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.notfound {
  padding: 90px 0;
  text-align: center;
}
.notfound__text {
  margin-top: 30px;
}
.notfound__text a {
  color: #1C1C1C;
}
@media (hover: hover) and (pointer: fine) {
  .notfound__text a {
    transition: 200ms;
  }
  .notfound__text a:hover {
    color: #1C1C1C;
    text-decoration: underline;
  }
}

input:focus, textarea:focus {
  outline-color: #1C1C1C;
}

::placeholder {
  color: #838383;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-stage-outer {
  height: auto !important;
}
.owl-carousel .owl-stage-outer .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-carousel .owl-stage-outer .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  position: relative;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 991px) {
  .owl-carousel .owl-nav {
    padding: 0 10px;
  }
}
.owl-carousel .owl-nav button {
  z-index: 10;
}
.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  bottom: 68px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots {
    bottom: 25px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #ffffff;
  display: flex;
  border-radius: 100px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #CC9359;
  border: 1px solid #CC9359;
}

.slider {
  position: relative;
}

.custom-owl-prev {
  left: 65px; /* Dostosuj pozycję */
}

.custom-owl-next {
  right: 65px; /* Dostosuj pozycję */
}

.custom-owl-prev img, .custom-owl-next img {
  width: 30px; /* Dostosuj rozmiar */
}

.custom-owl-prev, .custom-owl-next {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .custom-owl-prev, .custom-owl-next {
    display: none;
  }
}

@media (max-width: 991px) {
  .slider .owl-item {
    height: 350px;
  }
  .slider .owl-item .container {
    display: flex;
    justify-content: end;
  }
  .slider .owl-item .container.pb-textimage__content--reverse {
    justify-content: start;
  }
  .slider .owl-item .pb-textimage {
    min-height: 350px;
  }
  .slider .owl-item .pb-textimage .pb-textimage__content {
    width: 60%;
    padding: 0;
  }
  .slider .owl-item .pb-textimage .pb-textimage__content .pb-textimage__text p {
    display: none;
  }
}
.header {
  position: absolute;
  margin: 0 auto !important;
  padding: 24px 0px 0;
  z-index: 20;
  background: transparent;
  top: 0;
  transition: 0.6s;
  width: 100%;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 24px;
}
.header__logo {
  display: block;
  max-height: 100%;
  width: 150px;
}
.header__logo img {
  height: 64px;
}
.header__icons {
  display: none;
}
@media (max-width: 991px) {
  .header__icons {
    display: block;
  }
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__menu .menu {
  display: inline-flex;
  gap: 40px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header__menu .menu li {
  margin: 0;
}
.header__menu .menu a {
  position: relative;
  color: #1C1C1C;
  font-family: "Jost", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
}
.header__menu .menu a:hover {
  color: #CC9359;
}
.header__menu .menu .current-menu-item a {
  color: #CC9359;
}
.header__menu.home .menu a {
  color: #ffffff;
}
.header__menu.home .menu a:hover {
  color: #CC9359;
}
.header.fixed-header {
  background: #ffffff;
  position: fixed;
  transition: 0.6s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.header__burger {
  display: none;
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 500px) {
  .header__burger {
    width: 30px;
    height: 30px;
  }
}
.header__burger.active span {
  transform: rotate(45deg);
  background-color: #1C1C1C;
}
.header__burger.active span:before {
  transform: rotate(90deg);
  background-color: #1C1C1C;
  top: 0;
}
.header__burger.active span:after {
  display: none;
}
@media (max-width: 991px) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  width: 20px;
  height: 3px;
  background-color: #1C1C1C;
  border-radius: 2px;
  position: relative;
  transition: 200ms;
}
@media (max-width: 500px) {
  .header__burger span {
    width: 16px;
    height: 2px;
  }
}
.header__burger span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 20px;
  height: 3px;
  background-color: #1C1C1C;
  border-radius: 2px;
  transition: 200ms;
}
@media (max-width: 500px) {
  .header__burger span::before {
    width: 16px;
    height: 2px;
    top: -4px;
  }
}
.header__burger span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 3px;
  background-color: #1C1C1C;
  border-radius: 2px;
}
@media (max-width: 500px) {
  .header__burger span::after {
    width: 16px;
    height: 2px;
    bottom: -4px;
  }
}
.header__burger.home span {
  background-color: #ffffff;
}
.header__burger.home span::before {
  background-color: #ffffff;
}
.header__burger.home span::after {
  background-color: #ffffff;
}
.header__mobile {
  display: none;
  position: absolute;
  top: -130vh;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transition: 200ms;
}
.header__mobile.active {
  top: 110px;
  bottom: 0;
  padding: 16px;
  position: absolute;
  display: block;
}
.header__mobile--menu {
  padding: 32px 16px;
  text-align: left;
  width: 100%;
  display: block;
}
.header__mobile--menu .menu {
  flex-direction: column;
  text-align: left;
  gap: 0;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.header__mobile--menu .menu .menu-item {
  padding: 16px 16px;
  text-align: left;
  border-bottom: 1px solid #1C1C1C;
  position: relative;
}
.header__mobile--menu .menu .menu-item a {
  position: relative;
  color: #1C1C1C;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.header__mobile--menu .menu .menu-item a:hover {
  color: #F6931D;
}

.home.page .home-href {
  display: block;
}

.home.page .page-href {
  display: none;
}

.page .home-href {
  display: none;
}

.page .page-href {
  display: block;
}

.footer {
  background: #1C1C1C;
}
.footer__address {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  background: #1C1C1C;
  padding: 65px 0 90px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer__address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__address h3 {
  color: #CC9359;
  margin-bottom: 16px;
}
.footer__address a {
  letter-spacing: 0.02em;
  padding-left: 0;
  color: #ffffff;
}
.footer__address a:hover {
  color: #CC9359;
}
.footer__address ul.menu {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.footer__address ul.menu li {
  margin: 0 0 12px 0;
}
.footer__address ul.menu li a {
  letter-spacing: 0.02em;
  padding-left: 0;
  color: #ffffff;
}
.footer__address .footerlogo img {
  width: 150px;
}
.footer__address .footeraddress {
  padding: 0;
}
.footer__address .footeraddress div {
  margin-bottom: 12px;
  display: flex;
  font-size: 14px;
  line-height: 22px;
}
.footer__address .footeraddress div img {
  margin-right: 5px;
  width: 20px;
}
.footer__address .footermenu {
  padding: 0;
}
.footer__address .footersocial .footersocial-item {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer__address .footersocial .footersocial-item {
    justify-content: center;
  }
}
.footer__copyright {
  padding: 32px 0;
  background: #000000;
  color: #ffffff;
}
.footer__copyright > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__copyright > div {
    flex-direction: column;
  }
}
.footer__copyright p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer__copyright p {
    font-size: 14px;
    text-align: center;
  }
}
.footer__copyright p a {
  color: #ffffff;
}
.footer__back {
  width: 42px;
  height: 42px;
  margin: 0;
  background: #CC9359;
  background-size: 200%;
  background-position: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  z-index: 222;
  position: fixed;
  right: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__back {
    transition: 200ms;
  }
  .footer__back:hover {
    color: #ffffff;
  }
}
.footer__back:focus {
  outline: none;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer__back {
    width: 40px;
    height: 40px;
  }
}
.footer__back img {
  max-width: 80%;
  max-height: 80%;
}

.age-verification-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.age-verification-popup > div {
  background: #fff;
  padding: 50px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .age-verification-popup > div {
    max-width: 100%;
  }
}
.age-verification-popup > div h5 {
  margin-bottom: 30px;
}
.age-verification-popup__button {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .age-verification-popup__button {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .age-verification-popup__button .button {
    min-width: 140px;
  }
}
.age-verification-popup__button .button__white {
  border: 1px solid #CC9359;
}

.recipes {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.recipes__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recipes__content--list {
  background: #F9F9F9;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .recipes__content--list {
    padding: 50px 0;
  }
}
.recipes__content--list .container {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 991px) {
  .recipes__content--list .container {
    flex-direction: column;
    gap: 50px;
  }
}
.recipes__content--list .text {
  flex: 1;
}
.recipes__content--list .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.recipes__content--list .text .info {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.recipes__content--list .text .info .title {
  font-size: 20px;
  line-height: 30px;
  color: #CC9359;
  font-family: "font-header";
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
}
.recipes__content--list .text .info h4 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.recipes__content--list .text .info p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.recipes__content--list .text .info ul {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.recipes__content--list .text .info ul li {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.recipes__content--list .text .info ul li::marker {
  color: #CC9359;
}
.recipes__content--list .images {
  flex: 1;
  min-height: 530px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .recipes__content--list .images {
    min-height: 400px;
  }
}
.recipes__content--list .images img {
  position: absolute;
  height: auto;
}
.recipes__content--list .images .img1 {
  top: 0;
  left: 0;
  z-index: 1;
  width: 261px;
}
@media (max-width: 991px) {
  .recipes__content--list .images .img1 {
    width: 45%;
  }
}
.recipes__content--list .images .img2 {
  top: 0;
  right: 0;
  z-index: 2;
  width: 213px;
}
@media (max-width: 991px) {
  .recipes__content--list .images .img2 {
    width: 45%;
  }
}
.recipes__content--list .images .img3 {
  top: 200px;
  left: 150px;
  z-index: 3;
}
@media (max-width: 991px) {
  .recipes__content--list .images .img3 {
    width: 60%;
    left: 20%;
    top: 150px;
  }
}
.recipes__content--list:nth-child(even) {
  background: #ffffff;
}
.recipes__content--list:nth-child(even) .container {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .recipes__content--list:nth-child(even) .container {
    flex-direction: column;
  }
}
.recipes__image {
  overflow: hidden;
  text-align: center;
  flex: 1;
}
.recipes__image img {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .recipes__image {
    width: 100%;
  }
}
.recipes.section-top {
  padding: 250px 0;
  min-height: 900;
}

.pb {
  padding-bottom: 0;
}
.pb-text {
  padding: 180px 0;
  min-height: 900px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 500px) {
  .pb-text {
    padding: 50px 0;
    min-height: 500px;
  }
}
.pb-text .container {
  max-width: 960px;
}
.pb-text__content h1,
.pb-text__content h2,
.pb-text__content h3 {
  margin-bottom: 32px;
  text-shadow: none !important;
}
.pb-text__content p,
.pb-text__content h4,
.pb-text__content h5 {
  margin-bottom: 24px;
  text-shadow: none !important;
}
.pb-text__content p:last-of-type,
.pb-text__content h4:last-of-type,
.pb-text__content h5:last-of-type {
  margin-bottom: 0;
}
.pb-text__content.line {
  border-top: 1px solid #CC9359;
  border-bottom: 1px solid #CC9359;
  padding: 64px 0 94px;
}
.pb-textimage {
  margin: 0;
  padding: 190px 0;
  min-height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .pb-textimage {
    padding: 0;
    min-height: 500px;
  }
}
.pb-textimage video {
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  object-fit: cover;
}
@media (max-width: 991px) {
  .pb-textimage video {
    min-height: 500px;
  }
}
.pb-textimage .container {
  z-index: 2;
}
.pb-textimage__content {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 991px) {
  .pb-textimage__content {
    gap: 50px;
  }
}
.pb-textimage__content--reverse {
  flex-direction: row-reverse;
}
.pb-textimage__content--reverse .pb-textimage__text {
  flex: 1;
}
.pb-textimage__content--reverse .pb-textimage__text.color-white h1, .pb-textimage__content--reverse .pb-textimage__text.color-white h2, .pb-textimage__content--reverse .pb-textimage__text.color-white h3, .pb-textimage__content--reverse .pb-textimage__text.color-white h4, .pb-textimage__content--reverse .pb-textimage__text.color-white p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .pb-textimage__content {
    flex-direction: column;
    padding: 50px 0;
  }
}
.pb-textimage__text {
  padding: 0;
  flex: 1;
}
@media (max-width: 1400px) {
  .pb-textimage__text {
    padding-inline: 40px;
  }
}
@media (max-width: 991px) {
  .pb-textimage__text {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .pb-textimage__text {
    padding-inline: 0;
  }
}
.pb-textimage__text h2, .pb-textimage__text h3, .pb-textimage__text h4 {
  margin-bottom: 24px;
}
.pb-textimage__text h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pb-textimage__text p {
  margin-bottom: 24px;
}
.pb-textimage__text p:last-of-type {
  margin-bottom: 0;
}
.pb-textimage__text .button {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .pb-textimage__text .button {
    margin-top: 20px;
  }
}
.pb-textimage__text.color-white h1, .pb-textimage__text.color-white h2, .pb-textimage__text.color-white h3, .pb-textimage__text.color-white h4, .pb-textimage__text.color-white p {
  color: #ffffff;
}
.pb-textimage__text-button {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .pb-textimage__text-button {
    flex-direction: column;
    gap: 10px;
  }
}
.pb-textimage__image {
  overflow: hidden;
  text-align: center;
  flex: 1;
}
.pb-textimage__image img {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .pb-textimage__image {
    width: 100%;
  }
}
.pb-textimage.section-top {
  padding: 0;
  min-height: 900;
}
@media (max-width: 991px) {
  .pb-textimage.section-top {
    padding: 0;
    min-height: 500px;
  }
}
.pb-textimage.section-top .section-top-bg {
  padding: 190px 0;
  min-height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .pb-textimage.section-top .section-top-bg {
    padding: 50px 0 0 0;
    min-height: 500px;
  }
}
.pb-form {
  margin: 0;
  padding: 190px 0;
  width: 100%;
  display: flex;
  align-items: start;
  position: relative;
}
.pb-form h2 {
  margin-bottom: 50px;
}
.pb-form__content {
  display: flex;
  align-items: start;
  gap: 90px;
}
@media (max-width: 991px) {
  .pb-form__content {
    gap: 50px;
  }
}
.pb-form__content--reverse {
  flex-direction: row-reverse;
}
.pb-form__content--reverse .pb-textimage__text {
  flex: 1;
}
@media (max-width: 991px) {
  .pb-form__content {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.pb-form__text {
  padding: 0;
  flex: 1;
}
@media (max-width: 1400px) {
  .pb-form__text {
    padding-inline: 40px;
  }
}
@media (max-width: 991px) {
  .pb-form__text {
    width: 100%;
    padding-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .pb-form__text {
    padding-inline: 0;
  }
}
.pb-form__text h2, .pb-form__text h3, .pb-form__text h4 {
  margin-bottom: 24px;
}
.pb-form__text h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pb-form__text p {
  margin-bottom: 24px;
}
.pb-form__text p:last-of-type {
  margin-bottom: 0;
}
.pb-form__form {
  flex: 1;
}
.pb-form__form span.wpcf7-form-control-wrap {
  width: 100%;
}
.pb-form__form p {
  width: 100%;
  font-size: 14px;
  margin-bottom: 13px;
}
.pb-form__form label {
  color: #1C1C1C;
  position: relative;
  z-index: 2;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
}
.pb-form__form label span {
  color: #EA3737;
}
.pb-form__form input, .pb-form__form textarea {
  width: 100%;
  border-color: #C5C5C5;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  font-size: 14px;
  color: #1C1C1C;
  border-radius: 0;
  font-weight: 300;
}
.pb-form__form input.wpcf7-not-valid, .pb-form__form textarea.wpcf7-not-valid {
  border-color: #EA3737;
  border-style: solid;
  border-width: 1px;
}
.pb-form__form input::placeholder, .pb-form__form textarea::placeholder {
  color: #1C1C1C;
}
.pb-form__form textarea {
  height: 150px;
}
.pb-form__form .wpcf7-not-valid-tip {
  color: #EA3737;
  font-size: 12px;
}
.pb-form__form .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.pb-form__form .wpcf7-response-output {
  font-size: 12px;
  margin: 10px 0 !important;
  border: 2px solid #CC9359 !important;
}
.pb-form__form .wpcf7-acceptance {
  font-size: 12px;
  line-height: 18px;
  color: #1C1C1C;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pb-form__form .wpcf7-acceptance {
    margin-bottom: 16px;
  }
}
.pb-form__form .wpcf7-acceptance .wpcf7-list-item-label {
  flex: 0 1 100%;
  padding-top: 0;
  color: #1C1C1C;
  font-size: 12px;
}
.pb-form__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.pb-form__form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  margin: 0;
}
.pb-form__form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: #1C1C1C;
}
.pb-form__form input[type=checkbox] {
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #C5C5C5;
  padding: 0;
}
.pb-form__form input[type=checkbox]:checked {
  background: #CC9359;
}
.pb-form__form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.pb-form__form input[type=submit] {
  background: rgb(107, 57, 20);
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  letter-spacing: 0.05em;
  font-family: "Plus Jakarta Sans", serif;
  line-height: normal;
  width: max-content;
  min-width: 170px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pb-form__form input[type=submit] {
    font-size: 14px;
  }
}
.pb-form__form input[type=submit]::after {
  content: "";
  background: url("../images/btn-icon-white.svg");
  width: 18px;
  height: 16px;
}
.pb-form__form input[type=submit]:hover {
  background: rgb(107, 57, 20);
  background: linear-gradient(90deg, rgb(107, 57, 20) 0%, rgb(210, 173, 95) 38%, rgb(201, 149, 85) 70%, rgb(107, 57, 20) 100%);
  color: #ffffff !important;
}
.pb-form__form input[type=submit]:hover::after {
  content: "";
  background: url("../images/btn-icon-white.svg");
  width: 18px;
  height: 16px;
}
.pb-form__form input[type=submit]:focus {
  outline: none;
  color: #ffffff;
}
.pb-form__form .wpcf7-spinner {
  display: none !important;
}
.pb-slider {
  padding: 90px 0;
  text-align: center;
}
.pb-slider .carousel-recipes {
  margin: 64px 0;
}
.pb-slider .carousel-recipes .item {
  width: 100%;
}
.pb-slider .carousel-recipes .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.pb-slider .carousel-recipes .owl-stage {
  display: flex;
  align-items: center;
}
.pb-slider .button {
  margin: 0 auto;
}

.img-mobile {
  display: none;
}

.img-mobile-section-top {
  display: none;
}

@media (max-width: 991px) {
  .img-mobile {
    display: block;
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  .img-mobile .container {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 300px;
    justify-content: end;
  }
  .img-mobile .container.pb-textimage__content--reverse {
    justify-content: start;
  }
  .img-mobile .container .pb-textimage__content {
    width: 60%;
    float: right;
  }
  .img-mobile .container .pb-textimage__content.pb-textimage__content--reverse {
    width: 60%;
    float: left;
  }
  .img-mobile-section-top {
    display: block;
    min-height: 300px;
    background-size: cover;
    background-position: center right;
    position: relative;
  }
  .img-mobile-section-top video {
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    object-fit: cover;
    height: 100%;
  }
  .img-mobile-section-top .section-top-bg {
    background-position: center;
    background-size: cover;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0;
    min-height: 400px;
  }
  .img-mobile-section-top .section-top-bg .container {
    height: 100%;
    align-items: center;
    display: flex;
    min-height: 400px;
  }
  .img-mobile-section-top .section-top-bg .container .pb-textimage__content {
    padding: 80px 0 20px;
    width: 65%;
  }
  .img-mobile-section-top .section-top-bg .container .pb-textimage__content .button {
    margin-top: 0;
  }
  .section-top.bgMobileRemove video {
    display: none;
  }
  .section-top.bgMobileRemove .pb-textimage__content {
    padding: 0 0 40px 0 !important;
  }
  .pb-textimage.bgMobileRemove .pb-textimage__content {
    padding: 40px 0 40px 0 !important;
  }
  .pb-textimage.bgMobileRemove .pb-textimage__content .pb-textimage__image {
    display: none;
  }
  .pb-textimage.bgMobileRemove .pb-textimage__content h1 {
    display: none;
  }
  .pb-textimage.bgMobileRemove .pb-textimage__content h2 {
    display: none;
  }
  .pb-textimage.bgMobileRemove .pb-textimage__content .pb-textimage__text-button {
    display: none;
  }
  .bgMobileRemove {
    background-image: none !important;
    padding-top: 0 !important;
    min-height: auto !important;
  }
}/*# sourceMappingURL=custom.css.map */