p {
    line-height: 3.5rem;
}
@media(max-width:768px) {
    p {
        line-height: 3rem;
    }
}

p>a {
    color: #427c02;
    font-weight: 700;
}

p>a:hover {
    text-decoration: underline;
}


@media(max-width:768px) {
    .short>p {
        line-height: 2.6rem;
    }
}

.short {
    margin-top: -5px;
}

h3 {
    font-size: 2.2rem !important;
    font-weight: 600 !important;
}

h4{
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}

ul {
    padding-left: 0;
}
ul>li {
    font-size: 1.5rem;
    margin: 4px 20px;
    padding: 0;
    color: #343434;
    list-style-type: initial;
}
ul>li::marker{
    color: #ade702;
}
@media(max-width:768px) {

    ul>li {
        font-size: 1.4rem;
    }
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* style do video -------------------------------------------------------------*/
video {
    max-width: 100%;
    max-height: auto;
}

@media(max-width:300px) {
    video {
        height: auto;
        width: 100%;
    }
}



.submenu ul>li::marker{
    color: transparent;
}
/* style do video END -------------------------------------------------------------*/

#container {
    display: flex;
    margin: auto;
    position: relative;
    max-width: 1355px;
    width: 92%;
    margin: auto;
    margin-top: 20px;
    padding: 0 20px;
    justify-content: space-between;
}
@media(max-width:1024px) {
    #container {
        flex-direction: column;
        padding: 0 10px;
    }
}

.container-1-left {
    width: calc(100% - 300px);
    margin-top: 20px;
    padding-right: 0;
    max-width: 900px;
    box-sizing: border-box;
}

@media(max-width:1024px) {
    .container-1-left {
        width: calc(100%);
        padding: 0 0;
    }
}

@media(max-width:768px) {
    .container-1-left {
        padding: 0px 0px;
        width: 100%;
        margin-top: 10px;
    }
}

article{
    width:100%;
    padding:0 0 0 0;
}
@media(max-width:1024px){
    article{
        width:100%;
        padding:0 0 0 0;
    }
}

aside {
    /*top: 200px;
    position: absolute;
    right: 0px;*/
    width:300px;
    margin-top:80px;
    padding-left:0;
    box-sizing:border-box;
    max-width: 100%;
}
@media(max-width:1024px){
    aside{
        padding-left:0;
    }
}

article ol{
    padding:0;
}

article ol>li{
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 4px 20px;
}

.aside-menu {
    /*position: relative;*/
    /*top:200px;
	position:absolute;*/
}

.menu {
    font-size: 2.5rem;
    font-weight: 700;
}

.short-way {
    font-size: 1.4rem;
    margin: 40px 0 60px 0;
}

.short-way>span {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
}

.short-way>ol {
    list-style-type: disc;
    padding-left: 25px;
}

.short-way>ol>li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #5dd70091;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
}

.short-way>ol>li {
    margin-left: -25px;
    margin-bottom: 10px;
    color: #1b1b1b;
    width: auto;
    list-style-type: none;
    line-height: 2.4rem;
}

.short-way>ol>li>a {
    color: #1b1b1b;
}

.short-way>ol>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.short-way>ol>ul>li>a {
    color: #1b1b1b;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.short-way>ol>ul>li>a:hover {
    color: #000;
    text-decoration: underline;
}

.anchor {
    position: relative;
    top: -80px;
}

.anchor-h3 {
    position: relative;
    top: -44px;
}


.category-articles>li {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 5px 20px;
    color: #343434;
    list-style-type: initial;
    display: flex;
}

.paragraph {
    margin: 70px 0 30px 0;
}

