.footer {
  position: relative;
  width: 100%;
  background: var(--color-aqua);
  box-shadow: 0 0 10px #bbb;
}
.footer_wrapper {
  margin: 0 auto;
  display: flex;
}

.footer__left {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  width: 40%;
  min-width: 600px;
}

.footer__l {
  margin-right: 6rem;
  width: 100%;
  min-width: 230px;
}

.footer__r {
  color: var(--color-white);
  min-width: 210px;
}

.footer__logo {
  width: 100%;
  height: 73px;
  background: url('../../../../images/logo_footer.png') no-repeat center center;
  background-size: contain;
}

.footer__icons {
  margin-top: 3rem;
}

.footer__icons a {
  color: var(--color-white);
  text-decoration: none;
  transition: .1s;
}

.footer__icons a:hover {
  opacity: .8;
}

.footer__icons a:not(:last-child) {
  margin-right: 1rem;
}

.footer__copyright {
  color: var(--color-white);
  font-size: .9rem;
  margin-top: -184px;
  padding: 3rem 3rem 10px 3rem;
}
.footer_terms {
  margin-bottom: 20px;
  border-left: 3px solid #2b8a90;
  padding-left: 15px;
}
.footer_terms p{
  margin-bottom: 0px;
}
.footer_terms a{
  text-decoration: none;
}
.footer__header {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.footer__select {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 3rem 0 2.5rem 0;
  text-transform: uppercase;
}

.footer__select:hover {
  cursor: pointer;
}

.footer__select:hover::after{
  transform: rotate(90deg);
}

/* .footer__select::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  top: 0;
  right: 2rem;
  font-weight: 900;
  transition: .1s;
} */


.footer__select-info {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.footer__right {
  width: 60%;
  background-image: url(/images/map_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.footer__right a{
  display: block;
  width: 100%;
  height: 100%;
}
.office11 {
  font-size: 10px;
  margin-top: 5px;
  color: #3cacb3;
}
