﻿@import url('https://fonts.googleapis.com/css?family=Rajdhani|Ubuntu&display=swap');
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.floatfix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    background-color: #fff;
    color: #222;
    font-family: 'Ubuntu', sans-serif;
    font-size: 100%;
}

.body1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;
}

.body2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.button {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
}

.button2 {
    color: #90C63D;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 600;
    font-size: .7rem;
    line-height: 1rem;
    letter-spacing: 1.75px;
    margin: auto .7rem;
    text-decoration: none;
    text-transform: uppercase;
}


/* styl strony */

h1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 300%;
}

h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 200%;
}

h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 120%;
}

h4 {
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 28px;
        line-height: 32px;
    }
}

.kontener {
    width: 80%;
    min-width: 360px;
    max-width: 1600px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.kontener-karuzela {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.kontener-karuzela a {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    z-index: 11;
}

.kontener-karuzela a.aktywny {
    z-index: 1;
}

.kontener-karuzela h1 {
    font-size: 54px;
    margin-bottom: 10px;
    text-shadow: 3px 3px 6px #000;
}

@media screen and (max-width: 768px) {
    .kontener-karuzela h1 {
        font-size: 36px;
    }
}

.kontener-karuzela img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.kontener-karuzela p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-shadow: 2px 2px 6px #000;
}

.kontener-karuzela a>div {
    position: absolute;
    bottom: 40px;
    right: 50px;
    border-radius: 10px;
    padding: 10px 20px;
    opacity: 0;
}

.kontener-linki {
    text-align: center;
    padding: 50px 3%;
}

.kontener-linki ul {
    margin: 40px 0;
}

.kontener-linki li {
    display: inline-block;
    width: 30%;
    margin: 15px 4px;
    text-align: left;
}

.kontener-linki a {
    text-decoration: none;
    padding: 10px;
    color: #444;
}

.kontener-linki img {
    float: left;
}

.kontener-linki h3 {
    float: left;
    padding-left: 14px;
    line-height: 32px;
}

.kontener-linki-tlo {
    background: url('/content/back-tel.png') top left no-repeat;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.kontener-linki-tlo h2,
.kontener-linki-tlo h3 {
    padding: 10px;
    text-shadow: 3px 3px 6px #000;
}

.kontener-linki-tlo p {
    display: inline-block;
    margin: 20px 10px;
    padding: 10px 20px;
    color: #0c68a5;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: solid 3px #0c68a5;
    font-weight: 700;
}

.kontener-zdjecie-szerokie {
    display: table;
    width: 100%;
}

.kontener-zdjecie-szerokie img {
    overflow: hidden;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.kontener-tekst-lewa-nawigacja {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.kontener-tekst-lewa-nawigacja>nav {
    display: block;
    width: 30%;
    min-width: 200px;
    padding: 16px 20px;
}

.kontener-tekst-lewa-nawigacja>nav li,
.kontener-tekst-lewa-nawigacja>nav a {
    display: block;
    margin-bottom: 4px;
    background-color: #ddd;
    color: #00A44F;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.kontener-tekst-lewa-nawigacja>nav a {
    padding: 10px 16px;
    border-left: solid 5px #00A44F;
}

.kontener-tekst-lewa-nawigacja>nav a:hover {
    background-color: #e4e4e4;
}

.kontener-tekst-lewa-nawigacja>section {
    width: 70%;
    padding: 16px 20px;
}

.kontener-tekst-lewa-nawigacja>section.pelna-szerokosc {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .kontener-tekst-lewa-nawigacja {
        flex-direction: column;
    }
    .kontener-tekst-lewa-nawigacja>nav {
        display: block;
        width: 100%;
        padding: 16px 20px;
    }
    .kontener-tekst-lewa-nawigacja>section {
        width: 100%;
        padding: 16px 20px;
    }
}

.kontener-tekst-sformatowany {
    line-height: 1.3em;
}

.kontener-tekst-sformatowany h1 {
    font-size: 3em;
    line-height: 1.3em;
    margin-bottom: .3em;
}

.kontener-tekst-sformatowany h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: .3em;
}

.kontener-tekst-sformatowany p {
    margin-bottom: 1em;
}

.kontener-tekst-sformatowany span {
    font-weight: bold;
    /*font-style: italic;*/
}

.kontener-tekst-sformatowany ul {
    list-style-type: disc;
    margin-left: 3em;
    margin-bottom: 1em;
}

.kontener-tekst-sformatowany table {
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 2px;
}

.kontener-tekst-sformatowany tr:hover td {
    background-color: #90C63D;
}

.kontener-tekst-sformatowany td {
    padding: 4px 6px;
    background-color: #DCDCDA;
}

.kontener-mapa-szeroka {
    position: relative;
    width: 100%;
    height: 400px;
    border-top: solid 10px #007135;
}

.kontener-mapa-szeroka .tytul {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    color: #c1160c;
    background-color: #f9f2e7;
    border-left: solid 4px #c1160c;
    padding: 5px 40px 5px 10px;
    box-shadow: -3px 3px 3px #777;
}

.kontener-mapa-szeroka .mapa {
    width: 100%;
    height: 390px;
}

div.kontener-boksy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px 10px 10px;
    width: 100%;
}

div.kontener-boksy .boks3 {
    min-width: 330px;
    overflow: hidden;
    text-align: center;
}

div.kontener-boksy .boks3>div {
    margin: 10px 10px;
    padding: 20px;
    border-top: solid 4px #007135;
    background-color: #90C63D;
    box-shadow: 3px 3px 3px #ddd;
}

@media screen and (max-width: 480px) {
    div.kontener-boksy {
        padding: 0 0 10px 0;
    }
    div.kontener-boksy .boks3 {
        width: 100%;
    }
    div.kontener-boksy .boks3>div {
        margin: .3rem 0;
        width: 100%;
    }
}

@media screen and (min-width: 1279px) {
    div.kontener-boksy .boks3 {
        width: 33%;
    }
}


/* styl elementów */

body>header {
    /*height: 70px;*/
    /*overflow: hidden;*/
    position: relative;
}

body>header>h1 a {
    display: block;
    width: 130px;
    height: 50px;
    margin: 10px 0;
    float: left;
    text-indent: -999em;
    background: url('/content/images/logo-dpb.svg') top left no-repeat;
}

body>header>nav {
    float: right;
}

body>header>nav li {
    display: inline-block;
}

body>header>nav>ul a {
    text-decoration: none;
    color: #444;
    padding: 20px 16px;
    font-size: 85%;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    line-height: 70px;
}

body>header>nav>ul a:hover {
    color: #00a44f;
}

body>header>nav>a {
    display: none;
    text-decoration: none;
    color: #fff;
    background-color: #cacaca;
    padding: 18px;
    font-size: 80%;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
}

body>footer {
    overflow: hidden;
    padding: 10px 20px;
    background-color: #535353;
    color: #DCDCDA;
    text-align: center;
    line-height: 32px;
}

body>footer a {
    color: #DCDCDA;
    text-decoration: none;
}

body>footer a:hover {
    color: #90C63D;
}

body>footer a.facebook {
    background-position: 0 0px;
}

body>footer a.facebook:hover {
    background-position: 0 -32px;
}

body>footer a.youtube {
    background-position: 0 -64px;
}

body>footer a.youtube:hover {
    background-position: 0 -96px;
}


/* skalowanie */

@media screen and (max-width: 1280px) {
    .kontener {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .kontener {
        width: 100%;
    }
    body>header {
        padding-left: 10px;
        padding-right: 10px;
    }
    body>header>nav>a {
        display: block;
        background: url('/content/icons/ico-menu.svg') center center no-repeat;
        text-indent: -999em;
    }
    body>header>nav>ul {
        display: none;
        position: absolute;
        right: 10px;
        top: 55px;
        z-index: 100;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #00a44f;
        border-bottom: solid 3px #00a44f;
    }
    body>header>nav>ul.visible {
        display: block;
    }
    body>header>nav>ul li {
        display: block;
        min-width: 100px;
        overflow: hidden;
    }
    body>header>nav>ul a {
        display: block;
        line-height: 100%;
    }
    body>header>nav>ul a:hover {
        color: #fff;
        background-color: #00a44f;
    }
    .kontener-linki li {
        display: table;
        width: 100%;
    }
    .kontener-linki li a {
        display: table;
        width: 100%;
        padding: 10px;
    }
    .kontener-linki li a:hover {
        background-color: #eee;
    }
}

.kontener-partnerzy {
    border-radius: 1rem;
    color: #222;
    display: flex;
    padding: 1rem;
    text-decoration: none;
}

.kontener-partnerzy:hover {
    background-color: hsl(60, 3%, 95%);
}

.kontener-partnerzy>img {
    margin: 2rem 3rem 2rem;
    object-fit: contain;
    width: 20vw;
}

@media screen and (max-width: 640px) {
    .kontener-partnerzy {
        display: flex;
        flex-direction: column;
    }
    .kontener-partnerzy>img {
        margin: 2rem 3rem 2rem;
        object-fit: contain;
        width: 60vw;
    }
}

.kontener-tekst-i-ilustracje {
    margin-top: 2rem;
}

.kontener-tekst-i-ilustracje b {
    font-weight: 600;
}

.kontener-tekst-i-ilustracje h3 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-top: 1.5rem;
}

.kontener-tekst-i-ilustracje img {
    border-radius: 1rem;
    margin-bottom: .5rem;
    margin-top: .8rem;
}

.kontener-tekst-i-ilustracje p {
    line-height: 1.4rem;
}

.kontener-tekst-i-ilustracje>p:nth-child(odd) {
    margin-left: 1.5rem;
}

.kontener-zzList {
    display: block;
    margin-top: 1rem;
    width: 100% !important;
}

.kontener-zzList ul {
    margin-left: 0 !important;
}

.homepage__callme {
    background: url('/content/images/back-tel.png') top left no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.callme__list {
    display: inline-flex;
    flex-direction: row;
}

@media screen and (max-width: 568px) {
    .callme__list {
        flex-direction: column;
    }
}

.callme__listItem {
    background: #90C63D;
    border-radius: 20px;
    color: #000;
    padding: 1rem 2rem;
    margin: 1rem;
}

.homepage__services {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin: 2rem 0;
}

@media screen and (max-width: 480px) {
    .homepage__services {
        margin: 1rem 0;
    }
}

.homepage__services h4 {
    color: #007135;
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px;
}

.services__listItem {
    background-color: #F2F2F2;
    border-radius: 20px;
    margin: 16px;
}

.services_listItem:active {
    background-color: #a6F6F6;
}

.services__listItem a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-around;
    padding: 1rem;
    width: 290px;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .services__list {
        margin: 8px 0;
    }
    .services__listItem {
        border-radius: 0;
        margin: 4px 0;
        width: 100%;
    }
    .services__listItem a {
        justify-content: start;
        flex-direction: row;
        height: 80px;
        width: 100%;
    }
    .services__listItem a img {
        margin: 16px;
        width: 48px;
    }
    .services__listItem a p {
        margin-left: 8px;
        text-align: left;
    }
}

.contactForm {
    display: inline-flex;
    flex-direction: column;
    justify-items: end;
}

.contactForm__block {
    display: flex;
    flex-wrap: wrap;
    margin: .5rem;
}

.contactForm__block input {
    font-family: 'Ubuntu', sans-serif;
    padding: .3rem;
    min-width: 300px;
    width: auto;
}

.contactForm__block--radio input {
    min-width: auto;
    margin-left: 150px;
}

.contactForm__block--submit {
    margin-top: 1rem;
    text-align: right;
    align-self: flex-end;
}

.contactForm__block textarea {
    font-family: 'Ubuntu', sans-serif;
    padding: .3rem;
    min-height: 200px;
    min-width: 300px;
}

.contactForm__block label,
.contactForm__block p {
    display: inline-block;
    min-width: 150px;
    color: #007135;
}

.contactForm__block p {
    display: block;
    margin-bottom: .5rem;
    width: 100%;
}

.contactForm__status {
    border-radius: .4rem;
    padding: .5rem 1rem;
    margin: .5rem 0;
}

.contactForm__status--ok {
    background-color: #90C63D;
}

.contactForm__status--error {
    background-color: hsl(0, 100%, 61%);
}

.contactForm__submit {
    background-color: #dcdcda;
    border: none;
    display: inline-flex;
    line-height: 24px;
    padding: .5rem 1rem;
}

.contactForm__submit:hover {
    background-color: #90C63D;
}

@media screen and (max-width: 480px) {
    .contactForm__block--radio input {
        margin-left: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .contactForm__block label {
        margin-bottom: .3rem;
    }
    .contactForm__block {
        flex-direction: column;
    }
}

.contactSection {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.contactSection__header {
    width: 100%;
}

.contactSection__icon {
    margin: 3rem 4rem;
}

@media screen and (max-width: 480px) {
    .contactSection__icon {
        margin: 1rem 2rem;
        zoom: .5;
    }
}

@media screen and (max-width: 768px) {
    .contactSection {
        margin: 1rem;
    }
}


/* - ZZ LIST ------------------------------ */

.zzList {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 60rem;
}

.zzList__Item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.zzList__Item:nth-child(odd)>.zzList__ItemImage {
    margin-left: 2rem;
}

.zzList__Item:nth-child(even) {
    flex-direction: row-reverse;
}

.zzList__Item:nth-child(even)>.zzList__ItemImage {
    margin-right: 2rem;
}

.zzList__ItemButtonMore {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: .8rem;
    font-size: 85%;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.zzList__ItemButtonMore:hover {
    background-color: #bfe1bd;
    color: #007135;
}

.zzList__ItemHeader {
    /* background-color: #83cdff; */
    vertical-align: top;
    width: 58%;
}

.zzList__ItemTitle {
    color: #007135;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin: 1rem 0;
}

.zzList__ItemDesc {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.4rem !important;
}

.zzList__ItemMoreDesc p {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.4rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.zzList__ItemMoreDesc h6 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.3rem !important;
    margin-top: 2rem;
}

.zzList__ItemMoreDesc_hidden {
    display: none;
}

.zzList__ItemMoreDesc b {
    font-size: .9rem !important;
    font-weight: 700 !important;
    line-height: 1.2rem !important;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.zzList__ItemMoreDesc li {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2rem !important;
    list-style: disc;
    margin-left: 2rem;
}

.zzList__ItemImage {
    border-radius: 1rem !important;
    height: 15rem !important;
    object-fit: cover !important;
    width: 33% !important;
}

@media screen and (max-width: 768px) {
    .zzList__ItemImage {
        width: 30vw;
    }
    .zzList__Item:nth-child(odd)>.zzList__ItemImage {
        margin-right: -5%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .zzList__Item:nth-child(even)>.zzList__ItemImage {
        margin-left: -5%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media screen and (min-width: 1000px) {
    .zzList__ItemDesc {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4rem;
    }
}

@media screen and (min-width: 1000px) {
    .zzList__ItemMoreDesc {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4rem;
    }
}