/*
Theme Name: Koncylia
Author: hokito
Version: 1.0
*/

html {
  scroll-behavior: smooth;
}



  *{
      box-sizing: border-box;
  }
body {
    margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color:#22535C;
}

header {
    width: 100%;
    display: block;
    padding: 20px 0;
}

container {
    max-width: 1180px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

div#striptop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-width: 200px;
}

nav ul {
    list-style-type: none;
    display: flex;
    gap: 0 40px;
    padding-left: 0;
    align-items: center;
}

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

ul li a{
  font-weight: 600;
  font-size: 15px;
} 

li.button {
    border: 2px solid #22535C;
    padding: 10px 30px;
    border-radius: 2px;
}


section.hero-home {
    width: 100%;
    height: calc(100vh - 98px);
    position: relative;
    min-height:500px;
    max-height:1000px;
}

section.hero-home::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
        background: #F3F6F6;
    content:'';
    z-index:-1;
}


h1 {
    font-size: 70px;
    color: #22535C;
    font-weight: 700;
    line-height: 80px;
}

.hero-home .text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    max-width: 630px;
}


.hero-home h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

.hero-home a {
    color: #fff;
    background: #E0564C;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.hero-home a::after {
    content: '';
    background: url(/wp-content/uploads/2025/11/ikonka-strzalka-w-prawo.svg) no-repeat center / cover;
    width: 17px;
    height: 10px;
    display: block;
    margin-left: 20px;
}


section#info {
    padding: 70px 0;
}

header {}

.header {
    color: #22535C;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 10px;
}

span.line {
    width: 30px;
    height: 4px;
    display: block;
    background: #E0564C;
    margin: 20px auto;
    border-radius: 2px;
}

#info p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

#info p:nth-child(4) {font-size: 18px;margin-top: 30px;}

section#oferta,
#portfolio {
    background: #F9FBFB;
    padding: 70px 0;
        background: linear-gradient(45deg, #F9FBFB, #EEF2F2);
}

.offer,
.boxes {
    width: 100%;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0 0;
}

.offer .box,
.boxes .box {
    width: calc(33.3% - 20px);
    background: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    gap: 0;
    padding: 40px 25px 40px;
}

.offer .box p, .offer .box h3 {
    width: 100%;
    text-align: center;
}

.offer .box:nth-child(3n+2),
.boxes .box:nth-child(3n+2) {
    box-shadow: 0 0px 60px #E9EEEF;
}

.offer .box h3,
 .boxes .box h3 {
    font-size: 20px;
    font-weight: 700;
}

.offer .box p,
 .boxes .box p {
    font-size: 15px;
    font-weight: 500;
}

.offer .box a.btn {font-weight: 600;border: 2px solid #22535C;padding: 8px 26px;border-radius: 2px;margin-top: 40px;}

.offer .box h3 {
    height: 55px;
    margin-bottom: 20px;
}

.offer .box img {
    margin-bottom: 25px;
    height: 50px;
}

section#nasza-misja {
    padding: 70px 0 50px;
    float: left;
    width: 100%;
}


img {
    display: block;
    max-width: 100%;
}

#nasza-misja h3.header {
    text-align: left;
}
#nasza-misja span.line {
    margin: 30px 0;
}

#nasza-misja .left {
    width: 40%;
    float: left;
}

#nasza-misja .right {
    width: calc(60% - 70px);
    margin-left: 70px;
    margin-top: 30px;
    float: left;
}

#nasza-misja p {
    font-size: 18px;
    font-weight: 500;
}

#nasza-misja .right img {
    margin-top: 50px;
}

section {
    width: 100%;
    float: left;
}

.boxes .box {
    padding: 10px;
    width: calc(33.3% - 20px);
}

.boxes .box h3, .boxes .box p {
    padding: 0 20px;
    text-align: left;
    width: 100%;
}

.boxes .image {
    width: 100%;
    height: 210px;
}

.boxes .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}


.boxes .box {
    gap: 15px 0;
    padding: 10px 10px 25px;
}

