@font-face {
  font-family: "Recoleta";
  src: url("../fonts/Recoleta-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  background: #f1e5d5;
  color: #134846;
  margin: 0;
  line-height: 1.6;
}
body.page-template-home header .markiza, body.error404 header .markiza {
  display: flex;
}

main {
  padding-top: 100px;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

a:hover,
a:focus {
  color: #c89a57;
}

h1,
h2,
h3,
h4 {
  font-family: "Recoleta", "Times New Roman", serif;
  color: #134846;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 {
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 3.6875rem;
  }
}

h2 {
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1840px) {
  h2 {
    font-size: 3.6875rem;
  }
}

h3 {
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.25rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.4;
  color: #134846;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1840px) {
  p {
    font-size: 1.5rem;
  }
}

.container {
  width: 100%;
  max-width: 1575px;
  margin: 0 auto;
}

.btn, .section.contact .contact__right .wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Recoleta", "Times New Roman", serif;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
@media (min-width: 1024px) {
  .btn, .section.contact .contact__right .wpcf7 input[type=submit] {
    font-size: 1.25rem;
    padding: 1rem 2rem;
  }
}
@media (min-width: 1440px) {
  .btn, .section.contact .contact__right .wpcf7 input[type=submit] {
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
  }
}
.btn:focus-visible, .section.contact .contact__right .wpcf7 input[type=submit]:focus-visible {
  outline: 2px solid #c89a57;
  outline-offset: 3px;
}
.btn:hover, .section.contact .contact__right .wpcf7 input[type=submit]:hover {
  transform: translateY(-2px);
}

.btn--primary, .section.contact .contact__right .wpcf7 input[type=submit] {
  background: #134846;
  color: #faf0e5;
}
.btn--primary:hover, .section.contact .contact__right .wpcf7 input[type=submit]:hover {
  background: #c89a57;
  color: #faf0e5;
}

.btn--secondary {
  background: #b8b2ea;
  color: #faf0e5;
}
.btn--secondary:hover {
  background: #7e76c7;
  color: #faf0e5;
}

.btn--cream {
  background-color: #f1e5d5;
  color: #134846;
}
.btn--cream:hover {
  background-color: #134846;
  color: #f1e5d5;
}

.lead {
  font-size: 1.15rem;
  color: #134846;
  max-width: 540px;
}

.section-heading {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 640px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  top: 0;
}
header .markiza {
  background-image: url("../svg/bakery-header-desktop.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 100%;
  height: 143px;
  transform: translateY(-30px);
  z-index: 9;
  position: relative;
  transition: transform 0.3s ease-in-out;
  display: none;
}
header.scrolled .markiza {
  transform: translateY(-100%);
}

.header-wrap {
  background-color: #134846;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 35px 5%;
  transition: padding 0.3s ease-in-out;
}
.header-wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 100%;
}
header.scrolled .header-wrap {
  padding: 15px 5%;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}
.header-left ul,
.header-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 50px;
  position: relative;
}
.header-left ul li,
.header-right ul li {
  position: relative;
}
.header-left ul li a,
.header-right ul li a {
  color: #f1e5d5;
  font-weight: 500;
  font-family: "Recoleta", "Times New Roman", serif;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media (min-width: 1440px) {
  .header-left ul li a,
.header-right ul li a {
    font-size: 1.5rem;
  }
}
.header-left ul li a:hover,
.header-right ul li a:hover {
  color: #c89a57;
}

.header-left .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.header-left .menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #f1e5d5;
  border-bottom: 2px solid #f1e5d5;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
  margin-top: -2px;
}

.header-left .menu-item-has-children:hover > a::after,
.header-left .menu-item-has-children:focus-within > a::after {
  transform: rotate(225deg);
  border-color: #c89a57;
}

.header-left .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  background: #134846;
  border: 1px solid rgba(241, 229, 213, 0.15);
  border-radius: 12px;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.header-left .sub-menu li {
  width: 100%;
}

.header-left .sub-menu a {
  display: block;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  color: #f1e5d5;
  text-transform: none;
  white-space: nowrap;
}

.header-left .sub-menu a:hover,
.header-left .sub-menu a:focus {
  color: #c89a57;
  background: rgba(241, 229, 213, 0.06);
}

.header-left .menu-item-has-children:hover > .sub-menu,
.header-left .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-left {
  justify-content: flex-start;
}

.header-right {
  justify-content: flex-end;
  gap: 50px;
}

