@font-face {
	font-family: BubbleSans;
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap)
}

.footer__container {
	margin: 0 auto;
	max-width: 1239px
}

.footer {
	background-color: #2e2e2e;
	padding: 50px 20px 38px;
	position: relative;
	z-index: 700
}

.footer_logo_link {
	color: #fff;
	font-size: 50px;
	font-weight: 500
}

.footer__list {
	display: flex;
	justify-content: space-between
}

.footer_catalog_list,
.footer_logo_list_wrap {
	display: flex;
	flex-direction: column;
	height: 330px;
	justify-content: space-between
}

.hours_list {
	margin-top: 40px
}

.footer_hours_link_title,
.footer_soc_link_title {
	color: #b8b8b8 !important;
	font-family: Montserrat, serif;
	font-size: 24px;
	font-weight: 500
}

.footer_catalog_list div,
.footer_logo_list {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.footer_hours_link,
.footer_soc_link {
	color: #fff;
	font-family: Montserrat, serif;
	font-size: 22px;
	font-weight: 500
}

.footer__logo {
	color: #fff;
	font-family: Poppins, serif;
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase
}

.footer_catalog_title,
.footer_contakt_link,
.footer_useful_title {
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: clamp(20px, 20px + 8 * (100vw - 768px)/1152, 32px)
}

.footer_catalog_link {
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: clamp(16px, 16px + 8 * (100vw - 768px)/1152, 28px)
}

.footer__inf__wrap {
	display: flex;
	gap: 45px
}

.footer__info {
	display: flex;
	justify-content: space-between;
	margin-top: 130px
}

.footer__rights {
	font-size: 18px;
	margin-top: auto
}

.footer__inf__wrap p,
.footer__rights {
	color: #b8b8b8;
	font-family: Montserrat, serif;
	font-weight: 500
}

.footer__inf__wrap p {
	font-size: 12px;
	max-width: 331px
}

.footer_logo_list_mob {
	display: none
}

.info_footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: Manrope, sans-serif;
	font-size: 10px;
	margin-bottom: 60px;
	margin-top: 20px
}

.info_footer,
.info_footer__link {
	color: #7a7a7a
}

@media screen and (max-width:768px) {
	.footer {
		margin-top: 0;
		padding: 40px 20px 38px
	}

	.footer__list {
		flex-direction: column
	}

	.footer_catalog_title_item,
	.footer_contakt_title_item,
	.footer_useful_title_item {
		margin-bottom: 20px
	}

	.footer__logo {
		font-size: 28px;
		margin-bottom: 55px
	}

	.footer_logo_list {
		display: none
	}

	.footer_catalog_list,
	.footer_logo_list_wrap {
		height: auto
	}

	.footer_useful_list {
		display: none
	}

	.footer_contakt_list {
		margin-top: 40px
	}

	.footer_soc_link_title {
		font-size: 20px
	}

	.footer_hours_link,
	.footer_soc_link {
		font-size: 18px;
		font-weight: 400
	}

	.footer_hours_link_title {
		font-size: 20px
	}

	.footer_logo_list_mob {
		display: flex;
		flex-direction: column;
		gap: 20px
	}

	.footer__info {
		flex-direction: column-reverse;
		margin-top: 40px
	}

	.footer__inf__wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px
	}
}