.cards {
    position: relative;
    z-index: 1;
}


.progress {
    display: block;
    width: calc(100% + 22px);
    height: 9px;
    border-radius: 0;
    overflow: hidden;
    background-color: #EBEBEB;
    background-image: linear-gradient(to right, #BCBCBC, #BCBCBC);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: 15px;
}

.cards__Web {
    position: absolute;
    z-index: -1;
    width: 110px;
    top: 19px;
    left: 0;
}

.cards__headlines {
    padding-bottom: 15px;
}

.js-card {
    margin: 0 -22px 0 -16px;
}

.card-item {
    padding: 10px 16px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    transition: transform .2s linear;
    width: 258px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.card__image {
    padding: 11px 30px;
    height: 172px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.card__view {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    gap: 6px;
    opacity: 0;
}

.card__view i {
    font-size: 12px;
    font-weight: normal;
}

.card__details {
    padding: 14px 15px 20px;
}

.card__bottom .btn {
    border-top: 2px solid #960B22;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #C41230;
    color: #fff;
    font-size: 18px;
    line-height: 1.39em;
}

.card__bottom .btn::before {
    display: none;
}

.card__bottom .btn i {
    font-size: 12px;
}

.card__title {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    padding: 0;
}

.card__description {
    background: rgba(196,18,48,0.15);
    padding: 2px 8px 2px 6px;
    color: #3C3C3C;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.card__description span {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding-left: 6px;
}

.js-card .slick-arrow {
    top: -59px;
}

.js-card .slick-next {
    margin: 0;
    right: 22px;
}

.js-card .slick-prev {
    left: auto;
    margin: 0;
    right: 77px;
}

.card__bottom .btn-primary:after {
    content: none;
}

.cta__container .btn,
.card__bottom .btn-primary {
    margin-bottom: 0;
}

.cta__container {
    height: 40px;
}

@media (min-width:768px) {

    .progress {
        width: 100%;
        margin-top: 20px;

    }
    
    .cards__Web {
        top: 22px;
    }
    
    .cards__headlines {
        padding-bottom: 20px;
    }
    
    .js-card {
        margin: 0 -52px 0 -16px;
    }
    
  
    
    .js-card .slick-arrow {
        top: -71px;
    }
    
    .js-card .slick-next {
        margin: 0;
        right: 52px;
    }
    
    .js-card .slick-prev {
        right: 130px;
    }
}

@media (min-width: 1200px) {


    .cards__Web {
        top: 22px;
    }
    
    .cards__headlines {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .js-card {
        margin: 0 -63px 0 -16px;
    }
    
    .card {
        width: 292px;
    }

    .card__image {
        height: 219px;
        padding: 0;
    }

    .card__details {
        padding: 20px 20px 19px;
    }

    .card__title {
        font-size: 24px;
        line-height: 1.208em;
        margin: 0 0 12px 0;
    }

    .card__description {
        padding: 1px 6px;
        font-size: 16px;
        text-align: center;
    }
    
    .card__description span {
        font-size: 18px;
    }
    
    .js-card .slick-arrow {
        top: auto;
        bottom: -96px;
    }
    
    .js-card .slick-next {
        margin: 0;
        right: auto;
        left: -230px;
    }

    .cards--homepage .js-card .slick-next {
        margin: 0;
        right: auto;
        right: -15px;
        top: 50%;
        transform: translate(0, -50%);
        left: initial;
    }
    
    .js-card .slick-prev {
        left: -308px;
    }

    .cards--homepage .js-card .slick-prev {
        left: -10px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .cards__wrap {
        display: flex;
        margin: 0 -16px;
        flex-wrap: wrap;
    }
    
    .cards__left {
        padding: 10px 16px 0;
        width: 324px;
    }
    
    .cards__right {
        padding: 0 16px;
        width: calc(100% - 324px);
    }

    .cards__Web {
        width: 217px;
        top: 0px;
    }

    .card:hover .card__view {
        opacity: 1;
    }

    .card:hover .btn {
        background: #960B22;
    }

    .card__bottom .btn {
        border-top: 3px solid #960B22;
        padding: 13px 34px 16px 20px;
    }

    .cards--homepage {
        padding-bottom: 170px;
    }
}

@media (min-width: 1367px) {
    .js-card {
        margin: 0 -16px;
    }

    .cards--homepage .js-card .slick-next {
       right: 0; 
    }
}

@media (min-width: 1460px) {
    .cards--homepage .js-card .slick-next {
       right: -40px; 
    }
}