/* moved from header.php w-embed */
body {
 font-size: 1.1111111111111112vw;
}
/* Max Font Size */
@media screen and (min-width:1440px) {
 body {font-size: 1rem;}
}
/* Container Max Width */
.container {
  max-width: 90em;
}
/* Inherit Properties */
a,
.w-nav-link {
  text-decoration: inherit;
}
/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}
.w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
/* Min Font Size */
@media screen and (max-width:991px) {
 body {font-size: 0.6881944444444444rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1100px)  {
   .text_14px {font-size: 0.6222222222222223rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1250px)  {
  .text_12px {font-size: 0.5610416666666667rem;}
}
.is-nav-link:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  background:#fff;
  transition:0.4s all;
}
.is-nav-link:hover:before{
  width:100%;
  }
.w-nav-link.w--current{
  color:#fff;
}
.w-nav-link.w--current:before{
  width:100%;
}
.nav-link:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:1px;
  background:#111;
  transition:0.3s all;
}
.nav-link:hover:after{
  width:100%;
  }
.hero-bg-bg{
background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 47.28%, rgba(0, 0, 0, 0.40) 75.51%), radial-gradient(28.57% 24.78% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.32) 73.15%);
}
.button-tr:before{
content:"";
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:1px;
  background:#fff;
  transition:0.3s all;
  }
.button-tr:hover:before{
  width:0;
  }
.sb-link:before{
content:"";
  position:absolute;
  left:0;
  bottom:0px;
  width:0%;
  height:1px;
  background:#4D84F4;
  transition:0.3s all;
}
.service-box:hover .sb-link:before{
    width:100%;
}
  .sb-media video{
    transition:0.3s all;
  }
.service-box:hover .sb-media img{
  transform:scale(1.05);
}
  .service-box:hover .sb-media video{
  transform:scale(1.05);
}
  .realizacja-item:hover .sb-link:before{
    width:100%;
}
  .button-simple.is-alt:before{
content:"";
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:1px;
  background:#4D84F4;
  transition:0.3s all;
  }
.button-simple.is-alt:hover:before{
  width:0;
  }
  .cta-link:hover .button-simple{
border:1px solid #4D84F4;
    background: #4D84F4;
    color:#fff;
    }
.hero-page-bg{
background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 47.28%, rgba(0, 0, 0, 0.40) 75.51%), radial-gradient(66.54% 45.16% at 86.98% 38.43%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 73.15%);
}
  .filtr-item:hover,
  .filtr-item.active{
  color:#fff;
    border:1px solid #4D84F4;
    background:#4D84F4;
  }
  .filtr-item:hover .filter-button-circle-wrapper,
  .filtr-item.active .filter-button-circle-wrapper{
    width:2.5em;
  }
.realizacja-item.is-half .sb-link:before{
  background:#161938;
}
  .image-3{
    transition:0.3s all;
  }
  .realizacja-item:hover .image-3{
    transform:scale(1.05);
  }
.realizacja-item.is-half,
  .realizacja-img{
  overflow:hidden;
  }
.button-tr.is-alt:before{
  background:#4D84F4;
}
  .stanowisko-item:hover .button-tr:before{
    width:0;
  }

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #8d9091;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}

.form-block .wpcf7,
.form-block .wpcf7 form {
  margin: 0;
  width: 100%;
}

.form-block .wpcf7-form-control-wrapper {
  display: block;
  width: 100%;
}