.boxes .box h3 {
    margin-top: 5px;
}

section#kontakt {
    padding: 70px 0;
}

section#kontakt p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

#kontakt .boxes-contact p {
    margin: 0;
    max-width: unset;
}

.boxes-contact {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 70px 0 0;
}

.boxes-contact .box {
    width: 25%;
    box-shadow: 0 0px 60px #E9EEEF;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 2px;
}

.boxes-contact .box span {
    width: 55px;
    height: 55px;
    display: block;
    background: #E0564C;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    margin-bottom: 20px;
}

.boxes-contact .box p {
    width: 100%;
    text-align: center;
}
.boxes-contact .box span.phone {
    background-image: url('/wp-content/uploads/2025/11/ikonka-telefon.svg');
}
.boxes-contact .box span.mail {
    background-image: url('/wp-content/uploads/2025/11/ikonka-mail.svg');
}
.boxes-contact .box span.location {
    background-image: url('/wp-content/uploads/2025/11/ikonka-pinezka.svg');
}

#kontakt .boxes-contact p:nth-child(2) {
    font-size: 18px;
}

#kontakt .boxes-contact p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
}

section#form {
    padding: 70px 0;
    background: linear-gradient(45deg, #F9FBFB, #EEF2F2);
}

#form .left {
    width: calc(50% - 25px);
    margin-right: 25px;
    float: left;
}

#form .right {
    width: calc(50% - 25px);
    margin-left: 25px;
    float: left;
}

#form .right img {
    /* height: 100%; */
    box-shadow: 0 0px 60px #E9EEEF;
}

#form h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

form label {
    display: none;
}

form legend {
    display: none;
}

form input, form textarea {
    width: 100%;
    font-family: 'Poppins';
    margin-bottom: 15px;
    border: 0;
    background: #fff;
    color: #1D4148;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 15px 30px;
    border-radius: 2px;
    box-shadow: 0 0px 60px #E9EEEF;
}

form input::placeholder, form textarea::placeholder{
    color: #1D4148;
    font-size: 16px;
    font-weight: 500;
    
}

form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 140px;
}

form .wpforms-field.wpforms-field-checkbox label {
    display: block;
    width: auto;
    float: left;
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 11px;
    font-weight: 700;
    font-=we: ;
    max-width: 260px;
}


input#wpforms-71-field_4_1 {
    width: auto;
    float: left;
    border: 2px solid #D3DDDE;
}

ul#wpforms-71-field_4 {
}

.wpforms-submit-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

form {
    position: relative;
}

button#wpforms-submit-71 {
    background: #E0564C;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 20px 25px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

button#wpforms-submit-71::after {
        content: '';
    background: url(/wp-content/uploads/2025/11/ikonka-strzalka-w-prawo.svg) no-repeat center / cover;
    width: 17px;
    height: 10px;
    display: block;
    margin-left: 20px;
}

#form .row {
    width: 100%;
    margin: 60px 0 0;
    float: left;
}

#form .row h4 {
    margin-bottom: 5px;
}

.row .text {
    font-size: 14px;
    font-weight: 400;
}



.gallery{
    float:left;
    width:100%;
    margin:30px 0 30px;
    display:flex;
    flex-wrap:wrap;
    gap:25px
}
.gallery .image{
    width: calc(33.3% - 17px);
    overflow:hidden;
    height: 295px;
}
.gallery .image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s
}
.gallery .image:hover img {
    transform: scale(1.05);
    /* opacity: 0.8; */
}

section.hero-offer container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.hero-offer container .left, section.hero-offer container .right {
    float: left;
    width: 50%;
}

.hero-offer h1 {
    font-size: 46px;
    line-height: 60px;
    margin-top: 20px;
}

.hero-offer p {
    font-size: 18px;
    font-weight: 400;
}

.hero-offer .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-offer .right {
    background: #F0F0F0;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0px 60px #E9EEEF;
}

