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

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

@font-face {
  font-family: Alexandra Zeferino One;
  src: url('../fonts/Alexandra_Zeferino_One.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --goldenrod: #fec144;
  --crimson: #ec383b;
  --light-steel-blue: #97bde4;
  --royal-blue: #006ee2;
  --_apps---typography--heading-font: Montserrat, sans-serif;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --_apps---typography--button-font: Montserrat, sans-serif;
  --_apps---sizes--radius: 10px;
  --_apps---colors--background: #e4e4e4;
  --_apps---colors--foreground: #030303;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d7d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--crimson);
  --_apps---colors--primary-foreground: #150a09;
  --_apps---colors--secondary: #ffcac3;
  --_apps---colors--secondary-foreground: #130b0a;
  --_apps---colors--muted: #dedede;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d84450;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--ring: #d65751;
  --_apps---charts--chart-1: var(--crimson);
  --_apps---charts--chart-2: #f57b73;
  --_apps---charts--chart-3: #e2001e;
  --_apps---charts--chart-4: #bc282c;
  --_apps---charts--chart-5: #9c0001;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--crimson);
  --_apps---sidebar--sidebar-primary-foreground: #150a09;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-ring: #d65751;
  --_apps---colors--background-dark: #080808;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1c1c1c;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1c1c1c;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--crimson);
  --_apps---colors--primary-foreground-dark: #150a09;
  --_apps---colors--secondary-dark: #420002;
  --_apps---colors--secondary-foreground-dark: #fff6f5;
  --_apps---colors--muted-dark: #030303;
  --_apps---colors--muted-foreground-dark: #909090;
  --_apps---colors--accent-dark: #313131;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6c73;
  --_apps---colors--border-dark: #3333331a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #eb6a63;
  --_apps---charts--chart-1-dark: var(--crimson);
  --_apps---charts--chart-2-dark: #ff8b82;
  --_apps---charts--chart-3-dark: #d10008;
  --_apps---charts--chart-4-dark: #fe726b;
  --_apps---charts--chart-5-dark: #af0017;
  --_apps---sidebar--sidebar-dark: #0e0e0e;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--crimson);
  --_apps---sidebar--sidebar-primary-foreground-dark: #150a09;
  --_apps---sidebar--sidebar-accent-dark: #313131;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #eb6a63;
}

.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;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.image {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 10px;
  outline: 3px #333;
  margin-top: -600px;
  margin-left: 774px;
  padding-left: 0;
  box-shadow: 1px 1px 10px #000;
}

.image-2 {
  border-radius: 10px;
  margin-top: -276px;
  margin-left: 615px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: inline-block;
  box-shadow: 1px 0 10px #000;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -185px;
  margin-left: 82px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 70px;
}

.body {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  margin-left: 0;
  margin-right: 0;
}

.section {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
}

.container {
  margin-top: 60px;
}

.bold-text {
  margin-left: 0;
  padding-left: 0;
}

.div-block {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-2 {
  margin-top: 15px;
  margin-left: 60px;
}

.navbar {
  background-color: #ddd0;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.nav-link-2 {
  color: #777;
  font-family: Montserrat, sans-serif;
}

.icon {
  color: #fff;
}

.image-3 {
  margin-top: 15px;
  margin-left: 60px;
}

.link {
  color: #fff;
  text-align: center;
  margin-left: 1100px;
  margin-right: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.container-2 {
  padding-left: 0;
}

.brand {
  color: #c28c8c;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/лого-256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 0;
  padding: 0 60px 0 0;
  left: auto;
}

.navbar-2 {
  background-color: #080808;
}

.ru {
  font-family: Montserrat, sans-serif;
}

.nav-link-3 {
  color: gray;
  text-align: center;
}

.nav-link-4 {
  color: #fff;
}

.image-4 {
  margin-top: 10px;
  margin-left: 60px;
}

.div-block-3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.image-5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
}

.image-6 {
  opacity: .2;
  text-align: center;
  object-fit: fill;
}

.text-block {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000059, #00000059);
  border-radius: 10px;
  margin: 40px 100px 120px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.section-2 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  width: auto;
  height: auto;
  margin-top: 0;
}

.text-block-2 {
  color: #fff;
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-3 {
  margin-top: 0;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  color: #fffdfd;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.container-3 {
  padding-left: 60px;
  padding-right: 60px;
}

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

.columns {
  margin-left: 60px;
  margin-right: 60px;
}

.column {
  padding-right: 30px;
}

.column-2 {
  padding-left: 30px;
}

.section-5 {
  background-color: #fff;
  margin-top: -50px;
  margin-bottom: 100px;
  display: block;
}

.zagolovok {
  color: #e0f5ff;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 52px;
}

.bold-text-2 {
  color: #07415a;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 55px;
}

.text-osnvn {
  color: #000;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.youtube {
  mix-blend-mode: normal;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 50px 5px #000;
}

.section-6 {
  color: #cac6c6;
  background-color: #111;
  background-image: url('../images/image_2022-07-19_12-25-19-2.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-6 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.link-2 {
  color: #fec144;
}

.grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-7 {
  color: #b1b1b1;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-8 {
  padding: 20px;
}

.grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 50px;
}

.image-8-copy {
  padding: 20px 40px;
}

.div-block-5 {
  margin-top: 0;
}

.link-3 {
  color: #fec144;
}

.text-block-5-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}

.link-4, .italic-text, .text-span {
  color: #fec144;
}

.italic-text-2 {
  text-decoration: underline;
}

.block-quote {
  color: #fff;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 26px;
  position: static;
}

.image-9 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.bold-text-3 {
  color: #fec144;
  padding-left: 0;
}

.youtube-2 {
  width: 85%;
  height: 40%;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}

.section-7 {
  margin-top: 60px;
}

.section-8 {
  margin-top: 40px;
}

.image-10 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.paragraph {
  color: #fec144;
  text-align: center;
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.bold-text-4 {
  text-align: center;
}

.text-span-2 {
  color: #fec144;
  text-decoration: underline;
}

.italic-text-3 {
  color: #fec12b;
  text-decoration: underline;
}

.link-5 {
  color: #feb221;
}

.youtube-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  box-shadow: 4px 4px 20px 6px #000;
}

.image-11 {
  margin-bottom: 10px;
  padding: 0 60px;
}

.html-embed {
  margin-left: 60px;
  margin-right: 60px;
}

.facebook {
  text-align: right;
  margin-right: -70px;
  padding-left: 0;
  padding-right: 0;
}

.section-9 {
  color: #000;
  background-color: #000;
  margin-top: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
}

.link-6, .link-7 {
  color: #fec144;
}

.image-12 {
  margin-left: 60px;
}

.bold-text-5, .bold-text-6 {
  color: var(--goldenrod);
  font-size: 18px;
}

.link-8, .link-9 {
  color: var(--goldenrod);
}

.section-10 {
  margin-top: 0;
}

.columns-2 {
  margin-left: 60px;
  margin-right: 60px;
}

.section-11 {
  margin-top: 65px;
}

.button {
  background-color: var(--crimson);
  border-radius: 5px;
  margin-left: 20px;
  padding-left: 15px;
}

.heading-3 {
  color: #202122;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-10 {
  color: #929292;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.section-12 {
  color: #ac9f9f;
  display: none;
}

.div-block-6 {
  color: #b98e8e;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
  margin-bottom: 6px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-auto-flow: column;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 43px;
}

.heading-4 {
  color: #07415a;
  text-align: center;
  margin: 100px 60px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.bold-text-7 {
  color: var(--goldenrod);
}

.photo-texe {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
}

.text-block-11 {
  color: #7c7c7c;
  text-align: center;
  margin-top: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Montserrat, sans-serif;
}

.image-13 {
  padding-left: 0;
}

.container-4 {
  background-color: #0000;
  width: 130%;
  margin-top: 5px;
  margin-left: 100px;
  margin-right: 100px;
}

.menu {
  opacity: 1;
  color: #080808;
  background-color: #ddd0;
  margin-top: 0;
  position: static;
}

.image-14 {
  margin-left: 0;
  margin-right: 0;
}

.container-5 {
  margin-top: 10px;
  margin-left: 60px;
}

.heading-5 {
  color: var(--light-steel-blue);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 5px #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Podkova, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

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

.image-15 {
  text-align: center;
  border-radius: 20px;
  box-shadow: 4px 4px 15px 3px #000;
}

.paragraph-2 {
  color: #fff9f9;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

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

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

.image-18 {
  opacity: 1;
  margin-top: -87px;
  margin-left: 490px;
}

.video {
  position: relative;
}

.background-video {
  width: 100%;
  height: 80%;
}

.paragraph-3 {
  color: #1a1a1a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.image-19 {
  text-align: left;
  border-radius: 20px;
  margin-top: -297px;
  margin-left: 0;
  box-shadow: 7px 7px 20px 10px #000;
}

.image-20 {
  border-radius: 20px;
  margin-top: -990px;
  margin-left: 952px;
  box-shadow: 4px 4px 20px 10px #000;
}

.image-21 {
  border-radius: 20px;
  margin-top: -410px;
  margin-left: 343px;
  box-shadow: -10px 2px 20px #000;
}

.image-22 {
  border-radius: 20px;
  margin-top: -260px;
  margin-left: 0;
  box-shadow: 7px 7px 20px 10px #000;
}

.heading-6 {
  text-shadow: 4px 4px 10px #000;
  margin-top: 60px;
  margin-left: -135px;
  font-family: Source Code Pro, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 95px;
  display: block;
}

.image-23 {
  border-radius: 20px;
  margin-top: -310px;
  margin-left: 840px;
  box-shadow: 7px 7px 20px 12px #000;
}

.html-embed-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.link-10, .link-11 {
  color: var(--goldenrod);
}

.image-11-copy {
  max-width: 100%;
  margin-bottom: 80px;
  padding: 0 60px;
}

.bold-text-8 {
  color: var(--light-steel-blue);
}

.slide {
  position: relative;
}

.image-24 {
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 10px;
  outline: 3px #333;
  display: inline-block;
  position: static;
}

.div-block-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 0;
}

.slider-1 {
  clear: none;
  text-align: center;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.div-block-9-copy {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-9-copy-2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-9-copy-3 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.slide-nav {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
}

.slide-2 {
  margin-top: 60px;
}

.slide-3 {
  margin-top: 30px;
}

.slider-2 {
  clear: none;
  text-align: center;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.div-block-10 {
  text-align: center;
}

.slide-4 {
  margin-top: 101px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-5 {
  margin-top: 63px;
}

.image-vertical {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-12 {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-13 {
  text-align: center;
  margin-bottom: 60px;
}

.image-25 {
  border-radius: 20px;
}

.video-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.image-26 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image-27 {
  z-index: 0;
  border-radius: 20px;
  width: 30%;
  position: relative;
  top: -390px;
  left: -187px;
  box-shadow: 1px 1px 20px 1px #000;
}

.gif-1 {
  width: 55%;
  position: relative;
  top: 0;
  left: -243px;
}

.gif-2 {
  width: 55%;
  position: relative;
  top: -242px;
  left: 681px;
}

.mask-2 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image-gif-2 {
  z-index: 0;
  width: 50%;
  display: none;
  position: relative;
  top: 0;
  left: -6px;
}

.gif-2-copy {
  width: 50%;
  position: relative;
  top: -188px;
  left: 681px;
}

.gif-3 {
  width: 50%;
  position: relative;
  top: -592px;
  left: -85px;
}

.mask-3 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image-gif-3 {
  z-index: 0;
  border-radius: 20px;
  width: 32%;
  position: relative;
  top: -380px;
  left: 218px;
  box-shadow: 1px 1px 20px 1px #000;
}

.heading-7 {
  z-index: 5;
  color: #ff2b2f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Rubik Dirt, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: relative;
  top: -45px;
}

.image-28 {
  position: relative;
  top: 17px;
  left: 301px;
}

.cover {
  margin-top: 60px;
  display: block;
}

.image-28-2 {
  position: relative;
  top: 101px;
  left: 669px;
}

.image-28-3 {
  position: relative;
  top: 418px;
  left: 607px;
}

.image-28-4 {
  position: relative;
  top: 25px;
  left: 752px;
}

.image-28-5 {
  position: relative;
  top: 491px;
  left: 456px;
}

.image-28-6 {
  position: relative;
  top: 418px;
  left: -381px;
}

.image-28-7 {
  z-index: 2;
  position: relative;
  top: 431px;
  left: -138px;
}

.div-block-15 {
  display: none;
}

.image-27-3 {
  z-index: 0;
  border-radius: 20px;
  width: 35%;
  position: relative;
  top: -89px;
  left: -415px;
  box-shadow: 1px 1px 20px #000;
}

.image-gif-5 {
  z-index: 0;
  border-radius: 20px;
  width: 35%;
  position: relative;
  top: -393px;
  left: 742px;
  box-shadow: 1px 1px 20px 1px #000;
}

.image-29 {
  display: inline-block;
  position: relative;
  top: -250px;
  left: -124px;
}

.container-7 {
  margin-top: 50px;
}

.lid {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 110vh;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  top: 0;
}

.container-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 80px;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27 {
  color: var(--crimson);
  font-weight: 500;
  text-decoration: none;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: 1%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-30 {
  width: auto;
  height: auto;
  display: inline-block;
}

.slide-6 {
  width: auto;
  height: auto;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-block-12 {
  background-color: #0000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.bold-text-9 {
  color: #fff;
  font-weight: 300;
}

.text-block-12-copy {
  text-align: center;
  background-color: #0000;
  margin-top: -40px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.bold-text-9-copy {
  color: #9b9b9b;
  font-weight: 300;
}

.image-person {
  text-align: center;
  border-radius: 20px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 20px 1px #000;
}

.person {
  color: var(--crimson);
  text-align: center;
  font-family: Rubik Dirt, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.person-2 {
  color: #bdbdbd;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.youtube-4 {
  text-align: center;
  width: 100%;
  margin: 40px auto 100px;
}

.zagolovok-2 {
  color: #e0f5ff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 52px;
}

.bold-text-02 {
  color: #ff2b2f;
  text-transform: none;
  text-shadow: 2px 0 9px #000;
  background-color: #0000;
  font-family: Rubik Dirt, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.section-14 {
  display: none;
}

.link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42, .link-43 {
  color: var(--crimson);
  font-weight: 600;
  text-decoration: none;
}

.image-31 {
  z-index: 0;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -147px;
  left: 0;
}

.section-15 {
  text-align: center;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-32 {
  z-index: 0;
  text-align: center;
  max-width: 35%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -309px;
  bottom: 0;
  left: 0;
}

.heading-8 {
  color: #03396a;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 60px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  position: relative;
  top: 79px;
}

.image-33 {
  z-index: 50;
  color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

.image-34 {
  z-index: 2;
  max-width: 90%;
  margin-top: 0;
  position: relative;
  top: -20px;
}

.image-35 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-span-3 {
  color: var(--crimson);
  font-weight: 600;
  text-decoration: underline;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 400;
}

.infographic-mob {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-9 {
  color: #40443c;
  text-transform: none;
  font-family: Bitter, serif;
  font-size: 42px;
  font-weight: 700;
}

.text-block-13 {
  color: #5e5e5e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-14 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.image-36 {
  text-align: center;
  max-width: 75%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-16 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 120px;
}

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

.left {
  background-color: #eaeaea;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.right {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.div-block-16-copy {
  margin-top: 40px;
  margin-left: 120px;
  margin-right: 10px;
}

.image-36-mob {
  text-align: center;
  max-width: 75%;
  margin-bottom: 0;
  display: none;
}

.image-36---right-desctop {
  text-align: center;
  max-width: 75%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

.section-16 {
  background-image: url('../images/cover.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  height: 650px;
  margin-top: 0;
}

.heading-10 {
  color: #1a1a1a;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 0 #000;
  margin-top: 80px;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 62px;
}

.container-10 {
  margin-top: 0;
  padding-top: 100px;
}

.image-37 {
  font-family: Changa One, Impact, sans-serif;
}

.image-37-mob {
  font-family: Changa One, Impact, sans-serif;
  display: none;
}

.paragraph-4 {
  color: #40443c;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.text-block-18 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-block-17 {
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.section-17 {
  display: none;
}

.text-block-19 {
  color: #757575;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-18 {
  color: #b98e8e;
  background-image: linear-gradient(#000, #000);
  border-radius: 5px;
  margin-bottom: 6px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-2 {
  color: #fff;
  background-color: #832250;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin: 100px 60px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.section-12-copy {
  color: #ac9f9f;
  display: block;
}

.section-12-copy-2 {
  color: #ac9f9f;
  display: none;
}

.text-block-20 {
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-fackt {
  background-color: #ffffff80;
  max-width: 100%;
  margin: 0 60px;
  display: block;
  position: static;
  top: 0;
}

.fackt-zag {
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text {
  background-color: #0000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0;
}

.fackt-zag-1 {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-21 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.html-embed-3 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.fackt {
  color: #b40000;
  text-align: center;
  text-transform: lowercase;
  mix-blend-mode: multiply;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Skoropys Xvii, Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.fackt-1, .fackt-2 {
  margin-top: 80px;
}

.paragraph-3-copy {
  color: #1a1a1a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.fackt-3, .fackt-4, .fackt-5, .fackt-6, .fackt-7 {
  margin-top: 80px;
}

.div-block-19 {
  color: #b98e8e;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 0;
  margin-bottom: 6px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-13 {
  color: #832250;
  text-align: center;
  margin: 100px 60px 30px;
  font-family: Podkova, sans-serif;
  font-size: 32px;
}

.section-18 {
  color: #ac9f9f;
  margin-top: 0;
  padding-top: 25px;
  display: block;
}

.column-5, .column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-8-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 80px 80px;
}

.image-38 {
  text-align: center;
  width: 130px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-39 {
  text-align: center;
  width: 200px;
  margin: -80px auto 60px;
  padding-top: 0;
}

.link-44, .link-45, .link-46, .link-47, .link-48, .link-49 {
  color: #b40000;
  font-weight: 500;
  text-decoration: none;
}

.image-38-3 {
  text-align: center;
  width: 250px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56 {
  color: var(--royal-blue);
  font-weight: 500;
  text-decoration: none;
}

.heading-14 {
  color: #b40000;
  text-align: center;
  overflow-wrap: normal;
  mix-blend-mode: multiply;
  margin-top: 10px;
  font-family: Skoropys Xvii, Arial, sans-serif;
  font-size: 180px;
  font-weight: 400;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.image-41 {
  mix-blend-mode: multiply;
  width: 100px;
  margin-top: 40px;
}

.image-42 {
  width: 120px;
}

.image-43 {
  mix-blend-mode: normal;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.link-block {
  width: 6vw;
  margin-bottom: 5vw;
}

.fackt-num {
  opacity: 1;
  color: #b40000;
  text-align: center;
  text-transform: none;
  mix-blend-mode: multiply;
  margin-top: 0;
  margin-bottom: -20px;
  font-family: Vera Crouz, Arial, sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
}

.image-44 {
  width: 85px;
  margin-bottom: 80px;
}

.image-45 {
  display: none;
}

.section-19 {
  background-image: url('../images/calendar_top.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  padding-top: 120px;
}

.cell {
  outline-offset: 0px;
  outline: 3px #333;
  box-shadow: 0 8px 12px 2px #0003;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1240px;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/cover.png');
  background-position: 50% 0;
  background-size: cover;
  height: 110vh;
}

.hero {
  aspect-ratio: auto;
  outline-offset: 0px;
  object-fit: none;
  border: 1px #000;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  margin-top: 100px;
}

.heading-15 {
  text-align: center;
  font-family: JetBrains Mono, sans-serif;
  font-size: 50px;
}

.heading-15-copy {
  text-align: center;
  font-family: JetBrains Mono, sans-serif;
  font-size: 80px;
}

.heading-16 {
  color: #c00000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Podkova, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
}

.zag-block {
  z-index: 2;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-16-copy {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Podkova, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.section-21 {
  background-color: #5dbb57;
  border-top-left-radius: 600px;
  border-bottom-right-radius: 600px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.section-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell_graphic {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.graphic {
  box-shadow: 0 2px 5px #0003;
}

.num {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 25px;
}

.button-3 {
  color: #333;
  background-color: #0000;
  border: 2px solid #72ab2f;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

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

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

.num_button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 30px;
  padding: 0;
}

.window {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: block;
}

.calendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
}

.image-46 {
  display: none;
}

.image-47 {
  vertical-align: baseline;
  object-fit: contain;
  max-width: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-48 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.desk {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.tab, .mob {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  display: none;
  position: relative;
  inset: 0%;
}

.tab-cover, .mob-cover {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.logo-img {
  width: 100%;
  max-width: none;
  display: inline-block;
}

.link-logo {
  width: 7vw;
  margin-bottom: 0;
  margin-right: 3vw;
}

.block-zag {
  background-color: #0000;
  border: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 0% 5%;
  display: flex;
  position: static;
  inset: 0%;
}

.zag1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Podkova, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 100%;
}

.zag2 {
  color: #243e72;
  text-align: center;
  text-transform: uppercase;
  width: 820px;
  margin-top: 5vw;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 100%;
}

.image-49 {
  z-index: -5;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.month {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  margin-bottom: 20px;
  padding: 0;
}

.txt {
  color: #832250;
  text-transform: uppercase;
  font-family: Podkova, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.button-4 {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #649900;
  width: auto;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

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

.cell-5 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
}

.arrow-up-3 {
  z-index: 999;
  background-color: #26a13c4d;
  border-radius: 50px;
  padding: 10px;
  text-decoration: none;
  position: fixed;
  inset: auto 2% 3% auto;
}

.arrow-up-3.w--current {
  background-color: #0000004d;
}

.cover-bg {
  z-index: -10;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  position: fixed;
  inset: 0%;
}

.card-1 {
  z-index: 1;
  background-color: #005a7c;
  height: 100vh;
  position: sticky;
  top: 10%;
}

.card-2 {
  z-index: 2;
  background-color: #ffa61c;
  height: 100vh;
  position: sticky;
  top: 10%;
}

.card-3 {
  z-index: 3;
  background-color: #fffc36;
  height: 100vh;
  position: sticky;
  top: 10%;
}

.card-4 {
  z-index: 2;
  background-color: #ffa61c;
  height: 100vh;
  position: sticky;
  top: 10%;
}

.card-5 {
  z-index: 3;
  background-color: #fffc36;
  height: 100vh;
  position: sticky;
  top: 10%;
}

.paragraph-7 {
  color: #fff;
  text-overflow: clip;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.text-span-4 {
  text-align: left;
  text-transform: none;
  text-overflow: clip;
  white-space: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-color: #5dbb57;
  background-clip: border-box;
  padding: 6px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.text-span-5 {
  font-size: 30px;
  line-height: 140%;
  box-shadow: inset 0 0 0 100px #5dbb57;
}

.section-23 {
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC_2506.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cell-6, .cell-7, .cell-8, .cell-9, .flex-block {
  justify-content: center;
  align-items: center;
}

.link-logo-copy {
  width: 7vw;
  margin-bottom: 0;
  margin-right: 0;
}

.link-logo1 {
  width: 5%;
}

.link-logo2 {
  width: 6vw;
  margin-bottom: 0;
  margin-right: 0;
}

.link-logo3 {
  width: 5vw;
  margin-bottom: 0;
  margin-right: 0;
}

.link-logo4 {
  width: 6vw;
  margin-bottom: 0;
  margin-right: 0;
}

.cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

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

.section-24 {
  position: relative;
}

.image-50 {
  width: 800px;
}

.section-landing-pages {
  padding-top: 80px;
}

.div-block-25 {
  width: 1240px;
}

.image-51 {
  border: 1px #fff;
  width: 100%;
}

.quick-stack-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding: 0;
}

.paragraph-8 {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.button-5 {
  color: #fff;
  background-color: #ff7919;
  border: 2px #fff;
  border-radius: 22vw;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.button-5-copy {
  background-color: #243e72;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-26 {
  max-width: 750px;
}

.leaf-opys {
  text-align: center;
  white-space: nowrap;
  background-color: #dcdcdc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8vw 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leaf-content {
  color: #fff;
  max-width: 860px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-block-22 {
  color: #333;
  text-align: left;
  white-space: normal;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.image-52 {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.image-53 {
  width: 45px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  display: none;
}

.link-logo5, .link-logo6 {
  width: 7vw;
  margin-bottom: 0;
  margin-right: 0;
}

.quick-stack-3-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 2vw;
  padding: 0;
}

.bold-text-17 {
  color: #333;
}

.zag2-copy {
  color: #243e72;
  text-align: center;
  text-transform: uppercase;
  width: 820px;
  margin-top: 2vw;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 100%;
}

.bold-text-17-copy {
  color: #333;
  font-size: 2vw;
  font-weight: 500;
}

.bold-text-18 {
  text-align: center;
  font-family: Manrope, Arial, sans-serif;
  line-height: 100%;
}

.bold-text-19 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 2vw;
  line-height: 100%;
}

.heading-17 {
  text-align: center;
  margin: 0 3vw;
  font-size: 4vw;
}

.heading-18 {
  text-align: center;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.logo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  border: 1px #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 10%;
  padding: 0%;
  display: flex;
  position: static;
  inset: 0%;
}

.container-16 {
  max-width: 1100px;
  padding: 100px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 860px;
  display: grid;
}

.heading-19 {
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 110%;
}

.subheading {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 140%;
}

.link-logo1-copy {
  width: 30%;
}

.logo2 {
  width: 35%;
}

.logo1 {
  width: 6%;
  display: block;
}

.logo3 {
  width: 19%;
}

.hero-heading {
  color: #26a13c;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.opys {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.section-opys {
  background-color: #fff;
}

.container-opys {
  max-width: 1100px;
  padding: 0 100px;
}

.opys-block {
  aspect-ratio: auto;
  outline-offset: 0px;
  object-fit: none;
  border: 1px #000;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.block2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: none;
  margin-bottom: 80px;
  display: block;
}

.link-block-3, .link-block-4, .link-block-5 {
  display: none;
}

.articles {
  max-width: 1100px;
  padding: 100px;
}

.article-block {
  aspect-ratio: auto;
  outline-offset: 0px;
  object-fit: none;
  border: 1px #000;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 860px;
  display: block;
}

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

.block-food {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.opengraph {
  display: none;
}

.cell-14, .cell-15, .cell-16, .cell-17 {
  justify-content: center;
  align-items: flex-start;
}

.logo4 {
  width: 25%;
}

.logo5 {
  width: 28%;
}

.logo2-mob, .logo-mob {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  border: 1px #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 10%;
  padding: 0%;
  display: none;
  position: static;
  inset: 0%;
}

.logo4-desk {
  width: 28%;
}

.logo5-desk {
  width: 32%;
}

.logo3-desk {
  width: 20%;
}

.logo2-desk {
  width: 37%;
}

.logo1-desk {
  width: 10%;
  display: block;
}

.logo-desk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 5%;
  padding: 0%;
  display: flex;
  position: static;
  inset: 0%;
}

.link-57 {
  color: #ff7919;
  font-weight: 500;
  text-decoration: none;
}

.logo2-desk-new {
  width: 40%;
  display: block;
}

.logo2-new {
  width: 6%;
  display: block;
}

.opys-copy {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.opys-copy-copy {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.image-wrapper {
  position: relative;
}

.img {
  position: absolute;
}

.wave-box {
  background-color: #45b75900;
  background-image: url('../images/wave-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.opys-copy-copy-copy {
  color: #26a13c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.bold-text-20 {
  font-size: 30px;
  font-weight: 600;
}

.text-span-6 {
  color: #26a13c;
  font-size: 30px;
  font-weight: 700;
}

._1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.green-text {
  color: #26a13c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}

.bold-text-21 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-22 {
  color: #26a13c;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 110%;
}

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

.wave-opys {
  background-color: #45b75900;
  background-image: url('../images/wave-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

.green-text-opys {
  color: #26a13c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.grid-zag {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

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

.gramovka {
  color: #9f9f9f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.menu-food {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding: 0;
}

.position {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.food-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.circle_wave {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.photo {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0%;
}

.text-food {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-food {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.tsina {
  color: #26a13c;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.list-item {
  margin-bottom: 15px;
  list-style-type: disc;
}

.list-item-2 {
  margin-bottom: 15px;
}

.cell-position, .cell-20 {
  justify-content: center;
  align-items: flex-start;
}

.name-food-list {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.list-2 {
  padding-left: 0;
}

.name-food-zag {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-7 {
  color: #26a13c;
  font-weight: 700;
}

.mood-wrapper {
  border-left: 2px solid #26a13c;
  padding-left: 24px;
}

.text-mood {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-8 {
  color: #26a13c;
  font-weight: 700;
}

.photo_perebivka {
  width: 100%;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
}

.photo_novus {
  width: 100%;
}

.gramovka-0-opacity {
  opacity: 0;
  color: #9f9f9f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.gramovka-in-position {
  color: #9f9f9f;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.photo-top-flex {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: 0%;
}

.photofood {
  width: 100%;
}

.dop-opys {
  color: #333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text-span-9, .text-span-10 {
  font-weight: 400;
}

.end-text {
  color: #333;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-end {
  color: #333;
  font-weight: 700;
}

.text-span-11 {
  color: #26a13c;
}

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

.wave-end {
  background-color: #45b75900;
  background-image: url('../images/wave-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.grid-zagolovok {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 20px;
  padding: 0;
}

.bold-text-23 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  display: flex;
}

.div-block-29 {
  background-image: url('../images/green_wave-09.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -150px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.image-55 {
  width: 100%;
}

.text-cover2 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.bold-text-24 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.zag {
  max-width: 1100px;
}

.zagblok-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.zagwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle_wave_zag {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text_zag {
  z-index: 12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.image-56 {
  width: 350px;
  max-width: none;
}

.cell-23 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
}

.image-57 {
  display: none;
}

.photo-fool-secrion {
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-23 {
  opacity: .5;
  color: #333;
}

.text-block-24 {
  color: #2c3030;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 60px 160px;
  display: flex;
}

.zagblock-desk {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.new {
  position: relative;
}

.div-block-29-copy {
  background-image: url('../images/green_wave-09.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  left: 20%;
}

.zagwrapper-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -20%;
}

.div-block-32-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.div-block-32-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  padding: 60px;
  display: flex;
}

.logo-desk-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 5%;
  padding: 0%;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-heading-copy {
  color: #26a13c;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .image-43 {
    width: 100px;
    max-width: none;
  }

  .link-block {
    margin-bottom: 5vw;
  }

  .hero {
    border-style: none;
    position: static;
    inset: 0%;
  }

  .zag-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 0;
  }

  .section-21 {
    border-top-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
  }

  .paragraph-6 {
    font-size: 25px;
    line-height: 130%;
  }

  .desk {
    top: 0%;
  }

  .link-logo {
    width: 4vw;
    margin-bottom: 3vw;
  }

  .block-zag {
    background-color: #0000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0% 5%;
    position: static;
  }

  .zag1 {
    font-size: 4vw;
  }

  .zag2 {
    width: 1320px;
    margin-top: 5vw;
    font-size: 5vw;
  }

  .txt {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
  }

  .button-4 {
    text-decoration: none;
  }

  .arrow-up-3 {
    background-color: #26a13c4d;
  }

  .cover-bg {
    z-index: -10;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    position: fixed;
    inset: 0%;
  }

  .paragraph-7 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 130%;
  }

  .section-23 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC_2506.jpg');
    background-position: 0 0, 50%;
    flex-flow: column;
    height: 100vh;
  }

  .link-logo-copy {
    width: 4vw;
    margin-bottom: 3vw;
  }

  .link-logo1 {
    width: 4vw;
    margin-bottom: 2vw;
  }

  .link-logo2 {
    width: 6vw;
    margin-bottom: 0;
  }

  .link-logo3 {
    width: 5vw;
    margin-bottom: 0;
  }

  .link-logo4 {
    width: 6vw;
    margin-bottom: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

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

  .div-block-26 {
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    display: flex;
  }

  .leaf-opys {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-22 {
    white-space: normal;
  }

  .link-logo5, .link-logo6 {
    width: 7vw;
    margin-bottom: 0;
  }

  .quick-stack-3-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .bold-text-17 {
    font-size: 4vw;
  }

  .zag2-copy {
    width: 1320px;
    margin-top: 1vw;
    font-size: 5vw;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    margin-top: 2vw;
    display: flex;
  }

  .bold-text-18 {
    text-align: center;
    font-family: Manrope, Arial, sans-serif;
    font-size: 5vw;
    line-height: 100%;
  }

  .bold-text-19 {
    text-align: center;
    font-size: 2vw;
    line-height: 100%;
  }

  .heading-17 {
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .heading-18 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .logo {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }

  .container-16 {
    padding: 0;
  }

  .div-block-28 {
    max-width: 1100px;
  }

  .heading-19 {
    max-width: 30ch;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 110%;
  }

  .subheading {
    font-size: 1.5vw;
  }

  .link-logo1-copy {
    width: 4vw;
    margin-bottom: 2vw;
  }

  .logo2 {
    width: 35%;
  }

  .logo1 {
    width: 6%;
  }

  .logo3 {
    width: 19%;
  }

  .hero-heading {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
  }

  .container-opys {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    display: flex;
  }

  .opys-block {
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .block2 {
    max-width: none;
  }

  .articles {
    padding: 100px;
  }

  .article-block {
    border-style: none;
  }

  .block-food {
    align-items: center;
    width: 100%;
    max-width: 860px;
    margin-bottom: 0;
  }

  .logo4, .logo5 {
    width: 19%;
  }

  .logo2-mob, .logo-mob {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #0000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }

  .logo4-desk {
    width: 28%;
  }

  .logo5-desk {
    width: 30%;
  }

  .logo3-desk {
    width: 19%;
  }

  .logo2-desk {
    width: 35%;
  }

  .logo1-desk {
    width: 10%;
  }

  .logo-desk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }

  .logo2-desk-new {
    width: 35%;
  }

  .logo2-new {
    width: 6%;
  }

  .green-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  .grid-zag {
    width: 100%;
    max-width: none;
  }

  .menu-food {
    max-width: none;
  }

  .wave-end {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-zagolovok {
    width: 100%;
    max-width: none;
  }

  .bold-text-23 {
    color: #fff;
    font-size: 40px;
  }

  .div-block-29 {
    background-image: url('../images/green_wave-09.svg');
    padding-right: 0;
  }

  .text-cover2 {
    color: #fff;
    font-size: 20px;
  }

  .bold-text-24 {
    font-size: 20px;
  }

  .zag, .div-block-31 {
    position: static;
    inset: 0%;
  }

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

  .image-56 {
    max-width: none;
  }

  .image-57 {
    display: none;
  }

  .photo-fool-secrion {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-29-copy {
    background-image: url('../images/green_wave-09.svg');
    padding-right: 0;
  }

  .logo-desk-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: static;
  }

  .hero-heading-copy {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
  }
}

@media screen and (max-width: 991px) {
  .image {
    margin-top: 56px;
    margin-left: 297px;
  }

  .image-2 {
    margin-top: -100px;
    margin-left: 47px;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .navbar-2 {
    background-color: #080808;
  }

  .nav-link-3 {
    background-color: #1c1c1c;
  }

  .nav-link-4 {
    text-align: center;
    background-color: #1b1b1b;
  }

  .menu-button {
    color: #fff;
    background-color: #fff0;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: #1c1c1c00;
  }

  .image-4 {
    margin-left: 40px;
  }

  .text-block {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }

  .div-block-4 {
    margin-left: 40px;
    padding-right: 0;
  }

  .text-block-4 {
    flex-direction: row;
    margin-bottom: 60px;
    margin-left: 0;
    display: block;
  }

  .columns {
    display: block;
    overflow: visible;
  }

  .image-7 {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .image-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .container-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    color: #080808;
    background-color: #08080800;
    margin-top: 10px;
    padding-left: 5px;
  }

  .icon-2 {
    color: #fff;
  }

  .heading-5 {
    margin-top: 100px;
    font-size: 100px;
    line-height: 100px;
  }

  .image-16, .image-17 {
    height: auto;
  }

  .image-19 {
    margin-top: -361px;
    margin-left: -129px;
  }

  .image-20 {
    margin-top: -964px;
    margin-left: 578px;
  }

  .image-21 {
    margin-top: -440px;
    margin-left: 22px;
  }

  .heading-6 {
    margin-top: 86px;
    margin-bottom: 110px;
    margin-left: 0;
    padding-left: 31px;
    font-size: 70px;
    line-height: 65px;
  }

  .image-23 {
    margin-top: -216px;
    margin-left: 337px;
  }

  .image-11-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-27 {
    width: 20%;
    top: -450px;
    left: -11px;
  }

  .gif-1, .gif-2 {
    left: 0;
  }

  .image-gif-2 {
    top: -174px;
    left: 51px;
  }

  .gif-2-copy, .gif-3 {
    left: 0;
  }

  .image-gif-3 {
    width: 25%;
    top: -446px;
    left: 21px;
  }

  .heading-7 {
    font-size: 85px;
    line-height: 90px;
    top: 6px;
  }

  .cover {
    margin-top: 158px;
  }

  .image-27-3 {
    width: 30%;
    top: -450px;
    left: 3px;
  }

  .image-gif-5 {
    width: 30%;
    top: -685px;
    left: 586px;
  }

  .image-29 {
    width: 60%;
    top: -130px;
    left: -71px;
  }

  .lid {
    margin-top: 0;
  }

  .container-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .zagolovok-2 {
    font-size: 34px;
    line-height: 44px;
  }

  .bold-text-02 {
    font-size: 34px;
    line-height: 40px;
  }

  .image-31 {
    top: -118px;
  }

  .image-36 {
    max-width: 90%;
  }

  .div-block-16 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

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

  .div-block-16-copy {
    margin-top: 20px;
    margin-left: 10px;
  }

  .image-36-mob, .image-36---right-desctop {
    max-width: 90%;
  }

  .section-16 {
    height: 600px;
    margin-top: 0;
  }

  .heading-10 {
    text-align: center;
    text-transform: none;
    direction: ltr;
    margin-top: 60px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 52px;
  }

  .nav-menu-2 {
    margin-left: 5px;
    padding-left: 0;
  }

  .image-37-mob {
    display: none;
  }

  .heading-11 {
    font-size: 20px;
  }

  .text-block-20 {
    text-align: left;
  }

  .text-fackt {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text {
    margin-top: 0;
  }

  .fackt-zag-1 {
    font-size: 24px;
    line-height: 36px;
  }

  .fackt {
    font-size: 100px;
    line-height: 100px;
  }

  .fackt-2, .fackt-3, .fackt-4, .fackt-5, .fackt-6, .fackt-7 {
    margin-top: 80px;
  }

  .container-8-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-14 {
    margin-top: 10px;
    font-size: 150px;
  }

  .container-11 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .link-block {
    margin-bottom: 40px;
  }

  .fackt-num {
    font-size: 150px;
    line-height: 100px;
  }

  .heading-16 {
    font-size: 70px;
    line-height: 60px;
  }

  .zag-block {
    margin-top: 15%;
    margin-bottom: 0;
  }

  .heading-16-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .section-21 {
    border-top-left-radius: 400px;
    border-bottom-right-radius: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .paragraph-6 {
    font-size: 20px;
  }

  .div-block-24 {
    max-width: none;
  }

  .window {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .calendar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
  }

  .desk {
    display: none;
  }

  .tab {
    display: block;
  }

  .mob {
    display: none;
  }

  .tab-cover {
    display: block;
  }

  .mob-cover {
    display: none;
  }

  .link-logo {
    width: 5vw;
  }

  .block-zag {
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .zag2 {
    width: 540px;
    margin-top: 5vw;
    font-size: 5vw;
  }

  .month {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .txt {
    font-size: 35px;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .cell-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .cell-5 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .arrow-up-3 {
    background-color: #26a13c4d;
  }

  .arrow-up-3.w--current {
    background-color: #ff9c9c00;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .quick-stack-2 {
    margin-bottom: 0;
  }

  .link-logo-copy {
    width: 5vw;
  }

  .link-logo1 {
    width: 6vw;
    margin-bottom: 2vw;
  }

  .link-logo2 {
    width: 8vw;
  }

  .link-logo3 {
    width: 7vw;
  }

  .link-logo4 {
    width: 8vw;
  }

  .quick-stack-3 {
    padding-top: 0;
  }

  .section-landing-pages {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .button-5 {
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .container-12 {
    max-width: 650px;
  }

  .container-13 {
    max-width: 450px;
  }

  .div-block-26, .leaf-content {
    max-width: 600px;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .link-logo5, .link-logo6 {
    width: 9vw;
  }

  .quick-stack-3-copy {
    padding-top: 0;
  }

  .zag2-copy {
    width: 540px;
    margin-top: 5vw;
    font-size: 5vw;
  }

  .logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .container-16 {
    padding: 64px 80px;
  }

  .heading-19 {
    font-size: 6vw;
  }

  .subheading {
    font-size: 2.5vw;
  }

  .link-logo1-copy {
    width: 6vw;
    margin-bottom: 2vw;
  }

  .logo2 {
    width: 45%;
  }

  .logo1 {
    width: 8%;
  }

  .logo3 {
    width: 25%;
  }

  .hero-heading {
    color: #fff;
    font-size: 35px;
    line-height: 110%;
  }

  .opys {
    font-size: 18px;
  }

  .container-opys {
    padding: 80px;
  }

  .block2 {
    margin-bottom: 60px;
  }

  .articles {
    padding: 64px 80px;
  }

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

  .logo4, .logo5 {
    width: 35%;
  }

  .logo2-mob, .logo-mob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .logo4-desk {
    width: 38%;
  }

  .logo5-desk {
    width: 40%;
  }

  .logo3-desk {
    width: 25%;
  }

  .logo2-desk {
    width: 45%;
  }

  .logo1-desk {
    width: 12%;
  }

  .logo-desk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .logo2-desk-new {
    width: 45%;
  }

  .logo2-new {
    width: 8%;
  }

  .opys-copy {
    margin-top: 60px;
    font-size: 23px;
  }

  .opys-copy-copy, .opys-copy-copy-copy, ._1, .green-text {
    font-size: 18px;
  }

  .bold-text-22, .heading-20 {
    font-size: 45px;
  }

  .wave-opys {
    background-repeat: no-repeat;
  }

  .green-text-opys {
    font-size: 20px;
  }

  .gramovka {
    font-size: 18px;
  }

  .food-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .photo {
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .name-food, .name-food-list, .name-food-zag {
    font-size: 18px;
  }

  .photo_perebivka {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .gramovka-0-opacity {
    font-size: 18px;
  }

  .gramovka-in-position {
    margin-top: 5px;
    font-size: 18px;
  }

  .photo-top-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .dop-opys, .end-text {
    font-size: 18px;
  }

  .wave-end {
    margin-top: 60px;
  }

  .grid-zagolovok {
    margin-bottom: 10px;
  }

  .bold-text-23 {
    font-size: 35px;
    line-height: 110%;
  }

  .div-block-29 {
    margin-left: -60px;
    padding: 0;
  }

  .text-cover2 {
    font-size: 18px;
  }

  .bold-text-24 {
    font-size: 18px;
    font-weight: 500;
  }

  .zag {
    max-width: 728px;
  }

  .image-56 {
    width: 300px;
  }

  .photo-fool-secrion {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32 {
    padding: 40px 20px 40px 80px;
  }

  .div-block-29-copy {
    margin-left: -20px;
    padding: 0;
  }

  .div-block-32-copy, .div-block-32-copy-copy {
    padding: 40px 20px 40px 80px;
  }

  .logo-desk-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .hero-heading-copy {
    color: #fff;
    margin-right: -95px;
    padding-right: 0;
    font-size: 35px;
    line-height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-top: 50px;
    margin-left: 173px;
  }

  .image-2 {
    margin-top: -70px;
    margin-left: 0;
  }

  .navbar-2 {
    background-color: #080808;
  }

  .menu-button {
    color: #a5a5a5;
    background-color: #08080800;
    margin-left: 0;
    margin-right: 0;
    padding-right: 18px;
  }

  .image-4 {
    margin-left: 40px;
  }

  .image-5 {
    margin-left: -16px;
  }

  .text-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .text-block-4 {
    margin-top: 45px;
    margin-left: -20px;
    padding-right: 0;
  }

  .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .zagolovok {
    line-height: 40px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-osnvn, .text-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .block-quote, .youtube-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-4 {
    margin-left: -50px;
  }

  .image-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .html-embed {
    margin-left: 20px;
    margin-right: 20px;
  }

  .facebook {
    text-align: center;
  }

  .image-12 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 100px;
  }

  .twitter {
    text-align: center;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-6 {
    padding-bottom: 20px;
  }

  .grid-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    margin-top: 10px;
  }

  .container-4 {
    color: #08080800;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    color: #080808;
    background-color: #08080800;
    margin-top: 0;
  }

  .heading-5 {
    font-size: 80px;
    line-height: 80px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .image-16, .image-17 {
    height: auto;
  }

  .image-19 {
    margin-top: 60px;
    margin-left: -4px;
  }

  .image-20 {
    margin-top: -1165px;
    margin-left: 289px;
  }

  .image-21 {
    margin-top: -213px;
    margin-left: -31px;
  }

  .heading-6 {
    margin-top: 20px;
  }

  .image-23 {
    margin-top: -110px;
    margin-left: 105px;
  }

  .div-block-8 {
    margin-top: -138px;
  }

  .image-11-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-24 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-vertical, .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-27 {
    width: 30%;
    top: -428px;
    left: -30px;
  }

  .image-gif-2 {
    top: -139px;
    left: 38px;
  }

  .image-gif-3 {
    width: 60%;
    display: none;
    top: -84px;
    left: 110px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 76px;
    line-height: 80px;
    top: 17px;
  }

  .image-27-3 {
    width: 30%;
    top: -429px;
    left: -8px;
  }

  .image-gif-5 {
    width: 40%;
    top: -427px;
    left: 17px;
  }

  .image-29 {
    left: 113px;
  }

  .lid {
    margin-top: 0;
  }

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-2 {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .image-person {
    width: 250px;
  }

  .zagolovok-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .bold-text-02 {
    font-size: 28px;
    line-height: 36px;
  }

  .image-31, .image-34 {
    top: 0;
  }

  .heading-9 {
    text-align: center;
    margin-top: 60px;
  }

  .image-36 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-17 {
    text-align: center;
  }

  .image-36-mob {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-36---right-desctop {
    display: none;
  }

  .columns-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-16 {
    height: 600px;
  }

  .heading-10 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 42px;
  }

  .image-37 {
    margin-top: 0;
    padding-top: 50px;
  }

  .image-37-mob {
    margin-top: 0;
    padding-top: 50px;
    display: none;
  }

  .div-block-18 {
    padding-bottom: 20px;
  }

  .heading-11 {
    font-size: 18px;
  }

  .text-fackt {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fackt-zag {
    font-size: 24px;
    line-height: 36px;
  }

  .text {
    margin-top: 0;
  }

  .fackt-3, .fackt-4, .fackt-5, .fackt-6 {
    margin-top: 80px;
  }

  .div-block-19 {
    padding-bottom: 20px;
  }

  .container-8-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-38 {
    width: 100px;
  }

  .image-40 {
    margin-top: 80px;
  }

  .heading-14 {
    margin-top: 10px;
    font-size: 130px;
    line-height: 40px;
  }

  .container-11 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-41 {
    width: 80px;
  }

  .fackt-num {
    margin-bottom: -10px;
    font-size: 150px;
    line-height: 90px;
  }

  .heading-16 {
    font-size: 80px;
    line-height: 60px;
  }

  .heading-16-copy {
    font-size: 40px;
  }

  .section-21 {
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 160%;
  }

  .window {
    margin-top: 20px;
  }

  .calendar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
  }

  .desk {
    display: none;
  }

  .tab-cover {
    display: block;
  }

  .mob-cover {
    display: none;
  }

  .block-zag {
    padding: 0%;
  }

  .zag2 {
    width: 400px;
    margin-top: 7vw;
  }

  .button-4 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .arrow-up-3 {
    background-color: #26a13c4d;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .text-span-5 {
    font-size: 25px;
  }

  .section-23 {
    padding-left: 0;
  }

  .link-logo1 {
    width: 6vw;
    margin-bottom: 2vw;
  }

  .link-logo2 {
    width: 8vw;
  }

  .link-logo3 {
    width: 7vw;
  }

  .link-logo4 {
    width: 8vw;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 150%;
  }

  .button-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-12 {
    max-width: 500px;
  }

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

  .leaf-content {
    max-width: 90%;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .link-logo5, .link-logo6 {
    width: 10vw;
  }

  .zag2-copy {
    width: 400px;
    margin-top: 7vw;
  }

  .logo {
    margin-bottom: 5%;
    padding: 0%;
  }

  .container-16 {
    padding: 40px;
  }

  .div-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .link-logo1-copy {
    width: 6vw;
    margin-bottom: 2vw;
  }

  .logo2 {
    width: 40%;
  }

  .logo1 {
    width: 7%;
  }

  .logo3 {
    width: 20%;
  }

  .hero-heading {
    font-size: 25px;
  }

  .opys {
    font-size: 18px;
  }

  .container-opys {
    padding: 80px 40px;
  }

  .block2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .articles {
    padding: 40px 60px;
  }

  .block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .block-food {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo4 {
    width: 30%;
  }

  .logo5 {
    width: 33%;
  }

  .logo2-mob {
    margin-bottom: 10%;
    padding: 0%;
    display: flex;
  }

  .logo-mob {
    margin-bottom: 5%;
    padding: 0%;
    display: flex;
  }

  .logo4-desk, .logo5-desk, .logo3-desk {
    width: 22%;
  }

  .logo2-desk {
    width: 40%;
  }

  .logo1-desk {
    width: 25px;
  }

  .logo-desk {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 0%;
    padding: 0%;
    display: flex;
  }

  .logo2-desk-new {
    width: 90px;
  }

  .logo2-new {
    width: 40%;
  }

  .opys-copy {
    margin-top: 60px;
    font-size: 20px;
  }

  .opys-copy-copy {
    font-size: 18px;
  }

  .wave-box {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .opys-copy-copy-copy, ._1, .green-text {
    font-size: 18px;
  }

  .wave-opys {
    background-repeat: repeat-x;
    width: 100%;
  }

  .green-text-opys {
    font-size: 18px;
  }

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

  .gramovka {
    font-size: 14px;
  }

  .photo {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .name-food {
    font-size: 16px;
  }

  .tsina {
    font-size: 18px;
  }

  .name-food-list, .name-food-zag {
    font-size: 16px;
  }

  .photo_perebivka {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .gramovka-0-opacity {
    font-size: 18px;
  }

  .gramovka-in-position {
    margin-top: 5px;
    font-size: 16px;
  }

  .photo-top-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .dop-opys, .end-text {
    font-size: 18px;
  }

  .wave-end {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid-zagolovok {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text-23 {
    font-size: 25px;
  }

  .div-block-29 {
    margin-left: -80px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-cover2 {
    margin-top: 20px;
    font-size: 16px;
  }

  .bold-text-24 {
    font-size: 16px;
  }

  .zag {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .zagblok-mob {
    width: 100%;
  }

  .image-56 {
    width: 200px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .text-block-24 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-32 {
    padding: 40px 40px 40px 120px;
  }

  .zagblock-desk {
    width: 100%;
  }

  .div-block-29-copy {
    margin-left: -80px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-32-copy, .div-block-32-copy-copy {
    padding: 40px 40px 40px 120px;
  }

  .logo-desk-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 0%;
    padding: 0%;
    display: flex;
  }

  .hero-heading-copy {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    text-align: center;
    margin-top: 50px;
    margin-left: 67px;
  }

  .image-2 {
    margin-top: -65px;
    margin-left: -73px;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    background-color: #080808;
  }

  .menu-button {
    color: #919191;
    background-color: #08080800;
    margin-right: 0;
    right: 10px;
  }

  .image-4 {
    margin-left: 10px;
  }

  .image-5 {
    margin-left: 0;
  }

  .text-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

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

  .text-block-4 {
    margin-left: -31px;
    padding-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .zagolovok {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 55px;
    line-height: 30px;
  }

  .bold-text-2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 30px;
  }

  .text-osnvn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .image-8-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5-copy {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-quote {
    font-size: 16px;
  }

  .youtube-2 {
    padding-bottom: 0;
  }

  .paragraph {
    margin-left: 20px;
    font-size: 18px;
  }

  .image-11 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    padding-right: 20px;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .grid-3 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .heading-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .image-13 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .container-4 {
    margin-left: 0;
  }

  .menu {
    color: #080808;
  }

  .heading-5 {
    font-size: 62px;
    line-height: 65px;
  }

  .paragraph-3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-19 {
    margin-top: 70px;
    margin-left: -20px;
    display: none;
  }

  .image-20 {
    margin-top: 15px;
    margin-left: 10px;
  }

  .image-21 {
    margin-top: -1198px;
    margin-left: -10px;
  }

  .heading-6 {
    padding-left: 0;
  }

  .image-23 {
    margin-top: 279px;
    margin-bottom: -27px;
    margin-left: 0;
  }

  .image-11-copy {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-24 {
    border-radius: 10px;
  }

  .div-block-12 {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-27 {
    width: 85%;
    display: none;
    top: -258px;
    left: 28px;
  }

  .gif-1, .gif-2 {
    width: 70%;
  }

  .image-gif-2 {
    top: -104px;
    left: 30px;
  }

  .gif-2-copy, .gif-3 {
    width: 70%;
  }

  .image-gif-3 {
    width: 80%;
    top: -43px;
    left: 30px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 52px;
    line-height: 60px;
    top: 37px;
  }

  .image-27-3 {
    border-radius: 10px;
    width: 60%;
    top: -354px;
    left: -63px;
  }

  .image-gif-5 {
    border-radius: 10px;
    width: 60%;
    top: -500px;
    left: 195px;
  }

  .image-29 {
    width: 100%;
    top: -235px;
    left: 0;
  }

  .lid {
    margin-top: 0;
  }

  .container-8 {
    padding: 0 20px;
  }

  .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27 {
    font-weight: 600;
  }

  .slide-nav-2 {
    margin-bottom: 0;
  }

  .bold-text-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .zagolovok-2 {
    font-size: 55px;
    line-height: 22px;
  }

  .bold-text-02 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .image-31 {
    width: 500px;
    max-width: 380px;
    margin-bottom: 63px;
    margin-left: auto;
    margin-right: auto;
    top: 79px;
    left: 0;
  }

  .section-15 {
    width: 100%;
  }

  .image-34 {
    max-width: 95%;
    margin-top: 100px;
    margin-bottom: 100px;
    top: 51px;
  }

  .image-35 {
    max-width: 100%;
    display: none;
  }

  .infographic-mob {
    max-width: 100%;
    display: block;
  }

  .heading-9 {
    text-align: center;
    margin-top: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-13 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 28px;
  }

  .image-36 {
    max-width: 100%;
  }

  .div-block-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    display: none;
  }

  .image-36-mob, .image-36---right-desctop {
    max-width: 100%;
  }

  .columns-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-16 {
    height: 650px;
    margin-top: 0;
  }

  .heading-10 {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .image-37 {
    display: none;
  }

  .image-37-mob {
    margin-top: 80px;
    padding-top: 0;
    display: block;
  }

  .div-block-18 {
    padding-top: 0;
  }

  .heading-12 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

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

  .text-fackt {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .fackt-zag {
    font-size: 20px;
    line-height: 32px;
  }

  .text {
    margin-top: 0;
  }

  .fackt {
    font-size: 80px;
    line-height: 80px;
  }

  .fackt-2 {
    margin-top: 60px;
  }

  .paragraph-3-copy {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .fackt-3, .fackt-4, .fackt-5, .fackt-6, .fackt-7 {
    margin-top: 60px;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .heading-13 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 34px;
  }

  .container-8-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-39 {
    width: 180px;
  }

  .image-38-3 {
    width: 100px;
  }

  .heading-14 {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 100px;
    line-height: 80px;
  }

  .container-11 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-41 {
    width: 75px;
  }

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

  .link-block {
    width: 12vw;
    margin-bottom: 10vw;
  }

  .fackt-num {
    font-size: 110px;
    line-height: 70px;
  }

  .hero {
    padding: 20px;
  }

  .heading-16 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12vw;
    line-height: 100%;
  }

  .zag-block {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-16-copy {
    font-size: 8vw;
    line-height: 100%;
  }

  .section-21 {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .cell_graphic {
    padding: 0;
  }

  .window {
    margin-top: 20px;
  }

  .calendar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
  }

  .tab {
    display: none;
  }

  .mob {
    display: block;
  }

  .tab-cover {
    display: none;
  }

  .mob-cover {
    display: block;
  }

  .link-logo {
    width: 10vw;
    margin-bottom: 6vw;
  }

  .block-zag {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0%;
  }

  .zag1 {
    font-size: 6vw;
  }

  .zag2 {
    width: auto;
    margin-top: 15vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 11vw;
  }

  .txt {
    font-size: 34px;
  }

  .button-4 {
    color: #222;
    width: 220px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .cell-4 {
    padding-bottom: 0;
  }

  .mob-bg {
    z-index: -10;
    background-image: url('../images/calendarBG.png');
    background-position: 50% 100%;
    background-size: auto;
    background-attachment: fixed;
    position: fixed;
    inset: 0%;
  }

  .paragraph-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .text-span-5 {
    font-size: 20px;
  }

  .section-23 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC_2506.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .link-logo-copy {
    width: 10vw;
    margin-bottom: 6vw;
  }

  .link-logo1 {
    width: 10vw;
    margin-bottom: 3vw;
  }

  .link-logo2 {
    width: 13vw;
    margin-bottom: 0;
  }

  .link-logo3 {
    width: 12vw;
    margin-bottom: 0;
  }

  .link-logo4 {
    width: 13vw;
    margin-bottom: 0;
  }

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

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-landing-pages {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    display: flex;
  }

  .div-block-26 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    display: flex;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .container-14 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom, .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .link-logo5, .link-logo6 {
    width: 17vw;
    margin-bottom: 0;
  }

  .quick-stack-3-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 3vw;
  }

  .zag2-copy {
    width: auto;
    margin-top: 15vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 11vw;
  }

  .logo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 10%;
    padding: 0%;
  }

  .container-16 {
    max-width: 100%;
    padding: 20px;
  }

  .subheading {
    font-size: 4vw;
  }

  .link-logo1-copy {
    width: 10vw;
    margin-bottom: 3vw;
  }

  .logo2 {
    width: 100%;
  }

  .logo1 {
    width: 19%;
  }

  .logo3 {
    width: 25%;
  }

  .hero-heading {
    color: #45b759;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .container-opys {
    max-width: 100%;
    padding: 80px 20px;
  }

  .opys-block {
    padding: 0;
  }

  .articles {
    max-width: 100%;
    padding: 20px;
  }

  .article-block {
    padding: 20px;
  }

  .block-food {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo4 {
    width: 75%;
  }

  .logo5 {
    width: 39%;
  }

  .logo2-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 15%;
    padding: 0%;
  }

  .logo-mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 5%;
    padding: 0%;
  }

  .logo4-desk, .logo5-desk, .logo3-desk {
    width: 55%;
  }

  .logo2-desk {
    width: 100%;
  }

  .logo1-desk {
    width: 25px;
  }

  .logo-desk {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0;
    padding: 0%;
    position: static;
    inset: 0% 0% 35%;
  }

  .logo2-desk-new {
    width: 90px;
  }

  .logo2-new {
    width: 100%;
  }

  .wave-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-22, .heading-20 {
    font-size: 32px;
    line-height: 110%;
  }

  .gramovka {
    font-size: 14px;
  }

  .food-wrapper {
    display: block;
  }

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

  .photo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .gramovka-in-position {
    margin-top: 5px;
  }

  .photo-top-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .photofood {
    width: 100%;
  }

  .wave-end {
    margin-top: 60px;
  }

  .bold-text-23 {
    color: #45b759;
    text-align: center;
    width: 200px;
    font-size: 25px;
  }

  .div-block-29 {
    background-image: url('../images/green_vert.svg');
    background-size: 100%;
    background-attachment: scroll;
    width: 200px;
    margin-top: -30px;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-cover2 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 120%;
  }

  .bold-text-24 {
    font-size: 16px;
    line-height: 120%;
  }

  .zag {
    display: block;
  }

  .text_zag {
    margin-top: 20px;
  }

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

  .image-56 {
    width: 280px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-23 {
    opacity: .5;
    font-size: 12px;
  }

  .text-block-24 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-32 {
    padding: 0 40px 40px;
  }

  .image-58 {
    z-index: 1;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-29-copy {
    background-image: url('../images/green_vert.svg');
    background-size: 100%;
    background-attachment: scroll;
    width: 200px;
    margin-top: -30px;
    margin-left: 0;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32-copy, .div-block-32-copy-copy {
    padding: 0 40px 40px;
  }

  .logo-desk-copy {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0;
    padding: 0%;
    position: static;
    inset: 0% 0% 35%;
  }

  .hero-heading-copy {
    color: #45b759;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
}

#w-node-_4041eab5-b95b-c76d-1a29-51ae4095790e-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

#w-node-_59a95846-5e5d-c3c5-469b-6131a8142bfc-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  display: none;
}

#w-node-_06a75651-84a2-4189-bcdb-b23da0061881-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_06a75651-84a2-4189-bcdb-b23da006188c-f7b5cd0a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a446bc98-2654-bd6b-b114-0478732e6243-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a446bc98-2654-bd6b-b114-0478732e624c-f7b5cd0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d656d976-6cc9-52cd-ad75-c10282e03233-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d656d976-6cc9-52cd-ad75-c10282e0323c-f7b5cd0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_66dcdd66-2dd8-eeb5-d22b-edf62ab7b83f-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_66dcdd66-2dd8-eeb5-d22b-edf62ab7b848-f7b5cd0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2da7b182-4359-ddbe-e625-520d49af148d-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2da7b182-4359-ddbe-e625-520d49af1496-f7b5cd0a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca6b02f2-69be-c697-4cc0-7f149771d459-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca6b02f2-69be-c697-4cc0-7f149771d462-f7b5cd0a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_662854c6-7441-a88c-65da-d160b12daa23-f7b5cd0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_662854c6-7441-a88c-65da-d160b12daa2c-f7b5cd0a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c274440b-8ec3-fcb9-a991-349a0878eb96-f7b5cd0a, #w-node-_335aa182-32c3-e817-c6cf-ce072b7beb8d-f7b5cd0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_06a75651-84a2-4189-bcdb-b23da0061881-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06a75651-84a2-4189-bcdb-b23da006188c-f7b5cd0a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a446bc98-2654-bd6b-b114-0478732e6243-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a446bc98-2654-bd6b-b114-0478732e624c-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d656d976-6cc9-52cd-ad75-c10282e03233-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d656d976-6cc9-52cd-ad75-c10282e0323c-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_66dcdd66-2dd8-eeb5-d22b-edf62ab7b83f-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_66dcdd66-2dd8-eeb5-d22b-edf62ab7b848-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2da7b182-4359-ddbe-e625-520d49af148d-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2da7b182-4359-ddbe-e625-520d49af1496-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca6b02f2-69be-c697-4cc0-7f149771d459-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca6b02f2-69be-c697-4cc0-7f149771d462-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_662854c6-7441-a88c-65da-d160b12daa23-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_662854c6-7441-a88c-65da-d160b12daa2c-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4041eab5-b95b-c76d-1a29-51ae4095790e-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: auto;
    display: none;
  }

  #w-node-_59a95846-5e5d-c3c5-469b-6131a8142bfc-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: auto;
    display: grid;
  }

  #w-node-_06a75651-84a2-4189-bcdb-b23da0061881-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06a75651-84a2-4189-bcdb-b23da006188c-f7b5cd0a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a446bc98-2654-bd6b-b114-0478732e6243-f7b5cd0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a446bc98-2654-bd6b-b114-0478732e624c-f7b5cd0a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Skoropys Xvii';
  src: url('../fonts/Skoropys-XVII.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ukrainianbrushscript';
  src: url('../fonts/UkrainianBrushScript.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandra Zeferino One';
  src: url('../fonts/Alexandra_Zeferino_One.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vera Crouz';
  src: url('../fonts/Vera_Crouz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}