:root {
  --brown: #5e503f;
  --szare: #838383;
  --light-brown: #a9927d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: none;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, .35);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 10rem;
}

.navmenu {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 60px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navmenu.w--current {
  color: #fff;
}

.left-nav {
  width: 100%;
  display: flex;
}

.right-nav {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.socials.center {
  display: none;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
  flex: 0 auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section-video {
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.film-w-tle-desktop4k {
  width: 100vw;
  height: 100vh;
  display: none;
}

.container-2 {
  max-width: 1280px;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2.form-height {
  padding-top: 0;
}

.heading-h2-small {
  color: var(--brown);
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-h2-small._600px {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.heading-h2-small._25px {
  margin-bottom: 20px;
  font-size: 25px;
}

.heading-h2-small._25px.left {
  text-align: left;
  margin-top: 40px;
}

.logo_component-slider {
  width: auto;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: rgba(94, 80, 63, 0);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.logo-slider-img {
  width: 150px;
}

.logo {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.container-3 {
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  display: flex;
}

.text {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text._600px {
  max-width: 600px;
  direction: ltr;
  color: #838383;
  text-align: justify;
  text-indent: 25px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 120%;
}

.text.left {
  max-width: 500px;
  color: var(--szare);
  text-align: left;
  margin-top: 20px;
  margin-right: 40px;
  padding-right: 0;
}

.text.left._5 {
  margin-top: 4px;
  margin-bottom: auto;
  margin-right: 10px;
}

.text.white {
  color: #fff;
  text-align: left;
}

.twocolumn {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.twocolumn.form-height {
  margin-top: 0;
}

.text-offer {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.photo-offer {
  width: 100%;
}

.photo-offer.video {
  position: relative;
}

.down-testimonial {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.down-testimonial.mobile {
  display: none;
}

.heading-h2-large {
  max-width: 500px;
  color: var(--brown);
  margin-top: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
}

.heading-h2-large.center {
  max-width: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 60px;
}

.heading-h2-large.white {
  color: #fff;
  margin-bottom: 100px;
}

.small-text {
  color: var(--light-brown);
  background-color: #fff;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.small-text.btn {
  border: 1px solid var(--light-brown);
  padding: 12px 24px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .38);
}

.small-text.testimonial {
  max-width: 500px;
  color: var(--szare);
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 500;
}

.small-text.testimonial.name {
  color: var(--brown);
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 700;
}

.price {
  color: var(--brown);
  margin-top: 5px;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 900;
}

.grid {
  max-width: 1650px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 5%;
  margin-right: 5%;
}

.aktualnosc {
  max-width: none;
}

.image-2 {
  border-radius: 4px;
}

.section {
  background-color: rgba(124, 103, 78, .53);
  margin-top: 100px;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 100px;
}

.section.news {
  background-color: rgba(124, 103, 78, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: url('../images/tlo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form {
  width: 100%;
  height: 550px;
  max-height: none;
  max-width: 550px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.form-text {
  align-items: flex-end;
  display: flex;
}

.field-label {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  background-color: var(--light-brown);
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px 23px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field {
  border: 1px solid var(--brown);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}

.text-field-2 {
  background-color: #eb9999;
}

.textarea {
  max-width: 540px;
  min-height: 150px;
  min-width: 300px;
  border: 1px solid var(--brown);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}

.text-block {
  color: #fff;
}

.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-3 {
  margin-bottom: 5px;
}

.line {
  width: 100%;
  height: 2px;
  max-width: 600px;
  background-color: var(--brown);
  color: #fff;
  margin-bottom: 10px;
}

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

.line.offer {
  width: auto;
  margin-right: 81px;
  padding-right: 0;
}

.div-block {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}

.footer {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-text {
  text-align: center;
  margin-top: 7px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.image-4 {
  max-width: 100px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.brand {
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.section-4 {
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, .36);
  position: absolute;
  top: 0;
}

.text-span, .text-span-2 {
  color: #fff;
}

.image-5 {
  width: 18px;
}

.link-social {
  width: 25px;
  height: auto;
}

.link-social.small {
  width: 21px;
  height: auto;
}

.link-social.dark {
  filter: invert();
}

.div-block-2 {
  background-color: rgba(94, 80, 63, .53);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bgcolor {
  background-color: rgba(94, 80, 63, .1);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.heading-h1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.image-6 {
  border-radius: 4px;
  display: block;
}

.image-6.invisible {
  opacity: 0;
  display: block;
}

.plik {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  font-family: Roboto, sans-serif;
}

.file-input {
  width: 100px;
  height: 50px;
  background-color: red;
}

.file {
  width: 100px;
  height: 10px;
}

.infinity-slider-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 0;
  display: grid;
}

.infinity-slider-logo {
  height: 70px;
  max-width: none;
}

.infinity-slider-spacer {
  width: 140px;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.infinity-slider-wrapper {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-2 {
  color: #000;
  font-size: 20px;
}

.error-message {
  background-color: rgba(116, 82, 82, 0);
}

.text-block-3 {
  color: red;
  text-align: center;
  font-size: 18px;
}

.div-block-3 {
  width: 150px;
}

.background-video-2 {
  z-index: 2;
  height: 100%;
  object-fit: fill;
  border-radius: 4px;
  margin-bottom: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lightbox-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.film-w-tle-mobile {
  width: 100vw;
  height: 100vh;
  display: none;
}

.film-w-tle-telefony {
  display: none;
}

.container-5 {
  width: 100%;
  max-width: 1500px;
  flex-direction: column;
  display: flex;
}

.film-w-tle-desktop1080 {
  width: 100vw;
  height: 100vh;
  display: block;
}

@media screen and (min-width: 1920px) {
  .film-w-tle-desktop4k {
    display: block;
  }

  .film-w-tle-desktop1080 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navmenu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    padding-left: 30px;
  }

  .film-w-tle-desktop4k {
    display: none;
  }

  .container-2 {
    padding-bottom: 70px;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .top-text {
    margin-bottom: 20px;
  }

  .section-2 {
    margin-top: 0;
  }

  .form {
    margin-right: 20px;
  }

  .film-w-tle-telefony {
    width: 100%;
    height: 100vh;
    display: block;
  }

  .film-w-tle-desktop1080 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    display: block;
  }

  .image {
    margin-left: 0;
  }

  .navmenu {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    display: flex;
  }

  .menu-button {
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .35);
  }

  .left-nav {
    width: auto;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right-nav {
    display: none;
  }

  .socials.center {
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .35);
    padding-bottom: 22px;
  }

  .film-w-tle-desktop4k {
    display: none;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .twocolumn {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .twocolumn.form-height {
    flex-direction: column;
  }

  .twocolumn.video {
    margin-bottom: 140px;
  }

  .photo-offer {
    margin-top: 20px;
  }

  .photo-offer.video {
    padding-bottom: 0;
  }

  .down-testimonial {
    margin-top: 20px;
    display: none;
  }

  .down-testimonial.mobile {
    display: block;
  }

  .down-testimonial.mobile.video {
    margin-bottom: 0;
    position: absolute;
  }

  .heading-h2-large {
    font-size: 35px;
  }

  .heading-h2-large.white {
    margin-bottom: 40px;
  }

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

  .section-2 {
    background-position: 50%;
    background-size: auto 150%;
    background-attachment: scroll;
  }

  .textarea {
    min-width: 50px;
  }

  .div-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .link-social.small.mobile {
    width: 23px;
  }

  .link-social.mobile {
    width: 27px;
  }

  .icon {
    color: #fff;
  }

  .infinity-slider-logo {
    height: 50px;
  }

  .infinity-slider-spacer {
    width: 40px;
  }

  .background-video-2 {
    margin-bottom: 0;
  }

  .film-w-tle-mobile {
    width: 100%;
    height: 100vh;
    aspect-ratio: auto;
    display: none;
  }

  .film-w-tle-telefony {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heading-h2-small._600px, .heading-h2-small._25px {
    text-align: left;
  }

  .heading-h2-small._25px.center {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .logo-slider-img {
    width: 100px;
  }

  .container-3.center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text {
    text-align: left;
    font-size: 14px;
  }

  .text._600px {
    text-align: justify;
  }

  .twocolumn {
    padding-left: 0;
    padding-right: 0;
  }

  .twocolumn.video {
    margin-bottom: 200px;
  }

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

  .footer-text {
    font-size: 20px;
  }

  .bgcolor {
    overflow: hidden;
  }

  .icon {
    color: #fff;
  }

  .film-w-tle-mobile {
    width: 100%;
    height: 100vh;
    display: none;
  }

  .film-w-tle-telefony {
    display: block;
  }
}

#w-node-e56a4559-e275-14da-783c-b0f9e8167a31-bf6fb238, #w-node-_13c000b7-384e-cf84-0e93-bac6499b4c2c-bf6fb238, #w-node-c12e0a28-6beb-471b-064d-fa5238ccba32-bf6fb238, #w-node-f5bc43e1-0a7b-ff20-2547-ac6abee68a74-bf6fb238, #w-node-_19d32ca1-0e5a-0328-a5b6-2230f229c895-bf6fb238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa5efd68-7388-4847-694c-16b870db24f9-bf6fb238 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e10ff4f9-fef4-cde9-a7d9-3f3460dd855c-bf6fb238, #w-node-_063d5821-4ebe-78bb-4199-06dbab0398f8-ab0398f7, #w-node-_350d0d08-2848-2f2a-1ed2-efd1c4710542-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab0398fa-ab0398f7, #w-node-bab3ae6c-e819-8831-2d62-d11122b4022e-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab0398fc-ab0398f7, #w-node-_72f56063-82db-39ea-7943-493675bd884f-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab0398fe-ab0398f7, #w-node-_3b925812-391b-3510-1417-9805a9861d7a-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab039900-ab0398f7, #w-node-a45eccef-2f42-8b8a-72a6-e09fe7169eaa-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab039902-ab0398f7, #w-node-bc6abaa5-099f-2447-effb-049ff528a6de-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab039904-ab0398f7, #w-node-_063d5821-4ebe-78bb-4199-06dbab039905-ab0398f7, #w-node-_1d5684be-2021-7b56-192a-270682007926-ab0398f7, #w-node-_1327cec7-818f-a429-1ccb-54bc6a88f5e6-ab0398f7, #w-node-b0b44e32-fb50-e2d3-4650-a14d79e0100e-ab0398f7, #w-node-e0830d36-5b6e-5eec-a3b7-eb0e85308aa1-ab0398f7, #w-node-_9e55e5b0-b67a-39ad-665c-40bb9ee4cc70-ab0398f7, #w-node-_817c8bb3-cad3-9055-5e58-8709e7109672-ab0398f7, #w-node-c9aeee3c-34f7-7526-54ab-f9a10da76421-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3770-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3771-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3772-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3773-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3774-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3775-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3776-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3777-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3778-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3779-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377a-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377b-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377c-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377d-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377e-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e377f-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3780-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3781-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3782-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3783-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3784-ab0398f7, #w-node-_1b1b588d-2d13-b222-54cb-7566450e3785-ab0398f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


