/* Footer */
#footer {
	min-height: 570px;
	background-color: #182b35;
	background-image: linear-gradient(to bottom, #299db9 0%, #1a3945 50%, #182b35 100%);
}

#footer .header {
	position: relative;
}

#footer .header:before {
	content: "";
	position: absolute;
	width: 190px;
	height: 38px;
	top: -38px;
	left: 50%;
	margin-left: -95px;
	background-image: url('../images/logo-vzr-garant-footer-frame.svg');
}

#footer .header img {
	position: relative;
	width: 104px;
	height: auto;
	top: -16px;
}

#footer .header h2 {
	max-width: 840px;
	margin: 30px auto 0 auto;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.1875rem;
	color: #fff;
}

#footer .header h2 span {
	font-size: 1.875rem;
	font-weight: 700;
}

#footer .main {
	padding-top: 60px;
}

#footer .main .blue,
#footer .main .blue a {
	color: #35cbfc;
}

#footer .main .green,
#footer .main .green a {
	color: #f6ab8c;
}

#footer .main h3 {
	margin-bottom: 7px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.25rem;
	color: #fff;
}

#footer .main h3 a {
	text-decoration: none;
}

#footer .main h3 a:hover,
#footer .main h3 a:focus {
	text-decoration: underline;
}

#footer .main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .main ul li {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.5625rem;
	color: #fff;
}

#footer .main ul.arrow li {
	position: relative;
	padding-left: 19px;
}

#footer .main ul.arrow li:before {
	content: ">";
	position: absolute;
	left: 0;
}

#footer .main ul.arrow li p {
	margin: 0;
}

#footer .main ul li a {
	color: #fff;
	text-decoration: none;
}

#footer .main ul li a:hover,
#footer .main ul li a:active {
	text-decoration: underline;
}

#footer .main p.link {
	margin-bottom: 0;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.25rem;
}

#footer .main p.link i {
	margin-right: 12px;
	font-size: 1.5625rem;
}

#footer .main p.link a {
	text-decoration: none;
}

#footer .main p.link a:hover,
#footer .main p.link a:focus {
	text-decoration: underline;
}

#footer .main p.link.blue {
	margin-top: 5px;
}

#footer .main p.link.green {
	margin-bottom: 21px;
}

#footer .main .linkedin {
	margin-top: 21px;
	font-size: 1.875rem;
}

#footer .main .linkedin.i2 {
	display: none;
}

#footer .main .linkedin a {
	color: #fff;
}

#footer .main .linkedin a:hover,
#footer .main .linkedin a:focus {
	color: #fff;
}

#footer .logo-wrapper {
	padding-top: 2rem;
}

#footer .logo-wrapper img.img1 {
	width: 66px;
	height: auto;
}

#footer .logo-wrapper img.img2 {
	width: 119px;
	height: auto;
	margin-left: 18px;
}

#footer .sub {
	/*padding: 66px 0 2rem 0;*/
	padding: 3rem 0 0 0;
}

#footer .sub p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1rem;
	color: #fff;
}

#footer .sub p a {
	color: #fff;
	text-decoration: none;
}

#footer .sub p a:hover, #footer .sub p a:active {
	text-decoration: underline;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* Footer */
	#footer {
		min-height: auto;
		padding-bottom: 27px;
	}

	/*#footer .header img {
		width: 104px;
		top: -16px;
	}*/

	#footer .header h2 {
		max-width: 636px;
		font-size: 1.12875rem;
		line-height: 1.6875rem;
	}

	#footer .header h2 span {
		font-size: 1.410625rem;
	}

	#footer .main {
		padding: 55px 53px 0 53px;
	}

	#footer .main h3 {
		margin-bottom: 4px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	#footer .main .cpt {
		padding-top: 83px;
	}

	#footer .main p.link {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	#footer .main p.link i {
		margin-right: 11px;
		font-size: 1.294375rem;
	}

	#footer .main p.link.green {
		margin-bottom: 19px;
	}

	#footer .main .linkedin {
		margin-top: 13px;
		font-size: 1.6875rem;
	}

	#footer .logo-wrapper {
		padding-top: 14px;
	}

	#footer .logo-wrapper img.img1 {
		width: 51px;
	}

	#footer .logo-wrapper img.img2 {
		width: 92px;
		margin-left: 13px;
	}

	#footer .sub {
		padding: 2rem 0 0 0;
	}

	#footer .sub p {
		font-size: .75rem;
		line-height: .875rem;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	#footer .header h2 {
		margin: 0 auto;
	}

	#footer .main {
		padding: 32px 0 0 0;
		text-align: center;
	}

	#footer .main .cpt {
		padding-top: 15px;
	}

	#footer .main p.link.blue {
		margin-top: 16px;
	}

	#footer .main .linkedin {
		display: none;
	}

	#footer .main .linkedin.i2 {
		margin-top: 1.5rem;
		display: block;
	}

	/*#footer .sub {
		padding: 50px 0 2rem 0;
	}*/

	#footer .sub p {
		font-size: .625rem;
	}
}