body {
	background: linear-gradient(165.8deg, #000000 0%, #520606 100.25%);
}

.ballons {
	margin-bottom: 118px;
}
.breadcrumbs__ballons {
	margin-bottom: 80px;
}
.ballons__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	margin: 0 0 100px 100px;
}
.ballons__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 88px;
	align-items: center;
	justify-content: center;
}

.ballons__item {
	padding: 34px 31px 34px;
	border: 1.17px solid rgba(255, 255, 255, 0.14);
	border-radius: 23px;
	width: 352px;
	height: 630px;
	background: rgba(123, 123, 123, 0.15);
	display: flex;
	flex-direction: column;
	gap: 38px;
}
.ballons__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
	min-height: 117px;
}
.ballons__img {
	flex: 0;
	height: 100%;
	max-width: 358px;
	max-height: 360px;
	object-fit: contain;
	border-radius: 8px;
	padding: 12px;
}
.ballons .marks {
	top: 0;
	right: 0;
}
.ballons .marks__litres {
	padding: 12px 5px;
}
.ballons .marks__kilogrames {
	padding: 12px 10px;
}
.ballons__bottom {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.ballons__info {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 26px;
}
.ballons__name {
	margin: 0 auto;
}
.ballons__price {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.ballons__info,
.ballons__btns {
	padding-bottom: 0;
	padding-inline: 0;
}
.ballons__btn {
	border-radius: 14px;
	max-width: 291px;
	width: 100%;
	padding: 14px;

	background: #ff0004;
}
.ballons__btn_more {
	max-width: 291px;
	width: 100%;
	margin-top: 14px;

	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #fff;

	background: transparent;
}

.ballons__description {
	margin-bottom: 228px;
}
.ballons-venom {
	margin-bottom: 294px;
}

.ballons-venom .hero__venom {
	max-height: clamp(182px, 24vw, 665px);
}
.ballons-venom .hero__title {
	max-width: 65%;
}

@media (max-width: 1200px) {
	.breadcrumbs__ballons {
		padding-top: 180px;
	}
}
@media (max-width: 992px) {
	.breadcrumbs__ballons {
		padding-top: 140px;
	}
	.ballons__wrap {
		gap: 45px;
	}
	.ballons__item {
		padding: 15px 15px 25px;
		width: 300px;
		height: 510px;
		gap: 10px;
	}
	.ballons__title {
		margin-bottom: 55px;
	}
	.ballons__description {
		margin-bottom: 175px;
	}
	.ballons-venom {
		margin-bottom: 110px;
	}
}
@media (max-width: 768px) {
	.breadcrumbs__ballons {
		padding-top: 110px;
	}
	.ballons__info {
    gap: 30px;
    margin-bottom: 15px;
}
	.ballons__title {
		margin-bottom: 40px;
		margin-left: 0;
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.breadcrumbs__ballons {
		padding-top: 70px;
		margin-bottom: 40px;
	}
	.ballons__item {
		width: 275px;
	}
	.ballons__btn_more {
		margin-top: 8px;
	}
	.ballons {
		margin-bottom: 65px;
	}
	.ballons__info {
		gap: 20px;
	}
	.ballons__description {
		margin-bottom: 90px;
	}
	.ballons__title {
		font-size: 26px;
	}
	.ballons-venom {
		margin-bottom: 50px;
	}
}