.form-block input.cs-field,
.form-block textarea.cs-field {
  width: 100%;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.form-block .wpcf7-not-valid-tip {
  font-size: .75em;
  color: #ce0202;
  margin-top: .2em;
}

.form-zgody .wpcf7-acceptance {
  margin: 0;
}

.form-zgody .wpcf7-list-item {
  margin: 0;
}

.form-zgody .wpcf7-list-item label {
  color: #525964;
  font-size: .88em;
  font-weight: 400 !important;
  line-height: 1.5;
  align-items: center;
}

.form-zgody .zgoda-link {
  color: #525964;
  text-decoration: underline;
}

button.button-simple {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button.button-simple.is-reverse {
  display: inline-block;
}

.js-count-up {
  font-variant-numeric: tabular-nums;
}

.realizacje-right {
  flex: 1 1 0%;
  width: auto;
  min-width: 0;
  overflow: hidden;
  margin-right: calc(-2em - max(0px, (100vw - 90em) / 2));
}

.realizacje-slider.slick-initialized {
  display: block;
}

.realizacje-slider .slick-list {
  overflow: hidden;
}

.realizacje-slider .slick-track {
  display: flex !important;
  align-items: flex-start;
}

.realizacje-slider .slick-slide {
  float: none;
  height: auto !important;
  padding-right: 1.25em;
  box-sizing: content-box;
}

.realizacje-slider .slick-slide > div {
  height: auto;
}

.realizacje-slider.slick-initialized .realizacja-item,
.realizacje-slider .slick-slide .realizacja-item {
  width: calc((min(90em, 100vw) - 4em) * 0.6) !important;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  flex: none;
}

.realizacje-slider .realizacja-img {
  width: 100%;
  max-height: none;
  height: 28.75em;
  overflow: hidden;
  transform: translateZ(0);
}

.realizacje-slider .image-3 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realizacje-slider .realizacja-content {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
}

.realizacja-item.is-half .realizacja-img {
  width: 100%;
  max-height: none;
  overflow: hidden;
  transform: translateZ(0);
}

.realizacja-img.is-full {
  overflow: hidden;
  transform: translateZ(0);
}

.zf-slider.slick-initialized {
  display: block;
  overflow: hidden;
}

.page-wrapper {
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.hero-bg,
.kariera-left {
  overflow: hidden;
}

.section-hero {
  position: relative;
}

.section-hero:not(.is-single-kariera-heo) .hero-bg {
  inset: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.section-hero .hero-bg .background-video,
.section-hero .hero-bg .w-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.section-hero .hero-bg video,
.section-hero .hero-bg .page-hero-img,
.section-hero .hero-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .services-wrapper .service-box:nth-child(odd) .sb-content {
    padding-left: 1.5em;
  }
}

.section-hero .page-hero-img,
.section-hero .hero-bg > img,
.kariera-left .image-6 {
  animation: tl-hero-breathe 22s ease-in-out infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

@keyframes tl-hero-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-hero .page-hero-img,
  .section-hero .hero-bg > img,
  .kariera-left .image-6 {
    animation: none;
  }
}

.section-zaufali {
  overflow-x: hidden;
}

.zaufali-left {
  flex-shrink: 0;
}

.zaufali-right {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  margin-right: calc(-2em - max(0px, (100vw - 90em) / 2));
}

.zf-slider .slick-list {
  overflow: hidden !important;
}

.zf-slider .slick-track {
  display: flex !important;
  align-items: center;
}

.zf-slider .slick-slide {
  margin-right: 4.69em;
  height: auto;
}

.zf-slider .zf-item-img {
  max-width: 7.5em;
  max-height: 3.5em;
  width: auto;
  height: auto;
  object-fit: contain;
}

.jak-dojechac-flex {
  align-items: stretch;
}

.jak-dojechac-right {
  display: flex;
  flex-direction: column;
  position: relative;
}

.tl-osm-map,
#tl-osm-map {
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex: 1 1 auto;
  background: rgb(242, 243, 240);
}

@media screen and (min-width: 992px) {
  .jak-dojechac-right {
    min-height: 100%;
  }

  .tl-osm-map,
  #tl-osm-map {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
  }
}

@media screen and (max-width: 991px) {
  .jak-dojechac-right {
    min-height: 28em;
  }

  .tl-osm-map,
  #tl-osm-map {
    position: relative;
    inset: auto;
    height: 28em;
    min-height: 28em;
  }
}

.tl-osm-map.maplibregl-map,
#tl-osm-map.maplibregl-map {
  background: rgb(242, 243, 240);
}

#tl-osm-map .maplibregl-canvas,
#tl-osm-map .maplibregl-canvas-container {
  width: 100%;
  height: 100%;
}

.tl-map-pin-img {
  width: 56px;
  height: 72px;
  object-fit: contain;
  display: block;
  background: none;
  border: 0;
  box-shadow: none;
}

