:root {
  --red: #e32727;
  --black: #000;
  --złoty: #c1b39b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 600;
  line-height: 52px;
}

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

p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #fa2a00;
  text-decoration: none;
}

.quality-system-section {
  padding-top: 30px;
}

.container {
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.margin-20px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: grid;
}

.paragraph-medium {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}

.component-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.color-box-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-box.background-dark-brown {
  background-color: #361d32;
}

.color-box.background-white {
  background-color: #fff;
}

.color-box.background-light-pink {
  background-color: #fff7f6;
}

.color-box.background-orange {
  background-color: #fa5951;
}

.heading-15 {
  color: #000;
  padding: 20px;
}

.text-box-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ffe9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title {
  color: #fff;
  background-image: url('../images/Rectangle-2.svg');
  background-position: 0 59px;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-text {
  color: #fff;
}

.heading-texts {
  color: #fa5951;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 52px;
}

.heading-19 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.text-color-white {
  color: #fff;
  display: inline-block;
}

.text-color-orange {
  color: #fa5951;
}

.text-color-black {
  color: #000;
}

.text-color-black.hover {
  transition: color .3s;
}

.text-color-black.hover:hover {
  color: #fa5951;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.text-color-white {
  color: #fff;
}

.large-paragraph {
  font-size: 24px;
  line-height: 29px;
}

.large-paragraph.color {
  color: #fff;
}

.large-paragraph.color.margin-bottom {
  margin-bottom: 0;
}

.medium-paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.88px;
}

.medium-paragraph.align {
  text-align: left;
}

.small-paragraph {
  color: #361d32;
  font-size: 17px;
  line-height: 36px;
}

.list-box {
  list-style-type: none;
}

.list-text {
  color: #361d32;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.list-text.margin {
  margin-bottom: 0;
}

.button-contet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-button {
  color: #ffffffcf;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #ffffffcf;
  width: auto;
  height: 53px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.nav-button:hover {
  color: #fff;
  background-color: #fa5951;
  border-color: #fa5951;
}

.button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  color: #fa5951;
  background-color: #fff;
  border-color: #fa5951;
}

.button-large {
  text-align: center;
  background-color: #fa5951;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 21px;
  transition: transform .5s, color .3s, background-color .3s;
  display: flex;
}

.button-large:hover {
  color: #fa5951;
  background-color: #fff;
  border: 2px solid #fa5951;
}

.button-large.size {
  width: 100%;
}

.slider {
  background-color: #361d326e;
  height: 100vh;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 190px;
  padding-right: 20%;
  display: flex;
}

.hero-section-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image {
  width: 100%;
  height: 100%;
}

.hero-buttton-wrapper {
  margin-top: 50px;
}

.services-section.background-dark-brown {
  background-color: var(--black);
  padding-bottom: 0;
}

.services-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 50px;
}

.background-dark-brown {
  background-color: #361d32;
}

.background-white {
  background-color: #fff;
}

.background-light-pink {
  background-color: #fff7f6;
}

.background-orange {
  background-color: #fa5951;
}

.services-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(315px, 1fr) 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-297px {
  max-width: 297px;
}

.max-width-297px.opacity {
  opacity: .75;
  padding-top: 60px;
}

.see-more-link {
  text-decoration: none;
}

.see-more-link.text-color-white.paragraph {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 15px;
  text-decoration: none;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
}

.slide-6 {
  background-color: #3f2f2f;
  max-width: 480px;
  margin-right: 20px;
}

.slide-7 {
  max-width: 400px;
  margin-right: 20px;
}

.slide-8 {
  max-width: 400px;
}

.slider-content {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-nav {
  display: none;
}

.image-2 {
  height: 100%;
}

.mask-2 {
  z-index: 99;
}

.left-arrow {
  top: -100px;
  bottom: 301px;
  left: 76%;
}

.right-arrow {
  top: -100px;
  bottom: 301px;
}

.renting-out-wrapper {
  background-image: url('../images/Rectangle-14.svg');
  background-position: 126% 98%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.rectangle-image {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: -17px;
}

.renting-out-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.renting-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.renting-out-button-wrapper {
  margin-top: 60px;
}

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

.selling-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.selling-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 127px;
  display: flex;
}

.selling-right-wrapper {
  background-image: url('../images/Rectangle-14.svg');
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 86%;
}

.selling-button-wrapper {
  margin-top: 40px;
}

.buying-wrapper {
  padding-top: 180px;
  padding-bottom: 0;
}

.buying-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buying-right-wrapper {
  background-image: url('../images/Rectangle-14.svg');
  background-position: 100% 96%;
  background-repeat: no-repeat;
  background-size: 86%;
  padding-bottom: 50px;
}

.buying-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 127px;
  display: flex;
}