.hero-offer .right::after {
    background: url(/wp-content/uploads/2025/11/dekoracja-domek.svg) no-repeat center / cover;
    content: '';
    width: 170px;
    height: 150px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

section.hero-offer .right::before {
    width: calc(100% - 169px);
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(  -45deg,  rgba(29, 65, 72, 1) 0%,  rgba(31, 73, 81, 0.11) 47%,  rgba(34, 83, 92, 0) 100%);

    right: 170px;
}

section.hero-offer {
    margin-top: 30px;
}

section#what-we-do {padding: 70px 0 0;}

section#what-we-do p {
    font-size: 16px;
    font-weight: 500;
}

ul.list {
    width: 100%;
    margin: 30px 0 0;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

ul.list li span {
    background: url(/wp-content/uploads/2025/11/ikonka-checkbox.svg);
    width: 13px;
    height: 11px;
    display: block;
    margin-right: 15px;
}

ul.list li {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}



.lb-data .lb-close,.lb-nav {
    position: absolute
}


#lightbox {
    position: fixed;
    top: 80px!important
}

.lightbox .lb-image {
    border: none!important;
    height: auto!important;
    width: auto!important;
    max-width: 70vw!important;
    margin: 0 15vw!important;
    max-height: 80vh!important
}

.lb-nav a.lb-next,.lb-nav a.lb-prev {
    opacity: 1!important;
    z-index: 9999!important;
    position: absolute!important;
    top: calc(50% - 10px)!important;
    background: url(/wp-content/uploads/2025/11/next-white.png) center/cover no-repeat!important;
    width: 35px!important;
    height: 35px!important;
    opacity: .7!important
}

.lb-nav {
    left: 0;
    width: 100%
}

.lb-outerContainer {
    height: calc(100vh - 160px)!important;
    width: auto!important;
    background: 0 0!important
}

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

span.lb-number {
    display: none!important
}

.lb-data .lb-close {
    top: -50px;
    right: 50px
}

.lb-nav a.lb-next {
    right: 55px!important
}

.lb-nav a.lb-prev {

    left: 55px!important;
    transform: rotate(180deg)
}

.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover {
    opacity: 1!important
}


.lb-loader {
  display: none !important;
}


#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #22535C;
	border: 2px solid #22535C;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
	border: 2px solid #22535C;
	background: #fff;
	color: #22535C;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-color:#22535C;
	color: #22535C;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	color: #22535C;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background: #22535C;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	background-color: #22535C !important;
	border-color: #22535C !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #22535C !important;
	border-color: #22535C !important;
}


#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
	background: #fff;
	border-color: #22535C;
	color: #22535C;
}

button#CybotCookiebotDialogBodyButtonDecline {
	background: #fff !important;
	color: #22535C !important;
	border-color: #22535C !important;
}

button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #E0564C;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 20px 25px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: 225px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap label {
    display: block;
}

span.wpcf7-list-item-label {
    display: block;
    width: auto;
    float: left;
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 11px;
    font-weight: 700;
    max-width: 260px;
}

input[type="checkbox"] {
    width: auto;
    float: left;
    border: 2px solid #D3DDDE;
}

span.wpcf7-list-item {
    margin-left: 0;
}

form p {
    position: relative;
}

input.wpcf7-form-control.wpcf7-submit::After {
    content: '';
    background: url(/wp-content/uploads/2025/11/ikonka-strzalka-w-prawo.svg) no-repeat center / cover;
    width: 17px;
    height: 10px;
    display: block;
    margin-left: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    margin: -10px 0 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px 20px;margin: 30px 0;
}

.page-404 {
    float: left;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.page-404 h1 {
    font-size: 40px;
    line-height: 50px;
}
.page-404 a:hover {
    color: #22535c;
    background:#fff;
}
.page-404 a {
    background: none;
    padding: 15px 20px;
    background: #22535c;
    color: #fff;
    border: 2px solid #22535c;
    text-transform: none;
    float: left;
    width: 270px;
    margin-left: calc(50% - 135px);
    font-weight: 500;
    transition: 0.5s;
    border-radius: 2px;
    margin-top: 40px;
}


ul.list li {
    flex-wrap: wrap;
}

ul.list li p {
    width: calc(100% - 40px);
}



section#cta {
    min-height: 400px;
    height: 25vw;
    max-height: 500px;
    position: relative;
    margin-top: 50px;
}

