.thumbnail-news {
    padding: 30px 40px;
    border-top: 5px solid #DC0060;
    background: white;
    box-shadow: 0 50px 60px #16315B1C;
    max-width: fit-content;
    position: relative;
}

.thumbnail-news .number-of-news {
    border-radius: 25px;

    background-color: #DC0060;
    color: white;

    width: 45px;
    height: 45px;

    position: absolute;
    left: -12px;
    top: -23px;

    font-size: 15px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail-news .heading {
    margin-bottom: 10px;
    color: #002e5d;
    font-weight: 600;
    font-size: 21px;
    line-height: normal;
    /*display: table-caption; !*Slova pod sebe*!*/
    display: block;
    height: 54px;
    text-align: center;
}

.thumbnail-news img {
    max-width: 250px;
}

.thumbnail-news a:focus, .thumbnail-news a:visited, .thumbnail-news a:active {
    text-decoration: none;
}

.thumbnail-news button, .thumbnail-news .new_link {
    display: block;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    /*padding: 10px 48px;*/
    width: 75%;
    height: 50px;
    line-height: 48px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #16315B;
    background: #fff;
    transition: all 0.3s ease 0s;
    outline: 0;
}

.thumbnail-news button:hover, .thumbnail-news .new_link:hover {
    color: #fff !important;
    background: #16315B;
}

#swiper-news {
    padding-bottom: 70px;
    padding-top: 25px;
}

#swiper-news .swiper-slide {
    width: 85%;
}

.swiper-wrapper {

}

.swiper-container {
    /*box-shadow: 0 50px 60px #16315B1C;*/
}

#swiper-news.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px !important;
}


.pagination li a {
    background: #ffffff;
    border: 0 none;
    border-radius: 0;
    color: #002e5d;
    margin-right: 0;
    padding: 4px 12px;
}

@media (max-width: 991px) {
    .display-md {
        display: none;
    }

    #news-container {
        padding: 0;
    }

    .thumbnail-news {
        box-shadow: 0 20px 30px #16315B1C;
    }

    .swiper-button-prev, .swiper-button-next {
        top: calc(50% - 22.5px);
    }

    .swiper-pagination-bullet {
        background: #d6d6d6;
    }

    #swiper-news .swiper-pagination-bullet {
        background: #d6d6d6 !important;
    }

    #swiper-news .swiper-pagination-bullet-active {
        background: #dc0069 !important;
    }
}

@media (min-width: 992px) {
    .thumbnail-news {
        position: relative;
        margin: 50px auto;
        max-width: 300px;
        transition: all .5s ease;
    }

    .thumbnail-news:hover {
        margin-top: 37px;
        padding-bottom: 43px;
    }

    .display-xs-to-md {
        display: none;
    }

    .display-md .col-md-4 {
        height: 480px;
    }
}

#swiper-product-lines {
    padding-bottom: 50px;
}