/* ################## TEKST CIAGLY ################## */

.mn-text-center {
    text-align:center;
}

.mn-continuous-text {
    max-width:770px;
    margin-right:auto;
    margin-left:auto;
}
.mn-continuous-text h3 {
    font-family:'Barlow', sans-serif;
    font-size:40px;
    font-weight:600;
    line-height:50px;
    margin-bottom:30px;
}
.mn-continuous-text h4 {
    font-family:'Barlow Condensed', sans-serif;
    font-weight:600;
    font-size:24px;
    line-height:30px;
    margin-bottom:30px;
}
.mn-continuous-text h5 {
    font-family:'Barlow', sans-serif;
    font-weight:500;
    font-size:11px;
    line-height:20px;
    margin-bottom:30px;
}
.mn-continuous-text p {
    font-family:'Barlow', sans-serif;
    font-weight:500;
    font-size:20px;
    line-height:30px;
    margin-bottom:30px;
}
.mn-continuous-text strong {
    font-weight:700;
}
.mn-continuous-text a {
    color:#154C8D;
    text-decoration:underline;
    font-weight:700;
    word-break:break-word;
}
.mn-continuous-text a:hover {
    text-decoration:none;
}

/* dwukolumnowy */
.mn-2columns-text {
    column-count:2;
    column-gap:30px;
}
.mn-2columns-text *:not(p) {
    column-span: all;
}
.mn-2columns-text p {
    font-weight:500;
    font-size:11px;
    line-height:20px;
    margin-bottom:30px;
}
/* END dwukolumnowy */


/* ################## END TEKST CIAGLY ################## */



/* ################## WYROZNIONY ################## */
.mn-highlighted-text {
    background-color:#E5EBF2;
    padding:100px 100px 70px 100px;
    max-width:970px;
}
/* ################## END WYROZNIONY ################## */


/* ################## CYTAT ################## */
.mn-quote {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    font-weight:600;
    font-size:40px;
    line-height:50px;
    font-style:italic;
    position:relative;
}
.mn-quote:before {
    content:"”";
    font-size:108px;
    line-height:108px;
    position:absolute;
    left:-65px;
    font-weight:600;
}
.mn-quote p:not(.mn-quote-author):after {
    content:"”";
    font-size:40px;
    line-height:40px;
    margin-left:-10px;
}
.mn-quote-author {
    margin-top:30px;
    font-size:11px;
    line-height:20px;
    text-align:right;
    font-weight:500;
    font-style:normal;
}
.mn-quote-type2 {
    font-size:20px;
    line-height:30px;
    font-weight:500;
}
.mn-quote-type2:before {
    top:-5px;
}
.mn-quote-type2 p:not(.mn-quote-author):after {
    font-size:20px;
    line-height:20px;
}
/* ################## END CYTAT ################## */

/* ################## TEKST z IKONA ################## */
.mn-icones-txt {
    max-width:700px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    flex-wrap:wrap;
}
.mn-icone-txt-box {
    width:48%;
    margin-right:4%;
    display:flex;
    margin-top:60px;
}
.mn-icone-txt-box:first-child,
.mn-icone-txt-box:nth-child(2) {
    margin-top:0;
}
.mn-icone-txt-box:nth-child(even) {
    margin-right:0;
}
.mn-icone-txt-box img {
    max-width:43px;
    height:auto;
    margin-top:10px;
    margin-right:30px;
    align-self:flex-start;
}
.mn-icone-txt-box,
.mn-icone-txt-box p {
    font:500 20px/30px 'Barlow', sans-serif;

}


.mn-icones-txt-wide-center {
    max-width:570px;
}
.mn-icones-txt-wide-center .mn-icone-txt-box {
    width:100%;
    margin-right:0;
    margin-top:50px;
    flex-wrap:wrap;
    text-align:center;
}
.mn-icones-txt-wide-center .mn-icone-txt-box:first-child {
    margin-top:0;
}
.mn-icones-txt-wide-center .mn-icone-txt-box  p {
    width:100%;
}
.mn-icones-txt-wide-center .mn-icone-txt-box img {
    display:block;
    margin:0 auto 30px auto;
}


.mn-icones-txt-wide {
    max-width:770px;
}
.mn-icones-txt-wide .mn-icone-txt-box {
    width:100%;
    margin-top:50px;
    margin-right:0;
}
.mn-icones-txt-wide:first-child {
    margin-top:0;
}

/* END ################## TEKST z IKONA ################## */


/* ################## TABELE ################## */
.mn-table {
    border-collapse:collapse;
    margin-right:auto;
    margin-left:auto;
}
.mn-table tr {
    border-bottom:1px solid #183557;
}
.mn-table tr:first-child {
    border-top:1px solid #183557;
}
.mn-table th {
    text-align:left;
}
.mn-table th,
.mn-table td {
    padding:18px 30px;
    font-size:20px;
    font-family:'Barlow', sans-serif;
    font-weight:500;
    position:relative;
}
.mn-table td {
    vertical-align:top;
}
.mn-table-first-type {
    width:770px;
}
.mn-table-first-type td:first-child {
    font-weight:700;
    text-align:right;
    padding-right:0;
}
.mn-table-rwd {
    width:100%;
    overflow-x:auto;
}

