/* Footer */
.site-footer {
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.footer-widget-row {
	padding: 100px 0px;
}

/*Ссылки в подвале*/
.site-footer a {
	color: #bfbfbf;
}
.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-logo {
	width: 24%;
	padding-right: 15px;
}
.footer-menu {
	width: 20%;
	padding-right: 15px;
}
.footer-contact {
	width: 26%;
	padding: 0px 15px;
	border-left: 1px solid #797979;
	padding-left: 30px;
}
.footer-map {
	width: 30%;
	overflow: hidden;
}

.footer-logo a {
	display: block;
	max-width: 220px;
}

.footer-menu a {
	padding: 3px 0px;
	display: inline-block;
}

/*Заголовки колонок*/
.footer-title, h4.footer-widgettitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}

/*=========Телефоны=========*/
.footer-contact .tel, .footer-email {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.footer-contact .tel {
	flex-direction: column;
}
.footer-contact .tel::before {
	content: '\e928';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-contact .tel a {
	display: inline-block;
	white-space: nowrap;
	line-height: 30px;
}
/*=========Телефоны ///=========*/

/*=================Email=================*/
.footer-email::before {
	content: '\e919';
	font-family: 'icomoon';
	position: absolute;
	top: 0px;
	left: 0px;
}
.copiright-row {
  background-color: #6600ea;
  padding: 20px 0px 20px;
  position: relative;
}

.footer-map .map-wrap{
	margin-top: -70px;
}
.footer-map iframe {
	width: 100%;
	height: 350px;
}

/*Logo oplat*/
.logo-oplat {
	padding-top: 15px;
	max-width: 170px;
}

.site-footer * {
  color: #fff;
}

.copiright {
	text-align: center;
	font-size: 14px;
	color: #c3c3c3;
}

@media (max-width: 990px) {
	.footer-logo, .footer-menu, .footer-contact, .footer-map  {
		width: 50%;
		margin-bottom: 30px;
	}
	.footer-menu {
		order: 1;
	}
	.footer-contact {
		order: 4;
		padding-left: 0px;
		border: none;
	}
	.footer-logo {
		order: 6;
	}
	.footer-map {
		order: 8;
	}
	.footer-widget-row .container {
		flex-wrap: wrap;
	}
	.footer-widget-row {
	    padding: 50px 0px;
	}
}
@media (max-width: 600px) {
	.footer-logo, .footer-menu, .footer-contact, .footer-map  {
		width: 100%;
		padding: 0px;
	}
	.footer-widget-row .container> div:last-child {
		margin-bottom: 0px;
	}
	.footer-map .map-wrap{
		margin-top: 0px;
	}
}

/*Социальные сети подвал*/
.footer-social {
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer-social a {
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
	margin-right: 20px;
}
.footer-social a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.footer-social a:last-child {
	margin-right: 0;
}
.footer-social a img {
	width: 22px;
}

/*Обратный звонок кнопка*/
.col-back-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 20px;
	width: 55px;
	height: 55px;
	line-height: 61px;
	border-radius: 50%;
	background-color: #ffad05;
	color: #fff;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
	z-index: 999;
}
.col-back-btn:hover {
	transform: scale(1.1);
}
@media (max-width: 480px) {
	.col-back-btn {
		bottom: 10px;
		right: 10px;
		font-size: 15px;
		width: 35px;
		height: 35px;
		line-height: 39px;
	}
}
.footer-map__link {
	display: block;
}

.b24-form-sign {
	display: none!important;
}
.b24-form-content {
	padding-bottom: 30px!important;
}
.b24-form-header-title {
	font-weight: 700!important;
}