body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .baner {
    height: 45vh;
    position: relative;
}
.przerkafle {
    height: 55vh;
    width: 95%;
    margin: auto;
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
    position: relative;
}
.przerkafle .karuzela img{
    filter: brightness(0.7);
}
.karuzela {
    width: 100%;
    height: 100%;
}
.przerkafle .karuzela .carousel-cell {
    width: 20% !important;
}

.przerkafle .tekst {
    position: absolute;
    bottom: 0px;
    left: 3%;
    color: var(--jasnyszary);
    width: 100%;
}
.przerkafle .tekst h2 {
    color: var(--jasnyszary);
    font-weight: bold !important;
    margin-bottom: 0px;
    font-size: 28px;
    margin-bottom: -10px !important;
}
.przerkafle .karuzela .farsz{
    width: 100%;
    height: 100%;
    position: relative;
}
.przerkafle .karuzela .tekst .kreska{
    width: 20%;
    height: 3px;
    background-color: var(--jasnyszary);
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.przerkafle .karuzela .tekst .linie div:nth-child(2n+0) {
    margin-left: 10%;
  }
  .przerkafle .karuzela .flickity-page-dots {
    position: absolute;
    min-width: 10%;
    max-width: 20%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1;
}
.przerkafle .karuzela .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
}
.tabela {
    width: 95%;
    margin: auto;
}
.tabela .tekst{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
img.logotabela {
    width: 50%;
    margin-bottom: 30px;
}
.tabela .kafle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 5vh;
    align-items: stretch;
}


.tabela .pion1,.tabela .pion2 ,.tabela .poziom{
    position: absolute;
}
.tabela .poziom {
    width: 100%;
    height: 3vh;
    bottom: 54%;
}
span.kreskapoziom {
    width: 100%;
    display: flex;
    margin: auto;
    height: 3px;
    background-color: black;
    transform: rotate(1deg);
}

.tabela .pion1 {
    width: 3vw;
    height: 100%;
    left: 30%;
}
span.kreskapion1 {
    display: flex;
    margin: auto;
    background-color: black;
    transform: rotate(3.5deg);
    width: 3px;
    height: 85%;
}

.tabela .pion2 {
    width: 3vw;
    height: 100%;
    left: 65%;
}
span.kreskapion2 {
    display: flex;
    margin: auto;
    background-color: black;
    transform: rotate(3.5deg);
    width: 3px;
    height: 85%;
}
.kwadraty {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2vh;
    margin-bottom: 5vh;
}
.okno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
}
.kwadraty .kwadrat {
    width: 50%;
    height: 50%;
    padding: 10px;
}
.kwadraty .kwadrat img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prosto {
    width: 30%;
    padding: 10px;
}
.prosto .tekst{
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 18px;
}
.kwadrat .tekst{
    background-color: white;
    padding: 40px;
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.kwadrat .tekst h2{
    font-size: 36px;
}
.prosto .przy {
    padding: 10px 0px;
    border-bottom: solid black 2px;
    color: black !important;
    font-size: 18px;
}
.prosto .tekst h2{
    font-size: 36px;
}
.przerywnik{
    width: 95%;
    height: 50vh;
    margin: auto;
    position: relative;
    margin-bottom: 5vh;
    position: relative;
    margin-top: 5vh;
}
.przerywnik .tekst {
    position: absolute;
    bottom: 10%;
    left: 3%;
    color: white !important;
    width: 55%;
    font-size: 18px;
    max-height: 85%;
}
.przerywnik .tekst h2{
    color: white !important;
    font-size: 36px;
}
.przerywnik .przy{
    color: white !important;
    padding: 10px 0px;
    border-bottom: solid var(--jasnyszary) 2px;
    font-weight: bold;
}
.przerywnik img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.kontakt {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    font-size: 18px;
}
.kontakt .tekst,.kontakt .formularz{
    width: 50%;
    padding: 50px;
}
.kontakt .tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kontakt h2{
    font-size: 36px;
}
.kontakt .formularz{
    padding: 0px 10%;
}
.kontakt .formularz input{
    border: none !important;
    border-bottom: solid black 2px !important;
}
.kontakt .formularz textarea{
    border: solid black 2px !important;
}
.kontakt .formularz input::placeholder,.kontakt .formularz textarea::placeholder{
    color: black !important;
}
.kontakt input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: black !important;
}