@media(max-width: 1105px) {
    .paragraph {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 768px) {
    .paragraph {
        margin: 50px 0 30px 0;
    }
}

.source-img {
    color: #a5a5a5;
    font-size: 1.3rem;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    width: 100%;
    margin: 12px auto 60px auto;
}

.image-source{
    color: #fff;
    position: absolute;
    bottom: -2px;
    right: 0;
    padding: 8px 15px;
    background-color: rgba(0,0,0,0.3);
    border-top-left-radius: 10px;
    font-size:1.1rem;
}
@media(max-width:768px) {
    .image-source{
        font-size:1rem;
        padding: 5px 10px;
        bottom: 0;
    }
}

.paragraph>h2,
div>h2 {
    font-size: 2.8rem;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

@media(max-width:768px) {
    .paragraph>h2,
    div>h2 {
        font-size: 2.2rem;
		line-height: 3.3rem;
    }
}


/* container 1 START ------------------------------- */

.container-1 {
    max-width: 900px;
    width: 100%;
    padding: 0;
    z-index: 5;
    box-sizing: border-box;
    margin-top: 20px;
}
@media(max-width:1024px) {
    .container-1 {
        flex-direction: column;
    }
}
@media(max-width:768px) {
    .container-1 {
        padding:0;
		margin-top: 10px;
    }
}

/*-------------------------left column titles----------------------*/
/*
.container-1-left {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    max-width: 900px;
    box-sizing: border-box;
}

@media(max-width:1024px) {
    .container-1-left {
        width: calc(100%);
        padding: 0 0;
    }
}

@media(max-width:768px) {
    .container-1-left {
        padding: 0px 0px;
        width: 100%;
        margin-top: 10px;
    }
}*/

.container-1>h1 {
    font-size: 4rem;
    text-align: left;
    font-weight: 800;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 5rem;
}

@media(max-width:1024px) {
    h1 {
        font-size: 3.5rem !important;
        line-height: 5rem !important;
        margin-bottom: 20px;

    }
}
@media(max-width:768px) {
    h1 {
        font-size: 2.5rem !important;
        line-height: 3.4rem !important;
    }
}

/*reactions */

.container-1-left-reaction {
    display: inline-flex;
    margin: 30px 0 -10px 0;
    align-items: center;
    width: 160px;
    /*height: 158px;*/
    flex-direction: row;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.4;
    /*border:1px solid #dbdbdb;*/
    border-radius:5px;
    background-color:#f2f2f2;
    padding:5px 5px;
    justify-content: space-evenly;
    cursor:pointer;
    transition:all 0.2s ease-in-out;
}
@media(max-width:768px){
    .container-1-left-reaction {
        margin: 15px 0 -10px 0;
    }
}

.container-1-left-reaction:hover {
    /*border:1px solid #8a8a8a;*/
    background-color:#efefef;
    transition:all 0.2s ease-in-out;
}

.container-1-left-reaction:hover>.container-1-left-reaction-h{
    display:flex;
    transition:all 0.2s ease-in-out;
}

.container-1-left-reaction-h{
    flex-direction:column;
    display:none;
    position:absolute;
    width:210px;
    height:65px;
    margin-top:-95px;
    margin-left:40px;
}

.container-1-left-reaction-h-1{
    width:190px;
    height:56px;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    background-color:#fff;
    padding:10px;
    transition:all 0.2s ease-in-out;
    margin-top:-30px;
    border-radius:5px;
    display:flex;
    flex-direction:row;
    align-items:center;

}

.emoticon{
    margin-left:8px;
    margin-right:8px;
    display:flex;
    align-items: center;
    flex-direction: column;
    width:calc(100% / 3);
}
.emoticon:hover>.emoticon-text{
    color:#770399;
}

.emoticon:hover>div>img{
    width:24px!important;
    transition:all 0.1s ease-in-out;
}

.emoticon-img{
    width:25px;
    height:25px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.emoticon-img>img{
    width:20px!important;
    margin-top:2.5px;
    margin-bottom:2.5px;
    transition:all 0.1s ease-in-out;
}

.emoticon-text{
    font-weight:600;
    font-size:1.1rem;
    margin-bottom:5px;
    color:#363636;
}

.emoticon-count{
    font-size: 1.1rem;
    margin-top:3px;
    color:#696969;
}

.triangle{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position:relative;
    top:0px;
    left:70px;
}

.container-1-box-like{
    width:90px;
    display:flex;
    justify-content: center;
}

.container-1-box-like>span>svg>g>path{
    transition:all 0.05s linear;
    stroke:#666666!important;
    stroke-width:1.2px!important;
}
.container-1-box-like:hover>span>svg>g>path{
    stroke:#770399!important;
    stroke-width:1.4px!important;
    transition:all 0.05s linear;
}

.container-1-box-like>span>img{
    height:20px;
    margin-right:8px;
    margin-left:7px;
}

.heart-position,.wow-position{
    position:relative;
    top:2px;
}

.container-1-box-like>.reaction-title{
    transition:all 0.05s linear;
}

.container-1-box-like:hover>.reaction-title{
    color:#770399;
    transition:all 0.05s linear;
}

.container-1-left-reaction svg {
    max-width: 20px;
    height:20px;
    /*margin-top: 18px;*/
    margin-left:5px;
    margin-right:5px;
    cursor: pointer;
}

.reaction-title {
    text-align: center;
    /*margin-top: 60px;*/
    height: auto;
    font-weight:600;
    position: relative;
    top:3px;
}

.reactions-line{
    margin-left:5px;
    margin-right:5px;
}

.container-1-box-reactions{
    display:inline;
}

.container-1-box-reactions>img{
    width:18px;
    height:18px;
    padding:2px;
    border-radius:20px;
    background-color:#f2f2f2;
    z-index:20;
    position: relative;
    top:2px;
}

.container-1-box-reactions>img:nth-child(2){
    margin-left:-10px;
    position: relative;
    z-index:10!important;
}

@media(max-width:768px) {
    /*.container-1-left-reaction {
        background-color: #f9f9f9;
        position: fixed;
        width: 100vw;
        height: 50px;
        bottom: 0px;
        left: 0px;
        box-shadow: 0px 0px 10px 0px rgb(186 186 186);
        -moz-box-shadow: 0px 0px 10px 0px rgb(186 186 186);
        -webkit-box-shadow: 0px 0px 10px 0px rgb(186 186 186);
        justify-content: center;
        font-size: 1.1rem;
        line-height: 1.1;
        z-index: 100;
    }

    .reaction-title {
        margin-top: 0px;
        display: none;
    }

    .container-1-left-reaction svg {
        width: 25px;
        margin-top: 3px;
        cursor: pointer;
    }*/
}


.container-1-left-comment {
    height: 38px;
    width: 54px;
    padding: 5px 5px 5px 8px;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin: 30px 0 -10px 10px;
}

.comment-icon {
    background: url('img/comment-icon.svg') center center no-repeat;
    background-size: contain;
    position: relative;
    width: 24px;
    height: 21.8px;
    top: 3px;
}

.comment-red-circle {
    width: 6px;
    height: 6px;
    position: absolute;
    top: -3px;
    right: 1px;
}

.comment-red-circle-inside {
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 6px;
    border: 2px solid #f2f2f2;
}

.container-1-number-comments {
    display: inline-block;
    margin: auto 3px auto 6px;
    font-size: 1.4rem;
    width:24px;
}

.container-1-box-wrapper{
    width: 100%;
    overflow-x: scroll;
}
.container-1-box-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.container-1-box {
    display: flex;
    flex-wrap:wrap;
    margin: 30px 0 20px 0;
    align-items: center;
    width:850px;
    min-width:100%;
}
@media(max-width:768px) {
    .container-1-box {
        flex-wrap: wrap;
        margin: 20px 0 15px 0;
    }
}


.container-1-box-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding: 0 10px 0 0;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    color: #000;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);*/
}

@media(max-width:900px) {
    .container-1-box-subtitle {
        padding: 0 10px 0 0;
        margin: 6px 0;
        font-size: 1.25rem;
    }
}

.main-image {
    width: 100%;
    position: relative;
    background-color: #edeaea;
}

@media(max-width:768px) {
    .main-image>picture {
        padding-bottom: 100% !important;
    }

    .main-image>picture>img {
        aspect-ratio: 1/1;
        object-fit: cover;
        height: calc(100%);
    }
}

.container-1-left>p {
    text-align: left;
    max-width: 100%;
}

.main-content {
    width: 100%;
}

.posts-grid-wrapper{
    overflow-x: scroll;
    width:100%;
    position:relative;
    scroll-behavior: smooth;
}

.posts-grid-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.posts-grid-wrapper::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    -webkit-box-shadow: inset 0 0 5px #a8a8a8;
    border-radius: 4px;
}

.posts-grid-wrapper::-webkit-scrollbar-track {
    border-left: 1px solid rgba(194, 194, 194, 0);
    border-top: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    margin: 0 3px 0 3px!important;
}

.posts-grid {
    width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media(max-width:768px) {
    .posts-grid {
        flex-direction: row;
        margin:20px auto 0 auto;
    }
}

@media(max-width:1024px) {
    .photo-grid {
        width: 90vw;
        margin: auto;
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
    }
    .photo-grid>div {
        width: calc(90vw / 3 - 10px);
        height: calc(90vw / 3 - 10px);
    }
}

@media(max-width:768px) {

    .photo-grid {
        width: 90vw;
        margin: auto;
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
    }
    .photo-grid>div {
        width: calc(90vw / 2 - 10px);
        height: calc(90vw / 2 - 10px);
    }

}

.posts-grid-arrow-wrapper{
    width:100%;
    height:50px;
    top: 120px;
}
@media(max-width:768px){
    .posts-grid-arrow-wrapper{
        display:none!important;
    }
}

.posts-grid-arrow-left, .posts-grid-arrow-right{
    width: 50px;
    height: 50px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 1);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fbfbfb;
}

.posts-grid-arrow-left{
    left: 20px;
    z-index:1000;
    display:none;
}


.posts-grid-arrow-right{
    right: 20px;
    z-index:1000;
}

.posts-grid-arrow-left>.icon-down-open:before{
    font-size: 20px;
    position: relative;
    top: 2px;
}
.posts-grid-arrow-right>.icon-down-open:before{
    font-size: 20px;
    position: relative;
    top: 2px;
}
@media(max-width:768px){
    .posts-grid-arrow-left, .posts-grid-arrow-right{
        display:none;
    }
}

.container-1-left-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 220px /*calc(100% / 3.2)*/;
    margin-right:20px;
    z-index:100;
}