section#cta:before {
  background: linear-gradient(
  -45deg,
  rgb(34 83 92 / 0%) 0%,
  #1D4148 100%
);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  }

section#cta:after {
  background: linear-gradient(
  -45deg,
  rgb(34 83 92 / 0%) 0%,
  #1D4148 100%
);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  }

section#cta .text {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    z-index: 1;
}

section#cta .text h3 {
    font-size: 36px;
    font-weight: 700;
    width: 100%;
}

section#cta .text p {
    font-size: 18px;
    font-weight: 500;
    max-width: 55%;
    margin: 0 45% 0 0;
}

#cta a.btn {
    color: #fff;
    background: #E0564C;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;

}

#cta a.btn::after {
    content: '';
    background: url(/wp-content/uploads/2025/11/ikonka-strzalka-w-prawo.svg) no-repeat center / cover;
    width: 17px;
    height: 10px;
    display: block;
    margin-left: 20px;
}

#cta span.line {
    margin: 20px 0;
}

section.hero-offer container .left {
    margin-right: 30px;
    width: calc(50% - 30px);
}

footer container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.copy {
    width: 100%;
    margin: 50px 0 0;
    font-size: 13px;
    color: #62797E;
    font-weight: 700;
}

footer {
    width: 100%;
    float: left;
    margin: 50px 0 40px;
}

footer h4 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

footer ul li a {
    font-size: 16px;
    font-weight: 500;
}

footer ul li {
    margin-bottom: 15px;
}

.copy .r {
    float: right;
    width: auto;
}

.copy p {
    width: auto;
    float: left;
}

footer .col li span{
    height: 16px;
    width: 14px;
    /* display: block; */
    margin-right: 15px;
    margin-top: 5px;
}

footer .col li:nth-child(1) span{
    background: url(/wp-content/uploads/2025/11/ikonka-telefon-czerwona.svg) no-repeat center / cover;
    width: 16px;
    height: 17px;
}

footer .col li:nth-child(2) span{
    background: url(/wp-content/uploads/2025/11/ikonka-mail-czerwona.svg) no-repeat center / cover;
    width: 16px;
    height: 14px;
}

footer .col li:nth-child(3) span{
    background: url(/wp-content/uploads/2025/11/ikonka-pinezka-czerwona.svg) no-repeat center / cover;
    width: 14px;
    height: 16px;
}

footer .col:nth-child(4) li {
    display: flex;
    flex-wrap: wrap;
}


section.header-pp {
    background: linear-gradient(45deg, #F9FBFB, #EEF2F2);

}

.header-pp h1 {
    font-size: 46px;
}

section.header-pp container::after {
    background: url(/wp-content/uploads/2025/11/dekoracja-polityka-prywatnosci.svg) no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 0;
    content: '';
    width: 280px;
    height: 180px;
}

.header-pp container {
    position: relative;
    padding: 65px 20px;
}

section.content-pp {
    margin: 60px 0 20px;
}

section.content-pp p {
    margin-bottom: 30px;
}

li.button {
    padding: 0;
}

li.button a {
    padding: 10px 30px;
    float: left;
    transition: 0.5s;
}

li.button a:hover {
    background: #22535C;
    color: #fff;
}

.hero-home a,
button#wpforms-submit-71,
#cta a.btn{
    transition: 0.5s;
}

.hero-home a:hover,
button#wpforms-submit-71:hover,
#cta a.btn:hover{
    transform: scale(1.05);
}

.offer .box a.btn {
    transition: 0.5s;
}

.offer .box a.btn:hover {
    background: #22535C;
    color: #fff;
}