#tl-osm-map .maplibregl-ctrl-group {
  border: 0;
  box-shadow: 0 0.25em 0.75em rgba(22, 25, 56, 0.14);
}

#tl-osm-map .maplibregl-ctrl-group button {
  width: 2.1em;
  height: 2.1em;
}

@media screen and (max-width: 767px) {
  .realizacje-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .realizacje-left {
    width: 100%;
  }

  .realizacje-right {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .realizacje-slider .realizacja-content {
    position: static;
  }

  .realizacje-slider .realizacja-img {
    height: 18.75em;
  }

  .realizacje-slider .slick-slide {
    padding-right: 0;
    box-sizing: border-box;
  }

  .realizacje-slider.slick-initialized .realizacja-item,
  .realizacje-slider .slick-slide .realizacja-item {
    width: calc(100vw - 4em) !important;
  }

  .jak-dojechac-right {
    min-height: 22em;
  }

  .tl-osm-map,
  #tl-osm-map {
    position: relative;
    inset: auto;
    height: 22em;
    min-height: 22em;
  }
.zaufali-left {
    flex-shrink: 0;
    width: 100%;
}
.hero-content{
  padding-top:120px;
}
}
.button-simple:hover .button-circle{
  background:#fff;
  color:#4d84f4;
}
.button-simple.is-reverse:hover .button-circle{
  background:#4d84f4;
  color:#fff;
}
.button-simple.is-call:hover .button-circle{
  background:#fff;
  color:#4d84f4;
}
.kariera-box-buttons .button-simple:hover{
  border:1px solid #fff;
}

.form-block select.cs-field,
.form-block select.cs-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
  padding-right: 1.5em;
}

.form-ap-buttons {
  flex-wrap: wrap;
}

.form-ap-buttons button.button-simple {
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.fm-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.fm-upload .wpcf7-form-control-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.fm-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  font-size: 100px;
  opacity: 0;
  cursor: pointer;
}

.fm-upload .button-flex {
  pointer-events: none;
}

.wpcf7 input[type="hidden"],
.wpcf7 .wpcf7-form-control-wrap:has(> input[type="hidden"]) {
  display: none !important;
}
.cta-link:hover .button-simple.is-reverse {
    border: 1px solid #fff!important;
    background: #fff!important;
    color: #4D84F4!important;
}
.cta-link:hover .button-simple.is-reverse .button-circle{
  color: #fff;
    background-color: #4d84f4;
}
.fm-upload:hover .button-circle{
    color: #4d84f4!important;
    background:#fff!important;
}

.kariera-content-flex {
  align-items: flex-start;
}

.kariera-c-right {
  position: sticky;
  top: 7.5em;
  z-index: 5;
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .kariera-c-right {
    position: static;
  }
}

.cam-realizacja {
  z-index: 99;
  box-sizing: border-box;
  width: 3.5em;
  height: 3.5em;
  min-width: 3.5em;
  min-height: 3.5em;
  padding: 0.75em;
  flex-shrink: 0;
  overflow: hidden;
}

.cam-realizacja .icon-embed-small,
.cam-realizacja .code-embed {
  width: 2em;
  height: 2em;
  min-width: 2em;
  min-height: 2em;
  flex-shrink: 0;
}

.cam-realizacja svg {
  display: block;
  width: 100%;
  height: 100%;
}

.drop-item.is-current {
  color: #fff;
  background-color: #4d84f4;
}

.tl-realizacje-empty {
  color: #525964;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
  padding: 2em 0 4em;
}

body.tl-realizacje-loading [data-tl-featured],
body.tl-realizacje-loading [data-tl-list],
body.tl-realizacje-loading [data-tl-map-list],
body.tl-realizacje-loading .sw-map.is-g-map {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.sw-map.is-g-map {
  width: 60%;
  max-width: 60%;
  overflow: hidden;
  background: rgb(242, 243, 240);
}

.sw-map.is-g-map .tl-realizacje-map,
#tl-realizacje-map {
  width: 100%;
  height: 100%;
  min-height: 28em;
  background: rgb(242, 243, 240);
}

