:root {
  --floral-white: #fefdf7;
  --rozowy: #ffebe1;
  --niebieski: #183a6b;
  --midnight-blue: #222b4000;
  --granat: #091a40;
  --light-grey: #d7d0cf;
  --szary: #222b40b3;
  --goldenrod: #f8b940;
  --black: black;
}

body {
  color: #222b40;
  background-color: #fefdf7;
  font-family: paralucent;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 86px;
  font-weight: 500;
  line-height: 1.15em;
}

h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #222b40b3;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.main {
  background-image: linear-gradient(130deg, var(--floral-white) 40%, #e8e4e1);
}

.content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: translate(0);
}

.content.mod--header {
  align-items: stretch;
  max-width: none;
  overflow: hidden;
}

.content.mod--footer {
  align-items: stretch;
  overflow: visible;
}

.content.conhero {
  max-width: none;
  transform: none;
}

.header__columns {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  bottom: 0;
}

.section {
  padding: 56px 80px;
  position: relative;
}

.section.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 80px 0% auto;
}

.section.mod--hero {
  color: var(--floral-white);
  padding-top: 270px;
  padding-bottom: 0;
}

.section.mod--footer {
  color: var(--floral-white);
  padding-top: 105px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.mod--articles {
  color: var(--floral-white);
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.mod--articles.sekcjamobkim {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.mod--app {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.mod--app.sekcjasciagnij {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section.mod--grow {
  padding: 0 4rem 6rem;
}

.section.mod--grow.jakzostacsekcja {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
}

.section.mod--grow.sek {
  padding-bottom: 1.5rem;
}

.hero__columns {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -40px;
  padding-top: 0;
  display: flex;
  transform: translate(0, -129px);
}

.footer__columns {
  justify-content: space-between;
  margin-right: -40px;
  display: flex;
  overflow: visible;
}

.header__logo {
  transform: translate(0);
}

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

.header__nav-link {
  color: var(--rozowy);
  letter-spacing: 0;
  flex-direction: column;
  margin-bottom: -3px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
  position: relative;
}

.header__col {
  flex: 1;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.mod--2 {
  flex: none;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--2 {
  color: var(--rozowy);
  flex-flow: column;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: flex;
}

.footer__col.mod--3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 65%;
  margin: 0 auto 20px;
  display: flex;
}

.bg-dark {
  z-index: 0;
  background-color: #173767;
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-dark.mod--hero {
  background-color: #142d52;
  background-image: radial-gradient(circle, #1a3f75, #0d2148);
  border-radius: 20px;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-dark.mod--footer {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.bg-dark.mod--footer.zaonagorze {
  background-color: var(--niebieski);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: visible;
}

.bg-dark.kimjestmo {
  margin-left: 4rem;
  margin-right: 4rem;
}

.btn {
  color: var(--floral-white);
  text-align: center;
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #222b40;
  min-width: 136px;
  padding: 19px 32px 17px;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
}

.btn.mod--app {
  margin-top: 14px;
}

.btn.mod--big.active {
  background-color: var(--midnight-blue);
}

.btn.mod--big.active:hover {
  background-color: var(--midnight-blue);
  color: var(--floral-white);
}

.btn.mod--modal {
  background-color: var(--niebieski);
  border-radius: 10px;
  width: 40px;
  min-width: auto;
  height: 40px;
  min-height: auto;
  padding: 0;
}

.hero__col.mod--1 {
  width: 33%;
  max-width: none;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  display: flex;
}

.hero__col.mod--2 {
  align-items: flex-start;
  width: 33%;
  margin-top: auto;
  display: flex;
}

.input {
  opacity: 1;
  color: var(--rozowy);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #f8f6f1;
  border-radius: 0;
  height: 58px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: #f8f6f1;
}

.input::placeholder {
  color: var(--floral-white);
}

.input.mod--modal {
  color: var(--midnight-blue);
  letter-spacing: 0;
  text-transform: none;
  border-bottom-color: #222b4033;
  height: 72px;
  font-size: 1rem;
}

.input.mod--modal::placeholder {
  color: #222b4080;
  text-transform: none;
}

.form {
  position: relative;
}

.form.mod--hero {
  width: 208px;
}

.form-block {
  margin-top: 80px;
  margin-bottom: 0;
}

.form-block.mod--app {
  margin-top: 0;
}

.form-block.mod--hero {
  opacity: 0;
  color: var(--rozowy);
  margin-top: 55px;
  overflow: hidden;
}

.form__submit {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/arrow-input.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  margin-right: -12px;
  padding: 0;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.form__submit:hover {
  background-position: 60% 35%;
}

.hero__graph-wrap {
  background-color: var(--niebieski);
  opacity: 1;
  flex: none;
  width: 376px;
  height: 400px;
  margin-top: -35px;
  padding: 56px 40px;
  position: relative;
}

.hero__graph-wrap.pusty {
  background-color: var(--midnight-blue);
  opacity: 0;
}

.hero__graph-line {
  background-image: url('../images/graph_invest-line.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.hero__graph-circle {
  z-index: 2;
  max-width: none;
  position: absolute;
  top: 45px;
  right: -40px;
  transform: translate(32px, 156px);
}

.hero__graph-circle.kolkofooter {
  transform: translate(-29px);
}

.introd__columns {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1132px;
  display: flex;
}

.introd__col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: none;
  display: flex;
}

.introd__col.kolumnafilm {
  width: 100%;
}

.introd__ava-wrap {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.introd__ava-img {
  border: 2px solid #583bac00;
  border-radius: 100px;
  padding-bottom: 20px;
  transition: all .3s;
}

.introd__ava-play {
  z-index: 1;
  background-color: var(--floral-white);
  opacity: 0;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 20px #222b401f;
}

.introd__ava-play-ico {
  z-index: 1;
  position: relative;
}

.introd__img {
  object-fit: scale-down;
  object-position: 0% 100%;
  height: 125px;
  margin-bottom: 32px;
}

.grow__columns {
  justify-content: space-between;
  display: flex;
}

.grow__col.mod--1 {
  flex: 1;
  padding-right: 84px;
}

.grow__col.mod--2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.grow__graph-wrap {
  background-color: var(--niebieski);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 80px 80px 45px 103px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grow__graph-line {
  z-index: 1;
  border-left: 4px solid var(--floral-white);
  background-image: linear-gradient(#efebe700, #efebe74d);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 100%;
  display: flex;
  position: relative;
}

.grow__graph-line.mod--1, .grow__graph-line.mod--3 {
  max-height: 99px;
}

.grow__graph-line.mod--4 {
  max-height: 51px;
}

.grow__graph-line.mod--5 {
  max-height: 99px;
}

.grow__graph-line.mod--6 {
  max-height: 147px;
}

.grow__graph-line.mod--7 {
  background-image: linear-gradient(#efebe700, #efebe74d);
}

.grow__count-columns {
  justify-content: space-between;
  max-width: 700px;
  margin-top: 32px;
  display: flex;
}

.grow__count-col {
  max-width: 192px;
}

.grow__count-numb {
  margin-bottom: 10px;
}

.grow__desc {
  color: var(--rozowy);
  text-align: center;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 32px;
  margin-bottom: 42px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.grow__desc.opisdic {
  color: var(--niebieski);
  max-width: 80%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.3;
}

.grow__desc.opisdic.koltekstzarabiaj {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
}

.grow__desc.opisdic.koltekstzarabiaj.dolnypadding {
  padding-bottom: 100px;
}

.grow__desc.opisdic.koltekstzarabiaj._50 {
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.grow__desc.podwart {
  max-width: none;
  font-size: 1rem;
  line-height: 1.3;
}

.grow__desc.margineskim {
  max-width: none;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

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

.heading--pink {
  color: var(--rozowy);
}

.articles__grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-right: -2rem;
  display: grid;
}

.articles__block {
  z-index: 1;
  border: 2px solid var(--midnight-blue);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 72px 32px 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.articles__block.mod--1 {
  border-width: 1px;
  border-color: var(--rozowy);
  background-color: var(--niebieski);
  border-radius: 20px;
  padding: 4rem 2rem 3rem;
}

.articles__block.mod--1:hover {
  border-color: var(--floral-white);
}

.articles__block.mod--2 {
  border-style: none;
  border-color: var(--rozowy);
  background-color: var(--rozowy);
  color: #222b40;
  border-radius: 20px;
  padding: 4rem 2rem 3rem;
}

.articles__block.mod--2:hover {
  border-color: #927cff;
}

.articles__block.mod--3 {
  border-style: none;
  border-color: var(--rozowy);
  background-color: var(--rozowy);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--rozowy);
  border-radius: 20px;
  padding-top: 48px;
  overflow: hidden;
}

.articles__block.mod--3:hover {
  border-color: #927cff;
}

.articles__block.mod--3.kol {
  padding: 4rem 2rem 3rem;
}

.articles__block.mod--4 {
  border-style: none;
  border-color: var(--niebieski);
  background-color: #414a9c;
  border-radius: 20px;
  padding: 4rem 2rem 3rem;
}

.articles__block.mod--4:hover {
  border-color: var(--floral-white);
}

.articles__overtitle {
  letter-spacing: 0;
  align-items: center;
  margin-bottom: 36px;
  font-family: Rubik, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.articles__overtitle.nieb {
  color: var(--niebieski);
}

.articles__overtitle-dash {
  background-color: var(--floral-white);
  width: 20px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
}

.articles__overtitle-dash.mod--invert {
  filter: invert();
}

.articles__title {
  color: var(--niebieski);
  letter-spacing: 0;
  flex: 1;
  margin-bottom: 32px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
}

.articles__title.mod--pink {
  color: var(--rozowy);
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
}

.articles__title.mod--3 {
  color: var(--granat);
  align-items: stretch;
  max-width: 80%;
  display: flex;
}

.articles__bottom {
  color: var(--granat);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.articles__btn {
  background-color: var(--rozowy);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  display: flex;
}

.articles__btn:hover {
  opacity: .8;
}

.articles__btn.mod--dark {
  background-color: var(--midnight-blue);
  color: var(--granat);
}

.articles__btn.mod--dark.niebtlo {
  background-color: var(--niebieski);
  color: var(--niebieski);
}

.articles__btn.mod--dark.niebtlo:hover {
  opacity: .8;
}

.articles__btn.mod--violet {
  background-color: var(--niebieski);
  flex-flow: row;
}

.articles__btn.mod--violet:hover {
  opacity: .8;
}

.articles__btn-arrow {
  filter: invert(90%);
}

.articles__btn-arrow.mod--invert {
  filter: none;
}

.articles__btn-arrow.mod--2 {
  object-fit: scale-down;
  height: 100%;
  position: absolute;
  left: -20px;
}

.articles__bottom-txt {
  color: var(--rozowy);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: -3px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.articles__bottom-txt.drugi {
  color: var(--granat);
}

.articles__bottom-txt.drugi.nieb {
  color: var(--niebieski);
}

.articles__graph-line-wrap {
  z-index: -1;
  -webkit-text-stroke-color: var(--rozowy);
  border-radius: 20px;
  padding: 4rem 2rem 170px;
  position: absolute;
  inset: 0%;
}

.articles__graph-line {
  background-image: url('../images/graph_portfolio-line.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.articles__bottom-p {
  color: var(--niebieski);
  letter-spacing: 0;
  max-width: 27%;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.articles__bottom-p.inne {
  max-width: 90%;
  font-size: 1rem;
}

.articles__title-dollar {
  background-image: url('../images/kapelusz.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 100px;
  margin-top: -10px;
  margin-right: 24px;
  display: block;
}

.articles__ava {
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.articles__stats {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: -16px;
  right: 40px;
  transform: translate(0, 38px);
}

.articles__circle {
  position: absolute;
  top: -20px;
  right: -40px;
}

.articles__chart-wrap {
  position: absolute;
  top: -100px;
  right: -70px;
}

.articles__chart {
  z-index: 1;
  opacity: .33;
  filter: grayscale();
  position: relative;
}

.articles__chart-part {
  opacity: .33;
  filter: grayscale();
  position: absolute;
  top: 182px;
  left: -58px;
}

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

.app__col {
  width: 27%;
}

.app__col.mod--3 {
  flex: 1;
  max-width: 376px;
}

.app__links-wrap {
  -webkit-text-stroke-color: #222b4000;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.app__phone-block {
  background-color: var(--light-grey);
  padding-top: 40px;
  padding-left: 46px;
  padding-right: 46px;
  overflow: hidden;
}

.app__phone-wrap {
  position: relative;
}

.input.mod--app {
  color: var(--midnight-blue);
  border-bottom-color: #222b4026;
  margin-bottom: 24px;
}

.input.mod--app::placeholder {
  color: var(--midnight-blue);
}

.app__title-form {
  font-weight: 500;
}

.footer__site-desc {
  opacity: 1;
  color: var(--niebieski);
  text-align: center;
  letter-spacing: 0;
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 2rem;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.footer__site-desc.reg {
  font-size: 1rem;
}

.footer__site-desc.reg.reg2 {
  max-width: none;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
}

.footer__site-desc.reg.reg2:hover {
  opacity: .8;
}

.footer__site-desc.dopisprawny {
  color: var(--rozowy);
  padding-top: 1.5rem;
  padding-bottom: 0;
  font-size: .8rem;
}

.footer__site-desc.mniejsze {
  color: var(--szary);
  -webkit-text-stroke-color: var(--niebieski);
  max-width: 80%;
  padding-top: 0;
  font-size: 1rem;
}

.footer__site-desc.collective {
  max-width: 100%;
  padding-bottom: 0;
  font-weight: 500;
  transition: all .2s;
}

.footer__site-desc.collective:hover {
  opacity: 1;
}

.footer__titile {
  color: var(--rozowy);
  margin-bottom: 32px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.footer__list {
  column-count: 2;
  flex-flow: column;
  column-gap: 60px;
  margin-bottom: 24px;
  display: flex;
}

.footer__list-item {
  margin-bottom: 10px;
}

.footer__nav-link {
  opacity: .7;
  color: #f8f6f1;
  letter-spacing: .02em;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
}

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

.footer__soc-link {
  border: 1px solid #f8f6f140;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: var(--floral-white);
}

.footer__soc-img {
  filter: brightness(0%) invert();
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__copyright {
  color: #f8f6f1b3;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer__copyright:hover {
  color: #f8f6f1;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 6px;
}

.footer__circle {
  z-index: 1;
  max-width: 66%;
  display: block;
}

.preloader {
  z-index: 999;
  background-image: linear-gradient(140deg, var(--floral-white), #e8e4e1);
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__content {
  background-image: url('../images/circle-txt_learn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.preloader__dark {
  background-color: var(--midnight-blue);
  border-radius: 1000px;
  width: 100vw;
  height: 100vw;
}

.hero__h1-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -84px;
  display: flex;
  position: relative;
}

.anim-wrap {
  color: var(--granat);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  display: flex;
  overflow: hidden;
}

.anim-wrap.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.anim-wrap.mod--submit.active {
  opacity: 0;
}

.anim-wrap.last {
  padding-bottom: 40px;
}

.anim-wrap.opykim {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.anim-wrap.opykim.tytulfair {
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.anim-wrap.fakqverflow {
  justify-content: center;
  align-items: flex-start;
  max-width: 67%;
}

.grow__btn-wrap {
  align-items: center;
  display: flex;
}

.grow__graph-bg {
  z-index: 0;
  background-color: var(--niebieski);
  background-image: url('../images/graph_grow-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% auto 0 0;
}

.articles__block-wrap {
  padding-top: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
}

.articles__ava-img {
  border-radius: 100px;
  position: relative;
  top: -20px;
  right: -15px;
}

.articles__stats-date {
  opacity: 1;
  max-width: 50%;
}

.articles__stats-lines {
  opacity: .33;
  filter: grayscale();
}

.heading2 {
  color: var(--niebieski);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
}

.heading2.heading--center.heading--pink.roz {
  color: var(--rozowy);
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.heading2.heading--center.heading--pink.roz.podkafl {
  font-size: 2rem;
}

.heading2.heading--center.heading--pink.roz.ciemny {
  color: var(--niebieski);
}

.heading2 {
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
}

.heading2.haedlinemniejszy {
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

.heading2.haedlinemniejszy.krokihead {
  padding-bottom: .25rem;
  line-height: 1.3;
}

.heading2.haedlinemniejszy.opiskroki {
  max-width: 960px;
  font-weight: 300;
}

.heading3 {
  color: var(--niebieski);
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.heading3.mod--hero-form {
  color: var(--rozowy);
  text-align: left;
  letter-spacing: 0;
  max-width: 90%;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.heading1 {
  margin-bottom: 0;
}

.heading1.heading--pink {
  -webkit-text-stroke-color: var(--rozowy);
  font-family: Rubik, sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}

.app__phone {
  z-index: 0;
  max-width: 66%;
  padding-left: 0;
  display: block;
  position: relative;
}

.app__phone-line {
  z-index: 1;
  background-image: url('../images/app_phone-line.svg');
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero__graph-circle-img {
  z-index: 999;
  max-width: 75%;
  display: block;
  position: relative;
}

.articles__block-hover {
  width: 100%;
  height: 100%;
  position: relative;
}

.btn {
  z-index: 1;
  border: 1px solid #f8f6f133;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: niveau-grotesk;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--header:hover {
  color: var(--midnight-blue);
}

.btn.mod--big {
  border-width: 2px;
  border-color: var(--midnight-blue);
  background-color: #222b4000;
  min-width: 170px;
  min-height: 56px;
}

.btn.mod--big:hover {
  color: var(--niebieski);
  background-color: #0000;
  border-color: #0000;
}

.btn.mod--app {
  border-width: 2px;
  border-color: var(--niebieski);
  background-color: var(--niebieski);
  border-radius: 10px;
  min-width: 154px;
  min-height: 56px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.btn.mod--app:hover {
  border-color: var(--niebieski);
  background-color: var(--niebieski);
  opacity: .8;
  color: var(--niebieski);
}

.btn.mod--app.mod--2 {
  margin-left: 16px;
}

.btn__txt {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.btn__txt.mod--1 {
  letter-spacing: 0;
  text-transform: none;
}

.btn__txt.mod--2 {
  position: absolute;
  bottom: -40px;
}

.btn__border {
  z-index: -1;
  border: 2px solid #fff;
  position: absolute;
  inset: 0%;
}

.btn__border.mod--header {
  background-color: var(--floral-white);
}

.btn__border.mod--big {
  border-color: var(--niebieski);
  background-color: #0000;
}

.btn__border.mod--big.active {
  opacity: 0;
  transition: all .2s;
}

.btn__border.mod--app {
  border-color: var(--niebieski);
  background-color: var(--floral-white);
  border-radius: 10px;
}

.btn__content {
  position: relative;
  bottom: 0;
  transform: translate(0, -40px);
}

.form__btn-wrap {
  display: inline-block;
  position: relative;
}

.form__btn-wrap.mod--modal {
  position: absolute;
  bottom: 16px;
  right: 0;
}

.footer__txt {
  opacity: .7;
  color: #f8f6f1;
  letter-spacing: .02em;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__txt:hover {
  opacity: .4;
}

.footer__txt.adres {
  font-size: 1rem;
  line-height: 1.5;
}

.footer__txt.adres:hover {
  opacity: .7;
}

.introd__ava-play-hover {
  z-index: 0;
  background-color: var(--floral-white);
  opacity: .35;
  -webkit-text-stroke-color: var(--granat);
  border-radius: 100px;
  transition: all .3s;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.grow__graph-line-val {
  z-index: 1;
  opacity: 0;
  color: var(--niebieski);
  text-align: center;
  letter-spacing: .02em;
  white-space: nowrap;
  background-image: url('../images/graph_grow-val.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  min-width: 64px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  top: -10px;
}

.grow__graph-line-bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(#efebe700, #efebe74d);
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.btn__img {
  opacity: 0;
  position: relative;
}

.btn__img.mod--2 {
  opacity: 100;
  position: static;
  bottom: 0;
  left: 0;
}

.articles__btn-content {
  transition: all .3s;
  position: relative;
  left: 0;
}

.footer__circle-wrap {
  position: absolute;
  inset: -35px -40px auto auto;
  transform: translate(0, 61px);
}

.footer__follow-wrap {
  background-color: var(--niebieski);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 45px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: var(--rozowy);
  text-align: center;
  max-width: 50%;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.footer__follow.footer {
  max-width: 70%;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.btn__submit {
  z-index: 3;
  opacity: 0;
  border-radius: 10px;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.form__result-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 1.2rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 4.8rem;
}

.form__result-wrap.mod--modal {
  opacity: 0;
  width: 1rem;
  transition: all .2s;
  left: .7rem;
}

.form__result-wrap.mod--modal.active {
  opacity: 1;
}

.form__result {
  align-items: center;
  width: 0;
  transition: all 1s;
  display: flex;
  overflow: hidden;
}

.form__result.active {
  width: 1.2rem;
}

.form__result.mod--modal.active {
  width: 1rem;
}

.form__result-ico {
  flex: none;
  width: 1.2rem;
  max-width: none;
  display: block;
}

.form__result-ico.mod--modal, .form__result-ico.mod--modal.active {
  width: 1rem;
}

.page-wrap {
  overflow: hidden;
}

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
}

.remodal__heading {
  color: var(--niebieski);
  max-width: 14rem;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  display: block;
  position: relative;
}

.remodal__text {
  max-width: 14rem;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.remodal.remodal--global {
  color: var(--midnight-blue);
  text-align: left;
  background-color: #f8f6f1;
  border-radius: 20px;
  width: 100%;
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.input-wrap {
  position: relative;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  z-index: 2;
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
}

.form__submit-arrow {
  z-index: 1;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.bold-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3em;
}

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

.image {
  max-width: 65%;
}

.text-span {
  font-size: 1rem;
  font-weight: 300;
}

.text-span-2 {
  color: var(--niebieski);
  font-weight: 300;
}

.text-span-3 {
  font-weight: 600;
}

.bold-text-2 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.bold-text-2.opsdwa {
  width: auto;
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.bold-text-2.headfaq {
  padding-bottom: 2rem;
  line-height: 1.3;
}

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

.button {
  background-color: var(--niebieski);
  color: var(--rozowy);
  border-radius: 40px;
  width: auto;
  padding: 18px 40px 20px;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.button:hover {
  opacity: .8;
}

.button.button2 {
  background-color: var(--rozowy);
  color: var(--granat);
  margin-top: 20px;
  padding: 12px 22px 14px;
  font-size: 1rem;
}

.button.buttoninny {
  margin-top: 20px;
  margin-bottom: 100px;
}

.button.buttoninny.pusty {
  border: 2px solid var(--niebieski);
  background-color: var(--midnight-blue);
  color: var(--niebieski);
  margin-top: 1rem;
  margin-bottom: 6rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.button.buttoninny.pusty:hover {
  border-color: var(--niebieski);
  background-color: var(--niebieski);
  opacity: 100;
  color: var(--rozowy);
}

.button.pelny {
  border: 2px solid var(--niebieski);
  padding: 16px 38px 18px;
}

.button.pelny:hover {
  background-color: var(--midnight-blue);
  opacity: 100;
  color: var(--niebieski);
}

.text-span-4 {
  font-weight: 300;
}

.text-span-5 {
  color: var(--niebieski);
}

.image-2 {
  max-width: 25%;
}

.image-2.logowstopce {
  transform: translate(-111px, -70px);
}

.text-span-6 {
  font-weight: 500;
}

.div-block {
  width: 50%;
  margin-left: -100px;
  padding-left: 0;
}

.image-3 {
  position: absolute;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-weight: 500;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding: 56px 80px;
  display: flex;
  position: relative;
}

.content-2 {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-2.drugiekroki {
  margin-top: 40px;
}

.heading {
  color: var(--niebieski);
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph {
  text-align: center;
  max-width: 80%;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 80px;
  display: flex;
  position: relative;
}

.section-3.spacerwkrokach {
  margin-top: 2rem;
}

.section-3.spacerwkrokach.sekcjafaq {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  text-align: center;
  max-width: 100%;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-2.krok5 {
  max-width: 90%;
}

.paragraph-3 {
  text-align: center;
  max-width: 90%;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.heading-2, .heading-3 {
  color: var(--niebieski);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-block {
  color: var(--niebieski);
  text-align: center;
  padding-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span-10 {
  font-weight: 300;
  text-decoration: none;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon.accordion-icon {
  color: var(--niebieski);
  cursor: pointer;
  font-size: .8rem;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  text-align: left;
  cursor: pointer;
  flex: 1;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.accordion-heading.maszpytania {
  text-align: center;
  margin-bottom: 0;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  max-width: 90%;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--floral-white);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 24px 30px 14px;
}

.paragraph-4 {
  font-size: .75rem;
  font-weight: 300;
}

.paragraph-5 {
  max-width: none;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-6 {
  font-size: .8rem;
  font-weight: 300;
}

.bold-text-4, .bold-text-5 {
  color: var(--niebieski);
  font-size: 1rem;
  line-height: 1.5em;
}

.bold-text-6 {
  color: var(--niebieski);
  font-size: 1rem;
  line-height: 1.3;
}

.bold-text-6.pytania {
  font-size: 2rem;
  font-weight: 700;
}

.bold-text-6.pytania.innepyt {
  font-weight: 300;
}

.link {
  color: #222b40b3;
}

.bold-text-7 {
  color: var(--rozowy);
  font-size: .8rem;
  text-decoration: underline;
}

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

.text-span-11 {
  font-weight: 500;
}

.text-span-12 {
  font-weight: 300;
}

.link-block-3 {
  cursor: pointer;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  text-decoration: none;
}

.link-block-3:hover {
  opacity: .8;
}

.ikonakroki {
  max-width: 20%;
  margin-bottom: .5rem;
}

.ikonakroki.ikmn {
  max-width: 16%;
}

.krotki {
  text-align: center;
  max-width: 60%;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.krotki.bardzokrotki {
  color: var(--szary);
  max-width: 40%;
  line-height: 1.3;
}

.krotki.dlugi {
  max-width: 80%;
}

.krotki.wyj {
  padding-top: .3rem;
}

.krotki.krok {
  color: var(--niebieski);
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 300;
}

.text-span-13 {
  font-weight: 600;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  max-width: 80%;
  text-decoration: none;
}

.text-span-14, .text-span-15 {
  font-weight: 600;
}

.text-span-16 {
  color: var(--niebieski);
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-2:hover {
  opacity: .8;
}

@media screen and (max-width: 991px) {
  .content {
    max-width: 90%;
  }

  .content.mod--header {
    width: 88%;
    overflow: visible;
  }

  .content.conhero {
    width: 80%;
  }

  .content.tab {
    max-width: none;
  }

  .header__columns {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.mod--app.sekcjasciagnij {
    padding-top: 4rem;
  }

  .section.mod--grow {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero__columns {
    flex-flow: row;
    justify-content: flex-start;
    transform: translate(0, -88px);
  }

  .footer__columns {
    transform: translate(0);
  }

  .header__logo {
    width: 20%;
  }

  .header__nav {
    text-align: center;
    justify-content: space-around;
  }

  .header__nav-link {
    width: 25%;
    font-size: 1rem;
  }

  .header__col.mod--2 {
    width: 100%;
  }

  .footer__col.mod--1 {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .footer__col.mod--1.none {
    display: none;
  }

  .hero__col.mod--1 {
    font-size: 1.25rem;
    display: flex;
  }

  .hero__col.mod--2 {
    width: 50%;
    transform: translate(0, -25px);
  }

  .input {
    z-index: 999;
    position: relative;
    overflow: visible;
    transform: translate(0);
  }

  .form-block.mod--hero {
    width: auto;
    overflow: visible;
    transform: translate(0, -43px);
  }

  .introd__columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .introd__col {
    width: auto;
  }

  .grow__desc.opisdic, .grow__desc.opisdic.koltekstzarabiaj {
    max-width: 90%;
  }

  .grow__desc.opisdic.koltekstzarabiaj._50 {
    max-width: none;
  }

  .grow__desc.podwart {
    max-width: none;
    margin-bottom: 0;
  }

  .grow__desc.margineskim {
    max-width: 85%;
  }

  .articles__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 2fr;
    width: 80%;
    margin-right: 0;
  }

  .articles__graph-line-wrap {
    display: flex;
  }

  .articles__graph-line {
    opacity: 0;
  }

  .articles__bottom-p {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    font-size: 1rem;
  }

  .articles__bottom-p.inne {
    text-align: left;
  }

  .app__columns {
    flex-flow: column;
  }

  .app__links-wrap {
    margin-top: 3rem;
  }

  .footer__site-desc, .footer__site-desc.mniejsze {
    max-width: none;
  }

  .hero__h1-wrap {
    transform: translate(34px, -16px);
  }

  .anim-wrap {
    overflow: visible;
  }

  .anim-wrap.fakqverflow {
    max-width: 80%;
    overflow: hidden;
  }

  .articles__block-wrap {
    padding-right: 0;
  }

  .heading2.haedlinemniejszy.opiskroki {
    max-width: 80%;
  }

  .heading3.mod--hero-form {
    width: 100%;
    max-width: none;
    font-size: 1.25rem;
  }

  .heading1.heading--pink {
    font-size: 2.5rem;
  }

  .app__phone {
    max-width: 75%;
    margin-top: 40px;
    margin-left: 50px;
  }

  .footer__txt {
    font-size: 1rem;
  }

  .footer__follow {
    max-width: 80%;
  }

  .bold-text {
    width: 100%;
    font-size: 1.25rem;
  }

  .bold-text.tekstwhero {
    font-size: 1.15rem;
  }

  .image {
    width: 100%;
    max-width: none;
    padding-bottom: 10px;
  }

  .div-block {
    margin-top: 100px;
    margin-left: -320px;
    transform: translate(70px, 111px);
  }

  .section-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-2 {
    flex-flow: column;
  }

  .content-2.drugiekroki {
    margin-top: 10px;
  }

  .section-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion-item {
    max-width: none;
  }

  .ikonakroki {
    max-width: 30%;
  }

  .ikonakroki.ikmn {
    max-width: 18%;
  }

  .ikonakroki.ikmniej {
    max-width: 16%;
  }

  .krotki, .krotki.bardzokrotki, .krotki.dlugi, .link-block-5 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .content.mod--footer {
    transform: none;
  }

  .section.mod--articles.sekcjamobkim {
    padding-left: 0;
    padding-right: 0;
  }

  .section.mod--grow {
    padding-top: 0;
  }

  .hero__columns {
    flex-flow: column;
  }

  .bg-dark.kimjestmo {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .hero__col.mod--1 {
    width: 100%;
    transform: translate(0, 74px);
  }

  .hero__col.mod--2 {
    transform: translate(-111px, 133px);
  }

  .hero__graph-circle {
    transform: translate(11px, 133px);
  }

  .hero__graph-circle.kolkofooter {
    transform: translate(-25px, 165px);
  }

  .introd__columns {
    flex-flow: column;
  }

  .introd__col {
    width: 60%;
    margin-bottom: 20px;
  }

  .grow__desc.opisdic, .grow__desc.opisdic.koltekstzarabiaj, .grow__desc.podwart {
    max-width: 100%;
  }

  .grow__desc.margineskim {
    max-width: 85%;
  }

  .articles__grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    margin-right: 0;
    display: flex;
  }

  .articles__block.mod--4 {
    opacity: 1;
    background-image: none;
  }

  .articles__graph-line {
    opacity: 0;
  }

  .articles__bottom-p.inne {
    text-align: left;
    font-size: 1rem;
  }

  .footer__site-desc, .footer__site-desc.mniejsze {
    max-width: 100%;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero__h1-wrap {
    padding-top: 1rem;
    transform: none;
  }

  .anim-wrap.opykim.tytulfair {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .anim-wrap.fakqverflow {
    max-width: 90%;
  }

  .articles__block-wrap {
    padding-left: 0;
  }

  .heading2.haedlinemniejszy.opiskroki {
    max-width: none;
  }

  .heading3.mod--hero-form {
    width: 80%;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .remodal__close {
    top: 1rem;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
    height: 100%;
  }

  .bold-text.tekstwhero {
    width: auto;
  }

  .bold-text-2.opsdwa {
    width: 80%;
  }

  .div-block {
    transform: translate(52px, 16px);
  }

  .image-4 {
    opacity: 1;
  }

  .accordion-heading.maszpytania {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-item {
    max-width: none;
  }

  .bold-text-6.pytania.innepyt {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .content {
    max-width: none;
  }

  .content.mod--header {
    transform: none;
  }

  .header__columns {
    transform: translate(0, -34px);
  }

  .section.mod--hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.mod--app.sekcjasciagnij {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  .section.mod--grow {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.mod--grow.jakzostacsekcja {
    margin-top: -2rem;
    padding-top: 0;
  }

  .footer__columns {
    flex-flow: column;
    margin-right: 0;
  }

  .header__logo {
    width: 30%;
  }

  .header__nav {
    flex-flow: column;
    padding-top: 1rem;
  }

  .header__nav-link {
    width: auto;
    margin-bottom: 10px;
  }

  .footer__col.mod--2, .footer__col.mod--3 {
    justify-content: center;
    align-items: center;
  }

  .footer__col.mod--1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-dark {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-dark.mod--hero {
    margin: 20px;
  }

  .bg-dark.mod--footer.zaonagorze {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-dark.kimjestmo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero__col.mod--1 {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 85%;
    transform: none;
  }

  .hero__col.mod--2 {
    width: 100%;
    transform: translate(0, 133px);
  }

  .form-block.mod--hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero__graph-circle {
    opacity: 0;
    transform: translate(11px, 268px);
  }

  .hero__graph-circle.kolkofooter {
    opacity: 0;
    transform: none;
  }

  .introd__col {
    width: auto;
  }

  .grow__desc.opisdic, .grow__desc.opisdic.koltekstzarabiaj {
    max-width: none;
  }

  .grow__desc.podwart {
    max-width: 90%;
  }

  .grow__desc.margineskim {
    max-width: 75%;
    font-size: 1rem;
  }

  .articles__grid {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-right: 0;
  }

  .articles__block.mod--1 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .articles__block.mod--2, .articles__block.mod--3.kol, .articles__block.mod--4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .articles__overtitle, .articles__overtitle.nieb {
    font-size: .8rem;
  }

  .articles__graph-line-wrap {
    padding-left: 0;
    display: none;
  }

  .articles__graph-line {
    display: none;
  }

  .articles__bottom-p {
    max-width: 90%;
  }

  .articles__bottom-p.inne {
    font-size: .8rem;
  }

  .articles__title-dollar {
    display: none;
  }

  .app__col {
    width: auto;
  }

  .app__links-wrap {
    margin-top: 2rem;
  }

  .footer__site-desc, .footer__site-desc.mniejsze {
    max-width: none;
  }

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

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

  .hero__h1-wrap {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    transform: none;
  }

  .anim-wrap.opykim.tytulfair {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .anim-wrap.fakqverflow {
    max-width: none;
  }

  .articles__block-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .articles__ava-img {
    opacity: 1;
    transform: translate(16px, -16px)scale(.8);
  }

  .heading2.heading--center.heading--pink.roz {
    font-size: 1.5rem;
  }

  .heading3.mod--hero-form {
    opacity: 0;
    text-align: center;
    max-width: 100%;
    margin-top: 40px;
    padding-bottom: 15px;
  }

  .heading1.heading--pink {
    text-align: center;
    font-size: 2rem;
  }

  .articles__block-hover.mod--1 {
    width: auto;
  }

  .footer__txt {
    text-align: center;
  }

  .footer__follow-wrap {
    padding-bottom: 0;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 90%;
    font-size: 1.25rem;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .remodal__text-wrap {
    flex-flow: column;
  }

  .remodal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .bold-text.tekstwhero {
    font-size: 1rem;
  }

  .text-span {
    font-size: 1.25rem;
  }

  .bold-text-2 {
    max-width: none;
  }

  .bold-text-2.opsdwa {
    width: auto;
    max-width: 90%;
    padding-top: 10px;
  }

  .bold-text-2.headfaq {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bold-text-2.tytmo {
    max-width: 90%;
  }

  .button.buttoninny {
    font-size: 1rem;
  }

  .button.buttoninny.pusty {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.15rem;
  }

  .div-block {
    transform: scale(1.9)translate(79px, -38px);
  }

  .section-3.spacerwkrokach {
    margin-top: 1rem;
  }

  .section-3.spacerwkrokach.sekcjafaq {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .image-4 {
    opacity: 100;
    transform: translate(.35rem, 1rem);
  }

  .section-faq {
    padding: 100px 15px;
  }

  .accordion-heading {
    padding-right: 1rem;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    max-width: none;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .bold-text-6.pytania.innepyt {
    white-space: normal;
  }

  .link-block-3 {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .ikonakroki {
    max-width: 35%;
  }

  .ikonakroki.ikmn {
    max-width: 22%;
  }

  .ikonakroki.ikmniej {
    max-width: 25%;
  }

  .krotki.wyj {
    max-width: 85%;
  }
}

#w-node-_81741e56-f85d-ae9c-5a67-9b5fe192fef6-a77cfa76 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_65cb99c0-a65b-faec-b01c-9b42de3db2cc-a77cfa76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c707d349-a362-605b-3bbb-59182b9dad5d-a77cfa76, #w-node-_53343005-49e1-80c9-a4bc-3715986f7602-a77cfa76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81741e56-f85d-ae9c-5a67-9b5fe192fef6-a77cfa76 {
    grid-column: span 2 / span 2;
  }
}


