﻿.articles-list {
    margin: 30px 0px;
    /*overflow: hidden;*/
}

    .articles-list .article:hover {
        cursor: pointer;
    }

    .articles-list .article .article-package {
        position: relative;
        margin: 0;
    }

    .articles-list .article .image {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
        position: relative;
    }

    .articles-list .article .image img {
        width: 110%;
        height: 300px;
    }

    .articles-list .article .desc-yellow-line-box {
        /*background: url(../images/blog-text_back_desktop.png);*/
        background: url(../images/article-slider-line.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0%;
        bottom: 15px;
    }

    .articles-list .article .desc-yellow-line-box-inside {
        padding: 30px 30% 30px 10%;
        color: #202d32;
    }

.articles-list .article .desc-yellow-line-box p {
    color: #202d32;
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.articles-list .article .desc-yellow-line-box a {
    font-size: 15pt;
    line-height: 21px;
    color: white;
    font-weight: bold;
    display: block;
    background: url(../images/blog-button_back_desktop.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
}

    .articles-list .article .desc-yellow-line-box a > span {
        float: left;
        margin-top: -2px;
        background: url(../images/blog_button_arrow.svg);
        background-size: auto;
        background-repeat: no-repeat;
        width: 20%;
        height: 25px;
    }

    .articles-list .article .desc-yellow-line-box a:hover {
        text-decoration: underline;
    }

.articles-list .article .desc-yellow-line-box h3 {
    margin-top: 0;
    color: #202d32;
    font-weight: bold;
    font-size: 12pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.crsl-nav {
    text-align: left;
    margin-top: 30px;
}

    .crsl-nav .previous,
    .crsl-nav .next {
        cursor: pointer;
        border: solid 1px #f7b300;
        padding: 10px 14px 8px;
        color: #f7b300;
        font-size: 15px;
        margin-right: 3px;
    }

    .crsl-nav .slick-disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .articles-list {
        margin: 15px 0px 5px;
        overflow: hidden;
        height: 195px;
    }

    .slider-div {
        height: 330px;
    }

    /*.no-webp .articles-list .article .desc-yellow-line-box {
        background: url(../images/pngs_svgs/blog-text_back_mobile.png);
    }

    .webp .articles-list .article .desc-yellow-line-box {
        background: url(../images/webps_svgs/blog-text_back_mobile.webp);
    }*/

    .articles-list .article .desc-yellow-line-box {
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        left: -30%;
        bottom: 170px;
    }

    .articles-list .article .desc-yellow-line-box-inside {
        padding: 10px 30% 10px 5%;
    }

    .articles-list .article .desc-yellow-line-box a {
        font-size: 13pt;
        line-height: 4px;
        padding: 10px 5px;
    }

        .articles-list .article .desc-yellow-line-box a > span {
            margin-top: -6px;
            width: 20%;
            height: 20px;
        }

    .articles-list .article .desc-yellow-line-box h3 {
        margin-top: 0;
        color: #202d32;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 15px;
        height: 45px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 10pt;
    }

    .articles-list .article .desc-yellow-line-box p {
        color: #202d32;
        font-size: 10pt;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 15px;
        height: 45px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .articles-list .article .image img {
        width: 107%;
        height: 200px;
    }

    .crsl-nav,
    .prices-prev-next-arrows {
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .crsl-nav .previous,
        .crsl-nav .next {
            padding: 8px 10px 5px;
            font-size: 10px;
            margin-right: 3px;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    .articles-list .article .image img {
        width: 105%;
        height: 300px;
    }

    .slider-div .title-black-box h3 {
        padding: 0px 40px 10px 60px;
        font-size: 20pt;
    }
}

@media (max-width:1023px) and (min-width: 768px) {

    /*.no-webp .articles-list .article .desc-yellow-line-box {
            background: url(../images/pngs_svgs/blog-text_back_mobile.png);
        }

        .webp .articles-list .article .desc-yellow-line-box {
            background: url(../images/webps_svgs/blog-text_back_mobile.webp);
        }*/

    .articles-list .article .desc-yellow-line-box {
        background: url(../images/blog-text_back_mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0%;
        bottom: 15px;
    }

    .articles-list .article .desc-yellow-line-box-inside {
        padding: 10px 30% 10px 5%;
    }

    .articles-list .article .desc-yellow-line-box a {
        font-size: 13pt;
        line-height: 4px;
        padding: 10px 5px;
    }

        .articles-list .article .desc-yellow-line-box a > span {
            margin-top: -6px;
            width: 20%;
            height: 20px;
        }

    .articles-list .article .desc-yellow-line-box h3 {
        margin-top: 0;
        color: #202d32;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 15px;
        height: 45px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 10pt;
    }

    .articles-list .article .desc-yellow-line-box p {
        color: #202d32;
        font-size: 10pt;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 15px;
        height: 45px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .articles-list .article .image img {
        width: 107%;
        height: 200px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .articles-list .article .image img {
        height: 260px;
    }

    .articles-list .article .desc-yellow-line-box {
        bottom: 5px;
    }

    .articles-list .article .desc-yellow-line-box-inside {
        padding: 20px 30% 20px 10%;
    }

    .articles-list .article .desc-yellow-line-box a {
        line-height: 15px;
    }

        .articles-list .article .desc-yellow-line-box a > span {
            margin-top: -4px;
        }
}