.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

html, body, div, span, applet, button, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

address, em {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("fonts/Jost-Bold.ttf");
  font-weight: Bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.container {
  margin: 0 auto;
  max-width: 1356px;
  width: 100%;
}

@media screen and (min-width: 601px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .mobile-hidden.mobile-hidden {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .mobile-visible.mobile-visible {
    display: none;
  }
}
em.underline {
  position: relative;
  display: inline;
  background: linear-gradient(0deg, rgba(88, 162, 84, 0.4) 0%, rgba(88, 162, 84, 0.4) 45%, rgba(88, 162, 84, 0) 45%, rgba(88, 162, 84, 0) 100%);
}

em.underline::before {
  background-color: #58a254;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0;
}

.glide--slider {
  position: relative;
}

.glide__arrow {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.0901960784);
  background: #001D3D;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  width: 42px;
  position: absolute;
  top: calc((100vw - 90px) / 6);
  margin-top: -21px;
}

@media (hover: hover) {
  .glide__arrow {
    transition: all 0.4s ease;
  }
}
.section-wrapper--light {
  background-color: #F8F9F9;
}

.section-wrapper__title {
  font-size: 44px;
}

.rozwoj .section-wrapper__title {
  margin-bottom: 82px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .section-wrapper__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 601px) {
  .section-wrapper {
    padding: 0 0 94px;
  }
}
@media screen and (max-width: 600px) {
  .section-wrapper {
    padding: 20px;
  }
}
.site-header {
  background: #fff;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 9;
}

.uslugi_list {
  margin-top: 11px;
}

.state--scrolled header.site-header {
  opacity: 0;
}

.site-header__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 50px;
}

.site-header__logo {
  position: absolute;
  left: 0;
}

.site-header__btn {
  position: absolute;
  right: 0px;
  width: 161px !important;
  text-align: center;
}

.site-header__logo svg {
  fill: #111111;
  height: auto;
  transition: fill 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 140px;
}

.site-header__trigger {
  position: absolute;
  right: 0;
  background: #9ED8FF;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-left: 15px;
  padding: 14px 9px;
  user-select: none;
  width: 40px;
  z-index: 100;
  display: none;
}

.site-header__trigger span {
  background-color: #111111;
  display: block;
  height: 1px;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 19px;
  transform-origin: 50% 50%;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.5s ease;
  width: 22px;
  z-index: 1;
}

.site-header__trigger span:first-child {
  top: 12px;
}

.site-header__trigger span:nth-last-child(2) {
  top: 26px;
}

@media (hover: hover) {
  .site-header__trigger {
    transition: all 0.55s ease;
  }
  .site-header__trigger:hover {
    background-color: #9ED8FF;
  }
  .site-header__trigger:hover span {
    background-color: #F8F9F9;
  }
}
.site-header--light .site-header__logo svg {
  fill: #FFFFFF;
}

.site-header--light .site-header__btn, .site-header--light .site-header__trigger {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.0901960784);
  background-color: #FFFFFF;
  color: #111111;
  border-color: transparent;
}

@media (hover: hover) {
  .site-header--light .site-header__btn:hover, .site-header--light .site-header__trigger:hover {
    background: #111111;
  }
}
/*.state--scrolled .site-header__btn, .state--nav-open .site-header__btn {
    background-color: #58A254;
    color: #FFFFFF;
}
.state--scrolled .site-header__logo svg, .state--nav-open .site-header__logo svg {
    fill: #111111;
    filter: none;
}
.state--scrolled .site-header__trigger, .state--nav-open .site-header__trigger {
    background: transparent !important;
    border-color: #111111;
}
.state--scrolled .site-header__trigger:hover span, .state--nav-open .site-header__trigger:hover span {
    background: #111111;
}
.state--scrolled .site-header__trigger, .state--nav-open .site-header__trigger, .state--scrolled .site-header__btn, .state--nav-open .site-header__btn {
    box-shadow: none;
} */
.state--nav-open .site-header {
  background: transparent;
  box-shadow: none;
}

.state--nav-open .site-header__trigger span {
  opacity: 1;
  transform: rotate(45deg);
}

.state--nav-open .site-header__trigger span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.state--nav-open .site-header__trigger span:nth-last-child(2) {
  top: 19px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 601px) {
  .site-header__btn {
    display: inline-block;
    margin-left: auto;
  }
  .site-header__logo svg {
    height: 65px;
    width: 192px;
  }
}
@media (hover: hover) {
  .site-header--light .site-header__logo svg:hover {
    fill: #FFFFFF;
  }
  .site-header--light .site-header__logo svg:hover .state--nav-open, .state--scrolled .site-header--light .site-header__logo svg:hover {
    fill: #58A254;
  }
  .site-header__logo svg:hover {
    fill: #58A254;
  }
}
.site-nav {
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: height 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 8;
}

.site-nav::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #F8F9F9;
  content: "";
  display: block;
  z-index: -1;
}

.site-nav__container {
  align-items: center;
  display: flex;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}

