#blogRecentBlog {
    border: none;
    background: #eff8e8;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

#blogRecentBlog::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #e0f1d3;
    border-radius: 50%;
    top: -69px;
    right: -50px;
}

#blogRecentBlog .title_block {
    top: 10px;
    background: none;
    font-family: 'Be Vietnam Pro';
    font-size: 19px;
    text-transform: none !important;
    color: #5db818;
    font-weight: 200;
}

#blogRecentBlog .products-block {
    background: none;
    position: relative;
    z-index: 2;
}

.list-item .blog-image img {
    border-radius: 25px;
}

.blog-content .info {
    color: #A3A4B0;
}

#categories_blog_menu {
    border: none;
    background: #e6f6fc;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

#categories_blog_menu::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #cfedf9;
    border-radius: 50%;
    top: -200px;
    left: -90px;
}

#categories_blog_menu  .title_block{
    top: 10px;
    background: none;
    font-family: 'Be Vietnam Pro';
    font-size: 19px;
    text-transform: none !important;
    color: #009ddf;
    font-weight: 200;
}

#categories_blog_menu .block_content {
    background: none;
}

#blog-listing .blog-image img {
    border-radius: 25px;
}

#blog-listing .blog-created {
    border-radius: 100%;
    color: rgba(67, 82, 92, 1) !important;
}

.blog-lastest-title {
    color: #005EA7 !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-left: 10px;
}

.custom-read-more {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 42px;
    margin: 0 5px;
    border: 1px solid rgba(0, 157, 223, 0.4) !important;
    font-size: 10px !important;
    padding: 12px 16px !important;
    display: flex;
    align-items: center;
    height: 36px !important;
    width: fit-content;
}

.custom-read-more:hover {
    background: none !important;
}

.custom-read-more i {
    margin-left: 8px;
}

.blog-item .blog-meta a {
    color: #000;
    text-decoration: none !important;
    transition: none;
}

.blog-item .blog-meta a:hover {
    color: #005EA7;
}

.blog-item .title a {
    transition: all 0.3s;
    text-transform: none !important;
    font-weight: 400;
}

.blog-image img {
    object-fit: none;
}

.blog-detail .blog-title {
    color: #005EA7;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 400 !important;
}

.blog-detail .blog-description {
    text-transform: none;
}

.blog-detail .blog-description h2 {
    font-weight: 500;
    margin-top: 25px;
}

.blog-detail .blog-description h3 {
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}

.blog-detail .blog-description p {
    text-align: justify;
}

.blog-detail .blog-description ul {
    color: #666666;
    list-style: disc inside;
    margin-left: 18px;
}

.blog-detail .blog-description ul li::marker {
    color: #b1c700;
}

.blog-item .title a:hover {
    color: #b1c700;
}

#blogpage .blog-image img {
    border-radius: 25px;
}

#blog-category .blog-image img {
    border-radius: 25px;
}

#blogpage .blog-created {
    border-radius: 100%;
    color: rgba(67, 82, 92, 1) !important;
}

#blog-category .blog-created {
    border-radius: 100%;
    color: rgba(67, 82, 92, 1) !important;
}

.custom-blog-contents {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 25px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.custom-blog-contents h3 {
    color: #5db818 !important;
    font-weight: 300;
}

.custom-blog-contents ul {
    margin-bottom: 0;
}

.custom-blog-contents ul li::marker{
    color: #0350AC !important;
}

.custom-blog-cta {
    width: 100%;
    background: #fce6e9;
    border-radius: 25px;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-end;
}

.custom-blog-cta-blue {
    background: #e6f6fc;
}

.custom-blog-cta-green {
    background: #eef9e5;
}

.custom-blog-cta .custom-blog-cta-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
    background-color: #fce6e9;
    margin-top: -70px;
}

.custom-blog-cta .custom-blog-cta-wrapper::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #f9cfd5;
    border-radius: 50%;
    top: 50px;
    left: -50px;
}

.custom-blog-cta .custom-blog-cta-wrapper-blue {
    background-color: #e6f6fc;
}

.custom-blog-cta .custom-blog-cta-wrapper-green {
    background-color: #eef9e5;
}

.custom-blog-cta .custom-blog-cta-wrapper-blue::before {
    background-color: #cfedf9;
}

.custom-blog-cta .custom-blog-cta-wrapper-green::before {
    background-color: #cff9d4;
}

.custom-blog-cta p {
    color: #e1001a;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    text-align: right !important;
    position: relative;
    z-index: 3;
    margin-top: 50px;
    padding-right: 50px;
}

.custom-blog-cta .custom-blue-text {
    color: #009ddf;
}

.custom-blog-cta .custom-green-text {
    color: #5db818;
}

.custom-blog-cta .custom-blog-cta-bg {
    min-height: 240px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    mix-blend-mode: darken;
    z-index: 1;
}

.custom-blog-cta .custom-read-more {
    font-size: 13px !important;
    border: 1px solid rgb(223 0 0 / 40%) !important;
    position: relative;
    top: 80px;
    right: 80px;
    z-index: 3;
}

.custom-blog-cta .custom-blue-border {
    border: 1px solid rgb(0 157 223 / 40%) !important;
}

.custom-blog-cta .custom-green-border {
    border: 1px solid rgb(93 184 24 / 40%) !important;
}

.custom-blog-cta .custom-read-more:hover {
    color: #e1001a !important;
}

.custom-blog-cta .custom-blue-border:hover {
    color: #009ddf !important;
}

.custom-blog-cta .custom-green-border:hover {
    color: #5db818 !important;
}

.blog-description .image-block {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    border-radius: 25px;
    margin-top: 20px;
    height: 350px;
    max-width: 100%;
    filter: saturate(1.25);
}

.blog-description .row {
    margin-top: 30px;
}

#blog-category h1{
    color: #005EA7 !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-left: 10px;
}

#blog-category .section-title {
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .custom-blog-cta .custom-read-more {
        top: unset;
        right: unset;
        align-self: center;
        margin-top: 10px;
    }

    .custom-blog-cta p {
        text-align: center !important;
        padding-right: 0 !important;
        margin-top: 30px;
    }

    .custom-blog-cta .custom-blog-cta-wrapper {
        margin-top: -30px;
    }
}

@media (min-width: 992px) {
    #content-wrapper {
        padding: 0 80px;
    }
}

@media (max-width: 768px) {
    .custom-blog-cta p {
        padding: 0 8px;
    }

    #categories_blog_menu {
        margin: 0 15px 30px;
    }
    .opis-home{
        padding:5px;
    }
}
.opis-home{
    margin-top: 20px;
}
.category-additional-description ul{
    list-style: disc;
    padding-left: 30px;
    color:#666666;
    font-size:14px;
    line-height: 24px;
}
#category-description p,
#category-description ul,
.category-additional-description p,
.category-additional-description ul{
    text-align: justify;
}

.card-block h3 {
    font-size: 18px;
}