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

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

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

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: 35px;
}

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

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

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

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

.container-0-title>div {
    padding: 0px 0px 10px 5%;
    color: #fff;
}

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

.container-0-title>div:last-child {
    padding-bottom: 80px;
}

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

/*container-0 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;
    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: 30px;
    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 {
    margin-bottom: 30px;
}


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

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

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

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

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

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

@media(max-width:768px) {
    .paragraph>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 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0px 0px;
}

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

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

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

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


/*--------------------------------right column ------------------------------*/
.container-1-right {
    width: 400px;
    min-width: 260px;
    margin-left: 60px;
    padding-left: 30px;
    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: 255px;
        padding-top: 0;
    }
}

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

.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: 20px;
        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;
}

@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(136, 175, 26, 0.75);
    padding: 3px 5px;
    margin: 2px 0 5px 10px;
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    top: -62px;
    color: white;
    font-weight: 500;
}

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

.other-articles>svg{
    max-width: 95%;
	max-height: 95%;
}


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

.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;
    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: max-content;
}

@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: #616161;
}

.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: #9d9d9d !important;
}





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

/* style do zdjęć */
figure{
    text-align: center;
}
figure.be_image {
    margin: 0;
}

figure.be_image>img {
    max-width: 100%;
    object-fit: contain;
}

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

figure.be_image>figcaption {
    font-size: 1.2rem;
    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 ---------------------------------------------------------- */

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

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

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

/* style o nas START*/
.header{
    margin-bottom:5px;
}
.description{
    font-size:1.6rem;
    line-height:2.2rem;
}


.hbox{
    display:grid;
    margin-top:30px;
    grid-template-columns: 60px calc(100% - 60px);
    box-sizing:border-box;
    grid-template-areas: "center_col right_col";
    justify-items: center;
    margin-bottom:20px;
}
@media(max-width:768px){
    .hbox{
        grid-template-columns: 100%;
        grid-template-areas: "center_col" "right_col";

    }
}
.hbox-left{
    grid-area:left_col;
    padding: 0 20px 15px 0;
    font-size: 1.6rem;
}
.hbox-center{
    /*width:50px;*/
    font-weight:bold;
    grid-area:center_col;
}
.hbox-center>div{
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: #beb3c9;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.hbox-right{
    padding: 0 20px 15px 30px;
    grid-area:right_col;
}
@media(max-width:768px){
    .hbox-right{
        padding:0 0 0 0;
    }
}
.hbox-right>p{
    font-size: 1.6rem;
}
.hbox-zdj{
    max-width:100%;
    width: 250px;
}

.paragraph-1{
    margin-top:50px;
}

p{
    margin-top:0;
}

/* style o nas END */