@media (max-width: 1023px) {
  .site-nav__container {
    display: block;
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
.state--nav-open .site-nav__container {
  opacity: 1;
  transition-delay: 0.4s;
}

.site-nav__item-title {
  font-size: 16px;
  margin-right: 50px;
  line-height: 1;
  font-weight: 500;
  background: transparent;
  display: block;
  color: #001D3D;
}

.current.site-nav__item-title {
  color: #3C98D4;
}

.site-nav__item-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3C98D4;
  display: block;
  margin: 5px auto;
  opacity: 0;
  transition: all 0.5s;
}

.current.site-nav__item-title::after {
  opacity: 1;
}

.site-nav__item-title:hover::after {
  opacity: 1;
}

.site-header__menu {
  position: absolute;
  right: 135px;
  bottom: -27px;
}

.site-nav__item-title:last-child {
  margin-bottom: 0;
}

.site-nav__item-title button {
  display: none;
}

.site-nav__item-title a {
  position: relative;
  display: inline-block;
}

.site-nav__links li {
  font-size: 14px;
  margin-top: 14px;
}

@media (hover: hover) {
  .site-nav__links a {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .site-nav__links a:hover {
    opacity: 0.6;
  }
}
.state--nav-open .site-nav {
  height: 100vh;
}

@media screen and (min-width: 1024px) {
  .site-nav {
    align-items: center;
    display: flex;
    position: fixed;
  }
  .site-nav__row {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
  }
  .state--nav-open .site-nav::before {
    background-position: bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
    transform: scaleX(-100%);
  }
  .state--nav-open .site-nav:after {
    content: "";
    background-image: url(assets/box-bg.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    z-index: 0;
    transform: scaleX(-100%);
    max-height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .site-nav__item-title {
    position: relative;
  }
  .site-nav__item-title button {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .site-nav__links {
    padding-bottom: 30px;
  }
  .site-nav__links-container {
    height: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .site-nav__links-container ul {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .site-nav__links-container.is-open ul {
    opacity: 1;
  }
  .site-nav__row {
    /* margin-top: 150px; */
    /* padding: 34px 0px; */
    width: 100%;
  }
  .site-nav__row ul {
    width: 100%;
  }
}
.state--nav-open {
  height: 100vh;
  overflow: hidden;
}

.accordion {
  background-color: #f7f9f9;
  /* padding-bottom: 0; */
}

.accordion .section-wrapper__title {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}

.accordion--light {
  background-color: #F8F9F9;
}

.accordion__container {
  margin-top: 50px;
}

.accordion__item {
  padding-left: 66px;
  position: relative;
}

.accordion__content {
  /* padding-bottom: 40px; */
  /* padding-top: 5px; */
  min-height: 42px;
}

.accordion__button {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 42px;
}

.accordion__button svg {
  fill: #111111;
  stroke: #111111;
  stroke-width: 0.3;
  transition: stroke 0.2s ease-in-out;
}

.is-active .accordion__button, .accordion__button:hover {
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: #DAF96E;
  transform: rotate(-180deg);
}

.is-active .accordion__button svg, .accordion__button:hover svg {
  stroke: #000;
}

.accordion__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  max-width: 500px;
  display: flex;
  align-items: center;
  min-height: 42px;
}

.grid__item--details {
  position: absolute;
  z-index: 4;
  left: -119px;
  max-width: 345px;
  box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  text-align: left;
  padding: 35px 21px;
  top: 80px;
  display: flex;
  opacity: 0;
  transition: all 0.6s;
}

.grid__item--details.info-details::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.info-details--texts {
  width: calc(100% - 40px);
  margin-left: 13px;
}

.info-details__img {
  width: 40px;
  height: 40px;
  background: rgba(218, 249, 110, 0.6);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-details__img img {
  width: 25px;
}

.info-details__h {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #82AFB0;
  margin-bottom: 19px;
}

.info-details__text {
  font-size: 14px;
}

.realizacje_galeria img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.grid__item--info:hover + .grid__item--details {
  opacity: 1;
}

.accordion__text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  line-height: 1.4;
}

.accordion__text > div {
  padding-top: 15px;
}

.accordion__text p {
  margin-bottom: 15px;
}

.accordion__text p:last-child {
  margin-bottom: 0;
}

.is-active .accordion__text {
  opacity: 1;
}

.accordion__minus {
  display: none;
}

.is-active .accordion__minus {
  display: block;
  margin-top: -5px;
}

.accordion__plus {
  display: block;
}

.is-active .accordion__plus {
  display: none;
}

.heateor_sss_sharing_container {
  position: absolute;
  top: 21px;
  right: 21px;
  transition: all 0.5s;
  z-index: 5;
}

.heateor_sss_svg {
  margin-left: 16px;
}

.heateor_sss_facebook {
  display: none !important;
}

.heateor_sss_more .heateor_sss_svg {
  background-color: #3c589a !important;
}

.heateor_sss_svg svg {
  padding: 3px;
}

@media screen and (min-width: 601px) {
  .accordion__items {
    display: flex;
    flex-wrap: wrap;
  }
  .accordion__item {
    padding-right: 30px;
    width: 50%;
    margin-top: 30px;
  }
  .accordion__item:first-child {
    margin-top: 0;
  }
  .accordion__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .accordion__content {
    /* padding-bottom: 20px; */
  }
  .accordion__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
  .accordion__item {
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .accordion__item:last-child {
    margin-bottom: 0px;
  }
}
.article-author__title {
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 18px;
}

@media screen and (min-width: 601px) {
  .article-author {
    padding-bottom: 30px;
    padding-top: 30px;
    height: 0;
  }
  .article-author__container {
    width: 75%;
    margin-left: 25%;
  }
}
.article-header {
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F8F9F9;
}

.article-header__article-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.article-header__article-title:before {
  /* content: url(/wp-content/uploads/2022/07/koleczko.svg); */
  position: absolute;
  left: -25px;
  z-index: -1;
  top: -5px;
}

.header__product-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 20px;
}

.scroll-bar__list {
  height: 145%;
  min-width: 50px;
  display: flex;
  flex-direction: column;
  position: absolute;
}

.scroll-bar__text {
  margin: 6px 20px;
  font-weight: bold;
}

.scroll-bar__test {
  height: 100%;
  display: flex;
}

.active .scroll-bar__num {
  background: #DAF96E;
  border-color: #DAF96E;
}

.scroll-bar__num {
  background: #fff;
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-left: -15px;
  border: 1px solid #BEBEBE;
}

@media screen and (max-width: 600px) {
  .article-header__article-title {
    font-size: 32px;
  }
  .site-nav__item-title::after {
    content: none;
  }
}
.article-header__content .article-header__article-title + p {
  font-weight: 700;
  /* margin-bottom: 30px; */
}

.article-header__lead {
  font-weight: 700;
  margin-bottom: 30px;
}

.article-header__thumbnail {
  height: 0;
  margin-bottom: 30px;
  padding-top: 60.447761194%;
  position: relative;
}

.article-header__thumbnail img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.article-header__details {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.article-header__details span {
  display: block;
}

.article-header__author {
  font-weight: 700;
  margin-top: 10px;
}

#tick-mark {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin: 3px 0px 0 -8px;
}

#tick-mark::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 1px;
  background-color: #fff;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

#tick-mark::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

.tick-minus {
  position: absolute;
  background: #EBEBEB;
  border-radius: 40px;
  height: 29px;
  width: 29px;
}

#tick-mark__minus {
  position: relative;
  width: 16px;
  height: 13px;
  margin: auto;
}

#tick-mark__minus::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  top: auto;
  width: 100%;
  background-color: #000;
  content: "";
}

.article-header__content p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  .article-header__content p {
    font-size: 16px;
    /* line-height: 20px; */
    font-weight: normal;
  }
}
@media screen and (min-width: 601px) {
  .article-header {
    padding: 40px 0 20px;
  }
  .article-header__details {
    border-left: 1px #9ED8FF solid;
    padding: 15px 22px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .article-header__container {
    display: flex;
  }
  .article-header__side {
    padding-right: 60px;
    width: 25%;
  }
  .article-header__content {
    width: 75%;
    max-width: 850px;
  }
  .article-header__title {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    padding: 15px 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .site-footer {
    background-size: 500%;
    padding: 120px 24px 34px;
  }
  .site-footer __article-title {
    font-size: 24px;
  }
  .site-footer __thumbnail {
    margin-left: -24px;
    margin-right: -24px;
  }
  .site-footer __side {
    margin-bottom: 30px;
  }
}
.article-index__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.article-index ol {
  counter-reset: item;
}

.article-index__list li {
  display: block;
  line-height: 24px;
}

.article-index__list li a {
  position: relative;
  /* display: inline-block; */
}

.article-index__list li a::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.article-index__list li a::before {
  width: 0;
  transition: width 0.4s ease-in-out;
}

@media (hover: hover) {
  .article-index__list li a:hover::before {
    width: 100%;
  }
}
.article-index__list li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  text-align: left;
  /* width: 30px; */
  /* margin-right: 5px; */
}

.article-index__list > li {
  font-weight: 700;
}

.article-index__list > li > ol > li {
  font-weight: normal;
}

.single-post .site-main {
  background-color: #F8F9F9;
}

.mainblog-container {
  background: url(/wp-content/uploads/2022/07/Union-7-1.svg);
  background-position: -130px 16%;
  background-repeat: no-repeat;
  background-size: 398px 403px;
  background-color: #fff;
}

.mainblog-container .articles-slider {
  background-color: #F8F9F9;
}

.single-uslugi .entry-content {
  background: url(/wp-content/uploads/2022/07/Group-2833.svg);
  background-position: 104% 25%;
  background-repeat: no-repeat;
  background-size: 166px 301px;
}

@media screen and (min-width: 601px) {
  .article-index__content {
    margin-left: 25%;
    width: 75%;
  }
  .state--scrolled-past .article-index__list {
    top: 120px;
    margin: 0;
    bottom: 0;
    overflow: auto;
    background-color: #f4f4f4;
    left: -22%;
    padding: 20px;
    position: fixed;
    transition: left 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 22%;
    z-index: 12;
    max-height: 550px;
  }
  .state--scrolled-past .article-index__list li {
    font-size: 12px;
    line-height: 18px;
  }
  .state--scrolled-past .article-index__list li a {
    line-height: 1;
  }
  .state--scrolled-past .article-index__list li a::before {
    height: 8px;
  }
  .state--scrolled-past.state--index-visible .article-index__list {
    left: 0;
    transition: left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 600px) {
  .article-index {
    padding: 34px 24px;
  }
  .article-index__title {
    font-size: 22px;
  }
  .article-index__list li {
    font-size: 18px;
    line-height: 25px;
    font-weight: inherit;
  }
}
.article-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.article-item__link {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}

.article-item__image {
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
  padding-top: 66.5865384615%;
  position: relative;
}

.article-item__image img {
  filter: blur(0px);
  transition: filter 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.article-item__image img.is-loading {
  filter: blur(30px);
}

.article-item__date {
  color: #001D3D;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

.article-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  white-space: break-spaces;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.article-item__title::first-line {
  font-weight: 500;
}

.uslugi_list .article-item__title {
  font-weight: 300;
}

.uslugi_list .article-item__title::first-line {
  font-weight: 500;
}

.blog .article-item__title {
  font-weight: 500;
}

.grid-container__text {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  font-size: 44px;
  text-align: left;
  padding: 0 20px;
}

.grid__item .article-item__title {
  height: fit-content;
}

.articles-slider__container .article-item__title {
  height: 60px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .grid__item .article-item__title {
    height: auto;
    max-height: 100%;
  }
}
.article-item__title:last-child {
  margin: 0;
}

.article-item__author {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 7;
  padding-bottom: 10px;
}

.article-item__content {
  text-align: left;
  border-left: 2px #9ED8FF solid;
  margin-top: 30px;
  padding: 0 0px 0 18px;
  height: 100%;
}

.blog_template .article-item__content {
  height: inherit;
  bottom: 0;
  z-index: 5;
  margin: 37px 0px;
  padding: 0 23px;
}

.blog_template .article-item__title {
  font-size: 30px;
  margin-bottom: 10px;
}

.blog_template.grid__item .article-item__title {
  height: inherit;
}

@media (hover: hover) {
  .article-item {
    transition: opacity 0.2s ease;
  }
  .article-item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1370px) {
  .article-item__title {
    font-size: 22px;
    height: 79px;
  }
}
.article-progress {
  background-color: #F8F9F9;
  height: 5px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}

.article-progress__inner {
  display: block;
  height: 100%;
  width: 0;
  background-color: #68BEF7;
  transition: width 0.3s ease;
}

.articles-slider__slide {
  text-align: left;
}

.articles-slider .glide--slider.is-start .glide__arrow--left {
  display: none;
}

.articles-slider .glide--slider.is-end .glide__arrow--right {
  display: none;
}

.uslugi-single__page .split-section__btn {
  margin-top: 21px;
  background-color: #3C98D4;
  color: #fff;
}

.uslugi-single__page .img-wrapper {
  text-align: center;
}

.uslugi-single__page .split-section__image {
  margin-top: 40px;
}

@media screen and (min-width: 601px) {
  .articles-slider {
    padding: 38px 0px 60px;
    overflow: hidden;
    z-index: -2;
  }
  .articles-slider__slide {
    transition: opacity 0.4s ease;
    width: 100%;
  }
  .glide--slider .articles-slider__slide {
    opacity: 0.4;
    pointer-events: none;
  }
  .js-uslugi-slider.glide--slider .articles-slider__slide {
    opacity: 1;
  }
  .glide--slider .articles-slider__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .articles-slider__title {
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
    font-weight: 500;
  }
  .articles-slider__title:before {
    /* content: url(/wp-content/uploads/2022/07/koleczko.svg); */
    position: absolute;
    left: 0px;
    z-index: -15;
    top: -5px;
  }
  .articles-slider .glide__arrow--left {
    left: -21px;
  }
  .articles-slider .glide__arrow--right {
    right: -21px;
  }
}
@media screen and (min-width: 1101px) {
  .articles-slider .glide__arrow {
    top: calc((100vw - 108px) / 8.5);
  }
}
@media screen and (min-width: 1370px) {
  .articles-slider .glide__arrow {
    top: 148.4705882353px;
  }
}
@media screen and (max-width: 600px) {
  .articles-slider {
    padding: 0;
    margin-bottom: 40px;
  }
  .grid-container__text {
    padding: 0;
  }
  .articles-slider__container {
    padding: 0 20px;
  }
  .articles-slider .section-wrapper__title {
    padding: 34px 20px 30px;
  }
  .articles-slider__arrows-container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
  }
  .articles-slider__arrows {
    pointer-events: none;
  }
  .articles-slider .glide__arrow {
    pointer-events: auto;
    top: 33.29vw;
    left: 10px;
  }
  .articles-slider .glide__arrow--right {
    right: 10px;
    left: auto;
  }
}
.btn {
  background-color: #82AFB0;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
}

.newsletter__button {
  background-color: #111111;
  color: #fff;
  width: 145px;
}

@media (hover: hover) {
  .btn {
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.btn--primary {
  background-color: #001D3D;
  color: #fff;
  box-shadow: 1px 3px 23px rgba(4, 84, 138, 0.2196078431);
  width: 176px;
}

.centered-section__btn {
  background-color: #3C98D4;
  color: #fff;
}

@media (hover: hover) {
  .btn--primary:hover {
    background-color: #111111;
    color: #FFFFFF;
  }
}
.btn--light {
  background-color: #82AFB0;
  color: #111111;
}

@media (hover: hover) {
  .btn--light:hover {
    background-color: #000;
    color: #FFFFFF;
  }
}
.btn--white {
  background-color: #FFFFFF;
  color: #111111;
}

@media (hover: hover) {
  .btn--white:hover {
    background-color: #58A254;
    color: #FFFFFF;
  }
}
.case-header {
  background-color: #111111;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.case-header__image {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: blur(0px);
  transition: filter 0.3s ease;
  opacity: 0.4;
}

.case-header__image.is-loading {
  filter: blur(30px);
}

.case-header__logo {
  background-color: #FFFFFF;
  bottom: 0;
  clip-path: path("M225,51.8H0L7.9,5.9C8.5,2.7,11.7,0,15,0h195.1c3.3,0,6.5,2.7,7,5.9L225,51.8z");
  height: 51px;
  left: 50%;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 225px;
}

.case-header__logo img {
  filter: grayscale(100%);
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.centered-heading {
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.centered-heading__top {
  text-transform: uppercase;
}

.simple-slider.references {
  position: relative;
}

.simple-slider.references .centered-heading__container {
  z-index: 1;
}

.simple-slider.references:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 114% 77%;
  background-repeat: no-repeat;
  background-size: 382px;
  opacity: 1;
  z-index: 0;
  background-image: url(/wp-content/uploads/2022/07/Union-7.svg);
}

.slider-ref .simple-slider__slides {
  align-items: center;
}

.centered-heading__top, .centered-heading__copy, .centered-heading__testimonial {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
}

.centered-heading__testimonial {
  font-size: 32px;
  line-height: 1.4375em;
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  .centered-heading__testimonial {
    font-size: 20px;
    line-height: 1.4375em;
  }
}
.centered-heading__testimonial em {
  position: relative;
  display: inline;
  background: linear-gradient(0deg, rgba(104, 190, 247, 0.4) 0%, rgba(104, 190, 247, 0.4) 45%, rgba(104, 190, 247, 0) 45%, rgba(104, 190, 247, 0) 100%);
}

.centered-heading__testimonial em::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0;
}

.centered-heading__author {
  font-size: 16px;
  margin-top: 41px;
  padding: 0 20px;
  font-weight: 500;
}

.centered-heading__author strong {
  font-weight: 700;
}

.centered-heading__top {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3.2px;
}

.embed-container__video {
  width: 200px;
  height: 118px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .centered-heading__top {
    font-size: 14px;
  }
}
.centered-heading__copy {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.centered-heading--primary {
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #58A254;
  color: #FFFFFF;
}

@media screen and (min-width: 601px) {
  .centered-heading {
    min-height: 550px;
    padding: 104px 0 68px;
  }
  .centered-heading__top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .centered-heading {
    background-size: 200%;
    padding: 60px 24px;
  }
  .centered-heading__top {
    margin-bottom: 20px;
    padding: 0;
  }
  .centered-heading__copy {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    padding: 0;
  }
  .centered-heading--primary {
    background-position: bottom right;
    background-size: 100%;
  }
}
.centered-section {
  background-size: cover;
  padding: 91px 96px;
  text-align: center;
}

.centered-section__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 43px;
}

.centered-section__title h2 {
  font-size: 27px;
  margin-bottom: 43px;
  font-weight: 500;
}

.centered-section__title h2 img {
  margin-bottom: -8px;
  margin-left: 22px;
}

.realizacje-main h2:before {
  /* content: url(/wp-content/uploads/2022/07/koleczko.svg); */
  position: absolute;
  left: -40px;
  z-index: -1;
  top: 2px;
}

.centered-section__content {
  background: rgba(255, 255, 255, 0.8);
  max-width: 748px;
  padding: 74px 54px 64px;
  border-radius: 15px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .centered-section__title {
    font-size: 24px;
  }
}
.centered-section__btns span {
  padding: 0 15px;
}

.centered-section--dark {
  background-color: #F0F0F0;
  color: #000;
  background-image: url(/wp-content/uploads/2022/07/Union-7-2.svg), url(/wp-content/uploads/2022/07/Union-24.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px -90px, 104% 100px;
}

.centered-section--dark .centered-section__btn {
  background-color: #3C98D4;
  color: #fff;
  box-shadow: 1px 3px 23px rgba(4, 84, 138, 0.2196078431);
  padding: 12px 40px;
}

.centered-section--light {
  background-color: #FFFFFF;
  color: #111111;
}

.single-uslugi .centered-section {
  padding: 50px 96px 30px;
}

.single-uslugi .centered-section__title {
  font-size: 44px;
  font-weight: 500;
}

.centered-section--light .centered-section__btn {
  background-color: #58A254;
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  .centered-section {
    padding: 34px 24px;
  }
  .single-uslugi .centered-section__title {
    font-size: 34px;
  }
  .uslugi-single__page .split-section__image {
    margin-top: 0px;
  }
  .centered-section__btns {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .centered-section__btns span {
    padding: 12px;
  }
}
.contact {
  background: #F8F9F9;
  position: relative;
}

.page-id-317 .contact {
  background-color: #001D3D;
  color: #fff;
}

.contact__map {
  background-color: #DBDBDB;
  border: 1px #DBDBDB solid;
}

.contact__buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.contact__buttons .btn {
  white-space: nowrap;
}

.contact__buttons span {
  padding: 0 15px;
}

.contact__info {
  font-size: 12px;
  line-height: 1.4;
  font-weight: inherit;
  margin-top: 30px;
  /* max-width: 600px; */
}

.contact__heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .contact__heading {
    font-size: 32px;
  }
}
.contact__address strong {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
  .contact__map {
    width: 35%;
  }
  .contact__content {
    width: 65%;
  }
}
.centered-section__container {
  max-width: 1400px;
  margin: auto;
}

.contact__address {
  margin: auto;
  font-size: 18px;
  font-weight: normal;
  max-width: 530px;
}

.contact__address strong {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 801px) {
  .contact {
    padding: 108px 0 37px;
  }
  .contact__heading {
    margin: 0 auto 30px;
  }
  .contact__map {
    height: 518px;
  }
  .contact__container {
    display: flex;
    align-items: stretch;
  }
  .contact__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
  }
  .contact__map, .contact__content {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .contact__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .contact__address {
    font-size: 14px;
    line-height: 18px;
    border-left: 0;
    padding: 0;
  }
  .contact__address strong {
    font-size: 22px;
  }
  .contact__buttons {
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: grid;
  }
  .contact__buttons span {
    /* display: block; */
    padding: 15px;
    text-align: center;
  }
  .contact__heading {
    margin: 0 auto 30px;
  }
  .contact__map {
    height: 360px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .contact__content {
    padding: 0px 24px 34px;
  }
}
.contact-address {
  color: #fff;
  background-color: transparent !important;
}

.contact-address__small {
  font-size: 12px;
  line-height: 15px;
  font-weight: inherit;
  margin-top: 15px;
}

.contact-address__item {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.contact-address__first {
  font-size: 22px;
  line-height: 29px;
}

.contact-address__social {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.contact-address__item strong {
  font-size: 22px;
  line-height: inherit;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.contact-address__item ul .site-footer__inner {
  font-weight: 600;
  text-transform: uppercase;
}

.contact-address__item {
  padding: 15px 23px;
  width: 100%;
}

@media screen and (min-width: 601px) {
  .contact-address {
    padding: 73px 0 60px;
  }
  .contact-address__list {
    display: flex;
    max-width: 1290px;
  }
  .contact-address__social img {
    height: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .contact-address {
    padding: 34px 24px;
  }
  .contact-address__social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .contact-address__social a:not(:last-child) {
    padding-right: 37px;
  }
  .contact-address__item strong {
    font-size: 18px;
  }
  .contact-address__list {
    padding: 15px 0px;
  }
  .contact-address__item {
    font-size: 14px;
    line-height: 1.3;
    font-weight: inherit;
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
.contact-address__details {
  display: flex;
  justify-content: space-between;
  padding: 43px 23px 0;
}

.contact-address__firma {
  display: flex;
  width: 66%;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.contact-address__firma div {
  margin-right: 90px;
}

.contact-form, .kontakt-info {
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}

.kontakt-info img {
  margin-right: 25px;
}

.kontakt-info p {
  display: flex;
  align-items: center;
  margin-top: 67px;
  font-weight: 300;
}

.kontakt-info p:nth-child(2) {
  margin-top: 110px;
}

.kontakt-info .container, .kontakt-info .article__padding {
  padding: 0;
}

.kontakt-section {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.kontakt-section:after {
  content: none;
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: -8% 115%;
  background-repeat: no-repeat;
  background-size: 281px;
  opacity: 1;
  z-index: 0;
  /* background-image: url(/wp-content/uploads/2022/07/Union-7.svg); */
}

.kontakt-section {
  max-width: 1100px;
  margin: auto;
}

.contact-form .contact-form__container {
  position: relative;
  z-index: 2;
}

.page-id-405 {
  background: #F8F8F8;
}

.contact-form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 1;
}

.contact-form__form, .contact-form__heading {
  margin: 0 auto;
}

.page-id-427 .contact-map::before {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/Union-7-2.svg);
  width: 281px;
  height: 280px;
  position: absolute;
  background-repeat: no-repeat;
  top: -110px;
  left: -60px;
}

.contact-form__form {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.contact-form__form.is-blocked {
  opacity: 0.3;
}

.contact-form__message {
  font-size: 12px;
  line-height: 1.4;
  font-weight: inherit;
  text-align: left;
}

.contact-form__message.is-error {
  color: #de563e;
}

.contact-form__heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  max-width: fit-content;
}

@media screen and (max-width: 600px) {
  .contact-form__heading {
    font-size: 32px;
  }
}
.contact-form__submit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  text-align: right;
}

.contact-form__checkbox {
  padding-left: 40px;
  position: relative;
}

.contact-form__checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.contact-form__checkbox input ~ .checkmark {
  background-color: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0431372549);
  content: "";
  cursor: pointer;
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.contact-form__checkbox input:hover ~ .checkmark, .contact-form__checkbox input:checked ~ .checkmark {
  background-position-x: -2px;
  background-position-y: -2px;
  background-repeat: no-repeat;
}

.contact-form__checkbox label {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #707070;
  opacity: 1;
  text-transform: none;
}

.contact-form__checkbox.is-invalid input ~ .checkmark {
  border-color: #de563e;
}

.contact-form__field {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.contact-form__field label.wpforms-field-label {
  font-size: 12px;
  line-height: 1;
  font-weight: inherit;
  color: #111111;
  opacity: 0.3;
  padding: 13px;
  position: absolute;
  text-transform: uppercase;
}

.contact-form__field label.wpforms-error {
  font-size: 12px;
  line-height: 1;
  font-weight: inherit;
  text-transform: uppercase;
  margin-left: 0px;
}

.contact-form__field input, .contact-form__field textarea {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  background: #FFFFFF;
  border: none;
  border-left: 1px #B7B7B7 solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0431372549);
  font-family: inherit;
  padding: 32px 13px 13px;
  transition: border-color 0.4s ease;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .contact-form__field input, .contact-form__field textarea {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
}
.contact-form__field input:focus, .contact-form__field textarea:focus {
  border-color: #a3a3a3;
  outline: none;
}

.contact-form__field.is-valid input, .contact-form__field.is-valid textarea {
  border-color: #58A254;
}

.contact-form__field.is-invalid input, .contact-form__field.is-invalid textarea {
  border-color: #de563e;
}

@media screen and (max-width: 600px) {
  .contact-address__details {
    display: block;
    padding: 10px 0px 0px;
  }
  .site-footer__logo {
    display: none;
  }
  .contact-address__firma {
    display: block;
  }
  .contact-address__firma div {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact-form {
    padding: 34px 24px;
  }
  .contact-form__field {
    margin-bottom: 10px;
  }
  .contact-form__field label {
    font-size: 10px;
    line-height: 1;
    font-weight: inherit;
  }
  .contact-form__field input, .contact-form__field textarea {
    font-size: 14px;
    line-height: 1.4;
    font-weight: inherit;
    padding: 25px 10px 10px;
  }
}
@media screen and (max-width: 1250px) {
  .site-header__trigger {
    display: block;
  }
  .site-header {
    /* height: 100px; */
    padding: 0 24px;
  }
  .site-header__btn {
    display: none;
  }
  .state--nav-open .site-header__mob {
    display: block;
  }
  .site-header__menu {
    display: none;
  }
  .site-header__btn.site-header__mob {
    position: absolute;
    left: 20px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 40px;
  }
  .kontakt-info {
    padding: 60px 20px;
  }
}
.contact-map {
  background-color: #fff;
  position: relative;
}

.contact-map__map {
  background-color: #DBDBDB;
  height: 400px;
  border: 1px #DBDBDB solid;
  z-index: 9;
}

.page-id-427 {
  background-color: #F8F9F9;
}

@media screen and (min-width: 601px) {
  .contact-map {
    padding: 60px 0;
  }
  .contact-map__map {
    height: 520px;
  }
}
.frame-tabs {
  background-position: bottom right;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #F8F9F9;
  position: relative;
}

.frame-tabs:after {
  content: "";
  background-image: url(assets/box-bg.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: 1;
}

.frame-tabs__tabs {
  background: transparent;
  text-align: left;
}

.frame-tabs__heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .frame-tabs__heading {
    font-size: 32px;
  }
}
.frame-tabs .tabs__heading, .frame-tabs .tabs__nav {
  justify-content: flex-start;
  text-align: left;
}

.frame-tabs .tabs__title {
  background: transparent;
  border-bottom: 2px #111111 solid;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin-left: 0;
  margin-right: 40px;
  transition: all 0.4s ease;
}

.frame-tabs .tabs__title::before {
  display: none;
}

.frame-tabs .tabs__title.is-expanded, .frame-tabs .tabs__title.is-active, .frame-tabs .tabs__title:hover {
  border-color: #58A254;
  color: #58A254;
}

.frame-tabs__links li {
  margin-bottom: 10px;
}

.frame-tabs__links li:last-child {
  margin-bottom: 0px;
}

.frame-tabs__links a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .frame-tabs__links a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-weight: 700;
  }
}
.frame-tabs__links a::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.frame-tabs__links a::before {
  width: 0;
  transition: width 0.4s ease-in-out;
}

@media (hover: hover) {
  .frame-tabs__links a:hover::before {
    width: 100%;
  }
}
.frame-tabs__links a.is-active {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #111;
}

.frame-tabs__links a.is-active::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.frame-tabs__links a:hover {
  font-weight: 700;
}

.frame-tabs__links a::before {
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .frame-tabs__container {
    align-items: stretch;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .frame-tabs__left, .frame-tabs__right {
    width: calc(50% - 6px);
  }
  .frame-tabs__left {
    align-items: flex-end;
    display: flex;
    min-height: 730px;
    padding: 30px 60px 0;
    margin-right: 12px;
  }
  .frame-tabs__right {
    padding: 60px 0 30px;
    padding-left: 24px;
  }
  .frame-tabs__frame {
    position: relative;
    height: 0;
    max-width: 550px;
    padding-top: 125.2641690682%;
    width: 100%;
  }
  .frame-tabs__frame img, .frame-tabs__frame video {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .frame-tabs__frame::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-image: url("assets/tel.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    content: "";
    display: block;
    z-index: 1;
  }
  .frame-tabs__frame img, .frame-tabs__frame video {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    clip-path: inset(2% 2% 0% 2% round 10% 10% 0 0);
  }
  .frame-tabs__frame img.is-active, .frame-tabs__frame video.is-active {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 1023px) {
  .frame-tabs__left {
    display: none;
  }
  .frame-tabs__container {
    padding: 30px;
    position: relative;
    z-index: 2;
  }
  .frame-tabs__container .container {
    padding: 0;
  }
  .frame-tabs__heading {
    margin-bottom: 30px;
  }
  .frame-tabs .tabs__nav {
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .frame-tabs__container {
    padding: 34px 24px;
  }
}
.grid--light {
  background-color: #F8F9F9;
}

.grid__container {
  padding-bottom: 141px;
  text-align: right;
}

.realizacje_galeria {
  max-width: 1080px;
  width: 100%;
  margin: 96px auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.single .realizacje_galeria {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.single .section-wrapper {
  padding: 77px 0 90px;
}

.single-zespol .section-wrapper {
  padding: 44px 0 60px;
}

.backdrop {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  display: none;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.backdrop_img {
  max-width: 80%;
  max-height: 80%;
}

figure.wp-block-gallery.has-nested-images {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .grid__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 23px 0 0;
    justify-content: center;
  }
  .blog .grid__inner {
    margin: auto;
    max-width: 1115px;
  }
  .uslugi_list .grid__inner {
    padding-top: 60px;
    max-width: 1180px;
    margin: auto;
  }
  .uslugi_list .grid__container {
    text-align: center;
  }
  .page-id-316 .uslugi_list {
    background-image: url(/wp-content/uploads/2022/08/Union-7-2.svg);
    background-repeat: no-repeat;
    background-size: 414px;
    background-position: -200px center;
  }
  .archive.grid__inner {
    padding: 27px 0 105px;
  }
  .grid__item {
    padding: 0 12px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }
  .uslugi_list .grid__item {
    padding: 0 42px;
  }
  .grid--3-col .grid__item {
    margin-bottom: 100px;
  }
  .uslugi_list .grid--3-col .grid__item {
    margin-bottom: 77px;
  }
  .grid--2-col .grid__item {
    width: 50%;
  }
  .grid--3-col .grid__item {
    width: 33.3333333333%;
  }
  .grid--4-col .grid__item {
    width: 25%;
  }
  .article-item__description {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 600px) {
  .grid__item {
    padding-bottom: 0;
  }
  .uslugi-list .grid__item {
    padding-bottom: 60px;
  }
  .homehome .grid__item {
    padding-bottom: 60px;
  }
  .blog .grid__item {
    padding-bottom: 60px;
  }
  .archive .grid__item {
    padding-bottom: 50px;
  }
  .realizacje_galeria {
    margin: 80px auto 91px;
  }
  .realizacje_galeria {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    grid-template-rows: repeat(9, 135px);
  }
}
.home-hero {
  background-color: #fff;
  height: 85vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.home-hero__bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  filter: blur(0px);
  object-fit: cover;
  opacity: 1;
  overflow: hidden;
  /* position: fixed; */
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease, filter 0.4s ease;
  will-change: transform;
  z-index: -1;
}

.home-hero__bg.is-loading {
  filter: blur(30px);
  opacity: 1;
}

.home-hero__container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero__top, .home-hero__typed {
  width: 100%;
  font-weight: 900;
}

.home-hero .typed-cursor {
  font-weight: normal;
}

.home-hero__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  top: 0;
}

.home-hero__title, .home-hero__typed {
  line-height: 1;
  font-weight: bold;
  text-align: left;
}

.home-hero__tags {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .home-hero__tags {
    font-size: 14px;
  }
  .home-hero__container {
    max-width: 330px;
  }
  .grid__container {
    padding: 0 20px;
  }
  .post-type-archive-products .grid__container {
    padding: 0;
  }
}
.home-hero__tags span {
  margin-right: 15px;
}

.home-hero__tags span:last-child {
  margin-right: 0;
}

.home-hero__title {
  font-size: 80px;
}

.home-hero__typed {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin-top: 13px;
}

@media screen and (max-width: 600px) {
  .home-hero {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }
  .home-hero__top, .home-hero__typed {
    padding: 0 24px;
  }
  .home-hero__title {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
  }
  .home-hero__typed {
    font-size: 25px;
  }
  .btn--primary {
    margin: 40px 0 60px;
    text-align: center;
  }
}
.horizontal-list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

.single-products .horizontal-list {
  margin-top: 25px;
}

.horizontal-list__item {
  /* margin-bottom: 30px; */
  /* width: 100%; */
  padding: 0;
}

.horizontal-list__item:not(:last-child) {
  padding: 0;
}

.horizontal-list__item strong {
  display: block;
}

.horizontal-list__item--style-1 {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

.horizontal-list__item--style-1 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #252525;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .horizontal-list__item--style-1 strong {
    font-size: 32px;
  }
}
.horizontal-list__item--style-2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.horizontal-list__item--style-2 strong {
  font-size: 44px;
  line-height: 1em;
  font-weight: 700;
  color: #68BEF7;
  margin-bottom: 13px;
}

.horizontal-list__item--style-2 em {
  position: relative;
  display: inline-block;
}

.horizontal-list__item--style-2 em::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.horizontal-list__item-icon {
  fill: #111111;
  height: auto;
  margin-bottom: 15px;
  width: 50px;
}

.section-wrapper__container.container {
  padding: 0;
}

@media screen and (min-width: 601px) {
  .horizontal-list--full {
    flex-wrap: wrap;
    padding: 40px 80px;
  }
  .horizontal-list--full .horizontal-list__item {
    width: 25%;
    max-width: none;
    margin-top: 25px;
    line-height: 1.25;
  }
  .horizontal-list--full .horizontal-list__item:nth-child(1),
  .horizontal-list--full .horizontal-list__item:nth-child(2),
  .horizontal-list--full .horizontal-list__item:nth-child(3),
  .horizontal-list--full .horizontal-list__item:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .horizontal-list {
    max-width: 100vw;
    display: block;
  }
  .realizacje_galeria img {
    pointer-events: none;
  }
  .horizontal-list__item {
    margin-bottom: 40px;
    width: auto;
    max-width: 100%;
  }
  .horizontal-list__item strong {
    width: auto;
    max-width: 100%;
  }
  .horizontal-list__item:last-child {
    margin-bottom: 0;
  }
  .uslugi-list {
    padding: 40px 0px 40px;
  }
  .uslugi-list .grid-container__text {
    padding: 0 0px 30px;
  }
}
.images-row {
  background: #F8F9F9;
  display: flex;
  padding: 0;
}

.images-row__image {
  width: 100%;
}

.images-row__image:nth-child(even) {
  background: #FFFFFF;
}

.images-row__image figure {
  height: 0;
  overflow: hidden;
  padding-top: 61.4814814815%;
  position: relative;
}

.images-row__image img {
  filter: blur(0px);
  transition: filter 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.images-row__image img.is-loading {
  filter: blur(30px);
}

@media screen and (max-width: 600px) {
  .images-row {
    flex-direction: column;
  }
}
.logos-carousel {
  background-color: #FFFFFF;
  /* padding-bottom: 30px; */
  text-align: center;
}

@media (max-width: 600px) {
  .logos-carousel {
    display: none;
  }
}
.logos-carousel__heading {
  align-items: center;
  background: #F8F9F9;
  clip-path: path("M0,0h250l-8.8,39c-0.6,2.8-4.1,5-7.8,5H16.6c-3.7,0-7.2-2.3-7.8-5L0,0z");
  color: rgba(17, 17, 17, 0.3);
  display: flex;
  font-size: 14px;
  height: 44px;
  justify-content: center;
  letter-spacing: 5.4px;
  margin: 0 auto 23px;
  padding: 12px 24px;
  text-transform: uppercase;
  width: 250px;
}

.logos-carousel__carousel {
  display: flex;
  height: 80px;
  width: 100%;
}

.logos-carousel__group {
  height: 80px;
  list-style-type: none;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.logos-carousel__item {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /* padding: 20px; */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.logos-carousel__item img {
  filter: grayscale(100%);
  height: 100%;
  object-fit: contain;
  /* opacity: 0.5; */
  transition: opacity 0.4s ease;
  width: 100%;
}

.logos-carousel__item img.is-loading {
  opacity: 0;
}

.logos-carousel__item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.logos-carousel__item.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
}

.logos-carousel__item.is-next {
  transform: translateY(100%);
}

.newsletter__cta {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}

.newsletter__text {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .newsletter__cta {
    font-size: 32px;
  }
}
.newsletter__messages {
  font-size: 12px;
  height: 12px;
  margin: 10px 0;
}

.newsletter__tags {
  font-size: 16px;
}

.newsletter__tags span {
  margin-right: 20px;
}

.newsletter__form {
  display: flex;
}

.newsletter__input {
  border: none;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin-right: -20px;
  max-width: 290px;
  width: 100%;
  padding: 10px 25px;
}

.newsletter__input:focus {
  background-color: #F8F9F9;
  outline: none;
}

.newsletter__button, .newsletter__input {
  height: 42px;
}

.newsletter__container {
  position: relative;
  padding: 125px 80px 120px;
}

@media screen and (min-width: 1024px) {
  .newsletter__bg {
    bottom: 0;
    right: 0;
    top: -10px;
    object-fit: contain;
    position: absolute;
    width: 518px;
  }
  .newsletter__button span {
    display: inline;
  }
  .newsletter__button svg {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .newsletter {
    overflow: hidden;
  }
  .newsletter__bg {
    display: none;
  }
  .newsletter__cta {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
  }
  .newsletter__input {
    display: flex;
    width: 100%;
  }
  .newsletter__button {
    height: 42px;
    padding: 10px 12px;
    width: 42px;
  }
  .newsletter__button span {
    display: none;
  }
  .newsletter__button svg {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .newsletter {
    margin: 20px;
    margin-bottom: -222px;
  }
  .newsletter__container {
    padding: 0;
  }
  .newsletter__content {
    padding: 34px 23px;
    background-image: url(/wp-content/uploads/2022/07/gardening.svg);
    background-repeat: no-repeat;
    background-position: right 75%;
  }
}
.newsletter {
  background-color: #F2F2F2;
  margin-bottom: 70px;
}

.page-header {
  background-position: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header__title {
  color: #fff;
}

.breadcrumbs {
  text-align: left;
  font-size: 16px;
  color: #ADADAD;
  letter-spacing: 3.2px;
  padding: 61px 0 32px;
  font-weight: 300;
}

.page-id-262 .breadcrumbs {
  background: #F8F9F9;
}

.post-type-archive-products .breadcrumbs {
  background: url(/wp-content/uploads/2022/07/kolko.svg);
  background-repeat: no-repeat;
  background-position: 100% 106%;
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-products .grid, .post-type-archive-porady .grid {
  background: url(/wp-content/uploads/2022/07/Group-2836-1.svg);
  background-position: -50px 43%;
  background-repeat: no-repeat;
  background-size: 140px 213px;
}

.post-type-archive-uslugi .grid {
  background: url(/wp-content/uploads/2022/07/kolko.svg), url(/wp-content/uploads/2022/07/Group-2836-1.svg);
  background-repeat: no-repeat;
  background-position: 110% 30%, -50px 70%;
  background-size: 215px, 140px 213px;
}

@media screen and (min-width: 601px) {
  .page-header__title {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  .page-header {
    background-size: 500%;
    padding: 120px 24px 34px;
  }
  .page-header__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
  }
}
.service-header {
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F8F9F9;
}

.service-header .split-section__title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 601px) {
  .service-header__frame {
    position: relative;
    height: 0;
    max-width: 550px;
    margin: 0 auto;
    overflow: hidden;
    /* padding-top: 90%; */
    height: 100%;
  }
  .service-header__frame img, .service-header__frame video {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .service-header__frame::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background-image: url("/wp-content/uploads/2022/07/tel.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    content: "";
    display: block;
    z-index: 1;
    /* opacity: .4; */
  }
}
@media screen and (max-width: 600px) {
  .service-header__frame {
    transform: none !important;
  }
}
.simple-slider__image {
  height: 0;
  overflow: hidden;
  padding-top: 46.7289719626%;
  position: relative;
}

.simple-slider__image img {
  filter: blur(0px);
  transition: filter 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.simple-slider__image img.is-loading {
  filter: blur(30px);
}

.simple-slider--wide .simple-slider__container {
  max-width: 100%;
}

.site-header__btn.btn-search {
  right: 135px;
  background: #82AFB0;
  border-radius: 40px;
  height: 42px;
  width: 59px;
  padding: 11px 19px;
  display: none;
}

.simple-slider__slide figure {
  position: relative;
}

.simple-slider {
  text-align: center;
  padding: 44px 0 60px;
  background-color: #F8F9F9;
}

@media screen and (min-width: 601px) {
  .article-content .simple-slider__container {
    max-width: 835px;
    margin: auto;
    text-align: left;
  }
  .article-content .simple-slider__container > * {
    margin-left: 0;
  }
  .simple-slider__slide figcaption {
    font-size: 16px;
    line-height: 1;
    font-weight: inherit;
    margin-top: 30px;
    text-align: center;
  }
  .simple-slider .glide__arrow {
    margin-top: -51px;
  }
  .simple-slider--wide .glide__arrow {
    margin-top: -21px;
  }
  .simple-slider .glide__arrow--left {
    left: -21px;
  }
  .simple-slider .glide__arrow--right {
    right: -21px;
  }
}
@media screen and (max-width: 600px) {
  .simple-slider {
    padding: 50px 0 50px;
  }
  .single-uslugi .service-header .split-section__title {
    padding: 0 20px;
    margin-bottom: 0px;
  }
  .single-uslugi .service-header .split-section__content {
    padding: 30px 24px 40px;
  }
  .scrolling-section {
    padding: 0px 20px 0;
  }
  .simple-slider__slide figcaption {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    padding: 10px;
  }
  .simple-slider--wide .glide__arrow {
    margin-top: 0;
    top: 30.303030303vw;
  }
}
.simple-slider.case-slider {
  background: #f7f9f9;
  padding: 60px 0px;
}

.simple-slider.case-slider ul.horizontal-list {
  align-items: stretch;
  margin-bottom: 40px;
}

.simple-slider.case-slider ul li.glide__slide {
  height: auto;
  display: flex;
}

.simple-slider.case-slider .glide__arrow {
  top: 50%;
  margin-top: -21px;
}

.simple-slider.case-slider .split-section {
  display: flex;
  width: 100%;
}

.simple-slider.case-slider .split-section .split-section__container {
  width: 100%;
}

@media (max-width: 1024px) {
  .simple-slider.case-slider .glide__arrow {
    top: calc((66.58vw - 60px) / 2);
    top: calc((100vw - 60px) * 0.6658 / 2);
  }
  .simple-slider.case-slider .horizontal-list {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .simple-slider.case-slider .glide__arrow.glide__arrow--right {
    right: 10px;
  }
  .simple-slider.case-slider .glide__arrow.glide__arrow--left {
    left: 10px;
  }
}
@media (max-width: 600px) {
  .simple-slider.case-slider {
    padding: 0;
    margin: 0;
  }
  .simple-slider.case-slider .glide__arrow {
    top: 33.29vw;
  }
}
.site-footer {
  font-size: 14px;
  line-height: 1;
  font-weight: inherit;
  background-color: #001D3D;
  position: relative;
}

.site-footer:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/Union-6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 150px 0px;
  width: 400px;
  position: absolute;
  height: 400px;
  top: -260px;
  right: 0;
}

.page-id-318 .site-footer:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/Union-6.svg), url(/wp-content/uploads/2022/07/ramka.svg);
}

.page-id-405 .site-footer {
  background-image: none;
}

.site-footer__inner {
  display: flex;
  padding: 36px 0 0;
  overflow: hidden;
}

.contact-address__item p {
  display: flex;
  align-items: center;
}

.contact-address__item p img {
  margin-right: 32px;
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__logo {
  opacity: 1;
  width: 155px;
  margin-bottom: -80px;
  overflow: hidden;
}

.site-footer__links {
  display: flex;
}

.site-footer__links li {
  margin-left: 20px;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.4);
}

@media (hover: hover) {
  .site-footer__links a {
    transition: opacity 0.2s ease;
  }
  .site-footer__links a:hover {
    opacity: 0.6;
  }
}
.site-footer__inner {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 601px) {
  .site-footer__copyright, .site-footer__links {
    width: 40%;
    font-weight: 300;
  }
  .site-footer__links {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1250px) {
  .site-nav__row ul {
    width: 100%;
    padding: 0 30px 0 21px;
    color: #000;
    display: block;
  }
  .site-nav__item-title {
    display: block;
    color: #001D3D;
    font-size: 22px;
    margin-bottom: 21px;
  }
  .site-header .container {
    padding: 0;
  }
  .site-nav__container {
    display: block;
    height: 75vh;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-products .grid {
    padding: 0 20px;
  }
  .site-footer__inner {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  .home .site-footer {
    /*     background-image: url(/wp-content/uploads/2022/07/Group-2836.svg); */
    background-position: 127% 50%;
    background-size: 165px;
  }
  .site-footer__container {
    padding: 0 20px;
  }
  .site-footer__links {
    display: none;
  }
  .site-footer__logo {
    margin: 0 auto 25px;
  }
  .site-footer__copyright {
    text-align: center;
    margin: 20px;
  }
  .site-footer__inner {
    padding: 0px 0 0;
  }
}
.split-section {
  overflow: hidden;
}

.user_splitsection .split-section {
  background-color: #DAF96E;
}

.split-section--light {
  background-color: #F8F9F9;
}

.simple-slider .split-section.split-section {
  padding: 0;
  background: transparent;
}

.split-section__lead {
  font-size: 18px;
  line-height: 1.37;
  font-weight: 700;
  margin-bottom: 51px;
}

.split-section__lead + p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 20px;
}

.split-section__lead--big {
  font-size: 29px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}

.split-section__tags {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .split-section__tags {
    font-size: 14px;
  }
}
.split-section__tags span {
  margin-right: 15px;
}

.split-section__tags span:last-child {
  margin-right: 0;
}

.split-section__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.split-section__container .split-section__title {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 26px;
}

.produkty-ogrodnicze .split-section__container .split-section__title {
  font-size: 39px;
  border-left: 2px solid #457963;
  padding-left: 25px;
  margin-bottom: 31px;
}

.onas-list {
  background: url(/wp-content/uploads/2022/07/Group-2836-1.svg), url(/wp-content/uploads/2022/07/kolko.svg);
  background-position: -50px 0, 103% 0;
  background-repeat: no-repeat;
  background-size: 140px 213px, 196px;
  overflow: visible;
  margin-top: -75px;
  padding: 75px 0 94px;
}

.onas-split-section .split-section:last-of-type {
  padding-bottom: 100px;
}

.onas-list .horizontal-list--full {
  background: transparent;
}

.onas-list .horizontal-list__item {
  border-left: none;
  text-align: center;
}

.onas-list .horizontal-list__item--style-2 strong {
  font-size: 44px;
  color: #457963;
  line-height: 1em;
  margin-bottom: 13px;
}

.onas-list .horizontal-list__item--style-2 {
  font-size: 16px;
  font-weight: bold;
}

.onas-list .horizontal-list--full {
  padding: 83px;
}

.content-section {
  display: flex;
  margin-bottom: 150px;
}

.contact {
  padding: 108px 0 37px;
  /*  background-image: url(/wp-content/uploads/2022/07/Group-2837.svg), url(/wp-content/uploads/2022/07/Group-2836.svg); */
  background-repeat: no-repeat;
  background-position: -3% 50%, 103% -30%;
}

.content-section__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: -25px;
  top: 25px;
}

.content-section:nth-child(1) .content-section__overlay {
  background-image: url(/wp-content/uploads/2022/06/Rectangle-435.svg);
}

.content-section:nth-child(2) .content-section__overlay {
  background-image: url(/wp-content/uploads/2022/06/Rectangle-435-1.svg);
  z-index: -1;
}

.content-section:nth-child(3) .content-section__overlay {
  background-image: url(/wp-content/uploads/2022/06/Rectangle-435-2.svg);
  z-index: -1;
  left: 48%;
  top: 50px;
}

.scrolling-section {
  display: flex;
  position: relative;
}

.scroll-bar {
  width: 1px;
  height: 70%;
  padding: 0;
  margin: 0 0 0 auto;
  right: 75px;
  top: 0;
  position: absolute;
  background: #BEBEBE;
}

.scroll-content {
  width: calc(100% - 150px);
}

div#bar {
  width: 100%;
  height: 0%;
  background-color: #DAF96E;
}

.content-section__image, .content-section__text {
  width: 50%;
  position: relative;
}

.content-section__text {
  font-size: 60px;
  font-weight: bold;
  margin-left: 25px;
}

.content-section__image {
  margin-right: 25px;
}

@media screen and (max-width: 600px) {
  .split-section__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .contact {
    padding: 58px 0 37px;
  }
  .onas-list {
    background-position: -50px 0, 116% 20px;
    background-size: 110px 213px, 140px;
  }
  .onas-list {
    padding: 75px 0 0px;
  }
  .horizontal-list__item:not(:last-child) {
    padding: 0px;
  }
  .audyt .horizontal-list__item {
    border-left: 2px solid #457963;
    padding-left: 23px;
  }
}
.split-section__content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.service-header .split-section__content {
  font-size: 16px;
}

.service-header .split-section__content strong {
  font-size: 18px;
}

.split-section__image {
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}

.split-section--reverse .split-section__image {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .single-case-study .split-section--reverse .split-section__image {
    display: none;
  }
}
.split-section--reverse .split-section__content {
  margin-right: 12px;
}

.split-section__image img {
  filter: blur(0px);
  transition: filter 0.3s ease;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.onas-split-section .split-section__image img {
  position: relative;
}

.split-section__image.service-header__image {
  min-height: 640px;
}

@media (max-width: 1023px) {
  .split-section__image.service-header__image {
    display: none;
  }
  .service-header .split-section__content {
    padding: 60px 24px 40px;
  }
}
.product-category label {
  position: relative;
}

.product-category input {
  display: none;
}

.product-category label::before {
  width: 0;
  transition: all 0.4s ease-in-out;
  background-color: #DAF96E;
  bottom: -5px;
  content: "";
  display: block;
  height: 50%;
  left: 0px;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.grid__item--info {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  background: #DAF96E;
  margin: 23px;
  border-radius: 42px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-category input[type=radio]:checked + label::before {
  width: 100%;
}

.logo-carousel img {
  height: 30px;
}

.logo-carousel {
  padding: 63px 43px 132px;
}

.logo-carousel .glide__arrow {
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.0901960784);
  background: #001D3D;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 57px;
  margin-top: 0;
  right: -10px;
}

.logo-carousel .glide__track {
  overflow: hidden;
}

.logo-carousel button.glide__arrow.glide__arrow--left {
  left: -10px;
}

.split-section__image.service-header__image img {
  clip-path: inset(2% 2% 0% 2% round 10% 10% 0 0);
}

.split-section__image img.is-loading {
  filter: blur(30px);
}

.accordion {
  padding: 123px 0 165px;
}

.cennik_content {
  margin: 46px auto;
  max-width: 880px;
}

.cennik_content__rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cennik_content__rows:nth-child(odd) {
  background: rgba(158, 216, 255, 0.3);
}

.cennik {
  margin-bottom: 67px;
}

.small .cennik_content {
  max-width: 440px;
}

.medium .cennik_content {
  max-width: 824px;
}

.cennik__text {
  color: #457963;
  font-size: 18px;
  margin-top: 27px;
}

.cennik_content__cenna, .cennik_content__usluga, .cennik_content__nazwa {
  padding: 20px;
  padding: 20px 47px;
}

.cennik_content__cenna, .cennik_content__usluga {
  font-size: 20px;
  font-weight: 500;
}

.cennik_content__podusluga {
  font-weight: 300;
  padding-left: 40px;
  padding-top: 17px;
}

.cennik_content__poducenna {
  padding-top: 17px;
}

.cennik_content__cenna {
  margin-top: auto;
  text-align: right;
  padding: 20px 47px 20px 0;
}

.cennik_content__nazwa {
  background: #457963;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.pakiet_content {
  margin-top: 120px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}

.pakiet_content__single {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 32px 40px;
  text-align: center;
}

.pakiet_details__name {
  font-size: 32px;
  font-weight: bold;
}

.pakiet_details__price {
  color: #BEBEBE;
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 20px;
}

.pakiet_details__list {
  font-size: 20px;
  font-weight: bold;
}

.pakiet-list__item {
  margin-bottom: 41px;
  position: relative;
}

.pakiet_details__btn {
  font-size: 18px;
  font-weight: bold;
  background: #82AFB0;
  border-radius: 40px;
  color: #fff;
  padding: 10px 40px;
}

.pakiet_details__num {
  color: #82AFB0;
  font-size: 60px;
  font-weight: 900;
  position: relative;
}

.monety {
  font-size: 27px;
  top: 5px;
  right: -25px;
  position: absolute;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  margin-left: 16px !important;
}

.tick {
  position: absolute;
  background: #457963;
  border-radius: 40px;
  height: 29px;
  width: 29px;
}

.pakiet_content__single:nth-child(2) {
  background: #457963;
  transform: scale(1.1);
  color: #fff;
}

.pakiet_content__single:nth-child(2) #tick-mark::after, .pakiet_content__single:nth-child(2) #tick-mark::before {
  background-color: #000;
}

.pakiet_content__single:nth-child(2) .tick {
  background: #DAF96E;
}

.pakiet_content__single:nth-child(2) .pakiet_details__price, .pakiet_content__single:nth-child(2) .pakiet_details__num {
  color: #fff;
}

.pakiet_content__single:nth-child(2) .pakiet_details__btn {
  background: #DAF96E;
  color: #000;
}

.page-id-405 .contact-address {
  display: none;
}

@media screen and (min-width: 1024px) {
  .split-section:first-of-type {
    padding-top: 60px;
  }
  .split-section:last-of-type {
    padding-bottom: 60px;
  }
  .user_splitsection .split-section:last-of-type {
    padding-bottom: 91px;
  }
  .user_splitsection .split-section:first-of-type {
    padding-top: 84px;
  }
  .user_splitsection .split-section__container .split-section__title {
    margin-bottom: 0;
  }
  .user_splitsection .split-section__lead {
    margin-bottom: 29px;
  }
  .split-section__content {
    padding: 24px 0 24px 24px;
    /* min-height: 300px; */
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .split-section__content, .split-section__image {
    width: calc(50% - 6px);
  }
  .split-section--narrow-img .split-section__image img {
    max-width: 550px;
    margin: 0 auto;
  }
  .uslugi-single__page .split-section--narrow-img .split-section__image img {
    max-width: 365px;
  }
  .split-section__container {
    align-items: stretch;
    display: flex;
    width: 100%;
  }
  .split-section--reverse .split-section__container {
    flex-direction: row-reverse;
  }
  .split-section--reverse .split-section__content {
    padding-left: 0;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .split-section__container {
    padding: 0;
  }
  .split-section__content {
    padding: 40px 30px;
  }
  .case-slider .split-section__content {
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .split-section__content {
    padding: 24px 20px 40px;
  }
  .cennik_content__cenna, .cennik_content__usluga {
    font-size: 16px;
    padding: 20px 15px;
  }
  .cennik, .pakiet {
    padding: 0 20px;
  }
  .scroll-bar {
    margin: -70px 0 0 auto;
  }
  .article-author.section-wrapper {
    padding: 20px 0;
  }
  .article-author__title {
    margin-bottom: 20px;
  }
  .article-content h2, .article-content h3, .article-content h4 {
    margin-top: 40px;
  }
  .article-index {
    padding: 0px 24px;
  }
  .article-header__content p {
    margin-bottom: 0;
  }
  .article-content .glide__arrow {
    display: none;
  }
  .wp-block-gallery .text--image {
    margin: 40px 0 40px !important;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
  }
  .content-section:nth-child(3) .content-section__overlay {
    background-position: 100% 0;
    left: 0;
    top: 20px;
  }
  .content-section:nth-child(3) {
    margin-bottom: 100px;
  }
  .content-section__overlay {
    left: -15px;
  }
  .content-section__text {
    font-size: 28px;
  }
  .scroll-content {
    width: 100%;
  }
  .single-uslugi .content-section {
    display: grid;
  }
  .content-section__image, .content-section__text {
    width: 100%;
  }
  .content-section__image {
    order: 1;
    z-index: 1;
  }
  .content-section__text {
    order: 0;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .single-uslugi .text.text--default .text-padding {
    padding: 42px 0px 0px;
  }
  .pakiet_content {
    display: block;
  }
  .pakiet_content__single:nth-child(2) {
    transform: scale(1);
  }
  .split-section--reverse .split-section__content {
    margin-right: 0px;
  }
  .split-section__content p {
    font-size: 18px;
  }
  .case-slider .split-section__content {
    padding: 24px;
  }
  .home .case-slider .split-section__content {
    padding: 24px 24px 1px;
  }
}
.tabs {
  overflow: hidden;
}

.tabs__heading {
  text-align: center;
}

.service-header:last-of-type {
  background-color: #F8F8F8;
  overflow: hidden;
  padding: 63px 0 0;
}

.text.text--default .text-padding {
  text-align: left;
  padding: 42px 0px 70px;
}

.tabs__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

.tabs__title::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.tabs__title::before {
  width: 0;
  transition: width 0.4s ease-in-out;
}

@media (hover: hover) {
  .tabs__title:hover::before {
    width: 100%;
  }
}
.tabs__title::before {
  z-index: 0 !important;
}

.tabs__title span {
  position: relative;
  z-index: 2;
}

.tabs__title.is-active, .tabs__title.is-expanded {
  position: relative;
  display: inline-block;
}

.grid__inner.grid-products {
  max-width: 1075px;
  margin: auto;
}

.product-item {
  position: relative;
}

.product-item__image img {
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
}

.product-item__content {
  text-align: left;
  margin: 34px 0 49px;
}

.product-category {
  font-size: 24px;
  color: #252525;
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  font-weight: bold;
}

.tabs__title.is-active::before, .tabs__title.is-expanded::before {
  background-color: rgba(88, 162, 84, 0.4);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 0;
}

.tabs__item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s ease all 0s;
}

.tabs__item.is-active, .tabs__item.is-expanded {
  opacity: 1;
  transition-delay: 0.2s;
}

.tabs__content p {
  margin-bottom: 20px;
}

.before-after {
  padding: 80px 0 100px;
}

.realizacje-main {
  background: url(/wp-content/uploads/2022/07/Group-3479.svg);
  background-repeat: no-repeat;
  background-position: -50px 104%;
}

#comparison {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 42px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
  height: 70px;
  opacity: 0;
}

figure {
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#handle {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: #DAF96E;
  border-radius: 100%;
}

.onas-split-section .split-section__content {
  justify-content: start;
}

#divisor {
  background-size: 150%;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  background-size: 1356px;
}

#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

#handle::before {
  border-right: 6px solid #000;
  left: 50%;
  margin-left: -30px;
}

#handle::after {
  border-left: 6px solid #000;
  right: 50%;
  margin-right: -30px;
}

#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 5px;
  height: calc(50% - 25px);
  background: #DAF96E;
  z-index: 3;
}

#divisor::after {
  bottom: 0;
}

#divisor::before {
  top: 0;
}

@media screen and (min-width: 601px) {
  .tabs__items {
    position: relative;
    transition: all 0.4s ease;
  }
  .tabs__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
    position: relative;
  }
  .tabs__title {
    margin: 0 18px;
  }
  .tabs__content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 auto 20px;
    max-width: 850px;
  }
}
@media screen and (min-width: 601px) and (max-width: 600px) {
  .tabs__content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
}
@media screen and (max-width: 600px) {
  .tabs {
    overflow: hidden;
  }
  .tabs__title {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 7px;
    margin-right: 14px;
  }
  .tabs__nav {
    -webkit-mask-image: linear-gradient(to left, transparent 1%, black 20%, black 99%);
    mask-image: linear-gradient(to left, transparent 1%, black 20%, black 99%);
    margin-bottom: 12px;
    margin-left: -24px;
    -ms-overflow-style: none;
    overflow-x: scroll;
    padding-left: 24px;
    padding-right: 40px;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100vw;
  }
  .tabs__nav ::-webkit-scrollbar {
    background: transparent;
    display: none;
    width: 0;
  }
}
.team-grid__title {
  margin-bottom: 50px;
  font-weight: 300;
}

.team-grid__podtitle {
  font-size: 33px;
  color: #1A72AD;
  font-weight: 500;
  margin-bottom: 42px;
}

.team-member__reservation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.team-member__reservation .team-member {
  display: none;
}

.team-member__reservation iframe {
  border-radius: 40px;
  background: #3C98D4 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 23px rgba(4, 84, 138, 0.2196078431);
}

.team-grid__mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  .team-grid__arrows {
    display: none;
  }
  .team-grid__wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: flex-start;
  }
  .team-grid__item {
    width: 25%;
  }
  .team-grid__item.glide__slide.\34 -column {
    width: 25%;
  }
  .team-grid__item.glide__slide.\33 -column {
    margin-bottom: 80px;
    width: 33%;
  }
  .team-grid__item.glide__slide.\35 -column {
    margin-bottom: 80px;
    width: 20%;
  }
  .team-grid .team-member__wrapper {
    max-width: 200px;
  }
  .team-grid__item.glide__slide.\33 -column .team-member__wrapper {
    max-width: 200px;
  }
  .team-grid__item.glide__slide.\35 -column .team-member__wrapper {
    max-width: 132px;
  }
  .team-member {
    margin: 0 37px;
  }
  .team-member--mini {
    margin: 0;
  }
}
.video-player {
  display: flex;
}

.overlay-video {
  width: 75%;
}

.video_container {
  width: 25%;
}

.embed-container {
  margin-bottom: 25px;
}

.titleDiv {
  font-weight: bold;
  margin-top: 8px;
}

.overlay-video__name {
  font-size: 22px;
  font-weight: bold;
  margin-top: 37px;
}

.overlay-video__opis {
  margin-top: 20px;
}

.archive-pagination {
  text-align: center;
  margin: 30px 0 89px;
}

.page-numbers {
  margin-left: 30px;
  font-size: 18px;
}

.next.page-numbers, .prev.page-numbers {
  background: #DAF96E;
  padding: 6px 12px;
  border-radius: 100%;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.0901960784);
}

.page-numbers.current {
  color: #457963;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .team-grid__mobile {
    display: block;
  }
  .team-grid {
    overflow: hidden;
    width: 100%;
    padding: 0 0 0px;
  }
  .team-grid__item {
    text-align: center;
    width: auto;
  }
  .team-grid__item .team-member {
    margin: 0 auto;
  }
  .team-grid__title, .team-grid__podtitle {
    padding: 34px 24px 0;
  }
  .team-grid {
    padding-bottom: 60px;
  }
  .site-footer:after {
    background-position: 90px 0px;
    width: 200px;
    height: 200px;
    top: -100px;
  }
}
.team-grid .glide--slider .glide__slide {
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.team-grid .glide--slider .glide__slide--active {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .team-grid .glide__arrow--right {
    right: 10px;
    top: 40%;
  }
  .team-grid .glide__arrow--left {
    left: 10px;
    top: 40%;
  }
  .page-id-562 .split-section__image {
    padding-top: 50%;
  }
  .team-grid__item.glide__slide {
    width: auto;
  }
}
.team-member {
  display: block;
  text-align: center;
  transform: translateY(0px);
}

@media (hover: hover) {
  .team-member__wrapper {
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .team-member:hover .team-member__wrapper {
    transform: translateY(-10px);
  }
}
.team-member__wrapper {
  box-sizing: border-box;
  margin: 0 auto 46px;
  max-width: 100%;
  position: relative;
}

.team-member__img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  object-fit: cover;
  object-position: top;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  border-radius: 100%;
}

.team-member__name {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-grid__item.glide__slide.\35 -column .team-member__name {
  font-size: 16px;
}

.team-grid__item.glide__slide.\35 -column .team-member__position {
  font-size: 12px;
}

.js-articles-slider .team-member__name::first-line {
  font-weight: 300;
}

.team-member__position {
  color: #68BEF7;
  font-size: 16px;
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 300;
}

.team-member--empty .team-member__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.team-member--empty .team-member__wrapper span {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  color: rgba(17, 17, 17, 0.1);
  display: flex;
  font-size: 64px;
  font-weight: 300;
  justify-content: center;
  margin-bottom: 12px;
  height: auto;
}

.team-member--empty .team-member__wrapper::before {
  background: #f2f2f2;
}

.team-member--mini {
  align-items: center;
  display: flex;
  padding: 0;
}

.team-member--mini .team-member__wrapper {
  height: 61px;
  margin: 0;
  padding: 0;
  width: 61px;
}

.team-member--mini:hover .team-member__wrapper {
  opacity: 0.9;
  transform: none;
}

.team-member--mini .team-member__name {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  width: calc(100% - 61px);
}

@media (hover: hover) {
  .team-member--mini .team-member__name:hover::before {
    width: 100%;
  }
}
.author-1 .team-member__wrapper .team-member__img {
  clip-path: none;
  filter: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.team-member--large .team-member__img {
  height: calc(100% - 8px);
  /* margin: 4px; */
  max-width: calc(100% - 8px);
  left: 4px;
  top: 4px;
}

@media screen and (min-width: 601px) {
  .team-member--large {
    width: 377px;
  }
}
.team-member-section {
  color: #001D3D;
}

.team-member-section__title {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-member-section__content {
  font-weight: 300;
}

.team-member-section__position {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 300;
  color: #68BEF7;
}

.team-member__wrapper:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/ramka.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15%;
  left: -10%;
  width: 125%;
  height: 126%;
  z-index: -1;
}

.team-member-section__lead p,
.team-member-section__content p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.team-member-section__lead p {
  margin-top: 30px;
}

.team-member-section__lead p {
  font-weight: 700;
}

.team-member-section__right {
  text-align: center;
}

.team-member-section__image {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 377px;
}

@media screen and (max-width: 1024px) {
  .team-member__img {
    width: calc(80% - 2px);
    height: calc(80% - 2px);
  }
  .team-member__wrapper:after {
    top: -5%;
    left: 6%;
    width: 110%;
    height: 110%;
  }
  .team-grid__wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 601px) {
  .team-member-section {
    padding: 60px 0 0;
  }
  .team-member-section__container {
    display: flex;
  }
  .team-member-section__left, .team-member-section__right {
    width: 50%;
  }
  .team-member-section__right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .video-player {
    display: block;
  }
  .video_container {
    width: 100%;
    display: flex;
  }
  .video_container {
    overflow-x: scroll;
  }
  .video_container .embed-container {
    padding-right: 20px;
  }
  .overlay-video iframe {
    height: 200px !important;
  }
  .overlay-video__opis {
    margin-bottom: 30px;
  }
  .overlay-video {
    width: 100%;
  }
  .team-member-section {
    padding: 34px 24px;
  }
  .product-category {
    font-size: 24px;
    display: block;
    text-align: left;
    margin-bottom: 30px;
  }
  .product-category div {
    margin-bottom: 32px;
  }
  .logo-carousel {
    padding: 30px 0px 65px;
  }
  .breadcrumbs {
    padding: 31px 20px 31px;
  }
  .logo-carousel .articles-slider__arrows-container {
    display: none;
  }
  .team-member-section__lead p,
  .team-member-section__content p {
    font-size: 16px;
    line-height: 20px;
  }
  .team-member-section__lead p {
    font-weight: 700;
  }
  .team-member-section__image {
    width: 377px;
  }
  .team-member-section__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .text {
    font-size: 16px;
    line-height: 20px;
  }
  .realizacje_galeria, .single .realizacje_galeria {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
    grid-template-rows: repeat(1, 335px);
  }
  .text.o-nas__text {
    padding: 20px 20px 50px;
    font-weight: 300;
  }
  .rozwoj {
    padding: 20px 20px 50px;
  }
  .realizacje_galeria {
    margin: 20px auto 91px;
  }
  .kontakt-info {
    padding: 20px 20px 50px;
  }
  .kontakt-info p:nth-child(2) {
    margin-top: 50px;
  }
  .team-member__img {
    width: calc(80% - 2px);
    height: calc(80% - 2px);
    left: 1px;
    top: 1px;
  }
  .team-member__wrapper:after {
    top: -6%;
    left: 6%;
    width: 100%;
    height: 110%;
  }
}
.text__lead {
  font-weight: 700;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text p,
.text ul,
.text ol {
  text-align: left;
}

.text img {
  height: auto;
  width: 100%;
}

.text h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

h1.section-wrapper__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .text h1 {
    font-size: 32px;
  }
}
.text h2 {
  font-size: 32px;
  z-index: 1;
}

h2.section-wrapper__title {
  font-size: 32px;
}

.cennik .section-wrapper__title {
  font-size: 44px;
}

.text h3 {
  font-size: 24px;
}

h3.section-wrapper__title {
  font-size: 24px;
}

.text h4 {
  font-size: 18px;
}

h4.section-wrapper__title {
  font-size: 18px;
}

.text h1,
.text h3,
.text h4 {
  font-weight: 500;
  line-height: 1.3;
}

h1.section-wrapper__title,
h2.section-wrapper__title,
h3.section-wrapper__title,
h4.section-wrapper__title {
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  position: relative;
}

.text h2 {
  line-height: 1;
  margin-top: 0;
  font-size: 44px;
  margin-bottom: 33px;
}

.privacy-policy .text h2 {
  margin-top: 20px;
}

.privacy-policy .entry-content {
  margin-bottom: 50px;
}

.text ul {
  margin-bottom: 59px;
}

.text ul li {
  align-items: cen„ter;
  display: flex;
  padding: 0;
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
}

.text ul li::before {
  background-position: center;
  border-radius: 75% 0;
  content: "";
  height: 11px;
  max-height: 11px;
  min-width: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  border: 1px solid #457963;
}

.privacy-policy .text ul li::before {
  bottom: 5px;
}

.text ol {
  counter-reset: item;
  margin-bottom: 30px;
}

.text ol li {
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
}

.text p.has-text-align-left {
  text-align: left;
}

.produkty-ogrodnicze {
  background-image: url(/wp-content/uploads/2022/07/kolko.svg);
  background-repeat: no-repeat;
  background-position: -8% 120%;
}

h2.section-wrapper__title.blog-title {
  text-align: left;
  padding: 25px 0 45px;
  font-size: 44px;
}

.text--2-columns .content_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 118px;
}

.text ol li::before {
  content: counters(item, ".");
  counter-increment: item;
  background: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 12px;
  max-height: 24px;
  min-width: 24px;
  width: 24px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  text-align: center;
  top: 0;
  color: #fff;
  line-height: 24px;
  font-size: 12px;
}

@media screen and (min-width: 601px) {
  .text p, .text ul, .text ol, .text img {
    font-size: 18px;
    font-weight: 300;
  }
  .text--2-columns .text__container p {
    column-gap: 118px;
    text-align: left;
    margin-top: 41px;
  }
  .text--2-columns {
    padding-bottom: 50px;
  }
  .rozwoj {
    padding-top: 50px;
    position: relative;
  }
  .text--3-columns .text__container {
    column-count: 3;
    column-gap: 40px;
  }
  .article-content .text__container {
    margin-left: 25%;
    margin-right: 0;
    width: 75%;
  }
  .rozwoj::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/07/Union-7-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 281px;
    height: 281px;
    bottom: -100px;
    left: 0;
    background-position: -100px;
  }
}
@media screen and (max-width: 600px) {
  .text {
    padding: 0px;
  }
  .text li::before {
    height: 25px;
    max-height: 25px;
    min-width: 25px;
    width: 25px;
  }
  .blog_template .article-item__title {
    font-size: 20px;
  }
  .blog_template .article-item__content {
    margin: 20px 20px;
  }
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content p {
  text-align: left;
}

.article-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .article-content h1 {
    font-size: 32px;
  }
  .blog_template .article-item__content {
    margin: 20px 0px;
  }
}
.article-content h2 {
  font-size: 32px;
}

.article-content h3 {
  font-size: 24px;
}

.article-content h4 {
  font-size: 18px;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
  font-weight: 500;
  margin-bottom: 24px;
  padding-top: 48px;
}

.article-content p {
  margin-bottom: 20px;
  line-height: 1.4;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
  max-width: 850px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.article-header__content p, .article-header__content ul, .article-header__content ol {
  margin-bottom: 24px;
}

.article-header__content ul {
  font-size: 18px;
  line-height: 1.4;
}

.article-header__content ul li {
  align-items: center;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.article-header__content ul li::before {
  background: #58A254;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 12px;
  max-height: 24px;
  min-width: 24px;
  width: 24px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  text-align: center;
  top: 0;
}

@media screen and (max-width: 600px) {
  .article-header__content ul {
    font-size: 16px;
  }
  .article-header__content li::before {
    height: 25px;
    max-height: 25px;
    min-width: 25px;
    width: 25px;
  }
}
.slider__bullets {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -20px;
}

.slider__bullets .slider__bullet {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #68BEF7;
  opacity: 0.5;
  margin: 0 3px;
  transition: all 0.5s;
}

.slider__bullets .slider__bullet.glide__bullet--active {
  margin: 0 3px;
  transition: all 0.5s;
  background: #68BEF7;
  opacity: 1;
  width: 42px;
  border-radius: 14px;
}

.wp-block-table {
  position: relative;
  font-size: 20px;
  max-width: 1048px;
  margin: 69px auto 146px !important;
}

.home-text {
  padding: 88px 0;
  background: url(/wp-content/uploads/2022/07/kolko.svg);
  background-repeat: no-repeat;
  background-position: 80% -80%;
  background-color: #F8F8F8;
}

.home-text .container {
  max-width: 1298px;
}

.home-text h2:before {
  /* content: url(/wp-content/uploads/2022/07/koleczko.svg); */
  position: absolute;
  left: -30px;
  z-index: -2;
  top: -35px;
}

.small .cennik__heading:before, .pakiet__heading:before {
  /* content: url(/wp-content/uploads/2022/07/koleczko.svg); */
  position: absolute;
  left: -30px;
  z-index: -2;
  top: -5px;
}

.cennik.medium.with-bg {
  background: url(/wp-content/uploads/2022/07/Group-3481.svg);
  background-repeat: no-repeat;
  background-position: 114% 60%;
  background-size: 375px;
}

.blog .grid {
  background: url(/wp-content/uploads/2022/07/Union-7-2.svg);
  background-position: -190px 60%;
  background-repeat: no-repeat;
  background-size: 398px 403px;
}

.page-id-319 .contact::after {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/Union-7-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 213px;
  height: 217px;
  top: -100px;
  right: 0;
  background-position: 71px;
}

.section-wrapper.audyt {
  background: url(/wp-content/uploads/2022/07/listki.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 166px 300px;
  background-color: #F8F8F8;
}

.uslugi-list {
  background-color: #F8F8F8;
}

.uslugi-list h2 {
  z-index: 1;
}

.uslugi-list h2:before {
  content: url(https://gardenmatch.m-m.work/wp-content/uploads/2022/07/listek.svg);
  position: absolute;
  left: -30px;
  z-index: -1;
  top: -35px;
}

.accordion__heading:before {
  content: url(https://gardenmatch.m-m.work/wp-content/uploads/2022/07/listek.svg);
  position: absolute;
  left: -13px;
  z-index: -2;
  top: -35px;
}

.horizontal-list__item.horizontal-list__item--style-1 img {
  max-height: 44px;
  margin-bottom: 25px;
  object-fit: scale-down;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(69, 121, 99, 0.15) !important;
}

.wp-block-table td, .wp-block-table th {
  padding: 21px 40px !important;
}

.wp-block-table td:first-child {
  font-weight: bold;
}

.split-section--intro-text .split-section {
  padding: 100px 0;
}

.split-section--intro-text .split-section__image,
.split-section--intro-text .btn--primary {
  display: none;
}

.split-section--intro-text .split-section__content {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  max-width: 770px;
  width: 100%;
  padding: 0 24px;
}

@media (max-width: 600px) {
  .split-section--intro-text .split-section__content {
    padding-left: 0;
  }
}
.split-section--intro-text .split-section__content p {
  font-size: 24px;
  margin-bottom: 0;
  border-left: 1px solid #57a254;
  padding-left: 25px;
  text-align: left;
}

@media (max-width: 1023px) {
  .split-section--intro-text .split-section:last-of-type {
    padding: 60px 0;
  }
}
.pagination {
  margin-bottom: 30px;
}

.pagination .nav-links {
  justify-content: center;
  display: flex;
}

.pagination .page-numbers {
  margin: 0 5px;
  font-size: 18px;
}

.pagination .page-numbers.prev {
  /* opacity: .3; */
  margin: 0 20px;
}

.pagination .page-numbers.current {
  font-weight: bold;
  color: #457963;
}

.pagination .page-numbers.next {
  /* opacity: .3; */
  margin: 0 20px;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #001D3D;
}

.contact-form__submit {
  background-color: #3C98D4;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 12px 24px;
  min-width: 134px;
  text-decoration: none;
  text-align: center;
}

.wpforms-submit-container {
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  text-align: right;
}

.contact-form__checkbox label::before {
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  content: "";
  cursor: pointer;
  display: block;
  height: 21px;
  width: 21px;
  left: 0;
  position: absolute;
  top: 0;
}

.tabs.frame-tabs__tabs .tabs__title.is-active::before, .tabs.frame-tabs__tabs .tabs__title.is-expanded::before {
  display: none;
}

.page-header {
  margin: inherit;
  max-width: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 288px;
}

@media screen and (min-width: 2000px) {
  .page-header {
    background-size: contain;
  }
}
.page-template-service .page-header {
  background: none;
  background-color: #F8F9F9;
}

.page-template-service .split-section {
  background-color: #F8F9F9;
  padding-top: 140px;
  position: relative;
}

.page-template-service .service-header.split-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/box-bg.svg);
  background-size: contain;
  background-position: 100% 100%;
  opacity: 0.2;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-template-service .service-header.split-section .service-header__container {
  position: relative;
  z-index: 1;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}

.wp-block-table td, .wp-block-table th {
  padding: 21px 40px !important;
}

.privacy-policy .wp-block-table {
  max-width: 1280px;
}

.case-study.split-section__wrapper:nth-child(odd) .split-section {
  background-color: #F8F9F9;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

button.glide__arrow.glide__arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 20'%3E%3Cpath fill='white' d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' /%3E%3C/svg%3E");
}

button.glide__arrow.glide__arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='3 0 17 20'%3E%3Cpath fill='white' d='M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z' /%3E%3C/svg%3E");
}

.article-content ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' enable-background='new 0 0 48 48'%3E%3Cpolygon fill='white' points='40.6,12.1 17,35.7 7.4,26.1 4.6,29 17,41.3 43.4,14.9'/%3E%3C/svg%3E") !important;
}

.article-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1356px;
  margin-bottom: 75px;
}

.single-post .article-pagination {
  padding-top: 82px;
}

.article-pagination__btn {
  padding: 10px 35px;
  background: pink;
  border-radius: 41px;
  color: #000;
  font-size: 16px;
}

.article-pagination__next {
  color: #fff;
  background: #001D3D;
  margin-left: 20px;
}

.article-pagination__prev {
  background: #F4F4F4;
}

.contact-form__checkbox input:hover ~ .checkmark, .contact-form__checkbox input:checked ~ .checkmark {
  background-image: url("data:image/svg+xml,%3Csvg class='checkmark' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='18px' height='18px'%3E%3Cpath class='checkmark__check' stroke-width='3' stroke='black' fill='none' d='M14.1 27.2l7.1 7.2 16.7-16.8'/%3E%3C/svg%3E");
}

.google_partner {
  max-height: 70px;
  width: auto;
}

a, a:hover, a:focus {
  outline: none;
}

.list-case .section-wrapper {
  padding: 0;
}

.list-case .section-wrapper {
  background-color: transparent;
}

.list-case .container {
  padding: 0;
}

a {
  outline: none;
}

.glide__track {
  height: auto;
  overflow: visible;
}

.simple-slider__container .glide__track {
  overflow: hidden;
}

.article-content .wp-block-gallery .text__container {
  margin-left: 0%;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.wp-block-gallery {
  position: relative;
}

.list-case .section-wrapper {
  padding: 0;
}

.list-case .section-wrapper {
  background-color: transparent;
}

.list-case .container {
  padding: 0;
}

.article-index {
  /* margin: 0; */
}

.team-member--mini {
  width: auto;
  text-align: left;
}

.text ol li, .article-header__content ol li {
  padding-left: 40px;
  display: block;
  position: relative;
}

.text ol li::before, .article-header__content ol li::before {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  text-align: center;
  top: 1px;
}

ol.article-index__list {
  padding: 0;
  overscroll-behavior: contain;
}

ol.article-index__list ol {
  width: 100%;
}

.article-index__list {
  z-index: 7 !important;
}

.article-index__list li:before {
  position: relative;
}

.article-index__list li {
  /* display: flex; */
  /* justify-content: flex-start; */
  /* flex-wrap: wrap; */
}

.state--scrolled-past .article-index__list li a {
  line-height: unset;
  width: calc(100% - 25px);
}

.text .container .text__container .wp-block-image {
  max-width: 850px;
  margin-bottom: 0;
  padding: 30px 0px;
}

.wp-block-gallery .text .container .text__container .wp-block-image {
  padding: 0;
}

.text .container .text__container .wp-block-image img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.wp-block-gallery .text .container .text__container .wp-block-image img {
  box-shadow: none;
}

.simple-slider.centered-heading {
  min-height: 470px;
}

.simple-slider.references .glide__arrow--left, .simple-slider.references .glide__arrow--right {
  display: none;
}

li > ul, li > ol {
  margin: 0;
}

.text--image {
  /* background-color: #F8F9F9; */
  margin: 60px 0;
}

.text--image .text__container {
  /*  background-color: #F8F9F9; */
}

.site-header__logo {
  left: -4px;
}

.accordion__content ul {
  padding-left: 25px;
  list-style: initial;
  margin: 10px auto;
}

.wp-block-gallery .text--image {
  margin: 70px 0 60px;
}

.site-header.site-header--light .site-header__logo {
  height: 65px;
  width: 192px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="192" height="65" viewBox="0 0 232 82"> <path fill= "none" d= "M-1-1h234.478v82H-1z" /> <g stroke= "null" fill="white"> <path d= "M89.705 55.347h3.739v-8.144l5.056 4.286 5.11-4.286v8.144h3.685V38.963l-8.863 7.524-8.727-7.575v.957zM114.806 50.856l2.141-4.671 2.175 4.671zm6.406 4.491h4.21l-8.114-15.48-.275-.619-8.388 16.1h4.104l.86-1.876h6.732zM149.555 50.975c-1.14.858-2.133 1.186-3.58 1.186-2.433 0-4.406-2.019-4.406-4.513 0-2.495 1.973-4.518 4.406-4.518 1.318 0 2.555.38 3.654 1.125l2.123-2.725c-1.305-1.24-3.217-1.99-5.836-1.99-4.466 0-8.086 3.604-8.086 8.052 0 4.447 3.62 8.055 8.086 8.055 2.426 0 4.246-.407 5.836-1.942zM153.752 39.866v15.481h3.71V49.01h6.836v6.337h3.71v-15.48h-3.71v6.337h-6.836v-6.338zM123.543 43.052h4.825v12.295h3.705V43.052h4.825v-3.186h-13.355zM89.323 34.513h3.736v-8.145l5.056 4.29 5.11-4.29v8.145h3.688V18.131l-8.866 7.52-8.724-7.574v.96zM114.424 30.024l2.138-4.674 2.176 4.674zm6.403 4.489h4.21l-8.114-15.479-.275-.62-8.386 16.099h4.102l.86-1.876h6.732l.871 1.876zM189.129 19.034h3.707v15.479h-3.707zM142.95 19.037v15.476h3.707v-3.639l2.39-2.511 4.15 6.15h4.479l-6.009-8.9 6.27-6.576h-4.855l-6.425 6.761v-6.761zM173.369 22.22h4.822v12.293h3.707V22.22h4.823v-3.183h-13.352zM159.486 19.037v15.476H171.69v-3.186h-8.496V28.18h6.761v-2.81h-6.76v-3.148h8.495v-3.185h-9.646zM207.078 19.034h3.697V35.2l-10.77-9.229v8.542h-3.73V18.34l10.803 8.852z" /> <path d= "M224.9 28.243c0 1.778-1.33 3.089-3.44 3.089-2.433 0-4.403-2.022-4.403-4.516 0-2.493 1.97-4.518 4.403-4.518 1.318 0 2.555.378 3.654 1.123l2.124-2.723c-1.306-1.242-3.218-1.992-5.836-1.992-4.465 0-8.087 3.607-8.087 8.055 0 4.444 3.622 8.054 8.087 8.054 4.464 0 7.409-2.981 7.409-7.429 0-.63.005-1.393-.039-2.133h-7.58v2.99z" /> <path d= "M66.745 58.26L38.49 71.916 10.048 58.254 7.51 7.103h61.773zM.393.36l3.091 62.257L38.5 79.434l34.81-16.823L76.397.359z" /> <path d= "M23.585 46.75l-.993-21.428L38.35 33.2l22.559-11.3.367-7.452L38.35 25.862 15.519 14.45 17.206 50.9l12.546 6.274-.336-7.507z" /> <path d= "M53.21 46.75l-5.833 2.918-.337 7.507L59.586 50.9l1.15-23.777-22.45 11.165-10.972-5.437.207 7.444 10.768 5.329 15.388-7.692zM133.668 26.135h-3.127v-3.65h3.127a1.825 1.825 0 010 3.65m3.3 2.61c1.742-1.091 2.524-2.411 2.524-4.486 0-2.942-2.095-5.271-6.396-5.271h-6.27v15.486h3.715v-4.752l2.618-.015 3.517 4.767h4.462l-4.17-5.729z" /> </g> </svg> ');
}

.site-header .site-header__logo {
  height: 49px;
  width: 323px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
}

.wp-block-gallery .text .container .text__container .wp-block-image {
  max-width: 100%;
}

.wp-block-gallery .container {
  max-width: 100%;
  padding: 0;
}

.article-content .text ul li::before {
  border: 1px solid #82AFB0;
  background: #82AFB0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  max-height: 32px;
  min-width: 24px;
  width: 32px;
  position: absolute;
  margin-left: auto;
  margin-right: 14px;
  left: 0;
  padding-right: 15px;
  text-align: center;
  top: 0;
}

.article-content .text ul li {
  padding-left: 44px;
  margin-bottom: 35px;
}

/* 06/12/2021
.horizontal-list--nowrap {
    display: flex;
    flex-wrap: wrap;
}
.horizontal-list--nowrap .horizontal-list__item {
    width: 25%;
}
*/
.text.text--default {
  /* padding: 88px 30px; */
}

#dwie-kolumny {
  column-count: 2;
}

.single-uslugi .text.text--default {
  padding: 0;
}

.tabs.section-wrapper .tabs__title.is-expanded::before, .tabs.section-wrapper .tabs__title::before {
  content: none;
}

.tabs.section-wrapper .is-expanded span, .tabs.section-wrapper .js-tabs-title span:hover {
  position: relative;
  z-index: 2;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: linear-gradient(to top, rgba(88, 162, 84, 0.6) 43%, transparent 0);
  -webkit-animation: animation 0.5s linear;
}

@-webkit-keyframes animation {
  0% {
    background-position: 350px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
/* line break for long links */
.single-post a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.frame-tabs__frame img {
  object-fit: contain;
}

.case-header {
  width: 100%;
}

.page-template-team_member .horizontal-list__item-icon {
  width: auto;
}

/* mobile 14.12.2021 */
.state--nav-open .site-nav__container {
  overflow: auto;
  z-index: 2;
}

.article-index__list > li {
  font-weight: 700;
}

.article-index__list > li > ol > li {
  font-weight: normal;
}

.article__padding {
  padding: 0 20px;
}

.article__nopadding {
  padding: 0;
}

.site-nav__row {
  width: 100%;
}

.site-nav__column {
  display: flex;
  width: 100%;
}

.privacy-policy .article__padding, .page-id-2572 .article__padding {
  padding: 0;
}

.privacy-policy .text p, .page-id-2572 .text p {
  max-width: none;
}

.page-id-2572 .text p {
  margin-bottom: 10px;
}

b, strong {
  font-weight: 500 !important;
}

.team-grid__container {
  padding: 30px 30px 0;
}

.wpforms-recaptcha-container {
  position: relative !important;
  margin: 20px 0;
}

/*@media (min-width: 1180px) {
    .team-grid__wrapper.glide__slides .team-member__wrapper {
        max-width: 120px;
        padding-top: 88%;
    }
}*/
@media screen and (max-width: 1023px) {
  .team-grid .glide__arrow--right {
    right: 10px;
  }
  .team-grid .glide__arrow--left {
    left: 10px;
  }
  .page-id-562 .split-section__image {
    padding-top: 50%;
  }
  .team-grid__item.glide__slide {
    width: auto;
  }
  .page-template-service .split-section {
    background-color: #F8F9F9;
    padding-top: 0;
  }
  /*.page-template-service .split-section__image {*/
  /*    padding-top: 0;*/
  /*}*/
  .page-template-service .container.service-header__container.split-section__container {
    padding-top: 70px;
  }
}
.contact-form__checkbox input {
  cursor: pointer;
  height: 20px;
  opacity: 0;
  position: absolute;
  width: 20px;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.wpforms-selected input:before {
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  content: "";
  cursor: pointer;
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  background-image: url(/wp-content/uploads/2022/08/check.svg);
  background-position-x: -2px;
  background-position-y: -2px;
  background-repeat: no-repeat;
}

.simple-slider__slide .glide__track {
  overflow: hidden;
}

.contact-form__checkbox .wpforms-selected input {
  opacity: 1;
}

.contact-form__field .wpforms-error, .contact-form__checkbox .wpforms-error {
  color: red;
}

.contact-form__checkbox .wpforms-error {
  font-size: 12px;
  line-height: 1;
  font-weight: inherit;
  text-transform: uppercase;
}

.not_found {
  height: 72vh;
  text-align: center;
}

.not_found__page-wrapper {
  margin-top: 100px;
  font-size: 40px;
}

.case-header__image {
  object-position: center 10%;
}

.split-section__image img {
  object-position: center 20%;
}

.case-study-template-default .split-section__btn.btn.btn--primary {
  margin-top: 55px;
}

@media screen and (max-width: 740px) {
  .page-id-562 .centered-heading__copy {
    font-size: 50px;
  }
}
@media (min-width: 782px) {
  .wp-block-columns {
    display: inline;
  }
}
@media screen and (min-width: 601px) {
  .state--scrolled-past .article-index__list {
    width: 25%;
    left: -25%;
    max-height: calc(100vh - 120px);
    bottom: unset;
    max-width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .glide__track {
    overflow: hidden;
  }
  .site-header .site-header__logo {
    width: 80%;
  }
  .single-post .article-pagination {
    margin-top: 45px;
    padding-top: 45px;
  }
  .user_splitsection {
    margin-top: 40px;
  }
  .article-pagination__btn {
    padding: 10px 20px;
  }
  .split-section__image img {
    padding: 20px;
  }
  .accordion {
    padding: 60px 20px 70px;
  }
  .article-pagination {
    padding: 0;
  }
  .simple-slider.centered-heading {
    min-height: auto;
  }
  .single-uslugi .text.text--default {
    padding: 0 20px 115px;
  }
  .home-text {
    padding: 40px 20px;
  }
  .page-id-562 .centered-heading__copy {
    font-size: 28px;
  }
  .state--scrolled-past .article-index__list-container.js-article-index-list-container {
    /* display: none; */
  }
  .text.text--default.article {
    padding: 0 20px;
  }
  .privacy-policy .article__padding, .page-id-2572 .article__padding {
    padding: 0 24px;
  }
  .home-hero {
    background-image: url(/wp-content/uploads/2022/06/tlo.png);
  }
  .page-template-service .container.service-header__container.split-section__container {
    padding-top: 90px;
  }
  .page-template-blog .grid__item {
    padding-bottom: 60px;
  }
  .article__padding {
    padding: 0 24px;
  }
  .text ol li::before {
    /* padding: 5px; */
    /* left: 2px; */
  }
  .text ul li::before {
    left: 2px;
  }
  .article-header__side {
    margin-bottom: 20px;
  }
  .article-header {
    background-size: 500%;
    padding: 0px 24px 34px;
  }
  .article-header__thumbnail {
    margin-left: -24px;
    margin-right: -24px;
  }
  .page-template-service .container.service-header__container.split-section__container {
    padding-top: 90px;
  }
}
@media (max-width: 400px) {
  .frame-tabs__tabs .tabs__title {
    font-size: 18px;
    margin-right: 15px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

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

.mt-30 {
  margin-top: 30px;
}

/*# sourceMappingURL=fscss.css.map */