.header-nav {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo .mobile-logo {
  display: block;
}
@media (min-width: 1024px) {
  .logo .mobile-logo {
    display: none;
  }
}
.logo .desktop-logo {
  display: none;
}
@media (min-width: 1024px) {
  .logo .desktop-logo {
    display: block;
  }
}
.logo img {
  transition: transform 0.3s ease-in-out;
}
header.scrolled .logo img {
  transform: scale(0.8);
}

.instagram-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #f1e5d5;
  transition: color 0.3s ease;
}
.instagram-icon:hover svg path {
  fill: #c89a57;
}
.instagram-icon svg {
  width: 100%;
  height: 100%;
}
.instagram-icon svg path {
  transition: fill 0.15s ease-in-out;
  fill: #f1e5d5;
}

.mobile-toggle {
  border: none;
  background: transparent;
  display: none;
  margin-left: auto;
  padding: 0;
  cursor: pointer;
}

.burger-menu {
  width: 38px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-menu .bar {
  width: 100%;
  height: 3px;
  background: #f1e5d5;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger-menu--opened .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger-menu--opened .bar:nth-child(2) {
  opacity: 0;
}

.burger-menu--opened .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1024px) {
  .header-left,
.header-right {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .header-wrap .container {
    justify-content: space-between;
  }
}
.primary-menu,
.footer-menu,
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-navigation .primary-menu {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.desktop-navigation .primary-menu a {
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
}

.desktop-navigation .primary-menu a:hover {
  border-bottom-color: #c89a57;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 600;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(15, 70, 66, 0.97);
  color: #f1e5d5;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 50;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav.active {
  transform: translateX(0);
}

.mobile-nav--wrap {
  width: min(420px, 100%);
  text-align: center;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.mobile-menu a {
  color: #f1e5d5;
}

.mobile-nav .btn, .mobile-nav .section.contact .contact__right .wpcf7 input[type=submit], .section.contact .contact__right .wpcf7 .mobile-nav input[type=submit] {
  width: 100%;
}

.mobile-menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mobile-menu .menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #f1e5d5;
  border-bottom: 2px solid #f1e5d5;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
  margin-top: -2px;
}

.mobile-menu .menu-item-has-children.is-open > a::after {
  transform: rotate(225deg);
  border-color: #c89a57;
}

.mobile-menu .sub-menu {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.mobile-menu .menu-item-has-children.is-open > .sub-menu {
  max-height: 600px;
  opacity: 1;
}

.mobile-menu .sub-menu a {
  font-size: 1.1rem;
  text-transform: none;
  letter-spacing: 0.04em;
  padding-left: 0.5rem;
}

footer {
  background-color: #134846;
  position: relative;
  z-index: 10;
}
footer .copyright {
  background-color: #0f2827;
  color: #f1e5d5;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding: 16px 5%;
}
@media (min-width: 1024px) {
  footer .copyright {
    font-size: 1.25rem;
    padding: 52px 5%;
  }
}
footer .footer-wrap {
  padding: 5rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1280px) {
  footer .footer-wrap {
    flex-direction: row;
    padding: 8rem 5%;
  }
}
footer .footer-wrap--item {
  color: #f1e5d5;
  font-family: "Recoleta", "Times New Roman", serif;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  footer .footer-wrap--item {
    font-size: 1.25rem;
    gap: 2rem;
    text-align: left;
  }
}
footer .footer-wrap--item.logo img {
  width: 170px;
}
@media (min-width: 1024px) {
  footer .footer-wrap--item.logo img {
    width: auto;
  }
}
footer .footer-wrap--item p {
  color: #f1e5d5;
  font-family: "Recoleta", "Times New Roman", serif;
}
footer .footer-wrap--item h3 {
  font-size: 1rem;
  color: #f1e5d5;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  footer .footer-wrap--item h3 {
    font-size: 1.25rem;
  }
}
footer .footer-wrap--item ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  footer .footer-wrap--item ul {
    gap: 2rem;
  }
}
footer .footer-wrap--item ul li a {
  color: #f1e5d5;
  text-transform: uppercase;
  font-family: "Recoleta", "Times New Roman", serif;
}

.home-page {
  background: #f1e5d5;
}

section.section {
  position: relative;
  overflow: hidden;
  padding: 5rem 5%;
}
@media (min-width: 1280px) {
  section.section {
    padding: 8rem 5%;
  }
}

.special h2 {
  text-align: center;
  color: #c89a57;
}

.special-offer {
  width: 100%;
  position: relative;
  min-height: 600px;
}
@media (min-width: 640px) {
  .special-offer {
    min-height: 850px;
  }
}
@media (min-width: 1024px) {
  .special-offer {
    min-height: 1050px;
  }
}
@media (min-width: 1280px) {
  .special-offer {
    min-height: 1250px;
  }
}
@media (min-width: 1440px) {
  .special-offer {
    min-height: 1400px;
  }
}
.special-offer .pdfp,
.special-offer .wp-block-pdf-poster-pdf-poster {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
}
.special-offer .cta_wrapper {
  display: none;
}
.special-offer iframe,
.special-offer embed,
.special-offer object {
  width: 100% !important;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.special-offer iframe,
.special-offer embed,
.special-offer object {
  height: 600px !important;
  min-height: 550px;
}
@media (min-width: 640px) {
  .special-offer iframe,
.special-offer embed,
.special-offer object {
    height: 850px !important;
  }
}
@media (min-width: 1024px) {
  .special-offer iframe,
.special-offer embed,
.special-offer object {
    height: 1050px !important;
  }
}
@media (min-width: 1280px) {
  .special-offer iframe,
.special-offer embed,
.special-offer object {
    height: 1250px !important;
  }
}
@media (min-width: 1440px) {
  .special-offer iframe,
.special-offer embed,
.special-offer object {
    height: 1400px !important;
  }
}
.special-offer .pdfp-toolbar,
.special-offer .pdf-toolbar {
  background: #ffffff;
  padding: 0.75rem;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0.5rem;
}

.menu--aspect-ratio iframe,
.menu--aspect-ratio embed,
.menu--aspect-ratio object {
  height: auto !important;
  aspect-ratio: 1/1.414;
  min-height: 500px;
}

.about-gallery {
  background-image: url("../svg/bg-love.svg");
  background-position: bottom;
  background-repeat: repeat;
  position: relative;
  margin-bottom: -30px;
  z-index: 11;
}
.about-gallery .sign {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.about-gallery .about-slider {
  position: relative;
  width: 100%;
}
.about-gallery .about-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-gallery .about-slider .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 700px;
  display: block;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-gallery .about-slider .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  text-align: left;
  bottom: auto;
  left: auto;
  width: auto;
}
@media (min-width: 1024px) {
  .about-gallery .about-slider .swiper-pagination {
    margin-top: 3rem;
  }
}
.about-gallery .about-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #134846;
  opacity: 1;
  margin: 0 8px 0 0;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .about-gallery .about-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
  }
}
.about-gallery .about-slider .swiper-pagination-bullet:hover {
  background-color: #c89a57;
}
.about-gallery .about-slider .swiper-pagination-bullet-active {
  background-color: #c89a57;
}

