@import url("https://use.typekit.net/yvd3hji.css");

.footer {
  background-color: #161C21;
  color: #fff!important;
  font-family: korolev, sans-serif;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-left > * {
  margin-right: 17.5px;
}

.footer-right a {
  margin: 0 17.5px;
}

.footer-right a:last-child {
  margin-right: 0;
}


.contact a {
  display: flex;
  align-items: center;
}

.footer ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.phone-icon {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFFFF!important;
}

@media screen and (max-width: 1023px) {
  .footer {
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
  }
  
  .logo-link {
    display: none;
  }
  
  .contact {
    margin: 0;
}
  
@media screen and (max-width: 676px) {
  .footer {
    flex-direction: row;
/*     justify-content: space-between; */
    align-items: flex-start;
    padding: 20px;
  }
  
  .footer-left {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 25px;
  }
  
  .footer-left > * {
    padding: 10px 0;
  }
  
  .copyright {
    order: 2;
  }
  
  .footer-right {
    margin-left: 25px;
  }
  
  .footer-right a {
    margin: 0;
  }
  
  .footer ul {
    flex-direction: column;
    margin: 0;
  }
  
  .footer ul li {
    padding: 10px 0;
}