@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.wrapper {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #F2F0EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 24px;
}

footer {
  border-top: 1.5px solid #E6E2D9;
  background: #E6E2D9;
  position: relative;
  z-index: 11;
}
footer .wrapper {
  padding: 60px 0;
  box-sizing: border-box;
}
footer .wrapper .footer_logo {
  display: block;
  text-decoration: none;
  max-width: 424px;
  width: 100%;
  max-height: 32px;
  height: auto;
  margin-bottom: 40px;
}
footer .wrapper .footer_logo img, footer .wrapper .footer_logo svg {
  max-width: 424px;
  width: 100%;
  max-height: 32px;
  height: auto;
  display: block;
}
footer .wrapper .footer_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
footer .wrapper .footer_content .footer_items {
  max-width: 215px;
  width: 100%;
  margin-right: 15px;
}
footer .wrapper .footer_content .footer_items .footer_items_title {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
footer .wrapper .footer_content .footer_items .footer_item {
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
footer .wrapper .footer_content .footer_items .footer_item span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
footer .wrapper .footer_content .footer_items .footer_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1115px) {
  footer .wrapper .footer_content .footer_items {
    max-width: 180px;
  }
}
footer .wrapper .footer_content .footer_content_contact {
  margin-left: auto;
  margin-right: 0;
  max-width: 415px;
  width: 100%;
  width: fit-content;
  width: -moz-fit-content;
}
footer .wrapper .footer_content .footer_content_contact > a {
  text-decoration: none;
  display: block;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_tel {
  color: #000;
  text-align: right;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 1115px) {
  footer .wrapper .footer_content .footer_content_contact .footer_content_tel {
    font-size: 26px;
  }
}
footer .wrapper .footer_content .footer_content_contact .footer_content_mail {
  color: #000;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_socials {
  margin-left: auto;
  margin-right: 0;
  max-width: 145px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_socials > a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_socials > a svg {
  display: block;
  width: 24px;
  height: 24px;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_pay {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_pay > a {
  margin-left: 10px;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 30px;
}
footer .wrapper .footer_content .footer_content_contact .footer_content_pay > a svg, footer .wrapper .footer_content .footer_content_contact .footer_content_pay > a img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 990px) {
  footer .wrapper .footer_content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrapper .footer_content .footer_items {
    max-width: 250px;
    margin-bottom: 32px;
    width: 30%;
  }
  footer .wrapper .footer_content .footer_content_contact {
    margin-left: 0;
    max-width: 990px;
  }
  footer .wrapper .footer_content .footer_content_contact .footer_content_mail {
    text-align: left;
    margin-bottom: 32px;
  }
  footer .wrapper .footer_content .footer_content_contact .footer_content_socials {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  footer .wrapper .footer_content .footer_items {
    width: 45%;
  }
  footer .wrapper .footer_content .footer_items:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 1410px) {
  footer .wrapper {
    padding: 60px 24px;
    box-sizing: border-box;
  }
}
footer .bottom {
  border-top: 1px solid #F2F0EB;
}
footer .bottom .wrapper_bottom {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
}
footer .bottom .wrapper_bottom span {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1410px) {
  footer .bottom {
    padding: 0 24px;
    box-sizing: border-box;
  }
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
  display: none;
}

.whatsapp-icon {
  display: block;
  text-decoration: none;
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999;
}

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