.buying-button-wrapper {
  margin-top: 40px;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #fa5951;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  transition: transform .5s, color .5s, background-color .5s;
  display: flex;
}

.small-button:hover {
  color: #fa5951;
  background-color: #fff;
  border: 2px solid #fa5951;
}

.choose-us-wrapper {
  padding-top: 180px;
  padding-bottom: 50px;
}

.choose-us-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-item.background-light-pink {
  text-align: center;
  padding-bottom: 169px;
}

.right-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -75px;
  display: flex;
}

.xxl-large-text {
  z-index: 10;
  color: #361d32;
  font-family: Montserrat, sans-serif;
  font-size: 144px;
  font-weight: 600;
  line-height: 175px;
  position: relative;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
}

.heading-wrapper {
  padding-top: 60px;
  padding-bottom: 79px;
}

.quaintity-wrapper {
  display: inline-block;
  overflow: hidden;
}

.large-text {
  z-index: 10;
  color: #361d32;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 67.05px;
  position: relative;
}

.right-item-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.profile-section {
  overflow: hidden;
}

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

.profile-item {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.profile-card.background-light-pink {
  color: #361d32;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  transition: transform .5s, color .5s, background-color .5s;
}

.profile-card.background-light-pink:hover {
  color: #fff;
  background-color: #fa5951;
  transform: scale(1.1);
}

.info-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #fa595159;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 24px;
  display: flex;
}

.x-small-text {
  font-size: 17px;
  line-height: 36px;
}

.read-more-button {
  color: #fa5951;
  padding-top: 20px;
  padding-bottom: 43px;
  text-decoration: none;
}