@media(max-width:768px) {
    .container-1-left-box {
        width: 100%;
    }
}

.container-1-left-img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 10px 0px rgb(233 230 230);
    border-radius: 10px;
    overflow: hidden;
}

.container-1-left-img>picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.container-1-left-title {
    font-weight: 600;
    font-size: 2.3rem;
    margin: 38px 0 20px 0;
}

.container-1-left-text-1,
.container-1-left-text-2 {
    height: 0;
}

.container-1-left-text-1>span,
.container-1-left-text-2>span {
    background-color: rgb(136, 175, 26, 0.7);
    padding: 2px 5px;
    margin: 2px 0 5px 10px;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    top: -60px;
    color: white;
}

.container-1-left-text-2>span {
    top: -35px;
}

.container-1-left-subtitle>h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 2rem;
}

.container-1-left-box:hover>.container-1-left-subtitle>h3 {
    text-decoration: underline;
}

.heading2-article{
	font-size: 17px;
    margin-top: 20px;
    line-height: 2.2rem;
	text-align: center;
}
.rest-article-link {
    width: calc(100% - 28px);
}

.rest-article-link>h3 {
    font-size: 1.4rem;
    display: inline-block;
    margin: 5px auto;
}

.naglowek-pozostale-art {
    font-size: 2rem;
    font-weight: 600;
}