.section.contact {
  background-color: #c89a57;
  padding: 3rem 1.5rem;
}
@media (min-width: 1024px) {
  .section.contact {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1440px) {
  .section.contact {
    padding: 6rem 2rem;
  }
}
.section.contact .contact__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .section.contact .contact__wrapper {
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .section.contact .contact__wrapper {
    gap: 4rem;
  }
}
@media (min-width: 1440px) {
  .section.contact .contact__wrapper {
    gap: 6rem;
  }
}
.section.contact .contact__left {
  flex: 1;
}
@media (min-width: 1024px) {
  .section.contact .contact__left {
    max-width: 45%;
  }
}
.section.contact .contact__left h2 {
  color: #f1e5d5;
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .section.contact .contact__left h2 {
    margin-bottom: 2rem;
  }
}
.section.contact .contact__left p {
  color: #f1e5d5;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .section.contact .contact__left p {
    line-height: 1.8;
  }
}
.section.contact .contact__right {
  flex: 1;
}
@media (min-width: 1024px) {
  .section.contact .contact__right {
    max-width: 55%;
  }
}
.section.contact .contact__right .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1440px) {
  .section.contact .contact__right .wpcf7 .wpcf7-form {
    gap: 1.5rem;
  }
}
.section.contact .contact__right .wpcf7 .wpcf7-form .row.half p {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .section.contact .contact__right .wpcf7 .wpcf7-form .row.half p {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.section.contact .contact__right .wpcf7 .wpcf7-form .row p {
  margin: 0;
}
.section.contact .contact__right .wpcf7 .wpcf7-form .row label {
  color: #f1e5d5;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .section.contact .contact__right .wpcf7 .wpcf7-form .row label {
    font-size: 1.5rem;
  }
}
.section.contact .contact__right .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.section.contact .contact__right .wpcf7 input[type=text],
.section.contact .contact__right .wpcf7 input[type=email],
.section.contact .contact__right .wpcf7 input[type=tel],
.section.contact .contact__right .wpcf7 input[type=date],
.section.contact .contact__right .wpcf7 textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: none;
  border-radius: 133px;
  background-color: #f1e5d5;
  color: #134846;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .section.contact .contact__right .wpcf7 input[type=text],
.section.contact .contact__right .wpcf7 input[type=email],
.section.contact .contact__right .wpcf7 input[type=tel],
.section.contact .contact__right .wpcf7 input[type=date],
.section.contact .contact__right .wpcf7 textarea {
    padding: 1.6rem 2rem;
    font-size: 1.125rem;
  }
}
.section.contact .contact__right .wpcf7 input[type=text]:focus,
.section.contact .contact__right .wpcf7 input[type=email]:focus,
.section.contact .contact__right .wpcf7 input[type=tel]:focus,
.section.contact .contact__right .wpcf7 input[type=date]:focus,
.section.contact .contact__right .wpcf7 textarea:focus {
  outline: none;
  border-color: #134846;
  box-shadow: 0 0 0 3px rgba(19, 72, 70, 0.1);
}
.section.contact .contact__right .wpcf7 input[type=text]::-moz-placeholder, .section.contact .contact__right .wpcf7 input[type=email]::-moz-placeholder, .section.contact .contact__right .wpcf7 input[type=tel]::-moz-placeholder, .section.contact .contact__right .wpcf7 input[type=date]::-moz-placeholder, .section.contact .contact__right .wpcf7 textarea::-moz-placeholder {
  color: rgba(19, 72, 70, 0.6);
}
.section.contact .contact__right .wpcf7 input[type=text]:-ms-input-placeholder, .section.contact .contact__right .wpcf7 input[type=email]:-ms-input-placeholder, .section.contact .contact__right .wpcf7 input[type=tel]:-ms-input-placeholder, .section.contact .contact__right .wpcf7 input[type=date]:-ms-input-placeholder, .section.contact .contact__right .wpcf7 textarea:-ms-input-placeholder {
  color: rgba(19, 72, 70, 0.6);
}
.section.contact .contact__right .wpcf7 input[type=text]::placeholder,
.section.contact .contact__right .wpcf7 input[type=email]::placeholder,
.section.contact .contact__right .wpcf7 input[type=tel]::placeholder,
.section.contact .contact__right .wpcf7 input[type=date]::placeholder,
.section.contact .contact__right .wpcf7 textarea::placeholder {
  color: rgba(19, 72, 70, 0.6);
}
.section.contact .contact__right .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
@media (min-width: 1440px) {
  .section.contact .contact__right .wpcf7 textarea {
    min-height: 180px;
  }
}
.section.contact .contact__right .wpcf7 input[type=submit] {
  width: 100%;
  cursor: pointer;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section.contact .contact__right .wpcf7 input[type=submit] {
    width: auto;
    min-width: 200px;
  }
}
.section.contact .contact__right .wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
}
.section.contact .contact__right .wpcf7 .wpcf7-validation-errors {
  background-color: rgba(220, 53, 69, 0.1);
  border: 2px solid #dc3545;
  color: #dc3545;
}
.section.contact .contact__right .wpcf7 .wpcf7-mail-sent-ok {
  background-color: rgba(40, 167, 69, 0.1);
  border: 2px solid #28a745;
  color: #28a745;
}
.section.contact .contact__right .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}
.section.contact .contact__right .wpcf7 span.wpcf7-not-valid input,
.section.contact .contact__right .wpcf7 span.wpcf7-not-valid textarea {
  border-color: #dc3545;
}