footer a {
    transition: 0.5s;
}

footer  a:hover {
    color: #e0564c;
}

.boxes-contact a {
    transition: 0.5s;
}

.boxes-contact a:hover {
    color: #e0564c;
}




.ham.cur {
	width: 35px;
	margin-top: 0;
	right: 20px;
	display: none;
	position: absolute;
	top: 35px
}

.ham.cur span {
	background: #22535C
}

.ham:hover span:first-child {
	width: 25%
}

.ham:hover span:nth-child(2) {
	width: 50%
}

.ham:hover span:nth-child(3) {
	width: 75%
}

.ham span,
header nav li a:hover span {
	width: 100%;
	float: right;
	width: 100%;
	height: 1px;
	margin: 4px 0;
	transition: .5s;
	clear: both;
}

.ham span {
	margin: 4px 0;
	transition: .5s;
	clear: both
}

.ham span:nth-child(3) {
	margin-bottom: 0;
	width: 100%
}

.right .img {width: calc(100% - 169px);height: 300px;}
.content-pp ul {
    list-style: disc;
    margin: 0 40px;
}

section.content-pp h1, section.content-pp h2, section.content-pp h3, section.content-pp h4, section.content-pp h5, section.content-pp ul {margin-bottom: 30px;}

section.content-pp h1, section.content-pp h2, section.content-pp h3, section.content-pp h4, section.content-pp h5 {
    font-size: 25px;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit{
    transition:0.5s;
    cursor:pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    transform: scale(1.05);
}

.aktualnosc-box {
  position: absolute; /* lub relative, w zaleÅ¼noÅ›ci od sekcji */
  right: 10%;
  bottom: 10%;
  max-width: 370px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px #c5c5c5;
  border-radius: 2px;
  padding: 35px 25px;
}

h2.aktualnosc-tytul {margin: 0 0 5px;color: #22535C;font-weight: 700;}

.aktualnosc-tresc {
  color: #1D4148;
  font-size: 14px;
  font-weight: 500;
}
      #map {
        height: 500px;
        width: 100%;
        margin-top: 20px;
      }
      .custom-marker {
        background: url(/wp-content/uploads/2025/11/pin-mapka.svg);
      
        width: 32px;
        height: 39px;
      }
   
strong {
    font-weight: bold;
}
@media all and (max-width:960px){
    .ham.cur {
    display: block;
}


	nav {
		position: absolute;
		top: 90px;
		background: #e0564c;
		z-index: 999999;
		width: 100%;
		left: 0;
		display: none
	}

	header nav li {
		width: 100%;
		margin: 0 0 15px;
		text-align: center
	}

	header nav ul {
		width: 100%;
		flex-wrap: wrap;
		margin: 20px 0 0
	}


	header nav li a,
	header nav li a:hover {
		color: #fff
	}

	header nav li a span {
		color: #fff;
		background: #fff
	}


h1 {
    font-size: 50px;
    line-height: 60px;
}

section.hero-home {
    background-size: cover !important;
        background-position: left !important;
}

section.hero-home::after {
    display: none;
}
.offer .box, .boxes .box {
    width: calc(50% - 20px);
}
.boxes-contact .box {
    width: calc(50% - 25px);
}

.boxes-contact {
    flex-wrap: wrap;
}


#nasza-misja .left {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nasza-misja .right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
}

#nasza-misja container {
    display: flex;
    flex-direction: column-reverse;
}

#nasza-misja h3.header {
    text-align: center;
}

#nasza-misja span.line {
    margin: 30px auto;
}

.signature {
    text-align: center;
    display: flex;
    justify-content: center;
}

#form .left {
    width: 100%;
    margin-right: 0;
}

#form .right {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
}

#form .right img {
    /* width: 100%; */
    margin: 0 auto;
}

footer .col {
    width: calc(50% - 30px);
}


.right .img {
    width: 100%;
}

.hero-offer .right::after {
    display: none;
}

