footer {
	margin-top: 30px;
	padding-bottom: 20px;
	padding-top: 30px;
	border-top: 5px solid #4ba82e;
	background-color: #001b2e;
	background-image: url("../img/bg_footer.jpg");
	color: #838383;
	font-size: 12px;
}

footer .svg-location {
	width: 30px;
	height: 30px;
	fill: #4ba82e;
	margin-top: 1em;
}

footer .fot_title {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	text-align: right;
}

footer .fot_title em {
	font-style: normal;
	float: left;
}

footer .fot_title::before,
footer .fot_title::after {
	display: table;
	content: '';
	clear: both;
}

footer .fot_title i {
	display: none;
}

footer .fot_addr {
	color: #b2b2b2;
}

footer .fot_addr > div {
	padding: 5px 0px;
	padding-left: 24px;
	margin-bottom: 5px;
}

footer .fot_addr-icon {
	-webkit-background-size: 24px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

footer .addr-icon--phone {
	background-image: url('../img/old-typical-phone.svg');
}

footer .addr-icon--geo {
	background-image: url('../img/placeholder-filled-point.svg');
	background-position: left 8px;
}

footer .addr-icon--mail {
	background-image: url('../img/close-envelope.svg');
}

footer .addr-icon--url {
	background-image: url('../img/world-web.svg');
}

footer ul.left-menu li {
	background: transparent;
	padding: 2px 0px;
	line-height: 25px;
}

footer ul.left-menu li a {
	color: #b2b2b2 !important;
	font-weight: 400;
}

footer .social_icons div {
	margin-bottom: 10px;
}

footer .social_icons img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 40px;
	height: 40px;
}

footer .social_icons img:hover {
	transform: translateY(-3px);
}

footer .other_buttons_wrap {
	width: 60%;
	text-align: center;
	margin: 15px auto;
}

footer .other_buttons_wrap .btn {
	width: 100%;
	margin-bottom: 5px;
}

footer .block_logo {
	max-width: 255px;
}

footer .block_logo .footer_logo_wrap {
	max-width: 265px;
	height: 100px;
}

footer .block_logo .footer_logo_wrap svg {
	max-width: 85%;
	max-height: 100px;
}

footer .block_logo .footer_logo_wrap img {
	max-width: 85%;
	max-height: 90%;
	margin-bottom: 10px;
}

footer .contacts .phone {
	font-size: 20px;
}

footer .contacts .phone a {
	text-decoration: none;
	color: #fff;
}

footer .contacts a {
	color: #b2b2b2;
	text-decoration: none;
}

footer .footer_copyright {
	margin-top: 30px;
}

footer .social_icons {
	margin-top: 15px;
}

footer .bottom_subs .form-control {
	background: transparent;
	border-color: #fff;
}

footer .bottom_subs .form-control:focus {
	background: #fff;
	color: #000;
}

footer .embed {
	border: 1px solid #b2b2b2;
}

.footer_copyright .container {
	position: relative;
}

.footer_copyright .container::before {
	left: 15px;
	right: 15px;
	height: 1px;
	position: absolute;
	top: -20px;
	content: '';
	background: rgba(255, 255, 255, 0.1);
	display: block;
}

footer a:hover {
	text-decoration: underline !important;
}

footer .b-accontacts {
	float: none !important;
	padding: 38px 0;
	padding-left: 25px;
	padding-bottom: 0;
}

footer .b-accontacts .b-accontacts__phone a {
	color: #fff;
}

footer .b-accontacts .b-accontacts__phone a.number {
	text-decoration: none;
	color: #FEC70B;
}

footer .b-accontacts .b-accontacts__phone a .b-header__recall-text {
	display: inline-block;
	vertical-align: top;
}

footer .b-accontacts__phone::after {
	background: url("/bitrix/templates/autocity_default/assets/img/phone-white.svg") 0 0 no-repeat;
	-webkit-background-size: 15px 40px;
	background-size: 15px 40px;
	width: 25px;
	height: 40px;
}

.flpl {
	fill: #4ba82e;
}

.frpl {
	fill: #BBC0C7;
}

.footer-fil3 {
	fill: #BBC0C7;
}

.footer-fil2 {
	fill: #fff;
}

@media (max-width: 1209px) {
	footer .other_buttons_wrap {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.sm-top_footer {
		margin-bottom: 30px;
	}

	.footer_copyright {
		padding: 15px 0px;
		line-height: 20px;
	}

	#bx-composite-banner {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.footer_copyright .alright {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.alfa_title {
		display: none;
	}

	.sm-top_footer {
		margin-bottom: 0;
	}

	footer .col-sm-12 .col {
		margin-bottom: 20px;
	}

	footer .b-accontacts {
		padding-top: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 560px) {
	footer .social_icons {
		float: left;
	}

	footer .foot-xxs-12 {
		width: 100%;
	}

	footer .foot-xxs-2 {
		width: 10%;
	}

	footer .foot-xxs-10 {
		width: 90%;
	}
}

@media (max-width: 480px) {
	footer .b-accontacts .b-accontacts__phone::after {
		display: block;
	}
}