/* line 3, ../sass/footer.scss */
footer {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 0px !important;
  /*margin-top: 30px;*/
  background:#fff;
  
}

footer.inner-footer {
  /*margin-top: 30px;*/
  background: linear-gradient(360deg, #FFFFFF -17.99%, rgba(255, 255, 255, 0) 98.27%);
  border-top: 2px solid #ebebeb;
}

footer, footer a {
  color:#242424;
}

/* line 11, ../sass/footer.scss */
footer .social_icons img {
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
/* line 17, ../sass/footer.scss */
footer .other_buttons_wrap {
  /*width: 175px;
  text-align: center;
  margin: 13px 25px;*/
  font-size: 16px;
  margin-top: 13px;
}
/* line 21, ../sass/footer.scss */
footer .other_buttons_wrap .btn, .bottom_subs a {
  width: 100%;
  box-sizing:border-box;
}
footer .other_buttons_wrap .btn.fancyajax{
	 margin-bottom: 8px;
}
/* line 26, ../sass/footer.scss */
footer .footer_logo_wrap {
 /* max-width: 265px;
  height: 50px;
  border-bottom: 2px solid #0084c9;*/
}
/* line 30, ../sass/footer.scss */
footer .footer_logo_wrap img {
  max-width: 83px;
  max-height: 90%;
  margin-bottom: 10px;
}
/* line 36, ../sass/footer.scss */
footer .contacts {
  margin-top: 0px;
  margin-left: 40px;
}
/* line 38, ../sass/footer.scss */
footer .contacts div {
  font: 16px/20px Roboto Regular;
}
footer .other_buttons_wrap a{
	
	text-decoration: none;
	
	
}


footer .sitemap {
	margin-top: 10px;
}


footer .contacts div.phone {
  font: 24px/24px Roboto Condensed;
}
/* line 40, ../sass/footer.scss */
footer .contacts .phone span {
  color: #0084c9;
}
/* line 43, ../sass/footer.scss */
footer .contacts .phone a {
  text-decoration: none;
}
/* line 49, ../sass/footer.scss */
footer .bottom_subs, footer .facebook-wrapper {
  margin-top: 10px;
}

/* line 54, ../sass/footer.scss */
.footer_copyright {

  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  background: linear-gradient(0deg, #EBEBEB 0%, #FAFAFA 153.7%), #EBEBEB;
  color:#242424;
  font-size: 18px;
  
}



ul.footer-menu li {
	font-size: 18px;
	margin-bottom: 19px;
	float: left;
    padding: 5px;
}


.footer_copyright a, .footer_copyright a:hover{
	/*color:#fff;*/
}
.footer_copyright a:hover{
	text-decoration:underline;
}
.alfa_title a {
 
  text-decoration: underline !important;
}

/* line 60, ../sass/footer.scss */
.footer_copyright .alfa_title {
  text-align: right;
}
/* line 63, ../sass/footer.scss */
.footer_copyright a {
  text-decoration: none;
}

@media (max-width: 1199px) {
  /* line 69, ../sass/footer.scss */
  footer .other_buttons_wrap {
    /*width: 100%;*/
  }
}
@media (max-width: 991px) {
  /* line 75, ../sass/footer.scss */
  .footer_copyright {
    padding: 14px 0px;
    line-height: 20px;
  }

  /* line 79, ../sass/footer.scss */
  #bx-composite-banner {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 88, ../sass/footer.scss */
  .footer_copyright .alright {
    text-align: right;
  }
}
@media (max-width: 767px) {
  /* line 95, ../sass/footer.scss */
  .alfa_title {
    /*display: none;*/
  }
  .footer_copyright .alfa_title {
		text-align: left;
		float:left;
	}
}
@media (max-width:400px) {
  footer .other_buttons_wrap {
		width: 100%;
		margin:30px 0;
	}
}


ul.footer-menu {
	margin: 0;
    padding: 0;
    list-style: none;
	overflow:hidden;
}

.social-wrapper {border-top: 1px solid #4b4b4b; margin-top: 25px;}

footer ul.footer-menu li:nth-child(4) {margin-right: 78px; }

footer .box.logo .logo-text {
	font-weight: 500;
	font-size: 18px;
	color: #242424;
	text-transform: none;}
	
footer .box.logo > .in {
    display: inline-block;
    margin-right: 32px;
}

footer .row-menu {margin-top:37px;}
ul.footer-menu {
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;}
	
	
.contacts-col {
	display: flex;
    justify-content: space-between;
	padding-top: 22px;}
	
.col-map {text-align: right;}	
.map-footer {display: inline-block; padding-left: 40px; background: url(/bitrix/templates/cor/images/sitemap.svg) no-repeat; font-weight: 500; }	
	