@font-face {
  font-family: Tttravels;
  src: url('../fonts/TTTravels-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnorms;
  src: url('../fonts/TTNorms-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/TTNormsPro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ExtraBlack.ttf') format("truetype"), url('../fonts/TTNormsPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-ExtraBold.ttf') format("truetype"), url('../fonts/TTNormsPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ttnormspro;
  src: url('../fonts/TTNormsPro-BlackItalic.ttf') format("truetype"), url('../fonts/TTNormsPro-ExtraBlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-red: #8d183b;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.cover-shuba {
  background-image: url('../images/01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.image {
  height: 50px;
}

.link-block {
  position: fixed;
  top: 25px;
  left: 50px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: Tttravels, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 120px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Ttnorms, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  margin-top: 60px;
  font-family: Tttravels, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 120px;
}

.section {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 140px;
}

.logo {
  position: relative;
  top: 25px;
  left: 50px;
}

.container-2 {
  text-align: center;
  margin: 0 auto 100px;
}

.paragraph-3 {
  color: #941f42;
  text-align: center;
  margin-bottom: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Ttnorms, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  display: block;
}

.div-block {
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  padding: 20px;
}

.section-01 {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 140px;
}

.section-02 {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 140px;
}

.image-2 {
  width: 30px;
  height: auto;
}

.cell {
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  align-items: center;
}

.text-block-3 {
  font-family: Tttravels, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.flex-block-3 {
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 20px;
}

.text-block-4 {
  text-align: left;
  font-family: Ttnorms, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.numbers-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  align-items: center;
}

.text-block-5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Ttnorms, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.container-3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.quick-stack {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.paragraph-4 {
  color: #941f42;
  text-align: left;
  margin-bottom: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.image-3 {
  width: 300px;
  margin-top: 60px;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-4 {
  width: 300px;
}

.image-5 {
  width: 480px;
  margin-bottom: 20px;
}

.image-6 {
  width: 300px;
}

.cell-6, .cell-7 {
  align-items: center;
}

.div-block-2 {
  margin-left: 10px;
}

.text-block-6 {
  font-family: Tttravels, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-span {
  color: #8d183b;
}

.container-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image---5 {
  height: 50px;
}

.numbers-5 {
  justify-content: center;
  align-items: center;
}

.cell-2---2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-block-5 {
  margin-top: 15px;
  margin-left: 20px;
}

.flex-block-3---1 {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 20px;
}

.image-7 {
  height: 200px;
}

.image-2---1 {
  width: 30px;
  height: auto;
}

.container-6 {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.list {
  color: #941f42;
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-bottom: 10px;
}

.flex-block-6 {
  align-items: center;
}

.div-block-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-7---2 {
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
}

.paragraph-4-copy {
  color: #941f42;
  text-align: left;
  margin-bottom: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.name-01 {
  color: #941f42;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.flex-block-7 {
  align-items: center;
}

.bold-text-name---2 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.section-3 {
  background-image: url('../images/03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph---2 {
  color: #941f42;
  text-align: center;
  font-family: Tttravels, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 120px;
}

.opengraph {
  display: none;
}

.section-03 {
  background-image: url('../images/04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-04 {
  background-image: url('../images/02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 140px;
  padding-bottom: 20px;
}

._0 {
  align-items: center;
}

.flex-02 {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  font-family: Ttnorms, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-5 {
  color: #161616;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.bold-text-4---2 {
  color: #941f42;
  font-size: 14px;
  font-weight: 500;
}

.text-block-4---2, .text-block-4---1, .text-block-4---3, .text-block-4---4, .text-block-4---5 {
  text-align: left;
  font-family: Ttnorms, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.bold-text-4---4 {
  color: #941f42;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-6 {
  color: #941f42;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Tttravels, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.button {
  color: #941f42;
  text-transform: none;
  background-color: #941f4229;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.image-7---3 {
  width: auto;
  max-width: none;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Tttravels, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.div-block-4 {
  background-color: var(--dark-red);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.cell-14 {
  justify-content: center;
  align-items: center;
}

.flex-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-16 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-17 {
  align-items: center;
}

.div-block-4---1 {
  background-color: var(--dark-red);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 35px 60px 30px;
}

.div-block-5 {
  text-align: center;
  border: 1px solid #8d183b;
  border-radius: 15px;
  flex: 0 auto;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  position: static;
}

.image-7-copy {
  height: 200px;
}

.image-7---4 {
  height: 140px;
  margin-right: 10px;
}

.flex-block-9 {
  align-items: center;
}

.flex-block-10 {
  margin-top: 10px;
  margin-left: 10px;
}

.paragraph-6-2 {
  color: #941f42;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-5-2 {
  text-align: center;
  margin-top: 20px;
  font-family: Ttnorms, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-4---2 {
  background-color: var(--dark-red);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 60px;
}

.image-7---5 {
  height: 185px;
}

.text-span-2 {
  color: #000;
}

.flex-block-3-copy {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 20px;
}

.image-7---6 {
  height: 135px;
}

.container-7 {
  text-align: center;
  margin: 100px auto;
}

.flex-block-11 {
  align-items: center;
}

.button---1 {
  background-color: #941f42;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-family: Ttnorms, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-block-2 {
  background-color: #941f42;
  border-radius: 15px;
  padding: 15px 40px;
  text-decoration: none;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
}

.text-span-3 {
  color: #000;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-8 {
  color: #000;
  font-family: Ttnorms, sans-serif;
  font-weight: 500;
}

.image-8 {
  height: 60px;
  margin-left: 20px;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
  width: 130px;
}

.image-7---22 {
  width: auto;
  max-width: none;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}

.image-15 {
  width: 500px;
  margin-bottom: 40px;
}

.container-6---2 {
  margin-top: 0;
  margin-bottom: 80px;
}

.image-16 {
  width: 200px;
}

.quick-stack-4 {
  margin-top: 40px;
}

.image-17 {
  width: 380px;
}

.image-8---2 {
  height: 50px;
  margin-left: 20px;
  display: block;
}

.quick-stack--02 {
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-6, .line {
  background-color: #cdcdcd;
  width: 940px;
  height: 1px;
  margin: 20px auto;
}

.paragraph---2---1 {
  color: #fff;
  text-align: center;
  font-family: Tttravels, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 120px;
}

.div-block-7 {
  border: 1px solid #c6c6c6;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.container---contact {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin: 80px auto;
  padding: 60px 20px;
}

.button---2 {
  background-color: #941f42;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 40px;
  font-family: Ttnorms, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-block-3 {
  background-color: #fff;
  border: 1px solid #8d183b;
  border-radius: 15px;
  margin-top: 20px;
  padding: 15px 20px 15px 30px;
  text-decoration: none;
}

.paragraph-3-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
}

.contact {
  background-image: url('../images/01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.submit-button {
  background-color: #8d183b;
  border-radius: 11px;
  margin-top: 20px;
  padding: 15px 40px;
}

.form {
  font-family: Ttnorms, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.form-block {
  width: 500px;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 15px;
}

.field-label, .field-label-2 {
  margin-top: 20px;
  font-family: Tttravels, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.field-label-3 {
  font-family: Tttravels, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.section-5 {
  background-color: #0a0a0a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo---footer {
  position: static;
  top: 25px;
  left: 50px;
}

.cell-18 {
  justify-content: center;
}

.cell-19 {
  justify-content: center;
  align-items: flex-end;
}

.link {
  color: #fff;
  font-family: Tttravels, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.quick-stack-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-8 {
  text-align: center;
}

.cell-2---2--1, .cell-2---2---2, .cell-2---3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cell--01, .cell--02, .cell--03, .cell--04, .cell--05 {
  justify-content: center;
  align-items: flex-end;
}

.div-block-5-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  border: 1px solid #8d183b;
  border-radius: 15px;
  flex: 0 auto;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  position: static;
}

.button-contact {
  color: #fff;
  letter-spacing: 1px;
  background-color: #8e0038;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 40px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.quick-stack---02 {
  margin-top: 40px;
}

.link-2 {
  color: #000;
}

.text-span-4 {
  color: #971f43;
  font-weight: 500;
}

.text-span-5 {
  color: #922042;
  font-weight: 500;
}

.image-18 {
  width: auto;
  height: 300px;
  margin-top: 20px;
}

.quick-stack-3---03 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-5-copy-copy {
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.div-block-5-copy-copy2 {
  text-align: center;
  border: 1px solid #8d183b;
  border-radius: 15px;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  position: static;
}

.div-block-5---01 {
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.button---02 {
  color: #941f42;
  background-color: #941f4226;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.quick-stack-3---04 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-5---001, .div-block-5---002, .div-block-5---003 {
  text-align: center;
  border: 1px solid #c6c6c6;
  border-radius: 15px;
  flex: 0 auto;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
}

.image-19 {
  text-align: center;
  border-radius: 20px;
  height: 350px;
  margin: 40px auto 20px;
}

.paragraph-6---2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tttravels, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-6-copy {
  color: #000;
  text-align: left;
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.image-20, .image-21 {
  width: 350px;
}

.image-15---1 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 0;
}

.paragraph-6-2-1 {
  color: #941f42;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-6-copy--2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.desk-banner-mob {
  flex: 0 auto;
  margin-bottom: 40px;
  display: none;
}

.button-copy {
  color: #941f42;
  background-color: #941f4226;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-3-copy {
  color: #941f42;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.line---mob {
  background-color: #cdcdcd;
  width: 940px;
  height: 1px;
  margin: 20px auto;
  display: none;
}

.button---02---desk {
  color: #941f42;
  background-color: #941f4226;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button---02---mob {
  color: #941f42;
  background-color: #941f4226;
  border: 1px #941f42;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Ttnorms, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.quick-stack-copy {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack---2 {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-3 {
  color: #941f42;
  font-family: Tttravels, sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-9 {
  margin-top: 20px;
  font-family: Tttravels, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-10 {
  font-size: 24px;
}

.image-24 {
  height: 40px;
}

.image-24-2 {
  height: 40px;
  margin-left: 20px;
}

.flex-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.paragraph-6-2-desk {
  color: #941f42;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-6-2-mob {
  color: #941f42;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Tttravels, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  display: none;
}

.cell--01-copy {
  justify-content: center;
  align-items: flex-end;
}

.image-2-copy {
  width: 30px;
  height: auto;
}

.section-6 {
  text-align: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.cover-bakery {
  z-index: 6;
  text-align: center;
  background-color: #f1e3cc;
  background-image: url('../images/cover-bakery-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 110vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-25 {
  height: 50px;
}

.flex-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: -70px;
}

.text-block-11 {
  color: #fff;
  margin-top: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 66px;
}

.section-7 {
  background-color: #f1e3cc;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-9 {
  padding-top: 0;
}

.mob {
  display: none;
}

.heading {
  color: #3f0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  line-height: 44px;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 0;
  padding: 0;
}

.text-block-12 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
}

.text-block-13 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.image-26 {
  height: auto;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.quick-stack-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.text-block-14 {
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.div-block-8 {
  background-color: #fff0;
  border: 1px solid #8e432c;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  list-style-type: decimal;
}

.list-item-5, .list-item-6 {
  margin-bottom: 20px;
  padding-left: 10px;
}

.list-item-7 {
  margin-bottom: 10px;
  padding-left: 10px;
}

.image-27 {
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.cell-21 {
  justify-content: flex-start;
  align-items: flex-start;
}

.bold-text-6, .bold-text-7, .text-span-6 {
  color: #3f0000;
}

.list-3 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.section-8 {
  z-index: 9;
  background-color: #f1e3cc;
  display: block;
  position: relative;
}

.button-2 {
  background-color: #ba1c3b;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 30px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-9 {
  background-color: #fff9f0;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10 {
  background-color: #f1e3cc;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 0;
  padding: 0;
}

.section-11 {
  background-color: #fff9f0;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12 {
  background-color: #f1e3cc;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 220px;
}

.quick-stack-7-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.section-13 {
  background-image: linear-gradient(#f1e3cc, #fff9f0);
  height: 100px;
  display: none;
}

.section-14 {
  background-image: linear-gradient(#fff9f0, #f1e3cc);
  height: 100px;
  display: none;
}

.quick-stack-10 {
  padding: 0;
}

.text-block-12---1 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-block-12---2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.cell-22 {
  padding-top: 0;
}

.cell-23 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-28 {
  width: 60px;
}

.section-15 {
  display: none;
  position: fixed;
  inset: 10% 0% 0% auto;
}

.link-block-5 {
  display: none;
}

.button-3 {
  background-color: #ba1c3b;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-7 {
  font-family: Tttravels, sans-serif;
  font-weight: 500;
}

.text-span-8 {
  font-weight: 600;
}

.text-span-9 {
  font-family: Tttravels, sans-serif;
}

.link-4 {
  color: #3f0000;
  font-weight: 600;
}

.image-30 {
  width: 400px;
  height: auto;
}

.text-block-12-4 {
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-9 {
  background-color: #f1e3cc;
  border: 1px #f1e3cc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.image-31 {
  width: 40px;
  margin-right: 20px;
}

.flex-block-18 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.image-32 {
  height: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.flex-block-20, .flex-block-21, .flex-block-22 {
  justify-content: flex-start;
  align-items: center;
}

.section-10---silpo {
  background-color: #f1e3cc;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.text-block-15 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading---02 {
  color: #3f0000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-10 {
  margin-top: 40px;
}

.div-block-8---4 {
  background-color: #fff0;
  border: 1px solid #8e432c;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.link-5 {
  color: #ba1c3b;
}

.div-block-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-block-24 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-4 {
  color: #ba1c3b;
  vertical-align: baseline;
  background-color: #ba1c3b00;
  border: 2px dashed #ba1c3b;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-4-copy {
  color: #ba1c3b;
  vertical-align: baseline;
  background-color: #ba1c3b00;
  border: 2px dashed #ba1c3b;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.bold-text-8 {
  font-weight: 500;
}

.flex-block-25 {
  margin-top: 30px;
}

.div-block-12 {
  border: 1.5px solid #ba1c3b;
  border-radius: 500px;
  margin-right: 10px;
}

.text-block-17 {
  color: #ba1c3b;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-33 {
  height: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-34 {
  height: 40px;
}

.image-35 {
  height: 30px;
}

.link-block-6 {
  margin-right: 20px;
}

.cell-25 {
  justify-content: center;
  align-items: flex-end;
}

.cell-26 {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-11 {
  background-color: #f1e3cc00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Depositphotos_311355638_XL-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 110vh;
  margin-top: -70px;
  display: none;
}

.menu {
  background-color: #3f000000;
  display: block;
}

.image-36 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  width: 1200px;
}

.mapa {
  text-align: center;
  background-color: #f1e3cc;
  padding-top: 60px;
  padding-bottom: 0;
  display: none;
}

.region {
  background-color: #f1e3cc;
  margin-top: -72px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.quick-stack-12 {
  padding: 0;
}

.image-37 {
  height: 60px;
  margin-right: 20px;
}

.cell-27 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-26 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.text-span-10 {
  font-family: Montserrat, sans-serif;
}

.link-block-7 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-38 {
  height: 20px;
  margin-left: 5px;
}

.section-16 {
  background-color: #f1e3cc;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.image-39 {
  width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-11 {
  text-align: center;
  background-color: #fff9f0;
  border-radius: 20px;
  padding: 60px 40px;
}

.container-12 {
  text-align: center;
  background-color: #fff9f0;
  border-radius: 20px;
  margin-top: 0;
  padding: 60px 40px;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
  color: #ba1c3b;
  font-weight: 600;
}

.image-40 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-13 {
  margin-top: 60px;
  padding: 0;
}

.image-37-copy {
  height: 60px;
  margin-right: 20px;
}

.image-41 {
  height: 15px;
  margin-right: 15px;
}

.container-13 {
  margin-top: 40px;
}

.quick-stack-14 {
  padding: 0;
}

.div-block-14 {
  background-color: #fff9f0;
  border: 2px solid #76767600;
  border-radius: 20px;
  margin-top: -35px;
  padding: 45px 20px 20px;
}

.link-13 {
  color: #ba1c3b;
  font-weight: 600;
}

.text-block-19 {
  text-align: right;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 32px;
}

.text-block-18 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.image-42 {
  z-index: 9;
  height: 65px;
  margin-left: 20px;
  position: relative;
}

.quote {
  text-align: left;
}

.link-14, .link-15, .link-16 {
  color: #ba1c3b;
  font-weight: 600;
}

.flex-block-27 {
  margin-top: 20px;
}

.text-block-20 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link-17 {
  color: #f1e3cc;
}

.cell-29 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.section-16---1 {
  background-color: #fff9f0;
  background-image: url('../images/Frame-162.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section-16---2 {
  background-color: #f1e3cc;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.bessarab-ikra {
  width: 200px;
  height: 75px;
  position: relative;
  top: -214px;
  left: 453px;
}

.bukovin-grib-smetana {
  width: 95px;
  height: 75px;
  position: relative;
  top: 0;
  left: 0;
}

.volun-smazh-rtba {
  width: 200px;
  height: 75px;
  position: relative;
  top: -650px;
  left: 32px;
}

.lviv-syrnik {
  width: 200px;
  height: 75px;
  position: relative;
  top: -565px;
  bottom: 0;
  left: -121px;
}

.zakarpat-bograch {
  width: 200px;
  height: 75px;
  position: relative;
  top: -432px;
  left: -285px;
}

.zaporiz-kylish {
  width: 200px;
  height: 75px;
  position: relative;
  top: -347px;
  left: 426px;
}

.kyiv-kotleta {
  width: 200px;
  height: 70px;
  position: relative;
  top: -595px;
  bottom: 0;
  left: 81px;
}

.krym-chebur {
  width: 200px;
  height: 70px;
  position: relative;
  top: -137px;
  left: 229px;
}

.donetsk-kasha {
  width: 200px;
  height: 75px;
  position: relative;
  top: -348px;
  bottom: 0;
  left: 205px;
}

.prychirnomore-taranka {
  width: 200px;
  height: 80px;
  position: relative;
  top: -324px;
  left: -64px;
}

.podilska-borsch {
  width: 200px;
  height: 75px;
  position: relative;
  top: -493px;
  left: -336px;
}

.polissia-lysichki {
  width: 200px;
  height: 75px;
  position: relative;
  top: -626px;
  left: -416px;
}

.nadnipran-galyshki {
  width: 210px;
  height: 75px;
  position: relative;
  top: -533px;
  left: -156px;
}

.siversh-varennya {
  width: 200px;
  height: 75px;
  position: relative;
  top: -702px;
  left: -386px;
}

.slobozh-slastiona {
  width: 200px;
  height: 75px;
  position: relative;
  top: -531px;
  left: -159px;
}

.tavria-kavun {
  width: 220px;
  height: 70px;
  position: relative;
  top: -258px;
  left: -412px;
}

.flex-block-28 {
  width: 1200px;
}

.bukov-maina {
  width: 240px;
  height: 75px;
  position: relative;
  top: -427px;
  left: 167px;
}

.text-block-12---04 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.button-2---3 {
  background-color: #d00;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 30px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container-12---2 {
  text-align: center;
  background-color: #fff9f000;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.container-12-3 {
  text-align: center;
  background-color: #fff9f000;
  border-radius: 0;
  padding: 0;
}

.image-41---2 {
  height: 10px;
  margin-right: 15px;
}

.text-span-11 {
  text-transform: none;
  background-color: #fef2de00;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.div-block-15 {
  background-color: #fdf1dd00;
  border: 2px solid #e8d6ba;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.text-block-12---5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}

.text-block-12---6 {
  text-align: left;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
}

.link-18 {
  color: #ba1c3b;
  font-weight: 600;
}

.text-block-12---7 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.text-span-11-2 {
  background-color: #fef2de00;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.text-span-12 {
  background-color: #f1e3cc;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.text-block-12---8 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
}

.text-span-11---5 {
  text-transform: none;
  background-color: #fef2de00;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.div-block-15---2 {
  background-color: #fdf1dd;
  border: 2px #e8d6ba;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.text-span-13 {
  font-weight: 500;
}

.section-17 {
  z-index: 99;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -5px;
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
}

.div-block-16 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-16, .quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.card-front-01 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.quick-stack-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.card-front-02 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-front-05 {
  background-color: #dd9142;
  border-radius: 20px;
}

.quick-stack-19, .quick-stack-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.card-front-03 {
  background-color: #7eb9c5;
  border-radius: 20px;
}

.card-front-04 {
  background-color: #004a51;
  border-radius: 20px;
}

.card-front-06 {
  background-color: #ed2d26;
  border-radius: 20px;
}

.quick-stack-21, .quick-stack-22 {
  padding: 0;
}

.image-43 {
  width: 100%;
  height: auto;
}

.image-44 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

.card-back-01 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#1a0e0eb3, #1a0e0eb3), url('../images/Alpro-HotChoco-024.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-45 {
  width: 100%;
  height: 100%;
}

.image-46, .image-47 {
  width: auto;
}

.image-48 {
  width: auto;
  height: auto;
}

.quick-stack-23, .quick-stack-24, .quick-stack-25, .quick-stack-26 {
  padding: 0;
}

.paragraph-8 {
  color: #fff;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.button-5 {
  background-color: #004a51;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.card-container-01 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 575px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-01 {
  perspective: none;
  width: 305px;
  height: 575px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-container-02 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-02 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-back-02 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#241202cc, #241202cc), url('../images/casey-chae-3DrCZblTGoQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button---002 {
  background-color: #ed2d26;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.card-container-03 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-03 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-02-copy {
  backface-visibility: hidden;
  background-color: #fdd9be;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-front-003 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-003 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#1616168c, #1616168c), url('../images/Depositphotos_169673500_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-05 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-05 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-005 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-005 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#16161699, #16161699), url('../images/Копія-_2-рецепт.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-04 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-04 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-004 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-004 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#241202a6, #241202a6), url('../images/Гарбузовий-кекс.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-06 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  background-color: #ed2d2600;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 630px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-06 {
  perspective: none;
  width: 630px;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-006 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-006 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/sabina-sturzu-lFxoe_hGgA4-unsplash-02.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.quick-stack-28 {
  padding-top: 0;
  padding-bottom: 0;
}

.card-container-07 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-07 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-007 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-007 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/фото-19.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-08 {
  perspective: 3000px;
  overflow-wrap: normal;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-08 {
  perspective: none;
  width: 305px;
  height: 277px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-008 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-008 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#00000094, #00000094), url('../images/Фруктовий-пунш2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-09 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-09 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-09 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-09 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#16161682, #16161682), url('../images/Depositphotos_17356755_L.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-010 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 575px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-010 {
  perspective: none;
  width: 305px;
  height: 575px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-010 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-back-010 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #8213ff;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/Копія-_2025-12-VodSvit-Herring-009.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-11 {
  perspective: 3000px;
  overflow-wrap: normal;
  background-color: #ed2d2600;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 630px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-11 {
  perspective: none;
  width: 630px;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-011 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-011 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#181615a6, #181615a6), url('../images/736x210.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-12 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-12 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-012 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-012 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/42afc9604824364e6a874ad843c1be5b.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-13 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 575px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-13 {
  perspective: none;
  width: 305px;
  height: 575px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-013 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-013 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #074fa9;
  background-image: linear-gradient(#1b16168c, #1b16168c), url('../images/Копія-_2025-12-VodMyr-salmonSalad-031.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-14 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-14 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-14 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-14 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#18161580, #18161580), url('../images/Копія-_2025-12-Yagodar-rugalech-038.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-15 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-15 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-003-copy {
  backface-visibility: hidden;
  background-color: #7eb9c5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-front-015 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-015 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#24120291, #24120291), url('../images/Depositphotos_632805798_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-16 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-16 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-016 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-016 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/16-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-17 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-17 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-017 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-017 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/17-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front-018 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-container-18 {
  perspective: 3000px;
  overflow-wrap: normal;
  background-color: #ed2d2600;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 630px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-18 {
  perspective: none;
  width: 630px;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-back-018 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#1616168c, #1616168c), url('../images/Копія-_2025-12-VodSvit_crab-021.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.quick-stack-30 {
  padding-top: 0;
  padding-bottom: 0;
}

.card-container-19 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-19 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-019 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-019 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/Depositphotos_225349974_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-20 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-20 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-020 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-020 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/20-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-21 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-21 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-021 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-021 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#16161680, #16161680), url('../images/123.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-022 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-022 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-022 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-022 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/22-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-23 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-23 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-023 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-023 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#2412028a, #2412028a), url('../images/23-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-24 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-24 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-024 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-024 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#1616167d, #1616167d), url('../images/ChatGPT-Image-23-груд.-2025-р.-10_23_19.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-25 {
  perspective: 3000px;
  overflow-wrap: normal;
  background-color: #ed2d2600;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 630px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-25 {
  perspective: none;
  width: 630px;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-025 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-25 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#1805058c, #1805058c), url('../images/Depositphotos_690509144_L.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.quick-stack-31 {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.card-container-26 {
  perspective: 3000px;
  overflow-wrap: normal;
  background-color: #ed2d2600;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 630px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-26 {
  perspective: none;
  width: 630px;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-026 {
  backface-visibility: hidden;
  background-color: #fdd9be;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-026 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#160b0194, #160b0194), url('../images/26-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-27 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-27 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-27 {
  backface-visibility: hidden;
  background-color: #004a51;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-27 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#24120296, #24120296), url('../images/27-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-28 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-28 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-028 {
  backface-visibility: hidden;
  background-color: #7eb9c5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-028 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#241407ad, #241407ad), url('../images/7-грудня.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-29 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-29 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-029 {
  backface-visibility: hidden;
  background-color: #94a952;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-029 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/29-грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-30 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-30 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-030 {
  backface-visibility: hidden;
  background-color: #dd9142;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-030 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#24120294, #24120294), url('../images/Закуски.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-031 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 575px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-031 {
  perspective: none;
  width: 305px;
  height: 575px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-031 {
  backface-visibility: hidden;
  background-color: #ed2d26;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-031 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#161616a6, #161616a6), url('../images/31грудня.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-18 {
  background-color: #030d23;
  background-image: url('../images/Desktop---8.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-49 {
  height: 40px;
}

.container-14 {
  text-align: center;
}

.heading-2 {
  color: #fff;
  margin-top: 40px;
  font-family: Tttravels, sans-serif;
  font-size: 64px;
  line-height: 74px;
}

.section-19 {
  background-color: #fff;
  background-image: url('../images/Group-79-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 100px;
}

.text-block-21 {
  color: #06112e;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.section-20 {
  background-image: url('../images/Group-78.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 100px;
}

.cell-41 {
  justify-content: center;
  align-items: center;
}

.image-50 {
  height: 50px;
  margin-bottom: 20px;
}

.div-block-18 {
  backface-visibility: visible;
}

.paragraph-8---2 {
  color: #fff;
  font-family: Tttravels, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-21 {
  margin-top: 140px;
  display: none;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.slider {
  background-color: #ddd0;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
}

.link-block-8 {
  text-decoration: none;
}

.div-block-19 {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.text-block-23 {
  color: #000;
  font-family: Tttravels, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-20 {
  background-image: url('../images/Тирамісу.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.mask {
  height: 500px;
}

.div-block-21 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  width: 300px;
  height: 450px;
}

.slide-2 {
  width: 300px;
  height: 450px;
  margin-left: 40px;
}

.div-block-20-2 {
  background-image: url('../images/Різдвяний-салат.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.container-15 {
  margin-bottom: 60px;
}

.div-block-20-3 {
  background-image: url('../images/e4955890088b79c9fa15eead6ed01b62.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-4 {
  background-image: url('../images/50c2c3d628fa5626f605780d8f428f43.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-5 {
  background-image: url('../images/Брускети.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-6 {
  background-image: url('../images/Штолен.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-7 {
  background-image: url('../images/печиво-із-шоколадом.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-8 {
  background-image: url('../images/Салат-з-грушею.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.slide-3 {
  width: 300px;
  height: 450px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-20-9 {
  background-image: url('../images/салат-з-червоною-рибою.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.div-block-20-10 {
  background-image: url('../images/торт.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding: 30px;
  display: flex;
}

.container-16 {
  background-color: #030c23;
  border: 2px #004a51;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-8---2---2 {
  color: #161616;
  font-family: Tttravels, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.image-50---2 {
  height: 35px;
  margin-bottom: 20px;
}

.text-block-24 {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  width: 620px;
  margin: 20px auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.link-19 {
  color: #fff;
  font-weight: 600;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-27 {
  color: #44423e;
  font-family: Montserrat, sans-serif;
}

.flex-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.cell-43 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.footer-shuba {
  background-color: #f5f1e8;
  border-top: 1px solid #e6f6ff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.link-block-9 {
  margin-right: 20px;
}

.image-51 {
  height: 50px;
}

.link-20 {
  color: #40407d;
  font-weight: 500;
}

.image-52 {
  opacity: .78;
  height: 25px;
}

.section-22 {
  height: auto;
}

.div-block-22 {
  background-image: url('../images/Frame-11.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  padding-top: 40px;
}

.danon-logo {
  height: 50px;
}

.image-53 {
  height: 40px;
}

.h1 {
  color: #44423e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 88px;
}

.text-block-28 {
  color: #9f9f9f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Ttnorms, sans-serif;
}

.image-54 {
  width: 480px;
  margin-top: 30px;
}

.flex-block-30 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.link-block-10 {
  margin-top: 13px;
}

.container-17 {
  z-index: 7;
  text-align: center;
  margin-bottom: 0;
  position: static;
  inset: 5% 0% auto;
}

.head-description {
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 130%;
}

.image-55 {
  z-index: 8;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.image-56 {
  z-index: 9;
  position: absolute;
  inset: auto 0% 0%;
}

.container-18 {
  margin-top: 0;
  margin-bottom: 100px;
}

.image-55-desk {
  z-index: 8;
  width: 1278px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.image-55-mob {
  z-index: 8;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-56-desk {
  z-index: 9;
  margin-top: -30px;
  position: static;
  inset: auto 0% 0%;
}

.image-56-mob {
  z-index: 9;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section-17-02 {
  z-index: 99;
  background-image: url('../images/123-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -5px;
  padding-top: 60px;
  padding-bottom: 140px;
  display: none;
  position: relative;
}

.div-block-277 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text {
  font-weight: 500;
}

.video-pop-up {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-95 {
  text-align: right;
  width: 25px;
  display: inline-block;
}

.text-block-24261 {
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

.div-block-280 {
  background-color: #f5f1e8;
  border-radius: 20px;
  height: auto;
  margin-top: 80px;
  padding: 60px;
  position: static;
  overflow: visible;
}

.close-but {
  text-align: right;
  margin-bottom: 40px;
}

.text-span-20 {
  font-style: italic;
  font-weight: 500;
}

.popup-01 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-01.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.text-block-24263 {
  z-index: 99;
  color: #242424;
  text-align: left;
  order: 0;
  margin-top: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}

.close {
  cursor: pointer;
  position: absolute;
}

.image-88-2 {
  border-radius: 20px;
  width: 250px;
  height: 250px;
}

.button-56 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-56.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-281 {
  background-color: #ddd;
  padding: 41px;
}

.div-block-282 {
  text-align: left;
  background-color: #fff;
  border: 1px #f1e3cc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px;
}

.bold-text-9 {
  color: #252525;
}

.list-4 {
  color: #bb3636;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.list-item-8 {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style-type: disc;
}

.text-block-24264 {
  color: #161616;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item-9, .list-item-10 {
  margin-bottom: 10px;
  padding-left: 10px;
}

.quick-stack-33 {
  margin-top: 40px;
  padding: 0;
}

.image-96 {
  width: 260px;
}

.cell-44 {
  justify-content: flex-start;
  align-items: center;
}

.button-buy {
  background-color: #2d1b73;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-3 {
  color: #bb3636;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.flex-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
}

.image-97 {
  border-radius: 20px;
  margin-top: 20px;
}

.flex-block-31-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-24263--2 {
  color: #242424;
  text-align: left;
  margin-top: 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.image-98 {
  height: 30px;
  margin-bottom: 10px;
}

.paragraph-8-2 {
  color: #fff;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.popup-03 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-03.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-popup-01 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-01.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-popup-03 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-03.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-24-02 {
  color: #242424;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.flex-block-31-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
}

.button-popup-04 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-04.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-04 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-04.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.div-block-282-02 {
  text-align: left;
  background-color: #fff;
  border: 1px #f1e3cc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 40px;
}

.text-block-12-5 {
  margin-top: 40px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.button-popup-05 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-05.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-05 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-05.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.text-block-24-03 {
  color: #242424;
  text-align: left;
  margin-top: 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.div-block-282-03 {
  text-align: left;
  background-color: #fff;
  border: 1px #f1e3cc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 40px;
}

.flex-block-31-03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
}

.flex-block-31-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
}

.button-popup-07 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-07.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-07 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-07.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.popup-08 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-08.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-popup-08 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-08.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-97-01 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.flex-block-31-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 20px;
}

.list-4-2 {
  color: #bb3636;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.image-98-2 {
  height: 45px;
  margin-bottom: 10px;
}

.div-block-283 {
  text-align: left;
}

.link-21 {
  color: #252525;
  font-weight: 500;
}

.code-embed-2 {
  background-color: red;
}

.code-embed-3 {
  background-color: #f5f1e8;
}

.popup-09 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-09.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-content {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-content.popup-trigger {
  color: #fff;
  background-color: #bb3636;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.list-4---02 {
  color: #bb3636;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.button-popup-09 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-09.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-popup-010 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-010.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-10 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-10.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.image-97-22 {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.button---011 {
  background-color: #ed2d26;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-popup-012 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-012.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-popup-013 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-013.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-popup-014 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-014.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-popup-015 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-015.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-13 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-13.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.popup-14 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-14.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.popup-15 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-15.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.image-99 {
  width: 320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-284 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-97--2 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-22 {
  color: #292929;
  font-weight: 500;
}

.popup-11 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-11.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-popup-011 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-011.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-4---04 {
  color: #bb3636;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.card-container-09-copy {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-container-010-copy {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 575px;
  display: none;
  position: relative;
  overflow: hidden;
}

.popup-12 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-12.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.flex-block-31---02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
}

.text-block-24261--2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

.image-97-03 {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-282-04 {
  text-align: left;
  background-color: #fff;
  border: 1px #f1e3cc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 40px;
}

.link-23 {
  color: #000;
}

.text-block-12-4-copy {
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-24-02-copy {
  color: #242424;
  text-align: left;
  margin-top: 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.div-block-287 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-14---pechivo {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-14---pechivo.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.image-97-02 {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card-container-16-1 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-front-016-01 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-016-01 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#241202c2, #241202c2), url('../images/dvcx.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-popup-018 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-018.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-18 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-18.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.card-container-017 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-back-0017 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#18161580, #18161580), url('../images/ChatGPT-Image-17-груд.-2025-р.-08_51_46-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-popup-017 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-017.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-17 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-17.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.code-embed-4 {
  text-align: center;
  width: 420px;
  height: 100%;
  margin: 40px auto;
}

.flex-block-31-04 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-block-288, .div-block-289 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-4-desk {
  text-align: center;
  width: 420px;
  height: 100%;
  margin: 40px auto;
}

.code-embed-4-mob {
  text-align: center;
  width: 320px;
  height: 100%;
  margin: 40px auto;
  display: none;
}

.card-container-023 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-023 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-0023 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-0023 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#18161580, #18161580), url('../images/Копія-_2025-12-SHUBA-Activia-004.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-0020 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-020 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-0020 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-0020 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#18161580, #18161580), url('../images/2025-12-SHUBA-Danon-cheesecake-030.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container-0022 {
  perspective: 3000px;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 277px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-0022 {
  perspective: none;
  width: 305px;
  height: 277px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-front-0022 {
  backface-visibility: hidden;
  background-color: #f5f1e8;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-back-0022 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #f4eddf;
  background-image: linear-gradient(#18161580, #18161580), url('../images/Копія-_2025-12-SHUBA-Danon-decor-003.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-popup-023 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-023.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-23 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-23.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.text-block-24-04 {
  color: #242424;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.image-97-2 {
  border-radius: 20px;
  margin-top: 40px;
}

.button-popup-020 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-020.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-20 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-20.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.text-block-12-6 {
  margin-bottom: 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.popup-22 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-22.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-content-copy {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-content-copy.popup-trigger {
  color: #fff;
  background-color: #bb3636;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px 20px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.button-popup-022 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-022.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-4---03 {
  color: #bb3636;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.button-popup-019 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-019.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.popup-19 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-19.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.link-24 {
  color: #0a0a0a;
  font-weight: 500;
}

.paragraph-8-4 {
  color: #fff;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.popup-24 {
  z-index: 1002;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-24.popup-wrapper {
  z-index: 1009;
  background-color: #35231999;
  display: none;
}

.button-popup-024 {
  color: #84254d;
  text-transform: none;
  background-color: #3898ec00;
  border: 1px solid #84254d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
}

.button-popup-024.popup-trigger {
  color: #fff;
  background-color: #ed2d26;
  border-style: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .cover-bakery {
    background-color: #faecd5;
    background-image: url('../images/cover-bakery-04.png');
    justify-content: center;
    align-items: center;
    height: 115vh;
  }

  .text-block-11 {
    font-size: 64px;
    line-height: 78px;
  }

  .section-7 {
    background-color: #faecd5;
    margin-top: 0;
    padding-bottom: 100px;
  }

  .mob {
    display: none;
  }

  .section-8 {
    background-color: #faecd5;
  }

  .button-2 {
    background-color: #ba1c3b;
    font-size: 18px;
  }

  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10 {
    background-color: #faecd5;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-12 {
    background-color: #faecd5;
    padding-top: 100px;
  }

  .text-block-12---2 {
    margin-bottom: 40px;
  }

  .image-28 {
    width: 60px;
  }

  .section-15 {
    display: none;
    top: 10%;
  }

  .link-block-5 {
    display: none;
  }

  .code-embed {
    height: auto;
  }

  .button-3 {
    background-color: #ba1c3b;
    font-size: 18px;
  }

  .text-block-12-4 {
    text-align: left;
  }

  .image-32 {
    height: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .flex-block-20, .flex-block-21, .flex-block-22, .flex-block-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-10---silpo {
    background-color: #faecd5;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 36px;
  }

  .cell-25 {
    justify-content: center;
    align-items: flex-end;
  }

  .image-36 {
    width: 1200px;
  }

  .div-block-13 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .mapa {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-27 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-12 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bessarab-ikra {
    width: 310px;
    top: -218px;
    left: 449px;
  }

  .volun-smazh-rtba {
    width: 310px;
    top: -660px;
    left: 23px;
  }

  .lviv-syrnik {
    width: 300px;
    top: -559px;
    bottom: 513px;
    left: -122px;
  }

  .zakarpat-bograch {
    width: 300px;
    top: -428px;
    left: -284px;
  }

  .zaporiz-kylish {
    width: 310px;
    top: -345px;
    left: 432px;
  }

  .kyiv-kotleta {
    width: 320px;
    top: -596px;
    left: 87px;
  }

  .krym-chebur {
    width: 360px;
    top: -140px;
    left: 217px;
  }

  .donetsk-kasha {
    width: 300px;
    top: -385px;
    left: 362px;
  }

  .prychirnomore-taranka {
    width: 310px;
    top: -318px;
    left: -70px;
  }

  .podilska-borsch {
    width: 310px;
    top: -477px;
    left: -348px;
  }

  .polissia-lysichki {
    width: 280px;
    top: -617px;
    left: -429px;
  }

  .nadnipran-galyshki {
    width: 320px;
    top: -534px;
    left: -161px;
  }

  .siversh-varennya {
    width: 280px;
    top: -713px;
    bottom: 0;
    left: -387px;
  }

  .slobozh-slastiona {
    width: 310px;
    top: -535px;
    left: -157px;
  }

  .tavria-kavun {
    width: 340px;
    top: -257px;
    left: -413px;
  }

  .flex-block-28 {
    width: 1200px;
  }

  .bukov-maina {
    width: 360px;
    top: -443px;
    left: 164px;
  }

  .quick-stack-15 {
    padding: 0;
  }

  .button-2---3 {
    background-color: #ba1c3b;
    font-size: 18px;
  }

  .container-12---2 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-17 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: -5px;
    padding-top: 40px;
  }

  .div-block-16 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-16, .quick-stack-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .card-front-01 {
    flex: 0 auto;
    height: auto;
  }

  .quick-stack-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
  }

  .card-front-02 {
    width: auto;
  }

  .quick-stack-19, .quick-stack-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
  }

  .image-43 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .image-44 {
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .cell-31 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-32 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-33 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-34 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .card-back-01 {
    background-image: linear-gradient(#1d080887, #1d080887), url('../images/Alpro-HotChoco-024.jpg');
    flex: 0 auto;
    height: auto;
  }

  .image-45 {
    width: 100%;
  }

  .image-46 {
    width: auto;
  }

  .image-47 {
    width: auto;
    max-width: 100%;
  }

  .image-48 {
    width: auto;
    height: auto;
  }

  .cell-35 {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-27 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .cell-36 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-37 {
    justify-content: center;
    align-items: flex-end;
  }

  .paragraph-8 {
    font-family: Ttnormspro, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
  }

  .button-5 {
    font-size: 16px;
  }

  .card-container-01, .card-01 {
    width: 305px;
    height: 575px;
  }

  .card-container-02, .card-02 {
    width: 305px;
    height: 277px;
  }

  .card-back-02 {
    background-image: linear-gradient(to bottom, null, null), url('../images/2-грудня.jpg');
    flex: 0 auto;
    height: auto;
  }

  .button---002 {
    font-size: 16px;
  }

  .card-container-03, .card-03 {
    width: 305px;
    height: 277px;
  }

  .card-front-02-copy, .card-front-003 {
    width: auto;
  }

  .card-back-003 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-05, .card-05 {
    width: 305px;
    height: 277px;
  }

  .card-front-005 {
    width: auto;
  }

  .card-back-005 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-04, .card-04 {
    width: 305px;
    height: 277px;
  }

  .card-front-004 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-004 {
    background-image: linear-gradient(#1304048f, #1304048f), url('../images/Гарбузовий-кекс.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-06 {
    background-color: #ed2d2600;
    width: 630px;
    height: 278px;
  }

  .card-06 {
    width: 630px;
    height: 278px;
  }

  .card-front-006 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-006 {
    flex: 0 auto;
    height: auto;
  }

  .cell-40 {
    background-color: #0000;
  }

  .quick-stack-28 {
    width: 1280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .card-container-07, .card-07 {
    width: 305px;
    height: 277px;
  }

  .card-front-007 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-007 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-08, .card-08 {
    width: 305px;
    height: 277px;
  }

  .card-front-008 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-008 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-09, .card-09 {
    width: 305px;
    height: 277px;
  }

  .card-front-09 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-09 {
    background-image: linear-gradient(#16161682, #16161682), url('../images/Depositphotos_17356755_L.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    flex: 0 auto;
    height: auto;
  }

  .card-container-010, .card-010 {
    width: 305px;
    height: 575px;
  }

  .card-front-010 {
    background-color: #f5f1e8;
    flex: 0 auto;
    height: auto;
  }

  .card-back-010 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-11 {
    background-color: #ed2d2600;
    width: 630px;
    height: 278px;
  }

  .card-11 {
    width: 630px;
    height: 278px;
  }

  .card-front-011 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-011 {
    background-image: linear-gradient(#1b0b038f, #1b0b038f), url('../images/736x210.png');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-12, .card-12 {
    width: 305px;
    height: 277px;
  }

  .card-front-012 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-012 {
    background-image: linear-gradient(#2412028a, #2412028a), url('../images/42afc9604824364e6a874ad843c1be5b.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    flex: 0 auto;
    height: auto;
  }

  .quick-stack-29 {
    width: 1280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .card-container-13, .card-13 {
    width: 305px;
    height: 575px;
  }

  .card-front-013, .card-back-013 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-14, .card-14 {
    width: 305px;
    height: 277px;
  }

  .card-front-14 {
    width: auto;
  }

  .card-back-14 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-15, .card-15 {
    width: 305px;
    height: 277px;
  }

  .card-front-003-copy, .card-front-015 {
    width: auto;
  }

  .card-back-015 {
    background-image: linear-gradient(#1d0d0d82, #1d0d0d82), url('../images/Depositphotos_632805798_L.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-16, .card-16 {
    width: 305px;
    height: 277px;
  }

  .card-front-016 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-016 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-17, .card-17 {
    width: 305px;
    height: 277px;
  }

  .card-front-017 {
    width: auto;
  }

  .card-back-017 {
    flex: 0 auto;
    height: auto;
  }

  .card-front-018 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-container-18 {
    background-color: #ed2d2600;
    width: 630px;
    height: 278px;
  }

  .card-18 {
    width: 630px;
    height: 278px;
  }

  .card-back-018 {
    flex: 0 auto;
    height: auto;
  }

  .quick-stack-30 {
    width: 1280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .card-container-19, .card-19 {
    width: 305px;
    height: 277px;
  }

  .card-front-019 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-019 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-20, .card-20 {
    width: 305px;
    height: 277px;
  }

  .card-front-020 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-020 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-21, .card-21 {
    width: 305px;
    height: 277px;
  }

  .card-front-021 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-021 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-022, .card-022 {
    width: 305px;
    height: 277px;
  }

  .card-front-022 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-022 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-23, .card-23 {
    width: 305px;
    height: 277px;
  }

  .card-front-023 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-023 {
    background-image: linear-gradient(#1b040496, #1b040496), url('../images/23-грудня.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-24, .card-24 {
    width: 305px;
    height: 277px;
  }

  .card-front-024 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-024 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-25 {
    background-color: #ed2d2600;
    width: 630px;
    height: 278px;
  }

  .card-25 {
    width: 630px;
    height: 278px;
  }

  .card-front-025 {
    background-color: #f5f1e8;
    width: auto;
  }

  .card-back-25 {
    background-image: linear-gradient(#1f040480, #1f040480), url('../images/Depositphotos_690509144_L.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .quick-stack-31 {
    width: 1280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .card-container-26 {
    background-color: #ed2d2600;
    width: 630px;
    height: 278px;
  }

  .card-26 {
    width: 630px;
    height: 278px;
  }

  .card-front-026 {
    background-color: #fdd9be;
    width: auto;
  }

  .card-back-026 {
    background-image: linear-gradient(#160b018a, #160b018a), url('../images/26-грудня.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex: 0 auto;
    height: auto;
  }

  .card-container-27, .card-27 {
    width: 305px;
    height: 277px;
  }

  .card-front-27 {
    background-color: #004a51;
    width: auto;
  }

  .card-back-27 {
    background-image: linear-gradient(#0f0101a1, #0f0101a1), url('../images/27-грудня.jpg');
    background-position: 0 0, 50%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-28, .card-28 {
    width: 305px;
    height: 277px;
  }

  .card-front-028 {
    background-color: #7eb9c5;
    width: auto;
  }

  .card-back-028 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-29, .card-29 {
    width: 305px;
    height: 277px;
  }

  .card-front-029 {
    background-color: #94a952;
    width: auto;
  }

  .card-back-029 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-30, .card-30 {
    width: 305px;
    height: 277px;
  }

  .card-front-030 {
    background-color: #dd9142;
    width: auto;
  }

  .card-back-030 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-031, .card-031 {
    width: 305px;
    height: 575px;
  }

  .card-front-031 {
    background-color: #ed2d26;
    flex: 0 auto;
    height: auto;
  }

  .card-back-031 {
    flex: 0 auto;
    height: auto;
  }

  .section-18 {
    background-image: url('../images/Desktop---10.png');
    height: 115vh;
  }

  .section-20 {
    background-image: url('../images/Group-78.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    margin-bottom: 100px;
  }

  .paragraph-8---2 {
    font-family: Tttravels, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
  }

  .section-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    width: 280px;
    height: 450px;
  }

  .div-block-21 {
    width: 1480px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    width: 280px;
    height: 450px;
  }

  .slide-2 {
    width: 280px;
    height: 450px;
    margin-left: 40px;
  }

  .div-block-20-2, .div-block-20-3, .div-block-20-4, .div-block-20-5, .div-block-20-6, .div-block-20-7, .div-block-20-8 {
    width: 280px;
  }

  .slide-3 {
    width: 280px;
    height: 450px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-20-9, .div-block-20-10 {
    width: 280px;
  }

  .paragraph-8---2---2 {
    font-family: Tttravels, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .text-block-24 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-26 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .footer-shuba {
    margin-top: 0;
  }

  .quick-stack-32 {
    padding: 0;
  }

  .section-22 {
    height: auto;
  }

  .div-block-22 {
    height: auto;
    padding-top: 20px;
  }

  .h1 {
    text-align: center;
    margin-top: 0;
    font-size: 84px;
    line-height: 76px;
  }

  .text-block-28 {
    margin-top: 40px;
  }

  .image-54 {
    margin-top: 0;
  }

  .container-17 {
    margin-bottom: 40px;
  }

  .head-description {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .container-18 {
    margin-top: 0;
  }

  .image-56-desk {
    margin-top: -40px;
  }

  .section-17-02 {
    background-image: url('../images/123-3.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: -5px;
    padding-top: 40px;
  }

  .button-buy {
    font-size: 16px;
  }

  .paragraph-8-2 {
    font-family: Ttnormspro, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .popup-10.popup-wrapper {
    display: none;
  }

  .button---011 {
    font-size: 16px;
  }

  .popup-11.popup-wrapper {
    display: none;
  }

  .list-4---04 {
    margin-top: 0;
  }

  .card-container-09-copy {
    width: 305px;
    height: 277px;
  }

  .card-container-010-copy {
    width: 305px;
    height: 575px;
  }

  .popup-12.popup-wrapper {
    display: none;
  }

  .flex-block-31---02 {
    margin-top: 20px;
  }

  .text-block-24261--2 {
    margin-top: 40px;
  }

  .image-97-03 {
    margin-bottom: 20px;
  }

  .div-block-282-04 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-285 {
    margin-top: 60px;
  }

  .link-23 {
    color: #2e2b2b;
    font-weight: 500;
  }

  .div-block-286 {
    flex-flow: column;
    display: flex;
  }

  .image-100 {
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .text-block-12-4-copy {
    text-align: left;
    margin-top: 40px;
  }

  .text-block-24-02-copy {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .card-container-16-1 {
    width: 305px;
    height: 277px;
  }

  .card-front-016-01 {
    width: auto;
  }

  .card-back-016-01 {
    background-image: linear-gradient(#1d0d0dc2, #1d0d0dc2), url('../images/dvcx.jpg');
    background-position: 0 0, 50% 100%;
    flex: 0 auto;
    height: auto;
  }

  .card-container-017 {
    width: 305px;
    height: 277px;
  }

  .card-back-0017 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-023, .card-023 {
    width: 305px;
    height: 277px;
  }

  .card-front-0023 {
    width: auto;
  }

  .card-back-0023 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-0020, .card-020 {
    width: 305px;
    height: 277px;
  }

  .card-front-0020 {
    width: auto;
  }

  .card-back-0020 {
    flex: 0 auto;
    height: auto;
  }

  .card-container-0022, .card-0022 {
    width: 305px;
    height: 277px;
  }

  .card-front-0022 {
    width: auto;
  }

  .card-back-0022 {
    flex: 0 auto;
    height: auto;
  }

  .text-block-12-6 {
    text-align: left;
  }

  .paragraph-8-4 {
    font-family: Ttnormspro, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .section-17 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 60px;
  }

  .card-back-01, .card-back-02, .card-back-003, .card-back-005, .card-back-004, .card-back-006, .card-back-007, .card-back-008 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .div-block-22 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 84px;
  }

  .text-block-28 {
    margin-bottom: 20px;
  }

  .image-54 {
    margin-top: 40px;
  }

  .image-55 {
    width: 1240px;
  }

  .image-55-desk {
    text-align: center;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-55-mob {
    width: 1240px;
  }

  .section-17-02 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section-17 {
    padding-top: 60px;
  }

  .h1 {
    margin-bottom: 50px;
    font-size: 116px;
    line-height: 104px;
  }

  .text-block-28 {
    margin-bottom: 40px;
  }

  .image-54 {
    width: 600px;
    margin-top: 40px;
  }

  .head-description {
    width: 500px;
    font-size: 35px;
  }

  .image-55 {
    width: 1640px;
  }

  .container-18 {
    margin-top: 0;
  }

  .image-55-desk, .image-55-mob {
    width: 1640px;
  }

  .section-17-02 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .cover-shuba {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container {
    margin-top: 140px;
  }

  .paragraph {
    font-size: 64px;
    line-height: 84px;
  }

  .text-block {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 64px;
    line-height: 84px;
  }

  .logo {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: static;
  }

  .paragraph-3 {
    font-size: 34px;
    line-height: 48px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .flex-block-3 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .quick-stack {
    text-align: center;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .flex-block-4 {
    display: block;
  }

  .cell-2---2 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-3---1 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .image-7 {
    height: 220px;
  }

  .list {
    text-align: center;
  }

  .image-7---2 {
    height: 45px;
  }

  .paragraph-4-copy, .name-01 {
    font-size: 22px;
    line-height: 34px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph---2 {
    font-size: 64px;
    line-height: 84px;
  }

  .section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 28px;
  }

  .image-7---3 {
    height: 45px;
  }

  .quick-stack-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-4---1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    text-align: center;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7-copy, .image-7---4 {
    height: 220px;
  }

  .paragraph-6-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-4---2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-7---5 {
    height: 220px;
  }

  .flex-block-3-copy {
    margin-top: 20px;
    margin-left: 20px;
  }

  .image-7---6 {
    height: 220px;
  }

  .image-7---22 {
    height: 45px;
  }

  .paragraph---2---1 {
    font-size: 64px;
    line-height: 84px;
  }

  .paragraph-3-2 {
    font-size: 34px;
    line-height: 48px;
  }

  .contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 18px;
  }

  .logo---footer {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: static;
  }

  .cell-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-8 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5-copy {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-3---03 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-5-copy-copy {
    text-align: center;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5-copy-copy2 {
    text-align: center;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5---01 {
    text-align: center;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-3---04 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-5---001, .div-block-5---002, .div-block-5---003 {
    text-align: center;
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6---2, .paragraph-6-copy, .paragraph-6-copy {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-6-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .image-20, .image-21 {
    width: 300px;
  }

  .paragraph-6-2-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-6-copy--2 {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-3-copy {
    font-size: 34px;
    line-height: 48px;
  }

  .quick-stack-copy, .quick-stack---2 {
    text-align: center;
  }

  .paragraph-6-2-desk, .paragraph-6-2-mob {
    font-size: 16px;
    line-height: 28px;
  }

  .cover-bakery {
    height: 95vh;
  }

  .text-block-11 {
    margin-top: 20px;
    font-size: 44px;
    line-height: 56px;
  }

  .section-7 {
    margin-top: -20px;
  }

  .heading {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-12 {
    font-size: 14px;
    line-height: 28px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 32px;
  }

  .section-15 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    inset: 10% 0% 0% auto;
  }

  .image-29 {
    height: 60px;
  }

  .link-block-4 {
    display: block;
  }

  .text-block-12-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .heading---02 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-16 {
    text-align: center;
  }

  .image-34 {
    height: 40px;
  }

  .image-35 {
    height: 25px;
  }

  .link-block-6 {
    margin-right: 10px;
  }

  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-36, .div-block-13 {
    width: auto;
  }

  .mapa {
    text-align: center;
  }

  .region {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .section-16 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-19, .text-block-18 {
    font-size: 14px;
    line-height: 28px;
  }

  .section-16---1, .section-16---2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-28 {
    display: none;
  }

  .quick-stack-15 {
    padding: 0;
  }

  .cell-30 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-12---04, .text-block-12---5, .text-block-12---6, .text-block-12---7, .text-block-12---8 {
    font-size: 14px;
    line-height: 28px;
  }

  .section-17 {
    padding-top: 100px;
  }

  .div-block-16 {
    width: auto;
  }

  .quick-stack-16, .quick-stack-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .card-front-01 {
    height: auto;
  }

  .quick-stack-18, .quick-stack-19, .quick-stack-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-43 {
    vertical-align: baseline;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-back-01 {
    height: 667px;
  }

  .quick-stack-27 {
    width: auto;
  }

  .cell-36, .cell-37 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-8 {
    font-size: 34px;
    line-height: 36px;
  }

  .card-container-01, .card-01 {
    width: 373px;
    height: 702px;
  }

  .card-container-02, .card-02 {
    width: 373px;
    height: 339px;
  }

  .card-back-02 {
    height: auto;
  }

  .cell-38 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .card-container-03, .card-03 {
    width: 373px;
    height: 339px;
  }

  .card-back-003 {
    height: auto;
  }

  .card-container-05, .card-05 {
    width: 373px;
    height: 339px;
  }

  .card-back-005 {
    height: auto;
  }

  .card-container-04, .card-04 {
    width: 373px;
    height: 339px;
  }

  .card-front-004 {
    background-color: #f5f1e8;
  }

  .card-back-004 {
    height: auto;
  }

  .card-container-06, .card-06 {
    width: 770px;
    height: 345px;
  }

  .card-back-006 {
    height: auto;
  }

  .quick-stack-28 {
    width: auto;
  }

  .card-container-07, .card-07 {
    width: 373px;
    height: 339px;
  }

  .card-back-007 {
    height: auto;
  }

  .card-container-08, .card-08 {
    width: 373px;
    height: 339px;
  }

  .card-back-008 {
    height: auto;
  }

  .card-container-09, .card-09 {
    width: 373px;
    height: 339px;
  }

  .card-back-09 {
    height: auto;
  }

  .card-container-010, .card-010 {
    width: 373px;
    height: 702px;
  }

  .card-front-010 {
    height: auto;
  }

  .card-back-010 {
    height: 667px;
  }

  .card-container-11, .card-11 {
    width: 770px;
    height: 345px;
  }

  .card-back-011 {
    height: auto;
  }

  .card-container-12, .card-12 {
    width: 373px;
    height: 339px;
  }

  .card-back-012 {
    height: auto;
  }

  .quick-stack-29 {
    width: auto;
  }

  .card-container-13, .card-13 {
    width: 373px;
    height: 702px;
  }

  .card-front-013 {
    height: auto;
  }

  .card-back-013 {
    height: 667px;
  }

  .card-container-14, .card-14 {
    width: 373px;
    height: 339px;
  }

  .card-back-14 {
    height: auto;
  }

  .card-container-15, .card-15 {
    width: 373px;
    height: 339px;
  }

  .card-back-015 {
    height: auto;
  }

  .card-container-16, .card-16 {
    width: 373px;
    height: 339px;
  }

  .card-back-016 {
    height: auto;
  }

  .card-container-17, .card-17 {
    width: 373px;
    height: 339px;
  }

  .card-back-017 {
    height: auto;
  }

  .card-container-18, .card-18 {
    width: 770px;
    height: 345px;
  }

  .card-back-018 {
    height: auto;
  }

  .quick-stack-30 {
    width: auto;
  }

  .card-container-19, .card-19 {
    width: 373px;
    height: 339px;
  }

  .card-back-019 {
    height: auto;
  }

  .card-container-20, .card-20 {
    width: 373px;
    height: 339px;
  }

  .card-back-020 {
    height: auto;
  }

  .card-container-21, .card-21 {
    width: 373px;
    height: 339px;
  }

  .card-back-021 {
    height: auto;
  }

  .card-container-022, .card-022 {
    width: 373px;
    height: 339px;
  }

  .card-back-022 {
    height: auto;
  }

  .card-container-23, .card-23 {
    width: 373px;
    height: 339px;
  }

  .card-back-023 {
    height: auto;
  }

  .card-container-24, .card-24 {
    width: 373px;
    height: 339px;
  }

  .card-back-024 {
    height: auto;
  }

  .card-container-25, .card-25 {
    width: 770px;
    height: 345px;
  }

  .card-back-25 {
    height: auto;
  }

  .quick-stack-31 {
    width: auto;
  }

  .card-container-26, .card-26 {
    width: 770px;
    height: 345px;
  }

  .card-back-026 {
    height: auto;
  }

  .card-container-27, .card-27 {
    width: 373px;
    height: 339px;
  }

  .card-back-27 {
    height: auto;
  }

  .card-container-28, .card-28 {
    width: 373px;
    height: 339px;
  }

  .card-back-028 {
    height: auto;
  }

  .card-container-29, .card-29 {
    width: 373px;
    height: 339px;
  }

  .card-back-029 {
    height: auto;
  }

  .card-container-30, .card-30 {
    width: 373px;
    height: 339px;
  }

  .card-back-030 {
    height: auto;
  }

  .card-container-031, .card-031 {
    width: 373px;
    height: 702px;
  }

  .card-front-031 {
    height: auto;
  }

  .card-back-031 {
    height: 667px;
  }

  .section-18 {
    background-image: url('../images/iPad-Pro-12.9_---1.png');
    background-position: 50% 100%;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .section-19 {
    padding: 40px;
  }

  .text-block-21 {
    font-size: 24px;
    line-height: 38px;
  }

  .section-20 {
    height: 120px;
  }

  .text-block-22 {
    font-size: 24px;
    line-height: 38px;
  }

  .div-block-21 {
    width: auto;
  }

  .text-block-25 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .cell-42 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .link-block-9 {
    margin-right: 10px;
  }

  .image-51 {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-52 {
    height: 25px;
  }

  .quick-stack-32 {
    padding: 0;
  }

  .section-22 {
    height: auto;
  }

  .h1 {
    text-align: center;
  }

  .image-54 {
    width: 480px;
  }

  .container-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-56-desk {
    margin-top: -15px;
  }

  .section-17-02 {
    padding-top: 100px;
  }

  .close-but {
    padding-right: 20px;
  }

  .popup-01 {
    display: none;
  }

  .text-block-24264 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-8-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .popup-03, .popup-04 {
    display: none;
  }

  .text-block-12-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .popup-05, .popup-07, .popup-08, .popup-09, .popup-10, .popup-13, .popup-14, .popup-15, .popup-11 {
    display: none;
  }

  .card-container-09-copy {
    width: 373px;
    height: 339px;
  }

  .card-container-010-copy {
    width: 373px;
    height: 702px;
  }

  .popup-12 {
    display: none;
  }

  .text-block-12-4-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .popup-14---pechivo {
    display: none;
  }

  .card-container-16-1 {
    width: 373px;
    height: 339px;
  }

  .card-back-016-01 {
    height: auto;
  }

  .popup-18 {
    display: none;
  }

  .card-container-017 {
    width: 373px;
    height: 339px;
  }

  .card-back-0017 {
    height: auto;
  }

  .popup-17 {
    display: none;
  }

  .card-container-023, .card-023 {
    width: 373px;
    height: 339px;
  }

  .card-back-0023 {
    height: auto;
  }

  .card-container-0020, .card-020 {
    width: 373px;
    height: 339px;
  }

  .card-back-0020 {
    height: auto;
  }

  .card-container-0022, .card-0022 {
    width: 373px;
    height: 339px;
  }

  .card-back-0022 {
    height: auto;
  }

  .popup-23, .popup-20 {
    display: none;
  }

  .text-block-12-6 {
    font-size: 16px;
    line-height: 28px;
  }

  .popup-22, .popup-19 {
    display: none;
  }

  .paragraph-8-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .popup-24 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cover-shuba, .section {
    background-position: 100%;
  }

  .paragraph-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .section-01 {
    background-image: url('../images/Frame-130.png');
    background-position: 50% 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-02 {
    background-position: 100%;
  }

  .image-2 {
    height: auto;
  }

  .cell {
    align-items: center;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .text-block-5 {
    margin-bottom: 0;
  }

  .quick-stack {
    padding-top: 0;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .image---5 {
    height: 35px;
  }

  .cell-2---2 {
    align-items: center;
  }

  .flex-block-3---1 {
    margin-left: 20px;
  }

  .image-7 {
    height: 240px;
  }

  .image-2---1 {
    height: 25px;
  }

  .image-7---2 {
    height: 40px;
  }

  .paragraph-4-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .name-01 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-04 {
    background-position: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 20px;
    line-height: 32px;
  }

  .button {
    margin-top: 0;
  }

  .image-7---3 {
    height: 40px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .image-7-copy, .image-7---4 {
    height: 240px;
  }

  .paragraph-6-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .image-7---5, .image-7---6 {
    height: 240px;
  }

  .image-7---22 {
    height: 180px;
  }

  .image-17 {
    display: none;
  }

  .quick-stack--02 {
    padding-top: 0;
  }

  .line {
    width: 400px;
  }

  .paragraph-3-2 {
    font-size: 24px;
    line-height: 38px;
  }

  .contact {
    background-position: 100%;
  }

  .form-block {
    width: 400px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo---footer {
    margin-left: 0;
  }

  .link {
    font-size: 16px;
  }

  .cell-2---2--1, .cell-2---2---2, .cell-2---3, .cell--01, .cell--02, .cell--03, .cell--04, .cell--05 {
    align-items: center;
  }

  .quick-stack---02 {
    padding-top: 0;
  }

  .image-18 {
    display: none;
  }

  .quick-stack-3---04 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-5---002 {
    width: 300px;
  }

  .image-19 {
    height: auto;
  }

  .paragraph-6---2, .paragraph-6-copy, .paragraph-6-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-6-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .image-20, .image-21 {
    display: none;
  }

  .paragraph-6-2-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-6-copy--2 {
    font-size: 20px;
    line-height: 32px;
  }

  .desk-banner-mob {
    width: 350px;
    height: auto;
    margin: 20px auto;
    display: block;
  }

  .desk-bannr-desk-copy {
    display: none;
  }

  .button-copy {
    margin-top: 20px;
  }

  .image-22, .image-23 {
    display: none;
  }

  .paragraph-3-copy {
    font-size: 24px;
    line-height: 38px;
  }

  .line---mob {
    width: 400px;
    margin-top: 40px;
    display: block;
  }

  .button---02---desk {
    display: none;
  }

  .button---02---mob {
    display: block;
  }

  .quick-stack-copy, .quick-stack---2 {
    padding-top: 0;
  }

  .paragraph-6-2-desk, .paragraph-6-2-mob {
    font-size: 16px;
    line-height: 28px;
  }

  .cell--01-copy {
    align-items: center;
  }

  .image-2-copy {
    height: auto;
  }

  .cover-bakery {
    background-image: url('../images/cover-bakery-02.png');
    height: 95vh;
  }

  .image-25 {
    height: 40px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .section-7 {
    margin-top: 0;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 20px;
  }

  .button-2 {
    font-size: 14px;
  }

  .quick-stack-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-15 {
    background-color: #8f442e;
    inset: auto 0% 0%;
  }

  .link-block-4 {
    display: none;
  }

  .link-block-5 {
    display: block;
  }

  .image-32 {
    display: none;
  }

  .heading---02 {
    font-size: 20px;
  }

  .text-block-16 {
    text-align: center;
  }

  .cover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-36 {
    width: auto;
  }

  .region {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-12 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 85px;
  }

  .cell-27 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-28 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-39 {
    width: 400px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .text-block-20 {
    text-align: right;
  }

  .section-16---1, .section-16---2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2---3 {
    font-size: 14px;
  }

  .container-12-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-17 {
    margin-top: 0;
  }

  .card-front-01 {
    border-radius: 10px;
    height: auto;
  }

  .card-front-02 {
    border-radius: 10px;
  }

  .card-back-01 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .quick-stack-27 {
    padding: 0;
  }

  .cell-37 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-8 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .button-5 {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .card-container-01, .card-01 {
    width: 175px;
    height: 334px;
  }

  .card-container-02, .card-02 {
    width: 175px;
    height: 158px;
  }

  .card-back-02 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .button---002 {
    margin-top: 10px;
    padding: 10px 20px;
    font-family: Ttnormspro, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .cell-38 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .card-container-03, .card-03 {
    width: 175px;
    height: 158px;
  }

  .card-front-003 {
    border-radius: 10px;
  }

  .card-back-003 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .card-container-05, .card-05 {
    width: 175px;
    height: 158px;
  }

  .card-front-005 {
    border-radius: 10px;
  }

  .card-back-005 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .card-container-04, .card-04 {
    width: 175px;
    height: 158px;
  }

  .card-front-004 {
    border-radius: 10px;
  }

  .card-back-004 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .cell-39 {
    justify-content: center;
    align-items: center;
  }

  .card-container-06 {
    border-radius: 10px;
    width: 370px;
    height: 165px;
  }

  .card-06 {
    width: 370px;
    height: 165px;
  }

  .card-front-006 {
    border-radius: 10px;
  }

  .card-back-006 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .quick-stack-28 {
    margin-top: 20px;
    padding: 0;
  }

  .card-container-07, .card-07 {
    width: 175px;
    height: 158px;
  }

  .card-front-007 {
    border-radius: 10px;
  }

  .card-back-007 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .card-container-08, .card-08 {
    width: 175px;
    height: 158px;
  }

  .card-front-008 {
    border-radius: 10px;
  }

  .card-back-008 {
    border-radius: 10px;
    height: auto;
    padding: 10px;
  }

  .card-container-09, .card-09 {
    width: 175px;
    height: 158px;
  }

  .card-back-09 {
    height: auto;
    padding: 10px;
  }

  .card-container-010, .card-010 {
    width: 175px;
    height: 334px;
  }

  .card-front-010 {
    height: auto;
  }

  .card-back-010 {
    height: auto;
    padding: 10px;
  }

  .card-container-11, .card-11 {
    width: 370px;
    height: 165px;
  }

  .card-back-011 {
    height: auto;
    padding: 10px;
  }

  .card-container-12, .card-12 {
    width: 175px;
    height: 158px;
  }

  .card-back-012 {
    height: auto;
    padding: 10px;
  }

  .quick-stack-29 {
    margin-top: 20px;
    padding: 0;
  }

  .card-container-13, .card-13 {
    width: 175px;
    height: 334px;
  }

  .card-front-013 {
    height: auto;
  }

  .card-back-013 {
    height: auto;
    padding: 10px;
  }

  .card-container-14, .card-14 {
    width: 175px;
    height: 158px;
  }

  .card-back-14 {
    height: auto;
    padding: 10px;
  }

  .card-container-15, .card-15 {
    width: 175px;
    height: 158px;
  }

  .card-back-015 {
    height: auto;
    padding: 10px;
  }

  .card-container-16, .card-16 {
    width: 175px;
    height: 158px;
  }

  .card-back-016 {
    height: auto;
    padding: 10px;
  }

  .card-container-17, .card-17 {
    width: 175px;
    height: 158px;
  }

  .card-back-017 {
    height: auto;
    padding: 10px;
  }

  .card-container-18, .card-18 {
    width: 370px;
    height: 165px;
  }

  .card-back-018 {
    height: auto;
    padding: 11px;
  }

  .quick-stack-30 {
    margin-top: 20px;
    padding: 0;
  }

  .card-container-19, .card-19 {
    width: 175px;
    height: 158px;
  }

  .card-back-019 {
    height: auto;
    padding: 10px;
  }

  .card-container-20, .card-20 {
    width: 175px;
    height: 158px;
  }

  .card-back-020 {
    height: auto;
    padding: 10px;
  }

  .card-container-21, .card-21 {
    width: 175px;
    height: 158px;
  }

  .card-back-021 {
    height: auto;
    padding: 10px;
  }

  .card-container-022, .card-022 {
    width: 175px;
    height: 158px;
  }

  .card-back-022 {
    height: auto;
    padding: 10px;
  }

  .card-container-23, .card-23 {
    width: 175px;
    height: 158px;
  }

  .card-back-023 {
    height: auto;
    padding: 10px;
  }

  .card-container-24, .card-24 {
    width: 175px;
    height: 158px;
  }

  .card-back-024 {
    height: auto;
    padding: 10px;
  }

  .card-container-25, .card-25 {
    width: 370px;
    height: 165px;
  }

  .card-back-25 {
    height: auto;
    padding: 10px;
  }

  .quick-stack-31 {
    margin-top: 20px;
    padding: 0;
  }

  .card-container-26, .card-26 {
    width: 370px;
    height: 165px;
  }

  .card-back-026 {
    height: auto;
    padding: 10px;
  }

  .card-container-27, .card-27 {
    width: 175px;
    height: 158px;
  }

  .card-back-27 {
    height: auto;
    padding: 10px;
  }

  .card-container-28, .card-28 {
    width: 175px;
    height: 158px;
  }

  .card-back-028 {
    height: auto;
    padding: 10px;
  }

  .card-container-29, .card-29 {
    width: 175px;
    height: 158px;
  }

  .card-back-029 {
    height: auto;
    padding: 10px;
  }

  .card-container-30, .card-30 {
    width: 175px;
    height: 158px;
  }

  .card-back-030 {
    height: auto;
    padding: 10px;
  }

  .card-container-031, .card-031 {
    width: 175px;
    height: 334px;
  }

  .card-front-031 {
    height: auto;
  }

  .card-back-031 {
    height: auto;
    padding: 10px;
  }

  .section-18 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-50 {
    height: 40px;
    margin-bottom: 10px;
  }

  .paragraph-8---2 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-22 {
    font-size: 34px;
  }

  .slider {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask {
    width: 300px;
  }

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    width: 300px;
  }

  .slide-2 {
    width: 300px;
    margin-left: 0;
  }

  .container-15 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    margin-left: -5px;
    margin-right: 40px;
  }

  .icon-2 {
    margin-left: 25px;
    margin-right: 0;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8---2---2 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-50---2 {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
  }

  .text-block-25 {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-27 {
    text-align: right;
  }

  .footer-shuba {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    height: auto;
  }

  .h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 58px;
    line-height: 60px;
  }

  .image-54 {
    width: 420px;
  }

  .head-description {
    font-size: 20px;
  }

  .image-56-desk {
    margin-top: -10px;
  }

  .section-17-02 {
    margin-top: 0;
  }

  .div-block-280 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-01 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-buy {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-98 {
    height: 20px;
  }

  .paragraph-8-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .popup-03 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-01.popup-trigger, .button-popup-03.popup-trigger, .button-popup-04.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-04 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-05.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-05 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-07.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-07, .popup-08 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-08.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .image-98-2 {
    height: 35px;
  }

  .popup-09 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-content.popup-trigger, .button-popup-09.popup-trigger, .button-popup-010.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-10 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button---011 {
    margin-top: 10px;
    padding: 10px 20px;
    font-family: Ttnormspro, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .button-popup-012.popup-trigger, .button-popup-013.popup-trigger, .button-popup-014.popup-trigger, .button-popup-015.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-13, .popup-14, .popup-15, .popup-11 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-011.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .card-container-09-copy {
    width: 175px;
    height: 158px;
  }

  .card-container-010-copy {
    width: 175px;
    height: 334px;
  }

  .popup-12, .popup-14---pechivo {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-container-16-1 {
    width: 175px;
    height: 158px;
  }

  .card-back-016-01 {
    height: auto;
    padding: 10px;
  }

  .button-popup-018.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-18 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-container-017 {
    width: 175px;
    height: 158px;
  }

  .card-back-0017 {
    height: auto;
    padding: 10px;
  }

  .button-popup-017.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-17 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-container-023, .card-023 {
    width: 175px;
    height: 158px;
  }

  .card-back-0023 {
    height: auto;
    padding: 10px;
  }

  .card-container-0020, .card-020 {
    width: 175px;
    height: 158px;
  }

  .card-back-0020 {
    height: auto;
    padding: 10px;
  }

  .card-container-0022, .card-0022 {
    width: 175px;
    height: 158px;
  }

  .card-back-0022 {
    height: auto;
    padding: 10px;
  }

  .button-popup-023.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-23 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-020.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-20, .popup-22 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-content-copy.popup-trigger, .button-popup-022.popup-trigger, .button-popup-019.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-19 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8-4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .popup-24 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-popup-024.popup-trigger {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .cover-shuba {
    background-position: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    height: 40px;
  }

  .paragraph {
    font-size: 44px;
    line-height: 54px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 44px;
    line-height: 54px;
  }

  .container-2 {
    margin-bottom: 40px;
  }

  .paragraph-3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-01 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 35px;
    height: auto;
    margin-right: 20px;
  }

  .text-block-3 {
    font-size: 26px;
  }

  .flex-block-3 {
    margin-left: 0;
  }

  .numbers-1 {
    margin-bottom: 0;
  }

  .text-block-5 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .container-3 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .container-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image---5 {
    width: 35px;
    height: auto;
    margin-right: 20px;
  }

  .numbers-5 {
    margin-bottom: 20px;
  }

  .cell-2---2 {
    justify-content: center;
    align-items: center;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .flex-block-3---1 {
    margin-left: 20px;
  }

  .image-7 {
    display: none;
  }

  .image-2---1 {
    width: 35px;
    height: auto;
  }

  .container-6 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .list {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image-7---2 {
    display: none;
  }

  .paragraph-4-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .name-01 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-3 {
    height: 80vh;
  }

  .paragraph---2 {
    font-size: 44px;
    line-height: 54px;
  }

  .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
    align-items: center;
  }

  .section-03 {
    background-image: url('../images/Frame-131.png');
    background-position: 50% 100%;
    height: 80vh;
  }

  .section-04 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    background-color: #941f4226;
  }

  .image-7---3, .image-7-copy, .image-7---4 {
    display: none;
  }

  .flex-block-9 {
    flex-flow: column;
  }

  .flex-block-10 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-6-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-5-2 {
    margin-top: 60px;
  }

  .image-7---5, .image-7---6 {
    display: none;
  }

  .text-block-8 {
    text-align: center;
    font-weight: 500;
  }

  .flex-block-12 {
    display: block;
  }

  .flex-block-13 {
    align-items: center;
    margin-bottom: 10px;
  }

  .image-7---22 {
    display: none;
  }

  .image-15 {
    width: auto;
  }

  .container-6---2 {
    margin-bottom: 60px;
  }

  .image-16 {
    width: 180px;
  }

  .image-17 {
    display: none;
  }

  .image-8---2 {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack--02 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .line {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph---2---1 {
    font-size: 44px;
    line-height: 54px;
  }

  .container---contact {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .contact {
    background-image: url('../images/Frame-131.png');
    background-position: 50%;
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    width: 290px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 16px;
  }

  .logo---footer {
    margin-right: 0;
  }

  .cell-18 {
    justify-content: center;
    align-items: center;
  }

  .cell--01 {
    justify-content: center;
    align-items: flex-start;
  }

  .button-contact {
    background-color: #8e0038;
    margin-bottom: 0;
  }

  .quick-stack---02 {
    padding-bottom: 0;
  }

  .image-18 {
    width: 300px;
    height: auto;
  }

  .div-block-5-copy-copy, .div-block-5-copy-copy2, .div-block-5---01 {
    width: auto;
  }

  .button---02 {
    background-color: #941f4226;
  }

  .image-19 {
    height: auto;
  }

  .paragraph-6---2, .paragraph-6-copy, .paragraph-6-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-6-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .image-20, .image-21 {
    width: auto;
    margin-top: 20px;
    display: none;
  }

  .image-15---1 {
    width: auto;
  }

  .paragraph-6-2-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-6-copy--2 {
    font-size: 20px;
    line-height: 32px;
  }

  .desk-banner-mob {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-copy {
    background-color: #941f4226;
  }

  .image-22, .image-23 {
    margin-top: 20px;
    display: none;
  }

  .paragraph-3-copy {
    margin-top: 60px;
    font-size: 24px;
    line-height: 34px;
  }

  .line---mob {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button---02---desk, .button---02---mob {
    background-color: #941f4226;
  }

  .quick-stack-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack---2 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-3 {
    font-size: 20px;
  }

  .text-block-9 {
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .flex-block-15 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .paragraph-6-2-desk {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    display: none;
  }

  .paragraph-6-2-mob {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .cell--01-copy {
    justify-content: center;
    align-items: center;
  }

  .flex-block-16 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-2-copy {
    width: 35px;
    height: auto;
    margin-right: 0;
  }

  .cover-bakery {
    background-image: url('../images/bakery-mob-02.png');
    height: 140vh;
  }

  .text-block-11 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 48px;
  }

  .section-7 {
    margin-top: 0;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  .text-block-12 {
    text-align: left;
    font-size: 14px;
  }

  .image-27 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button-2 {
    font-size: 12px;
  }

  .text-block-12---2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .cell-22 {
    padding-bottom: 20px;
  }

  .cell-23 {
    padding-bottom: 40px;
  }

  .cell-24 {
    padding-bottom: 20px;
  }

  .image-29 {
    height: auto;
  }

  .button-3 {
    font-size: 14px;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-8---4 {
    margin-bottom: 10px;
  }

  .flex-block-24 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button-4-copy {
    margin-right: 20px;
  }

  .image-33 {
    height: auto;
  }

  .image-35 {
    width: 25px;
    height: 25px;
  }

  .cell-25 {
    justify-content: center;
    align-items: flex-end;
  }

  .quick-stack-11 {
    padding-left: 10px;
    padding-right: 0;
  }

  .cover, .mapa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .region {
    margin-top: 0;
    padding-top: 20px;
  }

  .quick-stack-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
  }

  .flex-block-26 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-38 {
    height: 15px;
    display: none;
  }

  .section-16 {
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11, .container-12 {
    padding: 40px 20px;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    padding-left: 10px;
  }

  .text-block-19, .text-block-18 {
    text-align: left;
    font-size: 12px;
  }

  .text-block-20 {
    font-size: 10px;
    line-height: 18px;
  }

  .text-block-12---04 {
    text-align: center;
    font-size: 18px;
  }

  .button-2---3 {
    font-size: 12px;
  }

  .container-12-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-11 {
    font-size: 14px;
  }

  .text-block-12---5, .text-block-12---6, .text-block-12---7 {
    text-align: left;
    font-size: 14px;
  }

  .text-span-11-2 {
    font-size: 14px;
  }

  .text-block-12---8 {
    text-align: left;
    font-size: 14px;
  }

  .text-span-11---5 {
    font-size: 14px;
  }

  .section-17 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .quick-stack-16, .quick-stack-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-front-01 {
    border-radius: 10px;
    height: auto;
  }

  .quick-stack-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-front-02, .card-front-05 {
    border-radius: 10px;
  }

  .quick-stack-19, .quick-stack-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-front-03, .card-front-04, .card-front-06 {
    border-radius: 10px;
  }

  .image-44 {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
  }

  .card-back-01 {
    height: 345px;
  }

  .quick-stack-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quick-stack-24, .quick-stack-25, .quick-stack-26 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .cell-37 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-8 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .button-5 {
    margin-top: 5px;
    padding: 7px 15px;
    font-size: 12px;
  }

  .card-back-02 {
    height: auto;
  }

  .button---002 {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .card-front-02-copy, .card-front-003 {
    border-radius: 10px;
  }

  .card-back-003 {
    height: auto;
  }

  .card-front-005 {
    border-radius: 10px;
  }

  .card-back-005 {
    height: auto;
  }

  .card-front-004 {
    border-radius: 10px;
  }

  .card-back-004 {
    height: auto;
  }

  .cell-39 {
    justify-content: center;
    align-items: center;
  }

  .card-front-006 {
    border-radius: 10px;
  }

  .card-back-006 {
    height: auto;
  }

  .quick-stack-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 10px;
  }

  .card-front-007 {
    border-radius: 10px;
  }

  .card-back-007 {
    height: auto;
  }

  .card-front-008 {
    border-radius: 10px;
  }

  .card-back-008 {
    height: auto;
  }

  .card-front-09 {
    border-radius: 10px;
  }

  .card-back-09 {
    height: auto;
  }

  .card-front-010 {
    border-radius: 10px;
    height: auto;
  }

  .card-back-010 {
    height: 345px;
  }

  .card-front-011 {
    border-radius: 10px;
  }

  .card-back-011 {
    height: auto;
  }

  .card-front-012 {
    border-radius: 10px;
  }

  .card-back-012 {
    height: auto;
  }

  .quick-stack-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 10px;
  }

  .card-front-013 {
    border-radius: 10px;
    height: auto;
  }

  .card-back-013 {
    height: 345px;
  }

  .card-front-14 {
    border-radius: 10px;
  }

  .card-back-14 {
    height: auto;
  }

  .card-front-003-copy, .card-front-015 {
    border-radius: 10px;
  }

  .card-back-015 {
    height: auto;
  }

  .card-front-016 {
    border-radius: 10px;
  }

  .card-back-016 {
    height: auto;
  }

  .card-front-017 {
    border-radius: 10px;
  }

  .card-back-017 {
    height: auto;
  }

  .card-front-018 {
    border-radius: 10px;
  }

  .card-back-018 {
    height: auto;
  }

  .quick-stack-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 10px;
  }

  .card-front-019 {
    border-radius: 10px;
  }

  .card-back-019 {
    height: auto;
  }

  .card-front-020 {
    border-radius: 10px;
  }

  .card-back-020 {
    height: auto;
  }

  .card-front-021 {
    border-radius: 10px;
  }

  .card-back-021 {
    height: auto;
  }

  .card-front-022 {
    border-radius: 10px;
  }

  .card-back-022 {
    height: auto;
  }

  .card-front-023 {
    border-radius: 10px;
  }

  .card-back-023 {
    height: auto;
  }

  .card-front-024 {
    border-radius: 10px;
  }

  .card-back-024 {
    height: auto;
  }

  .card-front-025 {
    border-radius: 10px;
  }

  .card-back-25 {
    height: auto;
  }

  .quick-stack-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin-top: 10px;
  }

  .card-front-026 {
    border-radius: 10px;
  }

  .card-back-026 {
    height: auto;
  }

  .card-front-27 {
    border-radius: 10px;
  }

  .card-back-27 {
    height: auto;
  }

  .card-front-028 {
    border-radius: 10px;
  }

  .card-back-028 {
    height: auto;
  }

  .card-front-029 {
    border-radius: 10px;
  }

  .card-back-029 {
    height: auto;
  }

  .card-front-030 {
    border-radius: 10px;
  }

  .card-back-030 {
    height: auto;
  }

  .card-front-031 {
    border-radius: 10px;
    height: auto;
  }

  .card-back-031 {
    height: 345px;
  }

  .section-18 {
    background-image: url('../images/iPhone-14-Plus---1.png');
    background-position: 50%;
    height: 115vh;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-20 {
    margin-bottom: 60px;
  }

  .image-50 {
    height: 35px;
  }

  .paragraph-8---2 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-22 {
    font-size: 24px;
    line-height: 32px;
  }

  .slider {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .text-block-23 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-20 {
    width: 320px;
  }

  .mask {
    text-align: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    width: 320px;
  }

  .slide-2 {
    width: 320px;
    margin-left: 0;
  }

  .div-block-20-2, .div-block-20-3, .div-block-20-4, .div-block-20-5, .div-block-20-6, .div-block-20-7, .div-block-20-8 {
    width: 320px;
  }

  .slide-3 {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 45px;
  }

  .div-block-20-9, .div-block-20-10 {
    width: 320px;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8---2---2 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-50---2 {
    height: 35px;
  }

  .text-block-24 {
    font-size: 8px;
    line-height: 14px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-26 {
    font-size: 10px;
    line-height: 16px;
  }

  .cell-42 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-27 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .cell-43 {
    justify-content: center;
    align-items: center;
  }

  .footer-shuba {
    margin-top: 0;
  }

  .image-51 {
    height: 40px;
  }

  .image-52 {
    width: 25px;
    height: 25px;
  }

  .quick-stack-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-22 {
    height: 100vh;
  }

  .div-block-22 {
    background-image: url('../images/Frame-8.jpg');
    height: 90vh;
    padding-top: 80px;
  }

  .danon-logo {
    height: 37px;
  }

  .image-53 {
    height: 30px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 90%;
  }

  .text-block-28 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .image-54 {
    width: 240px;
  }

  .flex-block-30 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .link-block-10 {
    margin-top: 11px;
  }

  .head-description {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .body {
    background-color: #fff0;
  }

  .image-55-desk {
    display: none;
  }

  .image-55-mob {
    width: auto;
    display: block;
  }

  .image-56-desk {
    display: none;
  }

  .image-56-mob {
    display: block;
  }

  .section-17-02 {
    background-image: url('../images/123-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-277 {
    flex-flow: column;
  }

  .image-95 {
    width: 20px;
  }

  .text-block-24261 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-280 {
    margin-top: 60px;
    padding: 40px 20px;
  }

  .close-but {
    margin-bottom: 60px;
  }

  .popup-01.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-24263 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .image-88-2 {
    width: auto;
    height: auto;
  }

  .div-block-282 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-24264 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-96 {
    width: 240px;
  }

  .button-buy {
    margin-top: 20px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .flex-block-31 {
    margin-top: 40px;
  }

  .text-block-24263--2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }

  .paragraph-8-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .popup-03.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-24-02 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }

  .popup-04.popup-wrapper, .popup-05.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-24-03 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }

  .div-block-282-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-31-03 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .popup-07.popup-wrapper, .popup-08.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .image-97-01 {
    margin-top: 0;
  }

  .flex-block-31-3 {
    margin-top: 40px;
  }

  .list-4-2 {
    padding-left: 20px;
  }

  .popup-09.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button-content.popup-trigger {
    padding: 15px 45px;
    font-size: 18px;
  }

  .popup-10.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button---011 {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .popup-13.popup-wrapper, .popup-14.popup-wrapper, .popup-15.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .image-99 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-11.popup-wrapper, .popup-12.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .flex-block-31---02 {
    margin-top: 40px;
  }

  .text-block-24261--2 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .image-97-03 {
    margin-top: 0;
  }

  .div-block-282-04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-24-02-copy {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }

  .div-block-287 {
    justify-content: center;
    align-items: center;
  }

  .popup-14---pechivo.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .image-97-02 {
    margin-top: 0;
  }

  .card-front-016-01 {
    border-radius: 10px;
  }

  .card-back-016-01 {
    height: auto;
  }

  .popup-18.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .card-back-0017 {
    height: auto;
  }

  .popup-17.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .flex-block-31-04 {
    margin-top: 40px;
  }

  .code-embed-4-desk {
    display: none;
  }

  .code-embed-4-mob {
    display: block;
  }

  .card-front-0023 {
    border-radius: 10px;
  }

  .card-back-0023 {
    height: auto;
  }

  .card-front-0020 {
    border-radius: 10px;
  }

  .card-back-0020 {
    height: auto;
  }

  .card-front-0022 {
    border-radius: 10px;
  }

  .card-back-0022 {
    height: auto;
  }

  .popup-23.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .text-block-24-04 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }

  .popup-20.popup-wrapper, .popup-22.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button-content-copy.popup-trigger {
    padding: 15px 45px;
    font-size: 18px;
  }

  .popup-19.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .paragraph-8-4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .popup-24.popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }
}

#w-node-ddc5a71c-3aaa-bdca-9b17-6337d5d4e32b-4b10e423, #w-node-b838641d-c5b1-ce6d-a11b-12d4847e6e8e-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_90ac3ad5-bdb3-3d92-1b66-2d8e62de8c8c-4b10e423, #w-node-fca523e0-6e51-ae1f-7f46-abb569a6b7b8-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4855c551-cc19-4fce-5b14-bda5ae250200-4b10e423, #w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b04-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b2b-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b2d-4b10e423, #w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b06-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b13-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b9413-4b10e423, #w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b9415-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b9422-4b10e423, #w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b943a-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b943c-4b10e423, #w-node-_05a7a77f-1850-0397-ba90-d2ac5a3d2007-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05a7a77f-1850-0397-ba90-d2ac5a3d2009-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_05a7a77f-1850-0397-ba90-d2ac5a3d200b-4b10e423, #w-node-_5b62e2a9-97f4-8238-ff76-e972b178e765-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f3fd3864-1b8b-0153-9670-b8c1feafb7eb-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f3fd3864-1b8b-0153-9670-b8c1feafb7ed-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc1c-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc1e-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc2b-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc43-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc45-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc68-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc6a-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc6c-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc90-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc92-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dcb7-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dcb9-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dcc7-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dcdf-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dce1-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd03-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd05-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd07-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd1f-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd37-4b10e423 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd39-4b10e423, #w-node-_6172bcb1-bc70-955f-516d-8643a2997587-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ded9e77-d954-234c-9f5a-70826ee3c6ca-4b10e423 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ddc5a71c-3aaa-bdca-9b17-6337d5d4e32b-4b10e423, #w-node-_4cc1d8a5-0838-7a0f-0d4c-4c8fe8333b04-4b10e423, #w-node-_661b8c5c-46e1-236f-32fc-d9eeb74b9413-4b10e423, #w-node-_05a7a77f-1850-0397-ba90-d2ac5a3d2007-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc1c-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dc68-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dcb7-4b10e423, #w-node-_4445b5ff-0e30-5f95-1297-7fb8ee02dd03-4b10e423 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6172bcb1-bc70-955f-516d-8643a2997587-4b10e423 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ded9e77-d954-234c-9f5a-70826ee3c6ca-4b10e423 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}


@font-face {
  font-family: 'Tttravels';
  src: url('../fonts/TTTravels-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnorms';
  src: url('../fonts/TTNorms-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/TTNormsPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraBlack.ttf') format('truetype'), url('../fonts/TTNormsPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraBold.ttf') format('truetype'), url('../fonts/TTNormsPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-BlackItalic.ttf') format('truetype'), url('../fonts/TTNormsPro-ExtraBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}