/* line 3, ../sass/footer.scss */
footer {
background: #EDEDED;
}
footer, footer a, footer a:hover, footer a:focus {
  color: #0058AA;}
/* line 6, ../sass/footer.scss */
footer .container {
  padding-top: 33px;
}
/* line 9, ../sass/footer.scss */
footer .social_icons {
  margin-top: 10px;
}
/* line 11, ../sass/footer.scss */
footer .social_icons img {
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
footer ul li:before{
  display: none;
}
footer svg{
  float: left;
  margin-right: 10px;
}



.footer_phones{
  display: flex;
  max-width: 378px;
  margin-right: 52px;
}
.footer_email, .footer_logo_wrap, .box.contacts{
  margin-top: 0px;
}
.other_buttons_wrap{
  margin-top: 0px;
}
 footer .other_buttons_wrap p, .footer_email p{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 131.19%;
  color: #222;
  margin-bottom: 0px;
}
.box.contacts .footer_phones p{
    font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 131.19%;
  color: #222;
  margin-bottom: 0px;
}
.box.contacts .footer_phones a{
  display: block;
}
.box.contacts .footer_phones div:nth-child(1){
  width: 171px;
  margin-right: 25px;
}
.box.contacts .footer_phones div:nth-child(2){
  width: 181px;
}
.all_rights{
    font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
/* or 23px */


color: #242424
}
.alright{
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 130%;
/* or 23px */


color: #242424
}

.all_rights-wrapper a{
  text-decoration: underline;
}
/* line 17, ../sass/footer.scss */
footer .col-md-12{
  padding-top: 50px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  align-items: center
}
footer .col-md-12 div{
  width: auto;
  display: flex;
  align-items: center
}
footer .col-md-12 div p, footer .col-md-12 div a{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 210%;
  margin-bottom: 0px;


  color: #242424;
}
footer .col-md-12 img{
  margin-right: 13px;
}
 footer .other_buttons_wrap svg{
  float: none;
  position: relative;
  top: 3px;
  margin-right: 7px;
}
/* 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 */

/* line 36, ../sass/footer.scss */

/* line 38, ../sass/footer.scss */
footer .contacts div {
  font: 16px/30px Roboto Condensed;
}
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;
}
.grey-tabs-menu{
  padding-bottom: 33px;
  border-bottom: 1px solid #CFCFCF;
}
.grey-tabs-menu ul{
  padding-left: 0px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.grey-tabs-menu ul a nobr{
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */

  letter-spacing: 0.007em;
  text-transform: uppercase;

  color: #242424;
}
footer div.grey-tabs-menu a:hover nobr, footer .col-md-12 div a:hover, .topline-middle div a:hover{
  color: #006BCE
}
/* line 54, ../sass/footer.scss */
.footer_copyright {
  background: #E4E4E4;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  color:#222;
  font:13px/30px Roboto Condensed;
}
.footer_copyright a, .footer_copyright a:hover{
	color:#006BCE;
}
.footer_copyright a:hover{
	text-decoration:underline;
}
/* line 60, ../sass/footer.scss */
.footer_copyright .alfa_title {
  text-align: right;
}
/* line 63, ../sass/footer.scss */


@media (max-width: 1199px) {
  /* line 69, ../sass/footer.scss */
  footer .other_buttons_wrap {
    /*width: 100%;*/
  }
  .grey-tabs-menu ul a nobr{
    font-size: 16px;
  }
  footer .col-md-12{
    flex-wrap: wrap
  }
  footer .col-md-12 div{
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  footer .col-md-12{
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  footer .col-md-12 div{
    margin-right: 15px;
  }
  .grey-tabs-menu{
    display: none;
  }
  footer .col-md-12{
    padding-top: 0px;
  }
  /* line 75, ../sass/footer.scss */
  .footer_copyright {
    padding: 15px 0px;
    line-height: 20px;
  }

  /* line 79, ../sass/footer.scss */
  #bx-composite-banner {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .all_rights, .all_rights-wrapper{
    text-align: center;
  }
  .footer_copyright .row{
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
  }
  .footer_copyright .alfa_title, .alright{
    text-align: center;
    margin-top: 10px;
  }
  footer{
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  /* line 88, ../sass/footer.scss */
  .footer_copyright .alright {
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .col-md-12 div{
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  footer .col-md-12 div img{
    position: relative;
    top: 7px
  }
  /* line 95, ../sass/footer.scss */
  .alfa_title {
    /*display: none;*/
  }
  .footer_copyright .alfa_title {
		text-align: center;
		float:left;
	}
}
@media (max-width:400px) {
  footer .other_buttons_wrap {
		width: 100%;
		margin:30px 0;
    margin-bottom: 0px;
	}
}