.contact-wrapper {
  background-image: url('../images/Rectangle-25.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
  display: flex;
}

.contact-info.max-width {
  max-width: 725px;
}

.contact-info.max-width.text-align-center {
  text-align: center;
  padding-top: 17px;
}

.contact-button {
  background-color: #fa5951;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  transition: transform .5s, color .5s, background-color .5s;
  display: flex;
}

.contact-button:hover {
  color: #fa5951;
  background-color: #fff;
  border: 2px solid #fa5951;
}

.contact-button-wrapper {
  padding-top: 50px;
}

.footer-section {
  padding-bottom: 300px;
}

.footer-section.background-dark-brown {
  background-color: var(--black);
  margin-top: 50px;
  padding-bottom: 0;
}

.footer-wrapper {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-bar {
  padding-top: 22px;
  padding-bottom: 24px;
}

.footer-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer-links {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 50px;
  display: flex;
}

.footer-bar-item {
  justify-content: space-between;
  display: flex;
}

.other-page-links, .copy-right-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

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

.image-wrapper {
  width: 72px;
  height: 72px;
}

.image-4 {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.image-7 {
  height: 100%;
}

.text-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) 2fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  align-items: start;
  display: grid;
}

.check-icon-img-wrapper {
  width: 30px;
  height: 30px;
}

.arrow-wrapper {
  width: 25px;
  height: 25px;
}

.text-block-3 {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
}

.see-more-button, .read-more-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.arrow-white {
  display: none;
  position: relative;
  bottom: 25px;
}

.rectagle-under-line {
  z-index: 1;
  position: relative;
  bottom: 44px;
  right: 100px;
}

.small-rectangle {
  z-index: 1;
  position: absolute;
  inset: 50px auto auto 0%;
}

.wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

.image-licenses {
  margin-top: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.text-field {
  background-color: #f3e4e4;
  border: 1px solid #f3e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.nav-link {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}

.nav-link.text-color-white.opacity {
  opacity: .75;
  cursor: pointer;
  border-bottom: 2px #0000;
  justify-content: center;
  align-items: center;
  transition: border-color .2s, opacity .2s;
  transform: translate(0);
}

.nav-link.text-color-white.opacity:hover {
  opacity: 1;
  border-bottom-style: none;
  border-bottom-color: #fa5951;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}

.nav-underline {
  background-color: #fa5951;
  height: 2px;
}

.nav-link-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.footer-link-wrapper {
  display: inline-block;
  overflow: hidden;
}

.under-line {
  background-color: #fa5951;
  height: 2px;
  transform: translate(-105%);
}

.footer-logo-wrapper {
  margin-bottom: 20px;
}

.icon-wrapper {
  background-color: #fa5951;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.image-12 {
  width: 25px;
  height: 25px;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.modal {
  z-index: 999;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.image-14 {
  width: 22px;
}

.link {
  color: #21ff21;
}

.text-span-2 {
  color: #21ff21;
  font-size: 26px;
}

.image-15 {
  width: 22px;
}

.text-span {
  color: #21ff21;
  text-decoration: underline;
}

.div-block-8 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.div-block-8.hide {
  display: none;
}

.modal-paragraph-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.modal-2 {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.text-span-3 {
  color: #21ff21;
}

.modal-3 {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.image-16 {
  width: 22px;
}

.modal-link-2 {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.div-block-18 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.stat-separator {
  background-color: #eaebef;
  width: 2px;
}

.hero-top_right {
  grid-column-gap: 10px;
  display: flex;
}

.stats-wrap {
  background-color: #f5f7f9;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 24px 22px;
  display: grid;
}

.star-wrap {
  grid-column-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
  font-size: 25px;
}

.link-wrap {
  grid-column-gap: 5px;
  color: #474dcd;
  border-bottom: 1px solid #0000;
  align-items: center;
  margin-left: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: border .2s;
  display: flex;
}

.link-wrap:hover {
  border-bottom-color: #474dcd;
}

.container-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-top_left {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.logo-square {
  background-color: #f5f7f9;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 8px;
  display: flex;
}

.embed-icon {
  margin-top: 2px;
}

.embed-icon.blue {
  color: #474dcd;
}

.embed-icon.more-space {
  margin-top: 3px;
}

.hero-bot_left {
  flex: 1;
}

.text-light {
  color: #7b7d8a;
}

.hero-card {
  background-color: #fff;
  border: 1px solid #f1f1f3;
  border-radius: 10px;
  margin-top: -40px;
  padding: 25px;
}

.hero-bottom {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.star-icon {
  margin-right: 5px;
}

.rate-wrap {
  margin-top: 10px;
}

.user-icon {
  border: 2px solid #fff;
  border-radius: 5%;
  width: 150px;
  height: auto;
  margin-left: -10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.button-2 {
  grid-column-gap: 10px;
  color: #7b7d8a;
  background-color: #0000;
  border: 1px solid #f1f1f3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 5px 7px #00000012;
}

.button-2.fill {
  background-color: var(--złoty);
  color: #fff;
}

.hero-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-12 {
  font-size: 12px;
}

.section.hero {
  margin-top: 150px;
  margin-bottom: 30px;
}

.section.padding {
  padding-bottom: 30px;
}

.mb-7 {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 40px;
}

.background {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-grid {
  grid-column-gap: 13px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.dropdown {
  border: 1px solid #f1f1f3;
  border-radius: 5px;
  min-width: 200px;
  margin-left: 0;
  margin-right: 0;
}

.p-16 {
  font-size: 16px;
}

.tabs-label_l {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.card_info-flex {
  grid-column-gap: 5px;
  color: #7b7d8a;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.tab-link {
  color: #7b7d8a;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  margin-right: 15px;
  padding: 0 0 10px;
}

.tab-link.w--current {
  color: #29282d;
  background-color: #0000;
  border-bottom-color: #474dcd;
}

.tabs-relative {
  position: relative;
}

.dd-link {
  font-size: 14px;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #f1f1f3;
}

.card-bottom {
  padding: 15px 25px 25px;
}

.card-stat {
  grid-column-gap: 7px;
  color: #474dcd;
  border: 1px solid #f1f1f3;
  border-radius: 5px;
  align-items: center;
  padding: 6px 8px;
  display: flex;
}

.card-stat.light {
  color: #7b7d8a;
}

.card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-label {
  background-color: #474dcd26;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 15px;
  display: flex;
}

.dd-absolute {
  position: absolute;
  inset: -10px 0% auto auto;
}

.link-2 {
  color: #474dcd;
  text-decoration: none;
}

.card-top {
  height: 180px;
  overflow: hidden;
}

.card {
  color: #29282d;
  border: 1px solid #f1f1f3;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  overflow: hidden;
}

.dd-list {
  background-color: #fff;
}

.dd-list.w--open {
  z-index: 10;
  border: 1px solid #f1f1f3;
  border-radius: 5px;
  top: 120%;
  overflow: hidden;
  box-shadow: 0 8px 20px #c0c0c033;
}

.dd-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 11px 13px;
  display: flex;
}

.tabs {
  margin-top: 22px;
}

.h1 {
  font-size: 20px;
}

.small-circle {
  background-color: #7b7d8a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.flex {
  display: flex;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  width: 100%;
  margin-top: 20px;
  padding: 20px 24px;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.top-section-form-right---bg-right {
  z-index: -1;
  background-color: var(--red);
  position: absolute;
  inset: 52% 0% 0% 56%;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-24px.sc {
  margin-top: 50px;
  overflow: hidden;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eef0f5;
  box-shadow: 0 2px 12px #14142b14;
}

.card-2.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 72px 48px;
  display: flex;
  box-shadow: 0 8px 28px #14142b1a;
}

.card-2.form.min-h-706px {
  min-height: 706px;
}

.card-2.faqs-item {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  padding: 60px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b0a;
}

.card-2.faqs-item:hover {
  transform: translate3d(0, -6px, .01px);
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._1024px {
  max-width: 1024px;
}

.bg-neutral-100 {
  background-color: #fff;
}

.bg-neutral-100.top-80 {
  z-index: -1;
  position: absolute;
  inset: 80% 0% 0%;
}

.color-neutral-400 {
  color: #d6d9e2;
}

.color-neutral-400.mg-bottom-40px {
  margin-bottom: 20px;
}

.bg-neutral-800 {
  background-color: #0a215b;
  overflow: hidden;
}

.input {
  color: #606981;
  background-color: #fff;
  border: 1px solid #d6d9e2;
  border-radius: 0;
  min-height: 64px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b0a;
}

.input:hover {
  border-color: #aab2c5;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #0a215b;
  border-color: #f4455a;
}

.input::placeholder {
  color: #606981;
  font-size: 18px;
}

.input.min-height-72px {
  min-height: 72px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f4455a;
  border: 1px solid #f4455a;
  justify-content: center;
  padding: 30px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f3263f;
  border-color: #f3263f;
  transform: translate3d(0, -6px, .01px);
}

.top-section {
  padding-top: 130px;
}

.top-section.pd-bottom-74px {
  padding-bottom: 74px;
}

.top-section.pd-bottom-74px.position-relative---z-index-1 {
  background-color: var(--black);
}

.top-section.pd-top-100px {
  padding-top: 100px;
}

.top-section.pd-top-100px.pd-bottom-200px {
  background-color: var(--złoty);
  flex-flow: column;
  display: flex;
}

.text-area {
  background-color: #fff;
  border: 1px solid #d6d9e2;
  border-radius: 0;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b0a;
}

.text-area:hover {
  border-color: #aab2c5;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #0a215b;
  border-color: #f4455a;
}

.text-area::placeholder {
  color: #606981;
  font-size: 18px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.form.gap-column-24px {
  grid-column-gap: 24px;
}

.grid-2-columns._1fr---1-12fr {
  grid-template-columns: 1fr 1.12fr;
}

.bg-dots {
  z-index: -1;
  position: absolute;
}

.bg-dots.top-214px---left--122px {
  top: 214px;
  left: -122px;
}

.bg-dots.top--110px---right--86px {
  top: -110px;
  right: -86px;
}

.bg-dots.bottom-left-0 {
  bottom: 0;
  left: 0;
}

.bg-dots.bottom-left-0.width-16 {
  width: 16%;
}

.bg-dots.top-right-0 {
  top: 0;
  right: 0;
}

.bg-dots.top-right-0.width-16 {
  width: 16%;
}

.color-neutral-300 {
  color: #eef0f5;
}

.mg-bottom-40px-tablet.sc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.medium {
  font-weight: 500;
}

.display-3 {
  color: #0a215b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.211em;
}

.display-2 {
  color: #0a215b;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.24em;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.display-2.color-neutral-100.mg-bottom-8px {
  text-align: center;
}

.width-100 {
  width: 100%;
}

.contact-link-white-container {
  grid-column-gap: 16px;
  color: #fff;
  transform-style: preserve-3d;
  border: 1px solid #eef0f5;
  align-items: center;
  max-width: 388px;
  padding: 30px 28px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b0a;
}

.contact-link-white-container:hover {
  color: #f4455a;
  border-color: #f4455a;
  transform: translate3d(0, -6px, .01px);
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.line-square-icon.success-message-check-large {
  color: #f4455a;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.overflow-hidden {
  margin-top: 150px;
  margin-bottom: 150px;
}

.overflow-visible {
  overflow: visible;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.width-660px {
  max-width: 660px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer.min-h-8px {
  min-height: 8px;
}

.accordion-btn-line {
  background-color: #0a215b;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

.bg-neutral-801 {
  background-color: #0a215b;
}

.bg-neutral-801.faqs-bg {
  z-index: -1;
  min-height: 515px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-item---button-container {
  cursor: pointer;
  border: 1px solid #d6d9e2;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.color-neutral-100 {
  color: #fff;
  margin-bottom: 100px;
  font-size: 43px;
}

.badge-secondary {
  color: #0a215b;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d9e2;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0a;
}

.badge-secondary.tab-link-badge {
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  transition: background-color .3s, transform .3s, border-color .3s, color .3s;
}

.badge-secondary.tab-link-badge:hover {
  color: #fff;
  background-color: #0a215b;
  border-color: #0a215b;
  transform: translate3d(0, -6px, .01px);
}

.badge-secondary.tab-link-badge.w--current {
  color: #fff;
  background-color: #f4455a;
  border-color: #f4455a;
  font-weight: 700;
}

.badge-secondary.tab-link-badge.w--current:hover {
  background-color: #f3263f;
  border-color: #f3263f;
}

.badge-secondary.tab-link-badge.white {
  border-color: #f7f8fb;
}

.badge-secondary.tab-link-badge.white:hover {
  color: #0a215b;
  background-color: #fff;
  border-color: #fff;
}

.badge-secondary.tab-link-badge.white.w--current {
  border-color: #f4455a;
}

.badge-secondary.tab-link-badge.white.w--current:hover {
  color: #fff;
  background-color: #f3263f;
  border-color: #f3263f;
}

.tabs-menu-top---container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--red);
}

.button-conteiner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.paragraph-3 {
  color: var(--red);
}

.image-17 {
  height: 80%;
}

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

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.image-18 {
  max-height: 80%;
}

.div-block-19 {
  width: auto;
  height: auto;
  position: absolute;
  inset: 5% auto auto 5%;
}

.card-number {
  color: var(--złoty);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.testimonial-text {
  color: #425466;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}

.testimonial-slider-mask {
  width: 380px;
  height: 282px;
  overflow: visible;
}

.testimonial-slider-slide {
  margin-right: 40px;
}

.testimonial-heading-wrapper {
  text-align: center;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.left-arrow-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 45%;
  display: flex;
  inset: auto 0% -24%;
}

.testimonial-slider-wrapper {
  background-color: #fff7f6;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 177px;
}

.testimonial-designation {
  font-size: 10px;
  line-height: 10px;
}

.icon-3 {
  display: none;
}

.container-3 {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

.testimonial-slider-card {
  background-color: #fff;
  width: 380px;
  height: auto;
  margin-left: -100px;
  padding: 40px 24px 26px 32px;
  box-shadow: 0 5px 10px #0003;
}

.testimonial-name {
  font-weight: 600;
  line-height: 21px;
}

.testimonial-slider-2 {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.card-text {
  color: #425466;
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
}

.right-arrow-3 {
  background-color: #313131;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 52%;
  display: flex;
  inset: auto 0% -24%;
}

.section-2 {
  flex: 1;
  padding: 140px 5% 0;
}

.section-2.gradient-first-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-design-20_1Untitled design (20).avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.polityka-prywatno-ci {
  color: #fff;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-34 {
  font-size: 18px;
}

.bold-text-11 {
  margin-top: 15px;
  font-size: 18px;
  display: block;
}

.paragraph-17 {
  font-size: 16px;
}

.text-span-69 {
  font-size: 1.1rem;
  font-weight: 700;
}

.text-span-70 {
  font-size: 18px;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 0;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
}

.checkbox-label {
  color: #666;
  font-size: 12px;
  line-height: 1.27em;
}

.text-span-71 {
  color: #e21c23;
}

.mobile-scrolly-thing {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff3131;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mob-foot-button {
  color: #fff;
  background-color: #ff3131;
  border-left: 1px solid #ff6868;
  border-right: 1px solid #ff6868;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.mob-foot-button:hover {
  background-color: #ff6868;
  background-image: linear-gradient(157deg, #0000, #ef532c 99%);
  margin-top: -20px;
}

.mob-foot-button:active {
  background-color: #ff6868;
  background-image: linear-gradient(311deg, #0000, #ef532c 99%);
}

.mobile-icon {
  width: 22px;
}

.mob-foot-linktext {
  text-transform: uppercase;
  margin-top: 7px;
  font-weight: 600;
}

.mb-7-copy {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 50px;
  padding: 100px 5%;
  display: flex;
}

.div-block-21 {
  width: 60%;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-2.gradient-first-section {
    background-image: linear-gradient(#fff, #5d9fd7 57%, #22427b);
  }
}

@media screen and (max-width: 991px) {
  .margin-20px {
    grid-template-rows: auto;
  }

  .nav-button {
    background-color: #fa5951;
    width: 100%;
    display: block;
  }

  .navbar {
    z-index: 99;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 0%;
  }

  .hero-section-wrapper {
    z-index: 5;
    margin-top: 50px;
  }

  .image {
    object-fit: cover;
  }

  .hero-buttton-wrapper {
    justify-content: center;
    display: flex;
  }

  .slide-7 {
    object-fit: cover;
    max-height: 349px;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
  }

  .left-arrow {
    left: 59%;
  }

  .renting-out-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .renting-out-item {
    align-items: start;
  }

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

  .renting-right-wrapper {
    display: flex;
  }

  .selling-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .selling-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: start;
  }

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

  .selling-right-wrapper {
    padding-bottom: 50px;
    display: flex;
  }

  .buying-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
  }

  .buying-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: start;
  }

  .buying-right-wrapper {
    display: flex;
  }

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

  .choose-us-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .right-item {
    margin-left: 0;
  }

  .div-block-3 {
    padding-left: 15%;
  }

  .right-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .profile-wrapper {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .profile-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .profile-card.background-light-pink {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-card.background-light-pink:hover {
    transform: none;
  }

  .x-small-text {
    font-size: 16px;
    line-height: 24px;
  }

  .read-more-button {
    padding-bottom: 30px;
  }

  .contact-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 100px;
  }

  .footer-wrapper {
    padding-bottom: 80px;
  }

  .footer-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .footer-info {
    max-width: 310px;
  }

  .links-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 30px;
  }

  .image-5, .image-6, .image-7 {
    object-fit: cover;
    height: 100%;
  }

  .icon, .icon-2 {
    z-index: 1;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .check-icon-img-wrapper {
    width: 25px;
    height: 25px;
  }

  .small-rectangle {
    bottom: 86px;
  }

  .nav-link.text-color-white.opacity {
    color: #000;
    display: block;
  }

  .menu-icon {
    color: #fff;
  }

  .nav-link-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .image-12 {
    width: auto;
    height: 20px;
  }

  .image-13 {
    width: 30px;
  }

  .hero-top_right {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tabs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-section-form-right---bg-right {
    top: 68%;
  }

  .card-2.form {
    padding: 64px 40px;
  }

  .card-2.form.min-h-706px {
    min-height: 690px;
  }

  .card-2.faqs-item {
    padding: 56px 48px;
  }

  .inner-container._652px {
    max-width: 652px;
  }

  .top-section {
    padding-top: 100px;
  }

  .top-section.pd-top-100px {
    padding-top: 80px;
  }

  .grid-2-columns._1fr---1-12fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-40px-tablet {
    margin-bottom: 40px;
  }

  .mg-bottom-40px-tablet.sc {
    width: 100%;
  }

  .display-3 {
    font-size: 32px;
  }

  .contact-link-white-container {
    max-width: 400px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .testimonial-slider-mask {
    width: 320px;
    height: 285px;
  }

  .testimonial-slider-slide {
    margin-right: 30px;
  }

  .testimonial-heading-wrapper {
    width: 85%;
    padding-bottom: 60px;
  }

  .testimonial-slider-wrapper {
    width: 95%;
    padding-bottom: 130px;
  }

  .testimonial-slider-card {
    width: 320px;
    height: 320px;
    margin-left: -29px;
    padding: 30px 20px 20px 26px;
  }

  .heading-h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .card-text {
    font-size: 14px;
    line-height: 28px;
  }

  .right-arrow-3 {
    margin-left: 55%;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-20 {
    flex-flow: column;
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }

  .large-paragraph.color {
    font-size: 20px;
  }

  .hero-section-content {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-buttton-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-item {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .renting-out-wrapper {
    padding-top: 60px;
  }

  .rectangle-image {
    top: -11px;
  }

  .renting-out-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .selling-wrapper {
    padding-top: 60px;
  }

  .selling-item {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .buying-wrapper {
    padding-top: 40px;
  }

  .buying-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .choose-us-wrapper {
    padding-top: 80px;
  }

  .choose-us-items {
    grid-template-rows: auto;
  }

  .left-item.background-light-pink {
    padding-bottom: 80px;
  }

  .xxl-large-text {
    font-size: 60px;
  }

  .div-block-3 {
    padding-left: 20%;
  }

  .heading-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .large-text {
    font-size: 40px;
  }

  .right-item-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .profile-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .footer-bar-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rectagle-under-line {
    width: 45%;
    bottom: 73px;
    right: 27px;
  }

  .small-rectangle {
    bottom: 90px;
  }

  .modal-paragraph, .modal-link {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-modal {
    top: 20px;
  }

  .modal-paragraph-2, .modal-link-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-top_right {
    flex-flow: row;
  }

  .stats-wrap {
    grid-column-gap: 15px;
  }

  .hero-card {
    margin-top: -160px;
  }

  .hero-top {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-section-form-right---bg-right {
    left: 50%;
  }

  .card-2.form {
    padding: 56px 32px;
  }

  .card-2.form.min-h-706px {
    min-height: 632px;
  }

  .card-2.faqs-item {
    padding: 40px 32px;
  }

  .input {
    min-height: 54px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .input.min-height-72px {
    min-height: 64px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .top-section, .top-section.pd-top-100px {
    padding-top: 64px;
  }

  .grid-2-columns, .grid-2-columns._1fr---1-12fr {
    grid-template-columns: 1fr;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-2 {
    font-size: 40px;
  }

  .contact-link-white-container {
    max-width: 440px;
  }

  .line-square-icon.success-message-check-large {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs-menu-top---container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 28px;
  }

  .testimonial-slider-slide {
    margin-right: 25px;
  }

  .left-arrow-3 {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider-wrapper {
    width: 100%;
    padding-bottom: 120px;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-slider-card {
    padding-left: 22px;
    padding-right: 15px;
  }

  .right-arrow-3 {
    width: 40px;
    height: 40px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.gradient-first-section {
    padding-top: 150px;
  }

  .paragraph-17 {
    font-size: .9rem;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  p {
    font-size: 13px;
    line-height: 16px;
  }

  .margin-20px {
    margin-top: 10px;
  }

  .paragraph-medium, .paragraph-medium.text-color-white {
    text-align: center;
  }

  .paragraph-medium.text-color-white.text-align-left {
    text-align: left;
    font-size: 13px;
    line-height: 28px;
  }

  .hero-title {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    font-size: 36px;
    line-height: 43px;
  }

  .paragraph, .paragraph.text-color-white {
    font-size: 13px;
    line-height: 15px;
  }

  .large-paragraph {
    font-size: 18px;
    line-height: 21px;
  }

  .large-paragraph.color {
    font-size: 14px;
    line-height: 17px;
  }

  .large-paragraph.color.margin-bottom {
    font-size: 16px;
  }

  .small-paragraph {
    font-size: 13px;
    line-height: 22px;
  }

  .list-text.margin {
    font-size: 13px;
    line-height: 15px;
  }

  .slider {
    height: 650px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-content {
    text-align: left;
    align-items: flex-start;
    padding-top: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section-wrapper {
    margin-top: 43px;
  }

  .hero-buttton-wrapper {
    justify-content: flex-start;
  }

  .services-wrapper {
    padding-top: 80px;
  }

  .services-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .max-width-297px.opacity {
    padding-top: 15px;
  }

  .left-arrow {
    left: 49%;
  }

  .rectangle-image {
    display: none;
    top: -3px;
  }

  .choose-us-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .choose-us-items {
    grid-template-rows: auto;
  }

  .xxl-large-text {
    font-size: 72px;
  }

  .div-block-3 {
    text-align: left;
    padding-left: 0%;
  }

  .heading-wrapper {
    padding-bottom: 0;
  }

  .quaintity-wrapper {
    background-position: 19% 69%;
  }

  .large-text {
    font-size: 24px;
    line-height: 29px;
  }

  .number-box {
    background-position: 0 35%;
  }

  .profile-wrapper {
    padding-bottom: 80px;
  }

  .x-small-text {
    font-size: 13px;
    line-height: 22px;
  }

  .contact-wrapper {
    padding-bottom: 80px;
  }

  .footer-item {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .copy-right-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left-arrow-2 {
    top: 75%;
    bottom: 0;
  }

  .right-arrow-2 {
    top: 75%;
  }

  .check-icon-img-wrapper {
    width: 20px;
    height: 20px;
  }

  .rectagle-under-line {
    width: 40%;
    bottom: 70px;
    right: 35px;
  }

  .small-rectangle {
    top: 20px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 21px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-link {
    font-size: 16px;
    line-height: 25px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .modal-2, .modal-3 {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-link-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .stat-separator.phone-hide {
    display: none;
  }

  .stats-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr .25fr 1fr;
  }

  .star-wrap {
    justify-content: center;
  }

  .hero-top_left {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    padding-top: 25px;
  }

  .hero-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .hero-top {
    align-items: center;
  }

  .tabs-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-label {
    grid-column-gap: 40px;
    font-size: 12px;
  }

  .dd-absolute {
    margin-top: 22px;
    position: static;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-2.form {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-2.form.min-h-706px {
    min-height: 830px;
  }

  .card-2.faqs-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.min-height-72px {
    min-height: 56px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .top-section, .top-section.pd-top-100px {
    padding-top: 48px;
  }

  .text-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2-columns.form.gap-column-24px {
    grid-row-gap: 32px;
  }

  .max-width-48px-mbp {
    max-width: 48px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-2 {
    font-size: 36px;
  }

  .contact-link-white-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-square-icon.success-message-check-large {
    font-size: 48px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-btn-line {
    width: 14px;
  }

  .accordion-btn-line.vertical {
    height: 14px;
  }

  .accordion-item---button-container {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .color-neutral-100 {
    font-size: 24px;
    line-height: 35px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial-slider-mask {
    width: 281px;
    height: 275px;
  }

  .testimonial-slider-slide {
    margin-right: 20px;
  }

  .testimonial-heading-wrapper {
    width: 100%;
  }

  .left-arrow-3 {
    margin-left: 38%;
    bottom: -14%;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 100px;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slider-card {
    width: 281px;
    height: 275px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 10px;
  }

  .heading-h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .card-text {
    font-size: 12px;
    line-height: 24px;
  }

  .right-arrow-3 {
    bottom: -14%;
  }

  .paragraph-17 {
    font-size: .8rem;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ff3131;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: grid;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px solid #ff6868;
    border-right: 1px solid #ff6868;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: #ff6868;
    background-image: linear-gradient(309deg, #ef532c, #fff0);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: var(--złoty);
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mobile-icon {
    width: 100%;
    max-width: 18px;
    min-height: 18px;
    margin-bottom: 5px;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }
}

#w-node-_09081f7a-c5f1-b00c-bdce-16cba375ee23-22123797, #w-node-_501358e3-8cb5-78aa-322c-7bb09d21bb75-22123797, #w-node-dd3977b8-1c02-398d-f533-9a86d854b730-22123797, #w-node-_63c3c7b6-1da3-075f-0cfd-773a0b5a6365-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9b1b369-0c0a-601d-d918-e9bc44c5ccf2-22123797, #w-node-a9b1b369-0c0a-601d-d918-e9bc44c5ccf8-22123797, #w-node-a9b1b369-0c0a-601d-d918-e9bc44c5ccfe-22123797 {
  justify-self: center;
}

#w-node-_545ac572-537d-8f16-f9ab-a98a073ce3c9-22123797, #w-node-_545ac572-537d-8f16-f9ab-a98a073ce3d1-22123797, #w-node-_968df819-54eb-23b0-2506-12a2309ebf17-22123797, #w-node-_968df819-54eb-23b0-2506-12a2309ebf0e-22123797, #w-node-_968df819-54eb-23b0-2506-12a2309ebf12-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f7b11c8-7422-2f91-d3cd-b74b07fdb985-22123797 {
  justify-self: center;
}

#w-node-_86c3e3ad-0380-e9e1-aebb-8a16029363ba-22123797 {
  align-self: center;
}

#w-node-_117bfa96-783e-f553-dbe5-61aaafac9d27-22123797, #w-node-_2162cdd9-0ad3-6e8b-c5bb-f4cfafb4e3f0-22123797 {
  justify-self: center;
}

#w-node-_2162cdd9-0ad3-6e8b-c5bb-f4cfafb4e3f2-22123797 {
  align-self: center;
}

#w-node-_07d6137b-4fe0-afa2-eeec-2c35646bc1d1-22123797 {
  justify-self: center;
}

#w-node-_53db0b7b-4949-1515-373a-732c049e0072-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8be1fda-1798-5c41-699d-e5dbe5f367ad-22123797 {
  justify-self: center;
}

#w-node-f8be1fda-1798-5c41-699d-e5dbe5f367af-22123797 {
  align-self: center;
}

#w-node-_5232176e-4d41-0076-ca78-1d46f9a8fa99-22123797, #w-node-_6d59e9ec-c808-5558-423b-067f8c7e3b2a-22123797 {
  justify-self: center;
}

#w-node-_53db0b7b-4949-1515-373a-732c049e0070-22123797, #w-node-b7323095-90e5-17fc-b226-a6b2028354d9-22123797, #w-node-_4480b33c-db31-b362-1d0d-95456ca84aed-22123797, #w-node-_2df4bc7f-73c4-79cb-ccc3-40640db7f108-22123797, #w-node-_52ffa512-3615-5086-ebbb-3be8cfd2ab04-22123797, #w-node-_9352b28c-d5b5-30c1-1f5c-55cca872ed26-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb72f-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb735-22123797, #w-node-_55721aad-4588-005b-bb9e-4c0ea46bb73d-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb745-22123797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb746-22123797 {
  align-self: start;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb759-22123797 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55721aad-4588-005b-bb9e-4c0ea46bb75d-22123797 {
  justify-self: start;
}

#w-node-a7b913c9-db49-eea1-ee55-8a2110aeea1d-22123797, #w-node-a4cf1d21-8f3d-20b1-50d9-a64d61d9a910-22123797, #w-node-_8f1a8bb4-7475-92bb-e663-f1d5ff2fb9f5-22123797, #w-node-a07e09ee-eb6f-b723-b66f-1792b6a341af-e7f86cfa, #w-node-a07e09ee-eb6f-b723-b66f-1792b6a341bd-e7f86cfa, #w-node-a07e09ee-eb6f-b723-b66f-1792b6a341da-e7f86cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22bebcf4-4fef-0882-c8d6-b6229e353fd7-22123797, #w-node-a07e09ee-eb6f-b723-b66f-1792b6a341a6-e7f86cfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55721aad-4588-005b-bb9e-4c0ea46bb759-22123797 {
    grid-column: span 1 / span 1;
  }
}


