.footer {
  background: #454546;
  padding: 60px 0;
}

.footer .header_logo_title,
.footer .header_logo_text {
  color: #ffffff;
}

.footer .header_logo .ic {
  border-right: 1px solid #ffffff;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.footer_nav {
  display: flex;
  min-width: 842px;
  max-width: 842px;
  justify-content: space-between;
}

.footer .item_title {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #9F9FA2;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.footer_bottom_links a {
  font-size: 18px;
  color: #9F9FA2;
}

.footer .item_list li {
  margin-bottom: 18px;
}

@media screen and (min-width: 1200px) {
  .footer_top_right {
    min-width: 172px;
    max-width: 172px;
  }
}

.footer .item_list a {
  font-size: 16px;
  font-weight: 300;
  color: #9F9FA2;
}

.footer .item_list a:hover {
  color: #ffffff;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  color: #9F9FA2;
  font-weight: 300;
}

.footer_nav_item {
  min-width: 162px;
}

.footer_bottom a {
  color: #9F9FA2;
  font-weight: 300;
}

.footer_bottom a:hover {
  color: #ffffff;
}

.footer_bottom_links {
  display: flex;
}

.footer_bottom_links a {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .footer_nav {
    min-width: 700px;
    max-width: 700px;
  }

  .footer .header_logo {
    margin-left: auto;
  }
}

@media screen and (max-width: 992px) {
  .footer_nav_item {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .header_logo {
    margin-left: 0;
  }

  .main {
    margin-bottom: 40px;
  }
}