
.pet-page {
	padding: 37px 100px;
	margin-bottom: 150px;
	background-color: #FBFBFB;
}
.pet-page__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 69px;
	margin-bottom: 50px;
}
.pet-page__img-wrap img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.pet-page__name {
	font-family: 'Play';
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 40px;
}
.pet-page__row {
	background: #F9F7D7;
	border-radius: 10px;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 15px 0;
	margin-bottom: 38px;
}
.pet-page__category,
.pet-page__btn {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.pet-page__buttons {
	display: flex;
	justify-content: center;
}
.pet-page__btn {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	text-align: center;
	padding: 30px 105px;
}
.pet-page__title {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 42px;
	line-height: 37px;
	margin-bottom: 50px;
}
.pet-page__gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}
.pet-page__item {
	text-align: center;
}
.pet-page__gallery-img {
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
}
.pet-page__gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



@media screen and (max-width: 1360px) {
	.pet-page {
		padding-top: 137px;
	}
	.pet-page__btn {
		padding: 20px 70px;
	}

}
@media screen and (max-width: 1150px) {
	.pet-page__title {
		text-align: center;
	}
	.pet-page__name {
		font-size: 32px;
    line-height: 34px;
	}
	.pet-page__category,
	.pet-page__btn {
		font-size: 18px;
		line-height: 15px;
	}
	.pet-page__row {
		margin-bottom: 25px;
	}
	.pet-page__btn {
		padding: 20px 50px;
	}
	.pet-page__title {
    font-size: 36px;
		line-height: 27px;
    margin-bottom: 40px;
	}
	.pet-page {
		padding: 37px 50px;
	}
}
@media screen and (max-width: 870px) {
	.pet-page { 
		padding-top: 150px;
	}
	.pet-page__content {
		grid-template-columns: 1fr;
	}
	.pet-page__name {
		text-align: center;
	}
	.pet-page__buttons {
		justify-content: space-evenly;
	}
	.pet-page__gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 95px 17px;
	}
}

@media screen and (max-width: 520px) {
	.pet-page__btn {
		padding: 20px 40px;
	}
	.pet-page__title {
		font-size: 31px;
	}
	.pet-page__gallery {
		grid-template-columns: 1fr;
		gap: 95px 17px;
	}
}