:root {
  --black: #333;
  --white: #f4f4f4;
  --red: red;
}

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
}

h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

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

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: static;
  overflow: visible;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0%;
  position: static;
}

.page-padding.is-home-hero {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-padding.footer-sizes {
  padding-bottom: 30em;
}

.body {
  background-color: var(--white);
  color: var(--white);
}

.header-bar {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-logo-main {
  cursor: pointer;
  width: 15rem;
  transition: all .4s;
}

.link-logo-main:hover {
  transform: scale(.9);
}

.language-switcher {
  z-index: 100;
  justify-content: center;
  display: none;
  position: static;
  inset: 20% 5% auto auto;
}

.en-link {
  border: 1px solid var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  transition: all .5s;
  display: flex;
}

.en-link:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 8px;
}

.ua-link-active {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  transition: all .5s;
  display: flex;
}

.ua-link-active:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
}

.hero-main-content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.left-hero-item {
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.right-hero-item {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.hero-text-1 {
  display: block;
}

.hero-text-1.scaleup {
  animation-delay: calc((var(--i) * 50ms)  + 1s);
  animation-duration: 1s;
  animation-timing-function: ease;
}

.max-main {
  max-width: 70%;
}

.text-max {
  color: var(--black);
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 800;
}

.underline-text-max.slideup {
  animation-name: slideright;
}

.zhittepys-sec {
  margin-top: 0;
  position: static;
  top: 0;
  overflow: visible;
}

.zhittepys-content {
  height: auto;
  position: static;
  overflow: visible;
}

.heading {
  text-align: center;
  line-height: 1;
}

.heading.scaleup {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: .2s;
}

.top-content-zhittepys {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.left-content-main-item {
  width: 50%;
  height: 100%;
}

.right-content-main-item {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.para-text {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.para-text.footer {
  opacity: .6;
}

.main-img2 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: auto;
  position: absolute;
  inset: auto -2.5rem -11.5rem auto;
}

.scrible-main-img {
  width: 50%;
  height: 100%;
  position: relative;
  top: 5rem;
}

.bot-content-zhittepys {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-top: 15rem;
  display: grid;
  position: static;
  overflow: visible;
}

.left-content-bot-zhittepys {
  width: auto;
}

.right-content-bot-zhittepys {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.flwr-main1 {
  z-index: 2;
  position: relative;
  top: 0;
  left: 13.5rem;
}

.flwr-main1.loop-spin {
  animation-duration: 15s;
}

.text-zhittepys-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.text-zhittepys-item.last-item {
  margin-bottom: 0;
}

.qube-img {
  padding-top: .125rem;
}

.sticky-photo {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: sticky;
  top: 2rem;
}

.max-3-img {
  min-height: NaN% ;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-bottom: 0%;
  display: block;
  position: static;
  top: 0;
}

.flwr2-img {
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.spogady-content {
  width: 100%;
}

.top-spogady-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.left-content-spogady-top {
  width: 50%;
  height: 100%;
  position: sticky;
  top: 2rem;
}

.right-content-spogady-top {
  width: 50%;
}

.max-spogady-img.sticky-img {
  position: static;
  top: 0;
  overflow: visible;
}

.name-quote-block {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.span-thin {
  font-weight: 400;
}

.mid-spogady-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.heart-img {
  max-width: 50%;
}

.left-content-spogady-mid {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.right-content-spogady-mid {
  width: 50%;
}

.mid2-spogady-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -2rem;
  display: flex;
  position: relative;
}

.right-content-spogady-mid2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-content-spogady-mid2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sun-img.loop-spin {
  animation-duration: 15s;
}

.bot-spogady-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -5rem;
  display: flex;
}

.left-content-spogady-bot {
  width: 50%;
  margin-top: 10rem;
}

.right-content-spogady-bot {
  width: 50%;
  position: relative;
}

.spogady-flwr1 {
  position: absolute;
  inset: -2.5rem 4.5rem auto auto;
}

.spogady-flwr2 {
  position: absolute;
  inset: -5rem -3.5rem auto auto;
}

.name-quote-block2 {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.max-svitlina {
  width: 100%;
  margin-top: 0;
}

.svitlina-content {
  width: 100%;
  position: relative;
}

.svitlini-block {
  margin-top: 3rem;
}

.virshi-sec-mobile {
  display: none;
  overflow: visible;
}

.pamyat-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 3rem;
  display: flex;
}

.fb-button {
  cursor: pointer;
  mix-blend-mode: normal;
  height: 100%;
  transition: all .4s;
}

.fb-button:hover {
  mix-blend-mode: normal;
}

.link-socials {
  cursor: pointer;
  align-self: auto;
  width: auto;
  height: 100%;
  transition: all .4s;
}

.link-socials:hover {
  filter: invert();
}

.link-socials.hide-this {
  display: block;
}

.flwr-pamyat {
  position: absolute;
  inset: -3rem 28rem auto auto;
}

.flwr-pamyat.loop-spin {
  animation-duration: 15s;
}

.boots-img {
  margin-top: 3rem;
}

.footer-sec {
  mix-blend-mode: normal;
  position: relative;
}

.left-footer {
  width: 50%;
}

.right-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.bg-footer {
  z-index: -5;
  pointer-events: none;
  mix-blend-mode: darken;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link {
  transition: all .4s;
}

.social-link:hover {
  transform: scale(1.1)rotate(15deg);
}

.footer-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -13rem;
  display: flex;
}

.up-button-new {
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: difference;
  width: 3.5em;
  transition: all .5s;
  position: fixed;
  inset: auto 1% 1% auto;
}

.up-button-new:hover {
  transform: rotate(-45deg);
}

.scaleup {
  animation-name: scaleup;
  animation-duration: .5s;
  animation-delay: calc(var(--i) * 0s);
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.loop-spin {
  animation-name: loop-spin;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.html-embed {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.slideup {
  animation-name: slideup;
  animation-duration: .5s;
  animation-delay: calc(var(--i) * 0s);
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.max-svitlina-mobile, .max-svitlina-mobile-text {
  width: 100%;
  margin-top: 0;
}

.bot2-spogady {
  width: 100%;
}

.max-spogady-img-2 {
  margin-bottom: 2rem;
}

.bot2-spogady-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.spogady-flwr1-2 {
  position: absolute;
  inset: -2.5rem 4.5rem auto auto;
}

.spogady-flwr2-3 {
  position: absolute;
  inset: -1.5rem auto auto -4rem;
}

.spogady-flwr2-3.loop-spin {
  animation-duration: 15s;
  inset: -3.5rem -3.5rem auto auto;
}

.para-text-quote {
  color: var(--black);
  padding-right: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.para-text-quote.footer {
  opacity: .6;
}

.top-spogady-wrapper2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.bot-spogady-wrapper2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.right-content-spogady-bot2 {
  width: 50%;
  position: sticky;
  top: 2rem;
}

.left-content-spogady-bot2 {
  width: 50%;
  margin-top: 0;
}

.name-quote-block3 {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
}

.link-logo-fond {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 10rem;
  margin-top: 2rem;
  margin-bottom: 0;
  transition: all .4s;
  overflow: hidden;
}

.text-link {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  cursor: pointer;
  transition: all .4s;
}

.text-link:hover {
  opacity: .5;
}

.fond-maxa-socials {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--black);
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding: 1.2rem 1rem;
  display: flex;
}

.h3-max-fond {
  color: var(--black);
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
}

.social-icon {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.max-spogady-img22.sticky-img {
  margin-top: 1rem;
  position: static;
  top: 0;
  overflow: visible;
}

.span-bold {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .page-padding {
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .page-padding.is-home-hero {
    width: auto;
  }

  .page-padding.footer-sizes {
    padding-bottom: 18.5em;
  }

  .link-logo-main {
    width: 12rem;
  }

  .language-switcher {
    top: 5%;
  }

  .left-hero-item {
    grid-row-gap: .5rem;
  }

  .max-main {
    max-width: 90%;
  }

  .text-max {
    text-align: center;
    line-height: 1.2;
  }

  .para-text {
    font-size: 1rem;
  }

  .main-img2 {
    bottom: -11rem;
    right: 0;
  }

  .scrible-main-img {
    top: 13.5rem;
    left: -24.3rem;
  }

  .flwr-main1.loop-spin {
    top: -5.5rem;
    left: 8rem;
  }

  .flwr2-img {
    width: 6rem;
  }

  .quote-img {
    width: 5rem;
  }

  .heart-img {
    width: 14rem;
  }

  .right-content-spogady-mid {
    width: 80%;
  }

  .mid2-spogady-wrapper {
    margin-top: -2.5rem;
  }

  .sun-img.loop-spin {
    width: 5rem;
  }

  .bot-spogady-wrapper {
    margin-top: -2.5rem;
  }

  .left-content-spogady-bot {
    margin-top: 5rem;
  }

  .spogady-flwr1 {
    width: 3rem;
    top: -1.2rem;
    right: 3.5rem;
  }

  .spogady-flwr2 {
    width: 4rem;
    top: -2.5rem;
    right: -1rem;
  }

  .virshi-sec-desk {
    display: block;
  }

  .virshi-sec-mobile {
    display: none;
  }

  .pamyat-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .fb-button {
    width: 80%;
    display: block;
  }

  .link-socials {
    justify-content: center;
    align-self: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .flwr-pamyat.loop-spin {
    width: 4rem;
    top: 3rem;
    right: 29rem;
  }

  .right-footer {
    flex-flow: wrap;
  }

  .social-link {
    width: auto;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
    margin-top: -10rem;
  }

  .up-button-new.w--current {
    border: 1px none var(--black);
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .arrow-img {
    background-color: var(--black);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .spogady-flwr1-2 {
    width: 3rem;
    top: -1.2rem;
    right: 3.5rem;
  }

  .spogady-flwr2-3 {
    width: 4rem;
    top: -2.5rem;
    right: -1rem;
  }

  .spogady-flwr2-3.loop-spin {
    top: -2rem;
    right: -1rem;
  }

  .para-text-quote {
    font-size: 1rem;
  }

  .bot-spogady-wrapper2 {
    margin-top: 2rem;
  }

  .left-content-spogady-bot2 {
    margin-top: 0;
  }

  .link-logo-fond {
    width: 9rem;
    margin-top: 1rem;
  }

  .fond-maxa-socials {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1.5rem;
    display: flex;
  }

  .h3-max-fond {
    width: auto;
    font-size: 1.2em;
  }

  .social-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .book-div {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 3rem;
  }

  .main-img2 {
    max-width: 70%;
  }

  .scrible-main-img {
    left: -18rem;
  }

  .bot-content-zhittepys {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .flwr-main1.loop-spin {
    top: -4rem;
    left: 5.5rem;
  }

  .top-spogady-wrapper {
    flex-flow: column;
  }

  .left-content-spogady-top {
    width: 100%;
    position: relative;
    top: 0;
  }

  .right-content-spogady-top {
    width: 100%;
  }

  .heart-img {
    width: 10rem;
  }

  .virshi-sec-desk {
    display: none;
  }

  .max-svitlina {
    background-color: #fff;
  }

  .virshi-sec-mobile {
    display: block;
  }

  .pamyat-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-socials {
    justify-content: center;
    align-self: auto;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .flwr-pamyat.loop-spin {
    width: 3rem;
    top: 2.5rem;
    right: 21.5rem;
  }

  .right-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 40%;
  }

  .footer-logo {
    align-items: flex-end;
    margin-top: -7rem;
  }

  .max-svitlina-mobile {
    background-color: #fff;
  }

  .max-svitlina-mobile-text {
    background-color: #fff0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-svitlina-mobile-text.dark {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bot2-spogady {
    width: 100%;
  }

  .bot2-spogady-wrapper, .top-spogady-wrapper2 {
    flex-flow: column;
  }

  .bot-spogady-wrapper2 {
    margin-top: 4rem;
  }

  .name-quote-block3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .fond-maxa-socials {
    justify-content: center;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h3-max-fond {
    font-size: 1em;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.footer-sizes {
    padding-bottom: 8em;
  }

  .language-switcher {
    align-items: center;
  }

  .en-link {
    padding: .5em;
    font-weight: 700;
    line-height: 1;
  }

  .ua-link-active {
    padding: .5em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
  }

  .hero-main-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .left-hero-item, .right-hero-item {
    width: 100%;
  }

  .max-main {
    max-width: 100%;
  }

  .text-max {
    font-size: 1.6em;
  }

  .heading {
    font-size: 2.2rem;
  }

  .top-content-zhittepys {
    flex-flow: column;
    margin-top: 2rem;
  }

  .left-content-main-item, .right-content-main-item {
    width: 100%;
  }

  .para-text {
    text-align: left;
  }

  .main-img2 {
    max-width: 100%;
    position: relative;
    bottom: -3rem;
  }

  .scrible-main-img {
    top: 2.3rem;
    left: 0;
  }

  .bot-content-zhittepys {
    margin-top: 0;
  }

  .flwr-main1.loop-spin {
    top: -8rem;
  }

  .top-spogady-wrapper {
    margin-top: 2rem;
  }

  .left-content-spogady-top {
    position: relative;
    top: 0;
  }

  .span-thin {
    text-align: left;
  }

  .mid-spogady-wrapper {
    flex-flow: column;
  }

  .heart-img {
    width: 4rem;
  }

  .right-content-spogady-mid {
    width: 100%;
  }

  .mid2-spogady-wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 2rem;
  }

  .right-content-spogady-mid2 {
    width: 20%;
  }

  .bot-spogady-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .left-content-spogady-bot {
    width: 100%;
    margin-top: 2rem;
  }

  .right-content-spogady-bot {
    width: 100%;
  }

  .spogady-flwr1 {
    right: 4.5rem;
  }

  .spogady-flwr2 {
    right: 0;
  }

  .fb-button {
    width: 100%;
    height: 5rem;
  }

  .link-socials {
    height: auto;
  }

  .left-footer {
    width: 100%;
  }

  .right-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .social-link {
    width: auto;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .bot2-spogady-wrapper {
    margin-top: 4rem;
  }

  .spogady-flwr1-2 {
    right: 4.5rem;
  }

  .spogady-flwr2-3 {
    right: 0;
  }

  .para-text-quote {
    text-align: left;
  }

  .top-spogady-wrapper2 {
    margin-top: 4rem;
  }

  .bot-spogady-wrapper2 {
    flex-flow: column;
    margin-top: 4rem;
  }

  .right-content-spogady-bot2 {
    width: 100%;
  }

  .left-content-spogady-bot2 {
    width: 100%;
    margin-top: 2rem;
  }

  .name-quote-block3 {
    flex-flow: row;
  }

  .bold-text {
    text-align: left;
  }

  .fond-maxa-socials {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .h3-max-fond {
    text-align: center;
  }

  .social-icon {
    grid-column-gap: 2rem;
  }

  .book-div {
    width: 100%;
  }
}


