@font-face {
  font-family: Tthoves;
  src: url('../fonts/TTHoves-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserif4roman;
  src: url('../fonts/SourceSerif4Roman-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Disruptorsscript;
  src: url('../fonts/DisruptorsScript-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Akrobat;
  src: url('../fonts/Akrobat-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --tan: #c09a6b;
  --bg: #f9eed8;
}

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #000;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--tan);
  margin-top: 0;
  font-family: Sourceserif4roman, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
}

.heading {
  font-size: 124px;
  font-weight: 400;
  line-height: 100%;
}

.head-block {
  z-index: 1;
  grid-row-gap: 40px;
  background-color: var(--bg);
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.head-block.padding {
  z-index: 3;
  background-color: #f3f1ed;
  flex-direction: column;
  height: 100vh;
}

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

.grid-col12 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.grid-col12.margin {
  margin-top: -60px;
}

.grid-col12.padding {
  display: block;
}

.div-block {
  padding-top: 29px;
}

.head-content-wrp {
  position: relative;
}

.hand-t {
  font-family: Disruptorsscript, sans-serif;
  font-size: 56px;
  line-height: 52%;
  position: absolute;
  inset: 36% -26% 0% auto;
  transform: rotate(-2deg);
}

.hand-t.hand-2 {
  inset: 0% auto auto -19%;
  transform: rotate(4deg);
}

.hand-t.social-link-t {
  position: static;
}

.hand-t.head-day {
  font-family: Disruptorsscript, sans-serif;
  inset: -17% auto auto -3%;
  transform: rotate(-4deg);
}

.hand-t.ing-heading {
  margin-bottom: 40px;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  transform: rotate(0);
}

.hand-t.footer-t {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  transform: rotate(-1deg);
}

.hand-t.hand-3 {
  inset: auto 18% -16% auto;
  transform: rotate(-13deg);
}

.heading-4 {
  font-size: 100px;
}

.h1 {
  color: #003590;
  margin-bottom: 30px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 84px;
  font-weight: 700;
}

.head-heading, .head-description-wrp {
  position: relative;
}

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

.img-slider-wrp {
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: none;
}

.img-slider-wrp.mob-photo {
  display: none;
}

.img-slider-item {
  align-items: center;
  display: flex;
}

.slider-img {
  z-index: 1;
  border-radius: 50%;
  width: 170px;
  margin-right: 34px;
  transition: box-shadow .2s;
  position: relative;
  overflow: visible;
}

.slider-img:hover {
  box-shadow: 0 4px 15px 7px #00000026;
}

.scroll-wrp2 {
  z-index: 2;
  background-color: #fdf8ef;
  display: flex;
  position: relative;
}

.scroll-wrp2.padding {
  position: sticky;
  top: 0;
}

.one {
  z-index: 3;
  background-color: #fdf8ef;
  padding-top: 130px;
  padding-bottom: 130px;
}

.div-block-2 {
  width: 100%;
}

.intro {
  z-index: 2;
  background-color: #fdf8ef;
  margin-top: -70px;
  padding-top: 200px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.intro.padding {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h4 {
  margin-top: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.h4.cook-fin {
  width: 80%;
}

.introduction-content-wrp {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.intro-heading {
  position: relative;
}

.main-t {
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.main-t.author-text {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t.author-text-copy {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.tab {
  grid-column-gap: 10px;
  color: #000;
  font-family: Tthoves, sans-serif;
  font-size: 15px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tabs {
  z-index: 20;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  height: 100vh;
  padding: 30px 20px 0 30px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.grid {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrp {
  z-index: 2;
  background-color: #fdf8ef;
  position: relative;
}

.wrp.padding {
  position: sticky;
  top: 0;
}

.div-block-3 {
  background-color: #0000000f;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro-wrp {
  z-index: 2;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.monday {
  z-index: 2;
  background-color: #d9e1d0;
}

.monday-wrp {
  z-index: 2;
}

.day-heading {
  padding-bottom: 20px;
  position: relative;
}

.h2 {
  color: #003590;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 100%;
}

.h2.h-purple {
  color: #946a79;
}

.h2.h-beige {
  color: #946f6a;
}

.h2.h-blue {
  color: #6a7194;
}

.h2.h-pink {
  color: #bf7676;
}

.h2.h-brown {
  color: #806f5f;
}

.h2.h-sand {
  color: #aba065;
}

.author {
  border-top: 1px solid #0000000f;
  flex-direction: row;
  align-items: stretch;
  display: flex;
  position: relative;
}

.author-photo {
  border-radius: 50%;
  width: 250px;
  min-width: 250px;
  min-height: auto;
  overflow: hidden;
}

.author-text-wrp {
  border-left: 1px solid #0000000f;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  display: flex;
}

.author-photo-wrp {
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 36px;
  padding-right: 40px;
}

.social-link {
  color: #000;
  margin-top: 60px;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.social-link:hover {
  color: #fff;
}

.details-r {
  background-color: #d2edfb;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.details-r.padding {
  position: relative;
}

.details-r.padding.purple {
  background-color: #f0e7ec;
  padding-left: 0;
  padding-right: 0;
}

.details-r.padding.beige {
  background-color: #f2e9e1;
  padding-left: 0;
  padding-right: 0;
}

.details-r.padding.blue {
  background-color: #e7ebef;
  padding-left: 0;
  padding-right: 0;
}

.details-r.padding.pink {
  background-color: #f8ebeb;
  padding-left: 0;
  padding-right: 0;
}

.details-r.padding.brown {
  background-color: #ede9e5;
  padding-left: 0;
  padding-right: 0;
}

.details-r.padding.sand {
  background-color: #f4f5e7;
  padding-left: 0;
  padding-right: 0;
}

.author-block {
  padding-bottom: 100px;
  position: sticky;
}

.par {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 0 40px;
  display: flex;
}

.details-wrp {
  z-index: 2;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.ings-wrp {
  border-top: 1px solid #0000000f;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: none;
  position: relative;
}

.list-item {
  margin-bottom: 12px;
}

.list {
  padding-left: 16px;
}

.ings-link {
  grid-row-gap: 10px;
  color: #0009;
  flex-direction: column;
  align-items: flex-start;
  width: 220px;
  margin-top: 70px;
  font-family: Tthoves, sans-serif;
  text-decoration: none;
  display: flex;
}

.ings-link.padding-0 {
  margin-top: 0;
}

.ings-link-img {
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 4px;
  flex-wrap: nowrap;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  opacity: .5;
  margin-top: 9px;
}

.cooking {
  grid-column-gap: 20px;
  border-top: 1px solid #0000000f;
  align-items: flex-start;
  padding-top: 40px;
  display: none;
  position: relative;
}

.list-2 {
  width: 80%;
  padding-left: 16px;
  list-style-type: decimal;
}

.image-3 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  min-width: 1340px;
  height: 100%;
  min-height: 100%;
  position: static;
  inset: auto auto 0%;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 300px;
  margin-bottom: 130px;
  display: block;
  position: relative;
  inset: auto 0%;
}

.div-block-6.img-0 {
  margin-bottom: 0;
}

.greek {
  height: auto;
  padding-top: 130px;
}

.greek.monday {
  z-index: 3;
  background-color: #e2f5ff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.greek.tuesday {
  z-index: 4;
  background-color: #e1d0d9;
  display: block;
  position: relative;
}

.greek.wednesday {
  z-index: 5;
  background-color: #e7d5c6;
  display: none;
  position: relative;
}

.greek.thursday {
  z-index: 6;
  background-color: #d0d8e1;
  display: none;
  position: relative;
}

.greek.friday {
  z-index: 7;
  background-color: #f3d9d9;
  display: none;
  position: relative;
}

.greek.saturday {
  z-index: 8;
  background-color: #d1c8c0;
  display: none;
  position: relative;
}

.greek.sunday {
  z-index: 9;
  background-color: #ebecd0;
  display: none;
  position: relative;
}

.off {
  display: block;
}

.ings-desc {
  grid-row-gap: 15px;
  color: #0009;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 220px;
  margin-top: 10px;
  font-family: Tthoves, sans-serif;
  text-decoration: none;
  display: flex;
}

.ings-desc.off {
  display: none;
}

.small-t {
  font-family: Tthoves, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.small-t.author-text {
  width: auto;
}

.small-t.intro-t-width {
  width: 700px;
}

.desc-photo {
  border-radius: 50%;
  width: 70px;
  min-height: auto;
  overflow: hidden;
}

.ings-list.two-ing {
  margin-top: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.desc-line {
  background-color: #0000000f;
  width: 50%;
  height: 1px;
}

.ps {
  grid-row-gap: 10px;
  color: #0009;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-top: 10px;
  font-family: Tthoves, sans-serif;
  text-decoration: none;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.locomotive__load-container {
  overflow: hidden;
}

.img-slider-item2 {
  align-items: center;
  display: flex;
}

.footer {
  background-color: #fff;
  padding: 60px 30px;
  display: none;
}

.footer-wrp {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.logo-wrp {
  width: 20%;
}

.social-wrp {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.soc {
  transition: transform .3s ease-in-out;
}

.soc:hover {
  transform: scale(1.2);
}

.div-block-7 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.dev {
  color: #0009;
  flex-direction: column;
  margin-top: 0;
  font-family: Tthoves, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.dev:hover {
  color: #000;
}

.dev.padding-0 {
  margin-top: 0;
}

.div-block-8 {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.arrow {
  opacity: .5;
  margin-top: 0;
  position: relative;
}

.tab-t {
  position: relative;
}

.tab-t.share-t {
  opacity: .4;
  font-family: Tthoves, sans-serif;
  font-size: 13px;
}

.back2 {
  z-index: 0;
  position: absolute;
  inset: -67px -60px auto auto;
}

.photo {
  z-index: 1;
  border-radius: 200px;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

.back1 {
  z-index: 0;
  position: absolute;
  inset: auto auto -28px -31px;
}

.back3 {
  z-index: 0;
  position: absolute;
  inset: auto -27px -25px auto;
}

.back4 {
  z-index: 0;
  position: absolute;
  inset: -75px -22px auto auto;
}

.burger-m {
  z-index: 20;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 100vh;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.nav {
  grid-column-gap: 10px;
  color: #000;
  font-family: Tthoves, sans-serif;
  font-size: 15px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.open-m {
  display: block;
}

.menu-t {
  font-family: Tthoves, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.menu-t.author-text {
  width: auto;
}

.menu-t.intro-t-width {
  width: 700px;
}

.logotab {
  width: 74px;
}

.tabs-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.align-block {
  grid-column-gap: 4px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.c-tile_icon, .share-wrp {
  display: none;
}

.social-fix {
  grid-column-gap: 4px;
  display: flex;
}

.body {
  background-color: #e2f5ff;
}

.heading-5 {
  font-family: Bahnschrift, Verdana, sans-serif;
}

.quick-stack {
  padding: 0;
}

.div-block-9 {
  background-color: #e2f5ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.h-02 {
  color: #133a6c;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.h-02.h-purple {
  color: #946a79;
}

.h-02.h-beige {
  color: #946f6a;
}

.h-02.h-blue {
  color: #6a7194;
}

.h-02.h-pink {
  color: #bf7676;
}

.h-02.h-brown {
  color: #806f5f;
}

.h-02.h-sand {
  color: #aba065;
}

.text-block {
  color: #232323;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text2 {
  margin-top: 10px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  color: #111;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.image-5 {
  width: 260px;
  margin: 20px auto;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-11 {
  background-color: #68b2dd;
  border-radius: 100px;
  width: 85px;
  padding: 5px;
}

.div-block-12 {
  background-color: #fff1ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-14 {
  background-color: #fffae7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-11---2 {
  background-color: #e06ea7;
  border-radius: 100px;
  width: 85px;
  padding: 5px;
}

.div-block-11-copy {
  background-color: #68b2dd;
  border-radius: 100px;
  padding: 5px;
}

.div-block-11---3 {
  background-color: #e1c203;
  border-radius: 100px;
  width: 85px;
  padding: 5px;
}

.image-5-2 {
  width: 200px;
  margin: 20px auto;
}

.main-t-02 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.main-t-02.author-text {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t-02.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t-03 {
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.main-t-03.author-text {
  text-align: right;
  width: auto;
  margin-top: 40px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.main-t-03.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.quick-stack-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

.div-block-15 {
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  width: 820px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-color: #def4ff;
  border-radius: 20px;
  padding: 40px;
}

.container {
  margin-bottom: 60px;
}

.image-6 {
  width: 160px;
}

.yougurt-cards {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
}

.icon {
  color: #003590;
  margin-left: 0;
}

.section-6 {
  margin-bottom: 100px;
}

.grk-mob {
  display: none;
}

.cover {
  height: auto;
}

.div-block-17 {
  z-index: -5;
  background-color: #e2f5ff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.quick-stack-5 {
  z-index: -2;
  align-self: auto;
  width: 1096.73px;
  height: 940px;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.image-7 {
  width: 200px;
}

.image-8 {
  width: 280px;
}

.image-9 {
  width: 420px;
  margin-top: 0;
}

.image-10 {
  width: 420px;
}

.image-11 {
  height: 40px;
}

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

.text-block-3 {
  color: #2c1f1d;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.container-3 {
  z-index: 99;
  text-align: center;
  position: relative;
}

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

.container-4 {
  width: 720px;
  margin-top: 100px;
  padding-bottom: 81px;
}

.image-13 {
  display: none;
}

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

.h1---2 {
  color: #003590;
  text-align: center;
  margin-bottom: 30px;
  font-family: Metaserifpro, Verdana, sans-serif;
  font-size: 28px;
}

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

.button {
  text-transform: uppercase;
  background-color: #003590;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 16px;
}

.image-15 {
  width: 240px;
  margin-bottom: 20px;
}

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

.div-block-18 {
  border: 2px solid #61acd780;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.container-5 {
  margin-bottom: 220px;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.grk-mob2 {
  display: none;
}

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

.danon-logo {
  height: 50px;
}

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

.author-photo-wrp-02 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0 10px 0 0;
  display: flex;
}

.image-16 {
  z-index: 9;
  position: relative;
}

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

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

.div-block-20 {
  background-color: #e2f5ff;
  background-image: url('../images/Group-1000004752.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 435px;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px;
}

.hram-mob {
  display: none;
}

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

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

.section-8 {
  background-color: #d2edfb;
  border-top: 1px solid #e6f6ff;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

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

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

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

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

.image-36 {
  height: 50px;
}

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

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

.button-copy {
  text-transform: uppercase;
  background-color: #e06ea7;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
}

.button3 {
  text-transform: uppercase;
  background-color: #e1c203;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
}

.div-block-18-2 {
  border: 2px solid #cc68984d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.div-block-18-3 {
  border: 2px solid #d3b6004d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.section-9 {
  background-color: #d2edfb;
  padding-top: 0;
  padding-bottom: 60px;
}

.opengraphimage {
  display: none;
}

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

.container-6 {
  margin: 60px auto;
}

.quote-text {
  margin-bottom: 20px;
  padding: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.quote-text.author-text {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.quote-text.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.quote-text.author-text-copy {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

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

.container-7 {
  margin-bottom: 80px;
}

.h1---3 {
  color: #003590;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.image-37 {
  border-radius: 20px;
  width: 260px;
}

.text-span {
  font-size: 16px;
  font-weight: 300;
}

.icon-2 {
  color: #003590;
  margin-left: 40px;
}

.cell-35, .cell-36 {
  justify-content: flex-start;
  align-items: flex-end;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.container-8 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  text-align: center;
  background-color: #003590;
}

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

.nav-link:active, .nav-link:focus, .nav-link.w--current {
  color: #90d9f8;
}

.section-10 {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.image-14-2 {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.list-3 {
  color: #8ed8f8;
  font-size: 24px;
}

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

.main-t---vidsotok {
  color: #003590;
  margin-bottom: 0;
  padding: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.main-t---vidsotok.author-text {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t---vidsotok.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t---vidsotok.author-text-copy {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.link-18 {
  color: #003590;
  font-weight: 500;
}

.main-t-vidsotok-text {
  color: #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Ttnormspro, Verdana, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.main-t-vidsotok-text.author-text {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t-vidsotok-text.intro-t-width {
  width: 700px;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.main-t-vidsotok-text.author-text-copy {
  width: auto;
  font-family: Ttnormspro, Verdana, sans-serif;
}

.flex-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
}

.yougurt-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 80px;
}

.div-block-16-02 {
  background-color: #e2f5ff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px;
}

.greek22 {
  height: auto;
  padding-top: 130px;
}

.greek22.monday {
  z-index: 3;
  background-color: #e2f5ff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.greek22.tuesday {
  z-index: 4;
  background-color: #e1d0d9;
  display: block;
  position: relative;
}

.greek22.wednesday {
  z-index: 5;
  background-color: #e7d5c6;
  display: none;
  position: relative;
}

.greek22.thursday {
  z-index: 6;
  background-color: #d0d8e1;
  display: none;
  position: relative;
}

.greek22.friday {
  z-index: 7;
  background-color: #f3d9d9;
  display: none;
  position: relative;
}

.greek22.saturday {
  z-index: 8;
  background-color: #d1c8c0;
  display: none;
  position: relative;
}

.greek22.sunday {
  z-index: 9;
  background-color: #ebecd0;
  display: none;
  position: relative;
}

.slide-nav {
  margin-top: 0;
  padding-top: 20px;
}

.container-7-copy {
  margin-bottom: 80px;
  display: none;
}

.div-block-9---2 {
  background-color: #e2f5ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 124px;
  }

  .grid-col12.margin {
    margin-top: -100px;
  }

  .div-block {
    padding-top: 33px;
  }

  .hand-t.head-day {
    inset: -28% auto auto -3%;
    transform: rotate(-5deg);
  }

  .heading-4 {
    font-size: 124px;
  }

  .h1 {
    font-size: 84px;
    line-height: 110%;
  }

  .head-description {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .slider-img {
    width: 190px;
  }

  .tabs {
    width: 170px;
  }

  .h2.h-sand {
    width: 870px;
  }

  .ings-wrp, .cooking {
    justify-content: space-between;
  }

  .small-t {
    font-size: 14px;
  }

  .burger-m {
    width: 170px;
  }

  .align-block, .social-fix {
    grid-column-gap: 10px;
  }

  .h-02.h-sand {
    width: 870px;
  }

  .slider {
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    width: 840px;
  }

  .right-arrow {
    margin-right: 0;
  }

  .quick-stack-5 {
    width: 1280px;
    height: 930px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    margin-top: 0;
  }

  .h1---2 {
    font-size: 28px;
  }

  .button {
    font-size: 16px;
  }

  .container-5 {
    margin-bottom: 0;
  }

  .code-embed {
    height: auto;
  }

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

  .button-copy, .button3 {
    font-size: 18px;
  }

  .section-9 {
    padding-bottom: 140px;
  }

  .footer-shuba {
    margin-top: 100px;
  }

  .container-6 {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1---3 {
    font-size: 28px;
  }

  .image-37 {
    width: 220px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-col12.margin {
    margin-top: -140px;
  }

  .div-block {
    padding-top: 42px;
  }

  .logo {
    width: 130px;
  }

  .h1 {
    font-size: 84px;
  }

  .image {
    width: 100%;
  }

  .slider-img {
    width: 200px;
  }

  .intro {
    padding-top: 210px;
    padding-bottom: 140px;
  }

  .h4 {
    font-size: 34px;
  }

  .main-t {
    font-size: 20px;
  }

  .tab {
    font-size: 17px;
  }

  .tabs {
    width: 180px;
  }

  .monday {
    padding-top: 140px;
  }

  .social-link {
    margin-top: 100px;
  }

  .ings-link {
    width: 300px;
    font-size: 18px;
  }

  .image-2 {
    margin-top: 7px;
  }

  .image-3 {
    min-width: 1800px;
  }

  .div-block-6 {
    height: 300px;
  }

  .greek {
    padding-top: 140px;
  }

  .ings-desc {
    font-size: 18px;
  }

  .small-t {
    font-size: 16px;
  }

  .ps, .dev {
    font-size: 18px;
  }

  .tab-t.share-t {
    font-size: 14px;
  }

  .burger-m {
    width: 180px;
  }

  .nav {
    font-size: 17px;
  }

  .menu-t {
    font-size: 20px;
  }

  .logotab {
    width: 90px;
  }

  .main-t-02, .main-t-03 {
    font-size: 20px;
  }

  .slider, .mask {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    margin-left: -104px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: -60px;
  }

  .icon {
    margin-left: 40px;
  }

  .quick-stack-5 {
    width: 1420px;
    height: 980px;
  }

  .image-7 {
    width: 300px;
  }

  .image-8 {
    width: 380px;
  }

  .image-9, .image-10 {
    width: 600px;
  }

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

  .container-4 {
    margin-top: 140px;
  }

  .h1---2 {
    font-size: 28px;
  }

  .quick-stack-6 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .quote-text {
    font-size: 20px;
  }

  .h1---3 {
    font-size: 28px;
  }

  .icon-2 {
    margin-right: 40px;
  }

  .main-t---vidsotok, .main-t-vidsotok-text {
    font-size: 20px;
  }

  .greek22 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .head-block {
    padding-top: 20px;
  }

  .head-block.padding {
    max-height: 1000px;
  }

  .padding {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-col12.margin {
    margin-top: -130px;
  }

  .div-block {
    padding-top: 57px;
  }

  .logo {
    width: 190px;
  }

  .hand-t {
    font-size: 80px;
  }

  .hand-t.head-day {
    top: -40%;
  }

  .hand-t.ing-heading, .hand-t.footer-t {
    margin-bottom: 50px;
  }

  .hand-t.hand-3 {
    right: 32%;
  }

  .h1 {
    margin-bottom: 50px;
    font-size: 84px;
  }

  .image {
    width: 100%;
  }

  .head-description {
    width: 500px;
    font-size: 35px;
  }

  .slider-img {
    width: 260px;
  }

  .intro {
    justify-content: center;
    padding-top: 230px;
    padding-bottom: 160px;
    display: flex;
  }

  .h4 {
    font-size: 36px;
  }

  .main-t {
    width: 900px;
    font-size: 22px;
  }

  .main-t.intro-t-width {
    width: 900px;
  }

  .tab {
    grid-column-gap: 10px;
    width: 500px;
    font-size: 22px;
  }

  .tabs {
    width: 250px;
    padding-left: 50px;
  }

  .monday {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .h2 {
    font-size: 70px;
  }

  .author {
    justify-content: flex-start;
    align-items: stretch;
  }

  .author-photo {
    width: 250px;
    min-width: 250px;
  }

  .author-text-wrp {
    padding-top: 60px;
    padding-left: 40px;
  }

  .author-photo-wrp {
    padding-top: 50px;
    padding-right: 0;
  }

  .details-r {
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ings-link {
    width: 380px;
    margin-top: 90px;
  }

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

  .image-3 {
    min-width: 2000px;
    max-width: 2000px;
  }

  .div-block-6 {
    height: 360px;
  }

  .greek {
    flex-direction: column;
    align-items: center;
    padding-top: 160px;
    display: flex;
  }

  .ings-desc.big-m {
    margin-top: 148px;
  }

  .small-t.intro-t-width {
    width: 900px;
  }

  .desc-photo {
    width: 120px;
  }

  .ps {
    margin-top: 90px;
  }

  .footer {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .logo-wrp {
    padding-top: 57px;
  }

  .dev {
    width: 380px;
  }

  .tab-t.share-t {
    font-size: 16px;
  }

  .burger-m {
    width: 250px;
    padding-left: 50px;
  }

  .nav {
    grid-column-gap: 10px;
    width: 500px;
    font-size: 22px;
  }

  .menu-t {
    width: 900px;
    font-size: 22px;
  }

  .menu-t.intro-t-width {
    width: 900px;
  }

  .logotab {
    width: 100px;
  }

  .mainwrp {
    flex-direction: column;
    align-items: center;
  }

  .h-02 {
    font-size: 42px;
  }

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

  .quick-stack-2 {
    width: 1420px;
  }

  .main-t-02 {
    width: 900px;
    font-size: 22px;
  }

  .main-t-02.intro-t-width {
    width: 900px;
  }

  .main-t-03 {
    width: 900px;
    font-size: 22px;
  }

  .main-t-03.intro-t-width {
    width: 900px;
  }

  .slider, .mask {
    width: auto;
  }

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

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: -45px;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .cover {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    padding-top: 140px;
  }

  .quick-stack-5 {
    height: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    width: 600px;
    margin-top: 40px;
  }

  .h1---2 {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-photo-wrp-02 {
    padding-top: 50px;
    padding-right: 0;
  }

  .section-9 {
    border-radius: 20px;
    margin-bottom: 60px;
  }

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

  .quote-text {
    width: 900px;
    font-size: 22px;
  }

  .quote-text.intro-t-width {
    width: 900px;
  }

  .h1---3 {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .main-t---vidsotok {
    width: 900px;
    font-size: 22px;
  }

  .main-t---vidsotok.intro-t-width {
    width: 900px;
  }

  .main-t-vidsotok-text {
    width: 900px;
    font-size: 22px;
  }

  .main-t-vidsotok-text.intro-t-width {
    width: 900px;
  }

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

  .greek22 {
    flex-direction: column;
    align-items: center;
    padding-top: 160px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .head-block.padding {
    justify-content: space-between;
  }

  .grid-col12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hand-t {
    top: 48%;
    right: -21%;
  }

  .hand-t.hand-2 {
    inset: 0% auto auto 320px;
  }

  .hand-t.head-day {
    inset: -30% auto auto 0%;
  }

  .hand-t.hand-3 {
    display: none;
    inset: 0% auto auto 320px;
  }

  .intro {
    margin-top: 0;
    padding-top: 130px;
  }

  .h4 {
    font-size: 26px;
  }

  .main-t {
    font-size: 16px;
  }

  .main-t.intro-t-width {
    width: auto;
  }

  .tab {
    font-size: 55px;
  }

  .tabs {
    grid-row-gap: 0px;
    background-color: #f9eed8;
    width: 100%;
    display: none;
    inset: 0%;
  }

  .h2 {
    margin-bottom: 40px;
    font-size: 44px;
  }

  .author-photo {
    width: 200px;
    min-width: 200px;
  }

  .author-text-wrp {
    padding-left: 20px;
  }

  .author-photo-wrp {
    padding-right: 0;
  }

  .details-r {
    border-radius: 20px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .par {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .ings-wrp {
    grid-column-gap: 30px;
  }

  .div-block-5 {
    grid-row-gap: 10px;
  }

  .cooking {
    grid-column-gap: 30px;
  }

  .image-3 {
    min-width: 930px;
  }

  .greek.monday {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-t.intro-t-width {
    width: auto;
  }

  .dev {
    text-align: right;
  }

  .arrow {
    display: none;
  }

  .burger-m {
    z-index: 101;
    grid-row-gap: 0px;
    background-color: #f9eed8;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 60px;
    padding-right: 30px;
    display: none;
    inset: 0%;
  }

  .nav {
    color: #c09a6b;
    font-family: Sourceserif4roman, sans-serif;
    font-size: 46px;
  }

  .nav-head {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .close {
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 28px;
    margin-top: 27px;
    display: flex;
    box-shadow: 0 4px 15px 7px #00000012;
  }

  .open-m {
    z-index: 100;
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 34px;
    margin-top: 27px;
    margin-right: 30px;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
    box-shadow: 0 4px 15px 7px #00000012;
  }

  .menu-t {
    font-size: 15px;
  }

  .menu-t.intro-t-width {
    width: auto;
  }

  .align-block {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }

  .c-tile_icon {
    display: flex;
  }

  .share-wrp {
    z-index: 100;
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 34px;
    margin-top: 27px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
    box-shadow: 0 4px 15px 7px #00000012;
  }

  .share-social, .share-social.off {
    background-color: #0000;
  }

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

  .h-02 {
    font-size: 42px;
  }

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

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

  .quick-stack-2 {
    width: 640px;
  }

  .image-5-2 {
    width: 340px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-t-02 {
    font-size: 16px;
  }

  .main-t-02.intro-t-width {
    width: auto;
  }

  .main-t-03 {
    font-size: 16px;
  }

  .main-t-03.intro-t-width, .mask {
    width: auto;
  }

  .div-block-16 {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 40px;
  }

  .container {
    margin-bottom: 60px;
  }

  .yougurt-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

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

  .grk-desk {
    display: none;
  }

  .grk-mob {
    display: block;
  }

  .quick-stack-5 {
    width: auto;
  }

  .image-9, .image-10 {
    width: 380px;
  }

  .image-12 {
    width: 480px;
  }

  .h1---2 {
    font-size: 34px;
  }

  .button {
    margin-top: 0;
    font-size: 16px;
  }

  .image-15 {
    width: 340px;
  }

  .div-block-18 {
    width: 100%;
    margin-bottom: 20px;
  }

  .grk-mob2 {
    display: block;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .author-photo-wrp-02 {
    padding-right: 0;
  }

  .div-block-20 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hram-mob {
    margin-bottom: 20px;
    display: block;
  }

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

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

  .image-35 {
    height: 25px;
  }

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

  .logo---footer {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: static;
  }

  .image-36 {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-copy, .button3 {
    margin-top: 0;
    font-size: 16px;
  }

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

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

  .quote-text {
    font-size: 16px;
  }

  .quote-text.intro-t-width {
    width: auto;
  }

  .h1---3 {
    font-size: 34px;
  }

  .image-37 {
    width: 180px;
  }

  .nav-menu, .nav-menu:hover, .nav-menu:active, .nav-menu:focus, .nav-menu:focus-visible, .nav-menu[data-wf-focus-visible] {
    background-color: #003590;
  }

  .container-8 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button, .menu-button:hover, .menu-button:active, .menu-button:focus, .menu-button:focus-visible, .menu-button[data-wf-focus-visible], .menu-button.w--open {
    background-color: #003590;
  }

  .main-t---vidsotok {
    font-size: 16px;
  }

  .main-t---vidsotok.intro-t-width {
    width: auto;
  }

  .main-t-vidsotok-text {
    font-size: 16px;
  }

  .main-t-vidsotok-text.intro-t-width {
    width: auto;
  }

  .yougurt-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-16-02 {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 40px;
  }

  .greek22.monday {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 0;
    font-size: 91px;
  }

  .head-block, .head-block.padding {
    height: auto;
  }

  .grid-col12 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-col12.margin {
    margin-top: -44px;
  }

  .hand-t {
    font-size: 38px;
    top: -44%;
    right: 3%;
    transform: rotate(-9deg);
  }

  .hand-t.hand-2 {
    margin-left: 147px;
    margin-right: auto;
    inset: -88% auto auto;
  }

  .hand-t.head-day {
    top: -19%;
  }

  .hand-t.ing-heading, .hand-t.footer-t {
    transform: rotate(-2deg);
  }

  .hand-t.hand-3 {
    margin-left: 147px;
    margin-right: auto;
    inset: -88% auto auto;
  }

  .h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 62px;
  }

  .head-description {
    font-size: 20px;
  }

  .intro {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    top: auto;
  }

  .h4 {
    font-size: 24px;
    line-height: 140%;
  }

  .h4.cook-fin {
    width: auto;
  }

  .main-t {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 180%;
  }

  .tabs {
    display: none;
  }

  .intro-wrp {
    grid-row-gap: 20px;
  }

  .monday {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .h2 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 42px;
    line-height: 110%;
  }

  .author {
    border-top-style: solid;
    border-bottom: 1px solid #0000000f;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .author-photo {
    width: 200px;
    min-width: 200px;
    display: none;
  }

  .author-text-wrp {
    border-left-style: none;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .author-photo-wrp {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .social-link {
    margin-top: 30px;
  }

  .details-r {
    padding-bottom: 200px;
  }

  .details-r.padding.sand {
    padding-bottom: 140px;
  }

  .details-wrp {
    grid-row-gap: 20px;
  }

  .ings-wrp {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 20px;
  }

  .ings-link {
    margin-top: 0;
  }

  .cooking {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 20px;
  }

  .list-2 {
    width: auto;
  }

  .image-3 {
    min-width: 710px;
  }

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

  .greek {
    padding-top: 100px;
  }

  .greek.monday {
    padding-left: 0;
    padding-right: 0;
  }

  .ings-desc {
    grid-column-gap: 20px;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .small-t {
    font-size: 14px;
  }

  .desc-photo {
    min-width: 70px;
  }

  .ps {
    margin-top: 0;
  }

  .footer-wrp {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .logo-wrp {
    width: auto;
  }

  .dev {
    margin-top: 0;
  }

  .div-block-8 {
    width: auto;
  }

  .open-m {
    z-index: 100;
  }

  .menu-t {
    font-size: 14px;
  }

  .share-wrp {
    z-index: 100;
  }

  .h-02 {
    font-size: 26px;
    line-height: 120%;
  }

  .quick-stack-2 {
    width: auto;
  }

  .main-t-02, .main-t-03 {
    font-size: 14px;
  }

  .quick-stack-4 {
    margin-bottom: 20px;
  }

  .div-block-15 {
    margin-top: 20px;
  }

  .slider {
    padding-left: 0;
  }

  .mask {
    width: 520px;
  }

  .div-block-16 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .yougurt-cards {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    padding-top: 220px;
  }

  .quick-stack-5 {
    height: 980px;
  }

  .image-7 {
    width: 180px;
  }

  .image-8 {
    width: 320px;
  }

  .image-12 {
    width: 420px;
  }

  .container-4 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .button {
    margin-top: 20px;
  }

  .image-15 {
    width: 280px;
  }

  .div-block-18 {
    padding: 30px;
  }

  .grk-mob2 {
    display: none;
  }

  .author-photo-wrp-02 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .logo---footer {
    margin-left: 0;
  }

  .div-block-18-2, .div-block-18-3 {
    padding: 30px;
  }

  .footer-shuba {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-text {
    font-size: 18px;
    line-height: 180%;
  }

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

  .h1---3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 34px;
  }

  .image-37 {
    width: 250px;
  }

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

  .image-14-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-3 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .main-t---vidsotok {
    padding: 0;
    font-size: 22px;
    line-height: 180%;
  }

  .main-t-vidsotok-text {
    padding: 0;
    font-size: 18px;
    line-height: 180%;
  }

  .flex-block-28 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-16-02 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .greek22 {
    padding-top: 100px;
  }

  .greek22.monday {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 5vw;
    font-size: 17vw;
  }

  .head-block.padding {
    grid-row-gap: 27vw;
    justify-content: flex-start;
    height: auto;
    padding-bottom: 10vw;
  }

  .padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .grid-col12.margin {
    margin-top: -40px;
  }

  .div-block {
    padding-top: 5vw;
  }

  .logo {
    width: 25vw;
  }

  .hand-t {
    font-size: 12vw;
    top: -58%;
  }

  .hand-t.hand-2 {
    margin-left: auto;
    inset: -13.5vw auto auto 33%;
  }

  .hand-t.social-link-t {
    transform: rotate(0);
  }

  .hand-t.head-day {
    top: -36%;
    left: auto;
  }

  .hand-t.ing-heading {
    margin-bottom: 30px;
  }

  .hand-t.hand-3 {
    margin-left: auto;
    inset: -13.5vw auto auto 33%;
  }

  .h1 {
    margin-bottom: 7vw;
    font-size: 48px;
    line-height: 110%;
  }

  .head-description {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .img-slider-wrp {
    z-index: 2;
    margin-bottom: 10vw;
    position: relative;
  }

  .img-slider-wrp.mob-photo {
    z-index: 3;
    flex: 0 auto;
    justify-content: flex-end;
    margin-bottom: -5vw;
    display: none;
    position: relative;
  }

  .slider-img {
    width: 35vw;
    margin-right: 6vw;
  }

  .intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .main-t {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 140%;
  }

  .main-t.author-text {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .main-t.test {
    font-size: 15px;
  }

  .main-t.author-text-copy {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .tab {
    width: auto;
  }

  .monday {
    flex-direction: column;
    align-items: center;
    padding-top: 30vw;
    padding-bottom: 12vw;
    display: flex;
  }

  .day-heading {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .h2 {
    text-align: left;
    padding: 0 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
  }

  .author {
    flex-direction: column;
  }

  .author-photo {
    width: 50%;
    min-width: 50%;
  }

  .author-text-wrp {
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
  }

  .author-photo-wrp {
    justify-content: center;
    display: flex;
  }

  .details-r {
    width: auto;
    padding: 40px 20px;
    overflow: hidden;
  }

  .details-r.padding.sand {
    padding-bottom: 30vw;
  }

  .author-block {
    padding-bottom: 14vw;
  }

  .par {
    grid-row-gap: 6vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .details-wrp {
    width: auto;
    display: flex;
  }

  .div-block-4 {
    margin-left: -2vw;
  }

  .ings-wrp {
    padding-top: 10vw;
  }

  .ings-link {
    width: auto;
  }

  .cooking {
    padding-top: 10vw;
  }

  .image-3.big-img {
    min-width: 800px;
  }

  .div-block-6 {
    align-items: flex-end;
  }

  .greek {
    padding-top: 30vw;
  }

  .ings-desc {
    flex-direction: column;
    width: auto;
    max-width: none;
  }

  .small-t {
    font-size: 3.3vw;
  }

  .small-t.author-text {
    text-align: center;
  }

  .small-t.test {
    font-size: 4vw;
  }

  .desc-photo {
    width: 17vw;
    min-width: 17vw;
  }

  .ps {
    width: auto;
  }

  .footer {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .soc {
    width: 7vw;
  }

  .dev {
    width: auto;
  }

  .back2 {
    width: 30vw;
    display: block;
    top: -16vw;
    right: -5vw;
  }

  .back2.off {
    display: none;
  }

  .back1 {
    bottom: -13.7vw;
    left: -4.2vw;
  }

  .back3 {
    width: 25vw;
    bottom: -7vw;
    right: -4vw;
  }

  .back4 {
    width: 30vw;
    top: -16.9vw;
    right: -4vw;
  }

  .burger-m {
    z-index: 101;
    justify-content: flex-start;
    height: 120vh;
    padding-left: 4vw;
    padding-right: 4vw;
    display: none;
  }

  .nav {
    width: auto;
    font-size: 15vw;
    line-height: 120%;
  }

  .nav-head {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-wrp {
    margin-top: 24vw;
  }

  .close {
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 28px;
    margin-top: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    box-shadow: 0 4px 19px 7px #00000012;
  }

  .open-m {
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 28px;
    margin-top: 14px;
    margin-bottom: 0;
    margin-right: 4vw;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    box-shadow: 0 4px 19px 7px #00000012;
  }

  .menu-t {
    font-size: 4.5vw;
  }

  .menu-t.author-text {
    text-align: center;
  }

  .menu-t.test {
    font-size: 15px;
  }

  .logotab {
    padding-top: 5vw;
  }

  .share-wrp {
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    margin: 14px 4vw 0;
    padding-bottom: 0;
    padding-right: 10px;
    display: none;
    box-shadow: 0 4px 19px 7px #00000012;
  }

  .share-social {
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .div-block-9 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-02 {
    text-align: center;
    font-size: 24px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .image-5 {
    width: 220px;
    margin-top: 20px;
  }

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

  .div-block-11, .div-block-11---2 {
    width: 90px;
  }

  .image-5-2 {
    width: 200px;
    margin-top: 20px;
  }

  .main-t-02 {
    font-size: 4.5vw;
  }

  .main-t-02.author-text {
    text-align: center;
  }

  .main-t-02.test {
    font-size: 15px;
  }

  .main-t-03 {
    font-size: 4.5vw;
  }

  .main-t-03.author-text {
    text-align: right;
    font-size: 14px;
  }

  .main-t-03.test {
    font-size: 15px;
  }

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

  .mask {
    width: 350px;
  }

  .image-6 {
    width: 130px;
  }

  .yougurt-cards {
    padding: 0 0 20px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .icon {
    color: #033088;
    width: auto;
    height: auto;
    margin-top: 160px;
    margin-left: auto;
    margin-right: 0;
    inset: 0% auto 0% 5%;
  }

  .container-2 {
    width: auto;
    max-width: none;
    margin-left: auto;
    padding: 0;
  }

  .section-6 {
    margin-bottom: 60px;
  }

  .div-block-17 {
    padding-top: 160px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 820px;
  }

  .image-7 {
    width: 120px;
  }

  .image-8 {
    width: 200px;
  }

  .image-11 {
    height: 30px;
  }

  .flex-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text-block-3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .image-12 {
    width: 240px;
  }

  .container-4 {
    margin-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1---2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
  }

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

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 45px;
    font-size: 14px;
  }

  .image-15 {
    width: 200px;
    margin-bottom: 10px;
  }

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

  .div-block-19 {
    flex-flow: column;
    display: flex;
  }

  .container-5 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .code-embed {
    width: 100%;
    margin-top: 20px;
  }

  .link-block {
    margin-top: 11px;
  }

  .danon-logo {
    height: 37px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 30px;
  }

  .author-photo-wrp-02 {
    justify-content: center;
    display: flex;
  }

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

  .hram-mob {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-20 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .cell-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-35 {
    width: 25px;
    height: 25px;
  }

  .quick-stack-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo---footer {
    margin-right: 0;
  }

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

  .image-36 {
    height: 40px;
  }

  .quick-stack-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button-copy, .button3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .section-9 {
    padding-bottom: 20px;
  }

  .footer-shuba {
    margin-top: 100px;
  }

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

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

  .quote-text.author-text {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .quote-text.test {
    font-size: 15px;
  }

  .quote-text.author-text-copy {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1---3 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .icon-2 {
    color: #033088;
    width: auto;
    height: auto;
    margin-top: 160px;
    margin-left: 0;
    inset: 0% 5% 0% auto;
  }

  .image-14-2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .main-t---vidsotok {
    font-size: 22px;
    line-height: 140%;
  }

  .main-t---vidsotok.author-text {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .main-t---vidsotok.test {
    font-size: 15px;
  }

  .main-t---vidsotok.author-text-copy {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .main-t-vidsotok-text {
    font-size: 18px;
    line-height: 140%;
  }

  .main-t-vidsotok-text.author-text {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .main-t-vidsotok-text.test {
    font-size: 15px;
  }

  .main-t-vidsotok-text.author-text-copy {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
  }

  .flex-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .yougurt-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .greek22 {
    padding-top: 30vw;
  }

  .container-7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9---2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-ff77bc4c-dc82-be1c-bfef-0d5082e8982f-8b155292 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee3aa0d8-8182-ae24-e1ed-c81bb8216ef5-8b155292 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-bc0678d6-3663-d75d-4f46-54f93061cdbf-8b155292, #w-node-_4508d5b9-2f1c-265c-c735-ce890809bc2d-8b155292, #w-node-_4508d5b9-2f1c-265c-c735-ce890809bc33-8b155292 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4508d5b9-2f1c-265c-c735-ce890809bc50-8b155292, #w-node-_4508d5b9-2f1c-265c-c735-ce890809bc6a-8b155292 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f416492c-2f93-030c-9bf3-c19b57847e00-8b155292 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-abe8eb12-f38f-37b0-2768-5e6fbfaceae8-8b155292 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ee3aa0d8-8182-ae24-e1ed-c81bb8216ef5-8b155292, #w-node-bc0678d6-3663-d75d-4f46-54f93061cdbf-8b155292 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4508d5b9-2f1c-265c-c735-ce890809bc2d-8b155292, #w-node-f416492c-2f93-030c-9bf3-c19b57847e00-8b155292 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee3aa0d8-8182-ae24-e1ed-c81bb8216ef5-8b155292, #w-node-bc0678d6-3663-d75d-4f46-54f93061cdbf-8b155292 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee3aa0d8-8182-ae24-e1ed-c81bb8216ef5-8b155292, #w-node-abe8eb12-f38f-37b0-2768-5e6fbfaceae8-8b155292 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif4roman';
  src: url('../fonts/SourceSerif4Roman-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Disruptorsscript';
  src: url('../fonts/DisruptorsScript-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Bold.ttf') format('truetype'), url('../fonts/TTNormsPro-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Black.ttf') format('truetype'), url('../fonts/TTNormsPro-ExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-BoldItalic.ttf') format('truetype'), url('../fonts/TTNormsPro-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-BlackItalic.ttf') format('truetype'), url('../fonts/TTNormsPro-ExtraBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ttnormspro';
  src: url('../fonts/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/bahnschrift.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metaserifpro';
  src: url('../fonts/MetaSerifPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}