:root {
  --accessible-components--dark-grey: #9b9b9b;
}

body {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  z-index: 100;
  justify-content: space-between;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navbar {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container.about-us {
  display: flex;
}

.container.stats {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.container.services {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 900px;
  display: flex;
}

.container.reviews, .container.faq, .container.contact-us {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper__image {
  width: 60px;
  height: 60px;
}

.nav_menu__link {
  z-index: 60;
  color: #0009;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
}

.nav_menu__link.home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_menu__link.service {
  z-index: 50;
  position: relative;
}

.nav_menu__link.usluge-mobile {
  display: none;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.hero {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.section.about-us {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.faq {
  background-color: #111;
}

.section.contact-us {
  padding-top: 120px;
  overflow: hidden;
}

.section.au-hero {
  height: 400px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.services {
  margin-top: 130px;
}

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

.section.service.padding-remove {
  padding-top: 0;
}

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

.hero-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

.hero-rs {
  margin-left: 60px;
}

.heading-1 {
  width: 17ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.heading-1.au-heading-1 {
  color: #fff;
  width: 22ch;
  line-height: 3rem;
}

.heading-1.s-heading-1 {
  width: 22ch;
  margin-bottom: 40px;
}

.heading-1._404 {
  width: auto;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 4rem;
}

.heading-1.heading-1__blue {
  display: block;
}

.heading-1__blue {
  color: #1b79fe;
  font-weight: 700;
  display: inline-flex;
}

.paragraph {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25rem;
}

.paragraph.paragraph-bottom-margin, .paragraph.paragraph-margin-bottom {
  margin-bottom: 20px;
}

.paragraph.margin-bottom {
  margin-bottom: 30px;
}

.bg-vector {
  z-index: -5;
  opacity: .7;
  position: absolute;
  overflow: hidden;
}

.bg-vector.first {
  opacity: .5;
  width: 95%;
  margin-left: auto;
  transform: translate(-214px)rotate(-102deg);
}

.bg-vector.second {
  transform: translate(-50%);
}

.bg-vector.third {
  position: absolute;
  transform: translate(-232px)rotate(-31deg);
}

.bg-vector.third.adjusted {
  transform: translate(-232px, 147px)rotate(-80deg);
}

.bg-vector.fourth {
  transform: rotate(18deg)translate(0, 2px);
}

.bg-vector.fifth {
  transform: translate(0, -192px)rotate(83deg);
}

.bg-vector._404 {
  transform: translate(0, -147px);
}

.bg-vector.preloader-2 {
  transform: rotate(34deg)translate(-650px, -124px);
}

.about-us-left-side {
  object-fit: cover;
  border-radius: 40px;
  width: 450px;
  height: 600px;
  margin-right: 60px;
}

.au-rs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tag-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-wrapper.tag-wrapper-margin-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.tag-wrapper.bottom-margin {
  margin-bottom: 10px;
}

.tag-wrapper__icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.tag-wrapper__text {
  color: #1b79fe;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-2-dark {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.heading-2__blue {
  color: #1b79fe;
}

.au-rs__link {
  color: #1b79fe;
  margin-top: 10px;
  font-weight: 700;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dark-bg-paragraph {
  opacity: .7;
  color: #f5f5f5;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2rem;
}

.dark-bg-paragraph.paragraph-bottom-margin {
  width: 550px;
  margin-bottom: 30px;
  display: none;
}

.dark-bg-paragraph.dark-bg-paragraph-margin-bottom {
  margin-bottom: 20px;
}

.stats-ls {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-right: 60px;
  display: flex;
}

.stats-rs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 60px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.heading-2.heading-2-margin-bottom {
  margin-bottom: 30px;
}

.cta {
  color: #1b79fe;
  background-color: #ececec;
  border: 1px solid #1b79fe26;
  border-radius: 15px;
  padding: 15px 60px;
  font-weight: 700;
  text-decoration: none;
}

.stats-rs__image {
  border-radius: 40px;
  width: 200px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.stats-rs__image.scale.stats-rs__image-margin-left {
  margin-left: 25px;
}

.stats-rs-div {
  background-color: #1b79fe;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 200px;
  display: flex;
}

.stats-rs-div.stats-rs-div-margin-left {
  margin-left: 15px;
}

.stats-rs-div.stats-rs-div-margin-bottom {
  margin-bottom: 15px;
}

.stats-rs-div.stats-rs-div-margin-top {
  margin-top: 15px;
}

.stats-rs-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.stats-text-2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.stats-rs-ls {
  width: 200px;
}

.stats-rs-rs {
  margin-left: 15px;
}

.services {
  width: 100%;
  margin-top: 20px;
}

.service-wrapper {
  background-color: #f0f0f0bf;
  border-radius: 35px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 40px;
  display: flex;
}

.service-wrapper.service-wrapper-margin-remove {
  margin-bottom: 0;
}

.service-wrapper._1.active {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.service-wrapper.active {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
}

.service-wrapper__check {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.service-text._1.active {
  color: #fff;
}

.service-wrapper__arrow {
  width: 50px;
  position: absolute;
}

.service-wrapper__arrow.black {
  z-index: 2;
}

.service-wrapper__arrow.white {
  z-index: 1;
}

.slider {
  background-color: #ddd0;
  width: 95%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-color: #f0f0f0;
  border-radius: 40px;
  padding: 40px 100px;
  position: relative;
}

.left-arrow {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -80px;
}

.right-arrow__image {
  width: 40px;
  height: 40px;
}

.dots {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -60px;
}

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

.slide-div__image {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.slide-text__name {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.slide-div__paragraph {
  color: #000c;
  line-height: 1.2rem;
}

.slide__cottation-mark {
  width: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}

.question {
  padding-top: 30px;
}

.line {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
}

.question-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.question-title__text {
  color: #f5f5f5;
  margin-right: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.question-image__icon {
  border-radius: 100%;
  width: 30px;
  position: absolute;
  transform: rotate(0);
}

.question-image__icon.open {
  z-index: 2;
}

.question-image__icon.close {
  z-index: 1;
}

.question-image {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}

.cu-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.map {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.form-label {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.form-input {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 25px;
  height: 60px;
  margin-bottom: 25px;
  padding-left: 25px;
  font-size: 1rem;
}

.form-input.form-input-area {
  min-height: 120px;
}

.blue-cta {
  color: #fff;
  background-color: #1b79fe;
  border: 1px solid #1b79fe;
  border-radius: 45px;
  padding: 10px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: border-width .3s cubic-bezier(.77, 0, .175, 1), border-width .3s cubic-bezier(.77, 0, .175, 1), color .3s cubic-bezier(.77, 0, .175, 1), background-color .3s cubic-bezier(.77, 0, .175, 1);
}

.blue-cta:hover {
  color: #1b79fe;
  background-color: #f0f0f0;
  border: 1px solid #00a2ed80;
}

.two-combos {
  justify-content: space-between;
  display: flex;
}

.combo.combo-margin-right {
  margin-right: 40px;
}

.address {
  color: #00000080;
  margin-top: 15px;
  font-weight: 500;
}

.message-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.message-wrapper {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 25px;
}

.footer-light {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 80px 80px 0 0;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-block.footer-block-margin-left {
  margin-left: 60px;
}

.footer-title {
  margin-bottom: 35px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.footer-link {
  color: #00000080;
  margin-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.77, 0, .175, 1);
}

.footer-link:hover {
  color: #000000bf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  color: #0009;
  margin-right: 5px;
  font-size: .9rem;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-logo {
  width: 50px;
  padding-left: 0;
}

.right-blocks {
  display: flex;
}

.footer-info {
  color: #00000080;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-weight: 500;
  display: flex;
}

.info-wrapper {
  margin-bottom: 15px;
  display: flex;
}

.info-image {
  width: 24px;
}

.footer-paragraph {
  color: #00000080;
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2rem;
}

.social-media {
  display: flex;
}

.social-media__icon {
  width: 24px;
  height: 24px;
}

.social-media-link {
  margin-right: 15px;
}

.bg-vector-wrapper {
  position: absolute;
}

.au-hero-image {
  z-index: 5;
  object-fit: cover;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 10;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.about-us-half {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-us-half.mobile {
  display: none;
}

.about-us-vertical-half {
  justify-content: space-between;
  display: flex;
}

.about-us-vertical-half.bottom-margin {
  justify-content: space-between;
  margin-bottom: 60px;
}

.tab {
  z-index: -2;
  background-color: #f0f0f0;
  border-left: 3px solid #1b79fe;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px #0000001f;
}

.tab-vector {
  z-index: -1;
  position: absolute;
  transform: translate(0, -124px)rotate(90deg);
}

.tab-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.about-us-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-us-image.first-wrapper {
  width: 100%;
  height: 400px;
}

.about-us-image.second {
  height: 320px;
}

.section-wrapper, .overflow-hidden {
  position: relative;
  overflow: hidden;
}

.white-space {
  height: 200vh;
  display: none;
}

.bg-vector-cover {
  z-index: -1;
  background-color: #fff;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.bg-vector-cover.left-right {
  top: -150px;
  transform: translate(0, 83px);
}

.bg-vector-cover.left-right.color-change {
  background-color: #f0f0f0;
  margin-left: 0;
  transform: rotate(0);
}

.bg-vector-cover.left-right.y-remove {
  height: 800px;
  transform: translate(0);
}

.navlink-underline {
  background-color: #1b79fe;
  background-image: linear-gradient(#1a7fc5, #1b79fe);
  border-radius: 21px;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

.navlink-extender {
  z-index: 1;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #1b79fe;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  bottom: auto;
  left: -200%;
  right: 0%;
  transform: translate(-38%);
  box-shadow: 0 0 15px #0003;
}

.extender-link {
  color: #0009;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: translate(0);
}

.extender-link._2 {
  text-align: center;
}

.extender-link._5 {
  display: none;
}

.entender-text {
  color: #000;
}

.extender-image {
  border-radius: 100px;
  width: 28px;
  margin-right: 10px;
  display: none;
  box-shadow: 3px 3px 15px #00000040;
}

.sideline {
  opacity: 0;
  background-color: #0eb5ef;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.upper-extender {
  border-bottom: 1px solid #0000004f;
  justify-content: space-between;
  width: 95%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: none;
}

.heading-2-wrapper {
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
}

.blue-animation {
  background-color: #1b79f6;
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blue-animation._150 {
  width: 300px;
  height: 50px;
  inset: 50% auto 0%;
  transform: translate(0, -50%);
}

.blue-animation.about-us-1 {
  width: 120px;
  top: 5%;
}

.blue-animation.about-us-2 {
  width: 170px;
  height: 50px;
  display: block;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 25px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.map-code {
  height: 100%;
  position: relative;
}

.code {
  height: 100%;
}

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

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

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

._404-paragraph {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2rem;
}

.arrow-up {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 5% 2.5% auto auto;
}

.arrow-up-image {
  position: absolute;
}

.arrow-up-image.blue {
  z-index: 2;
}

.arrow-up-image.white {
  z-index: 1;
}

.dolina-wrapper {
  display: flex;
}

.dolina {
  color: #0009;
  font-size: .9rem;
  text-decoration: none;
}

.preloader {
  z-index: 2147483647;
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-logo.absolute {
  z-index: 2147483647;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo.opacity-0 {
  z-index: 2147483647;
  opacity: 0;
}

.preloader-text {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-text.opacity-0 {
  z-index: 2147483647;
  opacity: 0;
  margin-top: 0;
}

.preloader-text.absolute {
  z-index: 2147483647;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.cta-wrapper {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.heading-underline {
  background-color: #1b79fe;
  width: 350px;
  height: 3px;
}

.text-span {
  color: #1b79fe;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 3.5rem;
}

.faq-item {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faq-heading {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.faq_answers {
  color: #fffc;
  font-size: 1.1rem;
  line-height: 1.1rem;
  overflow: hidden;
}

.faq-icon {
  width: 32px;
}

.faq-icon.is-active {
  transform: rotate(180deg);
}

.text-block {
  margin-bottom: 10px;
}

.faq-second-click {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.fs_accordion-2_body {
  color: #fffc;
  background-color: #fff0;
  width: 100%;
  padding-bottom: 1rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  width: 32px;
  height: 32px;
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .bg-vector.fourth {
    transform: rotate(18deg)translate(-151px, 2px);
  }

  .white-space {
    display: block;
  }

  .arrow-up {
    right: 2%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1000px;
  }

  .bg-vector.fourth {
    transform: rotate(18deg)translate(-210px, 2px);
  }

  .white-space {
    display: none;
  }

  .arrow-up {
    right: 1.5%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1100px;
  }

  .hero-image {
    height: 500px;
  }

  .bg-vector.second {
    transform: rotate(7deg)translate(-50%);
  }

  .bg-vector.fourth {
    transform: rotate(31deg)translate(-300px, -34px);
  }

  .bg-vector.fifth {
    transform: translate(124px, -138px)rotate(83deg);
  }

  .about-us-half {
    justify-content: center;
    align-items: flex-start;
  }

  .white-space {
    display: none;
  }

  .navlink-extender {
    left: -200%;
    transform: none;
  }

  ._404-wrapper {
    overflow: hidden;
  }

  .arrow-up {
    right: 1.5%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 700px;
  }

  .container.about-us {
    justify-content: space-between;
    align-items: center;
  }

  .container.services {
    width: auto;
  }

  .container.service {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav_menu__link {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
  }

  .nav_menu__link.service {
    display: none;
  }

  .nav_menu__link.reviews {
    justify-content: center;
    align-items: center;
  }

  .nav_menu__link.usluge-mobile {
    display: block;
  }

  .section.au-hero {
    height: 300px;
  }

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

  .hero-rs {
    margin-left: 0;
  }

  .heading-1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .heading-1.au-heading-1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .bg-vector.fourth {
    transform: rotate(9deg)translate(0, -138px);
  }

  .about-us-left-side {
    width: 300px;
    height: 400px;
  }

  .heading-2-dark {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 21px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 15px #0003;
  }

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

  .dark-bg-paragraph.paragraph-bottom-margin {
    width: 450px;
  }

  .stats-ls {
    width: auto;
  }

  .stats-rs {
    margin-left: 20px;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .stats-rs__image {
    width: 150px;
    height: 225px;
  }

  .stats-rs__image.scale.stats-rs__image-margin-left {
    margin-left: 20px;
  }

  .stats-rs-div {
    width: 168.75px;
    height: 150px;
  }

  .stats-rs-text {
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .stats-text-2 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .stats-rs-ls {
    width: 150px;
  }

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

  .service-wrapper__check {
    width: 30px;
    height: 30px;
  }

  .service-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .service-wrapper__arrow {
    width: 40px;
  }

  .right-arrow {
    right: -70px;
  }

  .question-title__text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .map {
    margin-left: 20px;
  }

  .form-label {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .form-input {
    padding-left: 15px;
    font-size: .9rem;
  }

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

  .combo.combo-margin-right {
    margin-right: 20px;
  }

  .address {
    text-align: center;
    margin-top: 15px;
  }

  .footer-light {
    border-radius: 70px 70px 0 0;
    padding-top: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block {
    max-width: 600px;
    margin-bottom: 40px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .about-us-half.mobile {
    display: none;
  }

  .tab {
    height: 75px;
  }

  .tab-vector {
    transform: translate(0, -97px)rotate(90deg);
  }

  .tab-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .navlink-underline, .navlink-extender {
    display: none;
  }

  .blue-animation._200 {
    width: 150px;
  }

  .blue-animation._150 {
    width: 200px;
  }

  .arrow-up {
    width: 45px;
    height: 45px;
    top: 4%;
    right: 3%;
  }

  .heading-underline {
    width: 300px;
  }

  .text-span {
    font-size: 3rem;
  }

  .fs_accordion-2_paragraph {
    font-size: 1rem;
    line-height: 1rem;
  }

  .fs_accordion-2_label {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .fs_accordion-2_component {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  

  .fs_accordion-2_label {
    width: 100% !important;
  }

  .navbar {
    border-bottom: 1px solid #f4f4f480;
  }

  .container {
    width: 400px;
  }

  .container.navbar {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .container.about-us, .container.stats {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container.footer {
    width: 440px;
  }

  .logo-wrapper__image {
    width: 60px;
    height: 60px;
  }

  .nav_menu__link {
    text-align: center;
    background-color: #ececec00;
  }

  .nav_menu__link.border {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }

  .section.hero {
    height: auto;
    padding-top: 160px;
    padding-bottom: 60px;
  }

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

  .hero-image {
    height: 250px;
  }

  .hero-ls {
    margin-bottom: 20px;
  }

  .heading-1 {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .heading-1.au-heading-1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .heading-1._404 {
    margin-bottom: 15px;
    font-size: 3rem;
    line-height: 3rem;
  }

  .paragraph.paragraph-margin-bottom {
    text-align: center;
  }

  .paragraph.margin-bottom {
    margin-bottom: 15px;
  }

  .bg-vector.fourth {
    transform: rotate(34deg)translate(-83px, 133px);
  }

  .bg-vector._404 {
    transform: rotate(-118deg)translate(0, -147px);
  }

  .about-us-left-side {
    width: 350px;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .about-us-left-side.order-2 {
    order: 1;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
  }

  .au-rs {
    margin-bottom: 20px;
  }

  .tag-wrapper.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-dark {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }

  .nav-menu {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dark-bg-paragraph.paragraph-bottom-margin {
    width: 300px;
  }

  .stats-ls {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .heading-2.heading-2-margin-bottom {
    margin-bottom: 15px;
  }

  .cta.center {
    margin-left: auto;
    margin-right: auto;
  }

  .service-text {
    line-height: 1.3rem;
  }

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

  .slide-text__name, .slide-div__paragraph {
    text-align: center;
  }

  .faq-wrapper {
    margin-top: 10px;
  }

  .question-title__text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .question-title__text._4 {
    line-height: 1.3rem;
  }

  .question-image {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .question-image._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cu-wrapper {
    flex-flow: column;
  }

  .blue-cta {
    padding-left: 30px;
    padding-right: 30px;
    font-size: .9rem;
  }

  .form {
    margin-bottom: 40px;
  }

  .footer-light {
    border-radius: 50px 50px 0 0;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    max-width: none;
    margin-bottom: 0;
  }

  .footer-block.footer-block-margin-left {
    margin-left: 40px;
  }

  .footer-block.margin-bottom {
    margin-bottom: 40px;
  }

  .footer-block.width {
    width: 16ch;
  }

  .footer-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .copyright {
    font-size: .9rem;
    line-height: 1rem;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .info-image {
    height: 24px;
  }

  .social-media__icon {
    width: 20px;
    height: 20px;
  }

  .social-media-link {
    margin-right: 10px;
  }

  .about-us-half {
    order: 1;
    width: auto;
    margin-bottom: 40px;
  }

  .about-us-half.order-2 {
    order: 2;
  }

  .about-us-half.mobile {
    display: flex;
  }

  .about-us-half.desktop {
    display: none;
  }

  .about-us-vertical-half, .about-us-vertical-half.bottom-margin {
    flex-flow: column;
  }

  .tab {
    margin-bottom: 10px;
  }

  .about-us-image {
    height: auto;
  }

  .about-us-image.first-wrapper {
    width: 100%;
    height: 250px;
  }

  .about-us-image.second {
    height: 240px;
  }

  .hamburger {
    width: 30px;
    height: 30px;
  }

  .blue-animation._200 {
    width: 120px;
  }

  .blue-animation._150 {
    width: 200px;
    height: 40px;
    top: auto;
    bottom: 0%;
    transform: translate(0);
  }

  ._404-paragraph {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .arrow-up {
    top: 3%;
    right: 3%;
  }

  .preloader-logo {
    width: 60px;
  }

  .preloader-text.absolute {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .heading-underline {
    width: 220px;
  }

  .text-span {
    font-size: 2.5rem;
  }

  .fs_accordion-2_header {
    justify-content: space-between;
  }

  .fs_accordion-2_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 300px;
  }

  .container.navbar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer {
    width: 300px;
  }

  .logo-wrapper__image {
    width: 60px;
    height: 60px;
  }

  .section.reviews {
    padding-bottom: 120px;
  }

  .section.contact-us {
    padding-top: 60px;
  }

  .hero-image {
    border-radius: 21px;
    height: 200px;
  }

  .heading-1 {
    width: 300px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-1.au-heading-1 {
    width: auto;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-1.s-heading-1 {
    width: auto;
    margin-bottom: 20px;
  }

  .heading-1._404 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .bg-vector {
    opacity: 1;
  }

  .bg-vector.first {
    opacity: 1;
    transform: translate(-83px, 70px)rotate(-102deg);
  }

  .bg-vector.second {
    transform: rotate(39deg)translate(-23%, 25px);
  }

  .bg-vector.third {
    transform: translate(34px)rotate(-102deg);
  }

  .bg-vector.fourth {
    transform: rotate(-129deg)translate(300px, 165px);
  }

  .bg-vector._404 {
    transform: rotate(42deg)translate(0, -147px);
  }

  .bg-vector.preloader-1 {
    transform: rotate(28deg);
  }

  .about-us-left-side {
    border-radius: 21px;
    height: 200px;
  }

  .about-us-left-side.order-2 {
    height: 160px;
  }

  .tag-wrapper {
    margin-bottom: 10px;
  }

  .tag-wrapper__icon {
    width: 8px;
    height: 8px;
  }

  .tag-wrapper__text {
    font-size: .8rem;
    line-height: .8rem;
  }

  .heading-2-dark {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
  }

  .dark-bg-paragraph.paragraph-bottom-margin {
    width: 240px;
  }

  .dark-bg-paragraph.dark-bg-paragraph-margin-bottom {
    margin-bottom: 15px;
  }

  .stats-rs {
    margin-left: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta.w--current {
    padding: 10px 30px;
  }

  .stats-rs__image {
    border-radius: 20px;
    width: 112.5px;
    height: 150px;
  }

  .stats-rs__image.scale.stats-rs__image-margin-left {
    margin-left: 27.5px;
  }

  .stats-rs-div {
    border-radius: 20px;
    width: 140px;
    height: 125px;
  }

  .stats-rs-text {
    font-size: 2rem;
  }

  .stats-text-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .stats-rs-ls {
    width: 112.5px;
  }

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

  .service-wrapper__check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .service-text {
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

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

  .right-arrow {
    display: none;
  }

  .dots {
    bottom: -40px;
  }

  .slide-div__image {
    width: 75px;
    height: 75px;
  }

  .slide-text__name {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .faq-wrapper {
    margin-top: 0;
  }

  .question-title__text {
    margin-right: 20px;
    font-size: 1.1rem;
  }

  .map {
    margin-left: 0;
  }

  .blue-cta {
    padding-left: 25px;
    padding-right: 25px;
    font-size: .8rem;
  }

  .address {
    font-size: .9rem;
  }

  .footer-light {
    border-radius: 35px 35px 0 0;
    padding-top: 40px;
  }

  .container-2 {
    max-width: none;
  }

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

  .footer-block {
    margin-top: 40px;
  }

  .footer-block.footer-block-margin-left {
    margin-left: 0;
  }

  .footer-title, .footer-link {
    margin-left: auto;
    margin-right: auto;
  }

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

  .copyright {
    font-size: .8rem;
    line-height: 1rem;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .right-blocks {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .info-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media.display-none {
    display: none;
  }

  .social-media.order-change {
    order: -1;
  }

  .tab-text {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .about-us-image.first-wrapper, .about-us-image.second {
    border-radius: 21px;
  }

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

  .blue-animation._200 {
    width: 100px;
  }

  .blue-animation._150 {
    width: 150px;
    height: 30px;
    bottom: 15%;
  }

  ._404-paragraph {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .arrow-up {
    top: 2%;
    right: 4%;
  }

  .dolina-wrapper {
    margin-top: 10px;
  }

  .dolina {
    font-size: .8rem;
  }

  .preloader-text {
    width: 300px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .preloader-text.opacity-0 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .preloader-text.absolute {
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
  }

  .cta-wrapper {
    width: 250px;
  }

  .heading-underline {
    width: 200px;
  }

  .text-span {
    font-size: 2rem;
  }

  .fs_accordion-2_arrow-wrapper {
    justify-content: center;
    align-items: center;
    width: 42px;
    display: flex;
  }

  .fs_accordion-2_label {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}


