@charset "UTF-8";
.app__gallery .section__hero {
  height: 100vh;
  background: url("../../assets/Galeria-glowne1.webp") no-repeat center 40%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.app__gallery .section__hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(64.06%, rgba(0, 0, 0, 0.240625)), to(rgba(0, 0, 0, 0.09)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.240625) 64.06%, rgba(0, 0, 0, 0.09) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.240625) 64.06%, rgba(0, 0, 0, 0.09) 100%);
  opacity: 0.7;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(54.17%, rgba(0, 0, 0, 0.561458)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.561458) 54.17%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.561458) 54.17%, rgba(0, 0, 0, 0) 100%);
  }
}
.app__gallery .section__hero .hero__container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 1fr 4fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  z-index: 4;
  animation: zoomBg 1.3s cubic-bezier(0.76, 0.07, 0.32, 0.92);
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero .hero__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 4fr 1fr;
  }
}
.app__gallery .section__hero .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app__gallery .section__hero .hero__wrapper.wrapper--logo {
  grid-area: 1/1/2/2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3px;
  position: relative;
}
.app__gallery .section__hero .hero__wrapper.wrapper--logo::before, .app__gallery .section__hero .hero__wrapper.wrapper--logo::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0.5;
}
.app__gallery .section__hero .hero__wrapper.wrapper--logo::before {
  bottom: 0;
  left: 0;
  width: 88vw;
  height: 1px;
  animation: toRight 2s cubic-bezier(0.76, 0.07, 0.32, 0.92);
}
.app__gallery .section__hero .hero__wrapper.wrapper--logo::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 94vh;
  animation: toBottom 2s cubic-bezier(0.76, 0.07, 0.32, 0.92);
}
@media screen and (max-width: 1024px) {
  .app__gallery .section__hero .hero__wrapper.wrapper--logo {
    grid-area: 1/1/2/2;
  }
  .app__gallery .section__hero .hero__wrapper.wrapper--logo::before {
    width: 100vw;
  }
  .app__gallery .section__hero .hero__wrapper.wrapper--logo::after {
    display: none;
  }
}
.app__gallery .section__hero .hero__wrapper.wrapper--socials {
  grid-area: 1/2/2/3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3vw;
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero .hero__wrapper.wrapper--socials {
    display: none;
  }
}
.app__gallery .section__hero .hero__wrapper.wrapper--nav {
  grid-area: 2/1/3/2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero .hero__wrapper.wrapper--nav {
    grid-area: 1/2/2/3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.app__gallery .section__hero .hero__wrapper.wrapper--content {
  grid-area: 2/2/3/3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-inline: 6vw;
}
@media screen and (max-width: 1024px) {
  .app__gallery .section__hero .hero__wrapper.wrapper--content {
    grid-area: 2/1/4/3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 60px;
  }
}
.app__gallery .section__hero .hero__logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero .hero__logo {
    max-width: 125px;
  }
}
.app__gallery .section__hero .hero__social {
  padding: 8px;
  margin-inline: 4px;
  width: 48px;
  height: 48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__gallery .section__hero .hero__social--instagram:hover .social__icon {
  background-color: #c13584;
}
.app__gallery .section__hero .hero__social--facebook:hover .social__icon {
  background-color: #4267b2;
}
.app__gallery .section__hero .hero__social:hover .social__icon {
  border-radius: 50%;
  padding: 2px;
  margin-inline: 2px;
  width: 26px;
  height: 26px;
}
.app__gallery .section__hero .hero__social .social__icon {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10%;
}
.app__gallery .section__hero .hero__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .app__gallery .section__hero .hero__title {
    line-height: 40px;
    max-width: 311px;
  }
}
.app__gallery .section__hero .hero__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 620px;
}
@media screen and (max-width: 1020px) {
  .app__gallery .section__hero .hero__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .app__gallery .section__hero .hero__subtitle {
    max-width: 311px;
  }
}
.app__gallery .section__galleries {
  padding-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.app__gallery .section__galleries .galleries__container {
  width: 100%;
  max-width: 1400px;
  padding-inline: 6vw;
}
.app__gallery .section__galleries .galleries__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 160px;
}
.app__gallery .section__galleries .galleries__wrapper .read-more-state {
  display: none;
}
.app__gallery .section__galleries .galleries__wrapper .read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  display: block;
}
.app__gallery .section__galleries .galleries__wrapper .read-more-state ~ .read-more-trigger:before {
  content: "Pokaż więcej   ";
}
.app__gallery .section__galleries .galleries__wrapper .read-more-state:checked ~ .read-more-trigger:before {
  content: "Pokaż mniej   ";
}
.app__gallery .section__galleries .galleries__wrapper .read-more-state:checked ~ .read-more-trigger {
  background: url("../../assets/icons/strzałka-góra-button.svg") right center no-repeat;
  background-size: 27.5px 28px;
}
.app__gallery .section__galleries .galleries__wrapper .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  display: none;
}
.app__gallery .section__galleries .galleries__wrapper .read-more-trigger {
  cursor: pointer;
  display: inline-block;
  border-radius: 0.25em;
  position: relative;
  z-index: 999;
  background: url("../../assets/icons/strzałka-dół-button.svg") right center no-repeat;
  background-size: 27.5px 28px;
  -ms-flex-item-align: center;
  align-self: center;
}
.app__gallery .section__galleries .galleries__title {
  margin-bottom: 60px;
  color: #bfa594;
  max-width: 15ch;
  line-height: 40px;
}
.app__gallery .section__galleries .galleries__gallery {
  list-style: none;
  margin-bottom: 62px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 1024px) {
  .app__gallery .section__galleries .galleries__gallery {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.app__gallery .section__galleries .galleries__gallery .gallery__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  color: white;
  min-height: 56.25%;
  position: relative;
}
.app__gallery .section__galleries .galleries__gallery .gallery__img {
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out, transform 0.5s cubic-bezier(0.76, 0.07, 0.32, 0.92);
  cursor: pointer;
}
.app__gallery .section__galleries .galleries__gallery .gallery__img--wrapper {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  color: white;
  min-height: 56.25%;
  height: 100%;
  overflow: hidden;
}
.app__gallery .section__galleries .galleries__gallery .gallery__img--wrapper:hover .gallery__img {
  opacity: 0.5;
  transform: scale(1.2);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal img {
  width: auto;
  height: 80%;
  margin-bottom: 42px;
  object-fit: contain;
  border: 8px solid #ffffff;
  animation: zoom 0.3s ease-in-out forwards;
}
.modal .close {
  position: absolute;
  bottom: 20px;
  right: 50%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  transform: translateX(50%);
  background-color: #bfa594;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.app__navigation {
  z-index: 989;
}
.app__navigation--mobile {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: #151616;
  z-index: 989;
  -webkit-transition: right 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: right 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: right 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__navigation--mobile .navigation__item::before {
  display: none;
}
.app__navigation--mobile .navigation__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.app__navigation--show {
  right: 0;
}
.app__navigation ~ .mobileNav {
  display: none;
  padding-right: 6vw;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .app__navigation ~ .mobileNav {
    display: block;
  }
}
.app__navigation ~ .mobileNav .mobileNav__button {
  display: block;
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.app__navigation ~ .mobileNav .mobileNav__button:checked ~ .mobileNav__label .mobileNav__icon {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(0, -12px);
  -ms-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
}
.app__navigation ~ .mobileNav .mobileNav__button:checked ~ .mobileNav__label .mobileNav__icon:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
.app__navigation ~ .mobileNav .mobileNav__button:checked ~ .mobileNav__label .mobileNav__icon:nth-last-child(1) {
  -webkit-transform: rotate(-45deg) translate(0, 12px);
  -ms-transform: rotate(-45deg) translate(0, 12px);
  transform: rotate(-45deg) translate(0, 12px);
}
.app__navigation ~ .mobileNav .mobileNav__label span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.app__navigation ~ .mobileNav .mobileNav__label span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.app__navigation ~ .mobileNav .mobileNav__icon {
  display: block;
  width: 50px;
  height: 1px;
  margin-block: 7.5px;
  position: relative;
  background: #ffffff;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.app__navigation .navigation__list {
  list-style: none;
  margin-block: 34px;
}
.app__navigation .navigation__list--pale {
  color: #c6ad9c;
}
.app__navigation .navigation__item {
  position: relative;
  margin-block: 8px;
}
.app__navigation .navigation__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  width: 10vw;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.app__navigation .navigation__item:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.app__navigation .navigation__item:hover .navigation__link {
  font-weight: 700;
}
.app__navigation .navigation__link {
  padding: 3px 6px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.app__footer {
  background: url("../../assets/home/TLO.webp") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.app__footer--testimonials .footer__testimonials {
  display: flex;
}
.app__footer--testimonials .testimonials__wrapper {
  display: flex;
  flex-direction: column;
}
.app__footer--testimonials .testimonials__wrapper--main {
  flex-direction: row;
  justify-content: center;
}
.app__footer--testimonials .testimonials__wrapper--column {
  width: 50%;
  align-items: center;
}
.app__footer--testimonials .testimonials__wrapper--choice {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 6vw;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__header {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #bfa594;
  margin-block: 124px;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__checkbox:checked + .testimonials__label .testimonials__title {
  font-weight: 700;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__img--wrapper {
  width: 64px;
  height: 64px;
  margin-block: 11px;
  border: 1px solid #c6ad9d;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 6px;
  transition: padding 0.15s ease-in-out;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 32px;
  cursor: pointer;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__label:hover .testimonials__img--wrapper {
  padding: 8px;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bfa594;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__content {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 80%;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__content--active {
  display: flex;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__deco {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bfa594;
}
.app__footer--testimonials .testimonials__wrapper--choice .testimonials__desc {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1100px) {
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__label {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
    cursor: pointer;
    text-align: center;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__title {
    font-size: 16px;
    line-height: 25px;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__deco {
    font-size: 80px;
    line-height: 30px;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__wrapper--main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__wrapper--column {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__content {
    margin-top: 80px;
    padding-inline: 12vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__label {
    width: 50%;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__wrapper--column {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__wrapper--column {
    margin-bottom: 72px;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__wrapper--column:nth-child(1) {
    display: none;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__content {
    display: flex;
  }
  .app__footer--testimonials .testimonials__wrapper--choice .testimonials__header {
    margin-block: 80px 42px;
  }
}
.app__footer--questions .questions__wrapper {
  height: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app__footer--questions .questions__title--wrapper {
  text-align: center;
  margin-bottom: 110px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__title--wrapper {
    max-width: 28ch;
  }
}
.app__footer--questions .questions__content--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__content--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.app__footer--questions .questions__img {
  width: 100%;
  height: 100%;
}
.app__footer--questions .questions__img--wrapper {
  margin-right: 50px;
  width: 355px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__img--wrapper {
    margin-right: 0px;
    margin-bottom: 58px;
    width: 241px;
    height: auto;
  }
}
.app__footer--questions .questions__info--wrapper .info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__info--wrapper .info__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.app__footer--questions .questions__info--wrapper .info__wrapper .questions__social {
  margin-right: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__info--wrapper .info__wrapper .questions__social:nth-child(1) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__info--wrapper .info__wrapper .questions__social .social__icon {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.app__footer--questions .questions__info .info__detail {
  margin-bottom: 30px;
}
.app__footer--questions .questions__info .info__detail--address {
  color: #bfa594;
}
.app__footer--questions .questions__info .info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__info .info__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.app__footer--questions .questions__info .info__icon {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .app__footer--questions .questions__info .info__icon {
    max-width: 23px;
    max-height: 29px;
    margin-inline: auto;
    margin-bottom: 18px;
  }
}
.app__footer .footer__wrapper--content {
  padding-inline: 6vw;
}
.app__footer .footer__wrapper--content .content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--content .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.app__footer .footer__wrapper--content .content__container .info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 66px;
  margin-bottom: 32px;
}
.app__footer .footer__wrapper--content .content__container .info__wrapper .footer__social {
  margin-right: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--content .content__container .info__wrapper .footer__social:nth-child(1) {
    margin-right: 35px;
  }
}
.app__footer .footer__wrapper--content .content__title {
  color: #bfa594;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.app__footer .footer__wrapper--content .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.app__footer .footer__wrapper--content .content__wrapper:not(:nth-child(1)) {
  padding-top: 55px;
}
.app__footer .footer__wrapper--content .content__wrapper ul {
  list-style: none;
}
.app__footer .footer__wrapper--content .content__wrapper--main .content__img {
  width: 100%;
  height: 100%;
}
.app__footer .footer__wrapper--content .content__wrapper--main .content__img--wrapper {
  width: 170px;
  height: 118px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--content .content__wrapper--main .content__img--wrapper {
    margin-inline: auto;
    margin-top: 72px;
  }
}
.app__footer .footer__wrapper--content .content__wrapper--main .content__text {
  max-width: 305px;
  font-size: 14px;
}
.app__footer .footer__wrapper--content .content__wrapper--nav .content__nav--item {
  margin-bottom: 8px;
  padding-block: 2px;
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  font-size: 14px;
}
.app__footer .footer__wrapper--content .content__wrapper--nav .content__nav--item:hover {
  color: #bfa594;
}
.app__footer .footer__wrapper--content .content__wrapper--treat .treat__links--item {
  margin-bottom: 8px;
  padding-block: 2px;
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  font-size: 14px;
}
.app__footer .footer__wrapper--content .content__wrapper--treat .treat__links--item:hover {
  color: #bfa594;
}
.app__footer .footer__wrapper--content .content__wrapper--schooling .schooling__img--wrapper {
  width: 256px;
  height: 156px;
  background: url("../../assets/home/Szkolenie.webp") no-repeat center center;
  background-size: 80% auto;
  background-color: #bfa594;
}
.app__footer .footer__wrapper--bar {
  width: 100%;
  background-color: #bfa594;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 6vw;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--bar {
    color: #151616;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.app__footer .footer__wrapper--bar .footer__logo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.app__footer .footer__wrapper--bar .footer__logo--wrapper {
  width: 99px;
  position: relative;
  z-index: 4;
}
.app__footer .footer__wrapper--bar .footer__quote {
  text-transform: uppercase;
}
.app__footer .footer__wrapper--bar .footer__quote--wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--bar .footer__quote--wrapper {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
  }
}
.app__footer .footer__wrapper--bar .footer__quote--wrapper .sign {
  display: block;
  position: absolute;
  bottom: -15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  color: #bfa594;
  white-space: nowrap;
  z-index: 1;
}
.app__footer .footer__wrapper--bar .footer__link {
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .app__footer .footer__wrapper--bar .footer__link--wrapper {
    display: none;
  }
}

/*# sourceMappingURL=gallery.css.map */
