.footer{
	margin-top: auto;
}
.footer .wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .footer-holder,
.footer .footer-menu{
	width: 48%;
}
.footer-holder,
.footer .footer-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .all-countries{
	background: url(../../../images/img-map.jpg) 90% 50% no-repeat;
}
.footer .footer-block,
.footer .footer-menu .acc{
	width: 45%;
	margin-bottom: 15px;
}
.footer .footer-block .topic,
.footer .footer-block span{
	color: #4A5255;
	font-family: 'HelveticaNeueCyr-Medium', arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.9em;
	font-weight: normal;
	clear: both;
	width: 100%;
	display: block;
}
.footer .footer-block .topic{
	margin-bottom: 10px;
	line-height: 1.2em;
}
.footer .footer-block span{
	line-height: 1.2em;
	font-family: 'HelveticaNeueCyr-Light', arial, sans-serif;
}
.footer .footer-block span b{
	font-weight: bolder;
	font-family: 'HelveticaNeueCyr-Medium', arial, sans-serif;
}
.footer .foot-btn{
	color: #4A5255;
	border: 1px solid #4A5255;
	height: 37px;
	line-height: 37px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}
.footer .foot-btn:hover{
	color: #FFF;
	background: #0A3B6A;
}
.footer .foot-btn:active{
	color: #FFF;
	background: #09335B;
}
.footer .dealer ul li{
	display: inline-block;
	width: 45%;
	margin-right: 5%;
}
.footer .dealer ul.become li{
	width: 100%;
}
.footer .dealer ul li a{
	color: #4A5255;
	line-height: 1em;
	text-decoration: underline;
}
.footer .dealer .foot-btn small{
	display: none;
}
.footer .dealer,
.footer .footer-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-menu .caption{
	color: #4A5255;
	font-size: 1.3em;
	line-height: 1.5em;
	border-bottom: 2px solid #F2F2F2;
	font-family: 'HelveticaNeueCyr-Medium', arial, sans-serif;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	font-weight: normal;
	display: block;
}
.footer-menu .caption::after{
	position: absolute;
	content: "";
	display: block;
	width: 82px;
	height: 2px;
	bottom: -2px;
	left: 0;
}
.footer-menu .acc .caption::after{
	background: #09335B;
}
.footer-menu .contacts span:not(.caption),
.footer-menu .contacts em{
	color: #4A5255;
	font-size: 13px;
	width: 100%;
	clear: both;
	display: inline-block;
}
.footer-menu .contacts em{
	font-style: normal;
}
.footer .footer-menu .phone-holder > span:not(:first-child){
	margin-top: 10px;
}
.footer-menu ul li a{
	text-decoration: underline;
	width: 100%;
	color: #4A5255;
	font-size: 13px;
	line-height: 1em;
}
.footer-menu ul li a:hover,
.footer-block ul li a:hover{
	text-decoration: none;
}
.footer-menu .arrow{
	display: none;
}
@media screen and (min-width: 1001px){
	.footer{
		padding-top: 15px;
	}
	/*Style for Home Page*/
	.main-with-sidebar .footer .wrap{
		padding-left: 300px;
	}
	.main-with-sidebar .footer .footer-holder{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 10px;
	}
	.main-with-sidebar .footer .footer-holder .all-countries{
		width: 50%;
		background-position: 10px 50%;
	}
	.main-with-sidebar .footer .dealer{
		width: 50%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.main-with-sidebar .footer .footer-block{
		max-width: 275px;
		height: 100%;
		margin: 0 0 0 8%;
	}
	.main-with-sidebar .footer .all-countries .footer-block{
		margin-left: 55%;
	}
}
/*Style for Home Page*/
@media (min-width: 1025px){
	.main-with-sidebar .footer .wrap{
		padding-left: 330px;
	}
}
@media (max-width: 1380px){
	.main-with-sidebar .footer .footer-holder .dealer{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	.main-with-sidebar .footer .footer-holder .all-countries{
		max-width: 245px;
		background-size: contain;
		background-position: 10px 0;
		text-align: center;
	}
	.main-with-sidebar .footer .all-countries .footer-block__holder span{
		display: inline-block;
		width: auto;
		margin-left: 5px;
	}
	.main-with-sidebar .footer .footer-block{
		width: 100%;
		max-width: 255px;
	}
	.main-with-sidebar .footer .all-countries .footer-block{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}
	.main-with-sidebar .footer .all-countries .footer-block .topic,
	.main-with-sidebar .footer .all-countries .footer-block .foot-btn{
		display: none;
	}
}
@media (max-width: 1180px){
	.main-with-sidebar .footer .footer-holder .all-countries{
		max-width: 200px;
	}
}
/*--------------------------*/
@media screen and (max-width: 1024px){
	.footer-block{
		width: 47%;
		margin-right: 3%;
	}
}
@media screen and (max-width: 1000px){
	.footer .wrap{
		padding: 0;
		display: block;
	}
	.footer .footer-holder,
	.footer .footer-menu{
		display: block;
		width: 100%;
	}
	.footer .footer-block{
		width: 100%;
		margin: 0;
	}
	.footer .footer-menu .acc{
		width: 100%;
		margin: 0;
	}
	.footer .footer-menu div ul{
		display: none;
	}
	.footer .foot-btn,
	.footer .footer-menu .caption{
		position: relative;
		margin: 0;
		padding: 0 0 0 55px;
		height: 50px;
		width: 100%;
		font-family: 'HelveticaNeueCyr-Light';
		font-size: 1.15em;
		line-height: 50px;
		color: #444B4E;
		text-align: left;
		text-transform: uppercase;
		border: 0 none;
		border-bottom: 1px solid #DBDBDB;
	}
	.footer .dealer .foot-btn small{
		display: inline-block;
		font-size: inherit;
	}
	.footer .dealer .foot-btn:before,
	.footer .footer-menu .caption:before{
		position: absolute;
		display: block;
		content: "";
		top: 9px;
		left: 12px;
		background: url(../../../images/sprite1024.png) -209px 0 no-repeat;
		width: 30px;
		height: 30px;
	}
	.footer .dealer .foot-btn:before{
		background-position: -249px 0;
	}
	.footer .footer-menu .caption:before{
		width: 36px;
		height: 31px;
	}
	.footer .footer-menu .contacts .caption:before{
		background-position: -286px 0;
	}
	.footer .footer-menu .clients .caption:before{
		background-position: -332px 0;
	}
	.footer .footer-menu .about .caption:before{
		background-position: -378px 0;
	}
	.footer .footer-menu .infocenter .caption:before{
		background-position: -424px 0;
	}
	.footer .footer-menu .caption:active{
		background: #EAEAEA;
	}
	.footer .footer-menu ul li a{
		text-decoration: none;
		color: #09335B;
		font-family: 'HelveticaNeueCyr-Light';
		font-size: 1em;
		line-height: 2.6em;
		display: inline-block;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 0 0 8%;
	}
	.footer .footer-menu ul li a:active{
		background: #FDFDFD;
	}
	.footer .footer-menu .arrow{
		display: block;
		width: 100%;
		height: 50px;
		background: url(../../../images/sprite-arrow.png) 96% 20px no-repeat;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer .footer-menu .opened .arrow{
		background-position: 96% -55px;
	}
	.footer .all-countries,
	.footer .footer-block .topic,
	.footer .dealer ul,
	.footer .footer-menu .phone-holder,
	.footer .footer-menu .contacts em,
	.footer .footer-menu .caption:after{
		display: none;
	}
	/*Style for Home Page*/
	.main-with-sidebar .footer .footer-holder .all-countries,
	.main-with-sidebar .footer .footer-holder .dealer,
	.main-with-sidebar .footer .footer-block{
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 960px){
	.footer-block .topic,
	.footer-block span,
	.footer-menu .caption{
		font-size: 1.2em;
	}
}