@charset "utf-8";
.footer {
      background-color: #EEEEEE;
    position: relative;
    padding: 80px 0;
}
.footer-deco {
      width: clamp(9.75rem, -8.667rem + 38.37vw, 37.375rem);
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__logo {
  width: 266px;
}
.footer-text__1 {
      margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
.footer-text__2 {
      margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
        padding-bottom: 16px;
    border-bottom: 1px solid #121820;
}
.footer__btn {
      margin-top: 20px;
    padding: 19px 77px;
    background-color: #8F6B1D;
    border-left: 24px solid #D0A443;
  transition: .5s;
}
.footer-btn__text {
      font-size: 18px;
    font-weight: 400;
    color: #fff;
  transition: .5s;
}
.footer__btn:hover {
  background-color: #fff;
}
.footer__btn:hover .footer-btn__text {
  color: #D0A443;
}
.footer__content {
      margin-top: 20px;
    padding: 8px 0;
    border-top: 1px solid #8F6B1D;
    border-bottom: 1px solid #8F6B1D;
}
.footer__phone {
      border-top: 1px solid #8F6B1D;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.footer-phone__icon {
  width: 55px;
}
.footer-phone__text {
      font-size: 43px;
    color: #8F6B1D;
    font-weight: 400;
}
.footer-text__3 {
      margin-top: 4px;
    color: #8F6B1D;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #8F6B1D;
}

.footer__copyright {
  margin-top: 80px;
}

.btn__fixed {
  display: none;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 59px;
  }
  .btn__fixed {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    height: 59px;
  }
  .fixed__text {
        height: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    color: #8F6B1D;
    font-weight: 400;
  }
  .fixed-btn__wrap {
    display: flex;
    height: 39px;
  }
  .fixed-btn__wrap a {
    width: 50%;
  }
  .fixed-btn__phone {
        display: flex;
    background-color: #D0A443;
    column-gap: 7px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .fixed-btn-phone__icon {
    width: 20px;
  }
  .fixed-btn__text {
    color: #fff;
  }
  .fixed-btn__contact {
        display: flex;
    background-color: #8F6B1D;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media (max-width: 389px) {
  .footer-text__1 {
    font-size: 14px;
  }
  .footer-text__2 {
    font-size: 14px;
  }
  .footer-btn__text {
    font-size: 16px;
  }
  .footer-phone__icon {
    width: 40px;
  }
  .footer-phone__text {
    font-size: 36px;
  }
  .footer-text__3 {
    font-size: 14px;
  }
}