/*!
Theme Name: ZAPRAWIENI
Theme URI: https://zaprawieni.pl
Author: Esumo
Author URI: https://esumohq.com
Version: 1.0.0
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img {
  pointer-events: none;
}

body,
input,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Aeonik", sans-serif;
  font-weight: 300;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1240px;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.row.align-center {
  align-items: center;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-between {
  justify-content: space-between;
}

.h1 {
  font-size: 52px;
  line-height: 100%;
}

.h2 {
  font-size: 40px;
  line-height: 100%;
}

.h3 {
  font-size: 30px;
  line-height: 100%;
}

.large {
  line-height: 100%;
  font-size: 24px;
}

.semi {
  font-size: 18px;
  line-height: 135%;
}

.normal, p {
  font-size: 16px;
  line-height: 135%;
}

.small {
  font-size: 14px;
  line-height: 100%;
}

.xs{
  font-size: 11px;
  line-height: 100%;
}

.uppercase {
  text-transform: uppercase;
}


/* Header */

header.notification--bar{
  background-color: #c2955d;
}

header.notification--bar a{
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
}

header.main {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 48px 0;
}

header.main.fixed {
  position: fixed;
  top:-120px;
  z-index: 11;
  width: 100%;
  background-color:#fff;
  padding: 24px 0;
  transition:.5s;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}

header.main.fixed.active{
  top:0;
}

header.main nav ul {
  list-style: none;
  display: flex;
  margin:0;
  gap: 30px;
  padding:0;
}

header.main nav ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 8px;
  padding:4px 0;
}

header.main.fixed nav ul li a{
  color:#000;
}

@media (min-width:1100px){
  /* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #c2955d;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
}

header.main nav ul li.subnav{
  position: relative;
}

header.main nav ul li.subnav ul{
  bottom:1px;
  opacity:0;
  display:none;
  left:16px;
  position: absolute;
  flex-direction: column;
  padding: 16px 0 0;
  transform:translateY(100%);
  transition:.5s;
  gap: 0;
}

header.main nav ul li.subnav:hover ul{
  opacity:1;
  display: flex;
}

header.main nav ul li.subnav ul li a{
  white-space: nowrap;
  background-color: #fff;
  line-height: 48px;
  border-bottom: 1px solid #F3F3F3;
  color: #000;
  padding:0 16px;
  transition:.5s;
}

header.main.fixed nav ul li.subnav ul li a{
  background-color:#F6F6F6;
}

header.main nav ul li.subnav ul li a:hover{
  background-color:#D9D9D9;
}

header.main .primary--gold {
  margin-top: 0;
  padding: 15px 20px;
}

/* Footer */

footer.main {
  padding: 0;
  background-color: #252428;
}

footer.main .copyrights {
  padding: 40px 0;
  border-top: 1px solid #3f3d45;
}

footer.main .copyrights ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}

footer.main .copyrights ul li a,
footer.main .copyrights span a {
  text-decoration: none;
  color: #d9d9d9;
}

footer.main .copyrights span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9d9d9;
}

footer.main .copyrights span small {
  color: #c2955d;
}

footer.main .col {
  width: 32%;
}

footer.main .col h3 {
  color: #fff;
  width: 100%;
  text-align: right;
  margin: 0 0 24px;
}

footer.main .col .footer--nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  gap: 4px;
  padding: 0;
}

footer.main .footer-columns {
  padding: 40px 0 24px;
}

footer.main .col .footer--nav li {
  padding: 16px 0;
  border-bottom: 1px solid #3f3d45;
}

footer.main .col .footer--nav li:last-of-type {
  border-bottom: 0;
}

footer.main .col .footer--nav li:first-of-type {
  padding: 16px 0;
  border-bottom: 1px solid #3f3d45;
}

footer.main .col .footer--nav li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #d9d9d9;
  text-decoration: none;
}

footer.main .col .footer--nav li a span {
  color: #c2955d;
}

footer.main .footer-header {
  align-items: center;
  padding: 96px 0 48px;
  border-bottom: 1px solid #c2955d;
}

footer.main .footer-header img {
  display: block;
  width: 100%;
  max-width: 400px;
}

footer.main .footer-header h2 {
  margin: 0;
  text-align: right;
  color: #fff;
}

footer.main .footer-details {
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #c2955d;
}

footer.main .footer-details span {
  color: #d9d9d9;
  display: inline-block;
}

footer.main .footer-details a {
  text-decoration: none;
  margin: 0;
  text-align: right;
  color: #fff;
}

/* Header */

/* Homepage */

.home--about {
  padding: 96px 0;
  overflow: hidden;
}

.home--about .header {
  position: relative;
  margin-bottom: 96px;
}

.home--about .header span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 156px;
  line-height: 135%;
  font-weight: 300;
  display: block;
  color: #f3f3f3;
  transform: translateX(30%) translateY(-20%);
}

.home--about .header  img{
  position: absolute;
  left: 60%;
  top: 80px;
  display: block;
}

.home--about .header span strong {
  font-weight: 300;
  color: #c2955d;
}

.home--about .header h3 {
  font-size: 40px;
  margin: 0 0 40px;
  color: #000;
  font-weight: 300;
  width: 100%;
  max-width: 720px;
}

.home--about .header p {
  width: 100%;
  max-width: 720px;
  font-size: 18px;
  line-height: 135%;
  font-weight: 300;
  margin: 0;
}

.home--about .single--news-box {
  width: 24%;
  background-color: #f3f3f3;
}

.home--about .single--news-box .thumbnail {
  position: relative;
}

.home--about .single--news-box .thumbnail:after {
  content: "";
  display: block;
  width: 50%;
  height: 35px;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}

.home--about .single--news-box .thumbnail img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home--about .single--news-box .meta {
  padding: 20px;
}

.home--about .single--news-box .meta h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}

.home--about .single--news-box .meta p {
  margin: 32px 0;
  font-size: 16px;
  line-height: 135%;
  width: 90%;
}

.home--about .single--news-box .meta .more, a.more {
  display: inline-flex;
  color: #000;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  padding:0 0 4px;
  transition:.5s;
}

.home--about .single--news-box .meta .more img {
  display: block;
  width: 12px;
  height: 12px;
}

.home--about .single--news-box .meta .more:hover{
  color:#c2955d;
}

.home--offer {
  padding: 96px 0 56px;
  background-color: #252428;
}

.home--offer .row > .desc,
.home--offer .row > img {
  width: 48%;
}

.home--offer .row > .desc h3 {
  color: #fff;
  width: 90%;
  margin: 0 0 40px;
}

.home--offer .row > .desc p {
  width: 90%;
  color: #fff;
  margin: 0;
}

.home--offer .row > img {
  display: block;
}

.home--offer h4 {
  color: #d9d9d9;
  margin: 60px 0;
  padding-top: 10px;
  border-top: 1px solid #3f3d45;
  width: 100%;
}

.home--offer .single--offer {
  margin-bottom: 56px;
}

.home--offer .single--offer .desc,
.home--offer .single--offer .offer-list {
  width: 48%;
}

.home--offer .single--offer .desc h3 {
  color: #c2955d;
  margin: 0;
}

.home--offer .single--offer .desc p {
  margin: 40px 0;
  width: 95%;
}

.home--offer .single--offer .desc .more, a.more.white {
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  transition:.5s;
  padding:0 0 4px;
}

.home--offer .single--offer .desc .more:hover, a.more:hover{
  color:#c2955d;
}

.home--offer .single--offer .desc .more img, a.more img {
  display: block;
  width: 12px;
  height: 12px;
}

.home--offer .single--offer .offer-list {
  background-color: #1f1e22;
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}

