.margin-top-artykul {
    padding-top: 96px;
    padding-bottom: 96px;
}

.div-back-btn-article {
    margin-bottom: 48px;
}

.div-back-btn-article div a {
    color: #BEBEBE;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    /* 19.5px */
}

.div-back-btn-article div a span svg {
    display: flex;
}

.article-date span {
    color: #D5C19A;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
}

.article-title h1 {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

.title-n-btns {
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.title-n-btns .d-flex {
    min-width: 330px;
}

.social-btns-article {
    display: flex;
    align-items: center;
    gap: 16px;
    /* 16px */
}

.social-btns-article_icons {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 64px;
    background: rgba(21, 21, 21, 0.75);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}

.main-content-article {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.sprawdz-takze {
    color: #D5C19A;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
}

.side-bar-article {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.proponowane-articles-single a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.img-of-proponowany-article {
    width: 100%;
    max-width: 200px;
}

.tytul-of-proponowany-article h5 {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.proponowane-articles-main-div {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.img-of-proponowany-article img {
    border-radius: 24px;
}

.spis-tersci-article {
    position: sticky;
    top: 120px;
    left: 0;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.spis-tersci-article div ol li a {
    color: rgba(21, 21, 21, 0.75);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    border-bottom: 1px solid rgba(213, 193, 154, 0.50);
    /* 24px */
    padding: 12px 7px;
    display: flex;
}

.spis-tersci-article div h4 {
    color: #D5C19A;
    font-family: Trirong;
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    /* 34.5px */
}

.spis-tersci-article div ol li:last-child a {
    border-bottom: none;
}

.blog_header h2 a span {
    color: rgba(21, 21, 21, 0.75) !important;
    text-align: center !important;
    font-family: Montserrat !important;
    font-size: 23px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    /* 27.6px */
}

.tel {
    display: none !important;
}

.pc {
    display: flex !important;
}

@media screen and (max-width: 992px) {
    .main-content-article {
        flex-direction: column;
    }

    .title-n-btns {
        flex-direction: column-reverse;
    }

    .article-title h1 {
        font-size: 33px;
    }

    .social-btns-article {
        margin-bottom: 24px;
    }

    .tel {
        display: flex !important;
    }

    .pc {
        display: none !important;
    }

    .spis-tersci-article {
        display: none;
    }

    .obrazek-wyrozniajacy {
        border-radius: 0 0 24px 24px !important;
    }
}

.obrazek-wyrozniajacy {
    border-radius: 24px;
}