.rest-articles>ul {
    padding: 0;
}

.rest-articles>ul>li::marker {
    content: '';
}



@media(max-width:400px) {
    .container-1>h1 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        line-height: 4.2rem;
    }
}


/*--------------------------------left column titles END------------------------------*/


/*--------------------------------right column ------------------------------*/
/*
.container-1-right {
    width: 28%;
    margin-left: 2%;
    padding-left: 26px;
    padding-top: 70px;
    margin-top: -50px
}
*/

.container-1-right {
    width: 400px;
    min-width: 260px;
    margin-left: 60px;
    padding-left: 10px;
    padding-top: 40px;
    margin-top: 20px;
    box-sizing: border-box;
}

@media(max-width:1400px) {
    .container-1-right {
        width: 300px;
        margin-left: 30px;
    }
}

@media(max-width:1024px) {

    .container-1-right {
        width: calc(100% - 20px);
        padding-left:0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }

}

@media(max-width:768px) {
    .container-1-right {
        width: calc(100% - 10px);
        padding-left: 0;
        border: none;
        margin-top: 10px;
        min-width: 240px;
    }
}/*------------------*/
.container-1-right-title {
    font-weight: 600;
    font-size: 2.3rem;
    margin: 52px 0 10px 0;
}
.container-1-right-categories {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.container-1-right-categories>ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.container-1-right-categories>ul>li>a {
    color: black;
    text-decoration: underline;
    transition: all 0.1s ease-in-out;
}

.container-1-right-categories>ul>li>a:hover {
    color: #89af1b;
    transition: all 0.1s ease-in-out;
}

.container-1-right-categories>ul>li::marker {
    content: '';
    display: none;
}

.dot {
    width: 14px;
    height: 14px;
    background-color: #d3e792;
    border-radius: 14px;
    margin-right: 10px;
    margin-top: 8px;
    display: inline-block;
}

.category-dot {
    background-color: #9c9c9c;
    position: relative;
    top: 2px;
}

.container-1-right-category {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.active-subcategory {
    color: #89af1b;
}

@media(max-width:1024px) {
    .container-1-right {
        border-left: none;
        padding-left: 10px;
        width: calc(100% - 10px);
        padding-top: 0px;
        margin-top: -20px
    }
    .container-1-right-box {
        width: 33%;
        max-width: 250px;
    }
    .container-1-right-images {
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width:768px) {
    .container-1-right {
        border-left: none;
        padding-left: 0px;
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
    }
    .container-1-right-title {
        text-align: center;
    }
    .container-1-right-images {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .container-1-right-box {
        width: 92vw;
        max-width: 92vw;
        height: 60vw;
        margin-bottom: 70px;
    }
    .container-1-right-img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .container-1-right-img>picture>img {
        height: 100%;
        object-fit: cover;
    }
}


/*-----------------------------right column END---------------------------*/


/*--------------------------------container 2 main content------------------------------*/

.container-2 {
    max-width: 900px;
    width: 100%;
    padding: 0;
    z-index: 5;
    margin: auto 0;
    display: flex;
}
@media(max-width:768px) {
    .container-2 {
        width: auto;
    }
}

.main-content {
    width: 100%;
    position:relative;
}

.main-content-one {
    display: flex;
    margin: 25px 0px;
}

.main-content-one-picture {
    width: 260px;
    height: 180px;
}

.main-content-one-picture>picture>img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.main-content-one-text {
    margin: 0px 20px 0px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.main-content-one-text>p {
    font-size: 1.2rem;
}

.main-content-one-text>a>span {
    color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 800;
    width: 100%;
    display: block;
}

.main-content-one-text>a>span:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}


/*
.articles-non-exist{
	font-size:1.4rem;
	margin-top:30px;
}
*/

.after-text {}

@media(max-width:768px) {
    .main-content-one {
        flex-direction: column;
    }
    .main-content-one-text {
        margin: 10px 0px 20px 5px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .main-content-one-picture {
        width: 100%;
        height: 100%;
    }
    .main-content-one-picture>picture>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}


/*--------------------------------container 2 main content END------------------------------*/


/* additional-articles ------------------------------ */

.container-3 {
    max-width: 1250px;
    padding: 0 20px;
    z-index: 5;
    margin: auto;
}

.additional-themes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 30px 0px;
    display: flex;
}

.additional-theme-one {
    width: 22%;
}

.title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin: 10px 0px 10px 0px;
}

.subtitle {
    font-size: 1.6rem;
}

.underline {
    width: 50px;
    height: 1px;
    background-color: #642245;
    margin: 5px 0px -5px 0px;
}

@media(max-width:1024px) {
    .additional-themes {
        width: calc(87vw + 30px);
    }
    .title {
        width: calc(87vw + 30px);
        margin-left: auto;
        margin-right: auto;
    }
    .additional-theme-one {
        width: 25%;
    }
}

@media(max-width:768px) {
    .additional-themes {
        width: calc(87vw + 30px);
        max-width: 100%;
        flex-direction: column;
    }
    .additional-theme-one {
        width: 100%;
    }
    .title {
        width: 100%;
    }
}


/* additional-articles END------------------------------ */

/* breadcrumbs ---------------------------------------------------------- */
.breadcrumbs{
    width: 100%;
    overflow-x: scroll;
}
.breadcrumbs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.breadcrumbs-list{
	list-style-type:none;
	/*display:flex;*/
	flex-direction:row;
	flex-wrap:wrap;
	padding:10px 0;
    min-width: 370px;
}
@media(max-width:768px){
    .breadcrumbs-list{
        padding:0 0;
    }
}
.breadcrumbs-list>li, .breadcrumbs-list>li>a{
	display:inline;
	font-weight:400;
	font-size:1.2rem;
	color:#000;
    margin:10px 0;
}
.breadcrumbs-list>li a:before{
	content: '/';
	padding: 0 5px;
    font-size:1.2rem;
}

.breadcrumbs-li:first-child a:before{
	content: ''!important;
	padding:0!important;
}
.breadcrumbs-li:last-child a{
	cursor: default;
	pointer-events: none;
	color:#616161!important;
}



/* breadcrumbs END ---------------------------------------------------------- */


/* style do zdjęć */
figure.be_image{
    margin:0;

}

figure.be_image>img{
    max-width:100%;
    object-fit: cover;
}
@media(max-width:768px){
    figure.be_image>img{
        height: calc(100vw - 8vw - 20px);
    }
}

figure.be_image>figcaption{
    font-size: 1.5rem;
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
    color: #343434;
}
@media(max-width:768px){
    figure.be_image>figcaption{
        font-size: 1.3rem;
    }
}
/* style do zdjęć END ---------------------------------------------------------- */


/* komentarze pod artykułem */

.sekcjakomentarzy {
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 7px;
    margin-left: -5px;
    margin-right: -5px;
}

.formkomentarzy {
    min-height: 20px;
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    /*align-items: flex-end;*/
    margin-bottom: 30px;
}

input[type="file"]{
    display:none;
}

.previewImg{
    object-fit:cover;
    margin:5px;
    border-radius: 5px;
    display:none;
    width:100px;
    height:100px;
}

.newImg{
    object-fit:cover;
    margin:5px;
    border-radius: 5px;
    width:100px;
    height:100px;
}

.comment-img{
    object-fit:cover;
    margin:5px;
    border-radius: 5px;
    width:100px;
    height:100px;
}

.comment-imgs-wrapper{
    width:100%;
    content:'';
    border: 2px dashed #e0e0e0;
    min-height:100px;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:1.6rem;
    cursor:pointer;
    color:#343434;
}

.comment-header {
    font-size: 2.4rem;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

.komentarz {
    background-color: #f0f0f0;
    padding: 15px 20px 15px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;

}

.autorkom {
    float: left;
    color: #4c4c4c;
    font-size: 1.3rem;
    font-weight: bold;
}

.datakom {
    float: right;
    text-align: right;
    width: 120px;
    /*background-color:yellow;*/
    position: relative;
    right: 0px;
    color: #505050;
    font-size: 1.3rem;
}

.tekstkom,
.tekstkom1 {
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
    /* white-space: pre-wrap;*/
}

.tekstkomentarza {
    resize: none;
}

.zobaczwiecejkom {
    cursor: pointer;
    font-weight: 600;
    color: #616161;
    font-size: 1.3rem;
}

.odpkom1 {
    font-size: 1.2rem;
    margin-top: 12px;
    color: #4c4c4c;
    cursor: pointer;
}

.comment-answers {
    padding-left: 50px;
}

.formkomentarzy>span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4c4c4c;

}

.comment-answers>.formkomentarzy {
    padding-top: 10px;
    margin-bottom: 0;
}

.comment-answers>.formkomentarzy>hr {
    margin-bottom: 10px;
}

.comment-answers>.komentarz>.tekstkomentarza {
    height: 60px;
}



/* opcje do zgłaszania komentarza ---------------------------------------------  */

.kwadrat {
    position: absolute;
    min-width: 1250px;
    width: 100vh;
    height: 100%;
    /*overflow:hidden;*/
    background-color: rgba(0, 0, 0, 0);
    display: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.prostokat {
    position: absolute;
    margin-top: 0px;
    margin-left: 522px;
    height: 16px;
    width: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 200;
    cursor: pointer;
    border-radius: 5px;
}

.zgloskom {
    float: right;
    position: relative;
    right: 0px;
    width: 10px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.oknoopcji {
    width: 110px;
    height: auto;
    position: absolute;
    margin-left: -105px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 0px 2px 0px gray, -1px 0px 2px 0px gray;
    -webkit-box-shadow: 1px 0px 2px 0px gray, -1px 0px 2px 0px gray;
    -moz-box-shadow: 1px 0px 2px 0px gray, -1px 0px 2px 0px gray;
    z-index: 300;
    border-radius: 2px;
    padding: 2px 2px 2px 2px;
}

.opcja {
    padding: 3px;
    margin: 2px;
}

.opcja:hover {
    background-color: #d8d8d8;
    border-radius: 2px;
}

.potwierdzzgloskom {
    position: absolute;
    display: none;
    width: 228px;
    font-size: 12px;
    margin-left: 301px;
    height: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -webkit-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -moz-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    z-index: 300;
    border-radius: 5px;
}

.takzglos,
.niezglos,
.okzglos {
    cursor: pointer;
    width: 40px;
    height: 20px;
    padding: 4px 2px 0 2px;
    display: inline-block;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -webkit-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -moz-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    border-radius: 3px;
}

.zgloszonokom {
    position: absolute;
    display: none;
    width: 124px;
    font-size: 12px;
    margin-left: 363px;
    height: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -webkit-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    -moz-box-shadow: 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.1), 0 0.4px 3px 0 gray;
    z-index: 300;
    border-radius: 10px;
}


/* formularz dodaj komentarz */

.comment-add-header {
    font-size: 2rem;
    font-weight: 600;
}

label {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 5px;
}

input[type=text] {
    border: 5px solid #fcfcfc;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    outline: none;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #fcfcfc;
    box-sizing: border-box;
}

textarea[name="tekstkomentarza"] {
    border: 5px solid #fcfcfc;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    box-shadow: 0px 0px 4px 0px rgba(163, 161, 163, 1);
    outline: none;
    width: 100%;
    height: 100px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #fcfcfc;
    box-sizing: border-box;
}

textarea[name="tekstkomentarza"]:focus,
input[type=text]:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 1);
    box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 1);
    background-color: white;
    border: 5px solid white;
}

input[type="button"][name="dodajkom"] {
    width: 160px;
    height: 40px;
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    width: 130px;
    margin-top: 15px;
}

input[type="button"][name="dodajkom"]:hover {
    box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    -webkit-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    -moz-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.2), 0 0.8px 6px 0 silver;
    color: white;
    border: 0px solid black;
    cursor: pointer;
}

input[type="submit"][name="dodajkom"]:focus {
    outline: none;
}


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

/* show images from comments START -----------------------------------------------------*/

.thumbnail {
    cursor: pointer;
    transition: transform 0.2s;
}

.thumbnail:hover {
    transform: scale(1.1);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay.active {
    display: flex;
    z-index: 10000;
}

.overlay-img {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


/* show images from comments END -----------------------------------------------------*/