:root {
  --white: white;
  --black: black;
  --base: #e3dcdc;
  --grey: #6c6b6f;
  --purple: #6751a1;
  --green: #9aa97b;
  --back: #c7c1d5;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Koh Santepheap, sans-serif;
}

a {
  color: #000;
  font-family: Koh Santepheap, sans-serif;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.body {
  background-color: var(--base);
  margin-top: 140px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-top: 0;
  margin-left: 90px;
  margin-right: 90px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.brand.w--current {
  margin-top: 10px;
}

.nav-link {
  font-family: Koh Santepheap, sans-serif;
}

.link-naw {
  color: var(--grey);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.link-naw:hover {
  color: var(--purple);
}

.link-naw:visited {
  color: var(--grey);
  background-color: #6751a100;
  border: 1px #000;
  border-radius: 6px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-naw.w--current {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-naw.the-last {
  margin-right: 20px;
  display: none;
}

.button {
  background-color: var(--green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 20px;
  display: block;
}

.button:hover {
  background-color: #76835c;
}

.button.green {
  background-color: var(--green);
  font-weight: 400;
}

.button.green:hover {
  mix-blend-mode: darken;
  background-color: #7d8a64;
}

.button.form {
  padding: 10px 40px;
  font-size: 24px;
}

.nav-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.navbar {
  background-color: var(--base);
  min-width: 100vw;
  max-width: none;
  margin-top: -144px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: fixed;
}

.hero-conteiner {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/grant-ritchie-x1w_Q78xNEY-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.button-light {
  border: 3px none var(--green);
  background-color: var(--green);
  color: var(--white);
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 20px;
  transition: opacity .2s;
}

.button-light:hover {
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  background-color: #84916b;
  border-style: none;
}

.button-light.white {
  color: #fff;
}

.h1 {
  min-width: auto;
  max-width: none;
  font-size: 64px;
  font-weight: 300;
  line-height: 68px;
}

.h1.dark {
  color: var(--grey);
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}

.text-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #6751a166;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 508px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Alex Brush, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 74px;
  display: inline-flex;
}

.section-about-me {
  background-image: url('../images/Group-44.svg'), url('../images/Group-39.svg'), url('../images/flower-stem-1.svg'), url('../images/flower-stem-1_1.png');
  background-position: 50% 33%, 100% 118%, 103%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 200px, 200px, auto, 160px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
  display: block;
}

.div-chapter {
  background-image: url('../images/Layer-5.svg');
  background-position: -9px;
  background-repeat: no-repeat;
  background-size: 175px;
  min-width: 250px;
  max-width: none;
  height: 190px;
  display: block;
}

.div-chapter.first {
  background-image: url('../images/Layer-5.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 175px;
  min-width: 400px;
}

.h2 {
  color: var(--purple);
  margin-top: 0;
  margin-left: 40px;
  padding-top: 93px;
  padding-left: 0;
  font-family: Alex Brush, sans-serif;
  font-size: 50px;
}

.h2.header {
  color: var(--grey);
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
}

.h2.question {
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
}

.div-text {
  width: 745px;
  margin-top: 20px;
  display: none;
}

.p1 {
  color: var(--grey);
  margin-right: 20px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.p1.price {
  color: var(--grey);
  background-color: #6751a133;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.p1.price.green {
  background-color: #9aa97b33;
}

.p1.dark {
  font-weight: 400;
}

.p1.blog {
  color: var(--black);
  background-color: #6751a133;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.p1.blog.green {
  background-color: #9aa97b33;
}

.p2 {
  color: #000000bd;
  text-align: left;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.p2.right {
  text-align: right;
}

.p2.box {
  color: var(--grey);
  max-width: 250px;
  font-size: 24px;
}

.p2.box-about {
  color: var(--grey);
  max-width: 400px;
  font-size: 24px;
}

.why-zenlogika {
  background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png');
  background-position: 24% 0, 80% 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  display: flex;
}

.why-zenlogika.home-page {
  flex-flow: row;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png'), url('../images/single-2-3.png'), url('../images/flower-stem-1.png');
  background-position: 40% 100%, 25%, 50% 0, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 50px, 50px, 50px, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  display: flex;
}

.div-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  background-color: #c7c1d5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 760px;
  padding: 30px;
  display: flex;
}

.hand-text {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  direction: ltr;
  color: var(--grey);
  -webkit-text-stroke-color: #6c6b6f2b;
  white-space: normal;
  word-break: normal;
  outline: 3px #6c6b6f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Koh Santepheap, sans-serif;
  font-size: 44px;
  line-height: 60px;
}

.div-block-2 {
  z-index: 0;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: 0;
  padding: 50px 30px 50px 60px;
  position: relative;
}

.image {
  z-index: 1;
  border-radius: 10px;
  width: 40vw;
  max-width: 650px;
  height: auto;
  position: relative;
}

.image.coaching {
  max-width: 600px;
  height: auto;
  max-height: 440px;
}

.image.coaching.up {
  max-width: 600px;
}

.section-benefits {
  background-color: var(--base);
  background-image: url('../images/flower-stem-1_2.svg'), url('../images/Layer-18.svg'), url('../images/flower-stem-1_1.svg'), url('../images/Layer-8.svg');
  background-position: 0%, 100% 114%, 100%, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 150px, 200px, 200px, 150px;
  padding: 60px 90px;
}

.container-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 5px solid var(--purple);
  background-color: var(--base);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.number {
  color: var(--purple);
  margin-top: 0;
  font-family: Dosis, sans-serif;
  font-size: 96px;
  line-height: 96px;
}

.number.first {
  margin-top: 0;
  margin-right: 26px;
}

.section-comment {
  background-image: url('../images/Layer-18.svg'), url('../images/Group-44.svg'), url('../images/flower-stem-1_1.png'), url('../images/Layer-5_1.svg');
  background-position: 100% 115%, 50% 23%, 0 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 200px, auto, 300px, 300px;
  flex-flow: column;
  padding: 0 90px 40px;
  display: block;
}

.coment {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.section-contact {
  color: var(--grey);
  background-image: url('../images/flower-stem-1_1.png'), url('../images/Layer-5_1.svg'), url('../images/Layer-8.svg');
  background-position: 0 0, 100%, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 200px, 150px, auto;
  max-width: none;
  padding: 40px 90px 60px;
}

.call-to-action {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  aspect-ratio: auto;
  border: 5px solid var(--purple);
  background-color: var(--base);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px;
  display: flex;
  position: static;
  left: 75px;
}

.footer {
  border: 5px #9aa97b;
  border-top-style: solid;
  border-radius: 0;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: 90px;
  margin-right: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-text.resourses {
  display: none;
}

.link {
  color: var(--grey);
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.link:hover {
  color: var(--purple);
}

.link.not-link:hover {
  color: var(--grey);
}

.link.resources {
  display: none;
}

.icon {
  cursor: pointer;
  width: 47px;
  padding-right: 2px;
}

.icon.inst {
  cursor: pointer;
  width: 53px;
  padding-left: 2px;
  padding-right: 0;
}

.icon.lin {
  width: 56px;
  padding-right: 0;
}

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

.body-2 {
  background-color: var(--base);
  margin-top: 140px;
}

.section-about {
  background-image: url('../images/flower-stem-1_2.svg'), url('../images/Layer-18.svg'), url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1.svg');
  background-position: -7%, 100% 100%, -12% 100%, 100% 97px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 100px, 400px, auto;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
}

.section-my-why {
  background-image: url('../images/flower-stem-1_1.png'), url('../images/Group-44.svg'), url('../images/Group-39.svg'), url('../images/Layer-5_1.svg'), url('../images/Group-39.svg');
  background-position: 0 100%, 50% 100%, 100% 100%, 100%, -9%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 221px, auto, 200px, auto, auto;
  padding: 60px 90px;
}

.image-my-why {
  z-index: 1;
  border-radius: 10px;
  width: 40vw;
  max-width: 1000px;
  height: auto;
  position: relative;
}

.image-my-why.goat {
  z-index: 2;
  box-sizing: border-box;
  object-fit: cover;
  object-fit: fill;
  display: block;
  position: relative;
}

.about {
  background-image: url('../images/single-flyaway-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  display: flex;
}

.about.reverse {
  flex-flow: row-reverse;
}

.div-text-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: 0;
  padding: 50px 50px 50px 60px;
  position: relative;
}

.div-number {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-gather {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-3 {
  background-color: var(--base);
  margin-top: 140px;
}

.coaching-examples {
  color: var(--grey);
  background-image: url('../images/flower-stem-1.svg'), url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1.svg'), url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1_1.svg'), url('../images/Layer-5_1.svg'), url('../images/flower-stem-1_1.png');
  background-position: -16% 11%, 0 28%, 100% 15%, 0%, 100% 100%, 100%, -39% 89%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 200px, auto, auto, 200px, 300px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 20px 90px 40px;
  display: block;
}

.examles-conteiner {
  background-image: url('../images/flower-stem-1_1.png');
  background-position: 85% 82%;
  background-repeat: no-repeat;
  background-size: 150px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: 40px;
  display: flex;
}

.h4 {
  z-index: 1;
  aspect-ratio: auto;
  border: 2px solid var(--purple);
  color: var(--grey);
  text-align: center;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px 5px 0;
  font-family: Koh Santepheap, sans-serif;
  font-size: 36px;
  line-height: 39px;
  position: static;
  top: 10px;
  left: 10px;
}

.h4.header {
  color: var(--grey);
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
}

.image-examples {
  min-width: 348px;
  max-width: none;
  position: static;
  overflow: visible;
}

.div-examples {
  position: relative;
}

.div-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--back);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  min-height: 485px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.p3 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Koh Santepheap, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.p3.right {
  text-align: right;
}

.p3.box {
  max-width: 250px;
}

.p3.box-about {
  max-width: 350px;
}

.p3.light {
  color: #000000a3;
  font-size: 21px;
}

.p3.dark {
  font-weight: 400;
}

.p3.desclaimer {
  display: none;
}

.section-coaching {
  background-image: url('../images/Layer-5_1.svg'), url('../images/Layer-8.svg');
  background-position: 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 300px;
  padding: 20px 90px 60px;
  display: none;
}

.section-why {
  background-image: url('../images/Group-44.svg'), url('../images/Group-39.svg'), url('../images/flower-stem-1.svg');
  background-position: 0 100%, -9%, 100% 650px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 300px, auto;
  padding: 60px 90px;
}

.image-approach {
  border-radius: 6px;
  width: auto;
  max-width: none;
  height: 327px;
}

.coaching-comperison {
  background-image: url('../images/Group-44.svg'), url('../images/Group-39.svg'), url('../images/Layer-5_1.svg'), url('../images/flower-stem-1_1.png');
  background-position: 0%, 100% 110%, 100%, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 200px, 250px, 200px;
  padding-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
}

.section-why-your {
  background-image: url('../images/flower-stem-1_2.svg'), url('../images/flower-stem-1_1.png'), url('../images/Group-39.svg');
  background-position: 0%, -12% 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 150px, 400px, 400px;
  padding: 60px 90px 40px;
}

.conteiner-why {
  background-color: var(--base);
  max-width: 1050px;
  margin-top: 40px;
}

.div-why {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.question {
  border: 4px solid var(--purple);
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
}

.p4 {
  color: var(--grey);
  background-color: #9aa97b66;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 600px;
  min-height: 130px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px;
  display: flex;
}

.p4.first {
  max-width: 700px;
}

.section-core {
  background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png'), url('../images/Layer-18.svg'), url('../images/Layer-5_1.svg'), url('../images/flower-stem-1_1.png');
  background-position: 87% 26%, 12%, 100% 109%, 100%, -300px 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 50px, 50px, 200px, 300px, auto;
  padding: 40px 90px 60px;
  display: none;
}

.why-div {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 920px;
  margin-top: 60px;
  display: flex;
}

.body-4 {
  background-color: var(--base);
  margin-top: 140px;
}

.section-coach {
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
}

.section-coach.flover {
  background-image: url('../images/flower-stem-1_1.svg'), url('../images/Layer-8.svg'), url('../images/Layer-5_1.svg');
  background-position: -8%, 0 100%, 100% 119%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 200px, auto, auto;
}

.section-coach.flover-green {
  background-image: url('../images/flower-stem-1.svg'), url('../images/Layer-5_1.svg'), url('../images/Group-39.svg'), url('../images/flower-stem-1_1.png');
  background-position: 100% 100%, 100%, 109% 1%, -34% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 200px, auto, auto, auto;
}

.section-price {
  background-image: url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1_1.png'), url('../images/Layer-8.svg'), url('../images/Group-44.svg'), url('../images/Layer-5_1.svg'), url('../images/flower-stem-1.png'), url('../images/flower-stem-1.svg');
  background-position: 84% 80%, 0 83%, 0 17%, 100% 15%, 101% 112%, -11%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 150px, 300px, auto, auto, auto, auto, 200px;
  padding: 40px 90px 60px;
}

.conteiner-price {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.card-price {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 4px solid var(--purple);
  background-color: var(--base);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  min-height: 500px;
  max-height: none;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
}

.card-price.green {
  border-color: var(--green);
  min-height: 500px;
}

.h3 {
  color: var(--grey);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #6c6b6f36;
  background-color: #6751a133;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 24px;
  display: block;
}

.h3.green {
  background-color: #9aa97b33;
  font-family: Koh Santepheap, sans-serif;
  font-size: 24px;
}

.h3.form {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 36px;
}

.text-div {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.body-5 {
  background-color: var(--base);
  margin-top: 140px;
}

.section-articles {
  background-image: url('../images/Layer-8.svg'), url('../images/Layer-5_1.svg');
  background-position: -3% 70%, 102%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 20px 90px 40px;
  display: block;
}

.articles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 60px;
  display: none;
}

.div-post {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 3px solid var(--purple);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 581px;
  max-height: 631px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.image-blog {
  max-width: none;
  max-height: 304px;
}

.section-video {
  background-image: url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1.svg');
  background-position: 0%, 100% 650px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 40px 0 60px 90px;
  display: block;
}

.slaider-conteiner {
  max-width: none;
  margin-top: 40px;
  display: none;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 527px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.div-video {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 3px solid var(--purple);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  max-height: 631px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.image-blog-copy {
  max-width: none;
  max-height: 317px;
}

.image-blog-copy.video {
  max-width: 466px;
  max-height: 320px;
}

.slide {
  width: 550px;
  margin-right: 20px;
}

.left-arrow {
  color: var(--purple);
  margin-left: -24px;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  color: var(--purple);
  margin-right: -26px;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0% 0% 0% auto;
}

.icon-2, .icon-3 {
  font-weight: 700;
}

.body-6 {
  background-color: var(--base);
  margin-top: 140px;
}

.form-section {
  background-image: url('../images/single-flyaway-3.png'), url('../images/single-2-3.png'), url('../images/Layer-1.svg'), url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png'), url('../images/flower-stem-1_1.svg');
  background-position: 100px 20px, 20% 30%, 0%, 50% 0, 50%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 500px;
  padding: 60px 140px;
  display: flex;
}

.text-field {
  border: 3px solid var(--purple);
  color: var(--black);
  background-color: #fff0;
  border-radius: 6px;
  max-width: 750px;
  min-height: 60px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 16px;
}

.text-field.big {
  color: var(--black);
  object-fit: fill;
  border-color: #6751a1;
  min-height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: visible;
}

.form-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: inline-flex;
}

.form-block {
  color: var(--grey);
  background-color: #6751a100;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Alex Brush, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: flex;
}

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

.text-span-2 {
  font-weight: 400;
}

.text-span-3, .text-span-4 {
  font-weight: 700;
}

.text-span-5, .text-span-6 {
  font-style: italic;
  font-weight: 700;
}

.slider-2 {
  box-sizing: border-box;
  background-color: #ddd0;
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: none;
  margin-top: 20px;
  overflow: visible;
}

.slide-2 {
  border: 4px solid var(--purple);
  border-radius: 6px;
  min-width: auto;
  min-height: auto;
  padding: 20px 40px;
}

.icon-4, .icon-5 {
  color: var(--purple);
}

.div-block-6 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

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

.image-2 {
  width: 50px;
  height: 50px;
}

.div-coment {
  background-color: #c7c1d5;
  border-radius: 10px;
  width: 1200px;
  margin-top: 0;
  margin-left: 0;
  padding: 40px 60px;
}

.text-span-7 {
  color: var(--purple);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #6c6b6f66;
  font-family: Alex Brush, sans-serif;
  font-size: 85px;
}

.p5 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-family: Koh Santepheap, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.p5.right {
  text-align: right;
}

.p5.box {
  max-width: 250px;
}

.p5.box-about {
  max-width: 350px;
}

.p5.light {
  color: #000000a3;
  font-size: 21px;
}

.p5.dark {
  color: var(--green);
  margin-bottom: 0;
  padding: 10px 0 0;
  font-weight: 400;
}

.image-3 {
  width: 40px;
  max-width: none;
}

.image-comment {
  z-index: 1;
  border-radius: 10px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 315px;
  display: none;
  position: relative;
}

.image-comment.coaching {
  max-width: 500px;
  height: auto;
}

.image-4 {
  width: 120px;
  max-width: none;
}

.left-arrow-2 {
  inset: 0% auto 0% 0%;
}

.mask {
  aspect-ratio: auto;
  position: static;
}

.my-why {
  background-image: url('../images/Layer-8.svg'), url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png');
  background-position: 65% 100%, 34% 6%, 44px 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 50px, 50px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  display: flex;
}

.my-why-text {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-right: -40px;
  padding: 50px 40px 50px 50px;
  position: relative;
}

.image-about {
  z-index: 1;
  border-radius: 10px;
  width: auto;
  max-width: 40vw;
  height: 450px;
  position: relative;
}

.div-text-why {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 100px;
  margin-left: -35px;
  margin-right: 0;
  padding: 50px;
  position: relative;
}

.arrow {
  width: 100px;
  max-width: none;
}

.div-discleimer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 839px;
  display: flex;
}

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

.family-coaching {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 60px;
  display: flex;
}

.text-coach {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: -40px;
  padding: 50px 40px 50px 50px;
  position: relative;
}

.puf {
  width: 40px;
}

.text-span-8 {
  font-family: Koh Santepheap, sans-serif;
  font-size: 40px;
  line-height: 34px;
}

.text-span-9 {
  color: var(--purple);
  font-family: Koh Santepheap, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-10 {
  color: var(--purple);
  font-family: Koh Santepheap, sans-serif;
  font-size: 40px;
  line-height: 32px;
}

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

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: none;
}

.field-label {
  color: var(--grey);
  font-size: 22px;
  font-weight: 300;
}

.div-chapter-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png'), url('../images/single-2-3.png'), url('../images/flower-stem-1.png');
  background-position: 40% 100%, 25%, 50% 0, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 50px, 50px, 50px, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  display: flex;
}

.div-flover {
  background-image: url('../images/single-flyaway-3.png'), url('../images/single-2-3.png'), url('../images/Layer-1.svg');
  background-position: 85% 31%, 68px 31px, 50% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 50px, 50px, 50px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 170px;
  margin-top: 20px;
  display: flex;
}

.flower {
  background-image: url('../images/single-2-3.png'), url('../images/single-flyaway-3.png'), url('../images/Layer-1.svg');
  background-position: 37% 0, 73%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 50px, 50px, 50px;
  max-width: 1300px;
}

.flower.none {
  display: none;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.comment {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 3px solid var(--purple);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  max-height: 631px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

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

.conteiner-review {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.review {
  background-image: url('../images/Ellipse-37.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  display: flex;
}

.review.purple {
  background-image: url('../images/Ellipse-38.png');
  background-size: 680px;
  width: 50vw;
  height: 450px;
  margin-top: 140px;
}

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

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

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.dov-coment {
  border: 5px solid var(--purple);
  background-color: #9aa97b33;
  background-image: url('../images/Vector.png');
  background-position: 10px 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  height: 420px;
  padding: 40px 60px;
}

.slider-3 {
  background-color: var(--base);
  max-width: 940px;
  min-height: 424px;
  max-height: none;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

.icon-7, .icon-8 {
  color: var(--green);
}

.image-7 {
  background-color: var(--base);
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: block;
}

.link-block {
  cursor: pointer;
}

.heading {
  color: var(--purple);
  min-width: 428px;
  font-size: 90px;
  line-height: 100px;
}

.container-2 {
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section {
  margin-right: 0;
}

.slide-3, .slide-1, .slide2, .slide-4 {
  margin-right: 20px;
}

.section-whyme {
  background-image: url('../images/flower-stem-1.png'), url('../images/flower-stem-1_1.png'), url('../images/flower-stem-1_1.svg'), url('../images/flower-stem-1.svg');
  background-position: -15% 100%, 0%, 100% 100%, 100% 97px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 400px, 200px, 200px, auto;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
}

.paragraph {
  text-align: right;
  margin-bottom: 0;
  padding-top: 10px;
}

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

.select-field {
  border: 3px solid var(--purple);
  color: var(--black);
  background-color: #f3f3f300;
  border-radius: 10px;
  min-height: 60px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.code-embed {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Koh Santepheap, sans-serif;
  font-size: 16px;
}

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

.image-9 {
  width: 100px;
  margin-left: -16px;
}

.image-9.the-kast {
  width: 80px;
  margin-left: -5px;
}

.div-award {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  margin-left: -19px;
}

.text-block-2 {
  font-family: Koh Santepheap, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.success-message {
  background-color: var(--base);
}

.div-why-me {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: 0;
  padding: 50px 40px 50px 60px;
  position: relative;
}

.image-why-me {
  z-index: 1;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 10px;
  width: auto;
  max-width: 40vw;
  height: 450px;
  position: relative;
}

.image-10 {
  background-color: var(--base);
}

.div-box-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #c7c1d5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 760px;
  margin-right: -40px;
  padding: 30px;
  display: flex;
}

.p1-2 {
  color: #6c6b6f;
  margin-right: 20px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.container-3 {
  background-color: #fff;
  border: 6px solid #6751a1;
  border-radius: 20px 20px 20px 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 25px;
  padding: 10px;
  display: block;
  position: absolute;
  inset: -17% -6% auto auto;
}

.text-block-3 {
  max-width: 150px;
  font-family: Koh Santepheap, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
  top: 134px;
}

.div-block-17 {
  position: relative;
}

.coosing {
  background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png');
  background-position: 24% 0, 80% 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px, 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 0;
  display: flex;
}

.why-coaching {
  z-index: 0;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 89px;
  margin-left: 0;
  margin-right: -40px;
  padding: 50px 40px 50px 50px;
  position: relative;
}

.what-coachong {
  z-index: 0;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  margin-left: -26px;
  margin-right: 0;
  padding: 50px;
  position: relative;
}

.what-coachong.home-page {
  margin-top: 60px;
  margin-left: 0;
  margin-right: -40px;
  padding-right: 40px;
}

.goat-block {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #c7c1d5;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: 0;
  padding: 50px 30px 50px 60px;
  display: flex;
  position: relative;
}

.my-client {
  background-image: url('../images/Layer-8.svg'), url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png');
  background-position: 65% 100%, 34% 6%, 44px 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, 50px, 50px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1240px;
  margin-top: 60px;
  display: flex;
}

.my-client.mobile {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
}

@media screen and (min-width: 1920px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }

  .nav-menu {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .navbar, .section-contact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .call-to-action {
    width: 100%;
  }

  .image-my-why {
    width: 40vw;
    max-width: 600px;
  }

  .image-10 {
    max-width: 1440px;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    top: 11%;
    right: 5%;
  }

  .text-block-3 {
    max-width: 200px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 110px;
  }

  .container {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 0;
    display: block;
  }

  .link-naw {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .link-naw.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-naw.the-last {
    margin-right: 0;
  }

  .button {
    font-size: 15px;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .navbar {
    margin-top: -110px;
  }

  .hero-conteiner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-light {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: inline-block;
  }

  .h1 {
    font-size: 53px;
  }

  .h1.dark {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .text-span {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .section-about-me {
    background-image: url('../images/flower-stem-1.png');
    background-position: 100% 100px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-chapter {
    background-position: -1%;
  }

  .div-chapter.first {
    min-width: 350px;
  }

  .h2 {
    min-width: 200px;
    margin-left: 30px;
    font-size: 46px;
  }

  .h2.header {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .p1 {
    margin-right: 0;
    font-size: 20px;
  }

  .p1.price {
    font-size: 24px;
  }

  .p1.blog, .p2.right {
    font-size: 20px;
  }

  .p2.box {
    font-size: 20px;
    line-height: 26px;
  }

  .p2.box-about {
    font-size: 20px;
    line-height: 29px;
  }

  .why-zenlogika {
    margin-top: 20px;
  }

  .div-block {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: space-between;
  }

  .hand-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 434px;
    min-height: auto;
    margin-top: 40px;
    margin-right: -18px;
    padding: 20px;
    overflow: visible;
  }

  .image {
    width: auto;
    max-width: 40vw;
    height: auto;
    max-height: 350px;
    overflow: visible;
  }

  .image.coaching {
    border-radius: 10px;
    width: 40vw;
    overflow: clip;
  }

  .image.coaching.up {
    border-radius: 10px;
  }

  .section-benefits {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-benefits {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--base);
    margin-top: 40px;
    padding: 20px;
  }

  .number {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 65px;
  }

  .number.first {
    margin-right: 19px;
  }

  .section-comment {
    background-position: -21% 111%, 100% 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .coment {
    max-width: none;
  }

  .section-contact {
    padding: 40px 60px;
  }

  .call-to-action {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-footer {
    justify-content: space-between;
    max-width: none;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-text {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .link {
    font-size: 16px;
  }

  .icon {
    width: 44px;
  }

  .icon.inst {
    width: 48px;
  }

  .icon.lin {
    width: 51px;
  }

  .div-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .body-2 {
    margin-top: 120px;
  }

  .section-about {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-my-why {
    padding: 40px 60px;
  }

  .image-my-why {
    z-index: 1;
    width: 40vw;
    height: auto;
    position: relative;
  }

  .div-text-about {
    margin-top: 20px;
    margin-left: -22px;
    padding: 20px 20px 20px 40px;
  }

  .div-number {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-gather {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .body-3 {
    margin-top: 110px;
  }

  .coaching-examples {
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .examles-conteiner {
    flex-flow: wrap;
  }

  .h4 {
    font-size: 31px;
    line-height: 35px;
  }

  .div-card {
    border-radius: 10px;
    min-height: 420px;
  }

  .p3 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-coaching, .section-why {
    padding: 40px 60px;
  }

  .image-approach {
    z-index: 1;
    max-width: 40vw;
    height: auto;
    position: relative;
  }

  .coaching-comperison {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-why-your {
    padding: 40px 60px;
  }

  .conteiner-why {
    margin-top: 20px;
  }

  .div-why {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .p4 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-core {
    padding: 40px 60px;
  }

  .body-4 {
    margin-top: 110px;
  }

  .section-coach {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-price {
    padding: 40px 60px;
  }

  .conteiner-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .card-price {
    justify-content: space-between;
    align-items: center;
    max-width: 333px;
    min-height: 505px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .card-price.green {
    max-width: 333px;
    min-height: 505px;
  }

  .h3 {
    -webkit-text-stroke-width: 0px;
  }

  .h3.green {
    text-align: center;
  }

  .h3.form {
    border-radius: 10px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .body-5 {
    margin-top: 110px;
  }

  .section-articles {
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .articles {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-post {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 10px;
    padding: 20px;
  }

  .image-blog {
    max-width: 304px;
    max-height: 300px;
  }

  .section-video {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
  }

  .slider {
    width: 900px;
    height: 600px;
  }

  .div-video {
    max-height: 519px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .slide {
    width: 350px;
    margin-right: 10px;
  }

  .body-6 {
    margin-top: 120px;
  }

  .form-section {
    padding-top: 60px;
  }

  .form-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .slider-2 {
    max-width: none;
  }

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

  .div-coment {
    max-width: 70vw;
    margin-top: 40px;
    margin-left: -18px;
    padding: 20px;
  }

  .text-span-7 {
    font-size: 70px;
    line-height: 50px;
  }

  .p5 {
    font-size: 16px;
    line-height: 28px;
  }

  .image-3 {
    width: 20px;
  }

  .image-4 {
    width: 90px;
  }

  .image-5 {
    width: 150px;
  }

  .my-why {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .my-why-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 434px;
    min-height: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: -32px;
    padding: 20px 40px 20px 20px;
    overflow: visible;
  }

  .image-about {
    z-index: 1;
    width: 35vw;
    height: auto;
    position: relative;
  }

  .div-text-why {
    margin-top: 40px;
    margin-left: -22px;
    padding: 20px 20px 20px 40px;
  }

  .arrow {
    width: 80px;
  }

  .text-coach {
    margin-top: 20px;
    margin-left: -22px;
    padding: 20px 20px 20px 40px;
  }

  .puf {
    width: 40px;
    max-width: none;
  }

  .text-span-8, .text-span-9 {
    font-size: 33px;
  }

  .text-span-10 {
    font-size: 30px;
  }

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

  .field-label {
    margin-bottom: 0;
    font-size: 24px;
  }

  .div-chapter-1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-image: url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png'), url('../images/single-2-3.png');
    background-position: 40% 100%, 25%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 50px, 50px, 50px;
    background-attachment: scroll, scroll, scroll;
    justify-content: space-between;
    padding-right: 20px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .comment {
    max-height: 519px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .dov-coment {
    background-image: url('../images/Vector.png');
    background-position: 10px 20px;
    background-repeat: no-repeat;
    background-size: 45px;
    height: 355px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-3 {
    max-width: 700px;
    min-height: 377px;
  }

  .section {
    background-position: -99% 61%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-whyme {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-8 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-9 {
    margin-top: -28px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-9.the-kast {
    width: 77px;
    margin-top: -14px;
    margin-left: 4px;
  }

  .div-award {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .div-why-me {
    margin-top: 20px;
    margin-left: -22px;
    padding: 20px 20px 20px 40px;
  }

  .image-why-me {
    z-index: 1;
    width: 35vw;
    height: auto;
    position: relative;
  }

  .p1-2 {
    margin-right: 0;
    font-size: 20px;
  }

  .container-3 {
    top: -43%;
    right: -33%;
  }

  .coosing {
    margin-top: 20px;
  }

  .why-coaching {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 434px;
    min-height: auto;
    margin-top: 40px;
    margin-right: -18px;
    padding: 20px;
    overflow: visible;
  }

  .what-coachong {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: 434px;
    min-height: auto;
    margin-top: 40px;
    margin-left: -7px;
    margin-right: 0;
    padding: 20px;
    overflow: visible;
  }

  .goat-block {
    padding-right: 20px;
  }

  .my-client {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: scale-down;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    display: block;
  }

  .brand {
    z-index: 2;
    margin-top: -52px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .brand.w--current {
    margin-top: 0;
    display: block;
  }

  .link-naw {
    text-align: center;
  }

  .button {
    clear: none;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 265px;
    display: inline-flex;
  }

  .nav-menu {
    background-color: var(--base);
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .hero-conteiner {
    height: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1 {
    font-size: 46px;
    line-height: 54px;
  }

  .h1.dark {
    color: var(--grey);
    margin-top: 0;
    font-size: 32px;
    line-height: 43px;
  }

  .text-span {
    padding-left: 0;
  }

  .section-about-me {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-chapter {
    background-position: -2%;
    background-size: 150px;
    height: 163px;
  }

  .div-chapter.first {
    height: 184px;
  }

  .h2 {
    margin-left: 25px;
    padding-top: 75px;
    font-size: 40px;
  }

  .h2.header {
    font-size: 33px;
    line-height: 34px;
  }

  .div-text {
    width: auto;
  }

  .p1 {
    font-size: 16px;
  }

  .p2.right, .p2.box {
    font-size: 18px;
  }

  .p2.box-about {
    font-size: 16px;
    line-height: 24px;
  }

  .why-zenlogika {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .why-zenlogika.home-page {
    flex-flow: column;
  }

  .div-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hand-text {
    font-size: 30px;
    line-height: 42px;
  }

  .div-block-2 {
    min-width: auto;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 24px;
  }

  .image {
    width: auto;
    max-width: 300px;
    margin-top: -22px;
  }

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

  .image.coaching.up {
    max-width: 300px;
    margin-top: 0;
  }

  .section-benefits {
    padding: 40px;
  }

  .container-benefits {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .number {
    line-height: 63px;
  }

  .section-comment {
    background-image: url('../images/flower-stem-1.svg');
    background-position: 100% 550px;
    background-repeat: no-repeat;
    background-size: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-contact {
    padding: 20px 40px;
  }

  .call-to-action {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .link {
    font-size: 16px;
  }

  .icon {
    width: 43px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .body-2 {
    margin-top: 110px;
  }

  .section-about, .section-my-why {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-my-why {
    width: 50vw;
    height: auto;
    margin-top: -19px;
  }

  .image-my-why.goat {
    width: 50vw;
    margin-top: 0;
    margin-bottom: -19px;
  }

  .about {
    flex-flow: column;
    margin-top: 20px;
  }

  .about.reverse {
    flex-flow: column;
  }

  .div-text-about {
    margin-top: 0;
    margin-left: 0;
    padding-top: 23px;
    padding-left: 20px;
  }

  .div-gather {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-around;
  }

  .coaching-examples {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-card {
    min-height: 380px;
  }

  .p3 {
    font-size: 16px;
    line-height: 26px;
  }

  .section-coaching, .section-why {
    padding: 20px 40px;
  }

  .coaching-comperison {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-why-your {
    padding: 20px 40px;
  }

  .question {
    border-radius: 10px;
  }

  .p4 {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .section-core {
    background-position: 100%, -100px 100%;
    background-size: 200px, 300px;
    padding: 20px 40px;
  }

  .body-4 {
    margin-top: 110px;
  }

  .section-coach.flover {
    background-image: url('../images/Layer-8.svg');
    background-position: 0 100%;
  }

  .section-price {
    background-image: url('../images/Layer-5_1.svg'), url('../images/flower-stem-1.svg');
    background-position: 101% 112%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 200px;
    padding: 20px 40px;
  }

  .card-price, .card-price.green {
    min-height: 410px;
  }

  .h3 {
    font-size: 24px;
    line-height: 41px;
  }

  .body-5 {
    margin-top: 110px;
  }

  .section-articles {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .articles {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .section-video {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .body-6 {
    margin-top: 110px;
  }

  .form-section {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-field {
    min-height: 50px;
  }

  .text-span-7 {
    font-size: 60px;
    line-height: 40px;
  }

  .p5 {
    font-size: 16px;
    line-height: 24px;
  }

  .p5.dark {
    margin-bottom: 0;
  }

  .image-4 {
    width: 80px;
    display: block;
  }

  .icon-6 {
    color: var(--purple);
    text-align: right;
    font-size: 28px;
  }

  .icon-6:hover {
    color: var(--green);
  }

  .menu-button {
    z-index: 3;
    background-color: #e3dcdc00;
    margin-top: 10px;
  }

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

  .my-why {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .my-why.mobile {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .my-why-text {
    min-width: auto;
    margin-top: 0;
    margin-right: -20px;
    padding: 20px;
  }

  .image-about {
    width: auto;
    height: 200px;
    margin-bottom: -16px;
  }

  .div-text-why {
    margin-top: 40px;
    padding-left: 29px;
  }

  .family-coaching {
    flex-flow: column;
    margin-top: 20px;
  }

  .text-coach {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
  }

  .puf {
    width: 35px;
  }

  .text-span-8, .text-span-9 {
    font-size: 30px;
  }

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

  .field-label {
    font-size: 20px;
  }

  .div-chapter-1 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flower {
    background-size: 40px, 40px, 40px;
  }

  .dov-coment {
    background-position: 5px 20px;
    background-size: 30px;
    height: 480px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-3 {
    max-width: 400px;
    min-height: 494px;
  }

  .left-arrow-3 {
    margin-left: -15px;
  }

  .right-arrow-2 {
    margin-right: -12px;
  }

  .image-7 {
    max-width: 700px;
  }

  .container-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section {
    background-position: 41% 61%;
  }

  .section-whyme {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    padding-top: 0;
    font-size: 12px;
  }

  .image-9 {
    margin-top: 0;
    margin-left: -34px;
  }

  .image-9.the-kast {
    margin-top: 0;
    margin-left: -19px;
  }

  .div-award {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .div-block-16 {
    flex-flow: row;
  }

  .div-why-me {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 23px;
    padding-left: 20px;
  }

  .image-why-me {
    width: auto;
    height: auto;
    margin-top: -14px;
    margin-bottom: 0;
  }

  .p1-2 {
    font-size: 16px;
  }

  .container-3 {
    right: -2%;
  }

  .coosing {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .why-coaching, .what-coachong {
    min-width: auto;
    margin-top: 18px;
    margin-right: 0;
    padding: 20px 20px 24px;
  }

  .what-coachong.home-page {
    margin-right: 0;
  }

  .goat-block {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
  }

  .my-client {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .my-client.mobile {
    flex-flow: column;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: 100px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand {
    margin-top: 0;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .button.form {
    font-size: 20px;
    line-height: 40px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .navbar {
    margin-top: 0;
    margin-bottom: 20px;
    inset: 0% 0% auto;
  }

  .hero-conteiner {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    background-image: linear-gradient(#00000080, #00000080), url('../images/grant-ritchie-x1w_Q78xNEY-unsplash-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 43px;
  }

  .h1.dark {
    font-size: 30px;
    line-height: 44px;
  }

  .section-about-me {
    background-image: url('../images/Layer-5_1.svg');
    background-position: 100% 100%;
    background-size: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-chapter {
    background-position: -2%;
    background-size: 120px;
    height: 130px;
  }

  .div-chapter.first {
    background-position: -5px;
    background-size: 130px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 135px;
  }

  .h2 {
    min-width: auto;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 65px;
    font-size: 28px;
    line-height: 32px;
  }

  .h2.header {
    margin-top: 40px;
    font-size: 30px;
  }

  .p1 {
    text-align: left;
    font-size: 16px;
  }

  .p1.blog {
    font-size: 18px;
  }

  .p2.box {
    text-align: center;
    font-size: 18px;
  }

  .p2.box-about {
    font-size: 16px;
  }

  .why-zenlogika {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .hand-text {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    max-width: 250px;
    overflow: clip;
  }

  .image.coaching {
    width: 250px;
  }

  .section-benefits {
    padding: 20px;
  }

  .container-benefits {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 10px;
  }

  .number {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .section-comment {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section-contact, .call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    width: 45px;
  }

  .body-2 {
    margin-top: 100px;
  }

  .section-about {
    background-size: 400px, 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-my-why {
    padding: 20px;
  }

  .image-my-why {
    width: auto;
    min-width: auto;
    max-width: 90vw;
    height: auto;
    margin-top: -13px;
  }

  .image-my-why.goat {
    width: 80vw;
  }

  .about {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about.reverse {
    flex-flow: column;
  }

  .div-text-about {
    margin-top: 0;
    margin-left: 0;
    padding-top: 28px;
    padding-left: 20px;
  }

  .div-number {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body-3 {
    margin-top: 100px;
  }

  .coaching-examples {
    padding-left: 20px;
    padding-right: 20px;
  }

  .examles-conteiner {
    margin-top: 20px;
  }

  .h4 {
    font-size: 24px;
  }

  .image-examples {
    min-width: 200px;
  }

  .div-card {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    max-width: 280px;
    min-height: 360px;
    margin-right: 0;
  }

  .p3 {
    line-height: 26px;
  }

  .section-coaching {
    background-size: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-why {
    padding: 10px 20px;
  }

  .image-approach {
    max-width: 250px;
  }

  .coaching-comperison {
    background-image: url('../images/Layer-5_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 150px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-why-your {
    background-size: 200px, 200px;
    padding: 10px 20px;
  }

  .div-why {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p4 {
    min-height: 100px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-core {
    background-size: 200px, 200px;
    padding: 10px 20px;
  }

  .why-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .body-4 {
    margin-top: 100px;
  }

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

  .section-coach.flover {
    background-image: url('../images/Layer-8.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section-coach.flover-green {
    background-position: 100% 28%, 0 0;
    background-size: 200px, auto;
  }

  .section-price {
    background-image: url('../images/Layer-5_1.svg'), url('../images/flower-stem-1.svg');
    background-position: 100% 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 200px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-price {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: 0;
  }

  .h3 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .h3.form {
    font-size: 30px;
    line-height: 90%;
  }

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .body-5 {
    margin-top: 100px;
  }

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

  .div-post {
    max-width: 300px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
  }

  .image-blog {
    max-width: 251px;
  }

  .section-video {
    background-position: -40%, 100% 0;
    background-size: 300px, 400px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .slider {
    height: 374px;
  }

  .body-6 {
    margin-top: 100px;
  }

  .form-section {
    background-image: url('../images/single-flyaway-3.png'), url('../images/single-2-3.png'), url('../images/Layer-1.svg'), url('../images/Layer-1.svg'), url('../images/single-flyaway-3.png');
    background-position: 100% 20%, 0 30%, 0 81%, 50% 0, 49% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 50px, 50px, 51px, 50px, 50px;
    min-height: 300px;
    padding: 20px 20px 0;
  }

  .text-field {
    margin-bottom: 0;
  }

  .div-block-5 {
    padding-top: 10px;
  }

  .text-span-7 {
    font-size: 55px;
    line-height: 40px;
  }

  .p5.dark {
    padding-top: 0;
    font-size: 14px;
  }

  .image-4 {
    overflow: visible;
  }

  .my-why {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .my-why.mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .my-why-text {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-about {
    max-width: none;
    height: 200px;
  }

  .div-text-why {
    margin-top: -12px;
    margin-left: 0;
    padding-left: 20px;
  }

  .arrow {
    width: 50px;
  }

  .div-discleimer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .family-coaching {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-coach {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .puf {
    width: 30px;
  }

  .text-span-8 {
    font-size: 23px;
    line-height: 30px;
  }

  .text-span-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-span-10 {
    font-size: 28px;
    line-height: 29px;
  }

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

  .div-chapter-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 18% 100%, 25% 44%, 100% 27%;
    background-size: 40px, 40px, 40px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-right: 0;
  }

  .div-flover {
    background-position: 98% 31%, 19px 31px, 50% 0;
  }

  .image-6 {
    outline-offset: 0px;
    pointer-events: auto;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: none;
    transform-origin: 50%;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    mix-blend-mode: normal;
    object-fit: fill;
    background-clip: border-box;
    outline: 3px #333;
    flex-flow: row;
    flex: 0 auto;
    display: block;
    transform: none;
  }

  .dov-coment {
    background-size: 24px;
    height: 665px;
  }

  .slider-3 {
    max-width: 300px;
    min-height: 680px;
    margin-right: 0;
  }

  .image-7 {
    max-width: 400px;
  }

  .heading {
    min-width: auto;
    margin-top: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    background-position: -38px 61%;
    background-size: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-3, .slide-1, .slide2, .slide-4 {
    margin-right: 20px;
  }

  .section-whyme {
    background-size: 200px, 200px, 200px, 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-why-me {
    margin-top: 0;
    margin-left: 0;
    padding-top: 28px;
    padding-left: 20px;
  }

  .image-why-me {
    max-width: none;
    height: 200px;
  }

  .p1-2 {
    text-align: left;
    font-size: 16px;
  }

  .container-3 {
    border-width: 6px;
    max-width: 200px;
    font-size: 10px;
    line-height: 10px;
    top: -36%;
    right: -14%;
  }

  .text-block-3 {
    max-width: 130px;
    font-size: 18px;
    line-height: 20px;
  }

  .coosing {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .why-coaching, .what-coachong {
    margin-right: 0;
  }

  .what-coachong.home-page {
    margin-top: 0;
  }

  .goat-block {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .my-client {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .my-client.mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}