#tl-realizacje-map .maplibregl-canvas,
#tl-realizacje-map .maplibregl-canvas-container {
  width: 100%;
  height: 100%;
}

#tl-realizacje-map .maplibregl-ctrl-group {
  border: 0;
  box-shadow: 0 0.25em 0.75em rgba(22, 25, 56, 0.14);
}

#tl-realizacje-map .maplibregl-ctrl-group button {
  width: 2.1em;
  height: 2.1em;
}

.tl-r-map-dot {
  width: 18px;
  height: 18px;
  background: #4d84f4;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0.2em 0.55em rgba(22, 25, 56, 0.28);
}

.maplibregl-popup.tl-r-map-popup .maplibregl-popup-content {
  font-family: Manrope, sans-serif;
  color: #161938;
  border-radius: 12px;
  padding: 1em 1.15em 1.1em;
  box-shadow: 0 0.5em 1.5em rgba(22, 25, 56, 0.16);
  min-width: 12em;
  max-width: 18em;
}

.maplibregl-popup.tl-r-map-popup .maplibregl-popup-close-button {
  font-size: 1.2em;
  color: #525964;
  padding: 0.15em 0.4em;
}

.tl-r-popup-meta {
  color: #525964;
  font-size: 0.82em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.35em;
}

.tl-r-popup-title {
  font-family: Cal Sans, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.3;
}

.tl-r-popup-desc {
  color: #525964;
  font-size: 0.88em;
  line-height: 1.45;
  margin-top: 0.45em;
}

.tl-r-popup-btn,
.tl-r-popup-btn:focus,
.tl-r-popup-btn:focus-visible,
.tl-r-popup-btn:active,
.maplibregl-popup.tl-r-map-popup .tl-r-popup-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 0.85em;
  padding: 0.45em 0.9em;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 40px;
  background: #4d84f4;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 0.88em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tl-r-popup-btn:hover,
.maplibregl-popup.tl-r-map-popup .tl-r-popup-btn:hover {
  background: #fff;
  color: #4d84f4;
  border-color: #4d84f4;
}

.mapa-items-list {
  max-height: 32em;
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .section-swiadczymy {
    min-height: 42em;
  }

  .sw-map.is-g-map .tl-realizacje-map,
  #tl-realizacje-map {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
  }
}

@media screen and (max-width: 991px) {
  .sw-map.is-g-map {
    width: 60%;
    max-width: 60%;
    height: 100%;
  }

  .sw-map.is-g-map .tl-realizacje-map,
  #tl-realizacje-map {
    position: relative;
    inset: auto;
    height: 28em;
    min-height: 28em;
  }
}

@media screen and (max-width: 767px) {
  .sw-map.is-g-map {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
  }
}
.adres-item-text p{
  margin:0;
}
.realizacja-item{
  overflow: hidden;
}

/* Domyślna strona (page.php) + 404 */
.section-hero .tl-404-code {
  color: #fff;
  margin-bottom: 0.75em;
}

body.page-template-default:not(.home):not(.front-page) .navbar {
  background-color: #161938c4;
}

.navbar.is-scrolled,
body.home .navbar.is-scrolled,
body.front-page .navbar.is-scrolled,
body.page-template-default .navbar.is-scrolled {
  background-color: #212a38a8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar-top-info {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease, padding 0.35s ease, opacity 0.35s ease;
}

.navbar-top-info > .container {
  overflow: hidden;
  min-height: 0;
}