.mn-table-second-type {
    width:770px;
}
.mn-table-second-type th,
.mn-table-second-type td {
    padding:18px 20px;
}
.mn-table-second-type td:before {
    content:"-";
    display:inline;
    margin-right:10px;
}



.mn-table-third-type {
    width:770px;
}
.mn-table-third-type tr {
    padding:5px 0;
}
.mn-table-third-type tr:first-child {
    border:1px solid #183557;
}
.mn-table-third-type th {
    font-weight:700;
}
.mn-table-third-type  th,
.mn-table-third-type  td {
    border-left:1px solid #183557;
}

.mn-table-third-type  th:first-child,
.mn-table-third-type  td:first-child {
    border:none;
}

.mn-table-third-type  th,
.mn-table-third-type  td {
    padding:18px 30px;
}
.mn-table-third-type  th:before,
.mn-table-third-type  td:before {
    content:"";
    width:4px;
    height:10px;
    background:#ffffff;
    position:absolute;
    z-index:5;
    bottom:0;
    left:-2px;
}
.mn-table-third-type  th:first-child:before,
.mn-table-third-type  td:first-child:before {
    display:none;
}
.mn-table-third-type  th:last-child:after,
.mn-table-third-type  td:last-child:after {
    display:none;
}
.mn-table-third-type  th:after,
.mn-table-third-type  td:after {
    content:"";
    width:4px;
    height:10px;
    background:#ffffff;
    position:absolute;
    z-index:5;
    top:0;
    right:-2px;
}

.mn-table-third-type-wide {
    width:1170px;
}
/* END ################## TABELE ################## */


/* ################## DOKUMENTY ################## */
.mn-document-download {
    max-width:770px;
    margin-right:auto;
    margin-left:auto;
    border-bottom:1px solid #183557;
    padding:15px 0 15px 15px;
    display:flex;
    align-items:flex-start;
    font-family:'Barlow', sans-serif;
}
.mn-document-download img {
    margin-right:30px;
}
.mn-document-download:first-child {
    border-top:1px solid #183557;
}
.mn-document-download :last-child {
    justify-self:end;
}
.mn-document-name {
    font-size:16px;
    line-height:28px;
    font-weight:700;
    word-break:break-word;
    margin-right:30px;
}
.mn-document-desc {
    max-width:240px;
    font-size:11px;
    line-height:20px;
    font-weight:500;
    word-break:break-word;
    margin-right:30px;
    margin-left:auto;
}
.mn-document-download a {
    background:#F2F2F2 url('../images/download-icon.png') 10px 50% no-repeat;
    color:#183557;
    font-family:'Barlow Condensed', sans-serif;
    font-weight:600;
    font-size:16px;
    line-height:22px;
    display:inline-block;
    padding:5px 15px 6px 35px;
    text-decoration:none;
    margin-left:auto;
}
/* END ################## DOKUMENTY ################## */


/* ################## MEDIA ################## */
.mn-media-containers {
    max-width:770px;
    margin-right:auto;
    margin-left:auto;
}
.mn-media-container {
    overflow:hidden;
    /*background:red;*/
}
.mn-media-container img {
    object-fit:cover;
    width:100%;
    height:100%;
}
.mn-media-containers-type2 {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.mn-media-containers-type2>* {
    width:48%;
}

.mn-media-containers-type3 {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    flex-direction:column;
    height:730px;
}
.mn-media-containers-type3>* {
    width:48%;
    height:48%;
}

.mn-media-containers-type3>:first-child {
    width:48%;
    flex:0 0 100%;
}
.mn-media-containers-type3>:nth-child(2) {
    flex:0 0 48%;
    height:48%;
    max-height:48%;
    align-self:flex-end;
}
.mn-media-containers-type3>:nth-child(3) {
    height:48%;
    max-height:48%;
    align-self:flex-end;
}


.mn-media-containers-type3b>:first-child {
    order:3;
    align-self: flex-end;
}
.mn-media-containers-type3b>:nth-child(2) {
    order:1;
    align-self: flex-start;
}
.mn-media-containers-type3b>:nth-child(3) {
    order:2;
    align-self: flex-start;
}
/* END ################## MEDIA ################## */



/* RWD */
@media (max-width:767px) {
    .mn-document-name {
        width:calc(100% - 150px);
        margin-right:0;
        padding-right:15px;
        margin-bottom:15px;
    }
    .mn-document-download {
        flex-wrap:wrap;
    }
    .mn-document-download .mn-document-desc {
        margin-left:0;
    }
}
@media (max-width:600px) {
    .mn-icone-txt-box {
        width:100%;
        margin-right:0;
    }
}
/* END RWD */