.love {
  background-image: url("../svg/bg-love.svg");
  background-position: bottom;
  background-repeat: repeat;
  padding: 5rem 0;
  position: relative;
  margin-bottom: -30px;
  z-index: 11;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.love:before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../svg/bg-love.svg");
  background-position: top;
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  .love {
    padding: 0 5% 10rem;
  }
}
.love .container {
  display: flex;
  justify-content: center;
  padding: 0 5%;
}
.love .container img {
  transform: translateY(-150px);
}

.page-markiza {
  padding: 3rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: bottom;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
  color: #f1e5d5;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-markiza {
    min-height: 350px;
  }
}
@media (min-width: 1840px) {
  .page-markiza {
    min-height: 450px;
  }
}
.page-markiza h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #f1e5d5;
}
@media (min-width: 1024px) {
  .page-markiza h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1840px) {
  .page-markiza h1 {
    font-size: 7.2rem;
  }
}
.page-markiza .subheadline {
  font-size: 1rem;
  font-family: "Recoleta", "Times New Roman", serif;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-markiza .subheadline {
    font-size: 1.5rem;
  }
}
@media (min-width: 1660px) {
  .page-markiza .subheadline {
    font-size: 2rem;
  }
}
.page-markiza.gallery {
  background-image: url("../svg/bg-gallery.svg");
  color: #134846;
}
.page-markiza.gallery h1 {
  color: #134846;
}
.page-markiza.about {
  background-image: url("../svg/bg-about.svg");
}
.page-markiza.about .subheadline {
  color: #f1e5d5;
}
.page-markiza.contact {
  background-image: url("../svg/bg-contact.svg");
}
.page-markiza.contact .subheadline {
  color: #f1e5d5;
}
.page-markiza.products {
  background-image: url("../svg/bg-products.svg");
}
.page-markiza.products .subheadline {
  color: #f1e5d5;
}

