.image-buttons__top-content {
	margin-bottom: 35px;
}

.image-buttons__headings {
	margin-bottom: 30px;
}

.image-buttons__headings :last-child {
	margin-bottom: 0;
}

.image-button-slider {
	margin: 0 -16px;
	font-size: 0;
	width: calc(100% + 32px);
	padding-bottom: 78px;
}

.image-button-item {
	padding: 0 17px;
}

.image-button-progress {
	display: block;
	width: 100%;
	height: 14px;
	border-radius: 0;
	overflow: hidden;
	background-color: #d9d9d9;
	background-image: linear-gradient(to right, #d01030, #d01030);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
	clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
	position: relative;
}

.image-button-progress::before {
	content: "";
	position: absolute;
	top: 0;
	left: var(--progress, 0%);
	width: 6px;
	height: 14px;
	background: #d9d9d9;
	border-radius: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	margin-left: -5px;
}

@media (min-width: 768px) {
	.image-button-slider {
		padding-bottom: 0;
		margin-right: -69px;
	}

	.image-button-slider .image-button {
		width: 315px;
	}

	.image-button-progress {
		width: 458px;
		margin-top: 50px;
		margin-bottom: 15px;
	}

	.image-button-slider .slick-arrow {
		bottom: -78px;
	}

	.image-button-slider .slick-prev {
		margin: 0;
		left: auto;
		right: 146px;
	}

	.image-button-slider .slick-next {
		margin: 0;
		right: 69px;
	}
}

@media (min-width: 1200px) {
	.image-buttons__top-content {
		margin-top: -20px;
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.image-buttons__headings {
		margin-bottom: 0;
		max-width: 830px;
	}

	.image-buttons__bttns {
		padding-bottom: 5px;
	}

	.image-button-slider {
		margin: 0 -16px;
	}

	.image-button-item {
		padding: 0 16px;
	}

	.image-button-slider .image-button {
		width: 100%;
	}

	.image-button-progress {
		width: 678px;
		margin-left: auto;
		margin-right: 154px;
	}

	.image-button-slider .slick-prev {
		right: 94px;
	}

	.image-button-slider .slick-next {
		right: 16px;
	}
}
