footer {
  background: #454d59;
  padding: 68px 0 75px;
  font-family: 'Roboto';
  font-weight: 400;
}

footer .container {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
}

footer ul {
  padding-left: 0;
}

footer a {
  line-height: normal;
}

footer a:hover {
  text-decoration: none;
  transition: .2s;
}

footer ul {
  list-style-type: none;
}

.footer_logo {
  margin-bottom: 35px;
}

.footer_logo img {
  width: auto;
}

.footer_nav ul {
  margin-bottom: 45px;
}

.footer_nav ul li {
  margin-bottom: 11px;
}

.footer_nav ul li a {
  color: #fff;
}

.footer_nav ul li a:hover,
.footer_nav ul li.footer_nav_active a {
  color: #ccc;
}

.footer_nav > a {
  background: #fddc38;
  color: #454d59;
  padding: 9px 30px;
  border-radius: 3px;
}

.footer_nav > a:hover {
  background: #dbbf34;
  color: #454d59;
}

.footer_nav,
.footer_contacts {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-bottom: 58px;
}

.main_footer {
  width: 69%;
  float: left;
}

.footer_contacts h2,
.footer_partners h2 {
  color: #ccc;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 1.4;
  margin-top: 0;
}

.footer_contacts li {
  margin-bottom: 11px;
}

.footer_contacts li span,
.footer_contacts li a {
  display: inline-block;
  width: 45.5%;
  color: #ccc;
  font-weight: 300;
  text-align: left;
}

.footer_contacts li a {
  color: #f8f8f8;
  font-weight: 300;
}

.footer_contacts li a:hover {
  text-decoration: underline;
}

.copy {
  color: #cbcdcf;
  font-weight: 300;
  padding: 37px 0 0 0;
  border-top: 1px solid #58606c;
  margin-right: 59px;
}

.footer_partners {
  float: right;
  width: 31%;
}

.footer_partners a {
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

.footer_partners a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer_partners p {
  color: #cbcdcf;
  font-weight: 300;
  margin-bottom: 22px;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  footer .container {
    width: 970px;
  }
  .main_footer {
    width: 66%;
  }
  .footer_partners {
    width: 32%;
  }
  .copy {
    margin-right: 3px;
  }
}

@media screen and (max-width: 997px) {
  footer .container {
    width: 750px;
  }
  .footer_partners {
    display: none;
  }
  .main_footer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    width: 95%;
  }
  .footer_nav, .footer_contacts {
    width: 100%;
    text-align: center;
  }
  .footer_nav ul,
  .footer_logo {
    text-align: center;
  }
  .footer_nav > a {
    display: inline-block;
  }
  .footer_contacts li span {
    text-align: left;
  }
  .copy {
    text-align: center;
  }
  .footer_contacts ul {
    padding-left: 13%;
  }
}
@media screen and (max-width: 450px) {
  .footer_contacts li span,
  .footer_contacts li a {
    width: 100%;
    margin: 4px 0;
    text-align: center;
  }
  .footer_contacts ul {
    padding-left: 0;
  }
}