/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

@font-face {
    font-family: "helveticamedium";
    src: url("../fonts/helvetica/helveticaneue-medium.ttf");
}

html body * {
    box-sizing: border-box;
}
html body article.article p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 120%;
}
html body section[class^="page"] {
    max-width: 1280px;
    margin: 0px auto;
    font-family: "calibri";
    color: #452776;
}
body #page-show img.inline-block.mr-1{display:none}
html body section[class^="page"] b {
    font-family: "calibri";
    font-weight:bold;
}

html body section[class^="page"] h1,
html body section[class^="page"] h2,
html body section[class^="page"] h3 {
    font-family: "calibri";
    font-weight:bold;
}

html body section.page1 {
	display: block;

	padding: 0;
	position: relative;
}

html body section.page1 img {
	max-height: 370px;
}
html body section.page1 > img:first-of-type {
	position: absolute;
	left: 5%;
	bottom: 10%;
}
html body section.page1 > img:last-of-type {
	position: absolute;
	right: 5%;
	max-height: 290px;
	bottom: 8%;
}

html body section.page1 .headers {
 
}

html body section.page1 .headers h2 {
	color: #FFF;
	font-size: 88px !important;
	text-shadow: 2px 2px 2px #666;
	margin-bottom: 10px;
	margin-top: 0;
	background: #c9bedf;
	text-align: center;
	padding: 20px;
}

html body section.page1 h3 {
	color: #452776;
	font-size: 51px !important;
	margin-top: 15px;
	padding: 20px 22% 50px 27%;
	display: flex;
	flex-flow: column;
}
html body article.article section.page1 h3 span {
	margin: 0;
	display: flex;
	align-content: center;
	align-items: center;
}
html body article.article section.page1 h3 span:first-of-type {
    color:#d10073;
    font-size:62px;
}
html body article.article section.page1 h3 span:last-of-type {
	font-weight: normal;
	padding-left: 64px;
	line-height: 110%;
	font-size: 56px;
}
html body section.page2 {
	background: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-flow: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	padding: 10px 45px 40px;
}

html body section.page2 h3 {
	color: #FFF;
	font-size: 40px !important;
	text-shadow: 2px 2px 2px #452776;
	font-weight: initial;
	text-align: initial;
	line-height: initial;
	margin: 30px 0;
	width: 90%;
	text-align: center;
}

html body article.article section img {
	
	align-self: initial;
	margin: initial;
}

html body section.page2 .nagranie {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 88%;
    padding-bottom: 60px;
}

html body section.page2 .nagranie .lcont {
    width: 50%
}

html body section.page2 .nagranie .lcont iframe {
    min-height: 322px;
    border: 1px solid #EEE;
}
html body section.page2 .nagranie .lcont .zaslepka {
	height: 400px;
	width: 100%;
	display: flex;
	color: #FFF;
	font-family: "calibri";
    font-weight:bold;
	font-size: 40px;
	padding: 30px 40px;
	border: 1px solid #EEE;
	align-content: center;
	align-items: center;
	text-align: center;
	background: #0000004a;
}
html body section.page2 .cont.full{width:100%}
html body section.page2 .nagranie .rcont {
    width: 50%;
    padding: 0 20px 0 40px;
}
html body section sup {
	font-weight: normal;
	font-size: 59%;
}
html body section.page2 sup {
	font-weight: normal;
	color: #fff;
    font-size: 59%;
}

html body section.page2 .nagranie .rcont p, html body section.page2 .cont.full p {
	color: #FFF;
	font-size: 28px !important;
}
html body section.page2 .cont.full p{text-align:left}
html body section.page2 .nagranie .rcont ul, html body section.page2 .cont.full ul {
    padding-left: 10px;
}

html body section.page2 .nagranie .rcont ul li, html body section.page2 .cont.full ul li {
	color: #FFF;
	font-size: 28px !important;
	margin: 7px;
}

html body section.page2 div.inb {
    background: #c9bedf
}
html body article.article section h4 {
	font-size: 32px;
	color: #b50581;
	text-align: center;
	display: block;
	width: 85%;
	font-family: "calibri";
    font-weight:bold;
	margin: auto;
}
html body section h3.undl {
    font-size: 40px;
    color: #452776;
    text-align: center;
    border-bottom: 14px solid #dcd1f4;
    padding: 10px;
    margin: 30px auto;
    width: 90%;
}

