@font-face {
  font-family: Hefring Slab;
  src: url(fonts/HefringSlab-Regular.eot);
  src: url(fonts/HefringSlab-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/HefringSlab-Regular.woff2) format("woff2"), url(fonts/HefringSlab-Regular.woff) format("woff"), url(fonts/HefringSlab-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Hefring Slab;
  src: url(fonts/HefringSlab-Bold.eot);
  src: url(fonts/HefringSlab-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/HefringSlab-Bold.woff2) format("woff2"), url(fonts/HefringSlab-Bold.woff) format("woff"), url(fonts/HefringSlab-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
svg * {
  transform-box: fill-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  letter-spacing: 0px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #5b332c;
  background-color: #202116;
  font-family: "Hefring Slab", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}
.container {
  margin: 0 auto;
}
.container.s1300 {
  max-width: 1300px;
}
@media (max-width: 1332px) {
  .container.s1300 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  margin: 0;
  margin-bottom: 16px;
}
h1 span {
  display: none;
}
h2 {
  font-family: "Hefring Slab", serif;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-image: url('lines_yellow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 350px auto;
}
@media (max-width: 650px) {
  h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 90%;
  }
}
h3 {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}
p {
  margin: 12px auto;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
a {
  color: #5b332c;
  text-decoration: underline;
}
a:hover {
  color: #ec6300;
  text-decoration: underline;
}
.background {
  /*
	background-image: url('background-desk.webp');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	@media (max-width: 1920px) {
		background-size: 100% auto;
	}
	@media (max-width: 650px) {
		background-image: url('background-touch.webp');
	}
	*/
  background-color: #efe8e1;
}
header {
  min-height: 52px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
header a {
  display: flex;
}
header svg {
  width: 148px;
}
#opener {
  background-image: linear-gradient(180deg, #ffffff 60px, #ffffff 100%), url('prechod_white.svg');
  background-repeat: no-repeat, repeat-x;
  background-position: bottom center,bottom 45px center;
  background-size: 100% 60px, auto auto;
}
@media (max-width: 950px) {
  #opener {
    background-image: linear-gradient(180deg, #ffffff 700px, #ffffff 100%), url('prechod_white.svg');
    background-position: bottom center, top 650px center;
    background-size: 100% 700px, auto auto;
  }
}
@media (max-width: 800px) {
  #opener {
    background-image: url('prechod_white.svg'), linear-gradient(180deg, #efe8e1 0%, #efe8e1 85vw, #ffffff 85vw, #ffffff 100%);
    background-position: top 80vw center, top center;
    background-size: auto 50px, 100% 100%;
  }
}
@media (max-width: 550px) {
  #opener {
    background-image: url('prechod_white.svg'), linear-gradient(180deg, #efe8e1 0%, #efe8e1 calc(85vw + 40px), #ffffff calc(85vw + 40px), #ffffff 100%);
    background-position: top 84vw center, top center;
    background-size: auto 50px, 100% 100%;
  }
}
#opener .advertorial {
  min-height: 60px;
  color: #5b332c;
  text-decoration: none;
  font-family: "Inter", serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#opener .advertorial:hover {
  text-decoration: underline;
}
#opener .advertorial span {
  display: none;
}
#opener .advertorial svg {
  max-width: 80px;
}
#opener .claim {
  margin-top: 64px;
  display: grid;
  grid: auto / 1fr 384px 108px;
  gap: 8px;
}
@media (max-width: 1100px) {
  #opener .claim {
    grid: auto / 1fr 384px;
  }
}
@media (max-width: 950px) {
  #opener .claim {
    grid: auto / 1fr;
    justify-items: center;
    margin-top: 0;
  }
}
#opener .claim .description {
  max-width: 740px;
}
#opener .claim .description svg .btn {
  cursor: pointer;
}
#opener .claim .description svg .btn:hover .white {
  fill: #DBA846;
}
#opener .claim .description svg .btn:hover .yellow {
  fill: white;
}
#opener .claim .description svg .bubl {
  opacity: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  animation: zigzag-up 5s infinite linear;
  transform-box: fill-box;
  transform-origin: center;
}
#opener .claim .description svg .b1 {
  animation-duration: 6s;
  animation-delay: 0s;
}
#opener .claim .description svg .b2 {
  animation-duration: 7s;
  animation-delay: 1.5s;
}
#opener .claim .description svg .b3 {
  animation-duration: 5.5s;
  animation-delay: 3s;
}
#opener .claim .description svg .b4 {
  animation-duration: 8s;
  animation-delay: 0.5s;
}
#opener .claim .description svg .b5 {
  animation-duration: 9s;
  animation-delay: 0.8s;
}
#opener .claim .chatbot {
  box-sizing: border-box;
  width: 384px;
  border: 2px solid #5b332c;
  border-radius: 24px;
  padding: 12px;
  background: #ffffff;
}
@media (max-width: 950px) {
  #opener .claim .chatbot {
    width: 450px;
  }
}
@media (max-width: 450px) {
  #opener .claim .chatbot {
    width: 100%;
  }
}
#opener .claim .chatbot div {
  border-radius: 16px;
  border: 2px solid #5b332c;
  background: #efe8e1;
}
@media (max-width: 1100px) {
  #opener .claim .bubbles {
    display: none;
    width: 0;
  }
}
#opener .claim .bubbles .bubl {
  opacity: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  animation: zigzag-up2 5s infinite linear;
  transform-box: fill-box;
  transform-origin: center;
}
#opener .claim .bubbles .b1 {
  animation-duration: 6s;
  animation-delay: 0s;
}
#opener .claim .bubbles .b2 {
  animation-duration: 7s;
  animation-delay: 1.5s;
}
#opener .claim .bubbles .b3 {
  animation-duration: 5.5s;
  animation-delay: 3s;
}
#opener .claim .bubbles .b4 {
  animation-duration: 8s;
  animation-delay: 0.5s;
}
#opener .claim .bubbles .b5 {
  animation-duration: 9s;
  animation-delay: 0.8s;
}
#opener .claim .bubbles .b6 {
  animation-duration: 10s;
  animation-delay: 2s;
}
#opener .claim .bubbles .b7 {
  animation-duration: 11s;
  animation-delay: 3s;
}
#lovesquare {
  position: relative;
  padding-bottom: 38px;
  background-color: #ffffff;
}
#lovesquare .love-square {
  display: grid;
  grid: auto / 564fr 716fr;
}
@media (max-width: 1200px) {
  #lovesquare .love-square {
    display: flex;
    flex-direction: column-reverse;
  }
}
#lovesquare .love-square .heart {
  background-image: url('heart.svg');
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}
#lovesquare .love-square .heart img {
  max-width: 360px;
}
#lovesquare .love-square .description {
  text-align: left;
  max-width: 660px;
  transform: rotate(-5deg);
  margin-top: 30px;
  margin-left: 60px;
}
@media (max-width: 1200px) {
  #lovesquare .love-square .description {
    margin-left: 40px;
    max-width: 100%;
    font-size: 18px;
  }
}
#lovesquare .bg {
  position: absolute;
  width: 100%;
  height: 104px;
  bottom: 0;
  background-image: url('prechod_orange.svg');
  background-repeat: repeat-x;
  background-position: bottom center;
}
#gallery {
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 48px;
  overflow: visible;
  background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 68%, #5b332c 68%, #5b332c 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: top 68% center, 
		top center;
  background-size: auto auto;
}
@media (max-width: 950px) {
  #gallery {
    background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 calc(64vw + 40px), #5b332c calc(64vw + 40px), #5b332c 100%);
    background-position: top 64vw center, 
			top center;
    background-size: auto 50px, auto auto;
  }
}
@media (max-width: 800px) {
  #gallery {
    background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 calc(75vw + 40px), #5b332c calc(75vw + 40px), #5b332c 100%);
    background-position: top 75vw center, 
			top center;
    background-size: auto 50px, auto auto;
  }
}
@media (max-width: 550px) {
  #gallery {
    background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 calc(90vw + 40px), #5b332c calc(90vw + 40px), #5b332c 100%);
    background-position: top 90vw center, 
			top center;
    background-size: auto 50px, auto auto;
  }
}
@media (max-width: 450px) {
  #gallery {
    background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 calc(100vw + 40px), #5b332c calc(100vw + 40px), #5b332c 100%);
    background-position: top 100vw center, 
			top center;
    background-size: auto 50px, auto auto;
  }
}
@media (max-width: 360px) {
  #gallery {
    background-image: url('prechod_brown.svg'), linear-gradient(180deg, #ec6300 0, #ec6300 calc(110vw + 40px), #5b332c calc(110vw + 40px), #5b332c 100%);
    background-position: top 110vw center, 
			top center;
    background-size: auto 50px, auto auto;
  }
}
#gallery .gallery {
  background-image: url('carousel_drink.svg'), url('carousel_srdce.svg');
  background-repeat: no-repeat;
  background-position: bottom 0 left,
			bottom 80px left 620px;
  background-size: 160px auto, 160px auto;
  display: grid;
  grid: auto / 1fr 100px 1fr;
}
@media (max-width: 950px) {
  #gallery .gallery {
    grid: auto / 1fr;
    justify-items: center;
  }
}
@media (max-width: 650px) {
  #gallery .gallery {
    background-image: none;
  }
}
#gallery .gallery .description {
  grid-area: 1 / 1 / 2 / 3;
  max-width: 568px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
  transform: rotate(356deg);
}
@media (max-width: 950px) {
  #gallery .gallery .description {
    grid-area: 1;
    margin-bottom: 0;
  }
}
#gallery .gallery .description a {
  color: #ffffff;
  text-decoration: underline;
}
#gallery .gallery .description a:hover {
  color: #5b332c;
  text-decoration: underline;
}
#gallery .gallery .laskaakofola {
  width: 100%;
  grid-area: 1 / 2 / 3 / 4;
}
@media (max-width: 1200px) {
  #gallery .gallery .laskaakofola {
    grid-area: 1 / 3 / 3 / 4;
  }
}
@media (max-width: 950px) {
  #gallery .gallery .laskaakofola {
    max-width: 700px;
    grid-area: 2;
    margin-bottom: 40px;
  }
}
#gallery .gallery .swiper-holder {
  max-width: 600px;
  transform: rotate(-15deg);
  grid-area: 2 / 1 / 3 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 950px) {
  #gallery .gallery .swiper-holder {
    grid-area: 4;
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  #gallery .gallery .swiper-holder {
    gap: 10px;
    max-width: 300px;
  }
}
#gallery .gallery .swiper-holder .custom-button-prev,
#gallery .gallery .swiper-holder .custom-button-next {
  margin-top: 20%;
  cursor: pointer;
  position: relative;
  display: block;
  min-width: 66px;
}
@media (max-width: 950px) {
  #gallery .gallery .swiper-holder .custom-button-prev,
  #gallery .gallery .swiper-holder .custom-button-next {
    min-width: 30px;
  }
}
@media (max-width: 430px) {
  #gallery .gallery .swiper-holder .custom-button-prev,
  #gallery .gallery .swiper-holder .custom-button-next {
    min-width: 20px;
  }
}
#gallery .gallery .swiper-holder .swiper .swiper-slide {
  width: 100%;
}
#gallery .gallery .swiper-holder .swiper .item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #5b332c;
  background-color: #efe8e1;
  padding: 24px;
  padding-bottom: 10px;
  gap: 12px;
}
@media (max-width: 950px) {
  #gallery .gallery .swiper-holder .swiper .item {
    padding: 12px;
    padding-bottom: 6px;
  }
}
#gallery .gallery .swiper-holder .swiper .item .title {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 950px) {
  #gallery .gallery .swiper-holder .swiper .item .title {
    font-size: 11px;
  }
}
#gallery .gallery .swiper-holder .swiper .item .title .count {
  color: #ffffff;
  color: #D0B192;
}
#gallery .gallery .aplication {
  grid-area: 3 / 1 / 4 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
}
@media (max-width: 950px) {
  #gallery .gallery .aplication {
    grid-area: 3;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
  }
}
#gallery .gallery .aplication .buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
#gallery .gallery .aplication .text {
  max-width: 600px;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}
