body .wrapper footer {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #FCFCFD;
}
body .wrapper footer .logo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
  padding-top: 50px;
}
body .wrapper footer .logo .logoFooter {
  height: 100px;
  position: absolute;
  top: -25px;
  left: -20px;
}
body .wrapper footer .logo .contentFooter {
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
body .wrapper footer .logo .spanContact {
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
}
body .wrapper footer .logo .divForSocials {
  display: flex;
  column-gap: 20px;
}
body .wrapper footer .logo .divForSocials .icon {
  height: 20px;
  width: 20px;
  transition: 500ms;
}
body .wrapper footer .logo .divForSocials .icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}
body .wrapper footer .home .titleOfList, body .wrapper footer .pages .titleOfList {
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 50px;
  margin-top: 0;
}
body .wrapper footer .home .titleOfList .liFooter, body .wrapper footer .pages .titleOfList .liFooter {
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
  list-style: none;
}
body .wrapper footer .home .titleOfList .liFooter:first-child, body .wrapper footer .pages .titleOfList .liFooter:first-child {
  padding-top: 10px;
}
body .wrapper footer .home .titleOfList .liFooter:hover, body .wrapper footer .pages .titleOfList .liFooter:hover {
  cursor: pointer;
  scale: 1.05;
  color: #05233b;
}
body .wrapper footer .subscribe .titleSubscribe {
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
body .wrapper footer .subscribe .inputSubscribe {
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 5px 12px 30px;
  color: #081F32;
  font-family: Poppins, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
body .wrapper footer .subscribe .btnSubsribe {
  padding: 15px 40px;
  border-radius: 5px;
  background: #1B75BB;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Poppins, cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
  transition: 500ms;
}
body .wrapper footer .subscribe .btnSubsribe:hover {
  cursor: pointer;
  transform: scale(0.98);
  background-color: #0f5c98;
}

.maps {
  height: 200px;
  width: 100%;
  margin: 50px 0;
  box-sizing: border-box;
  border: 1px solid #2f78d9 !important;
}

/*# sourceMappingURL=footer.css.map */
