@font-face {
  font-family: Icofont;
  src: url('../fonts/icofont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph-with-white-background: #666;
  --secondary-heading: #373737;
  --primary-color: #b69d74;
  --background-color: #1d3557;
  --heading-color: #f0f0f0;
  --paragraph-color: #b0b0b0;
  --secondary-background: #eee;
  --white: white;
}

.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;
}

body {
  color: var(--paragraph-with-white-background);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  color: var(--secondary-heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  color: var(--secondary-heading);
  max-width: 700px;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: var(--secondary-heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  color: var(--secondary-heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

h5 {
  color: var(--secondary-heading);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  color: var(--secondary-heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary-color);
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s ease-in;
}

ul {
  grid-column-gap: 20px;
  color: #fff;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  list-style-type: none;
  display: flex;
}

ol {
  grid-row-gap: 12px;
  color: #666;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  display: flex;
}

li {
  color: #000;
}

img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary-color);
  background-color: #f5f5f5;
  border-radius: 2px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 20px 170px 20px 20px;
  font-size: 18px;
  line-height: 30px;
}

.default-text {
  z-index: 2;
  white-space: nowrap;
  margin-left: 3px;
  font-family: PT Serif, serif;
  font-weight: 700;
  position: relative;
}

.default-text:hover {
  color: #fff;
}

.nav-link {
  color: #bdbdbd;
  letter-spacing: .25px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0277bd;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary-color);
  font-family: PT Serif, serif;
}

.main-logo-wrapper, .main-logo-wrapper.w--current {
  max-width: 230px;
}

.navbar {
  z-index: 9999999;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
}

.nav-list {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.nav-menu-wrapper {
  flex-direction: row;
  padding-left: 0;
  display: block;
}

.button-hover-color {
  z-index: 1;
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-hover-color.initially-off {
  z-index: -1;
  height: 0%;
}

.nav-menu {
  grid-column-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.hover-text {
  z-index: 2;
  grid-column-gap: 0px;
  color: #fff;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.nav-button-list {
  flex: 1;
  margin-left: 10px;
  display: block;
}

.navbar-wrapper {
  border-bottom: 1px #bdbdbd99;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: visible;
}

.container.gap-60px {
  grid-row-gap: 60px;
  align-items: stretch;
  display: flex;
}

.cross-icon {
  display: none;
}

.menu-button {
  padding-bottom: 15px;
}

.banner {
  text-align: center;
  background-image: linear-gradient(188deg, #000, #0d6489 100%, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 192px;
  padding-bottom: 104px;
  display: flex;
}

.default-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 13px 21px;
  font-family: Rubik Semibold;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.default-button:hover {
  color: var(--primary-color);
}

.default-button.w--current:hover {
  color: #fff;
}

.hero-banner {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(188deg, #000 19%, #1c77c200 44%, #fff0), url('../images/city0gdansk.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  margin-top: 0;
  overflow: hidden;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: end;
  padding-top: 175px;
  position: relative;
}

.hero-slider-wrapper {
  position: relative;
}

.hero-image {
  z-index: 1;
  max-width: 480px;
  height: 720px;
  position: relative;
}

.hero-contents {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.counter-card-wrapper {
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.counter-card {
  grid-row-gap: 15px;
  background-color: var(--background-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.counter-card.low-opacity-card {
  background-color: #0000004d;
}

.hero-heading {
  color: var(--heading-color);
  font-family: PT Serif, serif;
  font-size: 52px;
}

.primary-paragraph {
  color: var(--heading-color);
  font-family: PT Serif, serif;
  font-weight: 400;
}

.main-button {
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 222px;
  padding: 16px 19px;
  font-family: Rubik Medium;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: #fff;
}

.list-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer {
  padding-top: 120px;
  position: relative;
}

.footer.footer-gap {
  grid-row-gap: 120px;
  background-color: #000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 120px;
  padding-top: 60px;
  display: flex;
}

.footer-link {
  color: var(--paragraph-color);
  justify-content: flex-start;
  text-decoration: none;
  transition: color .4s ease-out;
}

.footer-link:hover {
  color: #fff;
}

.footer-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #98a2b3;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-copyright {
  color: var(--paragraph-color);
  font-size: 15px;
  line-height: 22px;
}

.footer-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.information-container {
  grid-row-gap: 30px;
  color: var(--paragraph-color);
  flex-direction: column;
  max-width: 325px;
  display: flex;
}

.social-icon {
  color: #98a2b3;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 7px;
  font-family: Icofont, sans-serif;
  transition: transform .3s, color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.social-icon:hover {
  transform: translate(0, -3px);
}

.social-icon.facebook {
  align-items: center;
  display: flex;
}

.social-icon.facebook:hover {
  color: #1877f2;
}

.delete {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-icon-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.text-link {
  color: var(--primary-color);
  font-weight: 400;
}

.text-link:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.information-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.information-wrapper.extra-margin-top-20px {
  margin-top: 20px;
}

.information-wrapper.extra-margin-top-20px.cta {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  padding: 27px;
  box-shadow: 0 2px 5px #0003;
}

.information-block {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-icon {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  font-family: Icofont, sans-serif;
  line-height: 17px;
  transition: color .4s ease-out, background-color .2s, transform .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-icon:hover {
  color: gold;
  background-color: #30aca6;
  border-color: #30aca6;
  transform: scale(1.1);
}

.information-text {
  line-height: 26px;
}

.footer-paragraph {
  color: var(--paragraph-color);
  margin-bottom: 0;
}

.number {
  color: var(--heading-color);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.counter-title {
  color: var(--paragraph-color);
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.hidden {
  display: none;
}

.experience {
  z-index: 1;
  grid-column-gap: 14px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
  padding: 16px 14px;
  display: flex;
  position: absolute;
  inset: 378px 0% auto auto;
}

.sub-text {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.hero-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.name-wrapper {
  z-index: 1;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 2px;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  bottom: 155px;
  right: 191px;
}

.about {
  padding-top: 117px;
  padding-bottom: 205px;
  position: relative;
}

.about-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  position: relative;
}

.section-name {
  color: var(--primary-color);
  margin-bottom: 6px;
  font-family: PT Serif, serif;
  font-weight: 500;
  line-height: 24px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  line-height: 50px;
}

.section-heading.less-width {
  max-width: 460px;
}

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

.about-image {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 4px;
  min-width: 490px;
  max-width: 520px;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  color: var(--secondary-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.bold-text.extra-margin {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.section-paragraph {
  max-width: 560px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
}

.why-choose-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.card {
  grid-row-gap: 4px;
  text-align: center;
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px;
  display: flex;
}

.card-icon {
  color: var(--primary-color);
  width: 80px;
  margin-bottom: 6px;
  font-family: Icofont, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.card-title {
  color: var(--secondary-heading);
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.services-contents {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.flex-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: flex;
}

.service-card {
  border: 1px solid #0000001a;
  border-radius: 1px;
  padding: 40px 20px 20px 40px;
  position: relative;
}

.external-link-block {
  max-width: 30px;
  display: block;
  position: absolute;
  inset: 20px 30px auto auto;
}

.testimonials {
  padding-top: 120px;
  padding-bottom: 25px;
  position: relative;
}

.middle-allign-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 20px;
  border: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  padding: 30px 26px;
  display: flex;
}

.client-block {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.client-image {
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
}

.client-name {
  color: var(--secondary-heading);
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 24px;
}

.client-position {
  color: var(--primary-color);
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 22px;
}

.star-icon {
  color: #f4af0b;
  font-family: Icofont, sans-serif;
  font-size: 24px;
}

.star-icon-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.faq {
  padding-top: 120px;
  padding-bottom: 195px;
  position: relative;
}

.faq-grid {
  grid-template-rows: auto;
  position: relative;
}

.faq-contents {
  flex-direction: column;
}

.faq-image {
  max-width: 300px;
  min-height: 355px;
  margin-top: 30px;
}

.dropdown-menu {
  z-index: auto;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
}

.dropdown-contents {
  background-color: #fff;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-texts {
  color: var(--paragraph-with-white-background);
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-switch {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.dropdown-title {
  color: var(--secondary-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 2px;
  flex-direction: column;
  max-width: 360px;
  display: flex;
}

.blog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: transform .3s, color .3s;
}

.blog-title:hover {
  color: var(--primary-color);
  transform: translate(0, -5px);
}

.card-body {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 28px 30px;
  display: flex;
}

.icon {
  color: #000;
  font-family: Icofont, sans-serif;
  line-height: 16px;
}

.page-title {
  color: var(--heading-color);
  margin-top: 0;
}

.breadcrumbs {
  color: #f0f0f099;
}

.left-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.sidebar {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.education-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  margin-top: 145px;
  position: relative;
}

.contact-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.highlight-text {
  color: var(--secondary-heading);
  max-width: 425px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.highlight-text.small {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.office-information-container {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.office-information-wrapper {
  grid-row-gap: 84px;
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  background-color: #b69d741a;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 60px 44px;
  position: relative;
}

.form-headings {
  grid-row-gap: 22px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.two-input-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.contact-form-field {
  border: 1px solid #eee;
  border-radius: 4px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 13px 15px;
  line-height: 24px;
  transition: border-color .4s;
}

.contact-form-field:focus {
  border-color: var(--background-color);
}

.contact-form-field.text-area {
  min-height: 160px;
}

.form {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blogs {
  padding-top: 80px;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.squre-blocks {
  z-index: -1;
  background-color: #d9d9d933;
  width: 400px;
  height: 350px;
  position: absolute;
  inset: 140px -250px auto auto;
  transform: rotate(12.5deg);
}

.squre-blocks.bottom-left {
  top: 551px;
  left: -115px;
  right: auto;
}

.squre-blocks.testimonial {
  top: 198px;
  right: -187px;
}

.squre-blocks.faq {
  inset: auto auto 257px -186px;
}

.squre-blocks.about {
  top: 306px;
  right: -202px;
}

.blur-background-div {
  z-index: -1;
  background-color: var(--primary-color);
  filter: blur(200px);
  border-radius: 328px;
  width: 324px;
  height: 328px;
  position: absolute;
  inset: 100px auto auto -113px;
}

.blur-background-div.education {
  inset: 50px 0% auto auto;
}

.blur-background-div.testimonial-background {
  opacity: .5;
  inset: auto -188px -162px auto;
}

.blur-background-div.faq-background {
  opacity: .5;
  inset: 40px auto auto -120px;
}

.blur-background-div.opacity-low {
  opacity: .5;
  width: 450px;
  height: 450px;
  inset: auto 20% 0% auto;
}

.blur-background-div.opacity-low.blog-page {
  inset: -50px -100px auto auto;
}

.blur-background-div.opacity-low.blog-page-second {
  top: 380px;
}

.blur-background-div.opacity-low.blog-page-third {
  width: 250px;
  height: 250px;
  inset: auto -110px 335px auto;
}

.secondary-button {
  background-color: var(--primary-color);
  border: 2px solid #0000;
  border-radius: 2px;
  margin-top: 45px;
  padding: 11px 33px;
  font-family: PT Serif, serif;
  font-weight: 500;
  transition-property: all;
  transition-duration: .35s;
}

.secondary-button:hover {
  border: 2px solid var(--background-color);
  color: var(--background-color);
  background-color: #0000;
  transform: translate(0, -4px);
}

.secondary-button.contact-button {
  margin-top: 30px;
  padding: 14px 22px;
}

.secondary-button.submit-button {
  border-radius: 4px;
  margin-top: 0;
  padding: 13px 45px;
}

.overflow-hidden-mask {
  border-radius: 5px;
  position: relative;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.navigation {
  color: var(--background-color);
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  display: flex;
}

.mask {
  max-width: 390px;
  overflow: visible;
}

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

.section.features {
  background-color: #b69d741a;
}

.section.faq {
  padding-bottom: 50px;
}

.section.testimonials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.section.default {
  padding-bottom: 0;
}

.section.default.cta {
  padding-left: 5%;
  padding-right: 5%;
}

.section.about {
  padding-bottom: 100px;
}

.breadcrumb-link {
  color: #f0f0f099;
}

.breadcrumb-link:hover {
  color: #f0f0f0;
}

.breadcrumb-block {
  grid-column-gap: 4px;
  color: #f0f0f099;
  display: flex;
}

.navigation-icon {
  transition: color .2s;
}

.navigation-icon:hover {
  color: var(--primary-color);
}

.card-thumbnail {
  transition: transform 1s cubic-bezier(.39, .575, .565, 1);
}

.card-thumbnail:hover {
  transform: scale(1.2);
}

.footer-divider {
  display: none;
}

._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-text {
  color: #083548;
  font-size: 300px;
  font-weight: 300;
  line-height: 300px;
}

._404-image {
  max-width: 130px;
}

._404-image-wrapper {
  background-color: #475467;
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  display: flex;
  box-shadow: 0 0 40px #b69d744d;
}

.flex-horizontal {
  align-items: center;
  display: flex;
}

._404-paragraph {
  max-width: 800px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-span {
  background-image: linear-gradient(357deg, var(--primary-color), #fff0 50%);
}

.div-block {
  height: 25px;
  display: flex;
}

.checkbox {
  width: 15px;
  height: 15px;
}

.image-3 {
  z-index: 1;
  width: 90%;
  position: relative;
}

.div-block-2 {
  background-color: var(--background-color);
  width: 90%;
  height: 500px;
  position: absolute;
  inset: 0% auto auto -7%;
}

.div-block-3 {
  background-color: var(--background-color);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: -3% 0% auto 2%;
}

.div-block-5 {
  color: var(--primary-color);
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  flex: 0 auto;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
}

.checkbox-label {
  font-size: 12px;
  line-height: 16px;
}

.text-span-2 {
  color: var(--primary-color);
  font-weight: 400;
}

.text-span-3, .text-span-4 {
  font-weight: 400;
}

.button-con {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-con.contacts-with-image-button {
  margin-top: 30px;
}

.contacts-with-image {
  background-image: linear-gradient(#0006, #0006), url('../images/agent-damian-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-background {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.button-background.white {
  border: 1px solid #012049;
}

.button-flect-horizontal {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-center.white-text {
  color: var(--heading-color);
  font-family: PT Serif, serif;
}

.base-container {
  flex-direction: column;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-button-transparent {
  color: #f7f7f7;
  border: 1px solid #f7f7f7;
  align-items: center;
  padding: 22px 30px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button-blue-text {
  margin-bottom: 0;
  font-family: PT Serif, serif;
  line-height: 1;
  position: relative;
}

.clone-me-2 {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.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-2 {
  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-5 {
  padding: 40px 5%;
}

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

.paragraph-23 {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 10px;
  line-height: 10px;
}

.text-block {
  font-family: PT Serif, serif;
}

.list-wrappoer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.text-small {
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 1.4em;
}

.text-small.bold {
  color: var(--secondary-background);
  font-weight: 700;
}

.navbar-2 {
  background-color: #f8f6f1;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.reveal-image-on-scroll {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.reveal-on-scroll---first {
  z-index: 1;
  position: relative;
}

.stars {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.reveal-on-scroll---third {
  flex-flow: column;
  display: flex;
}

.trigger-modal {
  cursor: pointer;
}

.reveal-on-scroll---second {
  flex-flow: column;
  display: flex;
}

.collapse-item-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.rating-badge {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #eae5d6;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px 10px 18px;
  font-weight: 700;
  display: flex;
}

.rating-badge.dark {
  background-color: var(--background-color);
  border-radius: 0;
}

.modal-cross {
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 10%;
  right: 24px;
}

.modal-cross:hover {
  transform: rotate(90deg);
}

.modal-screen {
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.white-text {
  color: var(--heading-color);
}

.white-text.bigger {
  font-size: 30px;
  line-height: 35px;
}

.navigation-copy {
  color: var(--background-color);
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  display: flex;
}

.div-put-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  border: 1px solid #f1f1f1;
  border-radius: 0;
  flex-flow: column;
  width: 550px;
  max-width: 550px;
  height: 550px;
  padding: 10px;
  display: flex;
  position: relative;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 2rem;
}

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 25px;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.swiper-slide._1 {
  border-radius: 0;
}

.sold-image {
  height: 80%;
  max-height: 80%;
  position: relative;
}

.offer-info {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--white);
  flex-flow: column;
  height: 20%;
  padding: 1rem;
  display: flex;
}

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

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

.sold-image-inner {
  height: 100%;
  max-height: 100%;
  position: static;
}

.sold-block {
  background-color: var(--background-color);
  opacity: .95;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 3%;
  display: flex;
  position: absolute;
  inset: 40% 0% 0%;
}

.price-txt {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 500;
}

.offer-info-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.offer-heading-small {
  font-size: 16px;
}

.slider {
  background-color: #fff;
  min-height: 600px;
}

.mask-2 {
  width: 50%;
  overflow: visible;
}

.section-26 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 3%;
  display: flex;
  overflow: hidden;
}

.icon-2 {
  background-color: var(--primary-color);
}

.slide {
  margin-right: 10%;
}

.offer-heading-copy {
  text-align: center;
  font-size: 25px;
}

@media screen and (min-width: 1280px) {
  .div-put-3 {
    height: 550px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .section-2.gradient-first-section {
    background-image: linear-gradient(#fff, #5d9fd7 57%, #22427b);
  }

  .div-put-3 {
    height: 550px;
  }

  .section-26 {
    padding-left: 8%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .mask-2 {
    width: 33%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    max-width: 500px;
  }

  p {
    max-width: 100%;
  }

  .nav-link {
    color: #fff;
    padding: 0 5px;
  }

  .main-logo-wrapper {
    z-index: 1;
  }

  .nav-list {
    border-bottom: 1px #fff3;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    border-radius: 0;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #081830;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px 25px 30px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-button-list {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .hamburger-icon {
    color: #fff;
    background-color: #fff0;
    border: 1px #0000;
    flex-direction: row;
    font-size: 28px;
    display: block;
  }

  .container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.gap-60px {
    overflow: visible;
  }

  .cross-icon {
    background-color: #0000;
    flex-direction: row;
    font-family: Icofont, sans-serif;
    font-size: 24px;
    font-style: normal;
    display: none;
  }

  .hamburger-and-close-icon-wrapper {
    align-items: center;
    display: flex;
  }

  .menu-button {
    flex-direction: row;
    padding: 0;
    display: block;
  }

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

  .banner, .hero-banner {
    padding-top: 150px;
  }

  .hero-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hero-image {
    max-width: 360px;
    height: 550px;
  }

  .hero-contents {
    max-width: 650px;
    margin-top: 0;
  }

  .counter-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer {
    margin-top: 80px;
  }

  .footer.footer-gap {
    grid-row-gap: 0px;
    margin-top: 60px;
    padding-top: 80px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-block {
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.less-width-block {
    max-width: 40%;
  }

  .footer-block.first-block {
    max-width: 50%;
  }

  .delete {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .experience {
    grid-column-gap: 10px;
    top: 222px;
  }

  .hero-image-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .name-wrapper {
    padding: 10px;
    font-size: 18px;
  }

  .about-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-heading, .about-image {
    max-width: none;
  }

  .contents {
    width: 100%;
  }

  .section-paragraph {
    max-width: none;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-contents {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .flex-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .testimonial-card {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .faq-contents {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-image {
    max-width: 400px;
    min-height: 200px;
  }

  .dropdown-menu {
    align-items: stretch;
    min-width: auto;
  }

  .dropdown-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .sidebar {
    grid-column-gap: 30px;
    flex-flow: wrap;
  }

  .education-grid {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-top: 80px;
    display: flex;
  }

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

  .squre-blocks {
    display: none;
  }

  .testimonial-slider {
    width: 100%;
  }

  .mask {
    max-width: 370px;
  }

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

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

  .section.about {
    padding-bottom: 100px;
  }

  .footer-divider {
    background-color: #98a2b3;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  ._404-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-con.contacts-with-image-button {
    margin-top: 20px;
  }

  .contacts-with-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-background.white {
    transform: none;
  }

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

  .navbar-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    position: sticky;
    top: 100px;
  }

  .dropdown {
    align-self: stretch;
  }

  .navigation-copy.right-side {
    right: 30px;
  }

  .div-put-3 {
    height: 550px;
  }

  .swiper-slide._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .mask-2 {
    width: 100%;
  }

  .section-26 {
    padding-left: 3%;
  }

  .slide {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 0;
  }

  blockquote {
    padding-right: 20px;
  }

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

  .main-logo-wrapper {
    z-index: 1;
  }

  .nav-menu {
    background-color: #081830;
    border-radius: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .cross-icon {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    display: none;
  }

  .counter-card-wrapper {
    grid-template-columns: 1fr;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .footer-copyright {
    max-width: 389px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    flex-direction: column;
  }

  .footer-block.less-width-block {
    max-width: 34%;
  }

  .footer-block.first-block {
    max-width: 52%;
  }

  .delete {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .card, .service-card {
    padding: 20px;
  }

  .external-link-block {
    max-width: 20px;
    top: 10px;
    right: 10px;
  }

  .testimonial-card {
    max-width: none;
  }

  .faq-image {
    max-width: 280px;
    min-height: auto;
  }

  .dropdown-title {
    width: 100%;
  }

  .dropdown-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr;
    align-content: center;
    place-items: center;
  }

  .sidebar {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-slider {
    display: flex;
  }

  .mask {
    max-width: none;
    overflow: hidden;
  }

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

  .section.about {
    padding-bottom: 80px;
  }

  ._404-text {
    font-size: 150px;
    line-height: 200px;
  }

  ._404-image {
    max-width: 90px;
  }

  ._404-image-wrapper {
    width: 150px;
    height: 150px;
  }

  ._404-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .contacts-with-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .clone-me-2 {
    z-index: 9000;
    display: block;
    bottom: 102px;
  }

  .button_call-2 {
    background-color: #393b6a;
  }

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

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

  .navigation-copy.right-side {
    right: 0;
  }

  .div-put-3 {
    width: auto;
    height: auto;
    padding: 5px;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-slide._1 {
    flex-flow: column;
    width: 100%;
  }

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

  .mask-2 {
    width: 100%;
  }

  .section-26 {
    padding-left: 0%;
  }

  .slide {
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 45px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  p {
    line-height: 23px;
  }

  a {
    color: var(--primary-color);
  }

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

  .main-logo-wrapper {
    padding-left: 0;
  }

  .nav-list {
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    grid-row-gap: 10px;
    text-align: center;
    overflow: hidden;
  }

  .nav-button-list {
    padding-left: 0;
  }

  .hamburger-icon {
    background-color: #fff0;
    font-size: 25px;
  }

  .container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cross-icon {
    color: #fff;
    font-size: 25px;
  }

  .banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-banner {
    padding-top: 120px;
  }

  .hero-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
  }

  .hero-image {
    max-width: 360px;
    height: auto;
  }

  .counter-card-wrapper {
    z-index: 10;
    display: flex;
    bottom: 0%;
  }

  .counter-card {
    grid-row-gap: 5px;
    padding: 10px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .footer.footer-gap {
    padding-top: 40px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    text-align: center;
    border-top-style: none;
  }

  .footer-copyright {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .footer-block.less-width-block, .footer-block.first-block {
    border-bottom: 1px solid #98a2b3;
    max-width: 100%;
  }

  .delete {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .information-block {
    grid-column-gap: 15px;
  }

  .information-text {
    color: var(--primary-color);
  }

  .number {
    font-size: 22px;
  }

  .counter-title {
    text-align: center;
    font-size: 12px;
  }

  .experience {
    padding: 10px;
    display: none;
    inset: auto 0% 5% auto;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .name-wrapper {
    bottom: 114px;
    right: 149px;
  }

  .about-image {
    min-width: 300px;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr;
  }

  .card {
    border-style: solid;
  }

  .card-icon {
    width: 70px;
  }

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

  .faq-image {
    max-width: 220px;
    min-height: auto;
  }

  .dropdown-menu {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-texts {
    padding: 0 15px 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown-switch {
    justify-content: space-between;
    padding: 15px;
  }

  .dropdown-title {
    white-space: pre-wrap;
    font-size: 15px;
  }

  .dropdown-wrapper {
    width: 100%;
    display: flex;
  }

  .card-body {
    padding: 20px;
  }

  .contact-form-wrapper {
    padding: 40px 15px;
  }

  .two-input-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blogs {
    padding-top: 60px;
  }

  .navigation.left-side {
    left: -15px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials {
    padding-bottom: 0;
  }

  .section.about {
    padding-bottom: 60px;
  }

  .footer-divider {
    display: none;
  }

  ._404-text {
    font-size: 100px;
    line-height: 160px;
  }

  ._404-image {
    max-width: 60px;
  }

  ._404-image-wrapper {
    width: 100px;
    height: 100px;
  }

  .text-span {
    line-height: 50px;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-2 {
    height: 300px;
  }

  .contacts-with-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/agent-damian-1_1.avif');
    background-position: 0 0, 50%;
  }

  .button-flect-horizontal {
    flex-flow: column;
  }

  .button_call-2 {
    background-color: #393b6a;
  }

  .text-small {
    font-size: 14px;
    line-height: 1.4em;
  }

  .navbar-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    top: 0;
  }

  .reveal-image-on-scroll {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .modal-cross {
    width: 36px;
    height: 36px;
    top: 7%;
  }

  .white-text.bigger {
    font-size: 23px;
  }

  .navigation-copy.right-side {
    right: -15px;
  }

  .div-put-3 {
    max-width: none;
    height: auto;
  }

  .section-spacing.project {
    padding-top: 0;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-slide._1 {
    width: 100%;
    min-width: 300px;
  }

  .offer-info {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-left: .7rem;
  }

  .offer-heading {
    font-size: 17px;
  }

  .sold-block {
    height: 70px;
  }

  .price-txt {
    font-size: 20px;
  }

  .offer-heading-small {
    font-size: 15px;
  }

  .slider {
    min-height: 500px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .icon-2 {
    font-size: 2rem;
    left: -60%;
  }

  .icon-2._2 {
    left: 60%;
  }

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

  .offer-heading-copy {
    font-size: 17px;
  }
}

#w-node-a07225bc-ed39-ca4c-92c4-efcd2cf95374-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_32b25e28-c780-1561-09e7-1e526a16fe34-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68613188-062d-0b15-6a13-9bc5707c8422-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_92479be0-1514-1df4-03ba-aa6860d30147-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a39c1754-fe83-29ae-97a4-415964243e84-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8d39bcbf-edbf-7d25-d061-0efbec931488-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_639ed0ba-08db-aea2-90b2-d0e0564a4aa4-94176693, #w-node-b1caf5f4-5a41-1ebf-2c03-5b4c5b84b9fc-94176693, #w-node-ca94a021-48f0-d0fb-eac1-269c5c0eea13-94176693, #w-node-_19fa7241-deee-7f31-8c73-2e8ceae7c3a2-94176693, #w-node-eb1e3f92-4e4a-ca4d-d59a-eec40636deff-94176693, #w-node-_26c91efe-9da2-2053-f04a-4c5bf73cada7-94176693, #w-node-_30c8a7be-08a8-11dd-497a-c971f7b706c1-94176693, #w-node-_53a0d671-afcf-bdbe-f2f6-fa22afa12efe-94176693, #w-node-a04719ae-1cdc-1cb7-fb10-e3609af078cd-94176693, #w-node-_40c5c5b2-013b-5114-ba63-ec2a57f4e321-94176693, #w-node-_40c5c5b2-013b-5114-ba63-ec2a57f4e350-94176693, #w-node-_40c5c5b2-013b-5114-ba63-ec2a57f4e351-94176693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}