.map {
  background-image: url("../svg/bg-love.svg");
  background-position: bottom;
  background-repeat: repeat;
  position: relative;
  margin-bottom: -30px;
  z-index: 11;
}
.map:before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../svg/bg-love.svg");
  background-position: top;
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  .map {
    padding: 0 5% 10rem;
  }
}
.map .contact-images {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .map .contact-images {
    margin-top: 8rem;
  }
}
.map .map-wrapper {
  display: flex;
  width: 100%;
  gap: 60px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .map .map-wrapper {
    flex-direction: row;
  }
}
.map .map-wrapper--map {
  width: 100%;
  order: 2;
}
@media (min-width: 1024px) {
  .map .map-wrapper--map {
    order: 1;
  }
}
.map .map-wrapper--map iframe {
  border-radius: 24px;
  min-height: 400px;
}
.map .map-wrapper--hours {
  width: 100%;
  background-color: #134846;
  color: #f1e5d5;
  border-radius: 24px;
  padding: 60px 30px;
  order: 1;
}
@media (min-width: 1024px) {
  .map .map-wrapper--hours {
    padding: 80px 60px;
    order: 2;
  }
}
@media (min-width: 1024px) {
  .map .map-wrapper--hours {
    max-width: 550px;
  }
}
.map .map-wrapper--hours h2,
.map .map-wrapper--hours p {
  color: #f1e5d5;
}
.map .map-wrapper--hours .opening-hours {
  margin-top: 4rem;
}
.map .map-wrapper--hours .opening-hours--title {
  font-weight: bold;
}
.map .map-wrapper--hours .hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "Recoleta", "Times New Roman", serif;
}
.map .map-wrapper--hours .hours:last-child .hours-day {
  border-bottom: none;
}
.map .map-wrapper--hours .hours:last-child .hours-hour {
  border-bottom: none;
}
.map .map-wrapper--hours .hours-day {
  border-right: 1px solid #f1e5d5;
  border-bottom: 1px solid #f1e5d5;
  padding: 10px 30px 10px 0;
}
.map .map-wrapper--hours .hours-hour {
  border-bottom: 1px solid #f1e5d5;
  padding: 10px 30px;
}

.gallery-section {
  background-image: url("../svg/bg-love.svg");
  background-position: bottom;
  background-repeat: repeat;
  padding: 5rem 0;
  position: relative;
  margin-top: -60px;
  z-index: 9;
  overflow: hidden;
}
.gallery-section:before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../svg/bg-love.svg");
  background-position: top;
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  .gallery-section {
    padding: 0 5% 10rem;
  }
}
.gallery-section .gallery-slider {
  position: relative;
  overflow: visible;
}
.gallery-section .swiper-wrapper {
  align-items: center;
}
.gallery-section .swiper-slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  opacity: 0.6;
  transform: scale(0.85);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gallery-section .gallery-slide__media img {
  width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
.gallery-section .swiper-pagination {
  position: relative;
  margin-top: 4rem;
  text-align: center;
  bottom: auto;
  left: auto;
  width: auto;
}
@media (min-width: 1024px) {
  .gallery-section .swiper-pagination {
    margin-top: 6rem;
  }
}
.gallery-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #134846;
  opacity: 1;
  margin: 0 8px;
  transition: background-color 0.3s ease;
}
.gallery-section .swiper-pagination-bullet-active {
  background-color: #c89a57;
}
.gallery-section .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.gallery-section .swiper-slide-active .gallery-slide__media img,
.gallery-section .swiper-slide-duplicate-active .gallery-slide__media img {
  max-height: 800px;
}

