.footer{
	width: 100%;
  background: linear-gradient(180deg, #276652 0%, #0e261e 100%);
  border-radius: 25px 25px 0 0;
  padding-top: 58px;
  padding-bottom: 15px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.menu_main_footer_item{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px; 
  display: block;
}
.inner_footer{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; 
  padding-bottom: 33px;   
}
.menu_patients_title{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.about_footer_title{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.menu_patients_footer_item{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.about_footer_item{
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.contacts_footer_phone{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.contacts_footer_address{
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.contacts_footer_time{
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.police_footer{
  border-top: 1px solid #358c70;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
  display: block;
  padding-top: 15px;
  padding-left: 45px;
}
.sitemap_footer {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-left: 45px;
}