/* ogólne style -------------------------------------- */

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

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

table,
tr,
td {
    border: 1px solid #000;
    border-collapse: collapse;
    font-size:1.4rem;
}

td {
    padding: 5px;
}

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

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

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

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

article {
    position: relative;
}

/*niebieski kolor dla linków w ciekawych miejscach w pobliżu*/

.interesting-places {
    color: #8bbd0d;
    font-weight: 700;
}

.interesting-places:hover {
    color: #89cf0d;
}

ul>li>strong {
    font-size: 1.8rem;
    list-style-type: none;
}



article strong, article ul>li>strong{
    font-size:inherit;
}

/*
ul>li>strong:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #5dd70091;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
}*/


/*wygląd przypisu pod zdjęciem w artykule*/

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


/*bordowy przerywnik UX*/

.short-info {
    color: #b20000;
    font-weight: 500;
}



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


/* socialbuttons begin */

.share {
    margin: 10px 0px;
}


/* socialbuttons end ------------------------------- */


/*-------------------------left column----------------------*/

.navigation {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

@media(max-width:768px) {
    .navigation {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
}

a.navigation-component {
    color: #616161;
    margin-left: 4px;
    margin-top: 10px;
}

a.navigation-component-icon {
    color: #000;
    margin-top: 10px;
}

a.navigation-component-icon:hover {
    color: #696969;
}

a.navigation-component:hover {
    color: #000;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
}

@media(max-width:768px) {
    .tags {
        font-size: 1.2rem;
    }
}

.tags-title {
    margin-top: 15px;
}

.tags-one {
    background-color: rgba(136, 175, 26, 0.7);
    color: #fff;
    padding: 3px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-one:hover {
    background-color: rgba(136, 175, 26, 1);
}


/*container-0 wide image  BEGIN*/

.container-0 {
    width: 100%;
    min-height: 600px;
    height: 89vh;
    margin: auto;
    position: relative;
}

@media(max-width:768px) {
    .container-0 {
        height: 450px;
    }
}

.container-0-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 100;
    position: relative;
    max-width:1360px;
    margin:auto;
    width: 92%;
}

.container-0-title>div.h1 {
    padding: 0px 0px 0px 0;
    color: #fff;
}
@media(max-width:768px){
    .container-0-title>div.h1 {
        padding: 5px 0px 5px 0;
    }
}

.container-0-title>div:nth-child(3) {
    padding-top: 0;
}

.container-0-title>div:last-child {
    padding-bottom: 80px;
}
@media(max-width:1600px) {
    .container-0-title>div:last-child {
        padding-bottom: 20px;
    }
}
@media(max-width:768px) {
    .container-0-title>div:last-child {
        padding-bottom: 20px;
    }
}

.container-0 .container-1-box{
    width: 100%;
}

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


.container-0 .container-1-box-subtitle a{
    color:#fff;
}

.container-0 .breadcrumbs{
    box-sizing: border-box;
    padding:0;
}

.container-0 .breadcrumbs-list{
    font-size: 15px;
    width:100%;
    width: max-content;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

.container-0 .breadcrumbs-list>li, .container-0  .breadcrumbs-list>li>a{
    font-size: 1.5rem;
    color:#fff;
}
@media(max-width:1024px){
    .container-0 .breadcrumbs-list>li, .container-0  .breadcrumbs-list>li>a{
        font-size: 1.4rem;
    }
}

.container-0 .breadcrumbs-list>li a{
    background: #9874bd;
    padding:5px;
}
@media(max-width:1024px){
    .container-0 .breadcrumbs-list>li a{
        padding:3px 4px;
    }
}

.container-0 .breadcrumbs-last-li{
    color:#fff!important;
}

.container-0 h1{
    font-size: 5.5rem !important;
    line-height: 7.5rem !important;
    max-width: 75%;
}

@media(max-width:1024px){
    .container-0 h1{
        font-size: 4.5rem !important;
        line-height: 6rem !important;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container-0 h1 {
        font-size: 3.2rem !important;
        line-height: 4.1rem !important;
        max-width: 100%;
    }
}

.article-wide .short{
    margin-top: 0px;
}

.article-wide .container-1-left-reaction{
    margin:0 0 0px 0;
}



.container-0 .container-1-box-subtitle{
    color: #fff;
}

@media(max-width:1024px){
    .container-0 .container-0-title>div:last-child {
        padding-bottom: 20px;
    }
}
.wide-image-cover{
    background: linear-gradient(0deg, rgb(36 17 56 / 73%) 20%, rgb(230 235 250 / 0%) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.article-wide .container-1 {
    justify-content: center;
}

.article-wide .container-1-left{
    width:100%;
    max-width:1250px;
}

/*container-0 wide image END */


/*container-ad - BEGIN*/
.cont-ad-1 {
    width: 92%;
    max-width: 1360px;
    z-index: 5;
    margin: auto;
    margin-top: 120px;
    background-color: #f7f7f7;
    max-height: 200px;
    overflow: hidden;
}

.cont-ad-2 {
    width: 100%;
    height-max: 200px;
    background-color: #f7f7f7;
}

/*container-ad - END*/
.container-1 {
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: relative;
    max-width: 1355px;
    width: 92%;
    margin: auto;
    margin-top: 20px;
    padding: 0 20px;
}

@media(max-width:1024px) {
    .container-1 {
        flex-direction: column;
        padding: 0 10px;
    }
}

/*
.container-1 {
    width: 92%;
    max-width: 1360px;
    padding: 0 20px;
    z-index: 5;
    margin: auto;
    margin-top: 50px;
    display: flex;
}
@media(max-width:1400px) {
    .container-1 {
       max-width: 1230px;
    }
}
@media(max-width:1024px) {
    .container-1 {
        padding: 0 0;
		width: 96%;
    }
}
@media(max-width:768px) {
    .container-1 {
		flex-direction:column;
        margin-top: 00px;
        padding: 0px 10px;
        flex-direction:column;
    }
}*/

.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;
    }
}


h1 {
    font-size: 3.5rem !important;
    line-height: 4.5rem !important;
    font-weight: 800 !important;
    margin: 0px;
}

@media(max-width:1024px) {
    h1 {
        font-size: 3.5rem !important;
        line-height: 4.5rem !important;
    }
}

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

.container-1-left-reaction {
    display: inline-flex;
    margin: -10px 0 10px 0;
    align-items: center;
    width: 160px;
    height: 28px;
    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: -10px 0px 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;

}



.container-1-left-comment {
    height: 38px;

    padding: 5px 5px 5px 8px;
    box-sizing: border-box;
    display: inline-flex;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin: 0px 0 -10px 0px;
    position: relative;
    top: -2px;
}
@media(max-width:768px){
    .container-1-left-comment {
         margin: 0px 0 10px 0px;
    }
}


.comment-icon {
    background: url('img/comment-icon.svg') center center no-repeat;
    background-size: contain;
    position: relative;
    width: 20px;
    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;
}

.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{
    display:block;
    width:30px;
    height:20px;
}

.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-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%;
    box-sizing: border-box;
}

@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;
    }
}


.banner {
    display: flex;
    width: calc(100% - 50px);
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

@media(max-width:768px) {
    .banner {
        flex-direction: column;
        width: 100%;
    }
}

.banner>span {
    font-size: 1.6rem;
    font-weight: 800;
    color: #a9a9a9;
}

@media(max-width:768px) {
    .banner>span {
        text-align: center;
    }
}

.banner>span>span {
    color: #f09a9a;
}

.banner>a {
    display: block;
    padding: 15px 40px;
    background-color: #fbfbfb;
    border: 2px solid #f09a9a;
    border-radius: 10px;
    color: #f09a9a;
    font-size: 1.6rem;
    font-weight: 800;
    transition: 0.2s;
    margin-left: 40px;
}

.banner>a:hover {
    background-color: #f09a9a;
    color: white;
    transition: 0.2s;
}

@media(max-width:768px) {
    .banner>a {
        margin-top: 20px;
        margin: 20px auto 0 auto;
    }
}

.container-1-left>picture>img {
    width: calc(100%);
    margin-top: 20px;
    /*height: 570px;*/
    object-fit: cover;
    aspect-ratio: 3/2;
}

@media(max-width:1024px) {
    .container-1-left>picture>img {
        max-height: 400px;
        height: 70vw;
    }
}

.container-1-left-image-subtitle {
    font-size: 1.4rem;
    color: white;
    margin-top: -40px;
    text-align: center;
    max-width: calc(100% - 10px);
    padding: 0 5px;
}

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

@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%);
    }
}