#gallery .gallery .aplication .text a {
  color: #ffffff;
  text-decoration: underline;
}
#gallery .gallery .aplication .text a:hover {
  color: #ec6300;
  text-decoration: underline;
}
footer {
  background-color: #5b332c;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content {
  padding: 16px;
  max-width: 964px;
  border-top: 1px solid #78524B;
  color: #8F675F;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 180px;
}
@media (max-width: 1000px) {
  footer .content {
    gap: 2vw;
  }
}
@media (max-width: 850px) {
  footer .content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
footer .content a {
  color: #8F675F;
  text-decoration: none;
}
footer .content a:hover {
  color: #ffffff;
}
.ani {
  animation-play-state: paused;
}
.is-inViewport {
  animation-play-state: running!important;
}
@keyframes zigzag-up {
  0% {
    transform: translateY(380px) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.7;
  }
  25% {
    transform: translateY(288px) translateX(-20px) rotate(15deg);
  }
  50% {
    transform: translateY(196px) translateX(25px) rotate(-15deg);
  }
  75% {
    transform: translateY(14px) translateX(-25px) rotate(15deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-80px) translateX(0px) rotate(0deg);
    opacity: 0;
  }
}
@keyframes zigzag-up2 {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  6% {
    opacity: 0.7;
  }
  25% {
    transform: translateY(-72px) translateX(-10px) rotate(15deg);
  }
  50% {
    transform: translateY(-144px) translateX(10px) rotate(-15deg);
  }
  75% {
    transform: translateY(-288px) translateX(-10px) rotate(15deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-360px) translateX(0px) rotate(0deg);
    opacity: 0;
  }
}