.not-found {
  background-color: #c89a57;
  padding: 10rem 5% 5rem;
}
@media (min-width: 1024px) {
  .not-found {
    padding: 12rem 5% 0;
  }
}
.not-found .not-found--wrap {
  display: flex;
  width: 100%;
  gap: 70px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .not-found .not-found--wrap {
    flex-direction: row;
  }
}
.not-found .not-found--wrap__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .not-found .not-found--wrap__item {
    width: 33%;
    text-align: left;
  }
}
.not-found .not-found--wrap__item img {
  display: none;
}
@media (min-width: 1024px) {
  .not-found .not-found--wrap__item img {
    display: block;
  }
}
.not-found .not-found--wrap__item h1 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #c89a57;
  font-weight: 500;
  font-family: "Recoleta", "Times New Roman", serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #f1e5d5;
}
@media (min-width: 768px) {
  .not-found .not-found--wrap__item h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .not-found .not-found--wrap__item h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .not-found .not-found--wrap__item h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1440px) {
  .not-found .not-found--wrap__item h1 {
    font-size: 3.6875rem;
  }
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 9;
  margin-top: 80px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero {
    grid-template-columns: repeat(2, 1fr);
    min-height: 80vh;
  }
}
.hero.page-hero {
  margin-top: -30px;
}
.hero__left {
  background-color: #f1e5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 2rem 50px;
  order: 2;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__left {
    padding: 5rem 10rem 3rem 6rem;
    order: 1;
  }
}
.hero__content {
  max-width: 680px;
  color: #f1e5d5;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero__content {
    text-align: left;
  }
}
.hero__content h1 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #c89a57;
  font-weight: 500;
  font-family: "Recoleta", "Times New Roman", serif;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hero__content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__content h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .hero__content h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1660px) {
  .hero__content h1 {
    font-size: 3.6875rem;
  }
}
.hero__image {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__image {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.hero__image img {
  max-width: 230px;
  height: auto;
}
@media (min-width: 1024px) {
  .hero__image img {
    max-width: 30%;
  }
}
.hero__image--aos-fade {
  opacity: 0 !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 0.7s ease-out;
}
.hero__image--aos-fade.aos-animate {
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}
.hero__right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  order: 1;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .hero__right {
    height: auto;
    order: 2;
  }
}

.marquee {
  background: #c89a57;
  color: #c89a57;
  overflow: hidden;
  padding: 0.8rem 0;
  font-family: "Recoleta Alt", "Recoleta", "Times New Roman", serif;
  text-transform: lowercase;
  font-size: 2rem;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #faf0e5;
  line-height: 1.2;
}
.marquee.cream {
  color: #f1e5d5;
  background: #f1e5d5;
  -webkit-text-stroke-color: #b8b2ea;
}
.marquee.pink {
  color: #b8b2ea;
  background: #b8b2ea;
  -webkit-text-stroke-color: #f1e5d5;
}
@media (min-width: 768px) {
  .marquee {
    font-size: 2.5rem;
    -webkit-text-stroke-width: 1.5px;
  }
}
@media (min-width: 1024px) {
  .marquee {
    font-size: 4rem;
    -webkit-text-stroke-width: 2px;
    line-height: 1.1;
    padding: 2rem 0;
  }
}
@media (min-width: 1280px) {
  .marquee {
    font-size: 5.5rem;
  }
}
@media (min-width: 1840px) {
  .marquee {
    font-size: 95.391px;
    -webkit-text-stroke-width: 2.02px;
    line-height: 87.295px;
  }
}
.marquee__track {
  display: inline-block;
  -webkit-animation: marquee 16s linear infinite;
          animation: marquee 16s linear infinite;
  white-space: nowrap;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#products {
  background-color: #dcd5ff;
}
#products .products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}
@media (min-width: 1024px) {
  #products .products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1660px) {
  #products .products__grid {
    gap: 50px;
  }
}

.product-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 280px;
  height: 100%;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .product-category-card {
    max-width: 360px;
  }
}
.product-category-card:hover {
  transform: translateY(-10px);
}
.product-category-card__wrapper {
  width: 100%;
  max-width: 280px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 35px 35px 0 0;
  box-shadow: 0 10px 30px rgba(15, 70, 66, 0.15);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .product-category-card__wrapper {
    max-width: 360px;
    height: 480px;
  }
}
.product-category-card__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-category-card__title-wrapper {
  width: 100%;
  max-width: 280px;
  background: #f1e5d5;
  border-radius: 0 0 35px 35px;
  padding: 1.5rem 1rem;
  box-shadow: 0 10px 30px rgba(15, 70, 66, 0.15);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .product-category-card__title-wrapper {
    max-width: 360px;
    padding: 50px 1rem;
  }
}
.product-category-card__title {
  margin: 0;
  font-size: 1.25rem;
  color: #c89a57;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-category-card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .product-category-card__title {
    font-size: 2.25rem;
  }
}

