body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	overflow: unset;
}

.contact {
	margin-bottom: 108px;
}
.contact-container {
	max-width: 1492px;
}
.contact__wrap {
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.contact__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 64px;
	line-height: 110%;
	color: #fff;
	margin-bottom: 68px;
}
.contact__text {
	font-family: var(--font4);
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #fff;
}
.about {
	margin-bottom: 434px;
}
.about__wrap {
	display: flex;
	justify-content: space-between;
}
.about__number,
.about__location,
.about__mail {
	max-width: 380px;
	width: 100%;
}
.about__title {
	font-family: var(--font4);
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	color: #fff;
	margin-bottom: 23px;
}
.about__phone,
.about__email,
.about__adress {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 35px;
	line-height: 80%;
	color: #fff;
}
.venom {
	margin-bottom: 210px;
}

.footer {
	margin-top: auto;
}
@media (max-width: 1200px) {
	.contact-breadcrumbs {
		padding-top: 180px;
		margin-bottom: 110px;
	}
}
@media (max-width: 1100px) {
	.about__wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px;
	}
	.about__number,
	.about__location,
	.about__mail {
		max-width: max-content;
	}
}
@media (max-width: 992px) {
	.contact__title {
		font-size: 44px;
		margin-bottom: 45px;
	}
	.about {
		margin-bottom: 240px;
	}
	.about__phone,
	.about__email,
	.about__adress {
		font-size: 30px;
	}
	.about__title {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.contact {
		margin-bottom: 75px;
	}
	.contact-container {
		padding-inline: 10px;
	}
	.contact-breadcrumbs {
		padding-top: 110px;
		margin-bottom: 60px;
	}
	.about {
		margin-bottom: 180px;
	}
	.about__wrap {
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}
	.about__phone,
	.about__email,
	.about__adress {
		font-size: 24px;
	}
	.contact__title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.contact__wrap {
		gap: 22px;
	}
	.contact__text {
		font-size: 20px;
	}
	.venom {
		margin-bottom: 70px;
	}
}
@media (max-width: 480px) {
	.contact-breadcrumbs {
		padding-top: 60px;
		margin-bottom: 50px;
	}
	.contact {
		margin-bottom: 50px;
	}
	.contact__title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.contact__text {
		font-size: 14px;
	}
	.about {
		margin-bottom: 110px;
	}
	.about__wrap {
		gap: 30px;
	}
	.about__title {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.about__phone,
	.about__email,
	.about__adress {
		font-size: 20px;
		line-height: 1.2;
	}
}
