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,dl,dt,dd,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}



body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #000000;
}

b{
    font-weight: 600;
}

.center {
    margin: auto;
    width: 1100px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.r1 {
    width: 100%;
    background: linear-gradient(90deg, rgba(24,167,149,1) 0%, rgba(255,197,179,1) 76%);
}
.r2 {
    width: 100%;
    line-height: 0px;
}

.r3 {
    width: 100%;
    background-image: url("../images/grafik-04.png"); 
    background-position: top; 
    background-repeat: no-repeat; 
    background-size: 100%; 
    min-height: 200px;
}

.r4:nth-child(2n+1) {
    background-color: rgba(255,197,179,20%);
}

.r4 {
    padding-bottom: 2em;
}

.r4a {
    width: 40%; 
    float: left; 
    padding-right: 2em;
    padding-bottom: 2em;
}

.r4b {
    width: 45%; 
    float: right;
}

.r5 {
    width: 100%;
    background: linear-gradient(90deg, rgba(24,167,149,1) 0%, rgba(255,197,179,1) 76%);
    min-height: 100px;
    font-size: 0.8em;
    margin-top: auto;
}

.r5a {
    width: 33%; 
    float: left; 
    text-align: center;
}

.r5a a {
    color: #000000;
    text-decoration: none;
}

.r5a a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.r5b {
    width: 30%; 
    float: left; 
    text-align: left;
}
.r5c {
    width: 33%; 
    float: left; 
    text-align: center;
}
.r5d {
    width: 33%; 
    float: left; 
    text-align: right;
}

.r6 {
    margin-bottom: 2em;
}

.r6a {
    width: 20%; 
    float: left; 
}

.r6b {
    width: 55%; 
    float: left;
    text-align: left;
    padding: 2em 1em 1em 1em;
}

.r6c {
    width: 20%; 
    float: left;
}

.r7 {
    background-color: rgba(255,197,179,20%);
    margin-bottom: 2em;
}

.r7a {
    width: 20%; 
    float: left; 
    background-color: #ffffff;
    height: 100%;
}

.r7b {
    width: 55%; 
    float: left;
    text-align: right;
    padding: 2em 1em 1em 1em;
}

.r7c {
    width: 20%; 
    float: left;
}

.r8 {
    margin-bottom: 2em;
}

.r8a {
    width: 20%; 
    float: left; 
    padding: 0em 0em 0em 1em;
}

.r8b {
    width: 72%; 
    float: left;
    text-align: left;
    padding: 2em 1em 1em 1em;
}

.r9 {
    margin-bottom: 2em;
}

.r9a {
    width: 20%; 
    float: left; 
}

.r9b {
    width: 55%; 
    float: left;
    text-align: left;
    padding: 2em 1em 1em 1em;
}

.r9c {
    width: 20%; 
    float: left;
}

.r10a {
    width: 33%; 
    float: left; 
    text-align: center;
    padding-bottom: 1em;
}

.r10b {
    width: 33%; 
    float: left;
    text-align: center;
    padding-bottom: 1em;
}

.r10c {
    width: 33%; 
    float: left;
    text-align: center;
    padding-bottom: 1em;
}

h1{
    font-size: 1.2em;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

h2{
    font-size: 1.2em;
    color: #18a795;
    font-weight: 600;
    text-align: center;
}

h3{
    font-size: 2em;
    color: #18a795;
    font-weight: 600;
}

h4{
    font-size: 1.2em;
    color: #18a795;
    font-weight: 600;
}

a.guzik {
    outline: none;
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.9em;
    border: none;
    color: #ffffff;
    cursor: pointer;
    background: #18a795;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

a.guzik:hover {
    color: #ffffff;
}


a {
    color: #18a795;
    text-decoration: underline;
    font-size: 1em;
}

a:hover {
    color: #18a795;
    font-weight: 600;
}

i
{
    font-style: italic !important;
}

.clear{
    clear: both;
}

.kolumny {
    column-count: 2; 
    padding: 2em 2em;
}




/*menu nawigacyjne START*/

.topnav {
    overflow: hidden;
    margin-left: 1.6em;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
}

.topnav a:hover {
    text-decoration: underline;
}

.topnav a.active {
    font-weight: 600;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 800px) {
    .topnav a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav a.active {display: block;}
}

@media screen and (max-width: 800px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/*menu nawigacyjne END*/







/*przycik hamburgera START*/

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/*przycik hamburgera END*/










@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
    .center {
        width: 800px;
    }
}
@media(max-width:1080px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
}
@media(max-width:900px){
}
@media(max-width:800px){
    .center {
        width: auto;
    }
    .r4a {
        width: 100%; 
        float: none; 
    }

    .r4b {
        width: 100%; 
        float: none; 
    }
    .r7a {
        display: none;
    }
    .r6c {
        display: none;
    }
    .r7b {
        width: 75%;
    }
    .r6b {
        width: 75%;
    }

    .r8a {
        width: 60%;
    }
    .kolumny {
        column-count: 1; 
    }

    .logo2{
        display: none;
    }
}
@media(max-width:768px){
}
@media(max-width:736px){
}
@media(max-width:667px){
}
@media(max-width:640px){
}
@media(max-width:600px){
}
@media(max-width:568px){
}
@media(max-width:480px){
}
@media(max-width:414px){
}
@media(max-width:384px){
}
@media(max-width:375px){
}
@media(max-width:320px){
}