html body section.page3 .boxes {
    display: flex;
    flex-flow: wrap;
}

html body section.page3 .boxes>div {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 40px 10%;
}
html body section .infocontent{position:relative}
html body section .infocontent > img:first-of-type {
	position: absolute;
	max-height: 270px;
	left: -118px;
	top: 4%;
}
html body section .infocontent > img:last-of-type{
    position: absolute;
	max-height: 270px;
	right: -78px;
	top: 34%;
}
html body section .infocontent .inner {
	padding: 20px 15%;
}
html body section .infocontent .inner h2{color:#d10073; font-size:80px;}
html body section .infocontent .inner h3 {
	color: #d10073;
	font-size: 50px;
	margin: 40px 0;
}
html body section .infocontent .inner .iconset {
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 28px;
	margin-top: 28px;
	text-align: left;
}
html body section .infocontent .inner .iconset img{}
html body section .infocontent .inner .iconset > div {
	font-size: 30px;
	padding-left: 25px;
}
html body section .infocontent .inner .iconset > div span{color:#d10073; font-weight:bold; margin:0}
html body section .infocontent .inner h4 {
	color: #452776;
	font-size: 40px;
	width: 100%;
	text-align: left;
}
html body section .infocontent .inner .iconblocks {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	align-items: flex-start;
	margin-top: 30px;
}
html body section .infocontent .inner .iconblocks .bl {
	width: calc(33% - 4%);
	margin: 2%;
}
html body section .infocontent .inner .iconblocks .bl img{}
html body section .infocontent .inner .iconblocks .bl div {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
html body section .infocontent .inner .iconblocks .bl div span {
	font-weight: normal;
}


html body section.page3 .boxes p {
    color: #452776;
    font-size: 25px !important;
    font-family: "calibri";
   
}

html body section.page3 .boxes .b1 {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

html body section.page3 .boxes .b1 .l {
    z-index: 2;
}

html body section.page3 .boxes .b1 .r {
    text-align: left;
    padding-left: 20px;
}

html body section.page3 .boxes .b1 .r p:first-of-type {
    font-size: 43px !important;
    margin: 10px 0;
}
html body article.article{    background: #fafafa;}
html body .pb-32{padding-bottom:0}

html body section.page3 .boxes .b1 .r p:last-of-type {
    margin: 10px 0 0 -100px;
    background-image: -moz-linear-gradient( 4deg, rgb(201, 190, 223) 0%, rgb(228, 223, 239) 31%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 4deg, rgb(201, 190, 223) 0%, rgb(228, 223, 239) 31%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 4deg, rgb(201, 190, 223) 0%, rgb(228, 223, 239) 31%, rgb(255, 255, 255) 100%);
    padding: 20px 30px 20px 90px;
}

html body section.page3 .inb {
    background: #c9bedf;
    padding: 10px;
    text-align: center;
    font-family: "calibri";
    font-weight:bold;
}

html body section.page3 .inb p {
	font-size: 45px !important;
	line-height: 115%;
	padding: 30px;
}
html body section.page3 .inb.raport p {
	font-size: 25px !important;
	line-height: 115%;
	padding: 10px 100px;
	margin: 5px 0;
	font-family: "calibri";
	font-weight: normal;
}
html body section.page3 .inb.raport a {
	font-size: 32px !important;
	margin-top: 10px;
	padding: 15px 30px 20px;
}
html body section.page3 .boxes>div img {
    max-width: 238px;
}

html body section.page4 {
    display: flex;
    flex-flow: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
    justify-items: center;
}

html body section.page4 > div {
	background: url(../img/bg2.jpg);
	background-size: 108%;
	background-position: center center;
	color: #FFF;
	width: 50%;
	display: flex;
	flex-flow: column;
	padding: 0;
	margin: 20px 3px;
}
html body section.page4 > div:first-of-type {
	margin-left: 0;
}
html body section.page4 > div:last-of-type {
	margin-right: 0;
}
html body section.page4 > div .top{font-size:40px; color:#FFF; background:#d10073; padding:10px 40px;text-align: center;font-weight: bold;}
html body section.page4 > div h3 {
	font-size: 40px !important;
	text-shadow: 2px 2px 2px #452776;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}

html body section.page4 > div .hor {
	display: flex;
	padding: 5px 10px 5px 0;
	align-content: center;
	align-items: center;
	margin: 10px;
}
html body section.page4 .botum {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	padding: 20px;
}
html body section.page4 .botum img {
	height: 120px;
}

html body section.page4>div .hor>div {
    width: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

html body section.page4 > div .hor > p {
	font-size: 18px !important;
	text-shadow: 2px 2px 2px #452776;
	padding: 15px;
	margin: 0;
	text-align: left;
}

html body section.page4 > div .triple {
	display: flex;
	flex-flow: row;
	height: 558px;
}
html body section.page4>div .triple>div:last-of-type {
    width: 35%;
   
}

html body section.page4 > div.nsr .triple > div:first-of-type {
	width: 40%;
	align-self: flex-end;
	padding-left: 10px;
	margin-bottom: -30px;
}
html body section.page4 > div.ndr .triple > div:last-of-type {
	align-self: flex-end;
}
html body section.page4 > div .triple sup{color:#FFF}
html body section.page4>div .triple>div:last-of-type img,
html body section.page4>div.nsr .triple>div:first-of-type img {
    max-width: 100%
}

html body section.page4 > div .vert {
	display: flex;
	flex-flow: column;
	width: 62%;
}

html body section.page4>div.ndr .vert .hor:last-of-type {}

html body section.page4>div.ndr .vert .hor:last-of-type>div {
    width: 250px;
}

html body section.page4>div.nsr .hor>div {
    width: 40%
}

html body section.page4>div.nsr .hor>p {
    width: 60%;
    border-left: 1px solid #EEE;
    padding-left: 41px;
}

html body section.page4 > div.nsr .hor > div p {
	color: #18afa3;
	font-family: "calibri";
	font-weight: normal;
	font-size: 36px !important;
	margin: 0px;
}

html body section.page4 > div.nsr .triple .vert .hor {
	flex-flow: column;
	margin-top: 10px;
	margin-left: 30px;
}

html body section.page4>div.nsr .triple .vert .hor div,
html body section.page4>div.nsr .triple .vert .hor p {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}

html body section.page4>div.nsr .triple .vert {
    width: 65%
}

html body section.page4 > div.nsr .triple .vert .hor > p {
	border-left: 0;
	margin-top: 14px;
}

html body section.page4>div.nsr .triple .vert .hor>div>p {
    border-left: 0;
    border-bottom: 1px solid #FFF;
    padding: 0px 32px 10px 0;
    width: auto;
}

html body section.page4 > div.nsr .triple {
	padding-top: 38px;
}

html body section div a.more {
	background: #b50581;
	color: #FFF;
	font-family: "calibri";
    font-weight:bold;
	padding: 20px;
	border-radius: 14px;
	text-align: center;
	text-decoration: navajowhite;
	font-size: 22px !important;
	margin: 25px 0 10px;
	display: inline-block;
}

html body section div a.more:hover {
    opacity: 0.8
}
html body section.przypisy{padding:0 30px 30px}
html body section.przypisy > div:first-of-type{color:#300e56; margin-bottom:30px}
html body section.przypisy > div:last-of-type{color:#7a7878}

html body section.page5 p {
	font-size: 31px !important;
	text-align: center;
	font-weight: bold;
	margin: 40px 0;
}

html body section.page5 .arts {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 30px;
}

html body section.page5 .arts a {
    box-shadow: 5px 5px 20px #EEE;
    display: flex;
    margin-bottom: 30px;
}

html body section.page5 .arts a:hover {
    opacity: 0.8
}
html body section.page2 .nagranie-fin.short {
	width: 50%;
	position: relative;
}
html body section.page2 .nagranie-fin.short img.poster {
	width: 100%;
	position: absolute;
}
html body section.page2 .nagranie-fin.short iframe {
	min-height: 322px;
	width: 100%;
}
html body section.page2 p.short {
	color: #FFF;
	font-size: 21px;
	margin: 5px 0 5px;
}

@media screen and (max-width: 1320px) {
    html body article.article section.page1 h3 span:first-of-type {
     font-size: 50px;
    }
    html body article.article section.page1 h3 span:last-of-type {
       
        font-size: 45px;
    }
    html body section.page1 .headers h2 {
     
        font-size: 74px !important;
      
    }
    html body section.page1 > img:first-of-type {
       
        max-height: 80%;
    }
    html body section.page1 > img:last-of-type {
      
        max-height: 65%;
      
    }
    html body section .infocontent > img:first-of-type {
       left: -56px;
       
    }
    html body section .infocontent > img:last-of-type {
        right: -38px;
      
    }
    html body section sup {
      
        font-size: 45%;
        top: -0.9em;
    }
    html body section .infocontent .inner {
        padding: 20px 12%;
    }

}
@media screen and (max-width: 1279px) {
    html body article.article section.page1 h3 span:first-of-type {
        font-size: 45px;
    }
    html body article.article section.page1 h3 span:first-of-type img{height:45px}
    html body article.article section.page1 h3 span:last-of-type {
        font-size: 37px;
    }
    html body section.page2 .nagranie .rcont p, html body section.page2 .cont.full p {
        color: #FFF;
        font-size: 26px !important;
    }
    html body section.page2 .nagranie .rcont ul li, html body section.page2 .cont.full ul li {
       
        font-size: 26px !important;
      
    }
    html body section .infocontent > img:first-of-type {
        left: -100px;
    }
    html body section .infocontent .inner h2 {
      
        font-size: 60px;
    }
    html body section .infocontent .inner h3 {
      
        font-size: 39px;
        margin: 20px 0;
    }
    html body section .infocontent .inner .iconset > div {
        font-size: 25px;
        
    }
    html body section .infocontent .inner h4 {
       
        font-size: 30px;
      
    }
    html body section .infocontent .inner .iconblocks .bl img {
        width: 65%;
    }
    html body section .infocontent .inner .iconblocks .bl {
       
        text-align: center;
    }
    html body section .infocontent .inner .iconblocks .bl div {
        font-size: 20px;
     
    }
    html body section.page3 .inb p {
        font-size: 35px !important;
      
    }
    html body section.page4 > div .top {
        font-size: 30px;
       
    }
    html body section.page4 > div .triple {
      
        height: 600px;
    }
    html body section.page4 > div {
       
        background-size: cover;
       
    }
    html body section.page4 > div .hor > div {
        width: 75px;
      
    }
    html body section.page4 > div .hor > p {
        font-size: 16px !important;
     
    }
    html body section div a.more {
      
        font-size: 16px !important;
     
    }

}
@media screen and (max-width: 1024px) {
	html body article.article section h4 {
	font-size: 24px;}
    html body section.page1 img {
        max-height: 200px;
        text-align: center;
    }
    html body section.page1 .headers h3 {
        color: #452776;
        font-size: 21px!important;
        margin-top: 15px;
    }
	html body section.page2 .nagranie .lcont .zaslepka {
	height: 250px;
	
	font-size: 29px;
	
}
html body section.page1 {
	
	padding: 10px 10px;
}
html body section.page3 .inb.raport p {
	font-size: 20px !important;
	line-height: 115%;
	padding: 10px 10px;
	margin: 5px 0;
	font-family: "calibri";
    
}
    html body section.page1 .headers h2 {
        color: #FFF;
        font-size: 30px!important;
        text-shadow: 2px 2px 2px #666;
        margin-bottom: 10px;
    }
    html body section.page2 h3 {
        color: #FFF;
        font-size: 30px!important;
        text-shadow: 2px 2px 2px #452776;
    }
    html body section.page2 .nagranie {
        flex-flow: column;
    }
    html body section.page2 .nagranie .lcont{
        width: 100%;
    }
	html body section.page2 .nagranie-fin.short{
        width: 88%;
    }
	html body section.page2 .nagranie-fin.short iframe {
	min-height: 250px;}
    html body section.page2 .nagranie .lcont iframe {
        min-height: 250px;
    }
    html body section.page2 .nagranie .rcont {
        width: 100%;
        padding: 0 10px 0 10px;
    }
    html body section h3.undl {
        font-size: 26px!important;
        width: 90%;
        margin: auto;
    }
    html body section.page3 .boxes>div img {
        max-width: 135px;
    }
    html body section.page3 .boxes .b1 .r p:first-of-type {
        font-size: 22px!important;
    }
    html body section.page3 .boxes p {
        font-size: 16px!important;
    }
    html body section.page3 .boxes>div {
        width: 50%;
        display: flex;
        flex-flow: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        text-align: center;
        padding: 20px 2%;
    }
    html body section.page3 .boxes .b1 .r p:last-of-type {
	padding: 12px 15px 12px 100px;
	border-radius: 10px;
}
    html body section.page3 .inb p {
        font-size: 22px!important;
    }
    html body section.page4 {
        flex-flow: column;
    }
    html body section.page4>div {
        width: 100%;
    }
    html body section.page4>div.ndr .triple .vert {
        width: 65%;
    }
    html body section.page4>div.ndr .vert .hor:last-of-type {
        flex-flow: column;
    }
    html body section.page4>div .hor>p {
        font-size: 18px!important;
        padding: 5px;
    }
    html body section.page4>div.nsr .hor>div p {
        font-size: 25px!important;
    }
    html body section.page4>div.nsr .triple .vert .hor {
        margin-top: 5px;
        margin-left: 20px;
    }
    html body section.page4>div.nsr .triple {
        padding-top: 5px;
    }
    html body section.page4>div h3 {
        font-size: 35px!important;
        margin: 10px;
    }
    html body section.page5 p {
        font-size: 20px!important;
        text-align: center;
    }
    html body section.page5 .arts a {
        margin-bottom: 20px;
    }
    html body section.page4>div .triple>div:last-of-type img,
    html body section.page4>div.nsr .triple>div:first-of-type img {
        max-height: 330px;
    }
}
html body section.page2 .nagranie .lcont .zaslepka{display:none}

@media screen and (max-width: 768px) {
    html body section.page1 > img:first-of-type {
        max-height: 32%;
        top: 20px;
    }
    html body section.page1 > img:last-of-type {
        max-height: 27%;
        bottom: 35px;
    }
    html body section.page1 h3 {
        padding: 2px;
        padding-right: 26px;
    }
    html body article.article section.page1 h3 span:first-of-type {
        font-size: 26px;
        margin: auto;
    }
    html body article.article section.page1 h3 span:last-of-type {
        font-size: 26px;
        padding: 10px;
        display: block;
        text-align: center;
    }
    html body article.article section.page1 h3 span:first-of-type img {
        height: 32px;
    }
    html body section.page2 .nagranie .rcont p, html body section.page2 .cont.full p {
       
        font-size: 18px !important;
    }
    html body section.page2 .nagranie .rcont ul li, html body section.page2 .cont.full ul li {
        font-size: 18px !important;
    }
    html body section .infocontent .inner {
        padding: 20px 4%;
    }
    html body section .infocontent .inner h2 {
        font-size: 40px;
    }
    html body section .infocontent .inner h3 {
        font-size: 26px;
        margin: 20px 0;
    }
    html body section .infocontent > img:first-of-type {
      
        display: none;
    }
    html body section .infocontent .inner .iconset > div {
        font-size: 18px;
    }
    html body section .infocontent > img:last-of-type {
        right: -87px;
    }
    html body section .infocontent .inner h4 {
        font-size: 25px;
    }
    html body section .infocontent .inner .iconblocks .bl {
        width: calc(50% - 4%);
        margin: 2%;
    }
    html body section .infocontent .inner .iconblocks .bl div {
        font-size: 17px;
    }
    html body section.page3 .inb p {
       
        padding: 10px;
    }
    html body section.page4 > div .top {
        font-size: 22px;
    }
    html body section.page4 > div .triple {
        height: auto;
    }
    html body section.page4 > div .hor > p {
        font-size: 15px !important;
     
    }
    html body section.page4 > div .hor > div {
        width: 50px;
    }
    html body section.page4 > div.nsr .triple .vert .hor {
        margin-top: 0px;
        margin-left: 20px;
    }
    html body section.page4 > div .triple > div:last-of-type {
	width: 33%;
}
html body section.page4 .botum {
	flex-flow: column;
}
html body section.page4 .botum:last-of-type a{
order:2
}
html body section.page3 .inb.raport p {
	font-size: 18px !important;
	
}
html body section.page3 .inb.raport a {
	font-size: 25px !important;

}
html body section.przypisy {
	padding: 10px;
	font-size: 13px;
}
html body section.page2 {
	
	padding: 10px 20px 20px;
}
}