
/* footer */

footer {
	/* Visual */
	background-color: #000;
	padding: 50px 0;
}

footer .foo-top-part {
	/* Box-model */
	display: block;
	/* Visual */
	margin: 0 0 18px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #171717;
}

.foo-top-part .foo-logo {
	/* Box-model */
	display: block;
	float: left;
}

.foo-top-part .social-icon-part {
	/* Box-model */
	display: block;
	float: right;
}

.social-icon-part a {

	/* Box-model */
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height:auto;

	/* Typography */
	font-size: 0;
	line-height: 1;

	/* Visual */
	padding: 9px 0;
	color: #fff;
	border: 1px solid rgba(105, 111, 123, 0.65);
	border-radius: 50%;
	margin: 0 3px;
	text-align: center;
}

.social-icon-part a:before{

	font-size: 18px;
	line-height: 1;
}

.social-icon-part a:hover {

	/* Visual */
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

footer .foo-mid-part{ display: block; }

footer .foo-left-part { float: left; }

.foo-left-part .foo-info-part {

	/* Box-model */
	display: block;
	width: 400px;
}

.foo-info-part .foo-info-left {

	/* Box-model */
	float: left;
	width: 150px;
}

.foo-info-left .info-call{

	/* Box-model */
	display: block;

	/* Typography */
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;

	/* Visual */
	margin: 0;
	color: #fff;
}

.foo-info-left h4 {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	/* Visual */
	color: #fff;
	margin: 0;
}

.foo-info-left p {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	/* Visual */
	margin: 0 0 20px 0;
}

.foo-info-left .foo-info-mail {
	/* Box-model */
	display: inline-block;
	vertical-align: top;
	/* Typography */
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: underline;
	/* Visual */
	margin: 0;
	color: #fff;
}

.foo-info-left .foo-info-mail:hover{ text-decoration: none; }

.foo-info-part .foo-info-right {
	/* Box-model */
	float: right;
	width: 130px;
}

.foo-info-right p{

	/* Box-model */
	display: block;

	/* Typography */
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;

	/* Visual */
	margin: 0 0 20px 0;
}

.foo-info-right .right-part-row {
	/* Box-model */
	display: block;
	/* Visual */
	margin: 0 0 20px 0;
}

.right-part-row h4 {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	/* Visual */
	margin: 0;
	color: #fff;
}

.right-part-row .info-call {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	/* Visual */
	margin: 0;
	color: #fff;
}

footer .foo-right-part {
	/* Box-model */
	float: right;
	width: 250px;
}

.foo-right-part .support-row {
	/* Box-model */
	display: block;
	/* Visual */
	text-align: right;
	margin: 0 0 10px 0;
}

.foo-right-part p{

	/* Box-model */
	display: block;

	/* Typography */
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;

	/* Visual */
	margin: 0 0 20px 0;
}

.support-row h4 {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	/* Visual */
	margin: 0;
	color: #fff;
}

.support-row a {
	/* Box-model */
	display: block;
	/* Typography */
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	/* Visual */
	color: #fff;
	margin: 0;
}

footer .foo-bottom-part{

	/* Box-model */
	display: block;

	/* Visual */
	padding: 15px 0 0 0;
}

.foo-bottom-part p{

	/* Typography */
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;

	/* Visual */
	color: #fff;
}

footer .foo-info-mail{

	/* Box-model */
	display: inline-block;
	vertical-align: top;

	/* Typography */
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: underline;

	/* Visual */
	margin: 0;
	color: #fff;
}

footer .foo-info-mail:hover{ text-decoration: none; }

footer .container {
	width: 1150px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
}

footer .cf:after {
    clear: both;
}

footer .cf:after, .cf:before {
    display: table;
    content: '';
}

footer .foo-info-mail { text-decoration: none; }
.social-icon-part a { border: 1px solid #222222; }
footer { padding: 55px 0; }
.social-icon-part a { margin: 0 2px; }
.foo-info-left h4 { line-height: 26px; }
.foo-info-left p { line-height: 22px; }
.foo-left-part .foo-info-part { width: 380px; }
.foo-info-right .right-part-row { margin: 0 0 10px 0; }
.support-row a { line-height: 20px; }
footer .foo-bottom-part { padding: 30px 0 0 0; }

/* Mobile */

@media(max-width:640px){

	/* footer part */

	.foo-top-part .foo-logo{

		/* Box-model */
		display: block;
		float: none;

		/* Visual */
		margin: 0 0 30px 0;
		text-align: center;

	}

	.foo-top-part .foo-logo img{ margin: 0 auto; }

	.foo-top-part .social-icon-part{

		/* Box-model */
		display: block;
		float: none;

		/* Visual */
		text-align: center;
	}

	footer .foo-left-part{

		/* Box-model */
		display: block;
		float: none;
		width: 100%;
	}

	.foo-left-part .foo-info-part{

		/* Box-model */
		display: block;
		float: none;
		width: 100%;
	}

	.foo-info-part .foo-info-left{

		/* Box-model */
		display: block;
		float: none;
		width: 100%;

		/* Visual */
		margin: 0 0 20px 0;
	}

	.foo-info-part .foo-info-right{

		/* Box-model */
		display: block;
		float: none;
		width: 100%;
	}

	footer .foo-mid-part{ text-align: center; }

	footer .foo-right-part{

		/* Box-model */
		display: block;
		float: none;
		width: 100%;
	}

	.foo-right-part .support-row{ text-align: center; }

}