.footer_contacts
{
  width: 321px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
  font-size: 14px;
}

.footer_contacts_phone
{
   padding: 0 0 0 20px;
   margin-bottom: 10px;
   background: url("../img/icons/icon_tel.png") 0 2px no-repeat;
}

.footer_contacts_address
{
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  background: url("../img/icons/icon_map.png") 0 2px no-repeat;
}

.footer_contacts_email
{
  padding: 0 0 0 20px;
  background: url("../img/icons/icon_mail.png") 0 5px no-repeat;
}

.footer_work_time
{
  margin-top: 15px;
  padding: 0 0 0 20px;
  font-size: 14px;
  background: url("../img/icons/icon_clock.png") 0 2px  no-repeat;
}

.footer_work_time span
{
  color: #818181;
}

@media (max-width: 1000px)
{

  .footer_contacts,
  .footer_work_time
  {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0;
    border: none;
  }

  .footer_contacts a
  {
    white-space: nowrap;
  }
}

@media (max-width: 600px)
{
  .footer_contacts
  {
    width: 100%;
  }

  .footer_work_time
  {
    float: none;
    clear: both;
    width: 250px;
    padding-top: 20px;
    background-position: 0 22px;
    margin: 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 450px)
{
  .footer_contacts
  {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: auto;
    border-bottom: 1px solid #ccc;
  }

  .footer_work_time
  {
    padding-top: 0;
    background-position: 0 2px;
  }
}