@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Laila;
  src: url('../fonts/Laila-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Laila;
  src: url('../fonts/Laila-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Laila;
  src: url('../fonts/Laila-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Laila;
  src: url('../fonts/Laila-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Laila;
  src: url('../fonts/Laila-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #08364a;
  --dark-paragraph-gray: #514e4e;
  --primary: #2db9b9;
  --main-red: #08364a;
  --footer-color: #f9f9f9;
  --white: white;
  --color-3: #219494;
  --light-gray: #f9f9fa;
  --color-5: #fafcf5;
  --gray: #e9e9e9;
  --light-orange: #ff5b4a;
  --primary-light-1: #f6f7ed;
  --dark-gray-50: #afafaf80;
  --color-6: #f4fbf9;
  --baner-background: #c72313;
  --super-orange-light: #fdfaf7;
  --white-50: #ffffff80;
  --black: black;
  --żółty: #fd0;
  --secondary-color-2: #f5f4fb;
  --color-4: #f9f3eb;
  --green: #f5fcfa;
}

.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('../img/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;
}

.w-embed-youtubevideo {
  background-image: url('../img/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: var(--text-dark);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Laila, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Laila, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Laila, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Laila, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Laila, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Laila, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--dark-paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

a {
  color: var(--primary);
  letter-spacing: 1px;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--main-red);
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--text-dark);
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  color: var(--text-dark);
  text-align: center;
  background-image: url('../img/Clean-1_1Clean%201.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 20px 10px;
  font-family: Laila, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.section {
  background-color: var(--footer-color);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--white);
}

.section.color-2 {
  background-color: var(--color-3);
  overflow: hidden;
}

.section.color-3 {
  background-color: var(--light-gray);
}

.section.color-4 {
  background-color: var(--color-5);
  overflow: hidden;
}

.section.with-cleaning-image {
  background-color: var(--white);
}

.section.footer-color {
  background-color: var(--footer-color);
}

.section.footer-color.cennik {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.blue-background-with-print {
  background-color: var(--primary);
  display: none;
}

.section.purple-color {
  background-color: var(--footer-color);
}

.base-container {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.container-relative {
  z-index: 2;
  position: relative;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  top: 80px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-radius: 8px;
  min-width: 280px;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

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

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 5px 20px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-recent-post {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-paragraph-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--main-red);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  border-top: 1px solid var(--gray);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.footer-rights {
  color: var(--light-gray);
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.footer-copyright {
  color: var(--light-gray);
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--light-orange);
}

.body-with-background {
  background-color: var(--light-gray);
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.free-trial-wrapper {
  z-index: 100;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.free-trial-title {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 40px;
}

.paragraph-large {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1em;
}

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

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

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

.accordion-item {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.light-background {
  background-color: var(--light-gray);
}

.contacts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.contacts-content-wrapper {
  width: 100%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--primary-light-1);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--main-red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--white);
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--main-red);
}

.contacts-textarea::placeholder {
  color: var(--dark-paragraph-gray);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.contacts-3-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 8px;
  height: auto;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--main-red);
}

.contacts-3-input::placeholder {
  color: var(--dark-paragraph-gray);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.contacts-3-form {
  text-align: center;
}

.footer-link {
  color: var(--light-gray);
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current {
  letter-spacing: 0;
}

.footer-link.w--current:hover {
  color: var(--primary);
}

.footer-social-icons-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-paragraph-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
}

.search-input:focus {
  border: 1px solid var(--main-red);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 220px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--light-gray);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 20px 30px;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.service-list-item {
  position: relative;
}

.service-list-2-item {
  width: 100%;
}

.service-list-2-item-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 250px;
}

.service-list-2-item-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-2-item-icon {
  color: var(--primary);
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.about-3-form {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.our-services-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-services-bg {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.our-services-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.our-services-wrap {
  border: 1px solid var(--dark-paragraph-gray);
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 20px 5px 5px;
  display: flex;
}

.our-services-icon {
  color: var(--primary);
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 44px;
  line-height: 1;
  position: absolute;
  inset: auto 0% -10px;
}

.team-grid-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-6-left-arrow {
  background-color: var(--white);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  inset: 200px auto auto 75px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

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

.team-video-card {
  z-index: 10;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 33.33%;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.facts-img-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-details-link-title {
  letter-spacing: 0;
}

.home-9-slide {
  border-radius: 8px;
  margin-right: 40px;
  overflow: hidden;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-9-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-9-tab-link {
  grid-row-gap: 15px;
  background-color: var(--color-6);
  color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  display: flex;
}

.home-9-tab-link.w--current {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.home-9-tab-link.first-child {
  border-right: 1px none var(--gray);
  border-left-style: none;
}

.home-9-tab-link.first-child.w--current {
  background-color: var(--primary);
  box-shadow: none;
  color: var(--white);
  border-left-style: none;
}

.home-9-tabs-content {
  width: 100%;
  overflow: visible;
}

.home-9-tab-buttons {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.home-11-service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-contacts-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-6-contacts-wrap {
  background-color: var(--light-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 440px;
  display: flex;
}

.about-6-contacts-image {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 440px;
}

.about-6-contacts-content-wrapper {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.rich-text-block h3 {
  margin-top: 25px;
}

.rich-text-block h4 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.rich-text-block h5, .rich-text-block h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.primary-blue-button {
  background-color: var(--primary);
  border-radius: 8px;
  padding: 15px 30px;
  font-weight: 500;
  transition-property: all;
}

.primary-blue-button:hover {
  background-color: var(--main-red);
  color: var(--white);
}

.primary-blue-button.dark {
  background-color: var(--text-dark);
  height: 55px;
  transition-duration: .3s;
}

.primary-blue-button.dark:hover {
  background-color: var(--main-red);
}

.primary-blue-button.white-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4em;
  display: inline-block;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.primary-blue-button.contact-us-2 {
  background-color: var(--main-red);
  color: var(--white);
  display: inline-block;
}

.primary-blue-button.contact-us-2:hover {
  background-color: var(--primary);
}

.primary-red-button {
  background-color: var(--main-red);
  border-radius: 8px;
  padding: 15px 30px;
  transition-property: all;
  display: inline-block;
}

.primary-red-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.primary-red-button.request-an-estimate {
  background-color: var(--baner-background);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.primary-red-button.request-an-estimate.w--current {
  background-color: var(--baner-background);
}

.primary-red-button.white-text {
  color: var(--white);
  display: none;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.primary-red-button.buy-subscription {
  color: var(--white);
  letter-spacing: 1px;
  transition-duration: .3s;
}

.primary-red-button.buy-subscription:hover {
  background-color: var(--white);
  color: var(--main-red);
}

.primary-red-button.search-results {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-red-button.buy-discount {
  color: var(--white);
  letter-spacing: 1px;
  transition-duration: .3s;
}

.primary-red-button.buy-discount:hover {
  background-color: var(--primary);
  color: var(--white);
}

.primary-red-button.full-width-services {
  color: var(--white);
  text-align: center;
  width: 100%;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-search-icon-2 {
  color: #0e0e0e;
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  border-color: var(--primary);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
}

.nav-dropdown-list-2.portfolio-details.w--open {
  width: 220px;
}

.nav-dropdowm-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-icon-white {
  color: var(--text-dark);
  padding-left: 3px;
  font-size: 16px;
  display: block;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.border-wrap {
  display: flex;
}

.nav-dropdown-link-2 {
  color: var(--text-dark);
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  font-family: Laila, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-2.w--current {
  color: var(--text-dark);
}

.nav-dropdown-link-2.w--current:hover {
  color: var(--primary);
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  display: flex;
}

.tablet-menu-2, .menu-button-2 {
  display: none;
}

.nav-item-title-white {
  color: var(--text-dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.nav-item-title-white.mobile {
  display: none;
}

.search-shop-con-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: none;
}

.search-shop-con-2.home-5 {
  display: none;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-header-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.brand-2 {
  transition-property: opacity;
}

.brand-2:hover {
  opacity: .7;
}

.brand-2.w--current {
  transition-property: opacity;
}

.brand-2.home-5 {
  display: flex;
}

.brand-2.home-5:hover {
  opacity: 1;
}

.header-social-networks {
  display: flex;
}

.header-social-networks.tablet-and-mobile-home-5, .header-social-networks.home-5 {
  display: none;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-black {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  transition: opacity .5s;
  display: block;
}

.link-black:hover {
  opacity: .5;
}

.link-black.networks-home-2-first {
  color: #afafaf;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: color;
}

.link-black.networks-home-2-first:hover {
  opacity: 1;
  color: #000;
}

.link-black.home-7-white-last {
  color: #fff;
  text-transform: lowercase;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
}

.link-black.home-7-white-last:hover {
  opacity: .7;
}

.link-black.networks-home-2 {
  color: #afafaf;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition-property: color;
}

.link-black.networks-home-2:hover {
  opacity: 1;
  color: #000;
}

.link-black.home-7-white {
  color: #fff;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  transition-property: opacity;
}

.link-black.home-7-white:hover {
  opacity: .7;
}

.dropdown-header {
  color: #afafaf;
  background-color: #0000;
  justify-content: space-between;
  padding: 31px 35px 31px 15px;
  transition: opacity .2s;
  display: flex;
}

.dropdown-header:hover {
  opacity: .7;
}

.dropdown-header.w--open:hover {
  opacity: 1;
  text-decoration: none;
}

.nav-dropdown-transparent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.logo-mobile-2 {
  padding-left: 0;
  display: none;
}

.navigation-menu-home-transparent {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.base-container-2 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.image-cleaning {
  width: 4rem;
  height: 4rem;
}

.red-subheading-h6 {
  color: var(--color-3);
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.top-nav-container {
  z-index: 20;
  background-color: var(--color-6);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.container-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 11px 15px;
  display: flex;
}

.header-top-link {
  color: var(--primary);
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.header-top-link:hover {
  color: var(--primary);
}

.header-top-link.last-link {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.socials-link-right-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.connect-socials {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.header-social-icon {
  color: #00a7f0;
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.6rem;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.call-us {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.header-call-us {
  color: var(--main-red);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.header-call-us:hover {
  color: var(--primary);
}

.print-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.print-of-balls {
  height: 20px;
  position: absolute;
  top: 31%;
}

.print-of-balls.our-offer {
  opacity: .67;
  height: 180px;
  inset: 6% 34% auto auto;
}

.print-of-balls.benefit {
  height: 35px;
  inset: 29% auto auto 14%;
}

.print-of-balls.newsletter {
  height: 60px;
  inset: 29% auto auto 95%;
}

.print-of-balls.blog-grid-print {
  height: 40px;
  top: 15%;
  left: 55%;
}

.print-of-balls.contact-2 {
  height: 35px;
  inset: 7% auto auto -1%;
}

.print-of-balls-2 {
  height: 25px;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: 33%;
  transform: rotate(290deg);
}

.print-of-balls-2.benefit {
  height: 40px;
  inset: auto auto 22% 5%;
}

.print-of-balls-2.newsletter {
  inset: auto auto 92% 37%;
}

.print-of-balls-2.blog-grid-print {
  height: 200px;
  bottom: 7%;
  left: 25%;
}

.print-of-balls-2.contact-2 {
  height: 40px;
  bottom: -1%;
}

.print-of-balls-2.detail {
  height: 200px;
  bottom: 7%;
  left: 25%;
}

.print-of-balls-3 {
  opacity: .7;
  height: 230px;
  position: absolute;
  inset: 24% 7% auto auto;
  transform: rotate(90deg);
}

.print-of-balls-3.our-offer {
  height: 40px;
  top: 3%;
  right: 6%;
}

.print-of-balls-3.subscribe {
  top: 33%;
  right: 27%;
}

.print-of-balls-3.newsletter {
  top: -9%;
  right: 1%;
}

.print-of-balls-3.blog-grid-print {
  inset: 0% auto auto 0%;
}

.print-of-balls-3.contact-2 {
  top: 47%;
  right: 41%;
}

.print-lightning {
  height: 30px;
  position: absolute;
  inset: 23% auto auto 2%;
}

.print-lightning.our-offer {
  height: 200px;
  inset: 2% auto auto 3%;
}

.print-lightning.newsletter {
  height: 50px;
  inset: 12% auto auto 4%;
}

.print-lightning.blog-grid-print {
  height: 40px;
  inset: auto 0% 14% 54%;
}

.print-lightning.contact-2 {
  height: 200px;
  inset: 0% auto auto 26%;
}

.print-lightning-2 {
  height: 30px;
  position: absolute;
  inset: auto auto 11% 10%;
  transform: rotate(290deg);
}

.print-lightning-2.our-offer {
  height: 180px;
  bottom: -1%;
  left: 3%;
}

.print-lightning-2.newsletter {
  height: 40px;
  bottom: -2%;
  left: 41%;
}

.print-lightning-2.blog-grid-print {
  height: 40px;
  bottom: 7%;
  left: 3%;
}

.print-lightning-2.our-offer-discont {
  height: 200px;
  bottom: 13%;
  left: 27%;
}

.print-lightning-2.contact-2 {
  height: 200px;
  bottom: -2%;
  left: 14%;
}

.print-lightning-3 {
  height: 20px;
  position: absolute;
  inset: 22% 30% auto auto;
  transform: rotate(90deg);
}

.print-lightning-3.newsletter {
  height: 200px;
  top: 5%;
  right: 80%;
}

.print-lightning-3.blog-grid-print {
  height: 40px;
  top: 7%;
  right: 61%;
}

.print-triangle {
  height: 50px;
  position: absolute;
  inset: auto auto 5% 80%;
}

.print-triangle.newsletter {
  height: 200px;
  inset: auto auto 0% 64%;
}

.print-triangle.blog-grid-print {
  top: 77%;
  left: 82%;
}

.print-triangle.benefit-discount {
  top: 76%;
}

.print-triangle.contact-2 {
  top: 45%;
  left: 48%;
}

.print-triangle-2 {
  height: 14px;
  position: absolute;
  inset: auto auto 41% 48%;
  transform: rotate(290deg);
}

.print-triangle-2.our-offer {
  height: 40px;
  inset: 7% 16% auto auto;
}

.print-triangle-2.subscribe {
  height: 200px;
  inset: 12% 1% auto auto;
}

.print-triangle-2.blog-grid-print {
  height: 35px;
  left: 10%;
}

.print-triangle-2.contact-2 {
  height: 200px;
  inset: 0% auto auto 0%;
}

.print-triangle-2.detail {
  height: 35px;
  left: 10%;
}

.print-triangle-3 {
  height: 20px;
  position: absolute;
  inset: 43% 36% auto auto;
  transform: rotate(90deg);
}

.print-triangle-3.our-offer {
  height: 70px;
  top: 9%;
  right: 46%;
}

.print-triangle-3.newsletter {
  height: 30px;
  top: -1%;
}

.print-triangle-3.contact-2 {
  height: 50px;
  top: 9%;
  right: 44%;
}

.subtitle-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.subtitle-wrap.opinie-google {
  margin-bottom: 0;
}

.services-text-home-1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.6em;
}

.image-cleaning.logo-footer {
  margin-bottom: 10px;
}

.top-mobile-menu {
  display: none;
}

.subtitle-wrap-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.red-link {
  color: var(--main-red);
}

.red-link:hover {
  color: var(--primary);
}

.offer-title {
  width: 500px;
  margin-bottom: 0;
}

.all-prints-wrap {
  position: absolute;
  inset: 0%;
}

.all-prints-wrap.our-offer {
  display: none;
}

.all-prints-wrap.service-detail-page {
  background-image: linear-gradient(#f6f7ed66, #f6f7ed66);
}

.read-more-wrap {
  position: relative;
}

.project-description-2 {
  text-align: center;
  width: 640px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.stage-title {
  font-family: Montserrat, sans-serif;
}

.home-1-slider-our-team {
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 90px;
  position: relative;
}

.home-1-slider-arrow-right {
  width: 50px;
  height: 50px;
  font-size: 22px;
  transition: all .3s;
  position: absolute;
  box-shadow: 0 0 30px #00000026;
}

.home-1-slider-arrow-right:hover {
  color: #113331;
  background-color: #fff;
}

.home-1-slider-arrow-right.dark-right {
  background-color: var(--white);
  box-shadow: none;
  color: #113331;
  border-radius: 100px;
  inset: auto 0% 0% 100px;
}

.home-1-slider-arrow-right.dark-right:hover {
  color: var(--primary);
  background-color: #0000;
}

.home-1-slider-arrow {
  width: 50px;
  height: 50px;
  font-size: 22px;
  transition: all .3s;
  position: absolute;
  box-shadow: 0 0 30px #00000026;
}

.home-1-slider-arrow:hover {
  color: #113331;
  background-color: #fff;
}

.home-1-slider-arrow.dark-left {
  background-color: var(--white);
  box-shadow: none;
  color: var(--text-dark);
  border-radius: 100px;
  inset: auto 100px 0% 0%;
}

.home-1-slider-arrow.dark-left:hover {
  color: var(--primary);
  background-color: #0000;
}

.amaizing-people-slider {
  z-index: 100;
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.home-1-mask {
  width: 100%;
}

.home-blog-image-link {
  width: 95%;
  position: relative;
}

.home-blog-image-link:hover {
  opacity: 1;
}

.home-blog-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.yellow-overlay {
  background-color: #2daac14d;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.services-wrapper-item {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-blog-content-wrapper {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  height: auto;
  padding: 40px 25px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post-link {
  transition-property: color;
}

.blog-post-link:hover {
  opacity: 1;
}

.blog-description {
  color: var(--dark-paragraph-gray);
  margin-bottom: 20px;
}

.blue-link {
  justify-content: flex-start;
  position: relative;
}

.service-description {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-description.small {
  display: none;
}

.service-category {
  margin-top: 0;
  transition: color .3s;
}

.service-category:hover {
  color: var(--white);
}

.service-title-link {
  color: var(--text-dark);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.service-title-link:hover {
  color: var(--main-red);
}

.read-more-wrap-dark {
  position: relative;
}

.button-read-more-dark {
  color: var(--text-dark);
  background-color: #0000;
  padding: 10px 0 5px;
  display: inline-block;
}

.button-read-more-dark:hover {
  color: #fa6741;
}

.read-more-line-dark {
  background-color: var(--text-dark);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.white-icon-wrap {
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-servece-image {
  height: 50px;
}

.info-service-wrap {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.service-blue-print {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-list-wrapper-4 {
  flex-direction: row;
}

.collection-list-2 {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-item-2 {
  width: 33%;
}

.button-service-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.choose-us-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cleaning-png {
  object-fit: cover;
  height: 450px;
  position: absolute;
  inset: auto;
}

.cleaning-png.hide {
  display: none;
}

.benefit-item-1 {
  border: 1px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 8px;
  width: 80%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.right-container {
  grid-row-gap: 40px;
  color: var(--text-dark);
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.benefit-item-2 {
  border: 1px solid var(--text-dark);
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.left-container {
  grid-row-gap: 40px;
  text-align: right;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.div-block-10 {
  z-index: 50;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.red-circle {
  background-color: var(--main-red);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(30px, -30px);
}

.text-wrap {
  z-index: 10;
  position: relative;
}

.benefit-title {
  color: var(--text-dark);
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
}

.benefit-description {
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.red-circle-item-2 {
  background-color: var(--main-red);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-30px, 30px);
}

.red-circle-item-3 {
  background-color: var(--main-red);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-30px, -30px);
}

.red-circle-item-4 {
  background-color: var(--main-red);
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(30px, 30px);
}

.collection-blog-post-item {
  width: 33%;
}

.blog-post-wrapper {
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blogs-print {
  z-index: -1;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-blog-link {
  width: 95%;
  position: relative;
}

.image-blog-link:hover {
  opacity: 1;
}

.blog-post-main-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.home-1-blog-posts-content-wrapper {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 247px;
  padding: 20px 25px;
  display: flex;
}

.home-1-blog-posts-content-wrapper.blog-grid {
  min-height: auto;
}

.light-blue-overlay {
  background-color: #2daac14d;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-blog-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.button-left-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.eye-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
}

.sanitizing-service {
  text-align: center;
  width: 700px;
  font-family: Montserrat, sans-serif;
}

.questions-answers {
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 25px #00243433;
}

.get-an-estimate {
  background-color: var(--primary);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 45%;
  margin-bottom: 0;
  padding: 40px;
}

.get-an-estimate.kontakt {
  flex: 1;
}

.estimate-title {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.estimate-text {
  color: var(--white);
  margin-bottom: 30px;
}

.estimate-inputs {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-1-faq {
  background-color: var(--color-6);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 55%;
  padding: 40px;
}

.benefits-container {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-icon-links {
  border: 1px solid var(--gray);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.footer-icon-links:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.footer-contacts-text {
  color: var(--light-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.text-span-icon {
  color: var(--primary);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-icon.pow {
  font-size: 25px;
}

.footer-link-contacts {
  color: var(--light-gray);
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer-link-contacts:hover {
  color: var(--primary);
}

.all-contacts-wrapp {
  flex-direction: column;
  display: flex;
}

.footer-blue-title {
  color: var(--primary);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer-links-wrap {
  flex-direction: column;
  display: flex;
}

.work-hours {
  color: var(--light-gray);
  text-align: left;
  width: 175px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.div-block-17 {
  display: flex;
}

.section-footer-subscribe {
  background-color: var(--white);
  padding-bottom: 80px;
  overflow: hidden;
}

.footer-top {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-form-text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  width: 250px;
  height: 55px;
  margin-bottom: 0;
  padding: 16px 20px 17px;
}

.footer-form-text-field:focus {
  border-style: solid;
  border-color: var(--text-dark);
}

.footer-form-text-field::placeholder {
  color: var(--white);
  font-family: DM Sans, sans-serif;
}

.form-block-4 {
  grid-column-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
}

.easy-way {
  text-align: left;
  width: 400px;
}

.subtitle-footer-left-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: auto;
  display: flex;
}

.collection-list-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-item-3 {
  width: 32%;
}

.blue-estimate-wrapper {
  background-color: var(--primary);
  background-image: url('../img/Group2-1.png');
  background-position: -9% 72px;
  background-repeat: no-repeat;
  background-size: auto 220px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-print {
  z-index: -1;
  object-fit: cover;
  border-radius: 8px;
  width: 95%;
  height: 270px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-intro-wrapper {
  height: 300px;
  position: relative;
}

.footer-image {
  object-fit: cover;
  border-radius: 8px;
  width: 95%;
  height: 285px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.collection-left-info-wrap {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.left-footer-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-top: 20px;
  display: flex;
}

.number-of-steps {
  font-family: Laila, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-23 {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.title-of-steps {
  margin-top: 0;
}

.description-of-steps {
  margin-top: 0;
  margin-bottom: 0;
}

.blue-footer-overlay {
  background-color: #2daac14d;
  border-radius: 8px;
  width: 95%;
  height: 285px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-process-overlay {
  z-index: 100;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lightbox-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lighrbox-our-process-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.lighrbox-our-process-2:hover {
  opacity: 1;
}

.lightbox-icon-process-2 {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-block-process {
  justify-content: flex-start;
  width: 35%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-wrap {
  z-index: 100;
  position: relative;
}

.footer-circle-1 {
  border: 5px solid var(--white);
  border-radius: 1000px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: auto -100px -100px auto;
}

.footer-circle-2 {
  border: 2px solid var(--white);
  opacity: .5;
  border-radius: 1000px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: auto -110px 24px auto;
}

.banner-section-home-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-7 {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-content-wrap-2 {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-title-home-2 {
  color: var(--text-dark);
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.home-2-buttons-wrap {
  grid-column-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.facts-wrapper-2 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

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

.section-3.with-blue-bg {
  background-color: var(--footer-color);
  padding-top: 0;
  overflow: hidden;
}

.image-9 {
  object-fit: cover;
  border-radius: 20px;
  height: 400px;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.home-2-service-title {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.facts-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-us-text {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.blog-arrow-right {
  border: 1px solid var(--white-50);
  color: var(--primary-light-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: none;
  inset: 0% 3% 0% auto;
}

.blog-arrow-right:hover {
  background-color: var(--primary-light-1);
  color: var(--primary);
}

.cooperate-container {
  width: 100%;
}

.primary-green-button {
  background-color: #113331;
  border-radius: 10px;
  padding: 15px 20px;
  transition-property: all;
}

.primary-green-button:hover {
  color: #113331;
  background-color: #ffca4a;
}

.primary-green-button.blog-sidebar {
  background-color: var(--main-red);
  border-radius: 0 8px 8px 0;
  height: 52px;
}

.primary-green-button.blog-sidebar:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blue-circle {
  z-index: 10;
  border: 4px none var(--main-red);
  border-radius: 1000px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 20% 17% auto;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.3px .3px #00000009, 0 2.7px .6px #0000000c, 0 4.2px .9px #0000000d, 0 6px 1.4px #0000000e, 0 8.2px 2.1px #0000000f, 0 11.2px 3.1px #0000000f, 0 15.4px 4.7px #00000010, 0 21.7px 7.2px #00000010, 0 31.7px 11.4px #0001, 0 48.9px 18.8px #0001, 0 85px 34.7px #00000013;
}

.blue-circle.zdjecie-glowne-materac {
  background-image: url('../img/czyszczenie-materaca-warszawa.webp');
  background-position: 0%;
  background-size: cover;
}

.blue-circle.zdjecie-glowne-materac.zwierzeta {
  background-image: url('../img/SMPP4-compressor-1024x522_1.webp');
  background-position: 50%;
  background-size: cover;
}

.blue-circle.zdjecie-glowne-tapicerka-meblowa {
  background-image: url('../img/pranie-sofy-warszawa.webp');
  background-position: 100%;
  background-size: cover;
}

.blue-circle.pranie-wyk-adzin {
  background-image: url('../img/IMG-20230925-WA0001.jpg');
  background-size: cover;
}

.blue-circle-1 {
  z-index: 21;
  border: 4px none var(--primary);
  mix-blend-mode: normal;
  background-image: url('../img/unnamed-2_1.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 500px;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto 1% 20% auto;
  box-shadow: 0 0 #0000, 0 .9px .4px #0001, 0 2px .8px #00000015, 0 3.4px 1.6px #00000017, 0 5.4px 2.9px #00000018, 0 8.8px 5.3px #00000019, 0 15.2px 10.4px #0000001a, 0 30.3px 22.8px #0000001c;
}

.blue-circle-1.zwierzeta {
  background-image: url('../images/zakł-neutralizacja-zap_1.webp');
  background-position: 100%;
}

.blue-circle-1.materac {
  background-image: url('../img/pranie-materaca-warszawa-1.webp');
  background-position: 50%;
  background-size: cover;
}

.blue-circle-2 {
  z-index: 25;
  mix-blend-mode: normal;
  background-image: url('../img/pobrane-2.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 4px #5db7c9;
  border-radius: 500px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 79% 16% auto;
  box-shadow: 0 0 #0000, 0 .9px .4px #0001, 0 2px .8px #00000015, 0 3.4px 1.6px #00000017, 0 5.4px 2.9px #00000018, 0 8.8px 5.3px #00000019, 0 15.2px 10.4px #0000001a, 0 30.3px 22.8px #0000001c;
}

.blue-circle-2.hide {
  display: none;
}

.collection-item-6 {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-mini-height {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-mini-height.banner-our-team {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 148px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-mini-height.detail-service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  margin-top: 148px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-mini-height.about-us-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-top: 148px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-mini-height.about-us-2.realizacje {
  min-height: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-title-wrapper-2 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-title-wrapper-2.detail-service {
  z-index: 100;
  text-align: center;
  background-color: #f6f7edb3;
  border-radius: 1000px;
  justify-content: center;
  max-width: 700px;
  padding: 30px 100px;
  position: relative;
}

.banner-title-4 {
  color: var(--text-dark);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.collection-image-banner {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.image-mini-height {
  object-fit: cover;
  object-position: 93% 100%;
  width: 100vw;
  height: 450px;
  position: absolute;
  inset: 0%;
}

.overlay-mini-height {
  position: absolute;
  inset: 0%;
}

.overlay-mini-height.detail-service {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-blog-grid-post-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-blog-grid-post-list.blog-category {
  justify-content: center;
}

.collection-blog-grid-item {
  width: 31%;
}

.password {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.brand-3 {
  z-index: 50;
}

.image-14 {
  width: 645px;
}

.red-span-h2 {
  color: var(--main-red);
}

.section-blog-details {
  background-color: var(--color-6);
  padding-top: 220px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.collection-cleaning-blog-categories {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.section-orange-color {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.read-more-wrap-red {
  position: relative;
}

.button-read-more-red {
  color: var(--main-red);
  background-color: #0000;
  padding: 10px 0 5px;
  display: inline-block;
}

.button-read-more-red:hover {
  color: #fa6741;
}

.read-more-line-red {
  background-color: var(--text-dark);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-offer-title-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  transition: color .3s;
}

.service-offer-title-link:hover {
  color: var(--text-dark);
}

.print-triangle-4 {
  height: 50px;
  position: absolute;
  inset: auto auto 5% 80%;
}

.collection-list-wrapper-8 {
  width: 100%;
  height: 100%;
}

.cleaners-title {
  margin-bottom: 40px;
}

.customer-wrapper-2 {
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-title-5 {
  color: #fff;
  text-align: center;
}

.testimonials-card-item-2 {
  border: 4px solid var(--main-red);
  text-align: center;
  background-color: #fff;
  background-image: url('../img/Squiggles-Colorful-2_1Squiggles%20Colorful-2.webp'), url('../img/Squiggles-Colorful-2_1Squiggles%20Colorful-2.webp');
  background-position: 0%, 85% 65%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60px, auto 40px;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 30px 40px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #11333126;
}

.collection-item-8 {
  width: 31%;
}

.services-link {
  color: var(--main-red);
  justify-content: flex-end;
  transition: all .3s;
  display: flex;
}

.services-link:hover {
  color: var(--primary);
}

.services-main-image {
  object-fit: cover;
  width: 100vw;
  height: 60vh;
  position: absolute;
  inset: 0%;
}

.services-contacts {
  color: var(--dark-paragraph-gray);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.services-contacts:hover {
  color: var(--main-red);
}

.additional-questions {
  color: var(--text-dark);
}

.services-category-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 5px 20px;
  transition-property: all;
  display: inline-block;
}

.services-category-link:hover {
  background-color: var(--main-red);
  color: var(--white);
}

.services-link-name {
  transition: color .3s;
}

.services-link-name:hover {
  color: var(--primary);
}

.services-image-link {
  border-radius: 8px;
  overflow: hidden;
}

.number-intro-wrapper {
  border: 1px solid var(--main-red);
  background-color: var(--footer-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.services-wrap-2 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.services-items-wrap {
  grid-column-gap: 25px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -90px;
  display: flex;
  transform: translate(0, -90px);
}

.service-item-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
  width: 33%;
  padding: 30px;
  box-shadow: 3px 0 15px #194a5d26;
}

.paragraph-mini {
  color: var(--dark-paragraph-gray);
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.services-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.top-service-wrap {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.number-intro {
  color: var(--main-red);
  font-size: 24px;
}

.blue-blog-title {
  color: var(--main-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.intro-wrap {
  grid-column-gap: 20px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.section-services {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.base-service-container {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.collection-list-categoty-service {
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.detail-page-wrapp {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sidebar-recent-posts-2 {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-2, .sidebar-categories-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-input-2 {
  color: #113331;
  border: 1px solid #afafaf80;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
}

.sidebar-search-input-2:focus {
  border-color: #113331;
}

.sidebar-search-input-2::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.sidebar-search-input-2.blog-page {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 52px;
}

.sidebar-search-input-2.blog-page:focus-visible, .sidebar-search-input-2.blog-page[data-wf-focus-visible] {
  border-color: var(--main-red);
}

.blog-sidebar-post-image-link-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-recent-post-image-2 {
  background-color: var(--color-6);
  object-fit: cover;
  border-radius: 8px;
  width: 82px;
  height: 82px;
  margin-right: 15px;
  padding: 10px;
}

.blog-recent-post-title-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 3px;
}

.sidebar-category-2 {
  border: 1px solid var(--main-red);
  background-color: var(--main-red);
  color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category-2:hover {
  color: var(--main-red);
  background-color: #0000;
}

.article {
  z-index: 5;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.animation-bg {
  background-color: var(--primary);
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0%;
}

.counter-progressbar-static-container {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  display: flex;
}

.home-10-counter-content-wrapper {
  z-index: 5;
  border-radius: 1000px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.counter-progressbar-mask {
  border: 5px solid #fff;
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-progressbar-mask.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-progressbar-mask.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-progressbar-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.circle-counter-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.counter-progressbar-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.counter-progressbar-2 {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.percentage-wrapper {
  background-color: var(--main-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.percentage-number {
  color: var(--white);
  font-family: Laila, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.home-cleaning-title {
  color: var(--text-dark);
  font-size: 20px;
}

.transparent-circle {
  background-image: linear-gradient(#f5f4fb17, #f5f4fb17);
  border-radius: 10000px;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto auto -10%;
}

.service-white-icon {
  height: 80px;
}

.left-arrow-intro {
  z-index: 200;
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 80px 0%;
}

.working-hours {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contacts-title-container {
  margin-bottom: 20px;
}

.banner-about-us-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.about-us-1-main-wrap {
  z-index: 100;
  text-align: left;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-title-about-us-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.shop-details-right-arrow {
  background-color: #fff;
  border: 1px #e9e9e9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.slider-nav-active-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-nav-active-wrapper.product-card {
  padding-left: 41px;
}

.shop-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-details-left-arrow {
  background-color: #fff;
  border: 1px #e9e9e9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: flex;
}

.shop-details-left-arrow-icon {
  color: var(--main-red);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.itinerary {
  margin-bottom: 30px;
}

.slider-nav-active-item-2 {
  z-index: 10;
  background-color: #ffce10;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
}

.slider-nav-active-item-2.products {
  background-color: var(--main-red);
}

.shop-details-slide-nav {
  filter: invert();
  width: 120px;
  height: 31px;
  font-size: 14px;
}

.shop-details-slider {
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.shop-details-image-lightbox {
  width: 100%;
  height: 100%;
}

.shop-details-right-arrow-icon {
  color: var(--main-red);
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.services-detail-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.circle-services-wrap {
  grid-row-gap: 20px;
  background-color: var(--primary);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 25px 20px;
  display: flex;
  position: relative;
}

.team-video-section-2 {
  background-color: var(--primary-light-1);
  margin-top: -70px;
  padding-bottom: 80px;
}

.detergents-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.detergents-content {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.gallery-content {
  width: 100%;
}

.services-detail-tabs-menu {
  text-align: center;
  border-radius: 8px;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-item {
  margin-bottom: 30px;
}

.team-wrap-2 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 20px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
}

.team-wrap-2:hover {
  box-shadow: 1px 1px 30px -12px #f19469a3;
}

.h5-opis-kategorii {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}

.travel-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tour-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.tour-image.tapicerka {
  aspect-ratio: 16 / 9;
}

.travel-content-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
  padding: 25px 20px;
  display: flex;
  position: relative;
}

.round-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -45px);
  box-shadow: 1px 1px 20px #0000001a;
}

.why-travel-with-us-wrap-item {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.collection-item-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.collection-list-wrapper-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-12 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
  max-width: 1200px;
  display: grid;
}

.image-wrapper-3 {
  border-radius: 8px;
  width: 305px;
  height: 100%;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
  overflow: hidden;
}

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

.base-container-6 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-2-solution {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-blog-post-item-home-3 {
  width: 50%;
}

.section-title-lp {
  font-size: 50px;
}

.section-title-description-lp {
  text-align: center;
  width: 550px;
  margin-top: 20px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-now-fixed {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-now-fixed:hover {
  color: var(--black);
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--black);
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  opacity: 1;
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.animacja-css {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-section-large {
  padding-top: 14rem;
  padding-bottom: 4rem;
}

.padding-section-large.blog {
  padding-top: 2rem;
}

.padding-section-large.cennik-prania {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.structure-styles, .custom-styles {
  display: block;
}

.nav-btn {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: .3px;
  background-color: #0000;
  border-radius: 200px;
  margin-left: 10px;
  padding: 5px 16px;
  font-family: Vollkorn, serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .15s;
}

.nav-btn:hover {
  background-color: var(--primary);
  color: #fafafa;
  border-style: none;
  border-color: #0000003d;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-bottom-2, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-large, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  font-family: Montserrat, sans-serif;
}

.splitter_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow-image {
  width: 9.14px;
  height: 18.28px;
}

.splitter_component {
  cursor: pointer;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component.is-radius {
  border-radius: 1rem;
  width: 40vw;
  height: 300px;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.splitter_handle-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.splitter_handle-circle.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.example_info_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.line-wrapper {
  background-color: #fff;
  width: 10px;
  height: 100%;
}

.pomarancz {
  color: var(--primary);
}

.h6-heading-default {
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.h3-str-gl-uslugi {
  color: var(--text-dark);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.heading-6.dziekuje {
  max-width: 900px;
}

.gallery2_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 2rem;
}

.gallery2_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery2_image-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.align-center.blog {
  max-width: 80rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--main-red);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--main-red);
  color: var(--light-gray);
  border-style: none;
  border-radius: 20px;
  margin-right: 40px;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.button.is-secondary.niebieskie-t-o {
  background-color: var(--primary);
}

.heading-17 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
}

.nazwa-logo {
  color: var(--primary);
  text-align: center;
  margin-left: 1rem;
  font-family: Laila, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  overflow: clip;
}

.nazwa-logo.mobile-wersja {
  display: none;
  overflow: visible;
}

.layout375_card-small-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.layout375_card-small {
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.layout375_card-small.hide {
  display: none;
}

.layout375_card-small-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: .5rem;
  display: flex;
}

.layout375_card-large-content-top {
  margin-bottom: 20px;
}

.layout375_card-large-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding: 1rem 2rem;
  display: flex;
}

.layout375_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout375_row.materace {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr;
}

.layout375_row.wyk-adziny, .layout375_row.zwierzeta {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout375_row.przykre-zapachy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h5 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

.layout375_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout375_card-large-image-wrapper.hide {
  display: none;
}

.layout375_card-large {
  border: 1px solid var(--gray);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout375_card-large.brak-ramki {
  text-align: left;
  border-style: none;
}

.layout375_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 4rem;
}

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

.margin-top.margin-medium {
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-medium.index {
  justify-content: flex-start;
}

.margin-top.margin-medium {
  margin: 40px 0 0;
}

.margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout375_card-small-image {
  object-fit: cover;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.layout375_card-small-image._w-zek {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.layout375_card-small-image.podnozek {
  object-fit: cover;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.layout375_card-small-image.fotel-biurowy, .layout375_card-small-image.fotel-uszak {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.layout375_card-small-image.materac {
  width: 80%;
}

.layout375_card-small-image.materac.pojedynczy {
  width: 60%;
}

.layout375_card-small-image.wezg-owie {
  width: 70%;
}

.layout375_card-small-image.dywan {
  width: 70%;
  margin-top: 0;
}

.layout375_card-small-image.zapach {
  width: 100%;
  margin-top: -33px;
}

.layout375_card-small-image.materaz-2os {
  width: 100%;
}

.layout375_card-small-content-top {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.section_layout375 {
  background-color: var(--footer-color);
}

.section_layout375.white {
  background-color: var(--white);
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
}

.p-proces-pracy {
  font-size: 1rem;
}

.paragraph-3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.c-magnetic-btn-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
}

.link-top {
  color: var(--text-dark);
  letter-spacing: .05rem;
  padding-left: .25rem;
  padding-right: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.link-top:hover {
  color: var(--primary);
}

.dropdown-toggle {
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 10px 10px 0;
}

.icon {
  color: var(--text-dark);
  margin-right: 0;
}

.blog66_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog66_meta-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog66_mask {
  width: 33.33%;
  overflow: visible;
}

.blog66_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog66_button-row.show-mobile-landscape {
  margin-top: 20px;
  display: flex;
  overflow: auto;
}

.section_blog66 {
  overflow: hidden;
}

.blog66_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog66_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog66_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.blog66_arrow.left {
  right: 4rem;
}

.blog66_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog66_slide {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.heading-style-h5-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog66_item {
  text-align: center;
}

.text-size-regular {
  font-size: 1rem;
}

.blog66_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.blog66_button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.text-size-medium-5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.blog66_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog66_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog66_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog66_heading {
  text-align: center;
  flex: 1;
}

.blog66_image-wrapper {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 .9px .5px #00000017, 0 2.1px 1.3px #0000001c, 0 3.9px 2.8px #0000001e, 0 7.6px 6.4px #0000001f, 0 17.1px 16.7px #0002;
}

.blog66_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.button-2 {
  border: 1px solid var(--primary);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary);
  letter-spacing: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.button-2.is-secondary {
  color: var(--primary);
  background-color: #0000;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-2.is-secondary:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown-list {
  background-color: var(--gray);
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.dropdown-list.w--open {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  top: 36px;
}

.dropdown-link {
  color: var(--text-dark);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link:hover {
  color: var(--primary);
}

.dropdown-link.w--current {
  color: var(--light-orange);
}

.project-description-2 {
  margin-left: auto;
  margin-right: auto;
}

.pogrubienie {
  border-bottom: 3px solid var(--color-3);
  color: var(--color-3);
  font-weight: 600;
  text-decoration: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.logo6_logo {
  max-height: 10rem;
}

.logo6_logo.pudzian {
  margin-top: -40px;
}

.logo6_list {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-top: 4rem;
}

.section_logo6 {
  background-color: var(--footer-color);
}

.logo6_wrapper {
  border: .05rem none var(--dark-paragraph-gray);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.nazwa-partnera {
  justify-content: center;
  align-items: flex-end;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.text-size-medium-8 {
  font-size: 1.125rem;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.paragraph-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
  font-weight: 600;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_text {
  color: #1d1c1b;
  margin-right: 1.5rem;
  font-weight: 300;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.text-block-19 {
  color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  margin-top: -4px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: .5rem;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.bold-text-7 {
  font-weight: 600;
}

.fs-cc-prefs_text {
  color: #1d1c1b;
  font-size: .75rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--primary);
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.55rem -.05rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_trigger {
  display: none;
}

.image-37 {
  width: auto;
  height: 4rem;
  padding-left: 3px;
  padding-right: 0;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.bold-text-6 {
  color: var(--primary);
  font-weight: 600;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_title {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
  display: none;
}

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

.section-divider-bae_divider_1709543270334 {
  color: #f5f6ff;
  width: 100%;
  height: 24px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_space-medium {
  justify-content: space-around;
  margin-bottom: 2.5rem;
  display: flex;
}

.link-3 {
  color: var(--primary);
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  flex-flow: column;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #2db9b93d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.google_maps_webp {
  width: 8rem;
  overflow: visible;
}

.google_maps_webp.sekcja {
  width: 12rem;
}

.ikonik-t2rn1 {
  color: #fd0;
}

.ikonik-t2rn1.sekcja {
  color: var(--żółty);
}

.text-block-20 {
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.div-block-34 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ocena-opinie-google {
  color: var(--dark-paragraph-gray);
  margin-right: 10px;
  font-weight: 500;
}

.ocena-opinie-google.sekcja {
  font-size: 22px;
}

.ilosc-opini-google {
  color: var(--dark-paragraph-gray);
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.ilosc-opini-google.sekcja {
  font-size: 22px;
}

.ikonik-er0tc {
  color: #2db9b9;
}

.kontener-telefon-fixed, .formularz-mobile {
  display: none;
}

.ikonik-ljrjp {
  color: #2db9b9;
}

.blog3_component {
  margin-top: 4rem;
}

.blog3_item {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.text-rich-text {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blog-post1-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post1-header_image.pionowe-zdjecie {
  object-fit: contain;
}

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-post1-content_tag-list-wrapper {
  width: 50%;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-content_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post1-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post1-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-post1-content_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post1-header_content-top {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post1-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post1-content_author-wrapper {
  align-items: center;
  display: flex;
}

.section_blog-post1-content {
  margin-bottom: 4rem;
}

.blog-post1-header_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post1-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post1-content_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post1-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post1-content_content {
  margin-bottom: 4rem;
}

.blog-post1-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post1-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post1-content_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post1-content_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.heading-style-h2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.blog {
  font-size: 2rem;
}

.blog-post1-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.g-owny-watek {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 8rem;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.div-header-pading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-2 {
  z-index: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 15% 0%;
}

.splitter_image-2 {
  object-fit: cover;
  width: 40vw;
  height: 100%;
  display: block;
}

.splitter_image-2.is-after {
  width: 40vw;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spliter_after-2 {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.splitter_before-3 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ikonik-oa4od, .ikonik-rm8kg, .ikonik-75v9e, .ikonik-nr7w {
  color: #08364a;
}

.list {
  padding-left: 0;
  list-style-type: lower-alpha;
}

.h1--polityka-prywatnosci {
  text-align: center;
  letter-spacing: .05rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
}

.kontent {
  margin-top: 60px;
}

.paragraph-21 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.main-kontent {
  max-width: 900px;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-footer {
  margin-top: -9px;
}

.text-span-9 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8em;
  display: flex;
}

.pogrubienie-i-powieksznie {
  font-size: 1.2rem;
  font-weight: 600;
}

.ikonik-ff5zg, .ikonik-yepi3, .ikonik-6ltvo {
  color: #08364a;
}

.icona-facebook {
  border-radius: 7px;
  width: 33px;
  height: 33px;
}

.icona-facebook.facebook {
  background-color: #1977d2;
  border-radius: 7px;
  width: 30px;
  height: 30px;
}

.icona-facebook.youtube {
  width: 30px;
  height: 30px;
}

.padding-section-large-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large-2.realizacje {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large-2.realizacje.podstrony {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gallery5_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.section_gallery5.ostatni {
  margin-bottom: 4rem;
}

.gallery5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 4rem;
}

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery5_image {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.gallery5_image.podstrona {
  aspect-ratio: 1;
}

.gallery5_image.podstrona.tapicerka {
  aspect-ratio: 3 / 2;
}

.gallery5_image-wrapper {
  width: 100%;
}

.image-38 {
  margin-top: 0;
}

.div-block-35 {
  position: relative;
}

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

.at-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #c72313;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.at-banner__content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.at-banner__close {
  text-align: left;
  cursor: pointer;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 5% auto auto;
}

.text-block-2 {
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  padding: 9px 14px;
  font-size: 14px;
}

.text-block-22 {
  padding-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-span-11 {
  border-bottom: 3px solid var(--baner-background);
  padding-bottom: 0;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.tekst-blog {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-36 {
  display: flex;
}

.txt-nip {
  color: var(--gray);
  font-family: Montserrat, sans-serif;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial33_rating-icon {
  color: var(--żółty);
}

.testimonial33_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.button-3 {
  border: 1px none var(--black);
  background-color: var(--text-dark);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
}

.button-3:hover {
  border-style: solid;
  border-color: var(--text-dark);
  background-color: var(--light-gray);
  box-shadow: 0 2px 5px #0003;
}

.text-size-medium {
  margin-top: 10px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3em;
}

.text-size-medium.paragraph {
  font-size: 1rem;
  font-style: normal;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial33_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  display: grid;
}

.testimonial33_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.testimonial33_rating-wrapper {
  display: flex;
}

.testimonial33_list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.testimonial33_card-content-left {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.testimonial33_card-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  overflow: hidden;
}

.testimonial33_content-wrapper {
  width: 100%;
  position: relative;
}

.testimonial33_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}

.testimonial33_content {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.testimonial33_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.lightbox-cennik {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.whatsapp-button {
  z-index: 900;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.image {
  filter: drop-shadow(0 2px 5px #0000004d);
  width: 4rem;
  height: auto;
}

.h4-blog {
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  min-height: 20rem;
}

.kontener-wideo {
  width: 80vw;
}

.youtube-2 {
  height: 100%;
}

.popup-image {
  filter: drop-shadow(0 0 5px #00000082);
  object-fit: cover;
  border-radius: 20px;
  width: 8em;
  height: 8em;
  margin-bottom: 20px;
  margin-left: 2em;
  margin-right: 2em;
}

.text-block-23 {
  color: var(--primary);
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .6s;
}

.text-block-23:hover {
  background-color: var(--primary);
  color: #fafafa;
}

.pop-up-cover {
  z-index: 999995;
  background-image: linear-gradient(#ffffffd1, #ffffffd1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 5px;
  padding: 60px 10px;
  display: flex;
  overflow: hidden;
}

.close-x {
  color: #fff;
  justify-content: center;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
}

.link-block {
  border: 1px solid var(--primary);
  color: #8a0757;
  border-radius: 30px;
  margin-top: 20px;
  padding: 2px;
  text-decoration: none;
  box-shadow: 0 0 #0000, 0 1.2px .3px #0000000c, 0 2.4px .7px #0000000f, 0 3.8px 1.1px #00000010, 0 5.7px 1.9px #0001, 0 8.3px 3px #00000012, 0 12.2px 4.9px #00000013, 0 18.5px 8.3px #00000013, 0 30.1px 14.6px #00000014, 0 55.3px 28.8px #00000016;
}

.images-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.popup-subheading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.25;
}

.popup-closebutton {
  z-index: 100;
  cursor: pointer;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.popup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.bold-text-10 {
  color: var(--dark-paragraph-gray);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-10.red {
  color: var(--light-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.popup-heading {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text-11 {
  color: var(--dark-paragraph-gray);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

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

  .section.with-cleaning-image {
    background-position: 150% 0;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer {
    padding-top: 130px;
  }

  .service-details-content-wrapper {
    margin-right: 60px;
  }

  .blog-sidebar-right-wrapper {
    width: 30%;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .home-6-left-arrow {
    top: 250px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-6-contacts-wrap, .about-6-contacts-image {
    height: 560px;
  }

  .about-6-contacts-content-wrapper {
    max-width: 560px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    align-items: flex-start;
    padding-right: 100px;
  }

  .nav-dropdown-icon-white {
    padding-left: 0;
  }

  .nav-dropdown-link-2 {
    font-weight: 500;
  }

  .follow-our-socials {
    color: #000;
    line-height: 2em;
  }

  .dropdown-header {
    padding-left: 20px;
    padding-right: 40px;
  }

  .top-nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .print-of-balls.newsletter {
    top: 26%;
    left: 97%;
  }

  .print-of-balls.contact-2 {
    height: 55px;
  }

  .print-of-balls-2 {
    bottom: 12%;
    left: 50%;
  }

  .print-of-balls-2.benefit {
    height: 50px;
  }

  .print-of-balls-2.newsletter {
    bottom: 94%;
  }

  .print-of-balls-2.contact-2 {
    height: 60px;
  }

  .print-of-balls-3.subscribe {
    inset: 5% 13% auto auto;
  }

  .print-of-balls-3.newsletter {
    right: 5%;
  }

  .print-of-balls-3.contact-2 {
    inset: 0% auto auto 0%;
  }

  .print-lightning.our-offer {
    top: 9%;
    left: 5%;
  }

  .print-lightning.newsletter {
    top: 87%;
    left: 14%;
  }

  .print-lightning.contact-2 {
    top: -2%;
    left: 24%;
  }

  .print-lightning-2.newsletter {
    bottom: -6%;
  }

  .print-lightning-2.our-offer-discont {
    bottom: 4%;
    left: 23%;
  }

  .print-lightning-2.contact-2 {
    bottom: -1%;
    left: 4%;
  }

  .print-lightning-3.newsletter {
    right: 84%;
  }

  .print-triangle {
    left: 36%;
  }

  .print-triangle.newsletter {
    bottom: 2%;
    left: 57%;
  }

  .print-triangle.benefit-discount {
    left: 80%;
  }

  .print-triangle.contact-2 {
    top: 59%;
  }

  .print-triangle-2 {
    left: 1%;
  }

  .print-triangle-2.our-offer {
    height: 50px;
    top: 3%;
    right: 6%;
  }

  .print-triangle-2.subscribe {
    inset: 56% 26% auto auto;
  }

  .print-triangle-2.contact-2 {
    inset: 56% 54% auto auto;
  }

  .print-triangle-3 {
    top: 71%;
    right: 45%;
  }

  .print-triangle-3.our-offer {
    top: 3%;
  }

  .print-triangle-3.newsletter {
    top: -3%;
  }

  .print-triangle-3.contact-2 {
    height: 60px;
    top: 10%;
    right: 49%;
  }

  .subtitle-wrap {
    margin-bottom: 50px;
  }

  .subtitle-wrap-horizontal {
    margin-bottom: 60px;
  }

  .offer-title {
    width: 580px;
  }

  .project-description-2 {
    font-size: 1.1rem;
  }

  .home-1-slider-our-team {
    padding-bottom: 0;
  }

  .home-1-slider-arrow-right.dark-right {
    inset: 0% -53px 0% auto;
  }

  .home-1-slider-arrow.dark-left {
    inset: 0% auto 0% -53px;
  }

  .home-blog-image-2 {
    height: 400px;
  }

  .icon-servece-image {
    height: 60px;
  }

  .service-blue-print {
    height: 350px;
  }

  .blogs-print {
    height: 250px;
  }

  .blog-post-main-img {
    height: 300px;
  }

  .home-1-blog-posts-content-wrapper {
    min-height: auto;
  }

  .home-1-blog-posts-content-wrapper.blog-grid {
    min-height: 250px;
  }

  .sanitizing-service {
    width: 800px;
  }

  .benefits-container {
    grid-column-gap: 60px;
  }

  .section-footer-subscribe {
    padding-bottom: 130px;
  }

  .footer-top {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .easy-way {
    width: 450px;
  }

  .subtitle-footer-left-wrap {
    margin-bottom: 50px;
  }

  .blue-estimate-wrapper {
    background-position: -9% 11px;
    background-size: auto 320px;
  }

  .footer-circle-1 {
    width: 220px;
    height: 220px;
    bottom: -120px;
    right: -36px;
  }

  .footer-circle-2 {
    right: -110px;
  }

  .home-content-wrap-2 {
    z-index: 2;
  }

  .banner-title-home-2 {
    width: 75%;
  }

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

  .blog-arrow-right {
    border-style: none;
    border-color: var(--primary);
    background-color: var(--white);
    display: flex;
    inset: 0% -53px 0% auto;
  }

  .section-mini-height {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-mini-height.detail-service {
    min-height: 70vh;
  }

  .section-mini-height.about-us-2 {
    background-position: 100%;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .collection-blog-grid-post-list {
    grid-column-gap: 30px;
  }

  .section-blog-details {
    padding-bottom: 130px;
  }

  .section-orange-color {
    background-position: 113% -300%;
    background-size: auto 500px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .print-triangle-4 {
    left: 36%;
  }

  .testimonials-card-item-2 {
    padding: 30px;
  }

  .services-main-image {
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .number-intro-wrapper {
    width: 50px;
    height: 50px;
  }

  .services-items-wrap {
    grid-column-gap: 30px;
    margin-bottom: -110px;
    transform: translate(0, -110px);
  }

  .service-item-2 {
    padding: 50px 55px;
  }

  .top-service-wrap {
    grid-column-gap: 100px;
  }

  .blue-blog-title {
    font-size: 20px;
  }

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

  .collection-list-categoty-service {
    grid-column-gap: 30px;
  }

  .home-10-counter-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-cleaning-title {
    font-size: 22px;
  }

  .transparent-circle {
    width: 300px;
    height: 300px;
    inset: auto auto -20%;
  }

  .service-white-icon {
    height: 100px;
  }

  .left-arrow-intro {
    bottom: 50px;
  }

  .banner-about-us-title-wrapper-2 {
    margin-top: 0;
  }

  .shop-details-slider {
    height: 500px;
  }

  .team-video-section-2 {
    margin-top: -90px;
    padding-bottom: 130px;
  }

  .detergents-wrapper {
    grid-column-gap: 60px;
  }

  .services-detail-tabs-menu {
    margin-bottom: 80px;
  }

  .team-wrap-2 {
    width: 275px;
    min-height: 405px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-wrapper-3 {
    width: 360px;
  }

  .home-2-solution {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .layout375_card-large-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-top.margin-medium.index {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  blockquote {
    color: var(--text-dark);
    background-image: url('../img/Clean-1_1Clean%201.webp');
    background-size: auto 20px;
  }

  .section.with-cleaning-image {
    background-position: 150% 0;
  }

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

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .team-grid-item {
    height: 100%;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .print-of-balls.benefit {
    height: 40px;
  }

  .print-of-balls.blog-grid-print {
    left: 59%;
  }

  .print-of-balls.contact-2 {
    height: 40px;
    left: 6%;
  }

  .print-of-balls-2.contact-2 {
    left: 28%;
  }

  .print-of-balls-3 {
    top: 19%;
  }

  .print-of-balls-3.our-offer {
    height: 50px;
    top: 0%;
  }

  .print-of-balls-3.subscribe {
    right: 7%;
  }

  .print-of-balls-3.newsletter {
    top: 18%;
  }

  .print-of-balls-3.contact-2 {
    right: 2%;
  }

  .print-lightning.our-offer {
    top: 6%;
    left: 3%;
  }

  .print-lightning.newsletter {
    top: 90%;
  }

  .print-lightning.contact-2 {
    left: 35%;
  }

  .print-lightning-2.our-offer {
    bottom: -10%;
  }

  .print-lightning-2.newsletter {
    left: 81%;
  }

  .print-lightning-3.newsletter {
    top: -5%;
  }

  .print-triangle.blog-grid-print {
    left: 87%;
  }

  .print-triangle.benefit-discount {
    height: 35px;
    left: 89%;
  }

  .print-triangle-2.our-offer {
    right: 11%;
  }

  .print-triangle-3.our-offer {
    top: -2%;
  }

  .print-triangle-3.contact-2 {
    top: 10%;
    right: 69%;
  }

  .home-1-slider-arrow-right.dark-right {
    right: -100px;
  }

  .home-1-slider-arrow.dark-left {
    left: -100px;
  }

  .cleaning-png {
    height: 400px;
  }

  .right-container {
    grid-row-gap: 60px;
  }

  .blue-estimate-wrapper {
    background-position: -10% -80%;
    background-size: auto 330px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-circle-1 {
    border-width: 7px;
    width: 250px;
    height: 250px;
    right: -100px;
  }

  .footer-circle-2 {
    inset: -90px auto auto -90px;
  }

  .banner-section-home-2 {
    padding-top: 0;
  }

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

  .home-2-buttons-wrap {
    margin-top: 20px;
  }

  .blog-arrow-right {
    right: -100px;
  }

  .blue-circle {
    bottom: 23%;
    left: 0;
    right: 13%;
  }

  .blue-circle-1 {
    bottom: 36%;
    left: 360px;
    right: auto;
  }

  .blue-circle-1.zwierzeta {
    bottom: 22%;
  }

  .blue-circle-2 {
    bottom: 16%;
    left: 0;
    right: 58%;
  }

  .collection-item-6 {
    justify-content: center;
  }

  .section-mini-height.detail-service {
    min-height: 74vh;
  }

  .team-wrap-2 {
    width: 277px;
    min-height: 407px;
  }

  .h5-opis-kategorii {
    margin-bottom: 0;
  }

  .travel-image-wrap {
    height: 400px;
  }

  .tour-image {
    height: 300px;
  }

  .travel-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 100px;
    margin-bottom: -80px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .round-wrap {
    justify-content: center;
    align-items: center;
  }

  .why-travel-with-us-wrap-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .collection-item-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .collection-list-12 {
    grid-auto-columns: 1fr;
  }

  .nav-btn:hover {
    border-style: solid;
    border-color: #f2b850;
  }

  .splitter_component.is-radius {
    object-fit: cover;
    width: 600px;
    height: 350px;
  }

  .h3-str-gl-uslugi {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .gallery2_lightbox-link {
    width: 100%;
  }

  .layout375_card-small-image.dywan {
    width: 60%;
    margin-top: 40px;
  }

  .layout375_card-small-image.dywan.podstrona {
    margin-top: 0;
  }

  .link-top {
    letter-spacing: .08rem;
  }

  .splitter_image-2 {
    object-fit: cover;
    width: 600px;
  }

  .splitter_image-2.is-after {
    width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .section.with-cleaning-image {
    background-position: 125% 0;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .about-6-contacts-content-wrapper {
    margin-left: 10%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .center-title {
    padding-right: 200px;
  }

  .top-nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .print-of-balls.our-offer {
    height: auto;
    right: 43%;
  }

  .print-of-balls.benefit {
    top: 12%;
    left: 28%;
  }

  .print-of-balls.blog-grid-print {
    height: 50px;
  }

  .print-of-balls.contact-2 {
    top: 12%;
  }

  .print-of-balls-2 {
    bottom: 5%;
    left: 58%;
  }

  .print-of-balls-2.benefit {
    height: 60px;
    bottom: 9%;
    left: 9%;
  }

  .print-of-balls-2.blog-grid-print {
    height: auto;
  }

  .print-of-balls-2.contact-2 {
    bottom: 0%;
    left: 36%;
  }

  .print-of-balls-2.detail {
    height: auto;
    inset: 32% 8% auto auto;
  }

  .print-of-balls-3 {
    height: auto;
    top: 21%;
    right: 9%;
  }

  .print-of-balls-3.our-offer {
    height: 60px;
    right: 12%;
  }

  .print-of-balls-3.subscribe {
    top: 8%;
  }

  .print-of-balls-3.contact-2 {
    inset: 0% auto auto 0%;
  }

  .print-lightning {
    height: 23px;
    top: 24%;
    left: 15%;
  }

  .print-lightning.our-offer {
    height: auto;
  }

  .print-lightning.contact-2 {
    height: auto;
    left: 38%;
  }

  .print-lightning-2.our-offer {
    height: auto;
    bottom: -14%;
  }

  .print-lightning-2.newsletter {
    left: 48%;
  }

  .print-lightning-2.our-offer-discont {
    height: auto;
  }

  .print-lightning-2.contact-2 {
    height: auto;
    left: 3%;
  }

  .print-lightning-3.newsletter {
    height: auto;
    right: 85%;
  }

  .print-triangle {
    height: 60px;
    bottom: 10%;
    left: 14%;
  }

  .print-triangle.newsletter {
    height: auto;
    bottom: -1%;
  }

  .print-triangle.benefit-discount {
    height: 40px;
    top: 40%;
    left: 71%;
  }

  .print-triangle.contact-2 {
    top: 55%;
    left: 48%;
  }

  .print-triangle-2 {
    height: 21px;
    left: 5%;
  }

  .print-triangle-2.our-offer {
    height: 60px;
    top: 10%;
    right: 1%;
  }

  .print-triangle-2.subscribe {
    height: auto;
    right: 33%;
  }

  .print-triangle-2.contact-2 {
    height: auto;
    top: 61%;
  }

  .print-triangle-2.detail {
    bottom: 25%;
    left: 17%;
  }

  .print-triangle-3 {
    right: 50%;
  }

  .print-triangle-3.our-offer {
    top: 1%;
    right: 48%;
  }

  .blue-estimate-wrapper {
    background-position: -11% -110%;
  }

  .footer-circle-1 {
    bottom: -150px;
    right: -50px;
  }

  .footer-circle-2 {
    top: -100px;
  }

  .home-content-wrap-2 {
    margin-top: 0;
  }

  .home-2-buttons-wrap {
    margin-top: 60px;
  }

  .blue-circle {
    width: 700px;
    height: 700px;
  }

  .blue-circle.zdjecie-glowne-materac {
    background-size: cover;
  }

  .blue-circle-1 {
    width: 300px;
    height: 300px;
    left: 524px;
  }

  .blue-circle-2 {
    width: 250px;
    height: 250px;
    bottom: 23%;
    right: 28%;
  }

  .section-orange-color {
    background-position: 109% -34%;
    background-size: auto 600px;
  }

  .print-triangle-4 {
    height: 60px;
    left: 82%;
  }

  .splitter_component.is-radius {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 28px;
  }

  .section.with-cleaning-image {
    background-position: 150% 5%;
    background-size: auto 400px;
  }

  .primary-button {
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    width: 90%;
  }

  .blog-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .text-button-icon {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contacts-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 160px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    top: 20px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .about-3-form {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

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

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .our-services-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-services-wrap {
    width: 100%;
  }

  .team-grid-item {
    width: 47.8%;
  }

  .home-6-left-arrow {
    inset: auto 0% 40px -60px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-9-slide {
    margin-right: 20px;
  }

  .home-9-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-6-contacts-wrapper {
    flex-wrap: wrap;
  }

  .about-6-contacts-wrap {
    width: 100%;
    height: auto;
  }

  .about-6-contacts-image {
    border-radius: 0;
    height: 400px;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .about-6-contacts-content-wrapper.top-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .primary-blue-button.white-text, .primary-red-button.request-an-estimate {
    display: none;
  }

  .primary-red-button.request-an-estimate.mobile {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .primary-red-button.white-text {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .primary-red-button.full-width-services {
    display: inline;
  }

  .dropdown-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 0;
    overflow: visible;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .nav-dropdown-icon-white {
    color: #000;
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .border-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-link-2 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-link-2.w--current {
    font-size: 16px;
    font-weight: 500;
  }

  .nav-close-icon-2 {
    align-self: stretch;
    max-width: 60%;
  }

  .follow-our-socials {
    padding-left: 20px;
  }

  .follow-our-socials.transparent-item {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 400px;
    min-width: 380px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .tablet-menu-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .menu-button-2 {
    text-align: right;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

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

  .nav-item-title-white {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav-item-title-white.mobile {
    letter-spacing: 0;
    display: flex;
  }

  .nav-item-title-white.mobile:hover {
    opacity: .7;
    color: var(--text-dark);
  }

  .search-shop-con-2, .search-shop-con-2.home-5 {
    display: none;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .line-header-white {
    background-color: var(--text-dark);
    margin-bottom: 5px;
  }

  .brand-2.home-5 {
    display: flex;
  }

  .socials-icons-wrapper {
    align-items: center;
    display: flex;
  }

  .header-social-networks {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 345px;
    margin-top: 40px;
    display: none;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .header-social-networks.home-5 {
    display: none;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0 20px;
    position: absolute;
    inset: 10px 15px auto auto;
  }

  .wrapper-item-home-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10px;
  }

  .line-white {
    background-color: var(--text-dark);
  }

  .menu-wrapper {
    justify-content: space-between;
    padding: 10px 0;
    display: flex;
  }

  .top-tablet-menu {
    width: 100%;
    padding-top: 10px;
  }

  .link-black.networks-home-2-first {
    color: #000;
    padding-left: 0;
    font-weight: 500;
    transition-property: opacity;
  }

  .link-black.networks-home-2-first:hover {
    opacity: .7;
  }

  .link-black.networks-home-2 {
    color: #000;
    text-transform: lowercase;
    font-weight: 500;
    transition-property: opacity;
  }

  .link-black.networks-home-2:hover {
    opacity: .7;
  }

  .dropdown-header {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-transparent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .follow-us-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .logo-mobile-2 {
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    display: flex;
  }

  .navigation-menu-home-transparent {
    background-color: #0000;
    align-items: center;
  }

  .red-subheading-h6 {
    justify-content: center;
    display: flex;
  }

  .top-nav-container {
    justify-content: flex-start;
  }

  .container-three {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .call-us {
    font-size: .8rem;
  }

  .header-call-us {
    font-size: 1rem;
  }

  .print-of-balls.our-offer {
    top: 8%;
    right: 15%;
  }

  .print-of-balls.benefit {
    top: 8%;
    left: 5%;
  }

  .print-of-balls.newsletter {
    top: 28%;
  }

  .print-of-balls.contact-2 {
    top: 8%;
    left: 5%;
  }

  .print-of-balls-2.benefit {
    bottom: 9%;
    left: 12%;
  }

  .print-of-balls-2.newsletter {
    bottom: 97%;
  }

  .print-of-balls-2.contact-2 {
    bottom: 48%;
    left: 89%;
  }

  .print-of-balls-3 {
    top: 16%;
  }

  .print-of-balls-3.our-offer {
    top: 0%;
    right: 68%;
  }

  .print-of-balls-3.subscribe {
    height: 150px;
    top: 0%;
    right: 48%;
  }

  .print-of-balls-3.newsletter {
    height: 150px;
    inset: 71% auto auto 17%;
  }

  .print-of-balls-3.contact-2 {
    height: 150px;
    top: 0%;
    right: 10%;
  }

  .print-lightning.our-offer {
    height: 150px;
    top: 31%;
  }

  .print-lightning.newsletter {
    top: -5%;
  }

  .print-lightning.contact-2 {
    height: 150px;
    top: 31%;
    left: 0%;
  }

  .print-lightning-2 {
    height: 30px;
  }

  .print-lightning-2.our-offer {
    height: 150px;
    bottom: 6%;
  }

  .print-lightning-2.newsletter {
    bottom: -4%;
  }

  .print-lightning-2.our-offer-discont {
    height: 150px;
    bottom: 5%;
  }

  .print-lightning-2.contact-2 {
    height: 150px;
    bottom: 53%;
    left: 73%;
  }

  .print-lightning-3.newsletter {
    height: 150px;
    top: 15%;
    right: 98%;
  }

  .print-triangle.newsletter {
    height: 150px;
    inset: auto 0% -8% auto;
  }

  .print-triangle.benefit-discount {
    bottom: -3%;
  }

  .print-triangle.contact-2 {
    height: 40px;
    top: 47%;
  }

  .print-triangle-2 {
    bottom: 20%;
    left: 50%;
  }

  .print-triangle-2.our-offer {
    inset: 0% 0% auto auto;
  }

  .print-triangle-2.subscribe, .print-triangle-2.contact-2 {
    height: 150px;
  }

  .print-triangle-3 {
    height: 20px;
    top: 46%;
    right: 44%;
  }

  .print-triangle-3.our-offer {
    height: 50px;
    top: 3%;
  }

  .print-triangle-3.contact-2 {
    height: 50px;
    top: 0%;
  }

  .top-mobile-menu {
    background-color: var(--color-6);
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .project-description-2 {
    font-size: 1rem;
  }

  .home-1-mask {
    overflow: hidden;
  }

  .home-blog-image-link {
    width: 100%;
  }

  .home-blog-image-2 {
    height: 400px;
  }

  .home-blog-content-wrapper {
    width: 100%;
  }

  .service-description {
    display: none;
  }

  .service-description.small {
    display: flex;
  }

  .white-icon-wrap {
    display: none;
  }

  .service-blue-print {
    height: 350px;
  }

  .collection-list-2 {
    grid-column-gap: 0px;
  }

  .collection-item-2 {
    width: 32%;
  }

  .choose-us-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cleaning-png {
    height: 200px;
    display: none;
    position: static;
  }

  .benefit-item-1 {
    width: 100%;
  }

  .right-container, .left-container {
    grid-row-gap: 20px;
    width: 50%;
  }

  .div-block-10 {
    grid-column-gap: 20px;
  }

  .benefit-title {
    font-size: 16px;
  }

  .benefit-description {
    font-size: 14px;
  }

  .collection-blog-post-item {
    justify-content: center;
    width: 48%;
  }

  .home-1-blog-posts-content-wrapper {
    width: 100%;
    min-height: auto;
  }

  .home-1-blog-posts-content-wrapper.blog-grid {
    min-height: 250px;
  }

  .questions-answers {
    flex-direction: column-reverse;
  }

  .get-an-estimate {
    border-radius: 0;
    width: 100%;
  }

  .estimate-inputs {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .home-1-faq {
    width: 100%;
  }

  .benefits-container {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .footer-form-text-field, .form-block-4 {
    width: 100%;
  }

  .blue-estimate-wrapper {
    background-position: -8% 123%;
    background-size: auto 180px;
  }

  .footer-print {
    height: 200px;
  }

  .collection-intro-wrapper {
    height: 212px;
  }

  .footer-image {
    height: 200px;
  }

  .left-footer-container {
    grid-column-gap: 10px;
    width: 100%;
  }

  .number-of-steps {
    font-size: 60px;
  }

  .blue-footer-overlay {
    height: 200px;
  }

  .lighrbox-our-process-2 {
    border-top-left-radius: 0%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0%;
    inset: 0% 0% auto auto;
    transform: translate(0%);
  }

  .footer-circle-2 {
    width: 100px;
    height: 100px;
  }

  .banner-section-home-2 {
    height: 100%;
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .collection-list-wrapper-7 {
    height: auto;
    min-height: 100%;
  }

  .home-content-wrap-2 {
    text-align: center;
    align-items: center;
  }

  .banner-title-home-2 {
    width: 100%;
    font-size: 42px;
  }

  .home-2-buttons-wrap {
    margin-top: 40px;
  }

  .facts-wrapper-2 {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr .5fr;
  }

  .section-3.with-blue-bg {
    background-color: var(--super-orange-light);
    padding-top: 0;
  }

  .image-9 {
    height: 300px;
  }

  .home-2-service-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-us-text {
    font-size: 1rem;
  }

  .blue-circle {
    width: 500px;
    height: 500px;
    display: none;
    right: -31%;
  }

  .blue-circle-1 {
    width: 200px;
    height: 200px;
    bottom: 27%;
    right: -15%;
  }

  .blue-circle-2 {
    width: 150px;
    height: 150px;
    bottom: -13%;
    right: 20%;
  }

  .collection-item-6 {
    height: auto;
    min-height: 100vh;
  }

  .section-mini-height.banner-our-team {
    min-height: 300px;
    margin-top: 12rem;
  }

  .section-mini-height.banner-our-team.kontakt {
    height: auto;
    margin-top: 165px;
  }

  .section-mini-height.detail-service {
    margin-top: 110px;
  }

  .section-mini-height.about-us-2 {
    min-height: 365px;
    margin-top: 110px;
  }

  .banner-title-4 {
    font-size: 46px;
  }

  .image-mini-height {
    object-position: 84% 100%;
    height: 300px;
  }

  .overlay-mini-height {
    background-image: linear-gradient(#f6f7ed59, #f6f7ed59);
  }

  .collection-blog-grid-post-list {
    grid-column-gap: 29px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-blog-grid-item {
    justify-content: center;
    width: 48%;
  }

  .section-blog-details {
    padding-top: 180px;
  }

  .collection-cleaning-blog-categories {
    justify-content: center;
  }

  .section-orange-color {
    background-position: 118% 160px;
    background-size: auto 350px;
  }

  .cleaners-title {
    width: 80%;
  }

  .collection-item-8 {
    width: 48%;
  }

  .div-block-31 {
    display: none;
  }

  .services-wrap-2 {
    width: 100%;
    margin-bottom: 150px;
    padding-right: 0;
  }

  .services-items-wrap {
    grid-column-gap: 15px;
    margin-bottom: -115px;
    transform: translate(0, -115px);
  }

  .service-item-2 {
    padding: 20px;
  }

  .services-text {
    width: 100%;
    padding-right: 140px;
  }

  .top-service-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

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

  .detail-page-wrapp {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    width: 100%;
  }

  .collection-list-10 {
    width: 100%;
  }

  .home-10-counter-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .circle-counter-wrap {
    width: 50%;
  }

  .left-arrow-intro {
    bottom: 40px;
  }

  .contacts-title-container {
    margin-bottom: 40px;
  }

  .banner-about-us-title-wrapper-2 {
    max-width: 450px;
  }

  .shop-details-slider, .detergents-image {
    height: 400px;
  }

  .team-wrap-2 {
    width: 355px;
    min-height: 380px;
  }

  .h5-opis-kategorii {
    font-size: 1rem;
  }

  .tour-image {
    height: 150px;
  }

  .travel-content-wrapper {
    min-height: 145px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    align-items: center;
  }

  .collection-list-12 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .image-wrapper-3 {
    width: 280px;
    height: 340px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-blog-post-item-home-3 {
    justify-content: center;
    width: 48%;
  }

  .section-title-lp {
    font-size: 42px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .padding-section-large {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  .nav-btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .splitter_component {
    width: 85vw;
  }

  .splitter_component.is-radius {
    width: 70vw;
    height: 300px;
  }

  .h6-heading-default {
    font-size: 1rem;
  }

  .h3-str-gl-uslugi {
    font-size: 1.2rem;
  }

  .heading-6 {
    text-align: left;
    font-size: 36px;
  }

  .heading-6.text-align-center {
    text-align: center;
    font-size: 36px;
  }

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

  .button.is-secondary.niebieskie-t-o {
    margin-right: 0;
  }

  .heading-17 {
    font-size: 1.2rem;
  }

  .layout375_card-large-content {
    text-align: center;
    padding: 2rem;
  }

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

  .layout375_row.materace {
    grid-template-columns: .75fr .75fr;
  }

  .layout375_row.wyk-adziny, .layout375_row.zwierzeta, .layout375_row.przykre-zapachy {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h5 {
    font-size: 1.2rem;
  }

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

  .margin-top.margin-medium.index {
    justify-content: center;
  }

  .margin-top.margin-medium {
    justify-content: flex-start;
  }

  .layout375_card-small-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout375_card-small-image._w-zek, .layout375_card-small-image.podnozek, .layout375_card-small-image.fotel-biurowy, .layout375_card-small-image.fotel-uszak, .layout375_card-small-image.materac {
    width: 60%;
  }

  .layout375_card-small-image.materaz-2os {
    width: 90%;
  }

  .heading-23, .paragraph-3 {
    font-size: 1.3rem;
  }

  .link-top {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    margin-right: -15px;
  }

  .blog66_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog66_mask {
    width: 50%;
  }

  .blog66_button-row {
    flex: none;
  }

  .blog66_heading {
    margin-right: 3rem;
  }

  .blog66_component {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list {
    left: -125px;
    right: auto;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    align-items: center;
    margin-left: 134px;
    display: flex;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo6_logo {
    max-height: 6rem;
  }

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

  .paragraph-heading {
    font-size: 1.2rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .kontakt-telefoniczny-mobile {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

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

  .numer-telefonu-mobile {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5em;
  }

  .text-block-21 {
    font-size: 1.3rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 25%;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .splitter_image-2 {
    width: 90%;
  }

  .splitter_image-2.is-after, .splitter_before-3 {
    width: 70vw;
  }

  .przed-po {
    font-size: .9rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gallery5_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .gallery5_row.fotele, .gallery5_row.fotele._2, .gallery5_row.krzesla, .gallery5_row.podstrony {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .testimonial33_card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_card-content-right {
    border-top: 1px solid #000;
    height: 70vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .popup-image {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .pop-up-cover {
    display: flex;
  }

  .popup-card {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .section.with-cleaning-image {
    background-position: 200% 5%;
  }

  .base-container {
    max-width: 560px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container {
    width: 100vw;
    position: fixed;
    top: 80px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .sidebar-recent-post-item {
    width: 100%;
  }

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

  .footer {
    padding-top: 60px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .free-trial-title {
    margin-bottom: 20px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-flow: column;
    position: relative;
    overflow: visible;
  }

  .contacts-content-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    justify-content: space-around;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .our-services-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .our-services-wrap {
    width: 100%;
  }

  .team-grid-item {
    width: 100%;
    height: auto;
    min-height: 340px;
  }

  .team-video-card {
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .facts-img-center {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    display: none;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .home-9-tab-link.w--current {
    border-top-style: none;
  }

  .home-9-tab-link.first-child {
    border-top-style: none;
    border-right-style: none;
  }

  .about-6-contacts-image {
    height: 350px;
  }

  .about-6-contacts-content-wrapper.top-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .primary-red-button.full-width-services {
    display: inline-block;
  }

  .dropdown-menu {
    height: 100svh;
    padding-bottom: 157px;
    position: relative;
    overflow: hidden;
  }

  .nav-menu-2 {
    max-width: none;
    height: 100vh;
    position: fixed;
    bottom: auto;
    right: 0%;
  }

  .nav-menu-shadow-overlay-2 {
    width: 100%;
    position: static;
  }

  .brand-2.w--current, .brand-2.home-5 {
    padding-left: 0;
  }

  .header-social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .red-subheading-h6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .red-subheading-h6.text-align-center {
    justify-content: center;
  }

  .top-nav-container {
    position: fixed;
  }

  .container-three {
    justify-content: space-around;
    align-items: center;
  }

  .links-left-wrapper, .print-container {
    display: none;
  }

  .print-container.our-blog-page {
    display: flex;
  }

  .print-container.discont {
    display: block;
  }

  .print-of-balls.benefit {
    left: -2%;
  }

  .print-of-balls.blog-grid-print {
    inset: auto auto -5% 9%;
  }

  .print-of-balls.contact-2 {
    left: -2%;
  }

  .print-of-balls-2.benefit {
    bottom: -5%;
  }

  .print-of-balls-3 {
    height: 180px;
    top: 14%;
  }

  .print-of-balls-3.subscribe {
    top: 39%;
    right: 75%;
  }

  .print-of-balls-3.newsletter {
    top: 0%;
    left: 62%;
  }

  .print-of-balls-3.contact-2 {
    top: 31%;
    right: 75%;
  }

  .print-lightning.our-offer {
    top: 39%;
    left: 76%;
  }

  .print-lightning.contact-2 {
    top: 29%;
    left: 76%;
  }

  .print-lightning-2.our-offer-discont {
    inset: 0% auto auto 39%;
  }

  .print-lightning-2.contact-2 {
    inset: 0% auto auto 73%;
  }

  .print-triangle {
    height: 35px;
    left: -5%;
  }

  .print-triangle.benefit-discount {
    inset: 92% 44% auto auto;
  }

  .print-triangle.contact-2 {
    height: 30px;
    top: 45%;
    left: auto;
    right: 44%;
  }

  .print-triangle-3.our-offer {
    height: 35px;
    top: 0%;
  }

  .print-triangle-3.newsletter {
    inset: auto auto 46% -2%;
  }

  .print-triangle-3.contact-2 {
    top: 2%;
  }

  .services-text-home-1 {
    width: 80%;
  }

  .subtitle-wrap-2 {
    width: 100%;
  }

  .subtitle-wrap-horizontal {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .offer-title {
    width: 100%;
  }

  .project-description-2 {
    width: 90%;
    line-height: 1.5rem;
  }

  .amaizing-people-slider {
    margin-right: 15px;
  }

  .home-blog-image-link {
    width: 518px;
  }

  .services-wrapper-item {
    width: 538px;
  }

  .home-blog-content-wrapper {
    width: 80%;
  }

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

  .service-description {
    display: flex;
  }

  .service-description.small {
    display: none;
  }

  .white-icon-wrap {
    width: 20%;
    display: flex;
  }

  .icon-servece-image {
    height: 60px;
  }

  .service-blue-print {
    width: 100%;
  }

  .collection-list-wrapper-4 {
    flex-direction: column;
  }

  .collection-list-2 {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .collection-item-2 {
    width: 100%;
  }

  .benefit-item-1 {
    min-height: 240px;
  }

  .right-container {
    grid-row-gap: 15px;
  }

  .benefit-item-2 {
    min-height: 240px;
  }

  .left-container {
    grid-row-gap: 15px;
  }

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

  .collection-blog-post-item {
    width: 100%;
  }

  .blog-post-wrapper {
    width: 538px;
  }

  .blogs-print {
    width: 100%;
  }

  .home-1-blog-posts-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-1-blog-posts-content-wrapper.blog-grid {
    min-height: auto;
  }

  .sanitizing-service {
    width: 90%;
  }

  .get-an-estimate {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .home-1-faq {
    padding: 20px;
  }

  .benefits-container {
    grid-row-gap: 40px;
  }

  .section-footer-subscribe {
    padding-bottom: 60px;
  }

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

  .collection-list-3 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .collection-item-3 {
    grid-column-gap: 40px;
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .collection-item-3:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .blue-estimate-wrapper {
    background-position: -16% 140%;
    background-size: auto 200px;
  }

  .collection-intro-wrapper {
    width: 60%;
  }

  .collection-left-info-wrap {
    width: 40%;
  }

  .left-footer-container {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .footer-circle-2 {
    width: 180px;
    height: 180px;
    inset: -31% auto auto -20%;
  }

  .banner-section-home-2 {
    background-image: url('../img/Squiggles-Colorful-7_1Squiggles%20Colorful-7.webp'), url('../img/Squiggles-Colorful-2_1Squiggles%20Colorful-2.webp'), url('../img/Squiggles-Colorful-7_1Squiggles%20Colorful-7.webp'), url('../img/Squiggles-Colorful-2_1Squiggles%20Colorful-2.webp'), url('../img/Squiggles-Colorful-9_1Squiggles%20Colorful-9.webp'), url('../img/Squiggles-Colorful-9_1Squiggles%20Colorful-9.webp');
    background-position: 11% 20%, 72% 15%, 95% 54%, 9%, 106% 20%, 0 20%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto 30px, auto 40px, auto 40px, auto 40px, auto 180px, auto 180px;
    padding-top: 190px;
    padding-bottom: 60px;
  }

  .home-content-wrap-2 {
    position: relative;
  }

  .banner-title-home-2 {
    width: 100%;
  }

  .facts-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .section-3.with-blue-bg {
    padding-top: 60px;
  }

  .image-9 {
    width: 116px;
    height: 200px;
  }

  .home-2-service-title {
    flex-direction: row;
    align-items: center;
  }

  .facts-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex: none;
    align-items: center;
    width: 100%;
  }

  .blog-arrow-right {
    inset: auto 3% 10% auto;
  }

  .blue-circle {
    width: 450px;
    height: 450px;
    inset: auto auto -35%;
  }

  .blue-circle-1 {
    mix-blend-mode: screen;
    border-width: 2px;
    width: 150px;
    height: 150px;
    bottom: 4%;
    right: 19%;
  }

  .blue-circle-2 {
    border-width: 2px;
    width: 100px;
    height: 100px;
    bottom: -7%;
    right: 56%;
  }

  .collection-item-6 {
    justify-content: center;
    display: flex;
  }

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

  .section-mini-height.banner-our-team {
    max-width: 100vw;
    overflow: hidden;
  }

  .image-mini-height {
    object-position: 86% 50%;
  }

  .collection-blog-grid-item {
    width: 100%;
  }

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

  .collection-cleaning-blog-categories {
    flex-direction: column;
  }

  .section-orange-color {
    background-position: 118% 110px;
    background-size: auto 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cleaners-title {
    width: 100%;
  }

  .customer-wrapper-2 {
    height: 240px;
  }

  .collection-item-8 {
    width: 47%;
  }

  .services-items-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .service-item-2 {
    text-align: left;
    width: 100%;
    padding: 25px;
  }

  .services-text {
    padding-right: 0;
  }

  .intro-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .collection-list-10 {
    flex-direction: column;
    display: flex;
  }

  .home-10-counter-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .transparent-circle {
    bottom: -3%;
  }

  .left-arrow-intro {
    inset: auto 0% 0% -150px;
  }

  .contacts-title-container {
    margin-bottom: 20px;
  }

  .banner-about-us-title-wrapper-2 {
    text-align: left;
    flex-direction: column;
    max-width: 100%;
  }

  .about-us-1-main-wrap {
    text-align: center;
  }

  .shop-details-slider {
    height: 350px;
  }

  .team-video-section-2 {
    margin-top: -60px;
    padding-bottom: 60px;
  }

  .detergents-wrapper {
    flex-wrap: wrap;
  }

  .detergents-image {
    width: 100%;
    height: 280px;
  }

  .detergents-content {
    grid-row-gap: 0px;
    width: 100%;
  }

  .services-detail-tabs-menu {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .team-wrap-2 {
    width: 538px;
    min-height: 345px;
  }

  .travel-image-wrap {
    align-items: center;
    height: 200px;
  }

  .tour-image {
    min-height: 200px;
  }

  .why-travel-with-us-wrap-item {
    width: 100%;
  }

  .collection-list-12 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-3 {
    width: 300px;
  }

  .home-2-solution, .collection-blog-post-item-home-3 {
    width: 100%;
  }

  .section-title-lp {
    font-size: 34px;
  }

  .section-title-description-lp {
    width: 100%;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    position: relative;
  }

  .splitter_component {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component.is-radius {
    width: 65vw;
    height: 200px;
  }

  .example_info_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .h6-heading-default {
    width: auto;
  }

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

  .heading-6.mobile-text-left {
    text-align: left;
  }

  .gallery2_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .gallery2_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button.is-secondary {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.5em;
    display: flex;
  }

  .layout375_card-large-content {
    padding: 1.5rem;
  }

  .layout375_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout375_row.materace, .layout375_row.wyk-adziny {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout375_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .margin-top.margin-medium.index {
    flex-flow: column;
    align-items: center;
  }

  .layout375_card-small-image.materac {
    width: 90%;
  }

  .blog66_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog66_mask {
    width: 80%;
  }

  .blog66_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog66_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog66_arrow.left {
    right: 3.5rem;
  }

  .blog66_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .blog66_heading {
    margin-right: 0;
  }

  .blog66_component {
    padding-bottom: 6rem;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-left: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo6_logo {
    max-height: 5rem;
  }

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

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .fs-cc-prefs_button {
    text-align: center;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .fs-cc-manager_button, .text-block-19, .fs-cc-prefs_component {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_component, .fs-cc-manager_component {
    display: none;
  }

  .kontakt-telefoniczny-mobile.ekran-g-owny {
    margin-top: 0;
    padding-top: 10px;
  }

  .text-block-21.mobile {
    color: var(--white);
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
  }

  .text-block-21.mobile.numer {
    color: var(--primary);
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .kontener-telefon-fixed {
    z-index: 990;
    background-color: var(--main-red);
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    inset: auto 0 0;
  }

  .formularz-mobile {
    margin-right: 40px;
    display: flex;
  }

  .blog3_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .g-owny-watek {
    height: 100svh;
  }

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

  .splitter_image-2, .splitter_image-2.is-after {
    width: 65vw;
  }

  .splitter_before-3 {
    width: 90vw;
  }

  .h1--polityka-prywatnosci {
    font-size: 2rem;
    line-height: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery5_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .gallery5_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .testimonial33_card {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial33_card-content-left {
    padding: 2rem;
  }

  .testimonial33_card-content-right {
    grid-template-columns: 1fr;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial33_content {
    padding: 1.5rem;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .popup-image {
    margin-left: 1em;
    margin-right: 1em;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .popup-card {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section.with-cleaning-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0%;
  }

  .base-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-container {
    top: 80px;
  }

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

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 40px;
  }

  .footer-rights {
    margin-bottom: 10px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-copyright-link:hover {
    color: var(--light-orange);
  }

  .accordion-list-content {
    font-size: 12px;
  }

  .accordion-title {
    font-size: 14px;
  }

  .contacts-content-wrapper {
    text-align: center;
    overflow: hidden;
  }

  .contacts-form-wrapper {
    padding: 0;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-brand {
    flex-flow: row;
    display: flex;
  }

  .footer-links-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 30px;
  }

  .footer-links-wrapper.ostatni-div {
    width: 95%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form {
    justify-content: center;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-content {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .our-services-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .our-services-wrap {
    width: 100%;
  }

  .facts-img-center {
    justify-content: center;
    width: 100%;
  }

  .sidebar-categories-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title, .primary-blue-button, .primary-red-button {
    text-align: center;
  }

  .primary-red-button.white-text {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1rem;
    line-height: 1.2em;
  }

  .dropdown-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    overflow: clip;
  }

  .nav-dropdown-list-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .border-wrap {
    justify-content: space-around;
  }

  .nav-menu-shadow-overlay-2 {
    min-width: 300px;
  }

  .tablet-menu-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-header-white {
    width: 30px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .line-white {
    width: 30px;
  }

  .menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .top-tablet-menu {
    justify-content: center;
    display: flex;
  }

  .link-black {
    line-height: 1.4em;
  }

  .dropdown-header {
    width: 100%;
  }

  .nav-dropdown-transparent {
    align-items: center;
  }

  .follow-us-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .logo-mobile-2 {
    display: none;
  }

  .base-container-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-cleaning {
    width: 3rem;
    height: 3rem;
  }

  .red-subheading-h6 {
    font-size: 12px;
  }

  .container-three {
    justify-content: space-between;
    align-items: center;
  }

  .connect-socials {
    margin-right: 0;
  }

  .print-of-balls.benefit {
    left: -5%;
  }

  .print-of-balls.contact-2 {
    top: 37%;
    left: -5%;
  }

  .print-of-balls-2.benefit {
    bottom: -7%;
  }

  .print-of-balls-2.newsletter {
    bottom: 100%;
  }

  .print-of-balls-2.contact-2 {
    height: 30px;
  }

  .print-of-balls-3 {
    height: 150px;
    top: 11%;
    right: 2%;
  }

  .print-of-balls-3.subscribe {
    top: 50%;
  }

  .print-of-balls-3.newsletter {
    top: 4%;
    left: 59%;
  }

  .print-of-balls-3.contact-2 {
    top: 27%;
  }

  .print-lightning.our-offer {
    top: 50%;
    left: 58%;
  }

  .print-lightning.newsletter {
    left: -3%;
  }

  .print-lightning.contact-2 {
    top: 30%;
    left: 62%;
  }

  .print-lightning-2.our-offer-discont {
    top: -8%;
    left: 0%;
  }

  .print-lightning-2.contact-2 {
    inset: 2% 3% auto auto;
  }

  .print-triangle {
    bottom: 37%;
  }

  .print-triangle.benefit-discount {
    top: 94%;
  }

  .print-triangle.contact-2 {
    height: 30px;
    inset: 13% -4% auto auto;
  }

  .print-triangle-2.our-offer {
    top: -2%;
  }

  .print-triangle-2.subscribe, .print-triangle-2.contact-2 {
    top: -1%;
    right: -9%;
  }

  .print-triangle-3.newsletter {
    left: -4%;
  }

  .print-triangle-3.contact-2 {
    height: 30px;
    top: 0%;
  }

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

  .services-text-home-1 {
    width: 100%;
    font-size: 14px;
  }

  .image-cleaning.logo-footer {
    width: 5rem;
    height: 5rem;
  }

  .project-description-2 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .home-blog-image-link {
    width: 95%;
  }

  .services-wrapper-item {
    width: 100%;
  }

  .home-blog-content-wrapper {
    width: 75%;
  }

  .blog-description {
    margin-bottom: 15px;
  }

  .service-description {
    margin-bottom: 15px;
    display: none;
  }

  .service-description.small {
    display: flex;
  }

  .white-icon-wrap {
    width: 25%;
  }

  .benefit-item-1 {
    text-align: left;
    min-height: auto;
  }

  .right-container {
    width: 100%;
  }

  .benefit-item-2 {
    text-align: left;
    min-height: auto;
  }

  .left-container {
    width: 100%;
  }

  .div-block-10 {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .blog-post-wrapper {
    width: 100%;
  }

  .image-blog-link {
    width: 95%;
  }

  .home-1-blog-posts-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sanitizing-service {
    width: 100%;
    font-size: 1.6rem;
  }

  .get-an-estimate.kontakt {
    border-radius: 20px;
  }

  .estimate-inputs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .benefits-container {
    overflow: visible;
  }

  .footer-top {
    text-align: left;
  }

  .footer-form-text-field, .easy-way {
    width: 100%;
  }

  .subtitle-footer-left-wrap {
    text-align: center;
  }

  .collection-item-3 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .collection-item-3:nth-child(odd) {
    flex-direction: column;
  }

  .blue-estimate-wrapper {
    background-position: -90% 200%;
    background-size: auto 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-intro-wrapper, .collection-left-info-wrap {
    width: 100%;
  }

  .left-footer-container {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-circle-1 {
    bottom: -127px;
    right: -114px;
  }

  .footer-circle-2 {
    top: -35%;
    left: -27%;
  }

  .banner-section-home-2 {
    background-image: none;
    height: 100svh;
    padding-top: 10rem;
    padding-bottom: 60px;
    position: static;
  }

  .collection-list-wrapper-7 {
    display: none;
  }

  .home-content-wrap-2 {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .banner-title-home-2 {
    font-size: 2rem;
  }

  .home-2-buttons-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .facts-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-2-service-title {
    flex-direction: column;
  }

  .about-us-text {
    font-size: 1rem;
  }

  .blue-circle-1, .blue-circle-2 {
    display: none;
  }

  .section-mini-height.banner-our-team {
    margin-top: 10rem;
    padding-top: 15%;
  }

  .section-mini-height.banner-our-team.kontakt {
    height: auto;
    margin-top: 160px;
  }

  .section-mini-height.about-us-2 {
    min-height: 370px;
    padding-bottom: 20px;
  }

  .section-mini-height.about-us-2.realizacje {
    min-height: 150px;
    margin-top: 140px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .banner-title-wrapper-2.detail-service {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title-4 {
    font-size: 36px;
  }

  .image-mini-height {
    object-position: 87% 50%;
  }

  .section-orange-color {
    background-position: 130% 165px;
    background-size: auto 200px;
  }

  .collection-item-8 {
    width: 100%;
  }

  .paragraph-mini {
    font-size: 14px;
  }

  .services-text {
    font-size: 1rem;
  }

  .blue-blog-title {
    font-size: 16px;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .transparent-circle {
    bottom: -10%;
  }

  .banner-about-us-title-wrapper-2 {
    text-align: center;
    align-items: center;
  }

  .about-us-1-main-wrap {
    justify-content: center;
    padding-bottom: 120px;
  }

  .about-us-1-main-wrap.realizacje {
    padding-bottom: 60px;
  }

  .itinerary {
    margin-top: 20px;
  }

  .circle-services-wrap {
    width: 100%;
  }

  .team-wrap-2 {
    width: 330px;
    min-height: 345px;
  }

  .travel-image-wrap {
    height: 160px;
  }

  .tour-image {
    min-height: 160px;
  }

  .travel-content-wrapper {
    min-height: 120px;
  }

  .round-wrap {
    width: 60px;
    height: 60px;
  }

  .collection-item-11 {
    width: 100%;
  }

  .collection-list-12 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-wrapper-3 {
    width: 340px;
  }

  .paragraph-banner {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-solution {
    text-align: center;
    align-items: center;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .padding-section-large {
    padding-top: 4rem;
  }

  .nav-btn {
    font-size: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-xxsmall {
    line-height: 1rem;
  }

  .main-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .splitter_component {
    width: 90vw;
    height: 35vh;
  }

  .splitter_component.is-radius {
    width: 70vw;
    height: 150px;
    overflow: hidden;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .h6-heading-default {
    width: auto;
  }

  .heading-6 {
    font-size: 1.6rem;
  }

  .heading-6.text-align-center {
    font-size: 1.6rem;
    overflow: visible;
  }

  .gallery2_component {
    margin-bottom: 0;
  }

  .padding-global-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .button.is-secondary {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: .5rem .25rem;
    font-size: .8rem;
  }

  .heading-17 {
    font-size: 1.1rem;
  }

  .nazwa-logo {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nazwa-logo.mobile-wersja {
    font-size: 1.1rem;
    line-height: 1.2em;
    display: flex;
  }

  .nazwa-logo.menu-hamburger {
    display: flex;
  }

  .layout375_card-small-image-wrapper {
    height: 150px;
  }

  .layout375_card-small-image-wrapper.krzeslo-biurowe {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout375_card-small-content {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .layout375_card-large-content {
    display: block;
  }

  .layout375_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .layout375_row.materace {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .layout375_row.wyk-adziny {
    grid-template-columns: 1fr;
  }

  .layout375_row.zwierzeta {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .layout375_row.przykre-zapachy {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .layout375_card-large {
    flex-direction: column;
    display: flex;
  }

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

  .margin-top.margin-medium.index {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .layout375_card-small-image {
    width: 55%;
  }

  .layout375_card-small-image._w-zek {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .layout375_card-small-image.podnozek {
    width: 40%;
  }

  .layout375_card-small-image.materac {
    width: 60%;
  }

  .layout375_card-small-image.zapach {
    width: 100%;
    margin-top: -30px;
  }

  .layout375_card-small-image.materaz-2os {
    width: 70%;
  }

  .text-weight-semibold {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .heading-23 {
    font-size: 1.5rem;
  }

  .paragraph-3 {
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.2em;
  }

  .link-top {
    margin-bottom: 10px;
  }

  .link-top.warszawa {
    font-size: 1.1rem;
  }

  .icon {
    margin-top: .79688px;
  }

  .blog66_mask {
    width: 100%;
    overflow: hidden;
  }

  .blog66_slide {
    overflow: visible;
  }

  .text-size-medium-5 {
    font-family: Montserrat, sans-serif;
    line-height: 1.5em;
  }

  .dropdown-list {
    flex-flow: column;
    justify-content: center;
  }

  .dropdown-list.w--open {
    margin-top: 7rem;
    padding-top: 10px;
    font-size: 1.2rem;
  }

  .dropdown-list._8rem-down {
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
    margin-top: 3rem;
    padding-top: 250px;
    padding-bottom: 20px;
    position: absolute;
    top: auto;
    left: -20px;
    overflow: scroll;
  }

  .project-description-2 {
    line-height: 1.5rem;
  }

  .logo6_logo.pudzian {
    margin-top: -22px;
  }

  .logo6_list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .logo6_wrapper {
    justify-content: center;
    align-items: center;
  }

  .body.cennik {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-heading {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_space-medium {
    flex-flow: column;
  }

  .fs-cc-banner_component {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .div-block-34 {
    font-size: 1rem;
  }

  .ocena-opinie-google {
    display: none;
    overflow: visible;
  }

  .ilosc-opini-google {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .ilosc-opini-google.sekcja {
    font-size: 16px;
  }

  .kontakt-telefoniczny-mobile.ekran-g-owny {
    padding-top: 0;
  }

  .text-block-21.mobile {
    font-size: 1.1rem;
  }

  .text-block-21.mobile.numer {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .kontener-telefon-fixed {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .formularz-mobile {
    justify-content: center;
    margin-right: 30px;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post1-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post1-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post1-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post1-content_content-bottom, .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
  }

  .heading-style-h2.blog {
    font-size: 1.5rem;
  }

  .g-owny-watek {
    padding-top: 0;
  }

  .lottie-animation-6 {
    margin-bottom: 40px;
  }

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

  .div-header-pading {
    padding-top: 5rem;
  }

  .lottie-animation-2 {
    inset: 0%;
  }

  .splitter_image-2 {
    width: 100%;
  }

  .splitter_image-2.is-after, .splitter_before-3 {
    width: 70vw;
  }

  .h1--polityka-prywatnosci {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .przed-po {
    font-size: .8rem;
  }

  .heading-25 {
    font-family: Montserrat, sans-serif;
  }

  .padding-section-large-2.realizacje {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .gallery5_row.fotele, .gallery5_row.fotele._2, .gallery5_row.krzesla, .gallery5_row.podstrony {
    grid-template-columns: 1fr;
  }

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

  .gallery5_image, .gallery5_image.podstrona {
    aspect-ratio: 1;
  }

  .at-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: 110px;
    font-size: .7rem;
  }

  .at-banner__close {
    width: 30px;
    height: 30px;
    position: static;
  }

  .text-block-22, .text-size-medium {
    font-size: .9rem;
  }

  .heading-style-h1 {
    font-size: 1.8rem;
  }

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

  .testimonial33_client {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .whatsapp-button {
    bottom: 100px;
    right: 10px;
  }

  .image {
    width: 3rem;
  }

  .text-block-23 {
    font-size: 15px;
  }

  .popup-items {
    height: auto;
    padding: 40px 10px;
  }

  .images-container {
    justify-content: center;
    display: flex;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
    font-size: 1.2rem;
  }

  .popup-card {
    border-width: 10px;
  }

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

  .bold-text-10.red {
    font-weight: 600;
  }
}

#Imie-I-Nazwisko-2.w-node-_716fed00-b43d-3ed6-9859-88493e847c3f-b371e535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ea6706a-8166-d887-a0f7-2771f88e3c4a-b371e539, #w-node-_4ea6706a-8166-d887-a0f7-2771f88e3c4d-b371e539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50c2a5a-603c-ef69-006f-29607ffe310e-7ffe3108 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#Imie-I-Nazwisko-2.w-node-ef0b9ece-7e8d-735f-d517-1a65be72102c-be720fda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a4f9-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a4fa-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a512-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a52a-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a542-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a55a-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a573-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a574-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a58c-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a5a4-28c5a4ca, #w-node-_478cbf11-5bcd-7d39-5246-b93a28c5a5bc-28c5a4ca, #cennik-kontener.w-node-_9a37ebd7-65e9-4332-fcb2-bf97f960128d-f960127d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a37ebd7-65e9-4332-fcb2-bf97f960128f-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f960129a-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012a6-f960127d, #w-node-b65b6be4-95d8-014c-b7c5-b0f4ca8af784-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012b2-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012bc-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012c6-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012d0-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012de-f960127d, #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012ec-f960127d {
  align-self: start;
}

#w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012f5-f960127d {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012f6-f960127d {
  align-self: start;
}

#w-node-dc7dd13c-5092-db9d-0eb5-eec0c4d3999b-c4d3998f, #w-node-dc7dd13c-5092-db9d-0eb5-eec0c4d399ae-c4d3998f, #w-node-dc7dd13c-5092-db9d-0eb5-eec0c4d399c3-c4d3998f, #w-node-dc7dd13c-5092-db9d-0eb5-eec0c4d399d6-c4d3998f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2274b29c-ac19-7178-e3b3-a6f97834994c-7834993e, #w-node-_2274b29c-ac19-7178-e3b3-a6f978349950-7834993e, #w-node-_2274b29c-ac19-7178-e3b3-a6f978349952-7834993e, #w-node-_2274b29c-ac19-7178-e3b3-a6f978349954-7834993e, #w-node-_2274b29c-ac19-7178-e3b3-a6f978349956-7834993e, #w-node-_2274b29c-ac19-7178-e3b3-a6f978349958-7834993e {
  justify-self: center;
}

#w-node-_1be87c9a-f912-3cd8-9388-8e1eba7fae5c-b371e542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1be87c9a-f912-3cd8-9388-8e1eba7fae84-b371e542, #w-node-_1be87c9a-f912-3cd8-9388-8e1eba7fae8f-b371e542, #w-node-_1be87c9a-f912-3cd8-9388-8e1eba7fae9b-b371e542, #w-node-_1be87c9a-f912-3cd8-9388-8e1eba7faea7-b371e542, #w-node-_5b2345b7-5ec5-fa95-cdde-3da12669e39c-b371e542, #w-node-e8120a5a-f1ed-5fcd-5607-280fcc8dc250-b371e542, #w-node-e3a60fb5-c486-a3ea-5ff7-fb3fbb473e05-b371e542, #w-node-_9e99e00a-cf3a-a9dd-8a9d-a1072c819540-b371e542, #w-node-_1be87c9a-f912-3cd8-9388-8e1eba7faeb1-b371e542, #w-node-_1be87c9a-f912-3cd8-9388-8e1eba7faedb-b371e542 {
  align-self: start;
}

#w-node-e8120a5a-f1ed-5fcd-5607-280fcc8dc230-b371e542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8120a5a-f1ed-5fcd-5607-280fcc8dc23c-b371e542, #w-node-e8120a5a-f1ed-5fcd-5607-280fcc8dc246-b371e542 {
  align-self: start;
}

#w-node-_221fbb82-55c8-5004-47c5-de7c3b7bd0fd-b371e542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_221fbb82-55c8-5004-47c5-de7c3b7bd0ff-b371e542, #w-node-_221fbb82-55c8-5004-47c5-de7c3b7bd10b-b371e542, #w-node-_11b779d3-c760-750f-9bb0-e8adb61b81c9-b371e542 {
  align-self: start;
}

#w-node-bbf181be-acc1-ea4d-bcc5-d51c5036c3aa-b371e542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-bbf181be-acc1-ea4d-bcc5-d51c5036c3ac-b371e542 {
  align-self: start;
}

#w-node-_64da7ba2-e411-f4e8-0af4-ab3d2421f506-b371e545 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0c12e3-9ca9-880e-5b7e-e8040f89ce60-b371e545, #w-node-_64da7ba2-e411-f4e8-0af4-ab3d2421f56b-b371e545, #w-node-_6bcf1485-3baf-cd75-6af8-c44763794f84-b371e545 {
  align-self: start;
}

#Imie-i-nazwisko-2.w-node-_64da7ba2-e411-f4e8-0af4-ab3d2421f623-b371e545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_704d3806-c493-9009-cc63-08a90feff9ba-0feff9ab, #w-node-_704d3806-c493-9009-cc63-08a90feff9c1-0feff9ab, #w-node-_54e6d5b6-7d30-983b-4926-ec6cce904d60-b371e546, #w-node-_54e6d5b6-7d30-983b-4926-ec6cce904d63-b371e546, #w-node-_54e6d5b6-7d30-983b-4926-ec6cce904d66-b371e546, #w-node-_54e6d5b6-7d30-983b-4926-ec6cce904d69-b371e546, #w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c849-b371e546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c871-b371e546, #w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c87c-b371e546, #w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c888-b371e546, #w-node-_9127100b-9846-d5f2-cee5-6d04775306e2-b371e546, #w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c894-b371e546, #w-node-_477ceeb2-e896-baba-9f93-486d4693973b-b371e546, #w-node-e19119d2-cd50-daa1-8c38-5a9a2d15c89e-b371e546, #w-node-_905f3148-69d8-9df5-a508-a68369c6e979-b371e546 {
  align-self: start;
}

#Imie-i-nazwisko-2.w-node-_23276811-d302-c4f8-1665-516a3de5ab08-b371e546 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68540426-fabf-1df3-bcda-f23ccc327fec-b371e547, #w-node-_68540426-fabf-1df3-bcda-f23ccc327fef-b371e547, #w-node-_68540426-fabf-1df3-bcda-f23ccc327ff2-b371e547, #w-node-_68540426-fabf-1df3-bcda-f23ccc327ff5-b371e547 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8085fec6-4612-71d6-17ed-c29a06d3d638-b371e547, #w-node-_8085fec6-4612-71d6-17ed-c29a06d3d644-b371e547, #w-node-_8085fec6-4612-71d6-17ed-c29a06d3d652-b371e547 {
  align-self: start;
}

#Imie-i-nazwisko-2.w-node-d1b05ebe-68ef-33ea-6048-386f14677ca1-b371e547 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba097e-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba0981-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba0984-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba0988-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba098b-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba098e-b371e54e, #w-node-_5ca35391-924f-47d7-3df0-e731e448f787-b371e54e, #w-node-_5ca35391-924f-47d7-3df0-e731e448f78a-b371e54e, #w-node-_5ca35391-924f-47d7-3df0-e731e448f78d-b371e54e, #w-node-_97ab8fd8-c8b1-82a2-bea6-78cf9f21e941-b371e54e, #w-node-_97ab8fd8-c8b1-82a2-bea6-78cf9f21e944-b371e54e, #w-node-_97ab8fd8-c8b1-82a2-bea6-78cf9f21e947-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f01-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f04-b371e54e, #w-node-da6b5a63-97b4-ac6b-1978-ae0f47a29aff-b371e54e, #w-node-da6b5a63-97b4-ac6b-1978-ae0f47a29b02-b371e54e, #w-node-_6211f32a-89bb-2ff5-472e-2fc836ae722b-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f08-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f0b-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f0e-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ed6-b371e54e, #w-node-d18167d0-29af-2ffd-c2f5-e01a5694b3cb-b371e54e, #w-node-d18167d0-29af-2ffd-c2f5-e01a5694b3ce-b371e54e, #w-node-_300940e7-8f2e-fb7c-ffa1-236af3a3936c-b371e54e, #w-node-_300940e7-8f2e-fb7c-ffa1-236af3a39369-b371e54e, #w-node-f750a6f0-0162-2715-2264-85cfcb260aa7-b371e54e, #w-node-_300940e7-8f2e-fb7c-ffa1-236af3a3936f-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ed9-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147edc-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147eea-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147eed-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ef0-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147efa-b371e54e, #w-node-dd4232b4-4749-752c-edef-6c0ddc2ca79a-d68e24f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd4232b4-4749-752c-edef-6c0ddc2ca803-d68e24f9 {
  align-self: start;
}

#Imie-i-nazwisko-2.w-node-_64da7ba2-e411-f4e8-0af4-ab3d2421f623-d68e24f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_66e64b10-ddaf-41f1-e621-5af172c529ad-b371e535 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012f5-f960127d {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-_704d3806-c493-9009-cc63-08a90feff9b6-0feff9ab, #w-node-_54e6d5b6-7d30-983b-4926-ec6cce904d5f-b371e546, #w-node-_68540426-fabf-1df3-bcda-f23ccc327feb-b371e547, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147efd-b371e54e, #w-node-da6b5a63-97b4-ac6b-1978-ae0f47a29afe-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f07-b371e54e, #w-node-d18167d0-29af-2ffd-c2f5-e01a5694b3c7-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ef3-b371e54e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_66e64b10-ddaf-41f1-e621-5af172c529ad-b371e535 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: stretch stretch;
  }

  #w-node-_92a8d9be-2b86-6361-2ecb-849b408b23c7-b371e535 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012f5-f960127d {
    grid-column: span 2 / span 2;
  }

  #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147efd-b371e54e, #w-node-da6b5a63-97b4-ac6b-1978-ae0f47a29afe-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147f07-b371e54e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #Email-2.w-node-_716fed00-b43d-3ed6-9859-88493e847c40-b371e535 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Telefon-2.w-node-_716fed00-b43d-3ed6-9859-88493e847c41-b371e535 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #Email-2.w-node-ef0b9ece-7e8d-735f-d517-1a65be72102d-be720fda {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Telefon-2.w-node-ef0b9ece-7e8d-735f-d517-1a65be72102e-be720fda {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9a37ebd7-65e9-4332-fcb2-bf97f96012f5-f960127d {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba097d-b371e54e, #w-node-_83e9ca1c-13a1-68d6-26cc-a885f9ba0987-b371e54e, #w-node-_5ca35391-924f-47d7-3df0-e731e448f786-b371e54e, #w-node-_97ab8fd8-c8b1-82a2-bea6-78cf9f21e940-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147efd-b371e54e, #w-node-da6b5a63-97b4-ac6b-1978-ae0f47a29afe-b371e54e, #w-node-d18167d0-29af-2ffd-c2f5-e01a5694b3c7-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ed5-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ee9-b371e54e, #w-node-_72fc54aa-3a8a-769f-e254-5e96d0147ef3-b371e54e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Laila';
  src: url('../fonts/Laila-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Laila';
  src: url('../fonts/Laila-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Laila';
  src: url('../fonts/Laila-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Laila';
  src: url('../fonts/Laila-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Laila';
  src: url('../fonts/Laila-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}