#footer1 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
  margin-top: 48px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}
#footer1 a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
#footer1 .footer1-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 3rem;
}
#footer1 .footer1-logo {
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  padding: 0 20px;
}
#footer1 .footer1-logo img {
  max-width: 150px;
}
#footer1 .footer1-logo p {
  margin: 1rem 0;
}
#footer1 .footer1-links {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: space-around;
}
#footer1 .footer1-column {
  margin: 0 20px;
}
#footer1 .footer1-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#footer1 .footer1-column ul {
  list-style: none;
  padding: 0;
}
#footer1 .footer1-column ul li {
  margin-bottom: 10px;
}
#footer1 .footer1-column ul li a {
  text-decoration: none;
  color: #333;
}
#footer1 .footer1-payments {
  flex: 1;
  min-width: 200px;
}
#footer1 .footer1-payments h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#footer1 .footer1-payment-icons {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
#footer1 .footer1-payment-icons img {
  max-width: 50px;
  margin: 5px;
}
#footer1 .footer1-footer-bottom {
  max-width: 1320px;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #555;
}
#footer1 .footer1-footer-bottom p {
  font-size: 16px;
  color: #555;
}

.footer1-modal {
  display: none;
}
.footer1-modal .footer1-modal-wrapper {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999999999;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content {
  width: 800px;
  max-width: 90vw;
  background: #fff;
  padding: 0;
  position: relative;
  max-height: 80vh;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-close-button {
  border: 1px solid #000;
  border-radius: 50%;
  color: rgba(18, 18, 18, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 10px;
  z-index: 2;
  width: 30px;
  margin: 0 0 0 auto;
  background-color: rgb(240, 240, 240);
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-content-info {
  text-align: justify;
  padding: 20px;
  overflow: hidden;
  overflow-y: scroll;
  height: 76vh;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-content-info h2 {
  margin-bottom: 20px;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-content-info p {
  line-height: 1.8;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-content-info ul {
  padding: 20px;
}
.footer1-modal .footer1-modal-wrapper .footer1-modal-content .footer1-modal-content-info ul li {
  line-height: 1.8;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  #footer1 .footer1-container {
    flex-direction: row;
  }
  #footer1 .footer1-logo {
    max-width: 305px;
  }
  #footer1 .footer1-links {
    flex-direction: row;
  }
}

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