footer {
  min-height: 235px;
  background-color: black;
  color: white;
  font-size: 14px;
  padding-top: 35px;
  margin-top: 100px;
}
footer .container {
  text-align: justify;
}
footer .container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bot_logo {
  width: 195px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.bot_contacts {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: left;
}
.bot_contacts li:not(:last-child) {
  margin-bottom: 18px;
}
.bot_contacts .tels {
  margin-bottom: 30px;
}
.bot_contacts i {
  float: left;
}
.bot_contacts ul {
  float: left;
  margin-left: 15px;
}
.bot_menu {
  display: inline-block;
  vertical-align: top;
}
.bot_menu li:not(:last-child) {
  margin-bottom: 15px;
}
.bot_menu a,
.bot_menu p {
  text-decoration: none;
  color: white;
  cursor: pointer;
  margin: 0;
}
.bot_menu a:hover,
.bot_menu p:hover {
  color: #ed8701;
}
.bot_menu a.active,
.bot_menu p.active {
  color: #ed8701;
}
.bot_menu .dropped_menu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.bot_menu .dropped_menu li {
  display: block;
  float: none;
  margin: 0;
  background-color: black;
}
.bot_menu .dropped_menu li a {
  color: white;
  line-height: 30px;
  padding: 5px 10px;
}
.bot_menu .dropped_menu li a:hover {
  color: #ed8701;
}
.bot_menu .dropped_menu li:first-child {
  margin-top: 10px;
}
.bot_socials {
  display: inline-block;
  vertical-align: top;
}
.bot_socials a {
  font-size: 40px;
}
@media (max-width: 1170px) {
  footer .container {
    text-align: center;
  }
  .bot_socials {
    margin-top: 30px;
  }
}
@media (max-width: 740px) {
  .bot_contacts {
    margin-top: 20px;
  }
  .bot_contacts li:not(:last-child) {
    margin-bottom: 15px;
  }
  .bot_contacts .tels {
    margin-bottom: 15px;
  }
  .bot_menu {
    margin-top: 30px;
    font-size: 18px;
  }
  .bot_menu li:not(:last-child) {
    margin-bottom: 5px;
  }
}