body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .is-selected .linijka1 {
    margin-left: -380px;
    animation: animacjalinijka2v2;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka1 {
    margin-left: -380px;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .is-selected .linijka2 {
    margin-left: -310px;
    animation: animacjalinijka3v2 ;
    animation-duration: 1s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .is-selected .linijka3 {
    margin-left: -310px;
    animation: animacjalinijka4v2 ;
    animation-duration: 1.5s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .is-selected .kontyner .tekst p{
    margin-left: -1200px;
    animation: animacjalinijka1v2 ;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    width: 40vw;
    margin-right: auto;
    text-align: left;
    margin-top: -10px !important;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .baner .kontyner {
    position: absolute;
    bottom: 10%;
    left: 4%;
    overflow: hidden;
    z-index: 3;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .kontyner .tekst {
    position: relative;
    border-left: 1px solid white;
    padding-left: 20px;
    border-right: none;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(3) .kontyner .tekst .linijka1 h2 {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(4) .kontyner .tekst .linijka1 h2 {
    margin-top: -10px !important;
    margin-bottom: 30px !important;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(3) .kontyner .tekst .linijka2 h2 {
    margin-top: -10px !important;
    margin-bottom: 30px !important;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka1 h2,body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka2 h2,body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka3 h2{
    font-size: 42px !important;
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .baner{
    height: 45vh;
    position: relative;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(3) .kontyner .tekst p{
    margin-top: 10px !important;
}


/* ------------------------------------ */




body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs  .linijka2 {
    margin-left: -0px;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs  .linijka3 {
    margin-left: -0px;
}
body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs  .kontyner .tekst p{
    width: 40vw;
    margin-right: auto;
    text-align: left;
}






     


.tabela .kafel{
    width: 31%;
    min-height: 15vh !important;
    margin-bottom: 5vh;
    padding: 30px;
    background-color: white;
    font-size: 18px;
    text-align: center;
}
.tabela .kafel h2 {
    font-size: 30px;
    margin-top: 20px;
}
.tabela .kafel .tekst{
    color: black !important;
}



@media screen and (min-width:912px) and (max-width: 1100px) {
    .przerkafle .karuzela .carousel-cell {
        width: 33.333% !important;
    }
    .przerywnikbiuro .tekst {
        width: auto !important;
        min-width: 40%;
        max-width: 80%;
    }
    .przerywnik .tekst {
        width: auto !important;
        min-width: 40%;
        max-width: 80%;
    }.kwadraty {
        flex-direction: column !important;
    }
    .okno {
        width: 100% !important;
    }
    .kwadraty .kwadrat {
        height: auto !important;
    }
    .prosto {
        width: 100% !important;
    }
    .kontakt .formularz {
        padding: 0px 5% !important;
    }
    .tabela .kafel {
        width: 49% !important;
    }
}
@media screen and (max-width: 911px){
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka1 h2, body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka2 h2, body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka3 h2 {
        font-size: 32px !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }
    .przerkafle .karuzela .carousel-cell {
        width: 100% !important;
    }
    .przerkafle .karuzela .flickity-page-dots {
        max-width:80% ;
    }
    .tabela{
        margin-top: 10vh;
    }
    .kwadraty {
        flex-direction: column;
        height: auto;
    }
    .okno {
        flex-direction: column;
        width: 100%;
    }
    .kwadraty .kwadrat {
        width: 100%;
        height: 50%;
        padding: 10px;
    }
    .prosto {
        width: 100% !important;
    }
    .okno{
        width: 100%;
    }
    .kontakt {
        flex-direction: column;
    }
    .kontakt .tekst, .kontakt .formularz {
        width: 100%;
        padding: 20px;
    }
    .przerywnik .tekst {
        width: 90%;
        font-size: 14px;
    }
    .przerywnik .tekst h2 {
        color: white !important;
        font-size: 26px;
    }
    .media a {
        width: 100%;
        margin: 5px !important;
    }
    .prosto{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prosto .tekst {
        font-size: 14px !important;
    }
    .kontakt h2 {
        font-size: 26px !important;
    }
    .prosto .tekst h2 {
        font-size: 26px !important;
    }
    .kwadrat .tekst h2 {
        font-size: 26px;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(3) .kontyner .tekst .linijka1 h2 {
        margin-top: -5px !important;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(3) .kontyner .tekst p{
        margin-top: 5px;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(4) .kontyner .tekst .linijka1 h2{
        margin-top: -5px !important;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .carousel-cell:nth-child(4) .kontyner .tekst p{
        margin-top: 5px !important;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka1 {
        margin-bottom: -25px;
    }
    body.page-template.page-template-templates.page-template-dodomu.page-template-templatesdodomu-php.page.page-id-81.wp-custom-logo.wp-embed-responsive.oceanwp-theme.sidebar-mobile.default-breakpoint.content-full-width.content-max-width.page-header-disabled.has-breadcrumbs .linijka2 {
        margin-bottom: -25px;
    }
}