section.hero-offer .right::before {
    width: 100%;
    right: 0;
}
.hero-offer h1 {
    font-size: 35px;
    line-height: 40px;
}

ul.list li {
    width: 100%;
}


.header-pp h1 {font-size: 30px;}

section.header-pp container::after {
    width: 200px;
    height: 140px;
}
.header-pp h1 {
    max-width: 50%;
}

section.header-pp container::after {width: 150px;height: 100px;}

li.button {
    border: 0;
    text-align: center;
}

li.button a {
    text-align: center;
    width: 100%;
}

.aktualnosc-box {
    right: 20px;
    bottom: 20px;
}

}



  @media all and (max-width: 800px) {

    .aktualnosc-box {
    position: static;
    margin: 20px auto 0;
    float: left;
    width: 50%;
    margin: 50px 25% 0;
    text-align: center;
    max-width: unset;
}


    .lb-nav a.lb-next,.lb-nav a.lb-prev {
        width:25px!important;
        height: 27px!important
    }

    .lb-nav a.lb-prev {
        left: 0!important
    }

    .lb-nav a.lb-next {
        right: 0!important
    }

    .lb-data .lb-close {
        right: 5px!important;
        top: -70px!important;
        width: 20px!important;
        height: 20px!important;
        background-size: cover!important
    }

    .lightbox .lb-image {
        max-width: 80vw!important;
        margin: 0 10vw!important
    }

    section.hero-home {
    background-size: cover;
}

.aktualnosc-box {
    width: 80%;
    margin: 50px 10% 0;
}

}

@media all and (max-width:650px){
    .header {
    font-size: 25px;
}

#info p:nth-child(4) {
    font-size: 16px;
}

#nasza-misja p {
    font-size: 16px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

.hero-home h2 {
    font-size: 16px;
}

.offer .box, .boxes .box {
    width: 100%;
}

.boxes .image {
    height: 250px;
}

.boxes-contact .box {
    width: 100%;
}

.wpforms-submit-container,
input.wpcf7-form-control.wpcf7-submit {
    position: static;
    margin-top: 20px;
    float: left;
}

	span.wpcf7-list-item-label {
    max-width: unset;
}

form .wpforms-field.wpforms-field-checkbox label {
    max-width: unset;
}

footer .col {
    width: 100%;
}

.copy .r {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    text-align: center;
}

.copy p {
    text-align: center;
}

.copy {
    margin-top: 0;
}


footer .col {
    text-align: center;
}

.col img {
    margin: 0 auto;
}

footer ul li {
    justify-content: center;
}
section.hero-offer container .left {
    width: 100%;
    margin-right: 0;
}

section.hero-offer container .right {
    width: 100%;
    margin: 0;
}

.right .img {
    height: 200px;
}

.hero-offer p {
    display: none;
}

section.hero-offer {
    margin-top: 20px;
}

section.hero-offer container {
    position: relative;
    align-items: center;
}

.hero-offer h1 {
    position: absolute;
    left: 40px;
    color: #fff;
    z-index: 999999;
    margin-top: 0px;
    bottom: 40px;
    width: 90%;
}

section.hero-offer .right::before {background: linear-gradient(  45deg,  rgba(29, 65, 72, 1) 0%,  rgba(31, 73, 81, 0.11) 100%,  rgba(34, 83, 92, 0) 100%);}

.gallery .image {
    width: calc(50% - 13px);
}

section#cta .text h3 {
    font-size: 25px;
}

section#cta .text p {
    max-width: 90%;
    margin: 0 10% 0 0;
}
.copy p {
    width: 100%;
}

.aktualnosc-box {
    width: calc(100% - 40px);
    margin: 50px 20px 0;
}
}


@media all and (max-width:500px){
    .gallery .image {
    width: 100%;
    margin: 0;
}
h1 {
    font-size: 35px;
}

.hero-offer h1 {
    font-size: 25px;
    line-height: 30px;
    bottom: 20px;
    font-weight: 600;
}

.page-404 h1 {
    font-size: 25px;
    line-height: 40px;
}


}
