.site-footer {
	margin-top: 30px;
}
.footer-nav {
	background:var(--light-border);
	padding: 27px 0;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.footer-copy {
	background: var(--red);
	padding-bottom: 150px;
	padding-top: 10px;
	position: relative;
}
.footer-copy p {
	color:var(--white);
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	width: calc(100% - 140px);
}
.footer-widgets {
	position: relative;
}
.ico-to-top {
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: -10px;
	right: 10px;
	background:var(--red-accent-100);
	cursor: pointer;
	z-index: 190;
	text-align: center;
	padding: 18px 0;
}
.ico-to-top img {
	max-width: 50px;
	width: 100%;
}
.footer-nav .footer-widget {
	width: 79%;
	display: inline-block;
	vertical-align: middle;
}
.footer-nav .footer-widget:nth-child(2) {
	width: 276px;
}
.footer-nav .social {
	display: flex;
	width: auto;
	justify-content: end;
}
.footer-nav .social a {
	width: 20px;
	margin: 0 13px;
}
.footer-nav ul {
	display: flex;
}
.footer-nav li {
	padding: 0 10px;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	color:var(--dark-black);
}
.footer-copy .container {
	position: relative;
}
@media (max-width:1500px) {
	.footer-nav .footer-widget {
		width: 100%;
		display: flex;
		vertical-align: middle;
		text-align: center;
		justify-content: center;
	}
	.footer-nav .footer-widget:nth-child(2) {
		width: 100%;
		margin-top: 25px;
	}
	.footer-copy {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width:1024px) {
	.footer-nav ul {
		flex-wrap: wrap;
		width: 100%;
	}
	.footer-nav li {
		margin: 0 0 15px;
		width: 100%;
	}
	.footer-nav .footer-widget:nth-child(2) {
		margin-top: 20px;
	}
}
@media (max-width:991px) {
	.gio-home-hero-img {
		height: 395px;
	}
	.footer-copy .container {
		padding-left: 0;
		padding-right: 0;
	}
	
}