.footer{
	margin-top: auto;
	background-color: var(--main-color-blue-grey);
}
.footer .footer-menu .acc{
	width: 15%;
}
.footer .footer-menu .caption{
	color: #2A333B;
	line-height: 25px;
	font-family: var(--main-medium-font), arial, sans-serif;
	clear: both;
	margin: 10px 0;
	display: block;
	background-color: #FFF;
	border-radius: var(--main-border-radius);
}
.footer .footer-menu .acc ul{
	margin-bottom: 16px;
}
.footer .price-footer{
	padding-left: 28px;
}
.footer .price-footer a{
	height: 30px;
	display: block;
}
.footer .footer-menu .phone-holder{
	margin: 0 0 15px;
}
.footer .footer-menu .phone-holder > span:not(:first-child){
	margin-top: 10px;
}
.footer .footer-menu .contacts span:not(.caption),
.footer .footer-menu .contacts em,
.footer .footer-menu .contacts .phone-holder a{
	color: #FFF;
	font-size: 13px;
	width: 100%;
	clear: both;
	display: block;
	padding-left: 10px;
	line-height: 16px;
}
.footer .footer-menu .contacts em{
	padding-left: 10px;
}
.footer .footer-menu ul li{
	position: relative;
	padding-left: 20px;
}
.footer .footer-menu ul li:before{
	position: absolute;
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #FFF;
	left: 5px;
	top: 7px;
}
.footer .footer-menu ul li a{
	text-decoration: underline;
	width: 100%;
	color: #FFF;
	font-size: 13px;
	line-height: 1em;
}
.footer .footer-menu ul li.stand-out-item{
	font-family: var(--main-bold-font);
}
.footer ul li a:hover{
	text-decoration: none;
}
.footer .footer-menu .btn{
	--primery-color: var(--main-color-blue);
	width: 160px;
	margin-top: 50px;
	font-size: 13px;
}
.footer .footer-menu .arrow{
	display: none;
}
@media (min-width: 1001px){
	.footer .footer-menu{
		display: flex;
		justify-content: space-between;
	}
	.footer .footer-menu .caption{
		text-align: center;
	}
}
@media screen and ( max-width: 1000px){
	.footer .footer-menu .phone-holder,
	.footer .footer-menu .contacts em,
	.footer .footer-menu .caption:after,
	.footer .footer-menu ul li:before,
	.footer .diller .caption,
	.footer .footer-menu .contacts{
		display: none;
	}
	.footer > .wrap,
	.footer .container{
		padding: 0;
	}
	.footer .footer-menu{
		top: 0;
	}
	.footer .footer-menu .acc{
		width: 100%;
		margin: 0;
	}
	.footer .footer-menu .acc ul{
		display: none;
		margin-bottom: 0;
	}
	.footer .footer-menu .btn,
	.footer .footer-menu .caption{
		position: relative;
		margin: 0;
		padding: 10px 0 10px 90px;
		height: 50px;
		width: 100%;
		color: #FFF;
		line-height: 34px;
		font-family: var(--main-light-font);
		font-size: 16px;
		background-color: transparent;
		border-bottom: 1px solid #3D4A56;
		border-radius: 0;
		text-transform: uppercase;
	}
	.footer .footer-menu .btn{
		display: block;
		max-width: initial;
		color: #FFF;
		text-align: left;
		border-top: 0 none;
		margin-top: 0;
		position: relative;
	}
	.footer .footer-menu .btn:hover{
		background-color: #2A333B;
	}
	.footer .footer-menu .btn:before,
	.footer .footer-menu .contacts .caption:before,
	.footer .footer-menu .about .caption:before,
	.footer .footer-menu .help .caption:before,
	.footer .footer-menu .service .caption:before{
		position: absolute;
		display: block;
		content: '';
		background: url('../../../images/sprite-main-1.png') no-repeat;
	}
	.footer .footer-menu .contacts .caption:before{
		top: 14px;
		left: 34px;
		background-position: -30px -92px;
		width: 20px;
		height: 19px;
	}
	.footer .footer-menu .about .caption:before{
		width: 23px;
		height: 17px;
		background-position: 0 -126px;
		left: 33px;
		top: 16px;
	}
	.footer .footer-menu .help .caption:before{
		width: 11px;
		height: 22px;
		background-position: -33px -121px;
		left: 38px;
		top: 13px;
	}
	.footer .footer-menu .service .caption:before{
		width: 20px;
		height: 20px;
		background-position: -30px -32px;
		left: 35px;
		top: 14px;
	}
	.footer .footer-menu .btn:before{
		width: 20px;
		height: 22px;
		background-position: -30px 0;
		left: 35px;
		top: 14px;
	}
	.footer .diller .btn:hover,
	.footer .diller .btn:active,
	.footer .footer-menu .caption:hover,
	.footer .footer-menu .caption:active{
		color: #40AAE6;
	}
	.footer .footer-menu .arrow{
		display: block;
		width: 100%;
		height: 50px;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer .footer-menu .arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		display: flex;
		align-items: center;
		font-family: 'fontello';
		content: '\e80a';
		font-size: 20px;
	}
	.footer .footer-menu .opened{
		border-bottom: 1px solid #3D4A56;
	}
	.footer .footer-menu .opened .arrow::after{
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.footer .footer-menu ul li{
		padding: 0;
	}
	.footer .footer-menu ul li a{
		text-decoration: none;
		color: #09335B;
		font-family: var(--main-light-font);
		font-size: 14px;
		height: 40px;
		display: block;
		border-bottom: 1px solid #F2F2F2;
		padding: 12px 0 0 90px;
		background-color: #FFF;
	}
	.footer .footer-menu ul li a:active{
		background-color: #FDFDFD;
	}
}