.navbar.is-top-hidden .navbar-top-info {
  grid-template-rows: 0fr;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .navbar .nav-menu.w-nav-menu {
    position: static;
  }

  .navbar .nav-drop.w-dropdown {
    position: static;
    padding-bottom: 2.75em;
    margin-bottom: -2.75em;
  }

  .navbar .nav-item,
  .navbar .dropdown-toggle-2 {
    position: relative;
    z-index: 5;
  }

  .navbar .dropdown-list,
  .navbar .dropdown-list.w--open {
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    pointer-events: none;
  }

  .navbar .dropdown-list.w--open .nav-drop-inner {
    pointer-events: auto;
  }

  .navbar .dropdown-toggle-2:hover,
  .navbar .dropdown-toggle-2.w--open {
    border-color: #fff;
  }

  .navbar .nav-drop.is-force-closed > .w-dropdown-list {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar .dropdown-list,
  .navbar .dropdown-list.w--open,
  .navbar .w-dropdown-list.w--open {
    background-color: #161938;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar .nav-drop.w-dropdown {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .navbar .nav-drop-inner,
  .navbar .nav-drop-inner-content,
  .navbar .nav-drop-right {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }

  .navbar .w-nav-overlay,
  .w-nav[data-animation='over-right'] .w-nav-overlay {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .navbar .nav-menu.w-nav-menu,
  .navbar .nav-menu.w-nav-menu[data-nav-menu-open] {
    position: relative !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .navbar .nav-inner-flex {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 5em;
  }

  .navbar:has(.menu-button.w--open) > .container,
  .navbar:has(.menu-button.w--open) > .navbar-top-info {
    background: #161938;
    position: relative;
    z-index: 9;
  }
}

.drop-item-subtext:empty {
  display: none;
}

.c-item-img {
  overflow: hidden;
}

.c-item .image-4 {
  display: block;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
}

.c-item:hover .image-4 {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .c-item .image-4 {
    transition: none;
  }

  .c-item:hover .image-4 {
    transform: none;
  }
}

.section-simple-page {
  background-color: #f3f5f6;
  padding-top: 11em;
  padding-bottom: 6.25em;
}

.tl-page-wrap {
  max-width: 48.75em;
  margin-left: auto;
  margin-right: auto;
}

.tl-page-title {
  margin-bottom: 1.25em;
}

.tl-page-body {
  color: #161938;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.5;
}

.tl-page-body > *:first-child {
  margin-top: 0;
}

.tl-page-body p,
.tl-page-body .wp-block-paragraph {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.tl-page-body h2,
.tl-page-body h3,
.tl-page-body h4 {
  color: #161938;
  font-family: Cal Sans, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.tl-page-body h2 {
  font-size: 2.5em;
  margin: 1.5em 0 0.5em;
}

.tl-page-body h3 {
  font-size: 1.75em;
  margin: 1.35em 0 0.45em;
}

.tl-page-body h4 {
  font-size: 1.25em;
  margin: 1.25em 0 0.4em;
}

.tl-page-body a {
  color: #4d84f4;
}

.tl-page-body ul,
.tl-page-body ol {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
}

.tl-page-body li {
  margin-bottom: 0.35em;
}

.tl-page-body img,
.tl-page-body .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tl-page-body figure {
  margin: 1.5em 0;
}

.tl-page-body figcaption {
  color: #525964;
  font-size: 0.88em;
  margin-top: 0.5em;
}

.tl-page-body blockquote {
  color: #525964;
  margin: 1.5em 0;
  padding-left: 1.25em;
  border-left: 3px solid #4d84f4;
}

.tl-page-body table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}

.tl-page-body th,
.tl-page-body td {
  border-bottom: 1px solid #c7cec5;
  padding: 0.65em 0.75em;
  text-align: left;
}

.tl-page-links {
  margin-top: 2em;
}

.tl-page-links a {
  color: #4d84f4;
}

@media screen and (max-width: 767px) {
  .tl-page-body {
    font-size: 1em;
  }

  .tl-page-body h2 {
    font-size: 1.75em;
  }

  .tl-page-body h3 {
    font-size: 1.35em;
  }
}

.section-usluga-content,
.usluga-content-flex,
.usluga-right {
  overflow: visible;
}

.usluga-wycena {
  position: sticky;
  top: 7.5em;
  z-index: 4;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .usluga-wycena {
    position: static;
  }
}
.usluga-right .button-simple:hover{
  border:1px solid #fff!important;
}
.navbar{
  transition:0.3s all;
}
.dropdown-list.w--open{
      background-color: #212a38de;
}
.w-nav-link.w--current{
  border:1px solid #fff;
}
.dropdown-toggle-2.w--current{
  border-color:#fff;
}