/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/

#footer {
  position: relative;
  color: #f7f6f5;
  background: #212322;
  font-size: var(--14px);
  padding: 40px 20px;
}

#footer .container {
  margin: 0;
  padding: 60px 20px;
  border: 2px solid #f7f6f5;
  max-width: 100%;
}

#footer .footer-nav {
  font-family: "Blair ITC", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .footer-nav li {
  text-align: center;
}

#footer a {
  color: #f7f6f5;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}

#footer a:hover {
  color: #a4bac2;
}

#footer .info-block {
  padding-left: 5px;
}

#footer .info-block a {
  padding-left: 3px;
}

/* #footer .footer-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -83px;
} */

#footer .footer-logo {
  padding: 40px 0;
  opacity: 100%;
  transition: opacity 0.3s ease;
}

#footer .footer-logo:hover {
  opacity: 80%;
}

#footer .partner-logo img,
#footer .footer-logo img {
  display: block;
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}

#footer .coordinates {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

#footer .footer-nav ul li {
  text-align: center;
}

#footer .footer-nav li {
  width: 50%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#footer .social-holder {
  padding-left: 0;
  text-align: center;
  margin: 30px auto;
}

#footer .social-holder .decor-holder {
  position: relative;
}

#footer .social-holder .decor-img {
  display: none;
}

#footer .social-holder .phone {
  font-family: "Blair ITC", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f7f6f5;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}

#footer .social-holder .phone:hover {
  color: #a4bac2;
}

#footer .hashtag {
  padding-top: 10px;
  padding-bottom: 30px;
}

#footer .social-networks {
  /* margin: 0 0 20px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .social-networks li a {
  color: #f7f6f5;
}

#footer .social-networks li a:hover {
  color: #a4bac2;
}

#footer .btn-holder .btn {
  margin-bottom: 10px;
}

#footer .copyright-col {
  font-size: var(--12px);
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 27px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .copyright-col p {
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
}

#footer .copyright-col ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

#footer .copyright-col ul li {
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
}

#footer .copyright-col ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #f7f6f5;
  left: 0;
  top: 4px;
}
/*------------------------------------------------------------
  max-width: 768px
------------------------------------------------------------*/

@media (max-width: 767px) {
  #footer .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }
}

/*------------------------------------------------------------
  max-width: 575px
------------------------------------------------------------*/

@media (max-width: 576px) {
  #footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*------------------------------------------------------------
  min-width: 576px
------------------------------------------------------------*/

@media (min-width: 576px) {
  #footer .footer-nav {
    text-align: left;
  }

  #footer .copyright-col {
    width: 100%;
    max-width: 420px;
  }
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  #footer {
    padding: 40px;
  }

  #footer .container {
    padding: 60px 40px;
  }
  /* #footer .footer-logo {
    top: -100px;
  } */

  /* #footer .footer-logo img {
    width: 322px;
  } */

  #footer .footer-nav li {
    margin-bottom: 14px;
  }

  #footer .footer-nav ul li {
    text-align: left;
  }

  #footer .social-holder {
    max-width: 400px;
  }

  #footer .social-holder .decor-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-120px, -60px);
  }

  #footer .hashtag {
    padding-top: 36px;
  }

  #footer .social-networks {
    margin: 0 0 14px 0;
  }

  #footer .copyright-col {
    padding-top: 37px;
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  #footer .hashtag {
    padding-bottom: 0;
  }

  #footer .social-holder .phone {
    text-align: right;
  }

  #footer .footer-nav li {
    text-align: left;
  }

  #footer .copyright-col {
    padding-top: 37px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
