.hero-dinners {
   position: absolute;
    z-index: 10;
    left: 16px;
    right: 16px;
    bottom: 250px;
}

@media (min-width: 1025px) {
    .hero-dinners {
        left: auto;
        right: 5px !important;
        bottom: 60px !important;
        top: auto !important;
        width: 500px;
		display: block;
    }
}

@media (min-width: 744px) {
        .hero-dinners {
        top: unset;
        bottom: 350px;
    }
}

@media (max-width: 450px) {
    .feast-slider__card:nth-child(2) .feast-slider__visual img  {
        width: 110px;
    }
	
	.feast-slider__visual {
    position: relative;
    margin-right: 16px;
    width: 35% !important;
}
}


.feast-slider {
    width: 100%;
}
.feast-slider__card {
    display: flex;
    min-width: 280px;
    width: 89vw;
    padding: 8px;
    border-radius: 32px;
    background: rgba(0,0,0,0.15);
    backdrop-filter: blur(5px);
}
.feast-slider__link {
    display: flex;
	width: 100%;
}
.feast-slider__visual {
    position: relative;
    margin-right: 16px;
	width: 30%;
}
.feast-slider_info {
    display: flex;
    width: auto;
	justify-content: space-between;
	gap: 5px;
	margin-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.feast-slider_info p {
    margin 0 !important;
    color: #fff;
	font-size: 13px;
}
.feast-slider__visual img {
    width: 100%;
    height: 86px;
    border-radius: 16px;
    object-fit: cover;
	min-width: 140px;
}
.feast-slider__badge {
    position: absolute;
    top: 6px;
    left: 6px;
    color: var(--pure-white);
    font-size: 10px;
    padding: 6px 8px;
    background: #404041;
    border-radius: 20px;
}
/* text */
.feast-slider__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feast-slider__heading {
    color: var(--pure-white);
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    margin-bottom: 18px;
    border-left: 6px solid var(--orange);
}
.feast-slider__caption {
    color: var(--medium-grey);
    font-size: 12px;
    line-height: 1.2;
    padding-left: 10px;
    margin: 0;
}
/* pagination */
.feast-slider__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: #fff;
}
/* цифры */
.feast-slider__count {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500;
    min-width: 16px;
    text-align: center;
}
/* трек */
.feast-slider__track {
    position: relative;
    flex: 1;
    height: 4px;
    background: rgba(255,255,255,0.25);
    border-radius: 4px;
    overflow: hidden;
}
/* сам ползунок */
.feast-slider__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    transform: translateX(0);
    transition: transform 0.15s ease-out;
}

@media (min-width: 576px) {
    .feast-slider__card {
        width: 340px;
    }
    .feast-slider__visual {
        width: 170px;
    }
}

@media (min-width: 744px) {
    .feast-slider__card {
        width: 530px;
        padding: 16px;
    }
    .feast-slider__badge {
        font-size: 12px;
        line-height: 16px;
        border-radius: 100px;
        padding: 6px 10px;
    }
    .feast-slider__visual {
        width: 30%;
        border-radius: 20px;
    }
    .feast-slider__visual img {
        width: 211px;
        height: 108px;
        background-size: cover;
    }
	
	
    .feast-slider__heading {
        font-size: 20px;
        line-height: 1.4;
    }
    .feast-slider__count {
        font-size: 20px;
        min-width: 24px;
    }
    .feast-slider__track {
        height: 13px;
        border-radius: 200px;
    }
}

@media (min-width: 1025px) {
    .feast-slider__card {
        width: 400px !important;
        padding: 8px;
    }
    .feast-slider__link {
        width: 100%;
    }
    .feast-slider__heading {
        font-size: 16px;
        line-height: 1.2;
    }
    .feast-slider__visual img {
        width: 140px;
        height: 92px;
		max-width: unset;
        border-radius: 26px;
    }
	
	.feast-slider__card:nth-child(2) .feast-slider__visual img {
	 width: 110px;
	}
    .feast-slider__visual {
        width: 160px;
    }
    .feast-slider__badge {
        font-size: 10px;
        padding: 3px 10px;
    }
    .feast-slider__caption {
        font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        line-height: 16px;
    }
    .feast-slider__count {
        font-family: Bergamasco, serif;
    }
    .feast-slider__track {
        height: 6px;
    }
}