.prostavki {
    margin-bottom: 160px;
}

.product-categorymark-catalog .prostavki__cards {
    margin-top: 90px;
}

.main-content__container .prostavki__top {
    margin-bottom: 75px;
}

.marks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-top: 1.5px solid #f5f5f5;
    border-left: 1.5px solid #f5f5f5;
}

.mark__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
    flex: 0 0 20%;
    transition: .5s;
    background: #fff;
    border-bottom: 1.5px solid #f5f5f5;
    border-right: 1.5px solid #f5f5f5;
    box-sizing: border-box;
    color: #091D3E;
    font-family: "NotoSansLight";
    font-size: 17px;
    line-height: 28px;
}

.mark__item .mark__text {
    margin-left: 10px;
}

.mark__item:hover {
    background-color: #D80202;
    transition: .5s;
    color: #fff;
}

.mark__img img {
    vertical-align: middle;
    margin-left: 10px;
}

.marks-all {
    text-align: center;
}

.marks-all__link {
    color: #D80202;
    position: relative;
}

.marks-all__link:hover {
    color: #1A3C5E;
    transition: 0.3s;
}

.marks-all__link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D80202;
    bottom: -5px;
    left: 0;
}

.marks-all__link:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #1A3C5E;
    bottom: -5px;
    left: 0;
}

.mark-arrow-right {
    border: solid #D80202;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: 5px;
}

.marks-all__link:hover .mark-arrow-right {
    border-color: #1A3C5E;
}

.prostavki__top {
    margin-bottom: 210px;
}

.prostavki__title-top {
    margin-top: 210px;
    margin-bottom: 80px;
}

.cards {
    display: flex;
    justify-content: flex-start;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.cards__slider .owl-nav {
    position: absolute;
    top: -7em;
    right: 66px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
 background-color: transparent;
}

.cards__slider .owl-stage-outer {
    padding: 20px 10px;
    width: 103%;
}

.brands .owl-nav {
    position: absolute;
    top: -3em;
    right: 37px;
}

.card__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 285px;
    font-family: "NotoSansSemiBold";
    font-size: 16px;
    line-height: 20px;
    color: #3A3939;
    text-align: center;
    position: relative;
}

.card__item:hover {
    filter: drop-shadow(0px 0px 16px rgba(71, 71, 71, 0.07));
    background: #fff;
    transition: 0.3s;
}

.card__img-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.card-star {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.card-star img{
    fill:#E1E1E1;
    transition: .4s;
}
.card-star.active img, .card-star:hover img{
    fill:#2C9BDA;
    filter: invert(0.5) sepia(1) saturate(2) hue-rotate(175deg);
}

.card__item-descr {
    padding: 24px 34px 0 34px;
    font-size: 16px;
    line-height: 20px;
    color: #3A3939;
    height: 106px;
    display: flex;
    overflow: hidden;
    letter-spacing: .02em;
    color: #3a3939;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card__item-price {
    padding: 10px 0 24px;
    color: #2C9BDA;
    font-family: "NotoSansBold";
}

.card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 194px;
    background-color: #1A3C5E;
    color: #fff;
    margin-bottom: 40px;
}

.card__button:hover {
    background-color: #D80202;
    transition: 0.3s;
}

.brands.owl-carousel .owl-item img {
    width: auto;
}


.cards__slider.owl-theme .owl-nav [class*=owl-] {
    margin: 15px;
}



.card__item-available {
    font-family: "NotoSans";
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #3A3939;
    text-align: end;
    position: relative;
    margin-left: 17px;
}

.card__item-available::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #39D802;
    border-radius: 50%;
    left: -17px;
    top: 9.5px;
}

.card__item-reviews {
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1A3C5E;
    margin-top: 5px;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

.card__item-reviews::before {
    content: "";
    background-image: url("/catalog/view/theme/autoprostavka_com/images/comment.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
    position: absolute;
    left: -21px;
    top: 7px;
}





@media (max-width: 1024px) {
    .prostavki {
        margin-bottom: 90px;
    }
    .prostavki__top {
        margin-bottom: 130px;
    }
    .prostavki__title-top {
        margin-top: 130px;
    }
    .cards__slider .owl-nav {
        right: 37px;
    }
    .cards__slider .owl-stage-outer {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .mark__item {
        flex: 0 0 25%;
    }
    .prostavki__top {
        margin-bottom: 90px;
    }
    .prostavki__title-top {
        margin-top: 90px;
        margin-bottom: 60px;
    }

    .cards__slider .owl-nav {
        top: -4em;
    }
}

@media (max-width: 840px) {
    .cards__slider .owl-nav {
        right: 37px;
        top: -4em;
    }
}

@media (max-width: 768px) {
    .mark__item {
        flex: 0 0 33.333%;
        height: 75px;
    }
    .brands .owl-nav {
        right: 0;
    }
    .cards__slider .owl-nav {
        right: 0;
    }
    .cards__slider .owl-stage-outer {
        padding: 0;
    }
}

@media (max-width: 637px) {
    .mini-cards .card__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 188px;
    }
   .mini-cards .card__item-img>img {
        width: 125px;
        height: 96px;
   }

   .mini-cards .card__button {
        font-family: "NotoSans", sans-serif;
        width: 156px;
        height: 45px;
        font-size: 16px;
        line-height: 26px;
   }

   .mini-cards .card__item-descr {
        font-family: "NotoSans", sans-serif;
        font-size: 13px;
        line-height: 19px;
        padding: 24px 10px 0 10px;
   }
}

@media (max-width: 598px) {
    .mark__item {
        flex: 0 0 50%;
        height: 62px;
    }
    .card__img-wrapper > a {
        margin-left: auto;
    }
}

@media (max-width: 425px) {
    .mark__item {
        font-size: 17px;
    }
    .card__img-wrapper {
        width: 100%;
    }
    .card__button {
        width: 100%;
    }
    .card__item {
        width: 170px;
        margin: 0 auto;
    }
    .owl-carousel .owl-item img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mini-cards .card__item {
        flex: 0 0 50%;
    }
}

@media (max-width: 374px) {
    .mark__item {
        flex: 0 0 100%;
    }
}


@media (max-width: 320px) {
    .card__item {
        width: 142px;
    }
}