.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;
    }
}

.short-way {
    font-size: 1.4rem;
    margin: 20px 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: 1.8rem;
    font-size: 1.5rem;
}


.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;
}

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

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

@media(max-width:768px) {
    .paragraph {
        margin-top: 60px;
    }
}

.paragraph>h2, article h2 {
    color: #000;
    font-size: 2.8rem;
    font-weight: 600;
}

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

    h2 {
        font-size: 2.2rem !important;
        line-height: 3.3rem;
    }
}

.subparagraph {
    margin-top: 40px;
}

.separate-line {
    width: 15%;
    min-width: 60px;
    height: 1px;
    background-color: #616161;
    margin-bottom: 5px;
}

.paragraph>span {
    color: #000;
    font-size: 1.2rem;
    line-height: 16px;
    font-style: italic;
}

.paragraph>ul>li, article ul>li, .paragraph>ol>li, article ol>li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 15px 0px;
}

.the-same-category {
    width: 100%;
    text-align: center;
    position:relative;
}

@media(max-width:768px) {
    .the-same-category {
        margin-top: 20px;
    }
}


.coffee {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.coffee>span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
}

.coffee>.thx {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.the-same-category-ba {
    margin: auto;
}

.the-same-category-ba>picture>img {
    max-width: 100%;
    margin: auto auto 70px auto;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(184, 184, 184, 0.39);
    -moz-box-shadow: 0px 0px 19px 0px rgba(184, 184, 184, 0.39);
    box-shadow: 0px 0px 19px 0px rgba(184, 184, 184, 0.39);
}

.divider {
    min-width: 180px;
    width: 60%;
    height: 1px;
    background-color: #e4e4e4;
    margin-bottom: 60px;
    margin-top: 0px;
}

.the-same-category>.title {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 30px;
}

@media(max-width:768px) {
    .the-same-category>.title {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

.the-same-category-swith-box-wrapper {
    overflow-x: scroll;
    width: 100%;
    scroll-behavior: smooth;
}

.the-same-category-swith-box-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.the-same-category-swith-box-wrapper::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    -webkit-box-shadow: inset 0 0 5px #a8a8a8;
    border-radius: 4px;
}

.the-same-category-swith-box-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;
}

.the-same-category-swith-box {
    display: flex;
    flex-wrap: nowrap;
}

@media(max-width:768px) {
    .the-same-category-swith-box {
        flex-direction: row;
    }
}

.swith-box-one {
    width: 250px;
    margin-left: 0%;
    margin-right: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

@media(max-width:768px) {
    .swith-box-one {
        width: 250px;
        margin-top: 20px;
        margin-left: none;
        margin-right: none;
    }
}

.swith-box-one>a:hover>.swith-box-one-title {
    text-decoration: underline;
}

.swith-box-one:first-child {
    margin-left: 0;
}

.swith-box-one:last-child {
    margin-right: 0;
}

.swith-box-one>a>picture>img {
    width: 100%;
    max-width: 500px;
    max-height: 200px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
    -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;
}

@media(max-width:768px) {
    .swith-box-one>picture>img {
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .swith-box-one>a>picture>img {
        height: auto;
        max-width: 500px;
        max-height: 300px;
    }
}

.swith-box-one-title {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 5px 0px;
}

.swith-box-one-title:hover {
    text-decoration: underline;
}

@media(max-width:1024px) {

    .swith-box-one-title {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 5px 0px;
    }
}

@media(max-width:768px) {
    .swith-box-one-title {
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

/*arrows*/
.posts-grid-arrow-wrapper {
    width: 100%;
    height: 50px;
    top: 135px;
}

@media(max-width:768px) {
    .posts-grid-arrow-wrapper {
        top: 170px;
        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;
    }
}

article img{
    max-width:100%;
    height: auto;
}

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


/*--------------------------------right column ------------------------------*/
.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: 200px;
        box-sizing:border-box;

    }
}

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

@media(max-width:1024px) {
    .container-1-right-title {
        margin-top: 10px;
    }
}

@media(max-width:768px) {

    .container-1-right-title {
        text-align: center;
    }
}

@media(max-width:1024px) {
    .container-1-right-images {
        display: flex;
        padding-right: 0;
        justify-content: space-between;
    }
}

@media(max-width:768px) {
    .container-1-right-images {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
}

.container-1-right-box {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

@media(max-width:1024px) {
    .container-1-right-box {
        width: 31%;
    }
}

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

    .container-1-right-box:last-child {
        margin-bottom: 0;
    }

}


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

.container-1-right-img {
    width: 100%;
    /*height: 200px;*/
    aspect-ratio: 3/2;
}

@media(max-width:768px) {
    .container-1-right-img {
        height: 250px;
    }
}

.container-1-right-img>picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.container-1-right-text-1>span,
.container-1-right-text-2>span {
    background-color: rgb(152, 116, 189, 1);
    padding: 3px 5px;
    margin: 2px 0 5px 10px;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    top: -62px;
    color: white;
    font-weight: 600;
}

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

.container-1-right-subtitle>h3 {
    font-weight: 600;
    font-size: 1.6rem !important;
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
}

.insta-widget {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.insta-widget-photo>picture>img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border: 2px solid #3a3ae7;
    border-radius: 40px;
}

.insta-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}

.insta-subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    color: #616161;
}

.insta-widget-description>p {
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.insta-button {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #384bbf;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

.insta-button:hover {
    background-color: #2f3fa2;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.category-cloud {
    margin-top: 30px;
    margin-bottom: 30px;
}

.category-cloud>span {
    font-weight: 400;
    font-size: 2.5rem;
}

.cloud {
    display: flex;
    flex-wrap: wrap;
}

.cloud-one {
    color: #616161;
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 1.3rem;
}

.cloud-one:hover {
    background-color: #e7e7e7;
}

.other-articles {}

.other-articles>.title {
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 30px;
}

.other-articles>.subtitle {
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 15px;
}

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

.other-articles>ul {
    list-style-type: none;
    padding: 0px;
}

.other-articles>ul>li {
    margin: 5px 0px;
}

.other-articles>ul>li>a {
    margin: 10px 0px;
    color: #616161;
    font-size: 1.4rem;
    font-weight: 400;
}

.other-articles>ul>li>a:hover {
    color: #000;
}

.article-in-built {
    height: calc(100vh - 400px - 60px);
    text-align: center;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}



aside>span {
    font-size: 1.6rem;
}

.thx {
    font-weight: 700;
    color: #f09a9a;
    font-size: 1.6rem;
}

.btn-coffe {
    margin: 20px auto auto auto;
    text-align: center;
    display: block;
}

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








/* container 3 END ------------------------------ */


/* footer -------------------------------------- */

footer {
    margin-top: 100px;
}




/* 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-images{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top:10px;
}


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

@media (max-width:768px) {
    .comment-img{
        width: calc(100% / 3 - 10px);
        aspect-ratio: 1 / 1;
        height: auto;
    }
}

.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;
}


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

/* 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;
    width: 780px;
}

@media(max-width:768px) {
    .breadcrumbs-list {
        padding: 0 0;
    }
}

.breadcrumbs-list>li,
.breadcrumbs-list>li>a {
    display: inline;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000;
}

.breadcrumbs-list>li:before {
    content: '/';
    padding: 0 5px;
    font-size: 1.3rem;
}

.breadcrumbs-1-li:before {
    content: '' !important;
    padding: 0px !important;
}

.breadcrumbs-last-li {
    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: #616161;
}

@media(max-width:768px) {
    figure.be_image>figcaption {
        font-size: 1.3rem;
    }
}

/* style do zdjęć END ---------------------------------------------------------- */

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

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

/* style do video END -------------------------------------------------------------*/


/* 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 -----------------------------------------------------*/