/*==================================================
footer
===================================*/
.footer {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #fff;
  position: relative;
}

.footer__inner {
  padding: 0 3rem;
}

.footer__logo {
  width: 18rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer__address {
  margin-top: 3.3rem;
  line-height: 1.8571428571;
}

.footer__bottom {
  margin-top: 2rem;
}

.footer__privacy {
  letter-spacing: 0.2em;
  text-decoration: underline;
}

.footer__text {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4166666667;
  letter-spacing: 0.18em;
  padding: 0.5rem 1rem;
  text-align: center;
  background-color: #14202f;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  gap: 3rem 5rem;
}

.footer__right {
  margin-top: 1.5rem;
}

.footer__items {
  display: grid;
  gap: 1rem;
}

.footer__item {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.footer__item span {
  margin-right: 1rem;
}

.top_btn {
  z-index: 20;
  position: fixed;
  width: 5.7rem;
  right: 2.7rem;
  bottom: 6rem;
  gap: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__top {
  padding-bottom: 3.5rem;
}

.footer__top_content_banner {
  display: flex;
  margin-top: 2rem;
}

.footer__top_content_banner_image {
  max-width: 25rem;
}

.footer__top_content_banner_image:first-of-type {
  margin-right: 1rem;
}

.footer__item_label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #9d8a58;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
    font-size: 1.4rem;
  }

  .footer__inner {
    max-width: 1200px;
  }

  .footer__logo {
    width: 16rem;
  }

  .footer__text {
    font-size: 1.2rem;
  }

  .footer__center {
    margin-top: initial;
    margin-left: auto;
    padding-top: 3.5rem;
    gap: 10rem;
    border-top: 1px solid #cbcbcb;
  }

  .footer__nav {
    margin-top: initial;
  }

  .footer__right {
    margin-top: initial;
    margin-left: 5.1rem;
    padding-top: 2rem;
    border-top: 1px solid #000;
  }

  .footer__privacy {
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
    text-decoration: underline;
    margin-bottom: 1.5rem;
  }

  .footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__top_content_banner {
    margin-top: 0;
  }

  .footer__top_content_banner_image:first-of-type {
    margin-right: 2rem;
  }
}
/*==================================================
footer END
===================================*/
