/* Footer +++ */
.oc-site-footer {
  padding: 48px 0 16px;
  background: #fff;
  color: #173913;
}

.oc-site-footer__top {
  margin-bottom: 22px;
  text-align: center;
}

.oc-site-footer__logo {
  display: inline-block;
  margin-bottom: 10px;
}

.oc-site-footer__logo img {
  display: block;
  max-width: 120px;
  height: auto;
}

.oc-site-footer__tagline {
  margin: 0;
  color: #173913;
  font-size: 15px;
}

.oc-site-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 42px;
}

.oc-site-footer h3 {
  margin: 0 0 12px;
  color: #a9bea9;
  font-size: 16px;
  font-weight: 700;
}

.oc-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oc-site-footer li {
  margin-bottom: 5px;
}

.oc-site-footer a {
  color: #111;
  font-size: 15px;
  text-decoration: none;
}

.oc-site-footer a:hover,
.oc-site-footer a:focus {
  color: #3B741E;
  text-decoration: none;
}

.oc-site-footer__phone {
  display: inline-block;
  margin-bottom: 28px;
  color: #173913;
  font-size: 17px;
  font-weight: 700;
}

.oc-site-footer__location {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 15px;
}

.oc-site-footer__location-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #e7f0e7;
}

.oc-site-footer__location-icon img {
  width: 20px;
  height: 20px;
}

.oc-site-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oc-site-footer__social .oc-social-link img {
  display: block;
  width: 32px;
  height: 32px;
}

.oc-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #a9bea9;
  font-size: 14px;
}

.oc-site-footer__bottom p {
  margin: 0;
}

@media (max-width: 991px) {
  .oc-site-footer__main {
    flex-wrap: wrap;
  }

  .oc-site-footer__catalog,
  .oc-site-footer__nav,
  .oc-site-footer__contacts,
  .oc-site-footer__social-wrap {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .oc-site-footer {
    padding-top: 36px;
  }

  .oc-site-footer__main {
    display: block;
    text-align: center;
  }

  .oc-site-footer__catalog,
  .oc-site-footer__nav,
  .oc-site-footer__contacts,
  .oc-site-footer__social-wrap {
    width: auto;
    margin-bottom: 26px;
  }

  .oc-site-footer__location,
  .oc-site-footer__social {
    justify-content: center;
  }

  .oc-site-footer__phone {
    margin-bottom: 14px;
  }

  .oc-site-footer__bottom {
    display: block;
    text-align: center;
  }

  .oc-site-footer__bottom p {
    margin-bottom: 8px;
  }
}
/* Footer --- */
