.center,
.primaryButton {
  text-align: center;
}
.navbar,
body.blocked {
  overflow: hidden;
}
#fadeIn,
.navbar {
  position: fixed;
  top: 0;
}
#cookieNotice {
  box-shadow: 0 5px 30px -5px #223865;
  padding: 16px;
  border-radius: 3px;
  max-width: var(--maxWidth);
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1111111;
  background: #ff0;
  width: 270px;
  background: linear-gradient(to left, #196366, #459194);
  color: #fff;
}
#fadeIn,
.maxWidth,
.navbar {
  width: 100%;
}
#cookieNotice p {
  margin-bottom: 12px;
}
#iAccept {
  cursor: pointer;
}
@keyframes fadeinall {
  0% {
    opacity: 1;
  }
  97% {
    opacity: 0;
  }
  98% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -1;
  }
}
#fadeIn {
  opacity: 1;
  left: 0;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
  z-index: 9999;
  -webkit-animation: 1s 0.3s both fadeinall;
  animation: 1s 0.3s both fadeinall;
}
@font-face {
  font-family: PoppinsRegular;
  src: url("./assets/font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PoppinsMedium;
  src: url("./assets/font/Poppins-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PoppinsSemiBold;
  src: url("./assets/font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PoppinsBold;
  src: url("./assets/font/Poppins-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: PoppinsSemiBold;
  scroll-behavior: smooth;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ol[role="list"],
ul[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
button,
h1,
h2,
h3,
h4,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
.flex {
  display: flex;
}
.primaryButtonContainer {
  display: flex;
  justify-content: center;
}
.primaryButton {
  text-decoration: none;
  background: #eb9650;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  padding: 16px 64px;
  display: block;
  transition: background 250ms;
}
#scrollButton:hover,
.primaryButton:hover {
  background: #bc7840;
  transition: background 250ms;
}
#scrollButton {
  opacity: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #eb9650;
  position: fixed;
  bottom: 32px;
  right: 32px;
  border: 0;
  border-radius: 50%;
  font: bold 20px monospace;
  transition: background 250ms, _ 250ms;
  cursor: pointer;
  z-index: 99999;
}
#scrollButton.show {
  opacity: 1;
  transition: opacity 1s, transform 1s;
}
.mainContainer {
  padding: 0 140px;
  max-width: 1920px;
  margin: auto;
}
.navbar {
  color: #fff;
  z-index: 100000;
}
.navbarContact {
  display: flex;
  padding: 12px 0;
  background-color: #061a1b;
}
.navbarContact .mainContainer {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.navbarMailContainer,
.navbarPhoneContainer {
  margin: 0 80px 0 0;
}
.navbarMail,
.navbarPhone {
  text-decoration: none;
  color: #fff;
  transition: color 250ms;
  display: flex;
}
.navbarMail svg,
.navbarPhone svg {
  margin-right: 12px;
}
.navbarMailContainer:hover .navbarMail,
.navbarPhoneContainer:hover .navbarPhone {
  color: #eb9650;
}
.iconTablerX .iconTablerXAnimatePath,
.navbarMailContainer .navbarIconAnimatePath,
.navbarPhoneContainer .navbarIconAnimatePath {
  transition: stroke 250ms;
}
.navbarMailContainer:hover .navbarIconAnimatePath,
.navbarPhoneContainer:hover .navbarIconAnimatePath {
  transition: stroke 250ms;
  stroke: #eb9650;
}
.navbarMenuContainer {
  background: 0 0;
  padding: 24px 0;
}
.navbarMenuContainer.sticky,
.rwdNavbarMenuContainer {
  background: linear-gradient(to left, #196366, #459194);
}
.rwdNavbarMenuContainer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.modal.show,
.rwdNavbarMenuContainer.show {
  display: block;
}
.navbarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbarMenuItems {
  display: flex;
  align-items: center;
}
.menuItem {
  margin-right: 80px;
  text-decoration: none;
  color: #fff;
  transition: color 250ms;
}
.menuItem:hover {
  color: #eb9650;
  transition: color 250ms;
}
.sectionTitle {
  color: #1c2c2d;
  font-size: 20px;
  margin: 0 0 24px;
  font-family: PoppinsMedium;
}
.sectionDescription {
  color: #1c2c2d;
  font-size: 40px;
  margin: 0 0 64px;
  font-family: PoppinsBold;
}
.logo {
  width: 220px;
}
.hero {
  background-image: linear-gradient(to bottom right, #196366, #459194);
  padding: 461px 0 200px;
  position: relative;
}
.heroLines {
  background-image: url("./assets/svg/lines.svg");
  background-size: auto;
  width: 100%;
  height: 1120px;
  position: absolute;
  top: 200px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top;
}
.heroTitle {
  color: #eb9650;
  font-size: 64px;
  font-family: PoppinsBold;
}
.heroDescription,
.personDescription,
.servicePrice,
.serviceTileText {
  font-family: PoppinsMedium;
}
.heroDescription {
  color: #fff;
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 64px;
}
.heroContainer {
  display: flex;
  position: relative;
}
.heroContentContainer,
.heroImageContainer {
  flex: 1;
  z-index: 10;
}
.heroImageBox {
  position: absolute;
  width: 50%;
  max-width: 800px;
  right: 140px;
  top: -204px;
}
.heroImage {
  background-image: url(./assets/img/hero.jpg);
  aspect-ratio: 81/98;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.heroImageTint {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #196366, #459194);
  opacity: 0.4;
  top: 0;
  border-radius: 8px;
}
.heroButton {
  display: inline-block;
}
.people,
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 64px;
}
.contactContainerContent,
.modalContentContainer,
.pricesContainer {
  grid-template-rows: 1fr;
  grid-row-gap: 0;
}
.serviceTile {
  margin-bottom: 32px;
}
.servicesContainer {
  padding-bottom: 96px;
  padding-top: 308px;
}
.serviceTileIndicator {
  width: 40px;
  height: 2px;
  background: #eb9650;
  margin-bottom: 24px;
}
.serviceTileTitle {
  font-size: 24px;
  color: #196366;
  margin: 0 0 24px;
}
.serviceTileExpand {
  font-size: 18px;
  color: #196366;
}
.serviceTileExpand:hover {
  color: #eb9650;
  transition: color 250ms;
}
.serviceTileText {
  color: #061a1b;
  font-size: 18px;
}
.servicePrice {
  border: 2px solid #eb9650;
  border-radius: 100px;
  padding: 4px 12px;
  display: inline-block;
  background: #f9ddc5;
  margin-top: 8px;
}
.personMoreButton,
.personTile {
  border-radius: 8px;
  display: flex;
}
.otherServicePrice {
  margin-left: 8px;
}
.people {
  margin-bottom: 0;
}
.peopleContainer {
  background: #f3f4f6;
  padding: 96px 140px;
}
.personTile {
  background: #fff;
  padding: 32px;
  flex-direction: column;
}
.personImage {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
}
#PersonMagdaPowilajtis {
  background-image: url("./assets/img/person-magda-powilajtis.png");
}
#PersonIgaRozmyslowska {
  background-image: url("./assets/img/person-iga-rozmyslowska.jpg");
}
#PersonMalgorzataKusmierek {
  background-image: url("./assets/img/person-malgorzata-kusmierek.jpg");
}
.personName {
  font-size: 24px;
  color: #196366;
  margin-top: 24px;
}
.personDescription {
  font-size: 16px;
  color: #061a1b;
  margin: 8px 0 32px;
}
.personMoreButton {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #196366;
  transition: background 250ms;
  color: #fff;
  padding: 24px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  border: none;
}
.personMoreButton svg {
  transition: transform 250ms;
}
.personMoreButton:hover {
  background: #144f52;
  transition: background 250ms;
}
.personMoreButton:hover svg {
  transform: translateX(5px);
  transition: transform 250ms;
}
.personMoreButtonText {
  margin-right: 8px;
}
.personButtonContainer {
  flex: 1;
  align-items: end;
  display: flex;
  margin: auto;
}
.owlMainContainer,
.pricesContent {
  text-align: left;
}
.pricesContainer {
  background: #e1eaea;
  padding-top: 64px;
  max-height: 440px;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 2fr;
}
.pricesGap {
  background: #f3f4f6;
  min-height: 220px;
}
.pricesTilesContainer {
  display: grid;
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1fr;
}
.priceTile {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 64px 32px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.adressesContainer,
.contactContainerContent {
  display: grid;
  position: relative;
  grid-column-gap: 32px;
}
.contactContainer,
.owlNavArrow {
  background-size: cover;
  background-position: center;
}
.priceTitle {
  font-size: 24px;
  margin: 40px 0;
}
.priceValue {
  font-size: 48px;
  margin: 0 0 32px;
  font-family: PoppinsBold;
}
.priceDescription {
  font-size: 18px;
  margin-bottom: 32px;
  font-family: PoppinsMedium;
}
.testimonialsContainer {
  margin-top: 64px;
  text-align: center;
}
.quotesContainer {
  max-width: 800px;
  margin: 0 auto 96px;
  text-align: left;
}
.quoteIcon {
  margin-bottom: 48px;
}
.quoteText {
  margin-bottom: 32px;
  font-family: PoppinsMedium;
}
.adress,
.modalContent,
.pageCaption {
  font-family: PoppinsRegular;
}
.owlNavArrow {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  transform: scale(0.8);
  transition: transform 250ms;
}
.owlNavArrow:hover {
  transform: scale(1);
  transition: transform 250ms;
}
.mapIcon,
.mapIcon:hover {
  transition: border-color 250ms, background 250ms;
}
.owlNavPrev {
  background-image: url("./assets/svg/arrow-owl-left.svg");
}
.owlNavNext {
  background-image: url("./assets/svg/arrow-owl-right.svg");
}
.contactContainer {
  position: relative;
  background-image: url("./assets/img/office-1.jpg");
}
.contactContainer:before {
  content: "";
  position: absolute;
  background: #196366;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.contactContainerContent {
  padding: 64px 0 96px;
  grid-template-columns: 1fr 1fr;
}
.contactContainerContent .sectionDescription,
.contactContainerContent .sectionTitle {
  color: #fff;
}
.contactItemContainer,
.paragraphGap {
  margin-bottom: 24px;
}
.contactItemContainerPhone {
  margin-bottom: 44px;
}
.contactItem {
  color: #fff;
  margin-left: 16px;
}
.adressesContainer {
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
}
.addressItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.addressCity {
  font-size: 24px;
  margin-bottom: 16px;
}
.adress {
  font-style: normal;
  font-size: 18px;
  margin-bottom: 24px;
}
.mapIcon {
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 8px 8px 0;
  display: inline-block;
}
.mapIcon:hover {
  background: #eb9650;
  border-color: #eb9650;
}
.footer {
  background: #061a1b;
  color: #fff;
  padding: 48px 140px;
}
.footerIconsContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.iconInstagramSvg {
  position: relative;
  top: 4px;
  right: 2px;
}
.iconInstagram {
  transform: scale(1.5);
  transition: stroke 250ms;
}
.footerIcon {
  position: relative;
  top: 4px;
  right: 6px;
}
.footerIcon .iconInstagram {
  transform: scale(2);
}
.iconInstagram:hover .iconInstagramAnimatePath {
  stroke: #eb9650;
  transition: stroke 250ms;
}
.modal {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.modal .modalContent {
  overflow: auto;
}
.modalContentContainer {
  position: relative;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 2fr;
  overflow-x: hidden;
  max-height: 100%;
  padding: 64px;
  overflow-y: auto;
}
.modalContentContainer .personTile {
  padding: 0;
}
.closeModalButton {
  position: absolute;
  top: 24px;
  right: 24px;
  outline: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.modal .personButtonContainer {
  width: 100%;
  display: block;
}
.modal .personImage {
  min-width: 300px;
  max-height: 500px;
}
.iconTablerX {
  transform: scale(1.8);
}
.iconTablerX:hover .iconTablerXAnimatePath {
  stroke: #bc7840;
  transition: stroke 250ms;
}
.descriptionItems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}
.bold {
  font-family: PoppinsBold;
}
.brRwd,
.rwdMenuIcon {
  display: none;
}
@media only screen and (max-width: 1863px) {
  .brRwd {
    display: block;
  }
  .heroContainer {
    align-items: center;
  }
  .heroContentContainer {
    flex: 2;
    padding-right: 64px;
  }
  .heroImageBox {
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  .hero {
    padding-top: 200px;
    padding-bottom: 64px;
  }
  .servicesContainer {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 1500px) {
  .primaryButton {
    padding: 16px 32px;
  }
  .pricesContainer {
    grid-template-columns: 1fr 3fr;
  }
  .personMoreButton {
    padding: 12px 16px;
    right: 12px;
    bottom: 12px;
  }
  .menuItem {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1366px) {
  .adressesContainer,
  .contactContainerContent {
    grid-template-columns: 1fr 1fr;
  }
  .mainContainer {
    padding: 0 64px;
  }
  .adressesContainer {
    grid-row-gap: 32px;
  }
  .footer {
    padding: 32px 64px;
  }
  .peopleContainer,
  .pricesContainer,
  .servicesContainer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .heroTitle {
    font-size: 48px;
  }
  .navbarMenuContainer {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .heroImageContainer {
    display: none;
  }
  .heroContentContainer {
    flex: 1;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1110px) {
  .contactContainerContent {
    grid-template-columns: 1fr;
  }
  .adressesContainer {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
  }
  .pricesContainer {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .pricesGap {
    display: none;
  }
  .people,
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .rwdMenuIcon {
    display: block;
    outline: 0;
    background: 0 0;
    border: none;
    height: 24px;
    padding: 0;
  }
  .rwdMenuIconClose {
    position: fixed;
    right: 12px;
    top: 12px;
  }
  .menuIconPath {
    stroke: white;
  }
  .navbarContact,
  .navbarMenuItems {
    display: none;
  }
  .rwdMenuContainer {
    display: flex;
    height: 100%;
    padding-top: 48px;
    flex-direction: column;
    justify-content: space-between;
  }
  .rwdMenuItems {
    padding: 0 32px 64px;
    text-align: center;
  }
  .rwdMenuItems .menuItem {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px;
  }
  .rwdMenuItems .primaryButton {
    display: inline-block;
    margin-top: 32px;
  }
  .rwdMenuContactItems {
    background: #061a1b;
    padding: 16px 32px;
  }
  .rwdMenuContactItems .navbarMailContainer,
  .rwdMenuContactItems .navbarPhoneContainer,
  .rwdMenuContactItems .navbarSocialMedia {
    justify-content: center;
    margin: 0;
  }
  .rwdMenuContactItems .navbarMailContainer,
  .rwdMenuContactItems .navbarPhoneContainer {
    margin-bottom: 16px;
  }
  .rwdMenuContactItems .iconInstagram {
    top: 0;
    right: 0;
  }
  .descriptionItems {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 840px) {
  .sectionDescription {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .pricesTilesContainer {
    display: flex;
    flex-direction: column;
  }
  .priceTileGap,
  .quotesContainer {
    margin-bottom: 32px;
  }
  .priceTitle,
  .priceValue {
    margin-bottom: 12px;
  }
  .priceTile {
    padding: 32px;
  }
  .priceTitle {
    margin-top: 0;
    word-break: break-all;
  }
  .personImage {
    aspect-ratio: 4/3;
    background-position: top;
  }
  .brRwd {
    display: none;
  }
  .owl-nav {
    text-align: center;
  }
  .quoteIcon {
    margin: 0 auto 32px;
    display: block;
  }
  .people,
  .services {
    grid-template-columns: 1fr;
  }
  .serviceTile {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .mainContainer {
    padding: 32px;
  }
  .adressesContainer {
    grid-template-columns: 1fr;
  }
  .contactContainerContent {
    text-align: center;
    padding: 32px 0;
  }
  .contactItemContainer,
  .mailContact,
  .mapIconContainer {
    justify-content: center;
  }
  .footer,
  .modal .personTile {
    text-align: center;
  }
  .footerIconsContainer {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .footerIconsContainer .logo {
    margin-bottom: 16px;
  }
  .footerIcon {
    top: 0;
    right: 0;
    margin: 24px 0;
  }
  .navbarMenu.mainContainer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .modalContentContainer {
    display: block;
  }
  .modal .personImage {
    max-width: 300px;
    margin: auto;
    min-width: 100%;
  }
  .modal .personName {
    margin-top: 12px;
  }
  .modal .personDescription {
    margin-bottom: 12px;
  }
  .modal .personButtonContainer {
    width: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .personMoreButton {
    position: relative;
    top: calc(100% + 12px);
    right: 0;
    margin: 0 0 0 auto;
    justify-content: center;
    width: 100%;
  }
  .personImage {
    margin-bottom: 72px;
  }
}
