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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: "Work Sans", sans-serif
}

body {
    font-family: "Work Sans", sans-serif !important;
    margin-top: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 0px !important
}

body,
html {
    height: 100%
}

.link {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease
}

.txt-right {
    text-align: right
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[class^="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.duzeL {
    text-transform: uppercase
}

#wpadminbar {
    display: none
}

a {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0px !important
}

a:hover {
    text-decoration: none;
    outline: 0 !important
}

a:focus {
    text-decoration: none
}

.container {
    background: none;
    display: block;
    position: relative;
    padding: 0px
}

ul,
li {
    list-style-type: none
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px
}

.row {
    padding: 0px;
    margin: 0px !important
}

.txt-right {
    text-align: right
}

.txt-center {
    text-align: center
}

::-webkit-input-placeholder {
    color: #000 !important
}

:-moz-placeholder {
    color: #000 !important
}

::-moz-placeholder {
    color: #000 !important
}

:-ms-input-placeholder {
    color: #000 !important
}

.show {
    opacity: 1
}

.load {
    display: block;
    position: relative;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    height: 100%
}

.aniImg {
    visibility: hidden
}

.fadeIn {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important
}

@-webkit-keyframes animat_show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.page404 {
    padding: 100px 0px;
    text-align: center;
    text-align: center
}

.page404 h2 {
    color: #000000;
    font-family: "Work Sans", sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px
}

.page404 span {
    background: #F0F5EB;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 287px;
    height: 287px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.page404 svg {
    width: 500px;
    height: auto
}

.page404 p {
    color: #000000;
    font-family: "Work Sans", sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 80px
}

.page404 a {
    margin: 0 auto;
    margin-top: 40px
}

.naglowek .p-2 {
    font-size: 14px
}

.header__lead {
    display: block;
    position: relative;
    zoom: 1;
    max-width: 1000px;
    padding: 30px 20px 100px 20px
}

.header__lead h1 {
    margin-bottom: 30px
}

.header__lead p {
    margin-bottom: 20px
}

.header__lead p a {
    color: black
}

.header__lead img {
    display: block;
    position: relative;
    zoom: 1;
    margin: 0 auto;
    margin-bottom: 40px
}

.header__lead-svg {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px
}

.header__lead-svg svg {
    width: 100%;
    height: auto
}

.header__lead .card {
    margin-top: 20px
}

.header__lead--form {
    padding-bottom: 30px
}


.formularz label {
    margin-bottom: 5px;
    color: #7E8DAA;
    font-size: 14px;
}


.formularz {
    margin-left: -62px;
    max-width: 500px;
}

@media (max-width: 992px) {
   .formularz {
    margin-left: 0;
    max-width: 500px;
} 
}


.formularz .br-20 {
    margin-top: 30px
}

.formularz .error {
    color: red;
    padding-top: 10px;
    font-size: 12px
}

.formularz .form-control {
    color: #495057 !important;
    height: 38px !important;
    font-size: 1rem !important;
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0px;
}

@media (max-width: 992px) {
    .formularz .form-control {
        width: 95%;
    }
}

.formularz .btn-secondary {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #ee0034
}
.formularz .btn-secondary:hover {
    background: darken(20%,#ee0034);
}

.formularz .glyphicon {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 5px;
    background: red
}

.formularz .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
   .formularz .form-row {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 10px;
} 
}

.formularz .form-control:focus {
    border-color: #000000;
}

.formularz .has-success .form-control {
    border-color: #ff0000;
}

.formularz .has-error .form-control {
    border-color: #ff0000;
}

.formularz .has-success .form-control:focus {
   border-color: #ff0000;
}

.formularz .has-error .form-control:focus {
    border-color: #ff0000;
}

.formularz__kod {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 100px
}

.formularz__kod label {
    margin-bottom: 5px;
    text-align: center;
    display: block;
    width: 100%
}

.formularz__kod h4 {
    width: 100%;
    display: block;
    padding-left: 3px;
    margin-bottom: 20px
}

.formularz__kod .br-20 {
    margin-top: 30px
}

.formularz__kod .error {
    color: red;
    padding-top: 10px;
    font-size: 12px
}

.formularz__kod .form-control {
    color: #495057 !important;
    height: 38px !important;
    font-size: 1rem !important;
    position: relative
}

.formularz__kod .glyphicon {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 5px;
    background: red
}


.slogan {
    display: block;
    width: 400px;
    margin: 0 auto
}

.slogan label {
    margin-bottom: 5px
}

footer.text-muted {
    border-top: 1px solid #dee2e6 !important;
    padding: 20px 0px;
    font-size: 14px
}

footer.text-muted a {
    color: #212529
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}

body {
    overflow-x: hidden !important
}

.pkt {
display: block;
position: relative;
}

.pkt li {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

.typo1 {
    display: inline-block;
    position: relative;
}

.typo1:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.lead strong {
    font-weight: bold;
}

.bg-primary {
    background-color: #0030AE !important
}

.btn-light {
    background-color: transparent !important;
    border: 1px solid white;
    color: white;
}

.btn-danger {
    background-color: #ee0034 !important;
}

.banner::before,
.banner::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10rem;
}

.banner::before {
    width: 80vw;
    height: 80vw;
    bottom: -40vw;
    left: 25vw;
-webkit-animation:linear infinite alternate;
-webkit-animation-name: run;
-webkit-animation-duration: 15s;
}     
@-webkit-keyframes run {
    0% { left: 25vw;}
    50%{ left: 35vw;}
    100%{ left: 25vw;}
}


.banner::after {
    width: 60vw;
    height: 60vw;
    bottom: -30vw;
    left: 80vw;
-webkit-animation:linear infinite alternate;
-webkit-animation-name: run1;
-webkit-animation-duration: 15s;
}     
@-webkit-keyframes run1 {
    0% { left: 80vw;}
    50%{ left: 70vw;}
    100%{ left: 80vw;}
}

.banner {
    position: relative;
    display: block;
    overflow: hidden !important;
    padding: 100px 0px 120px 0;
}

.banner h1 {
    color: #fff;
    font-size: 30px;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.banner .lead {
    color: #fff;
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}

.formularz_site {
    position: relative;
    overflow: hidden;
}

.formularz_site::before,
.formularz_site::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    display: block;
    background: rgba(0, 48, 174, 0.05);
    border-radius: 10rem;
}

.formularz_site::before {
    width: 80vw;
    height: 80vw;
    bottom: -60vw;
    left: 55vw;
-webkit-animation:linear infinite alternate;
-webkit-animation-name: run2;
-webkit-animation-duration: 15s;
}     
@-webkit-keyframes run2 {
    0% { left: 55vw;}
    50%{ left: 50vw;}
    100%{ left: 55vw;}
}

.formularz_site::after {
    width: 60vw;
    height: 60vw;
    bottom: -30vw;
    left: 90vw;
-webkit-animation:linear infinite alternate;
-webkit-animation-name: run3;
-webkit-animation-duration: 15s;
}     
@-webkit-keyframes run3 {
    0% { left: 90vw;}
    50%{ left: 95vw;}
    100%{left: 90vw;}
}


.dziamska {
    display: block;
    text-align: center;
    width: 100%;
}

.dziamska img {
    width: 200px;
    height: auto;
    border-radius: 50%;
    border: 5px solid #dbdbdb;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 90%;
        margin: 0 auto
    }
    .naglowek h5 {
        display: none
    }
    h6.text-right {
        text-align: center !important;
        padding: 10px 0px !important
    }
    .banner h1,
    .banner p {
        max-width: 90% !important;
        margin: 0 auto;
    }
    h1 {
        font-size: 1.7rem !important
    }
    .lead {
        font-size: 1rem !important
    }
    .p-5 {
        padding: 1rem !important
    }
    .text-jus {
        text-align: center;
    }
    .formularz {
        max-width: 100%;
    }
    .text-muted {
        text-align: center !important
    }
    .text-muted .text-right {
        text-align: center !important
    }
    .dziamska img {
        width: 150px;
    }
    .formularz_site {
        padding-top: 30px;
    }
}


.logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 70%; 
    margin: 0 auto;
}

@media (max-width:  650px) {
    .logo {
        max-width: 100%; 
        margin: 0 auto;
    }
    .logo-item {
        flex:  0 0 100%;
    }
}

.logo-item {
    flex:  0 0 50%;
}
.logo-item a {
    display: block;
}

@media (max-width: 1199px) {
.pc-only {display: none}
}





.site-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100vh;
}

@media (max-width: 992px) {
   .site-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
} 
}
.site-row-blue {
    background: #0030AE;
    height: 100%;
    width: calc(100% - 80px);
    padding-right: 80px;
    text-align: right;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .site-row-blue {
        padding-right: 5%;
        padding-left: 5%;
        width: 90%;
        padding-bottom: 10px;
        overflow: visible;
    }
}
.site-row-blue-cnt {
    max-width: 550px;
       display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 80px);
    padding-top: 80px;
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {
.site-row-blue-cnt {
    padding-top: 50px;
}
}

.site-row-blue-cnt h1 {
    line-height: 130%;
font-size: 30px;
color: #fff;
font-weight: bold;
margin-bottom: 30px;
text-align: left;
margin-top: 30px;
}

.site-row-blue-cnt img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

@media (max-width: 768px) {
    .site-row-blue-cnt img {
        max-width: 300px;
    }
}
@media (min-width: 1660px) {
    .site-row-blue-cnt h1 {
        font-size: 30px;
    }
}
.site-row-blue-cnt p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 550px;
    display: inline-block;
    text-align: left;
    line-height: 150%;
    width: 100%;
}
.site-row-blue-cnt p.lead {
    color: rgba(255,255,255,0.6);
}

.site-row-blue-cnt .copy {
    padding-bottom: 30px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-align: left;
    line-height: 150%;
}

@media (max-width: 992px) {
    .site-row-blue-cnt .copy {

        display: none;
    }
}


.site-row-form {
    display: flex;
    height: 100%;
    padding-left: 80px;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 992px) { 
   .site-row-form {
    
    padding-left:5%;
    padding-right: 5%;
    width: 90%;
    padding-bottom: 30px;
    padding-top: 30px;
} 

}

.site-row-form form {
    display: block;
    max-width: 500px;
}

.site-row-form h2 {
    font-size: 24px;
    color: #0030AE;
    line-height: 140%;
    margin-bottom: 30px;
}

.fqxBDU {
    width: 100% !important;
}

@media (min-width: 1200px) {
.site-row-blue::before,
.site-row-blue::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10rem;
    z-index: 0;
}
}

.site-row-blue::before {
    width: 80vw;
    height: 80vw;
    bottom: -40vw;
    right: 25vw;
}     



.site-row-blue::after {
    width: 60vw;
    height: 60vw;
    bottom: -10vw;
    right: 10vw;
}     


.cxfDdI {
    width: 100% !important;
}

.sc-WKhSL {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
