.footer ul.socials {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 6px;
}

.footer ul.socials li {
	padding: 0;
	margin: 0;
}

.footer1 ul.socials li a {
	color: #161616 !important;
	font-size: 25px !important;
	text-decoration: none !important;
	line-height: 13px !important;
	text-align: center;
	background: #ffffff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_bottom .bottom-col {
	flex: 0 0 50%;
	max-width: 50%;
}

.footer_bottom .bottom-col.logo_media {
	flex: 0 0 35%;
	max-width: 35%;
	justify-content: end;
}

.footer_bottom .bottom-col.social_media {
	flex: 0 0 15%;
	max-width: 15%;
	justify-content: flex-start;
}

.footer_bottom .bottom-col.logo_media ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.footer_bottom .bottom-col.logo_media ul.menu li {
	padding: 0;
	margin: 0;
}

.footer_bottom .bottom-col.logo_media ul.menu li a {
	font-size: 14px;
	line-height: 1;
	color: #FFF;
}

header #logo .logo img {
	object-fit: contain;
}

/* .vvf_logo_green img {
	width: 180px;
} */

/* .vvf_logo_big img {
	width: 250px;
} */

/* header #logo .logo img {
  height: 60px;
  width: 65px;
} */

@media(max-width: 991px) {
	.footer_bottom .bottom-col {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
	}

	.footer_bottom .bottom-col.logo_media {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
	}

	.footer_bottom .bottom-col.social_media {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
	}

	/* .vvf_logo_green img {
		width: 150px;
	} */

	/* .vvf_logo_big img {
		width: 200px;
	} */
}

@media(max-width: 767px) {
	/* .vvf_logo_green img {
		width: 120px;
	} */

	/* .vvf_logo_big img {
		width: 150px;
	} */
}