.cakes-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 2rem;
}
@media (min-width: 1024px) {
  .cakes-filter {
    gap: 16px;
    margin-bottom: 3rem;
  }
}
.cakes-filter .isotope-filter__btn.is-active {
  background: #7e76c7;
  color: #faf0e5;
}

.cakes-grid {
  position: relative;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .cakes-grid {
    margin: 0 -15px;
  }
}

.cake-card {
  width: 50%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1024px) {
  .cake-card {
    width: 33.333%;
    padding: 0 15px 30px;
  }
}
.cake-card__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.cake-card__media {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 70, 66, 0.15);
  margin-bottom: 25px;
}
.cake-card__media img {
  display: block;
  width: 100%;
  height: auto;
}
.cake-card__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.cake-card__body .flavors {
  text-align: left;
  margin-bottom: 20px;
}
.cake-card__body .flavors span {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Recoleta", "Times New Roman", serif;
}
@media (min-width: 768px) {
  .cake-card__body .flavors span {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .cake-card__body .flavors span {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1280px) {
  .cake-card__body .flavors span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1840px) {
  .cake-card__body .flavors span {
    font-size: 1.5rem;
  }
}
.cake-card__body .flavors p {
  margin: 0;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .cake-card__body .flavors p {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1280px) {
  .cake-card__body .flavors p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1840px) {
  .cake-card__body .flavors p {
    font-size: 1.5rem;
  }
}
.cake-card h3 {
  margin: 0;
  color: #134846;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .cake-card h3 {
    font-size: 2rem;
  }
}
.cake-card__price {
  margin: 0;
  color: #c89a57;
  font-weight: 700;
  text-align: left;
  font-size: 1rem;
  font-family: "Recoleta", "Times New Roman", serif;
}
@media (min-width: 1280px) {
  .cake-card__price {
    font-size: 2rem;
  }
}
.cake-card__allergens {
  margin: 0;
  color: rgba(19, 72, 70, 0.7);
  font-size: 0.95rem;
  text-align: left;
}

.occasions {
  padding: 5rem 0;
}
.occasions h2 {
  color: #c89a57;
}
.occasions__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 1024px) {
  .occasions__list {
    gap: 42px;
  }
}

.occasion-card {
  background: #dcd5ff;
  border-radius: 24px;
  padding: 3rem 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 70, 66, 0.15);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .occasion-card {
    padding: 1.1875rem 5rem 1.1875rem 1.1875rem;
    flex-direction: row;
    border-radius: 999px;
    grid-template-columns: 110px 1fr auto;
    text-align: left;
    gap: 100px;
    justify-content: space-between;
  }
}
.occasion-card:nth-child(odd) {
  background: #dcd5ff;
}
.occasion-card:nth-child(even) {
  background: #b8b2ea;
}
.occasion-card__media {
  flex-shrink: 0;
}
.occasion-card__media img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-wisth: 1660px) {
  .occasion-card__media img {
    width: 214px;
    height: 214px;
  }
}
.occasion-card__body {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .occasion-card__body {
    flex-direction: row;
    gap: 100px;
  }
}
.occasion-card__body .content {
  display: flex;
  flex-direction: column;
}
.occasion-card__body .content p {
  margin-bottom: 0;
  margin-top: 0;
}
.occasion-card__body h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .occasion-card__body h3 {
    font-size: 2.25rem;
  }
}

.script {
  padding: 3rem 0;
  text-align: center;
  font-family: "Recoleta", "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 4rem);
  color: #c89a57;
}

.catering {
  background: #f1e5d5;
}
.catering__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .catering__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .catering__wrapper {
    gap: 6rem;
  }
}
.catering__image {
  flex: 1;
  order: 1;
}
@media (min-width: 1024px) {
  .catering__image {
    order: 2;
  }
}
.catering__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catering__content {
  flex: 1;
  order: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .catering__content {
    order: 1;
    text-align: left;
  }
}
.catering__content h2 {
  color: #c89a57;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.image-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 5rem 0;
  background-image: url("../svg/stripe-green.svg");
  background-position: top;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}
