footer {
	font-size: 12px;
	color: #000;
	margin-top: 30px;
	border-top: 5px solid #ffda4e;
}

footer > .container {
	padding-top: 41px;
	padding-bottom: 51px;
}

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

footer .footer-text-block {
	margin-top: 13px;
}

footer .footer-block-title {
	margin-bottom: 2px;
}

footer .social_icons img {
	padding: 4px;
	-webkit-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

footer .social_icons img:hover {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

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;
}

@media (min-width: 768px) {
	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 {
	margin-top: 10px;
}

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

footer .contacts .phone a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

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

footer .footer_copyright {
	padding: 23px 0;
	background-color: #f6f6f6;
}

@media (max-width: 560px) {
	footer .foot-xxs-12 {
		width: 100%;
	}

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

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

@media (min-width: 768px) {
	footer .b-aclogo .b-aclogo__icon {
		display: block;
	}

	footer .b-aclogo .b-aclogo__text {
		display: block;
		margin-top: -13px;
		margin-left: 67px;
		text-align: center;
	}
}

.flpl {
	fill: #ffda4e;
}

.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) {
	.sm-top_footer {
		margin-bottom: 0;
	}

	footer {
		margin-top: 15;
	}

	footer .col-sm-12.sm-bot_footer .col:last-child {
		margin-bottom: 0;
	}

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

	footer > .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	footer .footer-block-title {
		display: none;
	}

	footer .contacts,
	footer .footer-text-block {
		margin-top: 0;
	}

	footer .footer_copyright {
		padding: 10px 0;
	}
}