.home--offer .single--offer .offer-list li {
  display: flex;
  padding: 0 40px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  transition:.5s;
}

.home--offer .single--offer .offer-list li  a{
  padding:40px 0;
  border-bottom: 1px solid #3f3d45;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition:.5s;
}

.home--offer .single--offer .offer-list li:hover{
  background-color:#3F3D45;
}

.home--offer .single--offer .offer-list li:hover a{
  border-color:transparent
}

.home--offer .single--offer .offer-list li:last-of-type a{
  border-bottom: 0;
}
/* 
.home--offer .single--offer .offer-list li:first-of-type a{
  border-bottom: 1px solid #3f3d45;
} */

.home--offer .single--offer .offer-list li span {
  color: #c2955d;
}

.home--magnet {
  padding: 96px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.home--magnet .desc {
  width: 45%;
  position: relative;
  z-index: 1;
}

.home--magnet .desc h3, .home--magnet .desc h2 {
  margin-top: 0;
}

.home--magnet .desc p {
  margin: 24px 0;
}

.home--magnet img {
  display: block;
  width: 45%;
}

.home--testimonies {
  padding: 96px 0;
  background-size: cover;
  background-position: top center;
}

.home--testimonies .testimonies-header{
  width:30%;
}

.home--testimonies h3 {
  color: #fff;
  margin: 0;
}

.arrow-nav{
  display: flex;
  gap: 4px;
  margin-top: 40px;
}

.arrow-nav img{
  display:block;
  width: 96px;
  height: 96px;
  object-fit: contain;
  object-position: center center;
  border-radius: 50%;
  padding: 16px;
  transition:.5s;
  pointer-events:initial;
}

.arrow-nav img:hover{
  cursor: pointer;
  background-color:#3F3D45;
}

.arrow-nav.light img:hover{
  cursor: pointer;
  background-color:#F3F3F3;
}

.home--testimonies .testimony--wrapper {
  width: 60%;
}

.home--testimonies .testimony--wrapper .single-testimony p {
  margin: 0;
  font-size: 30px;
  line-height: 136%;
  color: #fff;
}

.home--testimonies .testimony--wrapper .single-testimony h5 {
  margin: 24px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
}

.home--testimonies .testimony--wrapper .single-testimony h6 {
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.home--testimonies .logotypes {
  display: flex;
  padding: 0;
  margin: 64px 0 0;
  flex-wrap: wrap;
  width: 100%;
}

.home--testimonies .logotypes li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border: 1px solid #fff;
}

.home--testimonies .logotypes li img{
  display: block;
  max-width: 60%;
  max-height: 70px;
  object-fit: contain;
}

.home--testimonies .consultation {
  display: block;
  background-color: #fff;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 24px;
  width: 100%;
}

.mateusz--cta {
  background: linear-gradient(90deg, #fff 50%, #252428 50%);
}

.mateusz--cta.grey-bg {
  background: linear-gradient(90deg, #fff 50%, #f3f3f3 50%);
}

.mateusz--cta .row.align-stretch, .home--about .row.align-stretch{
  align-items: stretch;
}

.mateusz--cta .col {
  width: 33.33%;
  flex: 1;
}

.mateusz--cta .col:nth-of-type(1) {
  padding-right: 24px;
}

.mateusz--cta .col:nth-of-type(1),
.mateusz--cta .col:nth-of-type(3) {
  padding: 64px 0 48px;

}

.mateusz--cta  .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child){
  margin-bottom:10px;
}

.mateusz--cta .col:nth-of-type(1) h3, .mateusz--cta .col:nth-of-type(1) h2 {
  margin: 0 0 40px;
}

.mateusz--cta .col:nth-of-type(1) p {
  margin: 24px 0 0;
  width: 90%;
  font-size: 18px;
  line-height: 138%;
}

.mateusz--cta .col:nth-of-type(2) {
  padding: 0 24px;
}

.mateusz--cta .col:nth-of-type(2) img {
  display: block;
  width: 100%;
  height:100%;
  object-fit: cover;
}

.mateusz--cta .col:nth-of-type(3) {
  padding-left: 24px;
}

.mateusz--cta .col:nth-of-type(3) h3 {
  color: #fff;
  margin: 0 0 40px;
}

.mateusz--cta .col:nth-of-type(3) form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mateusz--cta .col:nth-of-type(3) .forminator-ui .forminator-label, .contact--hero .desc .col form .forminator-ui .forminator-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 8px;
  width: 100%;
  white-space: nowrap;
}

.mateusz--cta .col:nth-of-type(3) .forminator-ui .forminator-row, .mateusz--cta .col:nth-of-type(3) .forminator-ui .forminator-field, .mateusz--cta .col:nth-of-type(3) .forminator-ui .forminator-row > *{
  width: 100%;
}

.mateusz--cta .col:nth-of-type(3) .forminator-ui .forminator-label .forminator-required, .contact--hero .desc .col form label  .forminator-required{
  color:#c2955d;
  display:inline;
}

.mateusz--cta .col:nth-of-type(3) form input[type="text"], .mateusz--cta .col:nth-of-type(3) form input[type="email"] {
  padding: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.mateusz--cta .col:nth-of-type(3) form span.forminator-error-message{
  background-color: rgba(255,255,255,.04);
  width: 100%;
  padding: 5px;
  color:#C2955D;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .5px;
  font-weight: 500;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) form span.forminator-error-message{
  background-color:rgba(0,0,0,0.04);
}



.mateusz--cta .forminator-response-message{
  background-color: rgba(255,255,255,.04);
  color: #fff;
  font-size: 13px;
  width: 100%;
  line-height: 135%;
}

.mateusz--cta.grey-bg .forminator-response-message{
  color:#000;
  background-color:rgba(0,0,0,0.04);
}

.mateusz--cta .forminator-response-message.forminator-accessible{
  padding:5px;
  margin-bottom:24px;
}

.mateusz--cta .col:nth-of-type(3) form .forminator-field-consent .forminator-field > label, .forminator-edit-module{
  display:none !important;
}

f.mateusz--cta .col:nth-of-type(3) form .forminator-row{
  margin:0 !important;
}

.mateusz--cta .col:nth-of-type(3) form  .forminator-checkbox__wrapper{
  display: flex;
  align-items: flex-start;
  gap:12px;
}

.mateusz--cta .col:nth-of-type(3) form  .forminator-checkbox__wrapper p{
  margin:0;
  color:#fff;
  font-size:10px;
  line-height: 135%;
}

.mateusz--cta .col:nth-of-type(3) form  .forminator-checkbox__wrapper p:nth-of-type(2){
  margin-top:10px;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) .forminator-ui .forminator-label, .mateusz--cta.grey-bg .col:nth-of-type(3) form .forminator-checkbox__wrapper p, .mateusz--cta.grey-bg .col:nth-of-type(3) form .forminator-checkbox__wrapper p a{
  color:#000;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) form input[type="email"]{
  border-color:#000;
}




.mateusz--cta .col:nth-of-type(3) form input::placeholder {
  color: #fff;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) form input::placeholder {
  color: #000;
}

.mateusz--cta .col:nth-of-type(3) form span {
  color: #f3f3f3;
  width: 90%;
  display: block;
  margin: 8px 0;
}

.mateusz--cta .col:nth-of-type(3) form button {
  background-color: #c2955d;
  color: #fff;
  font-size: 16px;
  padding: 24px;
  border: 0;
  margin-top: 16px;
  transition: 0.5s;
  cursor: pointer;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) h3,
.mateusz--cta.grey-bg .col:nth-of-type(3) form label,
.mateusz--cta.grey-bg .col:nth-of-type(3) form input[type="text"],
.mateusz--cta.grey-bg .col:nth-of-type(3) form input::placeholder,
.mateusz--cta.grey-bg .col:nth-of-type(3) form span {
  color: #000;
}

.mateusz--cta.grey-bg .col:nth-of-type(3) form input[type="text"] {
  border-bottom: 2px solid #000;
}

.home--consultation {
  background-color: #c2955d;
  position: relative;
}

.home--consultation .desc {
  width: 50%;
  position: relative;
  padding: 96px 96px 96px 0;
  color: #fff;
  overflow: hidden;
}

.home--consultation .desc > * {
  z-index: 1;
  position: relative;
}

.home--consultation .desc .z1 {
  position: absolute;
  opacity: 0.07;
  height: 100%;
  right: -104px;
  z-index: 0;
  top: 0;
}

.home--consultation .desc h3 {
  margin: 0 0 40px;
}

.home--consultation p, .home--magnet p{
  font-size: 18px;
  line-height: 135%;
}

.home--consultation .row > img {
  position: absolute;
  width: 50%;
  display: block;
  height: 100%;
  right: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}

.home--consultation.two-ones .images{
  position: absolute;
  width: 50%;
  display: block;
  height: 100%;
  right: 0;
  z-index: 1;
}

.home--consultation.two-ones .images > img:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
}

.home--consultation.two-ones .images > img:nth-of-type(2){
  width: 100%;
  height: calc(100% - 232px);
  position: absolute;
  bottom: 0;
  object-fit: cover;
  object-position: center center;
}

a.primary--white {
  background-color: #fff;
  padding: 24px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border: 0;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px;
  transition: 0.5s;
}

a.primary--white:hover{
  background-color:#D9D9D9;
}

a.primary--gold {
  background-color: #c2955d;
  padding: 24px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px;
  transition: 0.5s;
}

a.primary--gold:hover,
.mateusz--cta .col:nth-of-type(3) form button:hover, .contact--hero .desc .col form button:hover {
  background-color: #7E623E;
  color: #fff;
}

.home--what .container {
  position: relative;
  padding: 200px 0 96px;
  min-height: 800px;
}

.home--what .z {
  position: absolute;
  height: 100%;
  top: 0;
  left: -40px;
  opacity: 0.07;
}

.home--what .row {
  position: relative;
  z-index: 1;
}

.home--what .tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.home--what .tabs-nav,
.home--what .tabs-stage {
  width: 45%;
}

.home--what .tabs-nav{
  list-style: none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap:40px;
}

.home--what .tabs-nav li {
  padding-left:100px;
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/plus.svg');
  background-position: left center;
  background-repeat: no-repeat;
  transition:.5s;
}

.home--what .tabs-nav li.tab-active{
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/minus.svg');
}

.home--what .tabs-nav li:hover a{
  color:rgba(0,0,0,0.5);
}

.home--what .tabs-nav li a{
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;;
  font-size: 30px;
  line-height: 100%;
  transition:.5s;
}

.home--what .tabs-nav li.tab-active a{
  color:#000;
  font-size: 40px;
  line-height: 100%;
}

.home--what .desc p {
  color: #252428;
  margin: 12px 0;
  width: 90%;
}

.home--what .titles > * {
  position: relative;
  padding-left: 96px;
  width: 90%;
}

.home--what .titles > * img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home--what .titles h2 {
  margin-top: 12px;
}

.home--what .titles h3 {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 64px;
}

.scroll-down{
  position: absolute;
  left: 0;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 32px;
  color: #c2955d;
  font-weight: 300;
  text-decoration: none;
}

.scroll-down.white{
  color:#fff;
}

.home--hero {
  padding-top: 164px;
  position: relative;
}

.home--hero:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(37, 36, 40, 1),
    rgba(37, 36, 40, 0.6)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home--hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home--hero .container {
  position: relative;
  z-index: 2;
  padding: 136px 0 120px;
}

.home--hero .row {
  justify-content: flex-end;
}

.home--hero .z1 {
  position: absolute;
  height: 100%;
  width: auto;
  left: -40px;
  top: 1px;
}

.home--hero .desc {
  width: 48%;
  color: #fff;
}

/* Contact */

.contact--hero {
  padding-top: 164px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.contact--hero:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(37, 36, 40, 1),
    rgba(37, 36, 40, 0.6)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.contact--hero .container {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.contact--hero .row {
  justify-content: flex-end;
}

.contact--hero .z1 {
  position: absolute;
  height: 100%;
  width: auto;
  left: -40px;
  opacity: 0.1;
  top: 1px;
}

.contact--hero .desc {
  width: 85%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}

.contact--hero .desc:before {
  content: "";
  background-color:rgba(37, 36, 40, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.contact--hero .desc .col {
  width: 42%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap:30px; 
}

.contact--hero .desc .col > *{
  margin:0;
}


.contact--hero .desc .col  form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* .contact--hero .desc .col  form label {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 8px;
  width: 100%;
} */

.contact--hero .desc .col  form input[type="text"], .contact--hero .desc .col  form input[type="email"] {
  padding: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.contact--hero .desc .col  form input::placeholder {
  color: #fff;
}

.contact--hero .desc .col form span {
  color: #f3f3f3;
  width: 90%;
  display: block;
  margin: 8px 0;
}

.contact--hero .desc .col .forminator-field-consent .forminator-field > label{
  display:none;
}

.contact--hero .desc .col form .forminator-row {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 0 !important;
}

.contact--hero .desc .col .forminator-field-email, .contact--hero .desc .col .forminator-field-email .forminator-field, .contact--hero .desc .col .forminator-field-email .forminator-field > *{
  width:100%;
}

.contact--hero .desc .col form .forminator-checkbox__wrapper{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.contact--hero .desc .col form .forminator-checkbox__wrapper p{
  margin: 0;
  color: #fff;
  font-size: 10px;
  line-height: 135%;
}

.contact--hero .desc .col form .forminator-checkbox__wrapper p:nth-of-type(2){
  margin-top:10px;
}

.mateusz--cta .col:nth-of-type(3) form  .forminator-checkbox__wrapper p a, .contact--hero .desc .col form .forminator-checkbox__wrapper p a{
  color:#fff;
  font-weight: 500;
}

.contact--hero .desc .col  form button {
  background-color: #c2955d;
  color: #fff;
  font-size: 16px;
  padding: 24px;
  border: 0;
  margin-top: 16px;
  transition: 0.5s;
  cursor: pointer;
}

.contact--hero .desc .col form .row{
  gap: 8px;
  justify-content: space-between;
}

.contact--details{
  padding:40px 0;
}

.contact--details .single-details{
  margin:40px 0;
  justify-content: space-between;
}

.contact--details .single-details .desc{
  width:40%;
}

.contact--details .single-details h3{
  width: 40%;
}

.contact--details .single-details .desc ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap:16px;
  margin:0;
  padding:0;
}

.contact--details .single-details .desc ul li{
  padding-left:60px;
  position: relative;
}

.contact--details .single-details .desc ul li:before{
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/arrow-right-gold.svg');
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:37px;
  height: 18px;
}

.contact--details .single-details .desc ul li img{
  position: absolute;
  left:0;
  top:0;
}

.faq{
  padding:96px 0 56px;
  background-color:#252428;
}

.faq h3{
  color: #fff; 
  width: 33%;
  margin-top:0;
}

.faq .header{
  color: #fff; 
  width: 33%;
}

.faq .header h3{
  width:100%;
}

.faq .acc-container{
  width:60%;
}

.faq .acc-btn {
  width: 100%;
  cursor: pointer;
  padding: 32px 144px 32px 32px;
  border:0;
  border-bottom: 1px solid #3f3d45;
  background-color:transparent;
  color: #fff;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq .acc-btn:hover{
  background-color:#3F3D45;
}

.faq .acc-btn:after {
  content: "";
  width:56px;
  height: 56px;
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/plus.svg');
  position: absolute;
  right:24px;
  transition: all 0.3s linear;
}

.faq .acc-btn.is-open{
  background-color:#3F3D45;
  border-bottom: 1px solid #c2955d;
}


.faq .acc-btn.is-open:after {
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/minus.svg');
}

.faq .acc-content {
  max-height: 0;
  color: #f3f3f3;
  padding: 0 32px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq .acc-content p {
  width: 95%;
  margin: 12px 0;
  display: block;
  color: #f3f3f3;
}

/* Blog */

.blog--hero {
  padding-top: 164px;
  background-color: rgba(37, 36, 40, 1);
  position: relative;
  background-size:cover;
  background-position: center center;
}

.blog--hero:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(37, 36, 40, 1),
    rgba(37, 36, 40, 0.6)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.blog--hero .container {
  position: relative;
  z-index: 2;
  padding: 96px 0 144px;
}

.blog--hero .row {
  justify-content: flex-end;
}

.blog--hero .z1 {
  position: absolute;
  height: 100%;
  width: auto;
  left: -40px;
  opacity: 0.1;
  top: 1px;
}

.blog--hero .desc {
  width: 50%;
  color: #fff;
  position: relative;
}

.blog--hero .desc ul{
 list-style:none;
 gap:16px;
 display: flex;
 padding:0;
 align-items: center;
}

.blog--hero.single--hero .desc ul{
  gap:24px;
  flex-wrap:wrap;
}
.blog--hero .desc ul li{
  padding: 8px 16px;
}
.blog--hero .desc ul li.category{
  border: 1px solid #3F3D45;
  color:#D9D9D9;
}

.blog--hero .desc ul li.category a{
  text-decoration: none;
  color:inherit;
}

.blog--hero .desc h1{
  color:#fff;
}


.blog--hero .desc .more {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.blog--hero .desc  .more img {
  display: block;
  width: 12px;
  height: 12px;
}

.blog--categories{
  background-color:#f3f3f3;
    padding:24px 0;
}

.blog--categories ul{
  display:flex;
  gap:30px;
  list-style: none;
  padding:0;
  margin:0;
}


.blog--categories ul li a{
  color:#000;
  text-decoration: none;
}

.blog--category {
  padding:48px 0;
}

.blog--category .row{
  justify-content: flex-start;
  gap:1.33%;
  align-items: stretch;
}

.blog--category .header{
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:64px;
}

.blog--category .header > *{
  width:48%;
}

.blog--category .header .desc .more{
    display: inline-flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-top:16px;
    font-weight: 600;
  }

.blog--category .single--news-box {
  width: 24%;
  background-color: #f3f3f3;
  margin-bottom:40px;
}

.blog--category .single--news-box .thumbnail {
  position: relative;
}

.blog--category .single--news-box .thumbnail:after {
  content: "";
  display: block;
  width: 50%;
  height: 35px;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}

.blog--category .single--news-box .thumbnail img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog--category .single--news-box .meta {
  padding: 20px;
}

.blog--category .single--news-box .meta h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}

.blog--category  .single--news-box .meta p {
  margin: 32px 0;
  font-size: 16px;
  line-height: 135%;
  width: 90%;
}

.blog--category .single--news-box .meta .more {
  display: inline-flex;
  color: #000;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}

.blog--category .single--news-box.video .meta .more{
  margin-top:32px;
}

.blog--category .single--news-box .meta .more img {
  display: block;
  width: 12px;
  height: 12px;
}

.blog--category .single--news-box .meta  .info{
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
  justify-content: space-between;
  align-items: center;
}

.blog--category .single--news-box .meta  .info .category{
  padding: 5px 5px;
  border: 1px solid #D9D9D9;
}

.blog--category .single--news-box .meta  .info li a{
  color:#000;
  text-decoration: none;
}

.blog--more{
  padding:40px 0 96px;
}

.blog--more h3, .blog--more .desc{
  width:48%;
}

.single .blog--category{
  padding-top:0;
  padding-bottom:96px;
}

.single .blog--category .justify-center{
  border-top:1px solid #d9d9d9;
  padding-top:32px;
}

.single .blog--category .justify-center h3{
  margin-bottom:56px;
}

.single--content{
  padding:96px 0;
}

.single--content .sidebar{
  width:30%;
}

@media (min-width:1200px){
  .single--content .sidebar{
    position:sticky;
    top:140px;
  }
}

.single--content .sidebar #ez-toc-container{
  background-color:transparent;
  padding:0;
  border:0;
  margin:0;
}

.single--content .sidebar #ez-toc-container a{
  display: block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 0 12px 40px;
  font-size:14px;
  line-height: 135%;
  text-align: right;
  color:#000;
}

.single--content .sidebar #ez-toc-container  nav ul li:last-of-type a{
  border-bottom:0;
  padding-bottom:0;
}

.single--content .sidebar #ez-toc-container nav ul li a::before{
  position: absolute;
  float: none;
  left: 0;
  color: #C2955D;
}

.single--content .sidebar .headers{
  background-color: #F3F3F3;
  padding: 32px;
}

.single--content .sidebar .headers h4{
  margin-top:0;
}

.single--content .content{
  width:65%;
}

.single--content .content p{
  font-size: 16px;
  line-height: 135%;
}

.single--content .content .wp-block-image{
  background-color:#F3F3F3;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.single--content .content ul, .single--content .content ol{
  line-height: 135%;
  padding: 0 0 0 24px;
}

.single--content .content a{
  text-decoration: none;
  color:#000;
  font-weight: 500;
}

.single--content .content h2{
  font-size: 40px;
  line-height: 100%;
}

.single--content .content h2 strong, .single--content .content h3 strong, .single--content .content h4 strong{
  font-weight: 300;
}

.single--content .content h3{
  font-size: 30px;
  line-height: 100%;
}

.single--content .content h4{
  line-height: 100%;
  font-size: 24px;
}

.single--content .content .author{
  display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 24px;
    margin-top: 40px;
    border-top: 1px solid #d9d9d9;
}

.single--content .content .author > img{
  display: block;
  width:125px;
}

.single--content .content .author .meta h5, .single--content .content .author .meta h6{
  margin:0;
}

.single--content .content .author .meta .more{
  margin-top:16px;
  font-weight: 600;
}

/* Oferty */


.offer--hero {
  padding-top: 164px;
  position: relative;
  background-position: center center;
  background-size: cover;
}


.offer--hero:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(37, 36, 40, 1),
    rgba(37, 36, 40, 0.6)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.offer--hero .container {
  position: relative;
  z-index: 2;
  padding: 240px 0 56px;
}

.offer--hero.about-us .container{
  padding-top:200px;
}

.offer--hero .row {
  justify-content: flex-end;
}

.offer--hero .z1 {
  position: absolute;
  height: 100%;
  width: auto;
  left: -40px;
  opacity: 0.1;
  top: 1px;
}

.offer--hero .desc {
  width: 60%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}

.offer--hero .desc:before {
  content: "";
  background-color:rgba(37, 36, 40, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.offer--hero .desc .col{
  position: relative;
}

.offer--hero .desc .col h1{
  margin:0 0 40px;
}


.offer--about {
  padding: 96px 0;
  overflow: hidden;
}

.offer--about .header {
  position: relative;
  margin-bottom: 56px;
  flex-direction: column;
  gap:24px;
}

.offer--about .header > img{
  position: absolute;
  left: 60%;
  top: 24px;
  display: block;
}

.offer--about.about-us .header > img{
  left:auto;
  right:0;
}

.offer--about .header > span {
  position: absolute;
  left:60%;
  top: 0;
  font-size: 156px;
  line-height: 135%;
  font-weight: 300;
  display: block;
  color: #f3f3f3;
  transform: translateY(-20%);
}

.offer--about .header span strong {
  font-weight: 300;
  color: #c2955d;
}

.offer--about .header h3 {
  margin: 0;
  color: #000;
  width: 100%;
  max-width: 610px;
}

.page-template-page-rejestracja-spolek .offer--about .header h2 {
  margin: 0;
  color: #000;
  width: 100%;
  max-width: 610px;
}

.offer--about .header h3 span{
  display:inline;
  border-bottom:1px solid #000;
}

.offer--about .header p {
  margin: 0;
  max-width: 600px;
}

.offer--about.about-us .header p{
  max-width: 715px;
}

.offer--about .desc{
  width:100%;
  max-width: 500px;
}

.offer--about .desc.text-right{
  text-align: right;
}

.offer--about .offer-right{
  justify-content: flex-end;
}

.offer--services{
  padding:96px 0;
  background-color:#252428;
}

.offer--services h2{
  color:#fff;
  margin:0 0 64px;
}

.offer--services .elements{
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.offer--services .elements > img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.offer--services .elements ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  color:#fff;
  margin: 16px 0 40px;
}

.offer--services .elements ul li{
  width:50%;
  padding:12px 0 8px;
  border-bottom:1px solid #c2955d;
}

.offer--services .primary--gold{
  margin-top:56px;
}

.offer--services .elements ul li:nth-of-type(even){
  padding-left:15%;
}

.offer--scope{
  padding:96px 0 64px;
  background-color:#252428;
  color:#fff;
}

.offer--scope .row > *{
  width:48%;
}

.offer--scope .row .intro{
  display:flex;
  flex-direction: column;
  gap:40px;
  align-items: flex-start;
}

.offer--scope .row .intro p, .offer--scope .row .intro p.normal{
  letter-spacing:0.32px;
}


.offer--scope .row .intro p.large{
  letter-spacing: initial;
}

@media (min-width:1200px){
  .offer--scope .row .intro{
    position: sticky;
    top:148px;
  }
}

.offer--scope .row .intro > *{
  margin:0;
  max-width:85%;
}

.offer--scope .row .intro img{
  min-width: 70px;
}

.offer--scope hr{
  margin:16px 0;
  display: block;
  width:100%;
  background-color:#3F3D45;
  border:0;
  height: 1px;
}

.offer--scope .scope hr:last-of-type{
  display: none;
}

.offer--scope .single--scope{
  padding:32px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap:40px;
}

.offer--scope .single--scope h3{
  color:#c2955d;
  margin:0;
}

.offer--scope .single--scope p{
  margin:8px 0;
}

.offer--scope .single--scope a.more{
    display: inline-flex;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    transition: .5s;
    padding: 0 0 4px;
}

.offer--scope .single--scope a.more:hover{
  color:#c2955d;
}

.offer--scope h5{
  color:#D9D9D9;
  margin:0 0 40px;
  padding-top:24px;
  border-top:1px solid #3F3D45
}

.offer--more{
  padding:48px 0 96px;
  background-color:#252428;
  color:#fff;
  overflow: hidden;
}

.offer--more .container{
  position: relative;
}

.offer--more .desc{
  width:40%;
}

.offer--more img{
  position: absolute;
  left:50%;
  top:24px;
}

.photo--background{
    height: 550px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.photo--background img{
  position: absolute;
    bottom: -24px;
    opacity: .5;
    width: auto;
    left: 50%;
    transform:translateX(-50%)
}

/* About */

.about--team{
  padding:96px 0 0;
}

.about--team .col{
  width:40%;
}

.about--team .col a.more{
  font-weight: 600;
  margin-top:24px;
}

.about--team h3{
  margin:96px 0 64px;
}

.single-person .meta{
  padding:24px;
  display:flex;
  flex-direction: column;
  gap:4px;
}

.single-person .meta h5{
  margin:0;
}

.single-person .meta  span{
  color:#c2955d
}

.about--team .team-header{
  justify-content: flex-start;
  align-items: center;
  gap:40px;
}

/* Księgowość */

.offer--profits{
  padding:96px 0;
}

.offer--profits .header{
  margin-bottom:96px;
}

.offer--profits .header .col{
  width:42%;
}

.offer--profits .header .col:first-of-type{
  width:48%;
}

.offer--profits .header .col h2{
  margin-top:0;
}


.offer--profits .header .col > p:first-of-type{
  margin-top:0;
}

.offer--profits .z1{
  display: block;
  margin:0 auto;
  max-width: 100%;
}

.offer--profit .offer-table .th {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  justify-content: center;
}

.offer--desc{
  padding:96px 0 80px;
}

.offer--desc .header{
  position: relative;
}

.offer--desc .header .col{
  width:42%;
}

.offer--desc .header .col:first-of-type{
  width:48%;
}

.offer--desc .header > img{
  position: absolute;
  left: 60%;
  top: 24px;
  display: block;
}


.offer--desc .header .col h2{
  margin-top:0;
}


.offer--desc .header .col a.more{
  font-weight: 600;
  margin-top:24px;
}

.offer--desc .header.mb-96, .offer--about .header.mb-96{
  margin-bottom:96px;
}

.offer--desc .header.mb-40{
  margin-bottom:40px;
}

.offer--desc .image-wrapper{
  width:48%;
  position: relative;
}

@media (min-width:1200px){
  .offer--desc .row{
    position: relative;
  }
  .offer--desc .image-wrapper{
    position: sticky;
    top:148px;
  }
} 

.offer--desc .image-wrapper img{
  width:100%;
  height: auto;
  display: block;;
}

.offer--desc .image-wrapper img.z1{
  position: absolute;
  z-index: 2;
  height: calc(100% + 2px);
  left: 0;
  width: auto;
  top: -1px;
}

.offer--desc .desc{
  width:42%;
}

.offer--desc .desc h3{
  margin-top:0;
}

.offer--desc .desc .single--desc{
  padding-left:20px;
  border-left:1px solid #c2955d;
  margin:40px 0;
}

.offer--desc .desc .single--desc h5{
  margin:0 0 24px;
}

/* Obsułga prawna firm */

.offer--steps{
  padding:96px 0 56px;
}

.offer--steps .header .col{
  width:48%;
}

.offer--steps .header {
   margin-bottom:80px;
}

.offer--steps .header h3, .offer--steps .header h2{
  margin-top:0;
}

.offer--steps .single--step{
  margin-bottom:40px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.offer--steps .single--step .col{
  width:40%
}

.offer--steps .single--step .col:first-of-type{
  width:55%;
  display: flex;
  align-items: center;
}

.offer--steps .single--step .col:first-of-type img{
  display: block;
}

/* Restrukturyzacja */

.offer--desc.pt-0{
  padding-top:0;
}

.offer--desc.pb-0{
  padding-bottom:0;
}

.offer--desc.pb-40{
  padding-bottom:40px;
}

.offer--desc .desc .single--desc ul, ul.arrows{
  list-style: none;
  margin:24px 0;
  padding:0;
  display:flex;
  flex-direction: column;
  gap:24px;
}

ul.arrows li{
  padding-left: 64px;
  position: relative;
}

ul.arrows li:before{
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/10/arrow-right-gold.svg');
  content:"";
  display: block;
  width: 37px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.offer--desc .col{
  width: 40%;
}

.offer--desc hr{
  width: 100%;
  height: 1px;
  border:0;
  background-color:#3F3D45;
  display: block;
  margin:56px 0;
}

/* Stałe doradztwo */

.offer--about .header > img.t-0{
  top:0;
}

.offer--about .header  p.large{
  line-height: 135%;
}

.offer--about a.more{
  font-weight: 600;
  margin-top:24px;
}

.offer--desc .image-wrapper img.z1.center{
  left:50%;
  transform:translateX(-50%);
}

.offer--desc .desc a.more{
  font-weight: 600;
}

.offer--cases{
  padding:40px 0;
}

.offer--cases .header .col{
  width:50%;
}

.offer--cases .header {
   margin-bottom:48px;
}

.offer--cases .header h3{
  margin-top:0;
}

.offer--cases .single--case{
  width:31%;
  border-top:1px solid #3F3D45;
}

.offer--cases .single--case h3{
  color:#c2955d;
}

/* Windykacja */

.offer--about .row > .col{
  width:45%;
}

.brand-gold{
  color:#c2955d;
}

.offer--about .row > .col.debt{
  margin:40px 0 64px;
  width:62%;
  padding-left: 200px;
    background-image: url('https://zaprawieni.pl/wp-content/uploads/2023/11/windykacja-arrow-down.svg');
    background-size: initial;
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* Umowy */

.offer--about.pb-40{
  padding-bottom:40px;
}

.offer--cases.grey-bg{
  background-color:#F3F3F3;
}

/* Stała obsługa podatkowa */

.offer--steps.dark-bg{
  background-color:#252428;
  color:#fff;
}

.offer--taxes{
  background-color:#252428;
  color:#fff;
  padding:96px 0;
}

.offer--taxes .header{
  width:70%;
  margin-bottom:48px;
}

.offer--taxes .header h3{
  margin-top:0;
}

ul.arrows li.down:before{
  background-image:url('https://zaprawieni.pl/wp-content/uploads/2023/11/arrow-down-list.svg');
  width: 18px;
  height: 37px;
}

.offer--taxes .col{
  width:42%;
}

.offer--taxes .col p{
  width:95%;
}

.offer--taxes .col p strong{
  color:#c2955d
}

.offer-table{
  width:100%;
  margin-top:40px;
}

.offer--taxes .offer-table .th{
  background-color:#3F3D45;
  padding:24px;
}

.offer-table .th{
  background-color:#3F3D45;
  padding:24px 16px;
}

.offer--taxes .row.justify-center{
  margin-top:64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer--taxes .row.justify-center p.large{
  max-width: 825px;
    text-align: center;
}

.offer-table .th h5{
  margin:0;
}

.offer-table .th h6{
  margin:0;
  color:#c2955d;
  font-weight: 600;
}

.offer-table .tr{
  display:flex;
  background-color:#fff;
  color:#000;
}

.offer-table .tr.grey{
background-color:#D9D9D9;
}

.offer-table .tr.light-grey{
  background-color:#F3F3F3;
}

.offer-table .tr.gold{
  background-color:#c2955d;
  color:#fff;
}

.offer-table .tr .td{
  flex:1;
  min-height: 50px;
  padding:0 16px;
  display: flex;
  align-items: center;
  border: 0.5px solid #000;
}

.offer-table .tr .td:nth-of-type(2){
  justify-content: flex-end;
}

/* Zatrudnienie */

.offer--about .mt-0{
  margin-top:0;
}

.offer--about .col.mt-0 p:first-child{
  margin-top:0;
}

.offer-table.white-bg{
  color:#fff;
}

.offer-table .th{
  background-color:#252428;
}

.offer-table.white-bg .td:nth-of-type(1){
  border-left:0;
}

.offer-table.white-bg .td:nth-of-type(2){
  border-right:0;
}

.offer-table.big-summary .gold .td{
  min-height: 80px;
}

.offer--tables{
  padding:96px 0;
  background-color:#252428;
  color:#fff;
}

.offer--tables .col{
  width:42%;
}

.offer--tables .justify-center{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer--tables .col p.large{
  min-height: 120px;
}

.offer--tables .col > p:first-child{
  margin-top:0;
}

.offer--tables .col p.large strong, .offer--tables .justify-center p.large strong{
  color:#C2955D;
  font-weight: 300;
}

.offer--tables .justify-center p{
  max-width: 825px;
  text-align: center;
}

.offer--tables span{
  color:#c2955d;
}

.outline-table{
  margin:32px 0 48px;
  border-bottom:1px solid #c2955d;
}


.outline-table > div{
  border-top:1px solid #c2955d;
  padding:12px 0;
}

.outline-table > div.right{
  padding-left:32px;
}

.offer--about .row > .col.bt{
  border-top:1px solid #3F3D45;
  padding-top:16px;
}

.offer--profit{
  padding:80px 0 32px;
}

.offer--profit.pt-96{
  padding-top:96px;
}

.offer--profit.pb-96{
  padding-bottom:96px;
}

.offer--profit .col{
  width:42%;
}

.offer--profit .col h2, .offer--profit .col p{
  margin-top:0;
}

.offer--profit .align-center{
  margin:48px 0;
}

.offer--profit .align-center span{
  display: inline-block;
  font-size: 104px;
  color:#c2955d;
}

.offer--profit .offer-table .th{
  color:#fff;
}

.offer--profit .single--profit .header{
  min-height: 180px;
}

.offer--profit .offer-table .tr .td:nth-of-type(1){
  flex:3;
}

/* Rejestracja spółek */


.offer--profit.registration .col.wider{
  width:60%;
}

.offer--profit.registration .col{
  width:35%;
}


.offer--profit.registration  .align-center span{
  font-size:120px;
}

.offer--profit.registration .single--profit.col{
  width:31%;
}

.offer--profit.registration .single--profit .header{
  min-height: 120px;
}


.offer--profit.registration .cols{
  justify-content: flex-start;
  gap:3.5%;
}

.offer--profiles{
  padding:96px 0;
  background-color:#252428;
  color:#fff;
}

.offer--profiles h3{
  margin-top:0;
}

.offer--profiles h3.h3{
  margin-bottom:48px;
}

.offer--profiles .arrow-nav{
  margin:0;
}

.offer--profiles .align-center{
  margin:24px 0;
}

.offer--profiles hr{
  display: block;
  width:80%;
  border:0;
  height: 1px;
  margin:0;
  background-color:#c2955d;
}

.mobile--bg{
  display: none;
}

.mobile-opener{
  display:none;
}

header#mobile{
  display: none; 
}

@media (max-width:900px){
  .container{
    width:100%;
    padding:0 24px;
  }
  .h2{
    font-size:30px;
  }
  .footer-details .h2{
    font-size:24px;
  }
  .semi{
    font-size:18px;
  }
  .large{
    font-size: 20px;
    line-height: 135%;
  }
  .h3{
    font-size:26px;
  }
  .h1{
    font-size:36px;
  }
  header a.primary--gold, header nav{
    display:none;
  }
  header .brand img{
    max-width: 158px;
  }
  footer.main .col{
    width:100%;
    margin-bottom:32px;
  }
  footer.main .copyrights{
    justify-content: center;
    flex-direction: column;
    gap:24px;
    align-items: center;
  }
  footer.main .footer-header h2{
    text-align: left;
    margin-top: 40px;
  }
  footer.main .footer-header h2 br{
    display:none;
  }
  footer.main .footer-details{
    gap:24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .home--testimonies{
    padding:64px 0;
  }
  .home--testimonies .logotypes li {
    width: 50%;
    min-height: 130px;
}
.home--testimonies .logotypes li img{
  max-width: 60%;
  display: block;
}
.home--testimonies .testimonies-header{
  width:100%;
  margin-bottom:24px;
}
.home--testimonies .testimony--wrapper{
  width:100%;
}
.home--testimonies .testimony--wrapper .single-testimony p{
  font-size:20px;
}
.home--testimonies .arrow-nav{
  margin-top:24px;
}
.mateusz--cta .col {
  width: 100%;
  flex: none;
}
.mateusz--cta, .mateusz--cta.grey-bg{
  background-image:none;
}
.mateusz--cta .container, .home--consultation .container{
  padding:0;
}
.mateusz--cta .col:nth-of-type(3){
  background-color:#252428;
}
.mateusz--cta .col:nth-of-type(2){
  padding:0;
}
.mateusz--cta .col:nth-of-type(1), .mateusz--cta .col:nth-of-type(3){
  padding:48px 24px;
}
.mateusz--cta.grey-bg .col:nth-of-type(3){
  background-color:#f3f3f3;
}
.mateusz--cta .col:nth-of-type(2) img{
  max-height: 300px;
  object-position: 30% 20%;
  object-fit: cover;
}
.home--consultation .row > img {
  order:1;
  position: initial;
  width: 100%;
  height: auto;
}
.home--consultation.two-ones .images{
  order:1;
  position: initial;
  width: 100%;
  height: auto;
}
.home--consultation.two-ones .images > img:nth-of-type(2){
  position:initial;
  height: 250px;
  margin-top:150px;
}
.home--consultation .desc{
  width:100%;
  order:2;
  padding:64px 24px;
}
.home--what{
  overflow: hidden;
}
.home--what .tabs-nav, .home--what .tabs-stage{
  width:100%;
}
.home--what .container{
  padding:80px 0;
}
.home--what .tabs-nav li.tab-active a{
  font-size:30px;
}
.home--what .tabs{
  padding:0 24px;
}
.home--what .tabs-nav{
  margin-bottom:40px;
}
.home--offer .single--offer .desc, .home--offer .single--offer .offer-list{
  width:100%;
}
.home--offer .single--offer .offer-list li{
  font-size:16px;
  padding: 0 24px;
}
.home--offer .single--offer .offer-list li a {
  padding: 24px 0;
}
.home--offer .single--offer .offer-list{
  margin-top:32px;
}
.home--offer .row > .desc, .home--offer .row > img{
  width:100%;
}
.home--offer .row > img{
  margin-top:32px;
}
.home--offer{
  padding:64px 0 24px;
}
.home--magnet{
  padding:56px 0 64px;
}
.home--magnet img{
  order:1;
  width:75%;
  margin:0 auto 40px;
}
.home--magnet .desc{
  width:100%;
  order:2;
}
.home--about .single--news-box{
  width:100%;
  margin-bottom:32px;
}
.home--about{
  padding:80px 0 48px;
}
.home--about .header h3{
  font-size:30px;
}
.home--about .header img {
  position: absolute;
  left: 60%;
  top: -16px;
  width: 400px;
}
header.notification--bar a.small{
  font-size:11px;
}
.home--hero .container{
  padding:56px 24px 64px;
}
.home--hero .z1{
  position: initial;
  width: 120px;
}
.home--hero .desc{
  width: 100%;
}
.scroll-down{
  display:none;
}
.offer--hero{
  background-image:none !important;
      background-color:rgba(37, 36, 40, 1);
}
.contact--hero{
  background-image: none !important;
      background-color:rgba(37, 36, 40, 1);
}
.offer--hero:before, .blog--hero:before{
display: none;
}
.contact--hero:before {
  display: none;
}
.contact--hero .desc:before, .blog--hero .desc:before{
  display: none;
}
.offer--hero .z1, .contact--hero .z1, .blog--hero .z1{
  position: initial;
  width: 120px;
}
.offer--hero.about-us .container, .contact--hero .container{
  padding:0 24px 64px;
}
.offer--hero .desc, .contact--hero .desc, .blog--hero .desc {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
  position: relative;
}
.blog--hero .desc {
  flex-direction: column;
}
.offer--about{
  padding:80px 0 56px;
}
.offer--about.about-us .header > img{
  display: none;
}
.offer--about .desc.text-right{
  text-align: left;
}
.photo--background{
  height: 205px;
}
.photo--background img{
  width:160%;
}
.about--team{
  padding:64px 0 0;
}
.about--team .col{
  width: 100%;
}
.about--team h3{
  margin:64px 0 0;
}
.about--team .team-header{
  gap:16px;
}
.about--team .arrow-nav{
  margin:0 0 24px
}
.offer--scope .row > *{
  width: 100%;
}
.offer--scope h5{
  margin-top:40px;
}
.faq{
  display:none;
}
.contact--hero .desc .col {
  width: 100%;
}
.contact--hero .desc .col form{
  margin-top:32px;
}
.offer--hero .desc, .contact--hero .desc{
  flex-wrap: wrap;
}
.contact--hero .half {
  width: 48%;
}
.contact--details .single-details h3, .contact--details .single-details .desc{
  width: 100%;
}
.contact--details{
  padding:0;
}
.blog--hero{
  background-image:none !important;
}
.offer--hero .container, .blog--hero .container{
  padding:0 24px 64px;
}
.offer--hero .desc:before{
  display: none;
}
a.primary--gold, a.primary--white{
  font-size:15px;
}
.offer--about .header > img {
  position: initial;
  order: 1;
  display: block;
  width: 500px;
  margin: 0 0 24px;
}
.offer--about .header h2, .offer--about .header h3, .offer--about .header p{
  order:2;
}
.offer--services{
  padding:48px 0;
}
.offer--services h2{
  text-align: center;
}
.offer--services .elements{
  display: flex;
  flex-direction: column;
  gap:24px;
}
.offer--services .elements img{
  position: initial;
  margin: 0 auto;
  transform:none;
}
.offer--services .elements ul li, .offer--services .elements ul li:nth-of-type(even){
  width: 100%;
  padding: 12px 0 8px;
}
.offer--services .primary--gold{
  margin-top:16px;
}
.offer--desc .header .col:first-of-type, .offer--desc .header .col{
  width: 100%;
}
.offer--desc .image-wrapper{
  width: 100%;
  margin-bottom:48px;
}
.offer--desc .desc{
  width: 100%;
}
.offer--desc .header.mb-96, .offer--about .header.mb-96{
  margin-bottom:64px;
}
.offer--profits .header .col:first-of-type, .offer--profits .header .col{
  width: 100%;
}
.offer--more img{
  position: initial;
  order: 1;
  display: block;
  width: 500px;
  margin: 0 0 32px;
}
.offer--desc .header > img{
display: none;
}
.offer--more .desc{
  width: 100%;
  order:2;
}
.offer--more{
  padding:80px 0 24px;
}
.offer--about .row > .col{
  width:100%;
}
.offer--profit{
  padding-top:32px;
}
.offer--profit .col{
  width: 100%;
}
.offer--profit .align-center {
  margin:24px 0;
}
.offer--profit .align-center span{
  font-size:48px;;
}
.offer--steps .header .col{
  width: 100%;
}
.offer--steps .single--step .col:first-of-type, .offer--steps .single--step .col{
  width: 100%;
}
.offer--steps .single--step .col:first-of-type{
  margin-bottom:32px;
}
.offer--steps .single--step .col:first-of-type img {
  width: 100%;
}
.offer--profit.registration .single--profit.col{
  width: 100%;
}
.offer--profit.registration .align-center span{
  font-size:48px;;
}
.offer--profit.registration .header .col{
  width: 100%;
}
.offer--profit.registration .col.wider, .offer--profit.registration .col{
  width: 100%;
}
.offer--tables .col{
  width: 100%;
}
.offer--tables, .offer--taxes {
  padding:64px 0;
}
.offer--taxes .col{
  width: 100%;
}
.offer--cases .header .col, .offer--cases .single--case{
  width: 100%;
}
.offer--desc .col{
  width: 100%;
}
.offer--about .row > .col.debt{
  width: 100%;
  padding-left:0;
  background-image:none;
  margin:0 0 32px;
}
.mobile--bg{
  display: block;
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 450px;
}
.mobile--bg img{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:0;
}
.mobile--bg:before{
  content: "";
  background-image: linear-gradient(
    to top,
    rgba(37, 36, 40, 1),
    rgba(37, 36, 40, 0.6)
  );
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.offer--profiles hr{
  width: 25%;
}
.mobile-opener{
  display:block;
}
header#mobile{
  padding: 24px 0;
  background-color: #252428;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

header#mobile nav{
  display: flex;
  flex-direction: column;
  margin-top:40px;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

header#mobile nav a.primary--gold{
  display: block;
  width: 100%;
  text-align: center;
}

header#mobile nav ul {
  list-style: none;
  display: flex;
  margin:0;
  gap: 8px;
  padding:0;
    flex-direction: column;
}

header#mobile nav ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 8px;
  padding:4px 0;
}

header#mobile nav ul li.subnav{
  position: relative;
}

header#mobile nav ul li.subnav ul{
  flex-direction: column;
  padding: 0 0 0 16px;
  gap: 0;
  margin:8px 0;
}

header#mobile nav ul li.subnav ul li a{
  white-space: nowrap;
  background-color: #fff;
  line-height: 32px;
  border-bottom: 1px solid #F3F3F3;
  color: #000;
  padding:0 16px;
  transition:.5s;
}
.blog--hero.single--hero .desc ul{
  gap:12px;
}
.single--content .sidebar{width:100%;}
.single--content .content{
  width:100%;
  margin-top:40px;
}
.single--content{
  padding:48px 0 64px;
}
.blog--category .single--news-box{
  width:100%;
}
.blog--category .header > *, .blog--more h3, .blog--more .desc{
  width:100%;
}
.blog--more{
  padding-bottom:32px;
}
.blog--category{
  padding-bottom:0;
}
.single--content .content .author{
  justify-content: center;
  flex-direction: column;
  gap:24px;
}
.single--content .content .author .meta{
  text-align: center;
}
}

#cookie-notice{
  font-family: "Aeonik", sans-serif !important;
  font-weight: 300;
}

#cookie-notice .cn-text-container{
  font-size:14px;
}

#cookie-notice a.primary--gold{
  margin: 0 0 0 24px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width:900px){
  #cookie-notice .cn-text-container{
    font-size:13px;
    width: 90%;
    margin: 0 auto;
  }
  #cookie-notice a.primary--gold{
    margin: 24px 0 0px;
    width:100%;
    text-align: center;
  }
  .cn-close-icon{
    top:24px !important;
  }
}

.primary--dark{
  display: inline-flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    padding: 0 0 4px;
    transition: .5s;
    font-weight: 600;
    margin-top: 24px;
}


.offer--why.zop {
  padding: 64px 0
}

.offer--why.zop .row>h2,.offer--why.zop .row>h3 {
  width: 100%
}

.offer--why.zop .row>.h2 {
  margin: 0 0 40px
}

.offer--why.zop .single--desc {
  width: 31%;
  margin-bottom: 32px
}

.home--offer.zop .h2 {
  color: #fff;
  margin-top: 0
}


.offer--why.zop .single--row {
  margin: 24px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start
}

.offer--why.zop .single--row div {
  margin-left: auto;
  max-width: 500px
}

.offer--why.zop .single--row div>p:first-of-type {
  margin-top: 0
}

.offer--why.zop .single--row h5 {
  display: flex;
  gap: 32px;
  align-items: center;
  max-width: 400px;
  margin: 0
}


.offer--process {
  padding: 96px 0
}

.offer--process .h2 {
  margin: 0 0 32px;
  width: 100%
}

.offer--process p em {
  font-style: normal;
  color: #c2955d
}

.offer--process .tab-wrapper {
  width: 100%
}

.offer--process .tab-menu {
  padding: 0;
  margin: 64px 0 40px;
  list-style: none;
  display: flex
}

.offer--process .tab-menu li {
  position: relative;
  background-color: #fff;
  color: #3f3d45;
  display: inline-block;
  padding: 20px;
  opacity: 1;
  cursor: pointer;
  border-bottom: 1px solid #3f3d45;
  z-index: 0;
  transition: .5s
}

.offer--process .tab-menu li.active {
  color: #c2955d;
  border-bottom: 1px solid #c2955d;
  opacity: 1
}

.offer--process .tab-content>div {
  width: 100%
}

.offer--process .tab-content .single-content .row {
  border-bottom: 1px solid #d9d9d9
}

.offer--process .tab-content .single-content .td,.offer--process .tab-content .single-content .th {
  display: flex;
  align-items: center;
  min-height: 105px;
  width: 28%
}

.offer--process .tab-content .single-content .td:first-of-type,.offer--process .tab-content .single-content .th:first-of-type {
  width: 38%
}

.offer--process .tab-content .single-content .row>.td:nth-of-type(2),.offer--process .tab-content .single-content .row>.th:nth-of-type(2) {
  border-right: 1px solid #d9d9d9
}

.offer--process .tab-content .single-content .th {
  font-size: 18px;
  font-weight: 600;
  text-align: left
}

.offer--process .tab-content .single-content .td {
  font-size: 16px;
  text-align: left
}

.offer--process .tab-content .single-content img {
  width: 100%;
  max-width: 395px
}

.zop--cta-box {
  width: 100%;
  background-color: #c2955d;
  margin-top: 64px;
  padding: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center
}

.offer--about .zop--cta-box .h2 {
  margin: 0 0 24px;
}

.zop--cta-box a.more {
  color: #fff;
  margin-top: 40px
}


.offer--scope.zop .box {
  border: 1px solid #C2955D;
  width: 100%;
  margin-top: 8px;
  padding: 24px
}

.offer--scope.zop .box h4 {
  margin: 0
}

.offer--scope.zop .box ul {
  padding: 0;
  margin: 48px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.offer--scope.zop .box ul li {
  display: flex;
  align-items: center;
  gap: 16px
}

.offer--scope.zop .box ul li span {
  font-size: 15px;
  line-height: 135%
}

.offer--about.zop a.more {
  margin-top: 40px
}

@media (max-width: 900px) {

  .offer--why.zop .single--row,.offer--why.zop .single--row h5 {
      flex-direction: column;
      gap: 24px;
      align-items: flex-start
  }

  .offer--process .tab-menu li {
      font-size: 18px
  }

  .offer--process .tab-content .single-content .row>.td:nth-of-type(1),.offer--process .tab-content .single-content .row>.th:nth-of-type(1) {
      display: none
  }

  .offer--process .tab-content .single-content .th {
      font-size: 16px
  }

  .offer--process .tab-content .single-content .td,.offer--process .tab-content .single-content .th {
      width: 48%;
      padding: 12px
  }

  .offer--why.zop .header h3,.offer--why.zop .header p,.offer--why.zop .single--desc {
      width: 100%
  }
}