.image-banner:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #134846;
  width: 100%;
  top: 30px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .image-banner {
    gap: 5rem;
    padding: 6rem 0 2rem;
    justify-content: space-between;
  }
}
@media (min-width: 1660px) {
  .image-banner {
    padding: 10rem 0 6rem;
  }
}
.image-banner .tapeta {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
  z-index: 2;
}
.image-banner__left, .image-banner__right {
  display: none;
}
@media (min-width: 1024px) {
  .image-banner__left, .image-banner__right {
    display: flex;
    position: relative;
    z-index: 10;
  }
}
.image-banner__left img, .image-banner__right img {
  width: 100%;
  height: auto;
  display: block;
}
.image-banner__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.image-banner__center img {
  height: auto;
  display: block;
  max-width: 120px;
}
@media (min-width: 1024px) {
  .image-banner__center img {
    max-width: 100%;
  }
}

.howto {
  background-color: #134846;
}
.howto h2 {
  color: #f1e5d5;
  text-align: center;
}
.howto .howto-text {
  color: #f1e5d5;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.howto .howto-text p {
  color: #f1e5d5;
}
.howto .howto-slider {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .howto .howto-slider {
    margin-top: 4rem;
  }
}
.howto .howto-slider__track {
  width: 100%;
}
.howto .howto-slider__track .swiper-wrapper {
  align-items: stretch;
}
.howto .howto-slider__track .swiper-slide {
  height: auto;
  display: flex;
}
.howto .howto-slider__nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .howto .howto-slider__nav {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .howto .howto-slider__nav {
    display: none;
  }
}
.howto .howto-slider__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #f1e5d5;
  cursor: pointer;
  border: none;
}
.howto .howto-slider__icon {
  width: 24px;
  height: 24px;
  display: block;
}
.howto .howto-wrap {
  align-items: stretch;
}
.howto .howto-wrap--item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.howto .howto-wrap--item__image {
  background-color: #7E76C7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  border-radius: 30px 30px 0 0;
}
@media (min-width: 1024px) {
  .howto .howto-wrap--item__image {
    padding: 70px 30px;
    border-radius: 35px 35px 0 0;
  }
}
.howto .howto-wrap--item__image img {
  max-height: 173px;
}
.howto .howto-wrap--item__content {
  background-color: #f1e5d5;
  padding: 40px 20px;
  border-radius: 0 0 30px 30px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .howto .howto-wrap--item__content {
    padding: 50px 35px;
    border-radius: 0 0 35px 35px;
  }
}
.howto .howto-wrap--item__content h3 {
  color: #c89a57;
}
.howto .howto-wrap--item__content p {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .howto .howto-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
  }
  .howto .howto-wrap--item {
    flex: 1 1 320px;
    max-width: 360px;
  }
}

.sales-banner {
  background-color: #f1e5d5;
}
.sales-banner .sales-banner__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .sales-banner .sales-banner__wrap {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .sales-banner .sales-banner__wrap {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.sales-banner .sales-banner__visual,
.sales-banner .sales-banner__content {
  border-radius: 30px;
}
@media (min-width: 1024px) {
  .sales-banner .sales-banner__visual,
.sales-banner .sales-banner__content {
    border-radius: 35px;
  }
}
.sales-banner .sales-banner__visual {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
}
@media (min-width: 1280px) {
  .sales-banner .sales-banner__visual {
    min-height: auto;
  }
}
.sales-banner .sales-banner__content {
  background-color: #7E76C7;
  color: #f1e5d5;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  flex: 1;
}
@media (min-width: 1024px) {
  .sales-banner .sales-banner__content {
    padding: 5rem 3rem;
    align-items: flex-start;
    text-align: left;
  }
}
.sales-banner .sales-banner__content h2 {
  margin: 0;
  color: #f1e5d5;
  line-height: 1.2;
}
.sales-banner .sales-banner__content p {
  margin: 0;
  color: #f1e5d5;
  line-height: 1.6;
}
.sales-banner .sales-banner__content .btn, .sales-banner .sales-banner__content .section.contact .contact__right .wpcf7 input[type=submit], .section.contact .contact__right .wpcf7 .sales-banner .sales-banner__content input[type=submit] {
  align-self: center;
}
@media (min-width: 1024px) {
  .sales-banner .sales-banner__content .btn, .sales-banner .sales-banner__content .section.contact .contact__right .wpcf7 input[type=submit], .section.contact .contact__right .wpcf7 .sales-banner .sales-banner__content input[type=submit] {
    align-self: flex-start;
  }
}
