:root {
  --black: black;
  --white: white;
  --light-grey: #afafaf;
  --dark-grey: #6d6d6d;
  --hover: #fff0ac;
  --red: #e62b2a;
}

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

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

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

body {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.13em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.7em;
}

a {
  text-decoration: underline;
}

a:visited {
  color: var(--black);
}

.hero {
  background-image: url('../images/wschod-slonca.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-wrapper {
  height: 100%;
  position: relative;
  inset: 0% 0% 0;
}

.sm {
  color: var(--white);
}

.sm:hover {
  color: var(--light-grey);
}

.sm.kontakt {
  color: var(--black);
  padding: 0;
}

.sm.phone {
  padding-left: 5px;
}

.button-open {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 1.88em;
  height: 1.88em;
  margin-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: var(--white);
  width: 1.88em;
  height: .13em;
}

.line2 {
  background-color: var(--white);
  width: 1.25em;
  height: .13em;
}

.line-3 {
  background-color: var(--white);
  width: .63em;
  height: .13em;
}

.social-media.kontakt {
  flex-direction: row;
  align-items: center;
  padding: 30px 0 0;
  display: flex;
}

.sm-link {
  padding-right: 30px;
  display: none;
}

.hero-content {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 9% 24% 0%;
}

.hero-content.small {
  bottom: 11%;
  right: 7%;
}

.white {
  color: var(--white);
  text-align: right;
  text-transform: lowercase;
  font-size: 1.2em;
}

.nav-bar {
  z-index: 100;
  margin-top: 0;
  padding: 30px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.container {
  max-width: 1200px;
}

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

.container.small {
  max-width: 1100px;
}

.container.popup {
  justify-content: flex-end;
  display: flex;
}

.menu-wrapper {
  z-index: 101;
  background-color: #000000e6;
  width: 30%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.menu-nav {
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.25em;
  text-decoration: none;
}

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

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link.w--current:hover {
  color: var(--light-grey);
}

.nav-link.w--current:active {
  color: var(--white);
}

.line-1-close {
  background-color: var(--white);
  width: 1.5em;
  height: .13em;
  transform: translate(0, 2px)rotate(45deg);
}

.line-2-close {
  background-color: var(--white);
  width: 1.5em;
  height: .13em;
  transform: rotate(-45deg);
}

.button-close {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
  top: 3.13em;
  left: 7em;
}

.nav-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1-white {
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  display: none;
}

.about {
  height: auto;
  padding: 90px 1.88em;
  overflow: hidden;
}

.about-right {
  width: 50%;
}

.about-left {
  width: 40%;
  padding-top: 0;
}

.about-photo {
  width: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-graphic {
  z-index: -1;
  margin: -43px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.about-height {
  padding-top: 100%;
  position: relative;
}

.header-dots {
  padding-top: .63em;
  padding-bottom: 2.25em;
}

.button {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: .13em solid #000;
  border-radius: 0;
  margin-top: 30px;
  padding-left: 2.19em;
  padding-right: 2.19em;
  font-weight: 600;
  line-height: 1.2em;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.process {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
  margin-top: 30px;
  margin-left: 0;
  margin-right: 30px;
}

.button.process:hover {
  color: var(--dark-grey);
  background-color: #0000;
}

.quote {
  background-image: url('../images/polaryzacja.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
  overflow: hidden;
}

.quote-content {
  text-align: center;
  background-color: #535353c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 1.98em 3.88em 3.48em;
  display: flex;
}

.html-embed {
  padding-top: 0;
  padding-bottom: 10px;
}

.paragraph-white-italic {
  color: var(--white);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-style: normal;
  line-height: 1.6em;
}

.oferta {
  text-align: center;
  height: auto;
  padding: 6.56em 3em;
  overflow: hidden;
}

.header-oferta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.box-items {
  grid-column-gap: 48px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.box-item {
  background-color: #f4f4f4;
}

.box-photo {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.box-content {
  text-align: left;
  background-color: #f4f4f400;
  padding: 30px;
}

.box-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/zachod-slonca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.footer-wrap {
  grid-column-gap: 34.25em;
  grid-row-gap: 28.75em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-right: 0;
  display: grid;
}

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

.footer-item {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.icon-footer {
  padding-bottom: 0;
  padding-right: 15px;
}

.text-block, .copyright {
  color: var(--white);
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

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

.footer-link:visited {
  color: var(--white);
}

.hero-small {
  background-image: url('../images/wschod-slonca.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.o-mnie {
  padding: 120px 50px;
  overflow: hidden;
}

.o-mnie-wrapper {
  grid-column-gap: 71px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.left {
  text-align: left;
}

.cytat-wrap {
  max-width: 100%;
  padding: 30px 20px 20px;
}

.cytat-wrap._2 {
  max-width: 37.5em;
  padding-top: 0;
}

.nav-bg {
  z-index: -10;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  height: 8.7em;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.konsultacje {
  padding: 120px 50px;
}

.konsultacje-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.konsultacje-content {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.pic {
  flex: 1;
}

.text {
  flex: 1;
  padding-left: 57px;
  padding-right: 57px;
}

.process-work {
  display: none;
}

.p-center {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1em;
  line-height: 1.7em;
}

.zasady {
  padding: 120px 50px;
}

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

.zasady-content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 80px;
  display: block;
}

.coaching-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 50px;
  display: flex;
}

.coaching-content {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.psychoterapia {
  padding: 120px 50px;
}

.psychoterapia-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.praca-z-grupami {
  padding: 120px 50px 50px;
  overflow: hidden;
}

.praca-z-grupami-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kontakt {
  padding: 120px 50px;
  overflow: hidden;
}

.kontakt-wrap {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.data {
  flex: 0 auto;
}

.p-kontakt {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.heading-4 {
  font-size: 1em;
}

.author-wrap {
  color: var(--light-grey);
  padding-bottom: 10px;
  font-size: .9em;
}

.cytat {
  color: var(--dark-grey);
  text-align: center;
  font-size: .88em;
}

.author, .heading-5 {
  text-align: center;
}

.oferta-more {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.h3-grey-center {
  color: var(--dark-grey);
  text-align: center;
}

.back-oferty {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.kontakt-more {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.logo-img.stopka {
  padding-bottom: 20px;
}

.sm-mobile {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.slider-quotes {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.cytat-2 {
  color: #6d6d6d;
  text-align: center;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.6em;
}

.cytat-2.slide {
  line-height: 2em;
}

.author-wrap-2 {
  color: #afafaf;
  padding-bottom: 10px;
  font-size: .9em;
}

.right-arrow {
  display: none;
}

.slide-content-wrap {
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.slider {
  color: #afafaf;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.mask {
  width: 100%;
}

.logo {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.left-arrow, .icon, .icon-2 {
  display: none;
}

._404-wrap {
  background-image: url('../images/wschod-slonca.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

._404-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._404-text {
  font-size: 14em;
}

.text-wrap {
  color: var(--white);
  height: 100%;
  margin-top: 130px;
  font-weight: 700;
}

.button-404 {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
  margin-top: 174px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.line {
  background-color: var(--black);
  color: var(--black);
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.osrodki {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.logo-osrodek {
  max-width: 80%;
  padding-top: 10px;
}

.cookie {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: 1px solid #000;
  border-radius: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 51px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-img {
  margin-right: 0;
}

.pp {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  font-size: 12px;
  line-height: 14px;
}

.pp-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.close-btn {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.close-btn:visited, .pp-footer {
  color: var(--white);
}

.pp-footer-link {
  color: var(--white);
  text-decoration: none;
}

.pp-footer-link:hover {
  color: var(--light-grey);
}

.pp-footer-link:visited {
  color: var(--white);
}

.tel-popup {
  z-index: 999;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 4.8em;
  margin-right: 7.1em;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.tel-body {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-right: 0;
  padding: 10px 15px;
  display: flex;
}

.phone-numer {
  color: var(--white);
  text-align: center;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 600;
}

.popup-close {
  background-color: var(--white);
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
}

.phone-link-mobile {
  display: none;
}

.medfile {
  margin: 50px;
}

.wizyta, .osrodki-mobile {
  display: none;
}

.osrodki2-wrap {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

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

  .container.about, .container.offer {
    max-width: 1400px;
  }

  .menu-wrapper {
    width: 16%;
  }

  .button-close {
    top: 2.43em;
    left: 3em;
  }

  .about-photo {
    width: 80%;
  }

  .about-img {
    position: absolute;
    inset: 0% auto auto 0%;
  }

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

@media screen and (max-width: 991px) {
  p {
    text-align: center;
  }

  .hero {
    background-position: 50%;
  }

  .button-open {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .social-media.kontakt {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .hero-content {
    inset: auto 0% 15%;
  }

  .hero-content.small {
    display: none;
    inset: auto 0% 5%;
  }

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

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar.mobile {
    background-color: var(--black);
  }

  .nav-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-wrapper {
    width: 100%;
    height: 100%;
  }

  .menu-nav {
    height: auto;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-close {
    left: 3em;
  }

  .nav-link-wrap {
    flex-direction: row;
    align-items: center;
  }

  .h1-white {
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-right {
    text-align: center;
    flex: 1;
    align-self: center;
    width: 100%;
  }

  .about-left {
    flex: 1;
  }

  .button.process {
    margin-left: 15px;
    margin-right: 15px;
  }

  .oferta {
    padding-left: 2em;
    padding-right: 2em;
  }

  .box-items {
    grid-column-gap: 29px;
  }

  .footer-wrap {
    grid-row-gap: 3.5em;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .col-left, .col-right {
    text-align: center;
  }

  .footer-item {
    justify-content: center;
  }

  .hero-small {
    display: none;
  }

  .o-mnie {
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .o-mnie-wrapper {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .o-mnie-desc, .left {
    text-align: center;
  }

  .nav-bg {
    height: 3.2em;
  }

  .konsultacje {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .konsultacje-wrapper {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .konsultacje-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .pic {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .text {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .zasady {
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zasady-content {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .coaching {
    margin-top: 90px;
  }

  .coaching-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .coaching-content {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 0;
  }

  .psychoterapia, .praca-z-grupami {
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kontakt {
    padding: 50px 29px 0;
    overflow: visible;
  }

  .kontakt-wrap {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .data {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .p-kontakt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-4 {
    text-align: center;
    align-self: center;
  }

  .img-psycho {
    max-width: 90%;
  }

  .kontakt-more {
    align-items: center;
  }

  .sm-mobile {
    padding-left: 0;
    display: block;
  }

  .image {
    max-width: 40%;
  }

  .line {
    display: none;
  }

  .osrodki {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .logo-osrodek {
    max-width: 70%;
  }

  .cookie {
    max-width: 100%;
    padding-left: 39px;
    padding-right: 39px;
  }

  .pp {
    text-align: center;
  }

  .phone-link {
    display: none;
  }

  .phone-link-mobile {
    display: inline-block;
  }

  .medfile {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .osrodki-mobile {
    display: block;
  }

  .osrodki2-wrap {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h4, p {
    text-align: center;
  }

  .sm.phone {
    padding-left: 20px;
  }

  .button-open {
    flex: 0 auto;
  }

  .social-media {
    flex: 0 auto;
    display: none;
  }

  .social-media.kontakt {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    inset: auto 0% 8%;
  }

  .hero-content.small {
    inset: auto 0% 10%;
  }

  .white {
    margin-bottom: 5px;
  }

  .nav-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container.about {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-nav {
    height: 100%;
  }

  .nav-link.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap {
    flex-direction: column;
    align-items: center;
  }

  .h1-white {
    margin-bottom: 5px;
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .about {
    padding-bottom: 20px;
  }

  .about-right {
    text-align: center;
    width: auto;
  }

  .about-right.sg {
    margin-top: 160px;
  }

  .about-left {
    width: 100%;
  }

  .about-left.sg {
    width: 80%;
  }

  .about-photo {
    width: 100%;
    height: auto;
    inset: 0% 0% auto;
  }

  .about-graphic {
    margin: -36px auto -12px;
  }

  .about-img {
    position: static;
    inset: 0% auto auto 0%;
  }

  .about-height {
    position: relative;
  }

  .oferta {
    padding-top: 3.86em;
    padding-bottom: 3.86em;
  }

  .box-items {
    flex-direction: column;
    grid-template-columns: .75fr;
    place-items: stretch center;
    margin-top: 40px;
    display: flex;
  }

  .box-content {
    text-align: center;
  }

  .o-mnie-wrapper {
    margin-top: 20px;
  }

  .nav-bg {
    height: 4.3em;
  }

  .p-center, .zasady {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zasady-content {
    margin-top: 50px;
  }

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

  .coaching-content {
    justify-content: center;
  }

  .psychoterapia {
    margin-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .praca-z-grupami {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .sm-mobile {
    flex: 0 auto;
    margin-top: 30px;
    display: block;
  }

  .logo {
    justify-content: flex-end;
    padding-right: 0;
  }

  .image {
    max-width: 50%;
  }

  .photo-coaching {
    padding-top: 50px;
  }

  .pp {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .phone-link {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .sm {
    color: #fff;
  }

  .button-open {
    margin-right: 15px;
  }

  .social-media.kontakt {
    padding-right: 0;
  }

  .hero-content {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 12%;
  }

  .white {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrapper {
    padding-left: 0;
  }

  .container.about {
    padding-bottom: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .h1-white {
    line-height: 1.1em;
  }

  .about {
    float: none;
    clear: none;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .about-right {
    text-align: center;
  }

  .about-right.sg {
    margin-top: 100px;
  }

  .about-left {
    width: 100%;
  }

  .about-photo {
    inset: 0% 0% auto;
  }

  .about-img {
    inset: 0%;
  }

  .button {
    line-height: 1.2em;
  }

  .button.process {
    margin-left: 0;
    margin-right: 0;
  }

  .quote-content {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: .88em;
    padding-right: .88em;
  }

  .paragraph-white-italic {
    font-size: .9em;
    line-height: 1.5em;
  }

  .oferta {
    padding: 3em 1.25em;
  }

  .header-oferta {
    padding-left: 0;
    padding-right: 0;
  }

  .box-items {
    margin-top: 50px;
  }

  .box-content {
    padding: 20px;
  }

  .footer-wrap {
    text-align: center;
  }

  .o-mnie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .o-mnie-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cytat-wrap._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .konsultacje {
    padding: 50px 20px;
  }

  .konsultacje-content {
    margin-top: 50px;
  }

  .coaching-wrapper, .psychoterapia {
    padding-left: 30px;
    padding-right: 30px;
  }

  .praca-z-grupami {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontakt {
    padding: 40px 20px 0;
  }

  .kontakt-wrap {
    align-items: center;
  }

  .data {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .p-kontakt {
    text-align: center;
    padding-top: .31em;
  }

  .oferta-more, .kontakt-more {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img.stopka {
    max-width: 87%;
  }

  .right-arrow {
    display: none;
  }

  .slide-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    align-items: center;
    width: 100%;
  }

  .logo {
    justify-content: flex-end;
    display: flex;
  }

  .image {
    max-width: 70%;
  }

  .osrodki {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .logo-osrodek {
    max-width: 100%;
  }

  .cookie {
    flex-direction: column;
    padding: 20px 15px;
  }

  .cookie-img {
    margin-right: 0;
  }

  .pp {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    line-height: 12px;
  }

  .close-btn {
    margin-left: 0;
  }

  .phone-link {
    display: inline-block;
  }

  .osrodki2-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

#w-node-_9f746c39-d497-05bb-4f95-af00cfa27eeb-cfa27ee8 {
  justify-self: start;
}

#w-node-_9f746c39-d497-05bb-4f95-af00cfa27ef6-cfa27ee8 {
  justify-self: end;
}

#w-node-d51fd1c0-c2f0-8ccb-a863-d6468585d688-e2986600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9f746c39-d497-05bb-4f95-af00cfa27eeb-cfa27ee8 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab3306f0-d682-984b-f875-7fc05cda30eb-7457f8f6 {
    place-self: center;
  }

  #w-node-d51fd1c0-c2f0-8ccb-a863-d6468585d688-e2986600 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


